@font-face {
    font-family: BillionDreams;
    src: url(fonts/BillionDreams.ttf) format("truetype");
}
@font-face {
    font-family: Designer;
    src: url(fonts/Designer.ttf) format("truetype");
}
@font-face {
    font-family: MontBold;
    src: url(fonts/Mont-Bold.ttf) format("truetype");
}
@font-face {
    font-family: MontSemiBold;
    src: url(fonts/Mont-SemiBold.ttf) format("truetype");
}

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
}

button:focus, input:focus, div:focus { outline: none; }

body {
    margin: 0px;
    font-family: 'Poppins';
    background-color: #a20000;
}
.contador {
    position: absolute;
    top: 6.5%;
    left: 3vw;
    z-index: 1;
    width: 15vw;
    overflow: hidden;
}
.contador-bg {
    width: 100%;
}
.contador-num {
    position: absolute;
    z-index: 1;
    top: 3vw;
    left: 6.7vw;
    color: #fff;
    font-family: 'Designer';
    font-size: 3vw;
    width: 5vw;
    text-align: center;
}
.semana-sep{
    color: #f9fe3b;
    font-size: 2.6em;
    padding: 0.4em;
    font-family: 'Poppins';
    }
    
.notificacion {
    background-image: url(../images/noti-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
    height: 5vw;
    width: 36vw;
    margin-left: -18vw;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 16;
    transition: all 1s ease-in-out;
}
.notificacion .texto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    left: 10%;
    width: 70%;
    top: -3.5vw;
}
.notificacion .texto p {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: .5vw;
    width: 100%;
    text-align: left;
    line-height: 1.1vw;
    margin: -0.9vw 0px 0px 0px;
}
.notificacion .texto .batman {
    height: 90px;
    position: relative;
    top: 10px;
    left: 10px;
}
.notificacion .salir {
    align-self: flex-start;
    padding: 3.5vw 4vw;
    height: 10vw;    
}
.notificacion .salir:hover {
    cursor: pointer;
}
.widget {
  text-align: left;
  height: 22vw;
  width: 22vw;
  display: inline-block;
  position: relative;
  
}
.widget canvas, .widget .labels {
    position: absolute;
    text-align: center;
    height: 20vw;
    width: 20vw;
    margin-top: -5vw;
}
.widget .labels {
    color: white;
}
.input-codigo {
    display: none;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 115vw;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-left: 0vw;
    padding: 10vw 0vw;
    opacity: 0;
    background-image: url(../images/code-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.input-codigo-focus {
    background-image: url(../images/code-bg-focus.png);
}
.input-codigo input {
    font-family: Designer;
    font-size: 6vw;
    letter-spacing: 0.5vw;
    width: 47vw;
    height: auto;
    border-radius: 7vw;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0 0 0vw 6vw;
}
.input-codigo input::placeholder {
    color: #fff;
    font-size: 3vw;
}
.input-codigo button {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    position: relative;
    right: 0vw;
    height: 18vw;
    width: 19vw;
    overflow: hidden;
    margin-top: 2vw;
}
.input-codigo button:hover {
    cursor: pointer;
}
.input-codigo button img {
    height: 80%;
    position: absolute;
    top: 0.8vw;
    margin-left: -5.6vw;
}

.popup-instagram {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}
.popup-instagram .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background: url(../images/pop-settings.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 520px;
    margin-top: 10%;
}
.popup-instagram .popup a {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    top: 83%;
    position: absolute;
    text-decoration: none;
    font-family: "Poppins";
}

.popup-premios {
    position: fixed;
    height: 100%;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 14;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}
.popup-premios .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background: url(../images/popup-premios.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90vw;
    height: 130vw;
    margin-top: 0;
}
.popup-premios .popup .salir {
    position: absolute;
    top: 126vw;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    width: 21.5vw;
}
.popup-premios .popup h2,
.popup-premios .popup p {
    font-family: "Poppins";
    text-align: center;
}
.popup-premios .popup h2 {
    font-size: 40px;
    margin: 15px 0 0;
}
.popup-premios .popup p {
    font-size: 3.1vw;
    margin: 2vw 0 3vw 4vw;
    font-family: 'Poppins';
}
.popup-premios .popup .carousel-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-premios .popup .carousel-popup .c-carousel {
    display: flex;
    flex-direction: row;
    margin: 26% 0 2% 0;
}
.popup-premios .popup .carousel-popup .c-carousel .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-top: 3vw;*/
    transition: 0.7s all;
}
.popup-premios .popup .carousel-popup .c-carousel .show {
    visibility: visible;
    opacity: 1;
}
.popup-premios .popup .carousel-popup .c-carousel .hide,
.popup-premios .popup .carousel-popup .c-carousel .hide-left {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.popup-premios .popup .carousel-popup .c-carousel .slide .semana {
    position: relative;
    top: 6%;
    width: 60vw;
}
.popup-premios .popup .carousel-popup .c-carousel .slide img {
    height: 56vw;
}

.popup-premios .popup .carousel-popup .controls {
    display: flex;
    flex-direction: row;
    margin-left: 4vw;
}
.popup-premios .popup .carousel-popup .controls .buttons {
    height: 3.5vw;
    width: 3.5vw;
    margin: 0 1vw;
    background-color: white;
    border-radius: 50%;
}
.popup-premios .popup .carousel-popup .controls .buttons:hover {
    cursor: pointer;
}
.popup-premios .popup-premios-pr {
    font-family: Poppins;
    padding: 4% 10%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.popup-proximamente {
    position: fixed;
    height: 100%;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 14;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}
.popup-proximamente .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background: url(../images/popup-init.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80vw;
    height: 130vw;
    margin-top: 0;
}
.popup-proximamente .popup .popup-proximamente-salir {
    position: absolute;
    top: 126vw;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    width: 21.5vw;
}
.popup-proximamente .px-verificar {
    position: absolute;
    top: 70.9%;    
    z-index: 1;
    border: none;
    width: 70%;
    padding: 0;
    left: 50%;
    margin-left: -34%;
    z-index: 9;
    cursor: pointer;
}
.popup-proximamente .px-jugar {
    position: absolute;
    top: 47.3%;
    z-index: 1;
    border: none;
    width: 70%;
    padding: 0;
    left: 50%;
    margin-left: -34%;
    z-index: 9;
    cursor: pointer;
}
.popup-proximamente-content {
    position: relative;
    top: 23%;
}
.popup-proximamente-title {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    font-size: 3.5vh !important;
    top: -1.5vh;
}
.popup-proximamente-fecha {
    width: 85%;
    text-align: center;
    position: relative;
    display: block;
    left: 7%;
    top: -2vh;
}
.popup-proximamente-ps5 {
    width: 85%;
    text-align: center;
    position: relative;
    display: block;
    left: 7%;
    top: -5vh;
    color: #e3dc12;
    font-size: small;
}
.entrenamiento-img {
    width: 130%;
    position: relative;
    display: block;
    padding: 0 0 2% 0;
    top: -4vh;
    left: -5vh;

}
.popup-ganadores {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 14;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}
.popup-ganadores .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background: url(../images/popup-ganadores.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 520px;
    margin-top: 10%;
}
.popup-ganadores .popup .popup-ganadores-salir {
    position: absolute;
    top: -25px;
    right: -20px;
    cursor: pointer;
}
.popup-ganadores .ganadores-btn {
    position: absolute;
    top: 70.9%;
    z-index: 1;
    border: none;
    width: 70%;
    padding: 0;
    left: 50%;
    margin-left: -34%;
    z-index: 9;
    cursor: pointer;
}
.regresa-mas-tarde {
    position: absolute;
    top: 72vw;
    z-index: 1;
    color: #fff;
    font-family: 'AquawaxBlack';
    background-image: url(../images/regresa-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 3vw;
    width: 100vw;
    height: 20vw;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.regresa-mas-tarde .reloj {
    width: 10vw;
    margin: 0 3vw;
    display: none;
}
.regresa-mas-tarde .reloj-texto {
    text-align: center;
    padding: 3vw 2.5vw 3vw 8vw;
    display: inline-block;
    width: 78vw;
    position: relative;
}
.regresa-mas-tarde .reloj-texto span {
    display: block;
}
.regresa-mas-tarde .reloj-texto span:nth-child(2) {
    font-size: 2.7vw;
}
.countdown {
    position: absolute;
    width: 100vw;
    top: 118vw;
    left: 50%;
    margin-left: 0vw;
    z-index: 1;
    color: #fff;
    display: block;
    opacity: 0;
}
.countdown-home {
    top: 65vw;
}
.countdown-title {
    font-family: Poppins;
    padding: 0% 10%;
    text-align: left;
    font-size: 3.5vw;
    font-weight: bold;
    width: 20vw;
}
.countdown-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    margin: 0 auto;
}
.countdown-item {
    position: relative;
    margin: 0;
}
.countdown-bg {
    width: 100%;
}
.countdown-txt {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: MontBold;
    font-size: 1.6vw;
    font-weight: 100;
}
.countdown-num {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: MontBold;
    font-size: 6.3vw;
}
.home-cartel {
    position: relative;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 3vw;
}
.home-cartel-2 {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 91vw;
}

.home-logo {
    width: 90%;
    height: 70vw;
    position: absolute;
    top: 0vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: none;
}
.home-logo-landing {
    top: 6vw;
}
.home-logo img {
    position: absolute;
}
.home-logo-bg {
    width: 75%;
    top: 3vw;
    z-index: 1;
    left: 50%;
    margin-left: -37.5%;
}
.home-logo-anim {
    animation: logozoom-in 1s ease 1;
}
@keyframes logozoom-in {
  0% {
    transform: scale(0.5, 0.5) ;
  }
  100% {
    transform: scale(1, 1) ;
  }
}
.home-logo-e1 {
    width: 16%;
    top: 13.6vw;
    left: 50%;
    z-index: 2;
    transform: scale(1, 1) translate(-229%, 0);
}
.home-logo-e1-anim {
    animation: e1-anim 1.5s ease 1;
}
@keyframes e1-anim {
  0% {
    transform: scale(0.5, 0.5) translate(-50%, 180%);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(-229%, 0);
    opacity: 1;
  }
}
.home-logo-e2 {
    width: 22%;
    top: 1.5vw;
    left: 50%;
    z-index: 2;
    transform: scale(1, 1) translate(-30%, 0);
}
.home-logo-e2-anim {
    animation: e2-anim 1s ease 1;
}
@keyframes e2-anim {
  0% {
    transform: scale(0.5, 0.5) translate(-30%, 180%);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(-30%, 0);
    opacity: 1;
  }
}
.home-logo-e3 {
    width: 23.5%;
    top: 25.5vw;
    left: 50%;
    z-index: 2;
    transform: scale(1, 1) translate(114%, 0);
}
.home-logo-e3-anim {
    animation: e3-anim 1s ease 1;
}
@keyframes e3-anim {
  0% {
    transform: scale(0.5, 0.5) translate(-30%, 180%);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(114%, 0);
    opacity: 1;
  }
}
.home-logo-e4 {
    width: 19.5%;
    top: 41vw;
    left: 50%;
    z-index: 2;
    transform: scale(1, 1) translate(-255%, 0);
}
.home-logo-e4-anim {
    animation: e4-anim 1s ease 1;
}
@keyframes e4-anim {
  0% {
    transform: scale(0.5, 0.5) translate(-30%, 180%);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(-255%, 0);
    opacity: 1;
  }
}
.home-logo-e5 {
    width: 9.4%;
    top: 23vw;
    left: 50%;
    z-index: 2;
    transform: scale(1, 1) translate(194%, 0);
}
.home-logo-e5-anim {
    animation: e5-anim 1.5s ease 1;
}
@keyframes e5-anim {
  0% {
    transform: scale(0.5, 0.5) translate(-30%, 180%);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(194%, 0);
    opacity: 1;
  }
}
.home-logo-e6 {
    width: 12.3%;
    top: 80vw;
    left: 50%;
    z-index: 2;
    transform: scale(1, 1) translate(60%, 0);
}
.home-logo-e6-anim {
    animation: e6-anim 1.5s ease 1;
}
@keyframes e6-anim {
  0% {
    transform: scale(0.5, 0.5) translate(-60%, -300%);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(60%, 0);
    opacity: 1;
  }
}
.home-logo-e7 {
    width: 15%;
    top: 72vw;
    left: 50%;
    z-index: 2;
    transform: scale(1, 1) translate(176%, 0);
}
.home-logo-e7-anim {
    animation: e7-anim 1s ease 1;
}
@keyframes e7-anim {
  0% {
    transform: scale(0.5, 0.5) translate(-50%, -330%);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(176%, 0);
    opacity: 1;
  }
}
.home-premios {
    position: absolute;
    top: 97vw;
    left: 50%;
    z-index: 1;
    width: 100vw;
    transform: translateX(-50%);
    overflow: hidden;
}
.home-premios-img {
    width: 90%;
    opacity: 0;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.home-premios-slider {
    position: absolute;
    top: 4%;
    left: 50%;
    margin-left: 0%;
    width: 68.4%;
    height: 90%;
    opacity: 0;
    overflow: hidden;
}
.home-premios-items {
    margin-top: 0px;
    /*display: flex;
    flex-direction: row;*/
    height: 100%;
    
}
.home-premios-left {
    position: absolute;
    top: 36%;
    left: 19%;
    width: 10%;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
}
.home-premios-right {
    position: absolute;
    top: 36%;
    left: 81%;
    width: 10%;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
}
.home-premios-item {
    width: 100%;
    position: absolute;
    display: none;
    transition: margin-left 1000ms ease-in-out;
}
.home-premios-item-current {
    display: inline;
    margin-left: 0%;
}
.home-premios-item-next {
    display: inline;
    margin-left: 100%;
}
.home-premios-item-prev {
    display: inline;
    margin-left: -100%;
}
.landing-premios {
    position: absolute;
    top: 124vw;
    left: 50%;
    z-index: 1;
    width: 88vw;
    transform: translateX(-50%);
}
.home-copy {
    position: absolute;
    left: 36vw;
    top: 225vw;
    z-index: 1;
    width: 51.467vw;
}
.home-snacks-bg {
    position: absolute;
    top: 100vw;
    z-index: 1;
    width: 100vw;
}
.menu-close {
    position: absolute;
    width: 14vw;
    top: 5vw;
    left: 17vw;
    z-index: 12;
    cursor: pointer;
}
.menu-per {
    position: absolute;
    width: 19.5vw;
    bottom: 1.3vw;
    right: 8vw;
    z-index: 1;
    display: none;
}
.menu-logo-top {
    position: absolute;
    width: 60vw;
    top: 5vw;
    right: 2vw;
    z-index: 1;
    pointer-events: none;
}
.menu-logo {
    position: absolute;
    width: 60vw;
    bottom: 5vw;
    right: 2vw;
}
.menu-papas {
    position: absolute;
    width: 8vw;
    bottom: 6vw;
    right: 6vw;
    z-index: 2;
    display: none;
}
.content-user .li_login {
    color: #fff;
    user-select: none;
    cursor: pointer;
    padding: 2% 0 0 0;
    font-family: Poppins;
    font-size: 3.4vw;
    z-index: 15;
    max-width: 55vw;
    overflow: hidden;
    margin-left: -7%;
}

.premios-text {
    position: absolute;
    top: 89%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 8vw;
    font-family: Poppins;
    display: inline;
}

.productos-content .premios-text {
    position: absolute;
    top: 90%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 5vw;
    font-family: Poppins;
    display: inline;
}

.hide {
    visibility: hidden;
    z-index: -10;
    opacity: 0;
    animation: all .5 linear;
}
/*------------------------------------------*/
.content-user {
    width: min-content;
    min-width: 20vw;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 3.5vw 1vw 3.5vw 0vw;
    position: absolute;
    top: 6vw;
    left: 0vw;
    z-index: 9;
    padding-right: 4vw;
    overflow: hidden;
}
.menu-modal .content-user {
    top: 3.2vh;
}
.content-user .user {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 10.8vw;
    width: 10.8vw;
    border-radius: 50%;
    padding: 0.6vw 1vw 0.6vw 0vw;
    position: relative;
    left: -1.4vw;
    z-index: 15;
}
.content-user .user img {
    height: 10.8vw;
}
.content-user .user-bg{
    position: absolute;
    right: 0vw;
    z-index: 0;
    height: 10vw;
}
.content-user .user-content-bg {
    position: absolute;
    right: 0vw;
    z-index: 0;
    height: 12vw;
    width: 94%;
    overflow: hidden;
    background-image: url(../images/redes/user-bg.png);
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.content-user p {
    padding: 3px;
    font-size: 13px;
    color: white;
}
.section-title {
    position: absolute;
    font-family: BillionDreams;
    color: #fff;
    font-size: 18vw;
    width: 61%;
    text-align: center;
    line-height: 16vw;
    top: 8vh;
    left: 50%;
    transform: translateX(-50%);
    animation: neon2 1.5s ease-in-out infinite alternate;
}
.section-title-big {
    font-size: 22vw;
}
.section-title-line {
    font-size: 13vw;
    width: 100vw;
}
@keyframes neon2 {
  from {
    text-shadow: 0 0 0.1vw #228dff, 0 0 0.2vw #228dff, 0 0 0.3vw #228dff, 0 0 0.4vw #228dff,
      0 0 0.7vw #228dff, 0 0 0.8vw #228dff, 0 0 1vw #228dff, 0 0 1.5vw #228dff;
  }
  to {
    text-shadow: 0 0 0.05vw #228dff, 0 0 0.1vw #228dff, 0 0 0.15vw #228dff, 0 0 0.2vw #228dff,
      0 0 0.35vw #228dff, 0 0 0.4vw #228dff, 0 0 0.5vw #228dff, 0 0 0.75vw #228dff;
  }
}
.selector-img {
    position: absolute;
    top: 184vw;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.selector-btn:hover {
    background-image: url(../images/selector-item-bg-sel.png);
    text-shadow: -0.3vw -0.3vw 1vw #00eaff, 0.3vw -0.3vw 1vw #00eaff, -0.3vw 0.3vw 1vw #00eaff, 0.3vw 0.3vw 1vw #00eaff;
}
/*------------------------------------------*/

.carousel-snacks {
    width: 100%;
    height: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    position: absolute;
    opacity: 0;
    top: 154vw;
    padding: 0vw;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.carousel-snacks .snacks-bg {
    position: absolute;
    top: 7vw;
    left: 7vw;
    width: 89vw;
}
.carousel-snacks .button {
    background: none;
    border: none;
    outline: none;
    position: relative;
    z-index: 7;
    transform: scale(3);
}
.carousel-snacks .button:hover {
    cursor: pointer;
}

.carousel-snacks .button img {
    height: 3.646vw;
}
.carousel-snacks .button:nth-child(1) {
    left: -28.3vw;
}
.carousel-snacks .button:nth-child(3) {
    left: -23.4vw;
}
.carousel-snacks .button:nth-child(1) img {
    transform: rotate(180deg);
}

.carousel-snacks .productos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: -26.3vw;
    position: relative;
}
.carousel-snacks .productos img {
    position: relative;
    transition: 0.5s all;
    height: 11.4591vw;
}
.carousel-snacks .productos .secondary {
    transform: scale(1);
    z-index: 5;
    opacity: 0;
}
.carousel-snacks .productos .primary {
    transform: scale(3.5);
    z-index: 6;
}

.carousel-snacks .productos img:nth-child(1) {
    left: 0.5vw;
}
.carousel-snacks .productos img:nth-child(2) {
    transition: 0.5s all;
    top: 0px;
}
.carousel-snacks .productos img:nth-child(3) {
    left: -1vw;
}

/*------------------------------------------*/
.redes {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 0vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 224vw;
    height: 3vh;
    padding: calc(0.5vh + 0.5vw);
    justify-content: center;
}
.redes a img {
    height: 3vh;
    vertical-align: middle;
    margin: 0 0.6vw;
}
/*------------------------------------------*/
.carousel-premios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 80vw;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: hidden;
}
.carousel-premios .carousel {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 130vw;
    transition: 0.5s all;
}
.carousel-premios .carousel .slide .img-slide {
    height: 90vw;
    margin-bottom: 0vw;
}
.carousel-premios .carousel .slide .video-slide {
    height: 50vw;
    margin: 23vw auto;
    border: solid 4px #fff;
    border-radius: 14px;
    background-color: #000;
}
.carousel-premios .carousel .slide .video-slide video{
    border-radius: 14px;
}
.carousel-premios .carousel .slide .video-slide-v {
    height: 90%;
    width: 38vw;
    border: solid 4px #fff;
    border-radius: 14px;
    background-color: #000;
    margin: 4vw auto;
}
.carousel-premios .carousel .slide .video-slide-v video{
    border-radius: 14px;
}
.img-silde-big {
    height: 124vw !important;
}
.carousel-premios .carousel .slide {
    transition: 0.4s all;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 49.5%;
    transform: translate(-50%, -50%);
}
.how .carousel .slide {
    top: 0px;
    transform: translateX(-50%);
}
.carousel-premios .carousel .slide .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.carousel-premios .carousel .slide .text span {
    color: #fff;
    font-size: 6vw;
    line-height: 7vw;
    text-align: center;
    font-family: Designer;
    font-weight: unset;
    padding: 3px;
    margin: 0;
}
.carousel-premios .carousel .slide .text p {
    color: #fff;
    font-size: 4.2vw;
    line-height: 5vw;
    text-align: center;
    font-family: Poppins;
    font-weight: 500;
    padding: 3px;
    margin: 0;
}
.carousel-premios .carousel .hide {
    visibility: hidden;
    opacity: 0;
    left: 60%;
}
.carousel-premios .carousel .hide-left {
    visibility: hidden;
    opacity: 0;
    left: 50%;
}
.carousel-premios .carousel .show {
    visibility: visible;
    opacity: 1;
    left: 50%;
}
.carousel-premios .content-buttons-carousel {
    height: 6vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    margin-bottom: 3vw;
}
.carousel-premios .content-buttons-carousel .slider-prev {
    transform: rotate(180deg);
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    height: 100%;
}
.carousel-premios .content-buttons-carousel .slider-next img, .carousel-premios .content-buttons-carousel .slider-prev img {
    height: 100%;
}
.carousel-premios .content-buttons-carousel .slider-next {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    height: 100%;
}
.carousel-premios .content-buttons-carousel .buttons-carousel {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.carousel-premios .content-buttons-carousel .buttons-carousel .button-carousel {
    height: 6vw;
    width: 6vw;
    background-color: #ffffff80;
    margin: 1.5vw 2vw;
    border-radius: 50%;
}
.products .content-buttons-carousel .buttons-carousel .button-carousel, .how .content-buttons-carousel .buttons-carousel .button-carousel {
    background-color: #ffffff80;
}
.buttons-carousel .button-carousel:hover {
    cursor: pointer;
}
.button-carousel-selected {
    background-color: #ffffff !important;
}
/*------------------------------------------*/
.carousel-chappas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 120vw;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.carousel-chappas .chappas {
    display: flex;
    flex-direction: row;
}
.carousel-chappas .chappas .box {
    display: grid;
    grid-template-columns: auto auto auto;
    height: 80vw;
    width: 80vw;
    grid-row-gap: 9vw;
    grid-column-gap: 8vw;
    position: relative;
    left: 49.5%;
    transform: translate(-50%);
    transition: 0.5s all;
}
.carousel-chappas .chappas .show {
    visibility: visible;
    opacity: 1;
}
.carousel-chappas .chappas .hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -50%;
    z-index: 3;
}
.carousel-chappas .chappas .chappa {
    position: relative;
    height: 20vw;
    width: 20vw;
    /* background-color: red; */
}
.carousel-chappas .chappas .chappa img {
    height: 20.667vw;
    filter: drop-shadow(5px 8px 4px rgba(0, 0, 0, 0.5));
}
.carousel-chappas .chappas .chappa .number {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.45);
    background-color: #54cef5;
    height: 6vw;
    width: 6vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -1vw;
    right: 1vw;
    visibility: hidden;
}
.carousel-chappas .chappas .chappa .number p {
    font-family: 'Poppins';
    font-size: 4vw;
    font-weight: bolder;
    color: white;
}
.carousel-chappas .posicion p {
    color: white;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    top: 15px;
}
.carousel-chappas .arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 10vw;
}
.carousel-chappas .arrows button {
    background: none;
    border: none;
    outline: none;
}
.carousel-chappas .arrows button:hover {
    cursor: pointer;
}
.carousel-chappas .arrows button img {
    height: 10vw;
}
.carousel-chappas .arrows button:nth-child(1) {
    transform: rotate(180deg);
}
.carousel-chappas .arrows .buttons-chappas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70vw;
    margin: 0 auto;
}
.carousel-chappas .arrows .buttons-chappas .button-chappas {
    height: 4vw;
    width: 4vw;
    background-color: white;
    border-radius: 50%;
    margin: 0.8vw 0.7vw;
}
.carousel-chappas .arrows .buttons-chappas .button-chappas:hover {
    cursor: pointer;
}
/*------------------------------------------*/
.how {
    top: 123vw;
}
.how .carousel .slide .img-slide {
    margin: 3vw auto;
    display: block;
    height: 90vw;
    width: auto;
}
.how .carousel {
    height: 130vw;
    width: 100vw;
}
.how .carousel .slide .text {
    height: 24vw;
    margin: 0 auto;
    width: 90vw;
}
.how .carousel .slide .text p {
    width: 100%;
    font-size: 5vw;
    line-height: 5.5vw;
    text-align: center;
    padding: 0px;
    margin: 0;
}
.how-more .carousel .slide .text p {
    font-size: 3.5vw;
    line-height: 5vw;
}
.products {
    top: 112vw;
}
.products .carousel .slide .img-slide {
    height: 76vw;
    margin-bottom: 0vw;
}
.products .carousel {
    height: 110vw;
}
/*------------------------------------------*/
.gameiframe {
    width: 100vw;
    height: 100%;
    border: none;
    left: 0vw;
    position: absolute;
    background-color: transparent;
    top : 0;
    margin-left: 0px;
    border-radius: 0px;
    display: initial;
}
.gameiframe iframe {
    width: 100vw;
    height: 100%;
    border: none;
    left: 0vw;
    position: relative;
    background-color: transparent;
}
@supports (-webkit-touch-callout: none) {
    .gameiframe {
        height: 100dvh;
    }
    .gameiframe iframe {
        height: 100dvh;
    }
}
.game-logo {
    position: absolute;
    top: 43vh;
    width: 13vw;
    left: 0.5vw;
}

.home-btns {
    position: absolute;
    top: 60vw;
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-btns button {
    color: #fff;
    width: 100vw;
    font-family: Poppins;
    font-weight: bold;
    font-size: 6vw;
    border: none;
    cursor: pointer;
    margin-bottom: 4vw;
    line-height: 12vw;
    padding: 0vw;
    vertical-align: text-bottom;
    background-color: transparent;
    background-image: url(../images/selector-item-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-btns button img {
    float: right;
    width: 12vw;
}
.home-btns button:hover {
    color: #66c5ff;
}
.video-btn {
    position: absolute;
    width: 13vw;
    top: 68vw;
    left: 50%;
    margin-left: 34vw;
    z-index: 9;
    cursor: pointer;
}
.codigo-video-btn {
    position: absolute;
    width: 13vw;
    top: 85vw;
    left: 50%;
    margin-left: 27vw;
    z-index: 9;
    cursor: pointer;
}
.video-modal {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000d9;
    z-index: 10;
    display: none;
}
.video-content {
    border: solid 1.5vw #00dafd;
    position: absolute;
    top: 40vw;
    width: 96vw;
    margin-left: -49.3vw;
    left: 50%;
    height: 54vw;
    background-color: #000;
    overflow: hidden;
    border-radius: 6vw;
}
.video-close {
    position: absolute;
    top: 20vw;
    left: 50%;
    width: 14vw;
    margin-left: 34vw;
    cursor: pointer;
}
.video-content video {
    width: 100%;
    height: auto;
}

.productos-content {
    background-image: url(../images/productos-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000029;
    width: 100%;
    height: 235.333vw;
}

.how-content {
    background-image: url(../images/how-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #000131;
    width: 100%;
    height: 235.333vw;
}
.chapas-content {
    background-image: url(../images/chappas-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #000131;
    width: 100%;
    height: 235.333vw;
}

.how-content-1 {
    background-image: url(../images/how-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #000131;
    width: 100%;
    height: 235.333vw;
}

.premios-content {
    background-image: url(../images/premios-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000029;
    width: 100%;
    height: 235.335vw;
}

.login-content {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 235.334vw;
}
.login-content-div {
    top: 1%;
    position: relative;
}

.recuperar-content {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 216vw;
}

.restablecer-content {
    background-image: url(../images/recuperar-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 100vh;
}
.restablecer-title {
    position: absolute;
    top: 40vw;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 6vw;
    font-family: 'Poppins';
    font-weight: 700;
    text-shadow: -0.3vw -0.3vw 1vw #0054ff, 0.3vw -0.3vw 1vw #0054ff, -0.3vw 0.3vw 1vw #0054ff, 0.3vw 0.3vw 1vw #0054ff;
}

.reg-content {
    background-image: url(../images/register-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 252vw;
}
.reg-content-ok {
    background-image: url(../images/register-bg.jpg);
}
.register-title {
    position: absolute;
    top: 20vw;
    z-index: 1;
    width: 80vw;
    left: 50%;
    transform: translateX(-50%);
}
.reg-form {
    display: flex;
    flex-direction: column;
    min-height: 182vw;
    padding-top: 39vw;
}

.jugar-content {
    background-image: url(../images/codigook-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 235.333vw;
}

.jugar-content-2 {
    background-image: url(../images/codigook2-bg.jpg);
}
.jugar-content-3 {
    background-image: url(../images/codigook3-bg.jpg);
}
.jugar-content-4 {
    background-image: url(../images/codigook4-bg.png);
}

.jugarh-content {
    background-image: url(../images/juegocodigook-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 100%;
}
.jugarh-content-2 {
    background-image: url(../images/juegocodigook2-bg.png);
}
.jugarh-content-3 {
    background-image: url(../images/juegocodigook3-bg.png);
}

.sp-text {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 3vw;
    position: relative;
    padding-left: 0.5vw;
    padding-top: 1.5vw;
    padding-bottom: 0.3vw;
    display: block;
    text-transform: uppercase;
}
.sp-text-min {
    color: #fff;
    font-family: "Poppins";
    font-size: 4vw;
    position: relative;
    padding-left: 0.5vw;
    padding-top: 0.4vw;
    padding-bottom: 0.3vw;
    display: block;
}
.sp-text-nick {
    color: #fff;
    font-family: "Poppins";
    font-size: 3.5vw;
    position: relative;
    padding-left: 0.5vw;
    padding-top: 0.4vw;
    padding-bottom: 0.3vw;
    display: block;
}
.restablecer-text-pass {
    position: absolute;
    top: 65vw;
    left: 50%;
    width: 78vw;
    transform: translateX(-50%);
    color: #fff;
    font-family: "Poppins";
    font-size: 4vw;
    padding-left: 0.5vw;
    padding-top: 0.4vw;
    padding-bottom: 0.3vw;
    display: block;
}
.sp-text-chk {
    color: #fff;
    font-family: 'Poppins';
    font-size: 3vw;
    position: relative;
    display: inline-block;
    vertical-align: super;
}
.sp-text-chk a{
    color: #fff;
    text-decoration: none;
}
.chk-input {
    width: 100%;
    text-align: left;
    margin-top: 1vw;
}
.reg-left {
    position: relative;
    top: 0vw;
    left: 50%;
    width: 86vw;
    margin-left: -43vw;
    display: inline-block;
}
.reg-left input[type="text"],
.reg-left input[type="password"],
.reg-left input[type="number"],
.reg-left input[type="email"]{
    font-size: 3.5vw;
    border-radius: 2.7vw;
    padding: 0.8vw 2vw;
    width: 80vw;
    color: #000000;
    background-color: #fff;
    font-family: 'Poppins';
    border: none;
    text-align: center;
}
.reg-left select {
    font-size: 3.5vw;
    border-radius: 2.7vw;
    padding: 0.8vw 2vw;
    width: 84.3vw;
    color: #000000;
    background-color: #fff;
    font-family: 'Poppins';
    border: none;
}
.reg-left input[type="text"]::placeholder {
    color: #000000;
    font-size: 3.5vw;
}

.reg-right {
    position: relative;
    display: block;
    top: auto;
    left: 50%;
    width: 86vw;
    margin-left: -43vw;
}
.reg-right input[type="text"],
.reg-right input[type="password"],
.reg-right input[type="number"],
.reg-right input[type="email"] {
    font-size: 3.5vw;
    border-radius: 2.7vw;
    padding: 0.8vw 2vw;
    width: 80vw;
    color: #000000;
    background-color: #fff;
    font-family: 'Poppins';
    border: none;
    text-align: center;
}
.reg-right select {
    font-size: 3.5vw;
    border-radius: 2.7vw;
    padding: 0.8vw 2vw;
    width: 84.3vw;
    color: #000000;
    background-color: #fff;
    font-family: 'Poppins';
    border: none;
}
.reg-right input[type="text"]::placeholder {
    color: #000000;
    font-size: 3.5vw;
}
.reg-right input[type="checkbox"] {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
#phone_code {
    width: 21vw;
    display: inline-block;
}
#phone {
    width: 57.5vw;
    display: inline-block;
    margin-bottom: 2vw;
}

.reg-form-ok {
    display: none;
}
.reg-form-err {
    display: none;
}

.reg-ok-text {
    font-family: MontBold;
    color: #fff;
    font-size: 12vw;
    top: 72vw;
    position: absolute;
    text-align: center;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
}
.reg-ok-text2 {
    font-family: Poppins;
    color: #fff;
    font-size: 6vw;
    top: 91vw;
    position: absolute;
    text-align: center;
    width: 90vw;
    left: 50%;
    margin-left: -45vw;
}

.preloader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    background-color: #a20000;
}
.preloader iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.preloader img {
    width: 79vw;
    top: 140vw;
    position: absolute;
    left: 50%;
    margin-left: -39vw;
}
.preloader .preloader-progress {
    background-color: #FF9800;
    position: absolute;
    width: 0vw;
    height: 1vw;
    top: 160vw;
    border-radius: 1.5vw;
    left: 50%;
    margin-left: -29.7vw;
}

.image-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 0;
}
.imageh-bg {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    z-index: 1;
}
.ganadores-image-bg, .ranking-image-bg {
    position: absolute;
}

.girar {
    z-index: 9;
    display: none;
}
.girarh {
    z-index: 9999;
    background-image: url(../images/girarh.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: #033187;
    display: none;
}
@media all and (orientation:landscape) and (max-height: 500px) {
    .girarh {
        display: inline;
    }
}
.body-hidden {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.game-content {
    background-color: #230d56;
}

.site-girar {
    position: fixed;
    top: 0px;
    left: 0vw;
    bottom: 0px;
    right: 0px;
    height: 100vh;
    width: 100%;
    z-index: 999;
    display: none;
}

.cp {
    position: absolute;
    z-index: 1;
    top: 1%;
    left: 2%;
    width: 30vw;
}
.cph {
    position: absolute;
    z-index: 1;
    top: 3%;
    left: 3%;
    width: 12vw;
}

.home-cp {
    position: absolute;
    z-index: 1;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    width: 21vw;
}

.home-cp2 {
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 1vw;
}
.header .home-logo {
    position: absolute;
    z-index: 1;
    top: 18vw;
    width: 78.667vw;
    left: 11vw;
}
.header .logo-cp {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 61.735vw;
    left: 15vw;
}
.header .home-menu {
    position: absolute;
    z-index: 1;
    top: 1vw;
    width: 6vw;
    right: 2vw;
    cursor: pointer;
}
.header .home-menu-bt {
    position: absolute;
    z-index: 1;
    top: 24vw;
    width: 11vw;
    right: 2vw;
    cursor: pointer;
}
.header .home-menu-sel {
    position: absolute;
    z-index: 9;
    top: 1vw;
    width: 13vw;
    right: 2vw;
    cursor: pointer;
}
.header .menu {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 11.735vw;
    right: 2vw;
    cursor: pointer;
}
.menu-modal {
    width: 100%;
    height:100%;
    position: fixed;
    background-color: #000000ab;
    color: #fff;
    z-index: 17;
    font-family: MontBold;
    font-size: 4.2vw;
    display: none;
}
.menu-modal .menu-icon {
    width: 11.735vw;
    position: absolute;
    top: 4.2vw;
    right: 2vw;
    cursor: pointer;
}
.menu-modal .menu-logo-cp {
    width: 25vw;
    position: absolute;
    top: 4.2vw;
    right: 48vw;
    z-index: 12;
}
.menu-modal ul {
    padding: 60vw 0vw 0vw 0vw;
    margin: 0px;
    height: calc(100% - 60vw);
    width: 100%;
    background-image: url(../images/menu-bg.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    right: 0vw;
    position: absolute;
    transform: translate(100%, 0);
    transition: transform 0.5s 
    cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
.menu-modal-show {
    transform: none !important;
}
.menu-modal ul li {
    list-style-type: none;
    display: flex;
    height: 6%;
    margin-left: 34vw;
    margin-bottom: 2%;
    justify-content: flex-start;
    text-align: right;
    align-items: center;
    padding-left: 0vw;
    cursor: pointer;
    width: 66%;
}
.menu-sep-1 {
    background-image: url(../images/menu-sep-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
.menu-sep-1:hover {
    background-image: url(../images/menu-sep-1-hover.png);
}
.menu-sep-2 {
    background-image: url(../images/menu-sep-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
.menu-sep-2:hover {
    background-image: url(../images/menu-sep-1-hover.png);
}
.menu-modal ul li:hover, .menu-modal ul li a:hover {
    /*transition: 0.2s ease-in-out;
    text-shadow: 0 0 0.15vw #228dff, 0 0 0.2vw #228dff, 0 0 0.25vw #228dff, 0 0 0.3vw #228dff, 0 0 0.35vw #228dff, 0 0 1vw #228dff, 0 0 1vw #228dff, 0 0 1vw #228dff;
    color: #86dbff;*/
}
.menu-modal ul li span {
    margin: 4vw 4vw 3vw 0;
    padding-left: 0vw;
    width: 100%;
    text-align: right;
}
.menu-modal ul li:last-child img {
    margin: 0 auto;
    height: 13vw;
}
.menu-modal ul li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: right;
}
.menu-modal .menu-selected {
    /*color: #02AEFF;*/
}
.menu-modal ul li .li_logo{ 
    margin: 0 auto;
    height: 17vw;
    }
.basestitle {
    position: absolute;
    top: 66vw;
    font-family: Poppins;
    font-size: 5.68vw;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 84vw;
    left: 50%;
    margin-left: -42vw;
    text-shadow: 0px 0.533333vw 0.533333vw #4e4d4d;
}
.policytitle {
    position: absolute;
    top: 76vw;
    font-family: Poppins;
    font-size: 5.68vw;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 84vw;
    left: 50%;
    margin-left: -42vw;
    text-shadow: 0px 0.533333vw 0.533333vw #4e4d4d;
}
.cppolicytitle {
    position: absolute;
    top: 86vw;
    font-family: Poppins;
    font-size: 5.68vw;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 84vw;
    left: 50%;
    margin-left: -42vw;
    text-shadow: 0px 0.533333vw 0.533333vw #4e4d4d;
}
.home-content {
    position: relative;
    top: 18vw;
    height: 130vw;
}
.landing-content {
    position: relative;
    top: 18vw;
    height: 130vw;
}
.ranking-content {
    position: relative;
    top: 0vw;
}
.ranking-popup {
    display: none;
}
.ranking-popup-mob {
    position: absolute;
    top: 27vw;
    left: 50%;
    width: 80vw;
    margin-left: -40vw;
}
.ranking-popup-close {
    position: absolute;
    top: 3vw;
    left: 4vw;
    width: 6vw;
    margin-left: 0vw;
    cursor: pointer;
    z-index: 2;
}
.ranking-puesto {
    position: absolute;
    color: #fff;
    font-size: 4vw;
    top: 150vw;
    left: 50%;
    margin-left: -8.9vw;
    padding: 0.8vw 1vw;
    text-align: left;
    min-width: 36vw;
    display: none;
}
.ranking-list {
    position: absolute;
    width: 100vw;
    height: 156vw;
    top: 62vw;
    left: 50%;
    margin-left: -50vw;
    overflow: scroll;
}
.ganadores-list {
    /*height: 190vw;*/
}
.ranking-items {
    display: flex;
    flex-direction: column;
}
.ranking-item {
    font-family: Designer;
    font-style: italic;
    font-size: 4.5vw;
    color: #fff;
    background-image: url(../images/ranking-item.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    height: 18vw;
    margin-bottom: 0vw;
}
.ranking-item-top  {
    background-image: url(../images/ranking-item-top.png);
}
.ganadores-item  {
    background-image: url(../images/ganadores-item.png);
}
.ranking-text {
    position: absolute;
    font-family: "Poppins";
    color: #fff;
    font-size: 4.5vw;
    text-align: center;
    width: 100%;
    top: 226vw;
}
.ganadores-item-title {
    color: #fff;
    font-family: "Poppins";
    font-size: 4.5vw;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    margin-top: 5%;
    text-shadow: -0.3vw -0.3vw 1vw #0054ff, 0.3vw -0.3vw 1vw #0054ff, -0.3vw 0.3vw 1vw #0054ff, 0.3vw 0.3vw 1vw #0054ff;
}
/*------------------------*/
.ranking-item .estrella {
    height: 40px;
    position: relative;
    top: 6px;
    left: 0px;
    visibility: hidden;
}
.premio .estrella {
    visibility: visible;
}
/*------------------------*/
.ranking-item .num {
    width: 11vw;
    height: 6vw;
    font-size: 8vw;
    line-height: 6vw;
    text-align: center;
    display: inline-block;
    margin: 6vw 5vw 0vw 5vw;
}
.ranking-item .name {
    margin: -2.8vw 0 0 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    width: 41%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------------------------*/
.ranking-item .num,
.ranking-item .name {
    position: relative;
}
/*------------------------*/
.ranking-item .score {
    margin: 6vw 6vw 1.3vw 0vw;
    display: inline-block;
    vertical-align: middle;
    font-size: 4.5vw;
    font-weight: 700;
    float: right;
}
.ranking-item .score .pts {
    font-size: 2.3vw;
    margin-left: 1vw;
    line-height: 4.6vw;
    vertical-align: top;
}
.ganadores-btn {
    position: absolute;
    top: 180vw;
    z-index: 1;
    border: none;
    width: 50vw;
    padding: 0vw;
    left: 50%;
    margin-left: -25vw;
    cursor: pointer;
}
.ranking-btn {
    position: absolute;
    top: 180vw;
    z-index: 1;
    border: none;
    width: 50vw;
    padding: 0vw;
    left: 50%;
    margin-left: -25vw;
    cursor: pointer;
}
.score-l{
    position:absolute;
    font-size:17px;
    margin-top:-4vw;
    margin-left:37vw;
}
/*------------------------*/
.btn-wins img {
    width: 60vw;
    height: auto !important;
    margin-top: 5vw;
}
.img-estrella {
    width: 3.386vw;
}
.img-info, .img-rank {
    width: 24.4271vw;
}
.bottom-ranking {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 150vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
    cursor: pointer;
    z-index: 2;
}
.bottom-ranking .img-aviso{
    position: relative;
    left: 70px;
}
.bottom-ranking .text-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    left: 70px;
}
.btn-wins-hide {
    display: none;
}
.text-ranking {
    display: flex;
    flex-direction: column;
}
.text-ranking img:nth-child(1) {
    margin-bottom: 10px;
}
/*------------------------*/
.juegocodigo-content {
    background-image: url(../images/juegocodigo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    top: 0vw;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.codigo-content {
    background-image: url(../images/codigo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    top: 0vw;
    min-height: 235.333vw;
}
.code-home-msg {

}
.codes {
    position: absolute;
    top: 55vw;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    text-align: center;
}
.juegocodigo-content .codes {
    top: 17vw;
    width: 100vw;
}
.logincodigo .codes {
    top: 176vw;
}
.jugarc {
    position: absolute;
    top: 158vw;
    z-index: 1;
    border: none;
    width: 54vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -27vw;
    cursor: pointer;
}
.logincodigo .jugarc {
    top: 68vw;
}
.codigo-texto {
    position: absolute;
    color: #fff;
    font-family: Poppins;
    font-size: 5vw;
    width: 50vw;
    text-align: center;
    left: 50%;
    margin-left: -25vw;
    top: 142vw;
}
.code-pedidoya {
    position: absolute;
    width: 32vw;
    top: 82vw;
    left: 50%;
    margin-left: -16vw;
}
.logincodigo .code-pedidoya {
    top: 164vw;
}
.codigo-btn-bg {
    position: absolute;
    top: 112vw;
    z-index: 0;
    border: none;
    width: 100vw;
    padding: 3vw 0vw 0 0;
    left: 50%;
    margin-left: -50vw;
}
.jugarc-ok {
    position: absolute;
    top: 116vw;
    z-index: 1;
    border: none;
    width: 60vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -30vw;
    cursor: pointer;
}
.jugar-content-2 .jugarc-ok, .jugar-content-3 .jugarc-ok, .jugar-content-4 .jugarc-ok {
    top: 116vw;
}
.jugarh-content .jugarc-ok {
    top: 20vw;
    width: 28vw;
    padding: 3vw 0vw;
    margin-left: -14vw;
}
.jugarh-content-2 .jugarc-ok, .jugarh-content-3 .jugarc-ok {
    top: 25vw;
}
.jugarc-error {
    position: absolute;
    top: 130vw;
    z-index: 1;
    border: none;
    width: 54vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -27vw;
    cursor: pointer;
}
.codigo-texto-ok {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-family: Poppins;
    font-size: 5vw;
    width: 60vw;
    text-align: center;
    left: 50%;
    margin-left: -30vw;
    top: 120vw;
}
.codigo-texto-py {
    position: absolute;
    color: #fff;
    font-family: Poppins;
    font-size: 4.5vw;
    width: 80vw;
    text-align: center;
    left: 50%;
    margin-left: -40vw;
    top: 102vw;
}
.code-prize-img {
    position: absolute;
    width: 100vw;
    top: 0vw;
}
.code-prize-bg {
    position: absolute;
    top: 85vw;
    width: 40vw;
    left: 50%;
    margin-left: -26vw;
}
.code-prize-c {
    position: absolute;
    top: 88.6vw;
    width: 32vw;
    left: 50%;
    margin-left: -22vw;
    color: #ff0049;
    font-family: 'Designer';
    font-size: 4.5vw;
    text-align: center;
}
.code-prize-copy {
    position: absolute;
    top: 85vw;
    width: 11vw;
    left: 50%;
    margin-left: 14vw;
    cursor: pointer;
}
.codigo-texto-ups-1 {
    color: #fff;
    font-family: 'Designer';
    width: 100vw;
    text-align: center;
    font-size: 14vw;
    top: 18vw;
    position: absolute;
}
.codigo-texto-ups-2 {
    color: #fff;
    font-family: 'Designer';
    width: 100vw;
    text-align: center;
    font-size:6vw;
    top: 38vw;
    position: absolute;
}
.code-ups .codigo-texto-ok {
    top: 60vw;
}
.code-ups .jugarc-error {
    top: 71vw;
}
.codigo-txt {
    font-family: Poppins;
    font-weight: 500;
    font-size: 5vw;
    position: absolute;
    color: #fff;
    top: 119vw;
    width: 90vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
#code1,#code2,#code3,#code4,#code5,#code6,#code7,#code8 {
    font-size: 8vw;
    letter-spacing: 0.2vw;
    border-radius: 4vw;
    padding: 0;
    width: 70vw;
    border: solid 0.5vw #fff;
    background-color: #0e128a;
    font-family: "Poppins";
    color: #fff;
    text-align: center;
    margin: 0vw;
    text-transform: uppercase;
}
.juegocodigo-content #code1 {
    font-size: 3vw;
    letter-spacing: 0.2vw;
    border-radius: 1.8vw;
    padding: 0.5vw 0 0 0;
    width: 36vw;
    border: solid 0.5vw #e1b00c;
}
#code1::placeholder,#code2::placeholder,#code3::placeholder,#code4::placeholder,#code5::placeholder,#code6::placeholder,#code7::placeholder,#code8::placeholder {
    color: #fff;
    letter-spacing: normal;
    font-size: 6vw;
}
.code-ok {
    position: absolute;
    display: none;
    width: 100vw;
    top: 78vw;
}
.code-ups {
    position: absolute;
    display: none;
    width: 100vw;
    top: 78vw;
}
.selector-content {
    position: relative;
    top: 0vw;
    width: 100%;
}
.conoce {
    position: absolute;
    top: 50vw;
    font-family: Poppins;
    font-size: 5.68vw;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 84vw;
    left: 50%;
    margin-left: -42vw;
    text-shadow: 0px 0.533333vw 0.533333vw #4e4d4d;
}
.descubre {
    position: absolute;
    top: 128.2vw;
    font-family: "Poppins";
    font-size: 7.2vw;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
}
.participar {
    position: absolute;
    top: 105vw;
    z-index: 3;
    border: none;
    width: 70vw;
    padding: 0vw;
    left: 50%;
    margin-left: 0vw;
    cursor: pointer;
    opacity: 0;
    display: none;
}
.rolloverBtn:hover {
    filter: drop-shadow(0px 0px 13px #228dff);
}
.home-cartel-unete {
    position: absolute;
    top: 165vw;
    z-index: 1;
    width: 96vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.ingresaaqui {
    position: absolute;
    top: 101vw;
    font-family: Poppins;
    font-size: 4.13067vw;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    background-color: #f08200;
    border: none;
    border-radius: 4vw;
    width: 44vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -22vw;
}

.recuperar-content #email {
    position: absolute;
    top: 32vw;
    z-index: 1;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 3.74vw;
    color: #0047fc;
    background-color: #fff;
    border-radius: 3.5vw;
    padding: 5vw 5vw;
    width: 77vw;
    left: 50%;
    margin-left: -43.5vw;
    border: none;
    text-align: center;
}

.restablecer-content #password {
    position: absolute;
    top: 58vw;
    z-index: 1;
    font-family: Poppins;
    font-size: 3.74vw;
    color: #000;
    background-color: #fff;
    border-radius: 2vw;
    padding: 1.5vw;
    width: 77vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
}

.restablecer-content #rpassword {
    position: absolute;
    top: 78.5vw;
    z-index: 1;
    font-family: Poppins;
    font-size: 3.74vw;
    color: #000;
    background-color: #fff;
    border-radius: 2vw;
    padding: 1.5vw;
    width: 77vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
}

.login-content #nickname {
    position: absolute;
    top: 32vw;
    z-index: 1;
    font-family: 'Poppins';
    font-size: 3.74vw;
    color: #000000;
    background-color: #fff;
    border-radius: 3.5vw;
    padding: 5vw 5vw;
    width: 77vw;
    left: 50%;
    border: none;
    text-align: center;
}
.login-content #password {
    position: absolute;
    top: 50vw;
    z-index: 1;
    font-family: 'Poppins';
    font-size: 3.74vw;
    color: #000000;
    background-color: #fff;
    border-radius: 3.5vw;
    padding: 5vw 5vw;
    width: 77vw;
    left: 50%;
    border: none;
    text-align: center;
}

.sp-nickname {
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 3vw;
    top: 41vw;
    position: absolute;
    left: 50%;
    margin-left: -24vw;
    text-transform: uppercase;
}
.sp-email {
    color: #fff;
    font-family: Poppins;
    font-size: 4vw;
    line-height: 6.5vw;
    top: 65vw;
    position: absolute;
    left: 50%;
    margin-left: -30vw;
    width: 60%;
    text-align: center;
}
.sp-pass {
    color: #fff;
    font-family: "Poppins";
    font-size: 3.5vw;
    top: 38vw;
    position: absolute;
    left: 50%;
    margin-left: -38vw;
}
.restablecer-content .sp-pass {
    top: 52vw;
}
.sp-rpass {
    color: #fff;
    font-family: "Poppins";
    font-size: 4vw;
    top: 55vw;
    position: absolute;
    left: 50%;
    margin-left: -38vw;
}
.restablecer-content .sp-rpass {
    top: 72vw;
}
.sp-error {
    color: #fff;
    font-family: "Poppins";
    font-size: 4vw;
    top: 70vw;
    position: absolute;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    text-align: center;
}

.recuperar-content #email {
    top: 90vw;
    font-size: 6vw;
    border-radius: 3.6vw;
    padding: 0vw;
    width: 80vw;
    margin-left: -40vw;
}

.login-content #nickname {
    top: 46vw;
    font-size: 3.5vw;
    border-radius: 3vw;
    padding: 1vw 0vw;
    width: 70vw;
}
.sp-password {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 3vw;
    top: 57vw;
    position: absolute;
    left: 50%;
    margin-left: -23vw;
    text-transform: uppercase;
}
.login-content #password {
    top: 62vw;
    font-size: 3.5vw;
    border-radius: 3vw;
    padding: 1vw 0vw;
    width: 70vw;
}
.login-content #password::placeholder,
.login-content #nickname::placeholder {
    color: #000000;
}

::placeholder {
    color: #000000;
}
.reg-question-container {
    position: absolute;
    top: 67.7vw;
    z-index: 1;
    font-family: Poppins;
    font-size: 4vw;
    color: #525050;
    border-radius: 3.5vw;
    padding: 0vw 0vw 5vw 0vw;
    width: 87vw;
    left: 50%;
    margin-left: -43.5vw;
    background-color: #fff;
}
.reg-question {
    width: 100%;
    line-height: 5vw;
    padding: 2vw 0vw;
    background-color: #f2f1f1;
    position: relative;
    display: block;
    border-radius: 3.5vw;
    text-align: center;
    box-shadow: 0vw 0.5vw 0.5vw #d9d9d9;
}
.reg-question-container textarea {
    margin: 2vw;
    width: 82vw;
    font-family: Poppins;
    font-size: 4vw;
    color: #525050;
    border: none;
    resize: none;
}
.reg-question-container .chars {
    position: absolute;
    right: 3vw;
    bottom: 2vw;
}
.bases-div {
    position: absolute;
    top: 114vw;
    text-align: center;
    width: 100%;
    color: #484848;
    font-family: "Poppins";
    font-size: 3.73333vw;
}
.bases-div a {
    color: #484848;
}
.bases-div #bases {
    width: 5vw;
    height: 5vw;
    border-radius: 10vw;
    border: none;
    display: inline-block;
    position: relative;
}
.bases-div label {
    display: inline-block;
    position: relative;
    line-height: 6vw;
    vertical-align: top;
}
.privacy-div {
    position: absolute;
    top: 120vw;
    text-align: center;
    width: 100%;
    color: #484848;
    font-family: "Poppins";
    font-size: 3.73333vw;
}
.privacy-div a {
    color: #484848;
}
.privacy-div #privacy {
    width: 5vw;
    height: 5vw;
    border-radius: 10vw;
    border: none;
    display: inline-block;
    position: relative;
}
.privacy-div label {
    display: inline-block;
    position: relative;
    line-height: 6vw;
    vertical-align: top;
}
.registrarme {
    position: absolute;
    top: 125.6vw;
    font-family: Poppins;
    font-size: 4.66666vw;
    color: #cc3333;
    z-index: 1;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-radius: 1.2vw;
    width: 50vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -25vw;
}
.registrarme-ok {
    position: absolute;
    top: 125.6vw;
    font-family: Poppins;
    font-size: 4.66666vw;
    color: #cc3333;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 1.2vw;
    width: 50vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -25vw;
}
.registrarme-err-ok {
    position: absolute;
    top: 125.6vw;
    font-family: MontBold;
    font-size: 4.66666vw;
    color: #000;
    z-index: 1;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    border-radius: 1.2vw;
    width: 50vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -25vw;
}
.registrarme {
    top: 0vw;
    font-size: 4.5vw;
    width: 60vw;
    padding: 0vw;
    margin-left: -30vw;
    margin-top: 2vw;
    cursor: pointer;
    position: relative;
}
.registrarme-ok {
    top: 116vw;
    font-size: 6vw;
    width: 60vw;
    padding: 1vw 0vw;
    margin-left: -30vw;
    cursor: pointer;
}
.registrarme-err-ok {
    top: 110vw;
    font-size: 6vw;
    width: 44vw;
    padding: 0.7vw 0vw;
    margin-left: -22vw;
    cursor: pointer;
}
.login {
    position: absolute;
    font-family: Poppins;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 1.2vw;
    left: 50%;
    top: 96vw;
    font-size: 4vw;
    width: 54vw;
    padding: 0vw;
    margin-left: -27vw;
    cursor: pointer;
}
.recuperar {
    position: absolute;
    top: 125.6vw;
    font-family: Poppins;
    font-size: 4.66666vw;
    color: #cc3333;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 1.2vw;
    width: 50vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -25vw;
}
.recuperar {
    top: 100vw;
    font-size: 4vw;
    width: 60vw;
    padding: 2vw 0vw;
    margin-left: -30vw;
    cursor: pointer;
}
.recuperarnick {
    position: absolute;
    font-family: Poppins;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 1.2vw;
    left: 50%;
    top: 147vw;
    font-size: 4vw;
    width: 40vw;
    padding: 2vw 0vw;
    margin-left: -20vw;
    cursor: pointer;
}
.restablecer {
    position: absolute;
    top: 125.6vw;
    font-family: Poppins;
    font-size: 4.66666vw;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 1.2vw;
    width: 50vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -25vw;
}
.restablecer {
    top: 90vw;
    font-size: 4vw;
    width: 60vw;
    padding: 2vw 0vw;
    margin-left: -30vw;
    cursor: pointer;
}
.accept {
    position: absolute;
    top: 176vw;
    font-family: Poppins;
    font-size: 4.66666vw;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 1.2vw;
    width: 60vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -30vw;
}
.sendcode {
    position: absolute;
    font-family: Poppins;
    z-index: 1;
    border: none;
    left: 50%;
    top: 70vw;
    width: 62vw;
    padding: 0vw;
    margin-left: -31vw;
    cursor: pointer;
}
.juegocodigo-content .sendcode {
    top: 26vw;
    width: 28vw;
    padding: 0vw;
    margin-left: -14vw;
}
.logincodigo .sendcode {
    top: 191vw;
}
.gamebtn {
    position: absolute;
    top: 66vw;
    font-family: Poppins;
    font-size: 5.5vw;
    color: #ee1e24;
    z-index: 1;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    border-radius: 2vw;
    width: 40vw;
    padding: 1.8vw 0vw;
    left: 50%;
    margin-left: -20vw;
    display: none;
    display: none;
}
.gamebtn-bottom {
    top: 72vw;
}
.codigo-st {
    position: absolute;
    display: none;
    width: 90vw;
    top: 40vw;
    left: 50%;
    margin-left: -45vw;
}
.reg-text {
    position: absolute;
    top: 49vw;
    background-color: #fff;
    width: 74vw;
    left: 50%;
    margin-left: -43vw;
    border-radius: 3.5vw;
    font-size: 4.26666vw;
    color: #484848;
    padding: 3vw 6vw;
    text-align: center;
}
.reg-text a {
    color: #f2964b;
    font-family: Poppins;
}
.jugar {
    position: absolute;
    top: 127vw;
    font-family: Poppins;
    font-size: 7.2vw;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    background-color: #426da9;
    border: none;
    border-radius: 4vw;
    width: 44vw;
    padding: 1.3vw 0vw;
    left: 50%;
    margin-left: -2vw;
}
.reg-recuerda {
    position: absolute;
    top: 87vw;
    background-color: #fff;
    width: 74vw;
    left: 50%;
    margin-left: -43vw;
    border-radius: 3.5vw;
    font-size: 4.26666vw;
    color: #484848;
    padding: 3vw 6vw;
    text-align: center;
}
.reg-felicidades {
    position: absolute;
    top: 53vw;
    background-color: #fff;
    width: 74vw;
    left: 50%;
    margin-left: -43vw;
    border-radius: 3.5vw;
    font-size: 5.33334vw;
    color: #484848;
    padding: 3.7vw 6vw;
    text-align: center;
    font-weight: bold;
}
.reg-felicidades span {
    font-size: 7.33334vw;
    display: block;
    margin-bottom: 1vw;
}
#game {
    display: block;
    border: none;
    width: 100%;
    height: 100vh;
}
.help-bg {
    display: inline;
    position: absolute;
    top: 47vw;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
}

.help-dsk-bg {
    display: none;
}
.text-title {
    position: absolute;
    top: 71vw;
    width: 60vw;
    left: 50%;
    color: #fff;
    margin-left: -30vw;
    font-family: "Poppins";
    font-size: 4.5vw;
    text-align: center;
}
.text-1 {
    position: absolute;
    top: 98vw;
    width: 48vw;
    left: 50%;
    color: #000;
    margin-left: -18vw;
    font-family: "Poppins";
    font-size: 4.5vw;
}
.text-2 {
    position: absolute;
    top: 98vw;
    width: 56vw;
    left: 50%;
    color: #000;
    margin-left: -18vw;
    font-family: "Poppins";
    font-size: 4.5vw;
    display: none;
}
.text-num {
    position: absolute;
    top: 99vw;
    width: 10vw;
    height: 10vw;
    left: 50%;
    margin-left: -33vw;
    font-family: "Poppins";
    font-size: 7.5vw;
    line-height: 10vw;
    text-align: center;
    color: #fff;
    background-color: #f08217;
    border-radius: 50%;
}
.bullet-1 {
    position: absolute;
    top: 136vw;
    left: 50%;
    margin-left: -5vw;
    width: 6vw;
    cursor: pointer;
}
.bullet-2 {
    position: absolute;
    top: 136vw;
    left: 50%;
    margin-left: 3vw;
    width: 6vw;
    cursor: pointer;
}
.help-popup-close {
    position: absolute;
    top: 53vw;
    left: 84vw;
    z-index: 1;
    cursor: pointer;
    width: 11.2vw;
}
.boost-1 {
    position: absolute;
    top: 40vw;
    width: 83.735vw;
    left: 50%;
    margin-left: -41.86vw;
    cursor: pointer;
}
.boost-participar {
    position: absolute;
    top: 161vw;
    width: 58.934vw;
    left: 50%;
    margin-left: -29.467vw;
    cursor: pointer;
}
.boost-popup-close {
    position: absolute;
    top: 47vw;
    left: 84vw;
    z-index: 1;
    cursor: pointer;
    width: 11.2vw;
}
.cp-dsk,
.help-dsk-1,
.help-dsk-2,
.boost-dsk-1 {
    display: none;
}
.error-msg {
    color: #ffffff;
    position: absolute;
    top: 140vw;
    width: 90%;
    font-size: 4vw;
    text-align: center;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}
.error-msg a {
    color: #fff;
}
.error-msg {
    top: 110vw;
    font-size: 3.8vw;
}
.input-codigo .error-msg {
    top: 25.5vw;
    font-size: 2.5vw;
    margin-left: 0vw;
    text-align: center;
}
.codigo-content .error-msg {
    top: 90vw;
    font-size: 4vw;
    color: #fff;
}
.juegocodigo-content .error-msg {
    top: 35vw;
    font-size: 2.3vw;
    color: #fff;
}
.logincodigo .error-msg {
    top: 209vw;
}
.reg-content .error-msg {
    top: 0vw;
    font-size: 4vw;
    position: relative;
    margin-top: 0.5vw;
}
.recuperar-content .error-msg {
    top: 127vw;
    font-size: 4vw;
}
.recuperarnick-content .error-msg {
    top: 164vw;
}
.restablecer-content .error-msg {
    top: 105vw;
    font-size: 4vw;
}
.lnkgame {
    color: #fff;
    position: absolute;
    top: 88vw;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
    text-align: center;
    font-family: "Poppins";
    font-size: 5.68vw;
    text-shadow: 0px 0.533333vw 0.533333vw #4e4d4d;
}
.lnkgame a {
    color: #f08217;
}
.lnkreg {
    color: #fff;
    position: absolute;
    top: 152vw;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
    font-family: 'Poppins';
    font-size: 4vw;
}
.lnkreg a {
    color: #fff;
    text-decoration: none;
}
.linkregbtn {
    background-color: #ff0000;
    border-radius: 2vw;
    padding: 0 1.5vw;
    margin-left: 1vw;
}
.lnkreg {
    top: 75vw;
    width: 80vw;
    margin-left: -40vw;
    font-size: 3vw;
}
.lnkrec {
    color: #fff;
    position: absolute;
    top: 148vw;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
    font-family: Poppins;
    font-size: 4vw;
}
.lnkrec a {
    color: #fff;
    text-decoration: none;
}
.lnkrec {
    top: 82vw;
    width: 80vw;
    margin-left: -40vw;
    font-size: 3vw;
}
.lnkrecnick {
    color: #fff;
    position: absolute;
    top: 148vw;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
    font-family: Poppins;
    font-size: 4vw;
}
.lnkrecnick a {
    color: #fff;
    text-decoration: none;
}
.lnkrecnick {
    top: 90vw;
    width: 80vw;
    margin-left: -40vw;
    font-size: 3vw;
}
.lnkrec-inner {
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
    font-family: Poppins;
    top: 118vw;
    width: 80vw;
    font-size: 4vw;
}
.lnkrec-inner a {
    color: #fff;
    text-decoration: none;
}
.popup-content {
    display: none;
}
.input-required {
    /*border: solid 0.6vw #ff0000 !important;*/
}
.code-text {
    position: absolute;
    font-family: "Poppins";
    color: #fff;
    font-size: 7vw;
    width: 90vw;
    text-align: center;
    left: 50%;
    top: 47vw;
    margin-left: -45vw;
    display: none;
}
.jugarh-content .code-text {
    font-size: 4vw;
    width: 90vw;
    top: 16vw;
    margin-left: -45vw;
}

.bases-content {
    background-color: #000;
    background-image: url(../images/terms-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 235.333vw;
}
.aviso{
    background-color: #000;
    background-image: url(../images/avs-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 235.333vw;
}
.bases-content .title {
    background-color: #ff0000;
    font-family: "Poppins";
    font-size: 3.4vw;
    color: #fff;
    position: absolute;
    top: 10vw;
    padding: 2vw 2vw;
    border-radius: 1vw;
    width: 50vw;
    text-align: center;
    left: 50%;
    margin-left: -28vw;
}
.bases-content .subtitle {
    font-family: "Poppins";
    font-size: 6vw;
    color: #fff;
    position: relative;
    top: 0vw;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.5vw;
    margin-top: 6.5vw;
}
.bases-content p {
    font-family: 'Poppins';
    font-size: 3vw;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 2.5vw;
}
.bases-text {
    position: absolute;
    top: 56vw;
    left: 40%;
    width: 90vw;
    margin-left: -35vw;
    height: 51%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.icon-eye {
    position: absolute;
    top: 61.6vw;
    left: 50%;
    margin-left: 30vw;
    width: 8vw;
    z-index: 1;
    cursor: pointer;
}
.m-mob {
    display: inline !important;
}
.m-mob-block {
    display: block !important;
}
.m-dsk {
    display: none !important;
} 

.footer-copy {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 15vw;
}
.footer-copy .copy {
    width: 60vw;
    display: block;
    margin: 3.2vw auto;
}
.footer-copy .dc {
    position: absolute;
    top: 0px;
    right: 3vw;
    width: 14vw;
}
.footer-copy-static {
    position: absolute;
}
.home-per {
    display: none;
}
.home-title {
    position: absolute;
    top: 80VW;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 89vw;
    opacity: 0;
}

@media (orientation: portrait) {
    .juegocodigo-content {
        background-image: url(../images/codigo-bg.jpg);
    }
    .header .home-menu {
        position: absolute;
        z-index: 9;
        top: 1vw;
        width: 13vw;
        right: 2vw;
        cursor: pointer;
    }
    .cph {
        position: absolute;
        z-index: 1;
        top: 1%;
        left: 2%;
        width: 30vw;
    }
    .juegocodigo-content #code1 {
        font-size: 8vw;
        letter-spacing: 0.2vw;
        border-radius: 3.5vw;
        padding: 1.5vw 0 0 0;
        width: 70vw;
        border: solid 1vw #e1b00c;
        background-color: #fff;
        font-family: "Poppins";
        color: #e1b00c;
        text-align: center;
        margin: 0vw;
        text-transform: uppercase;
    }
    .juegocodigo-content .codes {
        position: absolute;
        top: 58vw;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        text-align: center;
    }
    .juegocodigo-content .sendcode {
        position: absolute;
        font-family: Poppins;
        z-index: 1;
        border: none;
        left: 50%;
        top: 76vw;
        width: 56vw;
        padding: 0vw;
        margin-left: -28vw;
        cursor: pointer;
    }
    .juegocodigo-content .error-msg {
        top: 90vw;
        font-size: 4vw;
        color: #ff0000;
    }
}

@media only screen and (min-device-aspect-ratio: 1/1) and (hover: hover) {
    .preloader {
        background-position: top center;
    }
    .preloader img {
        width: 25.157vw;
        top: 39.75vw;
        position: absolute;
        left: 50%;
        margin-left: -12.5vw;
    }
    .contador {
        top: 5.5%;
        left: 50%;
        margin-left: -14vw;
        width: 3.5vw;
    }
    .contador-num {
        top: 0.52vw;
        left: 1.2vw;
        font-size: 0.8vw;
        width: 2vw;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 2.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .widget {
      height: 5.6vw;
      width: 5.6vw;      
    }
    .widget canvas, .widget .labels {
        height: 5.6vw;
        width: 5.6vw;
        margin: 0vw;
    }
    .header .home-menu {
        top: -4vw;
        width: 2.8vw;
        left: 50%;
        margin-left: 24.6vw;
    }
    .regresa-mas-tarde {
        top: 26vh;
        font-size: 1.1vw;
        line-height: 1.5vw;
        width: 30vw;
        height: 7vw;
        left: 50%;
        margin-left: -15vw;
        color: #00647a;
        transform: none;
        background-image: url(../images/dsk/regresa-bg.png);
    }
    .regresa-mas-tarde .reloj {
        width: 4vw;
        padding: 0px;
        margin: 0px;
        vertical-align: top;
        display: inline;
    }
    .regresa-mas-tarde .reloj-texto {
        text-align: center;
        padding-right: unset;
        width: 24vw;
        padding: 0px;
    }
    .regresa-mas-tarde .reloj-texto span:nth-child(2) {
        font-size: 0.95vw;
        line-height: 1.4vw;
    }
    .countdown {
        width: 56vh;
        top: 34%;
        left: 50%;
        margin-left: unset;
        transform: translateX(-50%);
    }
    .countdown-landing {
        top: 38%;
    }
    .countdown-home {
        width: 40vh;
        opacity: 0;
    }
    .countdown-title {
        padding: 0%;
        text-align: center;
        font-size: 1.3vw;
        width: 100%;
    }
    .countdown-items {
        width: 100%;
        margin: 0 auto;
    }
    .countdown-item {
        margin: 0;
    }
    .countdown-num {
        font-size: 1.8vw;
    }
    .countdown-txt {
        font-size: 0.4vw;
    }
    .icon-eye {
        top: 27.9%;
        margin-left: 10.5vw;
        width: 2.5vw;
    }
    .cp, .home-cp, .cph {
        display: none;
    }
    .cp-dsk {
        display: inline;
        position: absolute;
        top: 1.6vw;
        left: 50%;
        margin-left: -28vw;
        width: 10vw;
        z-index: 1;
    }
    .notificacion .salir {
        align-self: flex-start;
        padding: 0.5vw 0vw 0vw 0vw;
        height: 3.5vw;
        margin-right: -3.6vw;
    }
    .discovery-logo {
        width: 100%;
        height: 3.5vw;
        background-color: #fff;
        text-align: center;
        z-index: 11;
        overflow: hidden;
    }
    .discovery-logo img {
        width: auto;
        height: 150%;
        display: inline;
        margin-top: -0.7vw;
    }
    .header {
        top: 7.3vw;
    }
    .header .home-logo {
        top: 0px;
        width: 30.313vw;
        left: 50%;
        margin-left: -15.1565vw;
    }
    .conoce {
        position: relative;
        display: block;
        padding-top: 19vw;
        top: 0vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .basestitle {
        top: 27vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .policytitle {
        top: 31vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .cppolicytitle {
        top: 35vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .descubre {
        top: 37.7vw;
        font-size: 2.81vw;
    }

    .participar {
        top: 56vh;
        z-index: 14;
        border: none;
        width: 28vh;
        padding: 0vw;
        left: 38%;
        margin-left: 0px;
        cursor: pointer;
        position: absolute;
        margin-top: 0vw;
        display: block;
        opacity: 0;
    }
    .video-btn {
        width: 4vw;
        top: 22vh;
        margin-left: 13vw;
    }
    .codigo-video-btn {
        width: 4vw;
        top: 22vh;
        margin-left: 13vw;
    }
    .video-content {
        border: solid 0.4vw #00dafd;
        top: 25vh;
        width: 50vw;
        margin-left: -25.3vw;
        height: 28vw;
        border-radius: 2vw;
    }
    .video-close {
        top: 9vw;
        width: 4vw;
        margin-left: 26vw;
    }
    .code-pedidoya {
        width: 10vw;
        top: 16vw;
        margin-left: -5vw;
    }
    .logincodigo .code-pedidoya {
        top: 68%;
    }
    .codigo-texto {
        font-size: 1.5vw;
        width: 50vw;
        margin-left: -25vw;
        top: 36vw;
    }
    .jugarc {
        top: 39vw;
        width: 16vw;
        padding: 3vw 0vw;
        margin-left: -8vw;
    }
    .logincodigo .jugarc {
        top: 23%;
    }
    .code-ok {
        width: 100%;
        top: 10vw;
    }
    .code-prize-img {
        width: 34.792vw;
        margin-left: -17.396vw;
        left: 50%;
    }
    .code-prize-bg {
        top: 12vw;
        width: 13vw;
        margin-left: -2vw;
    }
    .code-prize-c {
        top: 13.1vw;
        width: 12vw;
        margin-left: -1.4vw;
        font-size: 1.5vw;
    }
    .code-prize-copy {
        top: 15.9vw;
        width: 3.9vw;
        left: 50%;
        margin-left: 2.5vw;
    }
    .codigo-texto-ok {
        font-size: 2.8vw;
        width: 50vw;
        margin-left: -25vw;
        top: 0vw;
    }
    .codigo-texto-py {
        font-size: 1.4vw;
        width: 30vw;
        margin-left: -15vw;
        top: 23vw;
    }
    .codigo-btn-bg {
        top: 24.6vw;
        width: 36.771vw;
        margin-left: -18.3855vw;
    }
    .jugarc-ok, .jugarh-content .jugarc-ok {
        top: 46vh;
        width: 12vw;
        padding: 0vw;
        margin-left: -6vw;
    }
    .jugar-content-2 .jugarc-ok, .jugarh-content-2 .jugarc-ok {
        top: 43vh;
    }
    .jugar-content-3 .jugarc-ok, .jugarh-content-3 .jugarc-ok {
        top: calc(11vw + 29vh);
    }
    .jugarc-error {
        top: 29vw;
        width: 16vw;
        padding: 3vw 0vw;
        margin-left: -8vw;
    }
    .code-ups {
        width: 100vw;
        top: 14vw;
    }
    .codigo-texto-ups-1 {
        font-size: 5vw;
        top: 0vw;
    }
    .codigo-texto-ups-2 {
        width: 100vw;
        font-size: 2vw;
        top: 7vw;
    }
    .code-ups .codigo-texto-ok {
        top: 12vw;
    }
    .code-ups .jugarc-error {
        top: 13vw;
    }

    .ingresaaqui {
        top: 0vw;
        font-size: 1.7vw;
        color: #fff;
        z-index: 1;
        text-transform: uppercase;
        background-color: #f08200;
        border: none;
        border-radius: 4vw;
        width: 19.22vw;
        padding: 1vw 0vw;
        left: 50%;
        margin-left: -9.61vw;
        cursor: pointer;
        position: relative;
        display: block;
        margin-top: 7vw;
    }
    .menu-close {
        width: 3.5vw;
        top: 1.1vw;
        left: auto;
        right: 17.5vw;
    }
    .menu-per {
        width: 15vw;
        bottom: -5vw;
        right: unset;
        display: block;
        left: -3.45vw;
    }
    .menu-papas {
        width: 8vw;
        bottom: -1vw;
        right: 0.5vw;
        display: block;
    }
    .menu-modal .content-user {
        top: 3.2vh;
        margin-left: auto;
        left: 74vw;
        right: auto;
    }
    .menu-modal ul li {
        margin-left: 0%;
        width: 100%;
        height: 5.5%;
    }
    .home-content {
        background-image: url(../images/dsk/home-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        padding-bottom: 0vh;
    }
    .home-encuentra {
        position: absolute;
        top: 50vh;
        left: 46%;
        transform: translateX(-50%);
        font-family: MontBold;
        font-size: 1.1vw;
        line-height: 1.9vw;
        color: #fff;
        width: 30%;
        opacity: 0;
    }
    .landing-content {
        background-image: url(../images/dsk/landing-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        padding-bottom: 0vh;
    }
     .landing-content2 {
        background-image: url(../images/dsk/landing-bg-end.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        padding-bottom: 0vh;
    }
    .home-logo {
        width: 40vw;
        height: 40%;
        overflow: initial;
        top: 0vw;
    }
    .home-logo-landing {
        top: 1vw;
    }
    .home-logo-bg {
        width: auto;
        height: 100%;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: unset;
    }
    .home-logo-e1 {
        width: 16%;
        top: 9%;
        transform: scale(1, 1) translate(-265%, 0);
    }
    @keyframes e1-anim {
      0% {
        transform: scale(0.5, 0.5) translate(-50%, 180%);
        opacity: 0;
      }
      100% {
        transform: scale(1, 1) translate(-265%, 0);
        opacity: 1;
      }
    }
    .home-logo-e2 {
        width: 20%;
        top: 3%;
        transform: scale(1, 1) translate(-10%, 0);
    }
    @keyframes e2-anim {
      0% {
        transform: scale(0.5, 0.5) translate(-30%, 180%);
        opacity: 0;
      }
      100% {
        transform: scale(1, 1) translate(-10%, 0);
        opacity: 1;
      }
    }
    .home-logo-e3 {
        width: 21%;
        top: 22%;
        transform: scale(1, 1) translate(165%, 0);
    }
    @keyframes e3-anim {
      0% {
        transform: scale(0.5, 0.5) translate(-30%, 180%);
        opacity: 0;
      }
      100% {
        transform: scale(1, 1) translate(165%, 0);
        opacity: 1;
      }
    }    
    .home-logo-e4 {
        width: 17%;
        top: 40%;
        transform: scale(1, 1) translate(-320%, 0);
    }
    @keyframes e4-anim {
      0% {
        transform: scale(0.5, 0.5) translate(-30%, 180%);
        opacity: 0;
      }
      100% {
        transform: scale(1, 1) translate(-320%, 0);
        opacity: 1;
      }
    }    
    .home-logo-e5 {
        width: 7%;
        top: 13%;
        transform: scale(1, 1) translate(320%, 0);
    }
    @keyframes e5-anim {
      0% {
        transform: scale(0.5, 0.5) translate(-30%, 180%);
        opacity: 0;
      }
      100% {
        transform: scale(1, 1) translate(320%, 0);
        opacity: 1;
      }
    }    
    .home-logo-e6 {
        width: 10%;
        top: 77%;
        transform: scale(1, 1) translate(170%, 0);
    }
    @keyframes e6-anim {
      0% {
        transform: scale(0.5, 0.5) translate(-60%, -300%);
        opacity: 0;
      }
      100% {
        transform: scale(1, 1) translate(170%, 0);
        opacity: 1;
      }
    }    
    .home-logo-e7 {
        width: 12%;
        top: 72%;
        transform: scale(1, 1) translate(270%, 0);
    }
    @keyframes e7-anim {
      0% {
        transform: scale(0.5, 0.5) translate(-50%, -330%);
        opacity: 0;
      }
      100% {
        transform: scale(1, 1) translate(270%, 0);
        opacity: 1;
      }
    }
    .home-cartel {        
        margin-bottom: -0.5vw;
        width: 50%;
    }
    .m-dsk {
        display: inline !important;
    }
    .m-mob, .m-mob-block {
        display: none !important;
    }
    .home-premios {
        top: 40vh;
        width: 30vw;
        left: 73%;
        margin-left: 0vw;
    }
    .home-premios-img {
        width: 50%;
        opacity: 0;
        left: 28%;
        position: relative;
    }
    .home-premios-slider {
        position: absolute;
        top: 16%;
        left: 50%;
        margin-left: -22%;
        width: 45%;
        height: 66%;
        opacity: 0;
        overflow: hidden;
    }
    .home-premios-items {
        margin-top: 0%;
        /*display: flex;
        flex-direction: row;*/
        height: 100%;
        transition: margin-left 1000ms ease-in-out;
    }
    .home-premios-left {
        position: absolute;
        top: 42%;
        left: 3%;
        width: 7%;
        z-index: 999;
        cursor: pointer;
        opacity: 0;
    }
    .home-premios-right {
        position: absolute;
        top: 42%;
        left: 50%;
        width: 7%;
        z-index: 999;
        cursor: pointer;
        opacity: 0;
    }
    .landing-premios {
        top: 49vh;
        width: 35vw;
        left: 50%;
        margin-left: 0vw;
    }
    .home-copy {
        left: 50%;
        top: 90vh;
        width: 16vw;
        margin-left: -33.7vw;
    }
    .home-bottom {
        position: absolute;
        bottom: 0vw;
        right: 0vw;
        z-index: 3;
        width: 53.612vh;
        pointer-events: none;
    }
    .home-per {
        position: absolute;
        bottom: 0vw;
        right: 1vw;
        z-index: 1;
        width: 45.6vh;
    }
    .home-title {
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: 61.7vh;
        opacity: 0;
    }
    .home-cartel-unete {
        top: auto;
        width: calc(21vw + 50vh);
        bottom: 0px;
    }
    .menu-logo {
        width: calc(7.5vw + 9vh);
        bottom: 0vw;
        right: calc(1.3vw + 1.5vh);
    }
    .popup-premios .popup {
        width: 36vh;
        height: 56vh;
        margin-top: 0vh;
    }
    .popup-premios .popup .carousel-popup .c-carousel .slide img {
        height: 20vh;
    }
    .popup-premios .popup .salir {
        height: 9vh;
        right: 0vw;
        top: 56vh;
        width: 9vh;
    }
    .popup-premios .popup p {
        font-size: 1.3vh;
        margin: 0.2vw 0vw 0.2vw 0vw;
    }
    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
        top: 15%;
        width: 17vw;
        margin: 2vh 0 3vh 2vh;
    }
    .popup-premios .popup .carousel-popup .controls .buttons {
        height: 1.5vh;
        width: 1.5vh;
        margin: 0 0.3vw;
    }
    .popup-premios .popup .carousel-popup .controls {
        display: flex;
        flex-direction: row;
        margin-left: 0vw;
    }
    .popup-premios .popup .carousel-popup .c-carousel {
        display: flex;
        flex-direction: row;
        margin: 25% 0 3% 0;
    }
    .popup-proximamente-title {
        font-size: 2.5vw;
    }
    .popup-proximamente .popup {
        width: 36vh;
        height: 56vh;
        margin-top: 0vh;
    }
    .popup-proximamente .popup .popup-proximamente-salir {
        height: 9vh;
        right: 0vw;
        top: 56vh;
        width: 9vh;
    }
    .redes {
        bottom: 0vw;
        top: auto;
        padding: calc(0.7vh + 0.4vw);
        left: 73.5%;
    }
    .redes a img {
        height: 2.4vh;
        margin: 0 0.2vw;
    }
    .redes-landing {
        left: 20%;
        bottom: 0.5vw;
    }
    .carousel-snacks {
        width: 28%;
        height: unset;
        top: 68vh;
        padding: 3vw;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .carousel-snacks .button:nth-child(1) {
        left: -1.6vw;
        top: 0vw;
    }
    .carousel-snacks .button img {
        height: 3vw;
    }
    .carousel-snacks .button:nth-child(3) {
        left: -17.3vw;
        top: 0vw;
    }
    .carousel-snacks .snacks-bg {
        position: absolute;
        top: 3vw;
        left: 3vw;
        width: 28vw;
    }
    .carousel-snacks .productos img {
        position: relative;
        transition: 0.5s all;
        height: 9vw;
    }
    .carousel-snacks .productos {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        left: -9.8vw;
        position: relative;
    }
    .carousel-snacks .button {
        transform: scale(1)
    }
    .carousel-snacks .productos .primary {
        transform: scale(1.15);
    }
    .content-user {
        height: 3vw;
        top: 5%;
        left: 50%;
        margin-left: -27.4vw;
        padding: 0.1vw 1.2vw 0.1vw 0.1vw;
        min-width: 10vw;
    }
    .content-user .user {
        height: 2vw;
        width: 3vw;
        left: 0vw;
        padding: 0.6vw 0.5vw 0.6vw 0vw;
    }
    .content-user .user img {
        height: 3.5vw;
    }
    .content-user .user-bg {
        height: 3.5vw;
    }
    .content-user .user-content-bg {
        height: 3.5vw;
        width: 90%;
    }
    .content-user .li_login {
        font-size: 1.1vw;
        max-width: 20vw;
        margin-left: 0px;
    }
    .selector-content {
        background-image: url(../images/dsk/selector-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
        top: 0px;
    }
    .section-title {
        position: absolute;
        font-family: BillionDreams;
        color: #fff;
        font-size: 4.2vw;
        width: 14vw;
        text-align: center;
        line-height: 4vw;
        top: 7vh;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-title-big {
        font-size: 4vw;
    }
    .section-title-line {
        width: 40vw;
    }
    .selector-img {
        position: absolute;
        top: 62vh;
        width: 28vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .game-content {
        background-image: url(../images/dsk/game-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100%;
        top: 0px;
    }
    .jugar-content {
        background-image: url(../images/dsk/codigook-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        min-height: unset;
    }
    .jugar-content-2 {
        background-image: url(../images/dsk/codigook2-bg.jpg);
        background-position: top center;
    }
    .jugar-content-3 {
        background-image: url(../images/dsk/codigook3-bg.jpg);
        background-position: top center;
    }
    .jugar-content-4 {
        background-image: url(../images/dsk/codigook4-bg.png);
        background-position: top center;
    }
    .jugarh-content {
        background-image: url(../images/dsk/codigook-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100%;
        top: 0px;
        min-height: unset;
    }
    .jugarh-content-2 {
        background-image: url(../images/dsk/codigook2-bg.jpg);
    }
    .jugarh-content-3 {
        background-image: url(../images/dsk/codigook3-bg.jpg);
    }
    .premios-papas {
        width: auto;
        max-height: 23%;
        bottom: 4.3vw;
        position: absolute;
        right: 12%;
    }
    .premios-content {
        background-image: url(../images/dsk/premios-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        min-height: 50vw;
    }
    .premios-text {
        position: absolute;
        top: 90%;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 2.2vw !important;
        font-family: Poppins;
        display: inline;
    }
    .img-honduras{
        background-image: url(../images/dsk/premios-bg-h.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100vw;
        height: 100vh;
        top: 0px;

    }
    .productos-content {
        background-image: url(../images/dsk/productos-bg.jpg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
        top: 0px;
    }
    .how-content {
        background-image: url(../images/dsk/how-bg.jpg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position:top center;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .how-content-1 {
        background-image: url(../images/dsk/how-bg-2.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position:top center;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .chapas-content {
        background-image: url(../images/dsk/chappas-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
        top: 0px;
    }
    .home-btns {
        position: absolute;
        top: 33vh;
        width: 20vw;
        left: 50%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
    .home-btns button {
        color: #fff;
        width: 25vw;
        font-size: 1.6vw;
        cursor: pointer;
        border-radius: 1.2vw;
        margin-bottom: 0vw;
        line-height: 5vw;
        padding: 0vw;
        vertical-align: text-bottom;
        background-size: contain;
    }
    .home-btns button img {
        float: right;
        width: 3.7176vw;
    }
    .home-btns button:hover {
        color: #fff;
    }
    .image-bg, .imageh-bg {
        display: none;
    }
    .menu-modal {
        width: 100vw;
        font-size: 1vw;
        margin-left: unset;
        left: 0px;
        right: 0px;
        text-align: right;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .menu-modal ul {
        padding: 0vw;
        height: 100%;
        width: 17vw;
        right: 0px;
        left: auto;
        transform: unset;
        position: absolute;
        background-size: 100% 100%;
        background-image: url(../images/dsk/menu-bg2.png);
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .menu-modal ul li:first-child {
        margin-top: 12vw;
    }
    .menu-modal .menu-logo-cp {
        width: 6vw;
        top: 1.2vw;
        right: 15vw;
    }
    .menu-modal .menu-icon {
        display: none;
    }
    .menu-modal ul li span {
        margin: 3% 6% 3% 3%;
    }
    .login-papas {
        width: auto;
        max-height: 50%;
        bottom: 0vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }
    .login-content {
        background-image: url(../images/dsk/login-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 40vw;
        overflow: hidden;
    }
    .login-content-div {
        position: relative;
        padding-top: 15%;
        height: 100%;
    }
    .recuperar-content {
        background-image: url(../images/dsk/login-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .restablecer-content {
        background-image: url(../images/dsk/recuperar-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 40vw;
        overflow: hidden;
    }
    .restablecer-title {
        top: 9.8vw;
        font-size: 1.4vw;
        text-shadow: -0.1vw -0.1vw 0.1vw #0054ff, 0.1vw -0.1vw 0.1vw #0054ff, -0.1vw 0.1vw 0.1vw #0054ff, 0.1vw 0.1vw 0.1vw #0054ff;
    }
    .codigo-content {
        background-image: url(../images/dsk/codigo-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 45vw;
    }
    .juegocodigo-content {
        background-image: url(../images/dsk/codigo-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: unset;
    }
    .code-form {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60vw;
        height: 50%;
        top: 26vh;
    }
    #code1, #code2, #code3, #code4, #code5, #code6, #code7, #code8, .juegocodigo-content #code1 {
        font-size: 2vw;
        line-height: 1.6vw;
        border-radius: 3vw;
        padding: 0.1vw 0.5vw;
        width: 18vw;
        border: solid 0.25vw #009cff;
        margin: 0vw;
    }
    #code1::placeholder,#code2::placeholder,#code3::placeholder,#code4::placeholder,#code5::placeholder,#code6::placeholder,#code7::placeholder,#code8::placeholder {
        font-size: 1.4vw;
        line-height: 1.4vw;
        vertical-align: middle;
    }
    .codigo-papas {
        width: auto;
        max-height: 50%;
        bottom: 0vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .codigo-txt {
        font-size: 1.2vw;
        line-height: 1.4vw;
        top: 16vw;
        width: 23vw;
    }
    .ranking-content {
        background-image: url(../images/dsk/ranking-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 49vw;
    }
    .ganadores-content {
        background-image: url(../images/dsk/ganadores-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 49vw;
    }
    .ranking-popup {
        position: relative;
        top: 8vw;
        left: 50%;
        width: 53.021vw;
        margin-left: -26.5105vw;
        display: inline-block;
        margin-bottom: 9vw;
    }
    .ranking-popup-mob {
        display: none;
    }
    .ranking-popup-close {
        position: absolute;
        top: 2vw;
        left: 50%;
        width: 1.5vw;
        margin-left: -23vw;
        cursor: pointer;
    }
    .ranking-puesto {
        position: absolute;
        color: #fff;
        font-size: 1.1vw;
        top: 43vw;
        left: 50%;
        margin-left: 11.5vw;
        padding: 0.3vw 0.5vw;
        text-align: left;
        min-width: 4vw;
        font-family: AquawaxBlack;
    }
    .ganadores-content .ranking-puesto {
        display: inline;
    }
    .ganadores-item-title {
        font-size: 2vw;
    }
    .ranking-list {
        position: absolute;
        width: 18vw;
        height: 50%;
        top: 20%;
        left: 50%;
        margin-left: -11vw;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0 2vw;
    }
    .ranking-text {
        font-size: 1.5vw;
        top: 53vw;
    }
    .ganadores-item-title {
        font-size: 0.8vw;
    }
    .ranking-items {
        display: flex;
        flex-direction: column;
    }

    .ranking-item {
        font-size: 2.4vw;
        background-size: contain;
        height: 3.3vw;
        margin-bottom: 0vw;
    }
    .ganadores-list {
        overflow-y: auto;
    }
    .ganadores-item {
        background-image: url(../images/ganadores-item.png);
    }
    .ranking-item .num {
        width: 2vw;
        height: 1vw;
        border-radius: 50%;
        font-size: 1.2vw;
        line-height: 1vw;
        text-align: center;
        display: inline-block;
        margin: 0vw 0vw 0vw 0.5vw;
        top: -0.6vw;
    }
    .ranking-item-top .num {
        font-size: 1.6vw;
        margin: 0vw 0vw 0vw 0.4vw;
        top: -0.4vw;
    }
    .ranking-item .name {
        margin: -0.6vw 0 0 0;
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
        max-width: 17.2vw;
        white-space: nowrap;
        font-size: 0.8vw;
    }
    .ranking-item .name-top {
        margin: -0.6vw 0 0 0;
        font-size: 0.8vw;
        width: 41%;
    }
    .ranking-item .score {
        margin: 1.1vw 1vw 0vw 0vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.8vw;
        font-weight: 700;
        float: right;
    }
    .ranking-item-top .score {
        font-size: 0.8vw;
        margin: 0.9vw 1vw 0vw 0vw;
    }
    .ranking-item .score .pts {
        font-size: 0.5vw;
        margin: 5vw 0 0 0.2vw;
        line-height: 1vw;
    }
    .ranking-item .score .pts {
        margin: 5vw 0 0 0.2vw;
    }
    .bottom-ranking {
        top: 70%;
        width: 15vw;
    }
    .btn-wins img {
        width: 15vw;
    }
    .ganadores-item {
        font-size: 2vw;
        background-size: contain;
        height: 3.5vw;
        margin-bottom: 1vw;
    }
    .ganadores-item .num {
        width: 3vw;
        height: 3vw;
        border-radius: 50%;
        font-size: 1.5vw;
        line-height: 3vw;
        text-align: center;
        display: inline-block;
        margin: 0.4vw 1vw 0vw 1.1vw;
    }
    .ganadores-item .name {
        margin: 0.2vw 0 0 0;
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
        max-width: 17.2vw;
        overflow: hidden;
        white-space: nowrap;
        font-size: 1.4vw;
    }
    .ganadores-item .score {
        margin: 1vw 3.5vw 0vw 0vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5vw;
        font-weight: 700;
        float: right;
    }
    .ganadores-item .score .pts {
        font-size: 1vw;
        margin-left: 0.4vw;
    }
    .ganadores-btn {
        top: 42vw;
        width: 12.7vw;
        padding: 0vw;
        margin-left: -13vw;
    }
    .ranking-btn {
        top: 42vw;
        width: 12.7vw;
        padding: 0vw;
        margin-left: -13vw;
    }
    .score-l{
        position:absolute;
        font-size:17px;
        margin-top:-4vw;
        margin-left:37vw;
        }
    .register-camioneta {
        width: auto;
        max-height: 63%;
        bottom: 0vw;
        position: absolute;
        left: 0%;
    }
    .register-papas {
        width: auto;
        height: calc(15vw + 15vh);
        bottom: 0vw;
        position: absolute;
        left: 50%;
        transform: translateX(-10%);
        pointer-events: none;
    }
    .reg-content {
        background-image: url(../images/dsk/register-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 55vw;
    }
    .reg-content-ok {
        background-image: url(../images/dsk/register-bg.jpg);
    }
    .reg-form {
        display: inline;
        flex-direction: unset;
        min-height: unset;
        padding-top: 0vw;
    }
    .header .logo-cp {
        top: -2vw;
        width: 28.2vw;
        left: 50%;
        margin-left: -14.1vw;
    }
    .sp-text {
        color: #fff;
        font-size: 0.8vw;
        position: relative;
        padding-left: 0.5vw;
        padding-top: 0.3vw;
        display: block;
        padding-bottom: 0vw;
    }
    .sp-text-min {
        font-size: 0.8vw;
    }
    .sp-text-nick {
        font-size: 0.8vw;
    }
    .sp-text-chk {
        color: #fff;
        font-size: 0.8vw;
        position: relative;
        display: inline-block;
        vertical-align: super;
        margin-left: 0.3vw;
        margin-right: 0vw;
    }
    .reg-left {
        position: absolute;
        top: 10vw;
        left: 50%;
        width: 20vw;
        margin-left: -19vw;
        z-index: 1;
    }
    .reg-left input[type="text"],
    .reg-left input[type="password"],
    .reg-left input[type="email"] {
        font-size: 0.9vw;
        border-radius: 0.8vw;
        padding: 0.3vw 1vw;
        width: 17.1vw;
    }
    .reg-left select {
        font-size: 0.9vw;
        border-radius: 0.8vw;
        padding: 0.3vw 1vw;
        width: 19.5vw;
    }
    .reg-left input[type="text"]::placeholder {
        color: #000000;
        font-size: 0.9vw;
    }

    .reg-right {
        position: absolute;
        top: 10vw;
        left: 50%;
        width: 21vw;
        margin-left: 3vw;
        z-index: 1;
    }
    .reg-right input[type="text"],
    .reg-right input[type="password"],
    .reg-right input[type="number"],
    .reg-right input[type="email"] {
        font-size: 0.9vw;
        border-radius: 0.8vw;
        padding: 0.3vw 1vw;
        width: 17.1vw;
    }
    .reg-right select {
        font-size: 0.9vw;
        border-radius: 0.8vw;
        padding: 0.3vw 1vw;
        width: 19.5vw;
    }
    #phone_code {
        width: 6vw;
    }
    #phone {
        width: 10.7vw;
        margin-bottom: 1vw;
    }
    .reg-right input[type="text"]::placeholder {
        color: #000000;
        font-size: 0.9vw;
    }
    .reg-right input[type="checkbox"] {
        display: inline-block;
        width: 1.5vw;
        height: 1.5vw;
        margin-top: 0.5vw;
        margin-bottom: 0.5vw;
    }

    .reg-form-ok {
        display: none;
    }
    .reg-form-err {
        display: none;
    }

    .reg-ok-text {
        font-family: MontBold;
        color: #fff;
        font-size: 2.5vw;
        top: 16vw;
        position: absolute;
        text-align: center;
        width: 40vw;
        left: 50%;
        margin-left: -20vw;
    }
    .reg-ok-text2 {
        font-family: Poppins;
        color: #fff;
        font-size: 1vw;
        top: 21vw;
        position: absolute;
        text-align: center;
        width: 20vw;
        left: 50%;
        margin-left: -10vw;
    }
    .chk-input {
        width: 100%;
        text-align: left;
        margin-top: 0vw;
    }

    .codes, .juegocodigo-content .codes {
        position: absolute;
        top: 0vw;
        width: 40vw;
        left: 50%;
        margin-left: -20vw;
        text-align: center;
    }
    .logincodigo .codes {
        top: 73%;
    }
    #code {
        font-size: 3.5vw;
        border-radius: 0.6vw;
        padding: 0vw 0.5vw;
        width: 36vw;
        border: solid 0.155vw #fff;
        font-family: "Poppins";
        color: #cc0000;
        text-align: center;
        margin: 2vw 0.7vw;
        text-transform: uppercase;
    }
    .codigo-content .error-msg {
        top: 8vw;
        font-size: 0.9vw;
        width: 34%;
    }
    .juegocodigo-content .error-msg {
        top: 21vw;
        font-size: 1.2vw;
    }
    .logincodigo .error-msg {
        top: 93%;
    }
    .recuperar-content .error-msg {
        top: 52%;
        font-size: 1.2vw;
    }
    .recuperarnick-content .error-msg {
        top: 75%;
        font-size: 1.2vw;
    }
    .restablecer-content .error-msg {
        top: 27vw;
        font-size: 1.2vw;
        width: 26vw;
        left: 50%;
    }

    .sp-nickname {
        color: #fff;
        font-family: 'Poppins';
        font-size: 1.2vw;
        top: 16%;
        position: absolute;
        left: 50%;
        margin-left: -8.8vw;
    }
    .sp-email {
        color: #fff;
        font-family: "Poppins";
        font-size: 1.2vw;
        line-height: 1.4vw;
        top: 28%;
        position: absolute;
        left: 50%;
        margin-left: -10.5vw;
        text-align: center;
        width: 21vw;
    }
    .sp-pass {
        color: #fff;
        font-family: "Poppins";
        font-size: 1.9vw;
        top: 9vw;
        position: absolute;
        left: 50%;
        margin-left: -12vw;
        text-align: center;
    }
    .restablecer-content .sp-pass {
        top: 13.5vw;
        margin-left: -10.5vw;
        font-size: 0.9vw;
    }
    .sp-rpass {
        color: #fff;
        font-family: "Poppins";
        font-size: 1.9vw;
        top: 17vw;
        position: absolute;
        left: 50%;
        margin-left: -12vw;
        text-align: center;
    }
    .restablecer-content .sp-rpass {
        top: 18.2vw;
        margin-left: -10.5vw;
        font-size: 0.9vw;
    }
    .sp-error {
        color: #fff;
        font-family: "Poppins";
        font-size: 1.4vw;
        top: 20vw;
        position: absolute;
        left: 50%;
        width: 40vw;
        margin-left: -20vw;
        text-align: center;
    }
    .restablecer-text-pass {
        top: 14.8vw;
        margin-left: 2vw;
        width: 28vw;
        font-size: 1.1vw;
    }
    .login-content #nickname {
        top: 19%;
        font-size: 1.2vw;
        border-radius: 1vw;
        padding: 0.3vw 1vw;
        width: 22vw;
        margin-left: unset;
        transform: translateX(-50%);
    }
    .recuperar-content #email {
        top: 35%;
        font-size: 1.2vw;
        border-radius: 0.8vw;
        padding: 0.3vw 1vw;
        width: 22vw;
        margin-left: unset;
        transform: translateX(-50%);
    }
    .restablecer-content #password {
        top: 15vw;
        font-size: 1vw;
        border-radius: 0.8vw;
        padding: 0.3vw 0vw;
        width: 22vw;
        margin-left: -11vw;
    }
    .restablecer-content #rpassword {
        top: 19.8vw;
        font-size: 1vw;
        border-radius: 0.8vw;
        padding: 0.3vw 0vw;
        width: 22vw;
        margin-left: -11vw;
    }
    .sp-password {
        color: #fff;
        font-family: 'Poppins';
        font-size: 1.2vw;
        top: 25%;
        position: absolute;
        left: 50%;
        margin-left: -8.5vw;
    }
    .login-content #password {
        top: 28%;
        font-size: 1.2vw;
        border-radius: 1vw;
        padding: 0.3vw 1vw;
        width: 22vw;
        margin-left: unset;
        transform: translateX(-50%);
    }
    .login-content #password::placeholder,
    .login-content #nickname::placeholder {
        color: #000000;
        font-size: 1.2vw;
    }
    .bases-div {
        top: 34.6vw;
        font-size: 1.023vw;
    }
    .bases-div #bases {
        width: 1.4vw;
        height: 1.4vw;
    }
    .bases-div label {
        line-height: 2vw;
    }
    .privacy-div {
        top: 37vw;
        font-size: 1.023vw;
    }
    .privacy-div #privacy {
        width: 1.4vw;
        height: 1.4vw;
    }
    .privacy-div label {
        line-height: 2vw;
    }
    .registrarme {
        top: 37vw;
        font-size: 1.6vw;
        width: 14vw;
        padding: 0.5vw 0vw;
        margin-left: -7vw;
        cursor: pointer;
    }
    .registrarme-ok {
        top: 28vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 0.7vw 0vw;
        margin-left: -7.7vw;
        cursor: pointer;
    }
    .registrarme-err-ok {
        top: 35vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 0.7vw 0vw;
        margin-left: -6.59vw;
        cursor: pointer;
    }
    .login {
        top: 43%;
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        margin-left: -7.8215vw;
        cursor: pointer;
    }
    .recuperar {
        top: 40%;
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        margin-left: -7.4vw;
        cursor: pointer;
    }
    .restablecer {
        top: 23vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 0vw;
        margin-left: -7.8215vw;
        cursor: pointer;
    }
    .accept {
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        cursor: pointer;
        position: relative;
        top: 40vw;
        right: 42vw;
        left: unset;
        margin-left: unset;
        float: right;
        z-index: 1;
    }
    .sendcode, .juegocodigo-content .sendcode {
        top: 3.2vw;
        font-size: 2vw;
        width: 14vw;
        padding: 1vw 0vw;
        margin-left: -7vw;
        cursor: pointer;
    }
    .gamebtn {
        top: 25vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 0.9vw 0vw;
        margin-left: -7.5vw;
        cursor: pointer;
    }
    .reg-text {
        position: relative;
        display: inline-block;
        margin-bottom: 50vw;
        top: 15.87vw;
        width: 21.7vw;
        margin-left: -11.9vw;
        border-radius: 1.4vw;
        font-size: 1.1vw;
        padding: 1vw 1vw;
    }
    .regdo-content {
        background-image: url(../images/dsk/regdo-bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top center;
        position: relative;
        height: 100vh;
        width: 100%;
    }
    .reg-felicidades {
        top: 17.4vw;
        width: 29.05vw;
        margin-left: -15.525vw;
        border-radius: 1.4vw;
        font-size: 2.1vw;
        padding: 1vw;
    }
    .reg-felicidades span {
        font-size: 2.735vw;
        margin-bottom: 0.7vw;
    }
    .reg-recuerda {
        top: 26.9vw;
        width: 27.05vw;
        margin-left: -15.525vw;
        border-radius: 1.4vw;
        font-size: 1.08vw;
        padding: 1vw 2vw;
    }
    .jugar {
        top: 34vw;
        font-size: 1.87vw;
        border-radius: 4vw;
        width: 11.3vw;
        padding: 0.3vw 0vw;
        margin-left: -5.65vw;
        cursor: pointer;
    }
    #game {
        position: absolute;
        width: 110vh;
        left: 50%;
        margin-left: -55vh;
        top: 17vw;
        height: 50.88vh;
    }
    .popup-content {
        background-image: url(../images/dsk/popup-bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top center;
        position: relative;
        height: 100vh;
        width: 100%;
    }
    .bases-content {
        background-image: url(../images/dsk/term-bg.jpg);
        background-color: #000;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        height: 100vh;
        min-height: 56.25vw;
        width: 100%;
    }
    .aviso {
        background-image: url(../images/dsk/avs-bg.jpg);
        background-color: #000;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        height: 100vh;
        min-height: 56.25vw;
        width: 100%;
    }
    .bases-content .title {
        background-color: #ff0000;
        font-family: "Poppins";
        font-size: 1.4vw;
        color: #fff;
        position: absolute;
        top: 10vw;
        padding: 1vw 2vw;
        border-radius: 1vw;
        width: 20vw;
        text-align: center;
        left: 50%;
        margin-left: -12vw;
    }
    .bases-content .subtitle {
        font-family: "Poppins";
        font-size: 2vw;
        font-weight: 200;
        color: #fff;
        position: relative;
        top: 0vw;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 1vw;
        margin-top: 0vw;
    }
    .bases-content p {
        font-family: "Poppins";
        font-size: 1vw;
        color: #fff;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .bases-text {
        position: absolute;
        top: 12vw;
        left: 50%;
        width: 40vw;
        margin-left: -20vw;
        height: 27vw;
    }
    .help-bg {
        display: none;
    }

    .help-dsk-bg {
        display: inline;
        position: absolute;
        top: 18vw;
        width: 47.35vw;
        left: 50%;
        margin-left: -23.675vw;
    }
    .text-title {
        position: absolute;
        top: 25.3vw;
        width: 35vw;
        left: 50%;
        color: #fff;
        margin-left: -17.5vw;
        font-family: "Poppins";
        font-size: 1.5vw;
        text-align: center;
    }
    .text-1 {
        position: absolute;
        top: 32.5vw;
        width: 32vw;
        left: 50%;
        color: #000;
        margin-left: -13vw;
        font-family: "Poppins";
        font-size: 1.4vw;
    }
    .text-2 {
        position: absolute;
        top: 32.5vw;
        width: 32vw;
        left: 50%;
        color: #000;
        margin-left: -13vw;
        font-family: "Poppins";
        font-size: 1.4vw;
        display: none;
    }
    .text-num {
        position: absolute;
        top: 32vw;
        width: 3.2vw;
        height: 3.2vw;
        left: 50%;
        margin-left: -20vw;
        font-family: "Poppins";
        font-size: 2.4vw;
        line-height: 3.2vw;
        text-align: center;
        color: #fff;
        background-color: #f08217;
        border-radius: 50%;
    }
    .bullet-1 {
        position: absolute;
        top: 40vw;
        left: 50%;
        margin-left: -1.3vw;
        width: 2vw;
        cursor: pointer;
    }
    .bullet-2 {
        position: absolute;
        top: 40vw;
        left: 50%;
        margin-left: 1.3vw;
        width: 2vw;
        cursor: pointer;
    }
    .boost-1 {
        display: none;
    }
    .boost-dsk-1 {
        display: inline;
        position: absolute;
        top: 17vw;
        width: 37.14vw;
        left: 50%;
        margin-left: -18.57vw;
    }
    .help-popup-close {
        top: 19.5vw;
        left: 71.4vw;
        width: 3.23vw;
    }
    .boost-popup-close {
        position: absolute;
        z-index: 1;
        cursor: pointer;
        top: 19vw;
        left: 65.5vw;
        width: 3.23vw;
    }
    .boost-participar {
        top: 42.2vw;
        width: 17.188vw;
        margin-left: -8.594vw;
    }
    .error-msg {
        top: 50%;
        font-size: 1.2vw;
    }
    .reg-content .error-msg {
        top: 43vw;
        font-size: 1.1vw;
        position: absolute;
    }
    .input-codigo .error-msg {
        text-align: left;
        top: 5vw;
        font-size: 0.7vw;
        margin-left: 3vw;
        color: #fff;
    }
    .input-codigo {
        top: 60%;
        margin-left: -12vw;
        padding: 1vw 0vw;
        opacity: 0;
    }
    .input-codigo input {
        font-size: 1.2vw;
        width: 12vw;
        height: auto;
        border-radius: 1vw;
        padding: 0.4vw 0vw;
        margin: -0.4vw 1vw 0vw 1.7vw;
        letter-spacing: 0.4vw;
    }
    .input-codigo button img {
        top: 0.28vw;
        margin-left: -1.1vw;
    }
    .input-codigo input::placeholder {
        font-size: 0.8vw;
        letter-spacing: 0.1vw;
    }
    .input-codigo button {
        right: 0vw;
        height: 4.2vw;
        width: 3vw;
        margin-top: 0.3vw;
    }
    .lnkgame {
        top: 5vw;
        width: 40vw;
        margin-left: -20vw;
        font-size: 2.2vw;
        position: relative;
        display: block;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .lnkreg {
        top: 35%;
        width: 40vw;
        margin-left: -20vw;
        font-size: 1vw;
        color: #fff;
    }
    .lnkrec {
        top: 38%;
        width: 40vw;
        margin-left: -20vw;
        font-size: 1vw;
    }
    .lnkreg a, .lnkrec a, .lnkrecnick a {
        color: #fff;
    }
    .linkregbtn {
        background-color: #ff0000;
        border-radius: 1vw;
        padding: 0 0.6vw;
        margin-left: 0.5vw;
    }
    .lnkrecnick {
        top: 41%;
        width: 40vw;
        margin-left: -20vw;
        font-size: 1vw;
        color: #fff;
    }
    .lnkrec-inner {
        top: 33vw;
        font-size: 1.2vw;
    }
    .reg-question-container {
        top: 21.2vw;
        font-size: 1vw;
        border-radius: 1.2vw;
        padding: 0vw 0vw 1vw 0vw;
        width: 24vw;
        margin-left: -12vw;
    }
    .reg-question {
        line-height: 1.3vw;
        padding: 1vw 0vw;
        border-radius: 1.2vw;
        box-shadow: 0vw 0.1vw 0.1vw #d9d9d9;
    }
    .reg-question-container textarea {
        margin: 0.5vw;
        width: 94%;
        font-size: 1.2vw;
    }
    .reg-question-container .chars {
        right: 1vw;
        bottom: 0.4vw;
    }
    .input-required {
        border: solid 0.18vw #ff0000 !important;
    }
    .input-codigo .input-required {
        border: none !important;
    }
    .game-bg-play {
        position: absolute;
        top: 19vh;
        left: 50%;
        width: 60.73vw;
        margin-left: -30.365vw;
    }
    .gameiframe {
        position: absolute;
        width: 100%;
        margin-left: -50%;
        height: 100%;
        z-index: 9;
        top: 0px;
        left: 50%;
        border-radius: 0px;
        border: none;
        overflow: hidden;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .gameiframe iframe {
        width: 100%;
        height: 100%;
        border: none;
        left: 0vw;
    }
    @supports (-webkit-touch-callout: none) {
        .gameiframe {
            height: 100dvh;
        }
        .gameiframe iframe {
            height: 100dvh;
        }
    }
    .game-logo {
        display: none;
    }
    .game-per {
        position: absolute;
        z-index: 1;
        bottom: 0vw;
        left: -5vw;
        width: 20vw;
    }
    .code-text, .jugarh-content .code-text {
        position: absolute;
        font-family: "Poppins";
        color: #fff;
        font-size: 2.6vw;
        width: 40vw;
        display: block;
        text-align: center;
        left: 50%;
        top: 9.5vw;
        margin-left: -20vw;
        display: none;
    }
    .gamebtn-bottom {
        top: 32vw;
        font-size: 2vw;
        padding: 1vw 5vw;
        width: auto;
        margin-left: 14vw;
    }
    .codigo-st {
       position: absolute;
       display: none;
       width: 50vw;
       top: 12vw;
       left: 50%;
       margin-left: -25vw;
   }
   .preloader .preloader-progress {
        width: 0vw;
        height: 2.5vw;
        top: 42.15vw;
        border-radius: 0.5vw;
        left: 50%;
        margin-left: -9.5vw;
    }
    .carousel-premios {
        top: 40%;
    }
    .carousel-premios .carousel {
        width: 68.36vw;
        height: 30vw;
    }
    .carousel-premios .carousel .slide {
        top: 48%;
    }
    .how .carousel .slide {
        top: 51%;
        transform: translate(-50%, -50%);
    }
    .carousel-premios .carousel .slide .img-slide {
        height: 20vw;
        margin: 2% auto 0 auto;
        display: block;
    }
    .img-silde-big {
        height: 30vw !important;
    }
    .carousel-premios .carousel .slide .text {
        height: 4vw;
    }
    .carousel-premios .carousel .slide .text p {
        font-size: 1.1vw;
        line-height: 1.5vw;
    }
    .carousel-premios .carousel .slide .text span {
        font-size: 1.8vw;
        line-height: 2vw;
    }
    .carousel-premios .content-buttons-carousel .slider-prev {
        height: 100%;
        margin-right: 2.5%;
    }
    .carousel-premios .content-buttons-carousel .slider-next {
        height: 100%;
        margin-left: 2.5%;
    }
    .carousel-premios .content-buttons-carousel {
        justify-content: center;
    }
    .carousel-premios .content-buttons-carousel .buttons-carousel .button-carousel {
        height: 21px;
        width: 21px;
        margin: 1.5vw 0.6vw;
    }
    .how .carousel {
        height: 34vw;
    }
    .how .carousel .slide .text {
        height: auto;
        width: 30vw;
    }
    .how .carousel .slide .img-slide {
        height: 22vw;
        margin: 0 auto;
        width: auto;
    }
    .how .carousel .slide .img-slide-lg {
        height: 24vw;
        margin-top: 10%;
    }
    .how .carousel .slide .video-slide {
        height: 19vw;
        margin: 10% auto 0 auto;
    }
    .how .carousel .slide .video-slide-v {
        height: 20vw;
        margin: 1vw auto;
        width:9.4vw;
    }
    .how .carousel .slide .text p {
        font-size: 1vw;
        line-height: 1.3vw;
    }
    .footer-copy {
        position: fixed;
        bottom: 0px;
        width: 58vw;
        height: 5vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-copy .copy {
        width: 17vw;
        display: block;
        margin: 1vw 2vw;
    }
    .footer-copy .dc {
        position: absolute;
        top: 0px;
        right: 0vw;
        width: 3.5vw;
    }
    .footer-copy-static {
        position: absolute;
    }
    .carousel-chappas {
        top: 58%;
        left: 50%;
    }
    .carousel-chappas .chappas .box {
        height: 26vw;
        width: 25vw;
        grid-row-gap: 0.5vw;
        grid-column-gap: 2vw;
        left: 50%;
        transform: translate(-50%);
    }
    .carousel-chappas .chappas .chappa {
        height: 7vw;
        width: 7vw;
    }
    .carousel-chappas .chappas .chappa img {
        height: 100%;
        filter: drop-shadow(5px 8px 4px rgba(0, 0, 0, 0.5));
    }
    .carousel-chappas .chappas .chappa .number {
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.45);
        height: 2.1vw;
        width: 2.1vw;
        bottom: 0vw;
        right: 0vw;
visibility: hidden;
    }
    .carousel-chappas .chappas .chappa .number p {
        font-size: 1.6vw;
    }
    .carousel-chappas .posicion p {
        font-size: 2vw;
        top: 0;
        margin: 50% 0 0 0;
    }
    .carousel-chappas .arrows {
        height: 4.2vw;
    }
    .carousel-chappas .arrows button {
        height: 100%;
    }
    .carousel-chappas .arrows button img {
        height: 100%;
    }
    .carousel-chappas .arrows .buttons-chappas {
        width: 35vw;
    }
    .carousel-chappas .arrows .buttons-chappas .button-chappas {
        height: 1.5vw;
        width: 1.5vw;
    }
    .anim-zoom:hover {
        transform: scale(1.05);
        transition: transform 0.1s ease-in-out;
    }

    @keyframes logozoom-in {
      0% {
        transform: translateX(-50%) scale(0.5, 0.5) ;
      }
      100% {
        transform: translateX(-50%) scale(1, 1) ;
      }
    }

    .tx-products .slider-next {
        top: 33% !important;
        width: 6% !important;
        left: 86% !important;
    }
    .tx-products .slider-prev {
        top: 33% !important;
        width: 6% !important;
        left: 15% !important;
    }
    .tx-products .img-slide {
        width: 15vh !important;
    }
    .tx-products .tx-carousel {
        height: 24vh !important;
    }
    .home-cartel-2 {
        display: none;
    }
    .menu-logo-top {
        width: 14vw;
        top: 0vw;
        right: 1.5vw;
    }
}

@media (max-width: 1670px) {
    .score-l{
        margin: 4vw 6vw 1.3vw -2.08vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 2.2vw;
        font-weight: 700;
        float: right;
    }
}
    
@media (max-width: 1366px) {

    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
        }
    .notificacion .texto p {
            color: white;
            font-family: "Poppins";
        }
}

@media (max-width: 970px) {
    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .score-l{
            margin: 4vw 6vw 1.3vw -2.08vw;
            display: inline-block;
            vertical-align: middle;
            font-size: 2.2vw;
            font-weight: 700;
            float: right;
    }
    .notificacion {
        left: 0;
        width: 100vw;
        height: 25vw;
        margin: 0px;
    }
    .notificacion .texto {
        left: 0;
        width: 80%;
    }
    .notificacion .texto p {
        width: 100%;
        padding-left: 20px;
    }
    .notificacion .texto img {
        display: none;
    }
    .notificacion img {
        align-self: center;
    }

    .content-user {
        display: flex;
        top: 20vh;
        left: 4vw;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
     .notificacion .texto p {
        color: white;
        font-family: "Poppins";
        font-size: 2.8vw;
        line-height: 3.2vw;
    }
}

@media (max-width: 930px) {
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .score-l{
        margin: 4vw 6vw 1.3vw -2.08vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 3vw;
        font-weight: 700;
        float: right;
    }
    .content-user {
        top: 20vh;
    }
    .notificacion .texto p {
        color: white;
        font-family: "Poppins";
    }
}

@media (max-width: 850px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .score-l{
        margin: 4vw 6vw 1.3vw -2.08vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 3vw;
        font-weight: 700;
        float: right;
    }
    .content-user {
        top: 1.5vh;
    } 
}

@media (max-width: 800px) {

    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .score-l{
        margin: 4vw 6vw 1.3vw -2.08vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 2.2vw;
        font-weight: 700;
        float: right;
    }
}

@media (max-width: 768px) {
    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .notificacion {
        width: 100vw;
    }
    .notificacion img {
        padding: 0 25px;
    }
}

@media (max-width: 700px) {

    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
}


@media (max-width: 650px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
}

@media (max-width: 600px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
}

@media (max-width: 550px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
}

@media (max-width: 520px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .notificacion p {
        font-size: 19px;
    }
}

@media (max-width: 500px) {
    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .btn img {
        height: 50px;
    }
    .ranking-item .estrella {
        z-index: 10;
        height: 20px;
        left: 0px;
        top: 0px;
    }
    .ranking-item .name {
        font-size: 20px;
    }
    .ranking-item .num,
    .ranking-item .name {
        top: 0px;
    }
}

@media (max-width: 425px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
}

@media (max-width: 405px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
    position: relative;
    }
    .semana-sep{
    color: #f9fe3b;
    font-size: 1.6em;
    padding: 0.4em;
    font-family: "Poppins";
    }
}

@media (max-width: 400px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
    position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
}

@media (max-width: 375px) {

    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
        }
}
@media only screen and (max-width: 360px) and (orientation: landscape) {
    
    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "Poppins";
    }
    .gameiframe iframe {
        width: 100vw;
        height: 100%;
        border: none;
        left: 0vw;
        position: absolute;
        background-color: #000;
    }
    .gameiframe {
        width: 100vw;
        height: 100%;
        border: none;
        left: 0vw;
        position: absolute;
        background-color: #000;
        top : 0;
        margin-left: 0px;
        border-radius: 0px;
        display: initial;
    }
    @supports (-webkit-touch-callout: none) {
        .gameiframe {
            height: 100dvh;
        }
        .gameiframe iframe {
            height: 100dvh;
        }
    }
}

@media screen and (max-width: 900px) {
    .gameiframe iframe {
        width: 100%;
        height: 100%;
        border: none;
        left: 0vw;
        position: absolute;
    }
    .gameiframe {
        width: 100%;
        height: 100%;
        border: none;
        left: 0vw;
        position: absolute;
        top : 0;
        margin-left: 0px;
        border-radius: 0px;
        display: initial;
    }
    @supports (-webkit-touch-callout: none) {
        .gameiframe {
            height: 100dvh;
        }
        .gameiframe iframe {
            height: 100dvh;
        }
    }
}
@media screen and (max-height: 1080px) and (min-width:900px) {
    .notificacion {
        height: 8vw;
        width: 36vw;
        margin-left: -16vw;
        background-image: url(../images/dsk/noti-bg.png);
    }
    .notificacion .texto p {
        font-size: 0.8vw;
        line-height: 1.3vw;
        width: 88%;
    }
    .notificacion .texto {
        top: -2.5vh;
        width: 80%;
        left: 10%;
    }
}

.fade-up-1 {
    animation-delay: 0.25s !important;
    opacity: 0;
    animation: fade-up 1s forwards cubic-bezier(.2, 2, .4, 1);
}
.fade-up-2 {
    animation-delay: 0.5s !important;
    opacity: 0;
    animation: fade-up 1s forwards cubic-bezier(.2, 2, .4, 1);
}
.fade-up-3 {
    animation-delay: 0.75s !important;
    opacity: 0;
    animation: fade-up 1s forwards cubic-bezier(.2, 2, .4, 1);
}
.fade-up-4 {
    animation-delay: 1s !important;
    opacity: 0;
    animation: fade-up 1s forwards cubic-bezier(.2, 2, .4, 1);
}
.fade-up-5 {
    animation-delay: 1.25s !important;
    opacity: 0;
    animation: fade-up 1s forwards cubic-bezier(.2, 2, .4, 1);
}
.fade-up-6 {
    animation-delay: 1.5s !important;
    opacity: 0;
    animation: fade-up 1s forwards cubic-bezier(.2, 2, .4, 1);
}
.fade-up-4-center {
    animation-delay: 1s !important;
    opacity: 0;
    animation: fade-up-center 1s forwards cubic-bezier(.2, 2, .4, 1);
}

@keyframes fade-up {
    from {
        transform: translate(-50%,80px);
        opacity: 0;
    }
    to {
        transform: translate(-50%,0px);
        opacity: 1;
    }
}

.fade-up-center {
    animation-delay: 0.5s !important;
    opacity: 0;
    animation: fade-up-center 1s forwards cubic-bezier(.2, 2, .4, 1);
}

@keyframes fade-up-center {
    from {
        transform: translate(-50%,-20%);
        opacity: 0;
    }
    to {
        transform: translate(-50%,-50%);
        opacity: 1;
    }
}

.fade-up-0 {
    animation-delay: 0.25s !important;
    opacity: 0;
    animation: fade-up-0 1s forwards cubic-bezier(.2, 2, .4, 1);
}

@keyframes fade-up-0 {
    from {
        transform: translate(0px,30%);
        opacity: 0;
    }
    to {
        transform: translate(0px,0px);
        opacity: 1;
    }
}

.fade-up-5b {
    animation-delay: 1.25s !important;
    opacity: 0;
    animation: fade-up-5b 1s forwards cubic-bezier(.2, 2, .4, 1);
}
@keyframes fade-up-5b {
    from {
        transform: translate(0px,80px);
        opacity: 0;
    }
    to {
        transform: translate(0px,0px);
        opacity: 1;
    }
}

.fade-in-1-5 {
    animation-delay: 1.5s !important;
    opacity: 0;
    animation: fade-in-1-5 1s forwards linear;
}
@keyframes fade-in-1-5 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}