@font-face {
    font-family: MontBold;
    src: url(fonts/Mont-Bold.ttf) format("truetype");
}
@font-face {
    font-family: MontBlack;
    src: url(fonts/Mont-Black.ttf) format("truetype");
}
@font-face {
    font-family: MontSemiBold;
    src: url(fonts/Mont-Bold.ttf) format("truetype");
}
@font-face {
    font-family: MontRegular;
    src: url(fonts/Mont-Regular.ttf) format("truetype");
}

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

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

body {
    margin: 0px;
    font-family: 'MontBold';
    background-color: #1026a0;
}
.contador {
    position: absolute;
    top: 14vw;
    left: 3vw;
    z-index: 1;
    width: 26.26vw;
    overflow: hidden;
}
.contador-bg {
    width: 100%;
}
.contador-num {
    position: absolute;
    z-index: 1;
    top: 2vw;
    left: 0.8vw;
    color: #fff;
    font-family: 'MontBold';
    font-size: 3.5vw;
    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: 0vw;
    align-items: center;
}
.notificacion .texto p {
    color: white;
    font-family: MontBold;
    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: 8vw 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: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 79vw;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-left: 0vw;
    padding: 10vw 0vw 10vw 2vw;
    opacity: 0;
    width: 86vw;
    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: MontBold;
    font-size: 3vw;
    width: 22vw;
    height: auto;
    border-radius: 1vw;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff001d;
    margin: 9vw 0 0vw 2vw;
    padding: 0.8vw 0;
}
.input-codigo button {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    position: relative;
    right: 0vw;
    height: 18vw;
    width: 19vw;
    margin-top: 7vw;
}
.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);
    background-image: url(../images/popup-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    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: auto 100%;
    background-position: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    justify-content: center;
}
.popup-premios .popup .salir {
    position: absolute;
    top: 13vw;
    cursor: pointer;
    left: 84%;
    transform: translateX(-50%);
    width: 12.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: 5vw;
    margin: 0vw;
    font-family: 'MontBold';
    letter-spacing: 0.3vw;
    -webkit-text-stroke: 1px #0030ff;
    text-shadow: 0px 0px 10px rgba(0, 48, 255, 1);
}
.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: 0% 0 20% 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: 0%;
    width: 60vw;
}
.popup-premios .popup .carousel-popup .c-carousel .slide img {
    height: 40vw;
}

.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: #ffffffb3;
    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: auto 100%;
    background-position: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
}
.popup-proximamente .popup .popup-proximamente-salir {
    position: absolute;
    top: 13vw;
    cursor: pointer;
    left: 84%;
    transform: translateX(-50%);
    width: 12.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;
}
.popup-racha {
    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-racha .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background: url(../images/popup-racha.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
}
.popup-racha .popup .popup-racha-salir {
    position: absolute;
    top: 13vw;
    cursor: pointer;
    left: 84%;
    transform: translateX(-50%);
    width: 12.5vw;
}
.popup-racha-content {
    position: relative;
    top: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-racha-num {
    background-color: #12d727;
    width: 10vw;
    font-size: 4vw;
    font-family: MontBold;
    padding: 0vw 2.5vw;
    text-align: center;
    border-radius: 2vw;
    margin-top: 62vw;
}
.popup-racha-text {
    font-size: 4vw;
    font-family: MontRegular;
    text-align: center;
    width: 56%;
    margin-top: 3vw;
}
.popup-racha-btn {
    background-color: #d60004;
    font-family: 'MontBlack';
    color: #ffffff;
    font-size: 4vw;
    border: none;
    border-radius: 4vw;
    padding: 1vw 6vw;
    letter-spacing: 0.7vw;
    margin-top: 5vw;
    cursor: pointer;
}
.popup-racha-win-btn {
    background-color: #d60004;
    font-family: 'MontBlack';
    color: #ffffff;
    font-size: 4vw;
    border: none;
    border-radius: 4vw;
    padding: 1vw 6vw;
    letter-spacing: 0.7vw;
    margin-top: 5vw;
    cursor: pointer;
    margin-top: 40vh;
}
.popup-racha-win {
    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-racha-win .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background: url(../images/popup-racha3.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
}
.popup-racha-win .popup .popup-racha-win-salir {
    position: absolute;
    top: 13vw;
    cursor: pointer;
    left: 84%;
    transform: translateX(-50%);
    width: 12.5vw;
}
.popup-racha-claimed {
    position: fixed;
    top: 0vw;
    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-racha-claimed .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
}
.popup-racha-claimed .popup .popup-racha-claimed-salir {
    position: absolute;
    top: 13vw;
    cursor: pointer;
    left: 84%;
    transform: translateX(-50%);
    width: 12.5vw;
}
.popup-racha-claimed-btn {
    background-color: #d60004;
    font-family: 'MontBlack';
    color: #ffffff;
    font-size: 4vw;
    border: none;
    border-radius: 4vw;
    padding: 1vw 6vw;
    letter-spacing: 0.7vw;
    cursor: pointer;
    margin-top: 40vh;
}

.popup-init-bullets {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    top: 36vh;
}
.popup-init-bullet {
    background-color: #ffffffb3;
    width: 2.9vh;
    height: 2.9vh;
    border-radius: 50%;
    margin: 0 0.6vh;
    cursor: pointer;
}
.popup-init-bullet-selected {
    background-color: #ffffff;
}
.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: 42vw;
}
.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: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: MontBold;
    font-size: 2.2vw;
    font-weight: 100;
}
.countdown-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: MontBold;
    font-size: 6vw;
}
.home-cartel {
    position: relative;
    width: 51.18%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1vw;
}
.home-per {
    position: absolute;
    width: 51.18%;
    left: 26%;
    transform: translateX(-50%);
    z-index: 2;
    top: 121.5vw;
    opacity: 0;
}
.racha-panel {
    position: absolute;
    width: 66%;
    height: 30vw;
    left: 30%;
    transform: translateX(-50%);
    z-index: 2;
    top: 89vw;
    opacity: 0;
}
.racha-bg {
    position: relative;
    width: 100%;
    left: 0%;
    z-index: 2;
    top: 0vw;
}
.racha-num {
    position: absolute;
    top: 70.4%;
    left: 72%;
    color: #ffffff;
    z-index: 3;
    font-family: MontBold;
    font-size: 3.2vw;
    width: 10vw;
    text-align: right;
}
.racha-progress {
    position: absolute;
    width: 22.4vw;
    height: 5.2vw;
    top: 68.98%;
    left: 55%;
    z-index: 2;
    border-radius: 1.9vw;
    overflow: hidden;
}
.racha-bar {
    width: 33%;
    height: 100%;
    background: #FF7200;
    background: linear-gradient(90deg, rgba(255, 114, 0, 1) 0%, rgba(255, 0, 4, 1) 40%, rgba(255, 0, 4, 1) 100%);
}
.racha-circle {
    position: absolute;
    background-color: #8e0003;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-family: 'MontBold';
    color: #ffffff;
    z-index: 3;
}
.racha-circle-1 {
    top: 22vw;
    left: 40vw;
}
.racha-circle-2 {
    top: 34vw;
    left: 65vw;
}
.racha-circle-3 {
    top: 56vw;
    left: 73vw;
}
.racha-circle-4 {
    top: 78vw;
    left: 65vw;
}
.racha-circle-5 {
    top: 89vw;
    left: 40vw;
}
.racha-circle-6 {
    top: 78vw;
    left: 15vw;
}
.racha-circle-7 {
    top: 56vw;
    left: 7vw;
}
.racha-circle-8 {
    top: 34vw;
    left: 15vw;
}
.racha-circle-active {
    background-color: #ff0006;
    border: solid 1vw #ff0006;
    transform: scale(1.15);
}
.racha-circle-active div {
    width: 80%;
    height: 80%;
    border: solid 1vw #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.racha-total {
    position: absolute;
    top: 52vw;
    left: 32vw;
    color: #ff0006;
    text-align: center;
    width: 24vw;
    z-index: 3;
}
.racha-total-num {
    font-family: MontBlack;
    font-size: 18vw;
    line-height: 14vw;
}
.racha-total-txt {
    font-family: MontRegular;
    font-size: 3.7vw;
}
.racha-globo {
    position: absolute;
    width: 18vw;
    height: 18vw;
    background-color: #ffffff;
    border: solid 0.8vw #ff0006;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'MontBlack';
    font-size: 4.3vw;
    line-height: 3.5vw;
    color: #04479a;
    text-align: center;
    z-index: 3;
}
.racha-globo span {
    font-size: 3vw;
}
.racha-globo-1 {
    top: 38vw;
    left: 76vw;
}
.racha-globo-2 {
    top: 95vw;
    left: 50vw;
}
.racha-globo-3 {
    top: 65vw;
    left: -3vw;
}
.racha-globo-4 {
    top: 12vw;
    left: 3vw;
}
.racha-obtener {
    font-size: 2.4vw;
    background-color: #f00;
    color: #fff;
    font-family: MontBold;
    padding: 0vw 1.6vw;
    border-radius: 1.6vw;
    cursor: pointer;
}
.escanear-balon {
    position: absolute;
    width: 49.1%;
    left: 72%;
    transform: translateX(-50%);
    z-index: 2;
    top: 132vw;
    cursor: pointer;
    opacity: 0;
}
.home-footer-text {
    position: absolute;
    width: 61.72%;
    left: 33%;
    transform: translateX(-50%);
    z-index: 2;
    top: 228vw;
    cursor: pointer;
    opacity: 0;
}

.home-logo {
    width: 90%;
    height: 50vw;
    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: 50%;
    top: 0vw;
    z-index: 1;
    left: 50%;
    margin-left: -25%;
}
.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: 6vh;
    top: 5vw;
    right: 24vh;
    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: 16vh;
    top: 0vw;
    right: 12vw;
    z-index: 1;
    pointer-events: none;
}
.menu-logo {
    position: absolute;
    width: 22vh;
    bottom: 3vw;
    right: 8vw;
}
.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: 'MontBold';
    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: 0vw;
    z-index: 15;
}
.content-user .user img {
    height: 9.6vw;
}
.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: 9vw;
    width: 94%;
    overflow: hidden;
    background-image: url(../images/redes/user-bg.png);
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 3vw;
}
.content-user p {
    padding: 3px;
    font-size: 13px;
    color: white;
}
.section-title {
    position: absolute;
    font-family: MontBold;
    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: 78%;
    transform: translateX(-50%);
    z-index: 2;
    top: 225.6vw;
    justify-content: center;
}
.redes a img {
    height: 2vh;
    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;
}
.carousel-premios .carousel {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 110vw;
    transition: 0.5s all;
}
.carousel-premios .carousel .slide .img-slide {
    height: 80vw;
    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 iframe{
    border-radius: 14px;
    width: 100%;
    height: 100%;
}
.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%);
}
.img-slide-premio-semana-star {
    position: absolute;
    top: 9vw;
    width: 12.93vw;
    z-index: 9;
    right: -15vw;
}
.img-slide-premio-semana {
    position: absolute;
    top: 170vw;
    width: 60vw;
    z-index: 9;
}
.how .carousel .slide {
    top: 0px;
    transform: translateX(-50%);
}
.canjes .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: 4vw;
    line-height: 7vw;
    text-align: center;
    font-family: MontRegular;
    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;
    margin-top: 0vw;
}
.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, .canjes .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: 125vw;
    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;
    height: 80vw;
    width: 80vw;
    text-align: center;
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    position: relative;
    left: 50%;
    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;
    cursor: pointer;
}
.carousel-chappas .chappas .chappa img {
    height: 31.1vw;
}
.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: 113vw;
}
.canjes {
    top: 103vw;
}
.racha {
    top: 120vw;
}
.racha .carousel .slide .img-slide {
    margin: 0vw auto;
    display: block;
    height: 107.7vw;
    width: auto;
}
.how .carousel .slide .img-slide {
    margin: 0vw auto;
    display: block;
    height: 121vw;
    width: auto;
}
.how .carousel {
    height: 122vw;
    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;
}
.canjes .carousel .slide .img-slide {
    margin: 0vw auto;
    display: block;
    height: 121vw;
    width: auto;
}
.canjes .carousel {
    height: 122vw;
    width: 100vw;
}
.canjes .carousel .slide .text {
    /*height: 24vw;*/
    margin: 0 auto;
    width: 90vw;
}
.canjes .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: 77.7vw;
    font-family: Poppins;
    font-weight: bold;
    font-size: 6vw;
    border: none;
    cursor: pointer;
    margin-bottom: 4vw;
    line-height: 13.5vw;
    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;
}
.canjes-content {
    background-image: url(../images/canjes-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #000131;
    width: 100%;
    height: 235.333vw;
}
.racha-content {
    background-image: url(../images/racha-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #000131;
    width: 100%;
    height: 235.333vw;
}
.racha-progress-wrap {
    position: absolute;
    top: 28.4vw;
    left: 47%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.racha-progress-ring {
    --size: 62vw;
    --track: #f0f0f0;
    --progress-color: #fb0e0e;
    --thickness: 16vw;
    --start-angle: 0;
    --sweep: calc(var(--progress) * 3.6deg);
    --radius: calc((var(--size) - var(--thickness)) / 2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    background: conic-gradient(from calc(var(--start-angle) * 1deg), var(--progress-color) 0deg, var(--progress-color) var(--sweep), var(--track) var(--sweep), var(--track) 360deg);
    box-shadow: none;
}
.racha-progress-ring::before {
    content: "";
    position: absolute;
    inset: var(--thickness);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: none;
}
.racha-progress-cap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--thickness);
    height: var(--thickness);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-90deg) translateX(var(--radius));
    z-index: 1;
}
.racha-progress-cap-start {
    background: var(--progress-color);
    transform: translate(-50%, -50%) rotate(calc(var(--start-angle) * 1deg - 90deg)) translateX(var(--radius));
}
.racha-progress-cap-end {
    background: var(--progress-color);
    transform: translate(-50%, -50%) rotate(calc(var(--start-angle) * 1deg + var(--sweep) - 90deg)) translateX(var(--radius));
}
.racha-progress-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #464646;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 10vw;
    line-height: 1;
    letter-spacing: -0.04em;
}
.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;
}
.coleccion-content {
    background-image: url(../images/coleccion-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #000131;
    width: 100%;
    height: 235.333vw;
}
.coleccion-popup {
    position: absolute;
    z-index: 99;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000bb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    opacity: 0;
    transition: all 1s ease;
}
.coleccion-popup-show {
    opacity: 1;
}
.coleccion-popup-title {
    margin-bottom: 5vw;
    width: 50%;
}
.coleccion-popup-item {
    width: 90%;
}
.coleccion-popup-close {
    margin-top: 15vw;
    cursor: pointer;
    width: 15%;
}

.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: 36vw;
}

.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: 2.5vw;
    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: #f9fe3b;
    font-family: "Poppins";
    font-size: 2.5vw;
    position: relative;
    padding-left: 0.5vw;
    padding-top: 0.4vw;
    padding-bottom: 0.3vw;
    display: none;
}
.sp-text-nick a {
    color: #f9fe3b;
}
.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: 2.5vw;
    position: relative;
    display: inline-block;
    margin-left: 2vw;
    width: 80%;
    vertical-align: middle;
}
.sp-text-chk a{
    color: #fff;
    text-decoration: none;
}
.chk-input {
    width: 100%;
    text-align: left;
    margin-top: 0vw;
    display: flex;
    align-items: center;
}
.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="date"],
.reg-left input[type="email"]{
    font-size: 3.5vw;
    border-radius: 2.7vw;
    padding: 0.8vw 2vw;
    width: 80vw;
    color: #000;
    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: #000;
    background-color: #fff;
    font-family: 'Poppins';
    border: none;
}
.reg-left input[type="text"]::placeholder {
    color: #ffffff;
    font-size: 3.5vw;
}

select option {
    color: #000000;
}

.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: #000;
    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: #000;
    background-color: #fff;
    font-family: 'Poppins';
    border: none;
}
.reg-right input[type="text"]::placeholder {
    color: #ffffff;
    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: #1026a0;
}
.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: 1.5vh;
    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: 14vh 0vw 0vw 0vw;
    margin: 0px;
    height: calc(100% - 13vh);
    width: 100%;
    background-image: url(../images/menu-bg.png);
    background-size: auto 100%;
    background-position: bottom right;
    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);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.menu-modal-show {
    transform: none !important;
}
.menu-modal ul li {
    list-style-type: none;
    display: flex;
    height: 4.5vh;
    margin-left: 15vh;
    margin-bottom: 0%;
    justify-content: flex-start;
    text-align: right;
    align-items: center;
    padding-left: 0vw;
    cursor: pointer;
    width: 28vh;
}
.menu-sep {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    background-image: url(../images/menu-sep-1.png);
}
.menu-sep:hover {
    height: 7%;
    margin-bottom: 0px;
}
.menu-sep-1:hover {
    background-image: url(../images/menu-sep-1-hover.png);    
}
.menu-sep-2:hover {
    background-image: url(../images/menu-sep-2-hover.png);
}
.menu-sep-3:hover {
    background-image: url(../images/menu-sep-3-hover.png);
}
.menu-sep-4:hover {
    background-image: url(../images/menu-sep-4-hover.png);
}
.menu-sep-5:hover {
    background-image: url(../images/menu-sep-5-hover.png);
}
.menu-sep-6:hover {
    background-image: url(../images/menu-sep-6-hover.png);
}
.menu-sep-7:hover {
    background-image: url(../images/menu-sep-7-hover.png);
}
.menu-sep-8:hover {
    background-image: url(../images/menu-sep-8-hover.png);
}
.menu-sep-9:hover {
    background-image: url(../images/menu-sep-9-hover.png);
}
.menu-sep-10:hover {
    background-image: url(../images/menu-sep-10-hover.png);
}
.menu-sep-11:hover {
    background-image: url(../images/menu-sep-11-hover.png);
}
.menu-sep-12:hover {
    background-image: url(../images/menu-sep-12-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 8vw 2vw 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;
}
.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: 90vw;
    height: 156vw;
    top: 43vw;
    left: 50%;
    margin-left: -45vw;
}
.ganadores-list {
    /*height: 190vw;*/
}
.ranking-items {
    display: flex;
    flex-direction: column;
}
.ranking-item {
    font-family: MontBold;
    
    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: MontBold;
    font-size: 4vw;
    text-align: center;
    margin-top: 0%;
    text-shadow: -0.3vw -0.3vw 0.5vw #aaa, 0.3vw -0.3vw 0.5vw #aaa, -0.3vw 0.3vw 0.5vw #aaa, 0.3vw 0.3vw 0.5vw #aaa;
}
/*------------------------*/
.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: 10vw;
    line-height: 6vw;
    text-align: center;
    display: inline-block;
    margin: 5vw 5vw 0vw 4vw;
    text-shadow: 0.7vw 0.7vw 0.4vw gray;
}
.ranking-item .name {
    margin: -5vw 0 0 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    width: 41%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
}
/*------------------------*/
.ranking-item .num,
.ranking-item .name {
    position: relative;
}
/*------------------------*/
.ranking-item .score {
    margin: 4.5vw 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: middle;
}
.ganadores-item .name {
    margin: 3.2vw 0 0 8vw;
}
.ganadores-item .score {
    margin: 3vw 6vw 1.3vw 0vw;
}
.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: 140vw;
    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: 50vw;
    width: 40vw;
    left: 50%;
    margin-left: -20vw;
    text-align: center;
}
.codes .code-field {
    position: relative;
    margin-bottom: 7vw;
}
.codes .code-field:last-child {
    margin-bottom: 0;
}
.codes .code-label {
    position: absolute;
    top: -5vw;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: "MontRegular";
    font-size: 3.4vw;
    letter-spacing: 0vw;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}
.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: 97vw;
    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 {
    top: 97vw;
}
.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;
}
.jugar-content-2 .jugar-escanear-balon {
    top: 115vw;
}
.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: 'MontBold';
    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: 'MontBold';
    width: 100vw;
    text-align: center;
    font-size: 14vw;
    top: 18vw;
    position: absolute;
}
.codigo-texto-ups-2 {
    color: #fff;
    font-family: 'MontBold';
    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: 6vw;
    letter-spacing: 0.2vw;
    border-radius: 2vw;
    padding: 1.2vw 0 1.2vw 0vw;
    width: 39.22vw;
    border: solid 0.7vw #fff;
    background-color: #00000075;
    font-family: "MontBold";
    color: #fff;
    text-align: center;
    margin: 0vw;
    text-transform: uppercase;
}
#code-date {
    font-size: 3.5vw;
    letter-spacing: 0vw;
    border-radius: 2vw;
    padding: 3vw 0 3vw 9vw;
    width: 40.5vw;
    border: solid 0.7vw #fff;
    background-color: #00000075;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: 1vw center;
    background-size: 8vw auto;
    font-family: "MontBold";
    color: #fff;
    text-align: center;
    margin: 0vw;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
}
#code-time {
    font-size: 6vw;
    letter-spacing: 0.2vw;
    border-radius: 2vw;
    padding: 1.2vw 0 1.2vw 9vw;
    width: 40.5vw;
    border: solid 0.7vw #fff;
    background-color: #00000075;
    background-image: url(../images/clock.png);
    background-repeat: no-repeat;
    background-position: 1vw center;
    background-size: 8vw auto;
    font-family: "MontBold";
    color: #fff;
    text-align: center;
    margin: 0vw;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
}
#code-date::-webkit-calendar-picker-indicator,
#code-time::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 3vw;
    right: auto;
    width: 5vw;
    height: 5vw;
    opacity: 0;
}
.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: 76vw;
    z-index: 3;
    border: none;
    width: 66.1vw;
    padding: 0vw;
    left: 50%;
    margin-left: 0vw;
    cursor: pointer;
    opacity: 0;
    display: none;
}
.homevideo-btn {
    top: 180vw;
    z-index: 14;
    border: none;
    width: 12vw;
    padding: 0vw;
    left: 50%;
    margin-left: 0px;
    transform: translateX(35vw);
    cursor: pointer;
    position: absolute;
    margin-top: 0vw;
    display: block;
    opacity: 0;
    transition: all 1s ease 1s;
}
.home-video-popup {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000099;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 50vw;
}
.home-video-content {
    width: 96vw;
    height: 49vw;
    background-color: #000;
    border-radius: 3.9vw;
    background-image: url(../images/dsk/video-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.home-video-content iframe {
    position: relative;
    border-radius: 1.1vw;
    width: 96%;
    height: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.homevideo-close-btn {
    width: 14vw;
    margin-top: 4vw;
    cursor: pointer;
}
.rolloverBtn:hover {
    /*filter: drop-shadow(0px 0px 13px #228dff);*/
    transform: scale(1.05);
    transition: transform 0.5s ease;
}
.home-cartel-unete {
    position: absolute;
    top: 154vw;
    z-index: 1;
    width: 63.7vw;
    left: 67%;
    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: #000;
    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;
    border-radius: 2vw;
    padding: 1.5vw;
    width: 77vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
    border: none;
    background-color: #fff;
}

.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;
    border: none;
}

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

.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: 3vw;
    line-height: 4vw;
    top: 69vw;
    position: absolute;
    left: 50%;
    margin-left: -25vw;
    width: 50%;
    text-align: center;
}
.sp-pass {
    color: #fff;
    font-family: "Poppins";
    font-size: 3.5vw;
    top: 38vw;
    position: absolute;
    left: 50%;
    margin-left: -38vw;
}
.rec-sp-email {
    color: #fff;
    font-family: Poppins;
    font-size: 3vw;
    line-height: 4vw;
    top: 48.5vw;
    position: absolute;
    left: 43%;
    margin-left: -50vw;
    width: 50%;
    text-align: center;
}
.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: 54vw;
    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: #ffffff;
}

::placeholder {
    color: #ffffff;
}
.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: 80vw;
    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: 190vw;
    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: MontBold;
    z-index: 1;
    border: none;
    left: 50%;
    top: 111.4vw;
    width: 54.11vw;
    padding: 0vw;
    margin-left: -27.055vw;
    cursor: pointer;
}
.code-escanear-balon {
    position: absolute;
    font-family: MontBold;
    z-index: 1;
    border: none;
    left: 50%;
    top: 201vw;
    width: 83.7vw;
    padding: 0vw;
    margin-left: -41.85vw;
    cursor: pointer;
}
.coleccion-escanear-balon {
    position: absolute;
    font-family: MontBold;
    z-index: 1;
    border: none;
    left: 50%;
    top: 210vw;
    width: 83.7vw;
    padding: 0vw;
    margin-left: -41.85vw;
    cursor: pointer;
}
.jugar-escanear-balon {
    position: absolute;
    font-family: MontBold;
    z-index: 1;
    border: none;
    left: 50%;
    top: 115.5vw;
    width: 83.7vw;
    padding: 0vw;
    margin-left: -41.85vw;
    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: #f6ff00;
    position: absolute;
    top: 140vw;
    width: 90%;
    font-size: 4vw;
    text-align: center;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}
.error-msg a {
    color: #f6ff00;
}
.error-msg {
    top: 110vw;
    font-size: 3.8vw;
}
.input-codigo .error-msg {
    top: 32vw;
    font-size: 2.5vw;
    margin-left: 0vw;
    text-align: center;
}
.codigo-content .error-msg {
    top: 103vw;
    font-size: 4vw;
    color: #f6ff00;
}
.juegocodigo-content .error-msg {
    top: 35vw;
    font-size: 2.3vw;
    color: #f6ff00;
}
.logincodigo .error-msg {
    top: 209vw;
}
.reg-content .error-msg {
    top: 0vw;
    font-size: 2.5vw;
    position: relative;
    margin-top: 0.5vw;
}
.recuperar-content .error-msg {
    top: 114vw;
    font-size: 4vw;
}
.recuperarnick-content .error-msg {
    top: 164vw;
}
.restablecer-content .error-msg {
    top: 110vw;
    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: transparent;
    border: solid 1px #fff;
    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: 100vw;
    width: 80vw;
    font-size: 4vw;
}
.lnkrec-inner a {
    color: #fff;
    text-decoration: none;
}
.popup-content {
    display: none;
}
.input-required {
    border: solid 0.7vw #ff0000 !important;
}

/* Datepicker (jQuery UI) custom theme */
.ui-datepicker {
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
    color: #6f6f6f !important;
    width: 320px;
    max-width: 92vw;
}
.ui-datepicker table {
    width: 100%;
}
.ui-datepicker .ui-datepicker-header {
    background: #ffffff !important;
    border: 0 !important;
    color: #1026a0 !important;
}
.ui-datepicker .ui-datepicker-title,
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
    color: #1026a0 !important;
}
.ui-datepicker .ui-datepicker-month {
    text-transform: uppercase;
}
.ui-datepicker th {
    color: #6f6f6f !important;
}
.ui-datepicker td {
    text-align: center;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f6f6f !important;
    background: #ffffff !important;
    border: 0 !important;
    font-weight: 400 !important;
    font-family: 'MontRegular';
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 50% !important;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0;
}
.ui-datepicker .ui-datepicker-prev:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #1026a0;
}
.ui-datepicker .ui-datepicker-next:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #1026a0;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border: 0 !important;
    background: transparent !important;
}
.ui-datepicker .ui-datepicker-today a,
.ui-datepicker .ui-state-active {
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
    font-weight: 400 !important;
}
.ui-datepicker .ui-datepicker-today a {
    background: #ff6b7a !important;
}
.ui-datepicker .ui-state-active {
    background: #ff001d !important;
}

/* Timepicker (jQuery datetimepicker) custom theme */
.xdsoft_datetimepicker {
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    color: #6f6f6f !important;
    font-family: 'MontRegular', 'Poppins', sans-serif;
    padding: 10px !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 180px;
    float: none;
    margin: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 180px;
    border: 0;
    background: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
    background: #ffffff !important;
    border-top: 0 !important;
    color: #6f6f6f !important;
    font-family: 'MontRegular', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 999px;
    margin: 4px 8px;
    height: 32px;
    line-height: 32px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    background: #ffe8ec !important;
    color: #ff001d !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_today,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_init_time {
    background: #ff6b7a !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #ff001d !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    background: none !important;
    width: 24px;
    height: 18px;
    margin: 2px auto;
    opacity: 1 !important;
    text-indent: -9999px;
    position: relative;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:before,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #1026a0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #1026a0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover {
    background: transparent !important;
}

@media (max-width: 768px) {
    .ui-datepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        z-index: 99999 !important;
        width: min(92vw, 360px);
        padding: 10px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), 0 0 0 100vmax rgba(0, 0, 0, 0.45);
        animation: datepickerMobileIn 0.2s ease-out;
    }
    .ui-datepicker .ui-datepicker-title {
        font-size: 16px;
    }
    .ui-datepicker th,
    .ui-datepicker td a,
    .ui-datepicker td span {
        font-size: 14px;
    }
    .xdsoft_datetimepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        z-index: 99999 !important;
        width: min(92vw, 360px) !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), 0 0 0 100vmax rgba(0, 0, 0, 0.45) !important;
        animation: datepickerMobileIn 0.2s ease-out;
    }
    .xdsoft_datetimepicker .xdsoft_timepicker {
        width: 100%;
    }
}

@keyframes datepickerMobileIn {
    0% {
        transform: translate(-50%, -48%) scale(0.94);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ui-datepicker {
        animation: none !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;
    text-align: justify;
}
.bases-text {
    position: absolute;
    top: 56vw;
    left: 50%;
    width: 70vw;
    margin-left: -40vw;
    height: 51%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #000000cc;
    padding: 0vw 5vw;
}
.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;
}
.reg-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #00000099;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.reg-popup-content {
    position: relative;
}
.reg-popup-content img {
    width: auto;
    max-height: 80vh;
}
.reg-popup-link {
    position: absolute;
    top: 41vh;
    width: 100%;
    text-align: center;
}
.reg-popup-link a {
    font-family: 'MontBold';
    color: #fff;
    text-decoration: none;
    font-size: 2.5vh;
}
.home-title {
    position: absolute;
    top: 80VW;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 89vw;
    opacity: 0;
}

.home-mob-bg {
    background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob00.jpg);       
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 240vw;
    top: 0px;
    animation-name: animMobBg;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes animMobBg {
  0%     {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob00.jpg)}
  4.2%   {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob01.jpg)}
  8.4%   {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob02.jpg)}
  12.6%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob03.jpg)}
  16.8%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob04.jpg)}
  21%    {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob05.jpg)}
  25.2%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob06jpg)}
  29.4%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob07.jpg)}
  33.6%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob08.jpg)}
  37.8%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob09.jpg)}
  42%    {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob10.jpg)}
  46.2%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob11.jpg)}
  50.4%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob12.jpg)}
  54.6%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob13.jpg)}
  58.8%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob14.jpg)}
  63%    {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob15.jpg)}
  67.2%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob16.jpg)}
  71.4%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob17.jpg)}
  75.6%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob18.jpg)}
  79.8%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob19.jpg)}
  84%    {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob20.jpg)}
  88.2%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob21.jpg)}
  92.4%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob22.jpg)}
  96.6%  {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob23.jpg)}
  100%   {background-image: url(../images/anim/mob/cubos-bg-dsk-13-10-mob24.jpg)}
}

@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: 10.8vh;
        left: 50%;
        margin-left: -26vw;
        width: 10vh;
    }
    .contador-num {
        top: 0.7vh;
        left: 0vw;
        font-size: 1.4vh;
        width: 2.5vh;
    }
    .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;
    }
    .home-mob-bg {
        display: none;
    }
    .regresa-mas-tarde {
        top: 32vh;
        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: 24vh;
        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.3vw;
    }
    .countdown-txt {
        font-size: 0.4vw;
    }
    .home-footer-text {
        display: none;
    }
    .racha-panel {
        width: 23.8vh;
        height: 14vh;
        left: 42%;
        top: 50vh;
    }
    .racha-num {
        top: 7.4vh;
        left: 12.7vh;
        font-size: 1.4vh;
        width: 8vh;
    }
    .racha-progress {
        width: 8.3vh;
        height: 2vh;
        top: 53.2%;
        left: 55%;
        border-radius: 0.9vh;
    }
    .racha-circle {
        width: 4.2vh;
        height: 4.2vh;
        font-size: 2.5vh;
    }
    .racha-circle-1 {
        top: 11.5vh;
        left: 20vh;
    }
    .racha-circle-2 {
        top: 16vh;
        left: 31.6vh;
    }
    .racha-circle-3 {
        top: 27vh;
        left: 36.5vh;
    }
    .racha-circle-4 {
        top: 39.5vh;
        left: 31.6vh;
    }
    .racha-circle-5 {
        top: 44vh;
        left: 20vh;
    }
    .racha-circle-6 {
        top: 39.5vh;
        left: 8.5vh;
    }
    .racha-circle-7 {
        top: 27vh;
        left: 3.5vh;
    }
    .racha-circle-8 {
        top: 16vh;
        left: 8vh;
    }
    .racha-circle-active {
        border: solid 0.25vw #ff0006;
    }
    .racha-circle-active div {
        border: solid 0.25vw #fff;
    }
    .racha-total {
        top: 24.5vh;
        left: 13vh;
        width: 18vh;
    }
    .racha-total-num {
        font-size: 11vh;
        line-height: 9vh;
    }
    .racha-total-txt {
        font-size: 2vh;
    }
    .racha-globo span {
        font-size: 1.3vh;
    }
    .racha-obtener {
        font-size: 1.1vh;
        padding: 0vw 1vh;
        border-radius: 1.6vh;
    }
    .racha-globo {
        width: 9vh;
        height: 9vh;
        border: solid 0.5vh #ff0006;
        font-size: 2.2vh;
        line-height: 1.8vh;
    }
    .racha-globo-1 {
        top: 19vh;
        left: 40vh;
    }
    .racha-globo-2 {
        top: 48vh;
        left: 25vh;
    }
    .racha-globo-3 {
        top: 35vh;
        left: -3vh;
    }
    .racha-globo-4 {
        top: 6vh;
        left: 0vh;
    }
    .escanear-balon {
        display: none;
    }
    .icon-eye {
        top: 28.1%;
        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: 1.2vw 0vw 0vw 0vw;
        height: 2.5vw;
        margin-right: 1.4vw;
    }
    .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: 7vw;
    }
    .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: 42vh;
        z-index: 14;
        border: none;
        width: 22vh;
        padding: 0vw;
        left: 50%;
        margin-left: 0px;
        cursor: pointer;
        position: absolute;
        margin-top: 0vw;
        display: block;
        opacity: 0;
    }
    .homevideo-btn {
        top: 76vh;
        z-index: 14;
        border: none;
        width: 7.5vh;
        padding: 0vw;
        left: 50%;
        margin-left: 0px;
        transform: translateX(30vw);
        cursor: pointer;
        position: absolute;
        margin-top: 0vw;
        display: block;
        opacity: 0;
        transition: all 1s ease 1s;
    }
    .home-video-popup {
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #00000099;
        display: none;
        flex-direction: column;
        align-items: center;
        padding-top: 14vh;
    }
    .home-video-content {
        width: 50vw;
        height: 25.5vw;
        background-color: #000;
        border-radius: 2vw;
        background-image: url(../images/dsk/video-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
    }
    .home-video-content iframe {
        position: relative;
        border-radius: 1.1vw;
        width: 96%;
        height: 92%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .homevideo-close-btn {
        width: 5vw;
        margin-top: 3.5vh;
        cursor: pointer;
    }
    .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: 22.6vw;
        width: 11vw;
        padding: 0vw;
        margin-left: -5.5vw;
    }
    .jugar-content-2 .jugarc-ok, .jugarh-content-2 .jugarc-ok {
        top: 22.3vw;
    }
    .jugar-content-3 .jugarc-ok, .jugarh-content-3 .jugarc-ok {
        top: 22.3vw;
    }
    .jugar-escanear-balon {
        left: 50%;
        top: 26vw;
        width: 15vw;
        padding: 0vw;
        margin-left: -7.5vw;
    }
    .jugar-content-2 .jugar-escanear-balon {
        top: 26vw;
    }
    .jugar-content-3 .jugar-escanear-balon {
        top: 26vw;
    }
    .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 {
        top: 2vh;
    }
    .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 {
        display: flex;
        height: 4.3vh;
    }
    .home-content {
        background-image: url(../images/dsk/home-bg.jpg);       
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 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: 30vh;
        height: 26vh;
        overflow: initial;
        top: 0vw;
    }
    .home-logo-landing {
        top: 1vw;
        width: 30vw;
        height: 30%;
    }
    .home-logo-bg {
        width: auto;
        height: 100%;
        top: 0%;
        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: -3vh;
        width: 80%;
    }
    .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: 29vh;
        top: 35vh;
        left: 24%;
    }
    .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(15vw + 45vh);
        bottom: 0vh;
        left: 50%;
    }
    .menu-logo {
        position: absolute;
        width: 22vh;
        bottom: 2vh;
        right: 5vh;
    }
    .popup-premios {
        background-image: none;
    }
    .popup-premios .popup {
        width: 36vh;
        height: 90vh;
        margin-top: 0vh;
    }
    .popup-premios .popup .carousel-popup .c-carousel .slide img {
        height: 20vh;
        margin-top: -3vh;
    }
    .popup-premios .popup .salir {
        height: 6vh;
        right: unset;
        top: 14vh;
        width: 6vh;
        left: 90%;
    }
    .popup-premios .popup p {
        font-size: 1.8vh;
        margin: -1.5vw 0vw 0.2vw 0vw;
    }
    .popup-premios .popup .carousel-popup .c-carousel .slide .semana {
        position: relative;
        top: -1vh;
        width: 17vw;
        margin: 2vh 0 2vh 2vh;
        font-size: 1.9vh;
    }
    .popup-premios .popup .carousel-popup .controls .buttons {
        height: 2.5vh;
        width: 2.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: -5% 0 15% 0;
    }
    .popup-proximamente-title {
        font-size: 2.5vw;
    }
    .popup-proximamente .popup {
        width: 36vh;
        height: 90vh;
        margin-top: 0vh;
    }
    .popup-proximamente .popup .popup-proximamente-salir {
        height: 6vh;
        right: unset;
        top: 14vh;
        width: 6vh;
        left: 90%;
    }
    .popup-racha .popup {
        width: 36vh;
        height: 90vh;
        margin-top: 0vh;
    }
    .popup-racha .popup .popup-racha-salir {
        height: 6vh;
        right: unset;
        top: 14vh;
        width: 6vh;
        left: 90%;
    }
    .popup-racha-num {
        width: 4vh;
        font-size: 1.5vh;
        padding: 0vw 1vh;
        border-radius: 2vw;
        margin-top: 23.6vh;
    }
    .popup-racha-text {
        font-size: 1.6vh;
        width: 66%;
        margin-top: 1vh;
    }
    .popup-racha-btn {
        font-size: 1.5vh;
        border-radius: 4vw;
        padding: 0.5vh 2vh;
        letter-spacing: 0.5vh;
        margin-top: 2vh;
    }
    .popup-racha-win .popup {
        width: 36vh;
        height: 90vh;
        margin-top: 0vh;
    }
    .popup-racha-win .popup .popup-racha-win-salir {
        height: 6vh;
        right: unset;
        top: 14vh;
        width: 6vh;
        left: 90%;
    }
    .popup-racha-win-btn {
        font-size: 1.5vh;
        border-radius: 4vw;
        padding: 0.5vh 2vh;
        letter-spacing: 0.5vh;
        margin-top: 35vh;
    }
    .popup-racha-claimed .popup {
        width: 36vh;
        height: 90vh;
        margin-top: 0vh;
    }
    .popup-racha-claimed .popup .popup-racha-claimed-salir {
        height: 6vh;
        right: unset;
        top: 14vh;
        width: 6vh;
        left: 90%;
    }
    .popup-racha-claimed-btn {
        font-size: 1.5vh;
        border-radius: 4vw;
        padding: 0.5vh 2vh;
        letter-spacing: 0.5vh;
        margin-top: 35vh;
    }
    .redes {
        bottom: 4vh;
        top: auto;
        padding: calc(0.7vh + 0.4vw);
        left: 76%;
    }
    .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: 0.5vw;
        padding: 0.6vw 0vw 0.6vw 0vw;
    }
    .content-user .user img {
        height: 2vw;
    }
    .content-user .user-bg {
        height: 3.5vw;
    }
    .content-user .user-content-bg {
        height: 2vw;
        width: 50%;
        left: 1.9vw;
    }
    .content-user .li_login {
        font-size: 0.7vw;
        max-width: 20vw;
        margin-left: 0.4vw;
        padding: 0;
    }
    .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: 55vw;
        top: 0px;
    }
    .section-title {
        position: absolute;
        font-family: MontBold;
        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: none;
        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: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        min-height: 51vw;
    }
    .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: 44vh;
        bottom: 8vh;
        position: absolute;
        left: 50%;
        margin-left: -22vh;
    }
    .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;
    }
    .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: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .how-content {
        background-image: url(../images/dsk/how-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:top center;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100vh;
    }
    .racha-content {
        background-image: url(../images/dsk/racha-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:top center;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100vh;
    }
    .racha-progress-wrap {
        top: 14vh;
    }
    .racha-progress-ring {
        --size: min(32vh, 380px);
        --thickness: min(4.4vw, 54px);
        box-shadow: none;
    }
    .racha-progress-center {
        font-size: min(5.2vw, 68px);
    }
    .canjes-content {
        background-image: url(../images/dsk/canjes-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:top center;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100vh;
    }
    .coleccion-content {
        background-image: url(../images/dsk/coleccion-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:top center;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100vh;
    }
    .coleccion-escanear-balon {
        left: 50%;
        top: 79.5vh;
        width: 14vw;
        padding: 0vw;
        margin-left: -7vw;
    }
    .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: 28vh;
        width: 56vw;
        left: 50%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 1.5vh;
    }
    .home-btns button {
        color: #fff;
        width: 22vw;
        font-size: 1.3vw;
        cursor: pointer;
        border-radius: 1.2vw;
        margin-bottom: 0vw;
        line-height: 3.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: 1.4vh;
        margin-left: unset;
        left: 0px;
        right: 0px;
        text-align: right;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .menu-modal ul {
        margin: 0px;
    }
    .menu-modal ul li:first-child {
        margin-top: 0vw;
    }
    .menu-sep-1:hover {
        height: 6.5%;
    }
    .menu-modal .menu-logo-cp {
        width: 6vw;
        top: 1.2vw;
        right: 15vw;
    }
    .menu-modal .menu-icon {
        display: none;
    }
    .menu-modal ul li span {
        margin: 2% 6% 0% 3%;
    }
    .login-papas {
        width: auto;
        max-height: 22%;
        bottom: 0vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        top: 30vw;
    }
    .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: 0%;
        height: 100%;
        top: 0px;
    }
    .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: 40vw;
        overflow: hidden;
    }
    .rec-sp-email {
        font-size: 0.8vw;
        line-height: 2vw;
        top: 11.8vw;
        left: 50%;
        margin-left: -11vw;
        width: 10%;
        text-align: left;
    }
    .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: 20vh;
    }
    #code1, #code2, #code3, #code4, #code5, #code6, #code7, #code8, .juegocodigo-content #code1 {
        font-size: 1.3vw;
        line-height: unset;
        border-radius: 0.7vw;
        padding: 0.28vw 0vw;
        width: 9.5vw;
        border: solid 0.18vw #fff;
        margin: 0vw;
        letter-spacing: unset;
    }
    #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;
    }
    #code-date {
        font-size: 0.8vw;
        letter-spacing: 0vw;
        border-radius: 0.7vw;
        padding: 0.6vw 0 0.6vw 2vw;
        width: 10vw;
        border: solid 0.18vw #fff;
        background-color: #00000075;
        background-repeat: no-repeat;
        background-position: 0.5vw center;
        background-size: 1.8vw auto;
    }
    #code-time {
        font-size: 1.3vw;
        letter-spacing: 0vw;
        border-radius: 0.7vw;
        padding: 0.229vw 0 0.229vw 3vw;
        width: 10vw;
        border: solid 0.18vw #fff;
        background-position: 0.5vw center;
        background-size: 1.8vw auto;
    }
    .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;
    }
    .code-escanear-balon {
        border: none;
        left: 50%;
        top: 21vw;
        width: 14vw;
        padding: 0vw;
        margin-left: -7vw;
    }
    .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;
    }
    .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;
    }
    .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: 22vw;
        height: 50%;
        top: 20%;
        left: 50%;
        margin-left: -12vw;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0 2vw;
    }
    .ranking-text {
        font-size: 1.5vw;
        top: 53vw;
    }
    .ganadores-item-title {
        font-size: 1vw;
        text-shadow: -0.1vw -0.1vw 0.2vw #aaa, 0.1vw -0.1vw 0.2vw #aaa, -0.1vw 0.1vw 0.2vw #aaa, 0.1vw 0.1vw 0.2vw #aaa;
        margin-bottom: 2%;
    }
    .ranking-items {
        display: flex;
        flex-direction: column;
    }

    .ranking-item {
        font-size: 2.4vw;
        background-size: contain;
        height: 4.5vw;
        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;
        left: 0.60vw;
    }
    .ranking-item .num {
        font-size: 2.6vw;
        margin: 0vw 0vw 0vw 0.7vw;
        top: 0.2vw;
        text-shadow: 0.3vw 0.3vw 0.15vw gray;
    }
    .ranking-item .name {
        margin: 0vw 0 0 2vw;
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
        max-width: 17.2vw;
        white-space: nowrap;
        font-size: 1vw;
    }    
    .ranking-item .score {
        margin: 1.1vw 1vw 0vw 0vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 1vw;
        font-weight: 700;
        float: right;
    }
    .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 2vw;
        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: 0.5vw 1.5vw 0vw 0vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5vw;
        font-weight: 700;
        float: right;
    }
    .ganadores-item .score .pts {
        font-size: 0.7vw;
        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(8vw + 10vh);
        bottom: 3vh;
        position: absolute;
        left: 70%;
        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;
        overflow: hidden;
    }
    .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.7vw;
        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.6vw;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: 0.3vw;
        margin-right: 0vw;
        width: 80%;
    }
    .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="date"],
    .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: #ffffff;
        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: #ffffff;
        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;
    }
    .reg-popup-content {
        position: relative;
        height: 100vh;
        top: 40vh;
        margin-top: -50vh;
    }
    .reg-popup-content img {
        width: auto;
        height: 70vh;
    }
    .reg-popup-link {
        position: absolute;
        top: 36vh;
        width: 100%;
        text-align: center;
    }
    .reg-popup-link a {
        font-family: 'MontBold';
        color: #fff;
        text-decoration: none;
        font-size: 2vh;
    }
    .chk-input {
        width: 100%;
        text-align: left;
        margin-top: 0vw;
        align-items: center;
        display: flex;
    }

    .codes, .juegocodigo-content .codes {
        position: absolute;
        top: 0vw;
        width: 50vw;
        left: 50%;
        margin-left: -25vw;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 1vw;
    }
    .codes .code-field {
        margin-bottom: 1.2vw;
    }
    .codes .code-label {
        top: -1.2vw;
        font-size: 0.7vw;
    }
    .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: 7.5vw;
        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: 38%;
        font-size: 0.8vw;
    }
    .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: 0.8vw;
        top: 16%;
        position: absolute;
        left: 50%;
        margin-left: -8.6vw;
    }
    .sp-email {
        color: #fff;
        font-family: "Poppins";
        font-size: 1vw;
        line-height: 1.4vw;
        top: 15%;
        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: 2vw;
        padding: 0.3vw 1vw;
        width: 22vw;
        margin-left: unset;
        transform: translateX(-50%);
    }
    .recuperar-content #email {
        top: 25%;
        font-size: 1.2vw;
        border-radius: 2vw;
        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: 0.8vw;
        top: 25%;
        position: absolute;
        left: 50%;
        margin-left: -8vw;
    }
    .login-content #password {
        top: 28%;
        font-size: 1.2vw;
        border-radius: 2vw;
        padding: 0.3vw 1vw;
        width: 22vw;
        margin-left: unset;
        transform: translateX(-50%);
    }
    .login-content #password::placeholder,
    .login-content #nickname::placeholder {
        color: #ffffff;
        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: 12vw;
        padding: 1vw 0vw;
        margin-left: -6vw;
        cursor: pointer;
    }
    .recuperar {
        top: 30%;
        font-size: 2vw;
        width: 12vw;
        padding: 1vw 0vw;
        margin-left: -6vw;
        cursor: pointer;
    }
    .restablecer {
        top: 23vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 0vw;
        margin-left: -7.8215vw;
        cursor: pointer;
    }
    .accept {
        font-size: 2vw;
        width: 14vw;
        padding: 1vw 0vw;
        cursor: pointer;
        position: relative;
        top: 40vw;
        left: 50%;
        margin-left: -7vw;
        float: unset;
        z-index: 1;
    }
    .sendcode, .juegocodigo-content .sendcode {
        top: 3vw;
        font-size: 2vw;
        width: 12vw;
        padding: 1vw 0vw;
        margin-left: -6vw;
        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: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        height: 100vh;
        width: 100%;
    }
    .aviso {
        background-image: url(../images/dsk/avs-bg.jpg);
        background-color: #000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        height: 100vh;
        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: -25vw;
        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: 52%;
        font-size: 0.8vw;
    }
    .reg-content .error-msg {
        top: 43vw;
        font-size: 0.7vw;
        position: absolute;
        max-width: 30vw;
    }
    .input-codigo .error-msg {
        text-align: left;
        top: 10vh;
        font-size: 1vh;
        margin-left: 8vh;
    }
    .input-codigo {
        top: 43.5vh;
        width: 38vh;
        margin-left: 0vw;
        padding: 1vh 0vw;
        opacity: 0;
    }
    .input-codigo input {
        font-size: 1vh;
        width: 8.5vh;
        height: auto;
        border-radius: 0.6vh;
        padding: 0.7vh 0vw;
        margin: 4vh 0vw 0vw 2.1vh;
        letter-spacing: 0vw;
    }
    .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: 7vh;
        width: 7vh;
        margin-top: 2.6vh;
    }
    .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: 0.8vw;
        color: #fff;
    }
    .lnkrec {
        top: 38%;
        width: 40vw;
        margin-left: -20vw;
        font-size: 0.8vw;
    }
    .lnkreg a, .lnkrec a, .lnkrecnick a {
        color: #fff;
    }
    .linkregbtn {
        border-radius: 1vw;
        padding: 0 0.6vw;
        margin-left: 0.5vw;
    }
    .lnkrecnick {
        top: 41%;
        width: 40vw;
        margin-left: -20vw;
        font-size: 0.8vw;
        color: #fff;
    }
    .lnkrec-inner {
        top: 41.5%;
        font-size: 0.8vw;
    }
    .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%;
        height: 100%;
        z-index: 9;
        top: 0px;
        left: 50%;
        transform: translateX(-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: 36vh;
    }
    .carousel-premios .carousel {
        width: 68.36vw;
        height: 46vh;
    }
    .carousel-premios .carousel .slide {
        top: 22vh;
    }
    .how .carousel .slide {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .racha {
        top: 60%;
    }
    .racha .carousel {
        width: 68.36vw;
        height: 70vh;
    }
    .racha .carousel .slide {
        top: 18vw;
    }    
    .canjes .carousel .slide {
        top: 62%;
        transform: translate(-50%, -50%);
    }
    .carousel-premios .carousel .slide .img-slide {
        height: 42vh;
        margin: 0 auto 0 auto;
        display: block;
    }
    .img-slide-premio-semana {
        top: 68vh;
        width: 13vw;
        left: 50%;
        margin-left: -6.5vw;
    }
    .img-slide-premio-semana-star {
        top: 8vh;
        width: 3vw;
        right: -2vw;
    }
    .racha .carousel .slide .img-slide {
        height: 54vh;
        margin: 0 auto 0 auto;
    }
    .img-silde-big {
        height: 30vw !important;
    }
    .carousel-premios .carousel .slide .text {
        height: 4vw;
        margin-top: -2vh;
    }
    .carousel-premios .carousel .slide .text p {
        font-size: 1.1vw;
        line-height: 1.5vw;
    }
    .carousel-premios .carousel .slide .text span {
        font-size: 2.4vh;
        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;
        height: 4vh;
        margin-bottom: 0vw;
    }
    .carousel-premios .content-buttons-carousel .buttons-carousel .button-carousel {
        height: 1.2vw;
        width: 1.2vw;
        margin: 1.5vw 0.6vw;
    }
    .how .carousel {
        height: 70vh;
    }
    .how .carousel .slide .text {
        height: auto;
        width: 30vw;
    }
    .how .carousel .slide .img-slide {
        height: 60vh;
        margin: 0 auto;
        width: auto;
    }
    .how .carousel .slide .img-slide-lg {
        height: 28vw;
        margin-top: -5%;
    }
    .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;
    }
    .canjes .carousel {
        height: 50vw;
    }
    .canjes .carousel .slide .text {
        height: auto;
        width: 30vw;
    }
    .canjes .carousel .slide .img-slide {
        height: 28vw;
        margin: 0 auto;
        width: auto;
    }
    .canjes .carousel .slide .img-slide-lg {
        height: 28vw;
        margin-top: -5%;
    }
    .canjes .carousel .slide .video-slide {
        height: 19vw;
        margin: 10% auto 0 auto;
    }
    .canjes .carousel .slide .video-slide-v {
        height: 20vw;
        margin: 1vw auto;
        width:9.4vw;
    }
    .canjes .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;
    }
    .coleccion-popup-title {
        margin-bottom: 3vw;
        width: 30vh;
        display: none;
    }
    .coleccion-popup-item {
        width: 40vh;
        margin-top: 5vw;
    }
    .coleccion-popup-close {
        margin-top: 5vw;
        width: 6vh;
    }
    .carousel-chappas {
        top: 50vh;
        left: 50%;
    }
    .carousel-chappas .chappas .box {
        height: 20vw;
        width: 35vw;
        grid-row-gap: 0.5vw;
        grid-column-gap: 5vw;
        grid-template-columns: auto auto auto;
        left: 50%;
        transform: translate(-50%);
    }
    .carousel-chappas .chappas .chappa {
        height: 8vw;
        width: 8vw;
    }
    .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: 4% !important;
        left: 82% !important;
    }
    .tx-products .slider-prev {
        top: 33% !important;
        width: 4% !important;
        left: 18% !important;
    }
    .tx-products .img-slide {
        width: 15vh !important;
    }
    .tx-products .tx-carousel {
        height: 24vh !important;
    }    
    .home-cartel-2 {
        display: none;
    }
    .menu-logo-top {
        right: 3vh;
    }
}

@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: "MontBold";
        }
}

@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: 29.86vw;
        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: 2vw;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
     .notificacion .texto p {
        color: white;
        font-family: "MontBold";
        font-size: 2.8vw;
        line-height: 3.5vw;
    }
}

@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: "MontBold";
    }
}

@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: 1vh;
    } 
}

@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: 160px) {
    .widget canvas, .widget .labels {
        min-width: 100px;
        min-height: 100px;
        margin-top: -28vw;
        margin-left: -22vw;
        transform: scale(0.4);
    }
    .countdown-num {
        font-size: 16vw;
    }
    .countdown-txt {
        font-size: 4vw;
    }
}

@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;
    }
}