@font-face {
    font-family: CalpsBold;
    src: url(fonts/Calps-Bold.ttf) format("truetype");
}
@font-face {
    font-family: CalpsLight;
    src: url(fonts/Calps-Light.ttf) format("truetype");
}
@font-face {
    font-family: Designer;
    src: url(fonts/Designer.ttf) format("truetype");
}
html,
body {
}

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

body {
    margin: 0px;
    font-family: CalpsBold;
    background-color: #000029;
}
.semana-sep{
    color: #f9fe3b;
    font-size: 2.6em;
    padding: 0.4em;
    font-family: "CalpsLight";
    }
    
.notificacion {
    background-image: url(../images/noti-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    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;
    overflow: hidden;
    
}
.notificacion .texto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    left: 10%;
    width: 70%;
}
.notificacion .texto p {
    color: white;
    font-family: Helvetica, Sans-Serif;
    font-size: .5vw;
    width: 100%;
    text-align: center;
    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: 4.5vw 4vw;
    height: 10vw;    
}
.notificacion .salir:hover {
    cursor: pointer;
}
.input-codigo {
    display: none;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 49.5%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-left: 5vw;
    padding: 3vw 0vw;
}
.input-codigo input {
    border: none;
    font-family: "CalpsLight";
    font-size: 20px;
    width: 230px;
    height: 40px;
    border-radius: 50px;
    padding: 5px 10px;
    color: black;
}
.input-codigo input::placeholder {
    color: #66c5ff;
}
.input-codigo button {
    background-color: #b41c24;
    border: none;
    border-radius: 50%;
    position: relative;
    right: 40px;
    height: 55px;
    width: 55px;
}
.input-codigo button:hover {
    cursor: pointer;
}
.input-codigo button img {
    height: 40px;
}

.popup-premios {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 12;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}
.popup-premios .popup {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    background: url(../images/popup-premios.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 520px;
    margin-top: 10%;
}
.popup-premios .popup .salir {
    position: absolute;
    top: -25px;
    right: -20px;
    cursor: pointer;
}
.popup-premios .popup h2,
.popup-premios .popup p {
    font-family: "CalpsLight";
    text-align: center;
}
.popup-premios .popup h2 {
    font-size: 40px;
    margin: 15px 0 0;
}
.popup-premios .popup p {
    font-size: 20px;
    margin: 0 0 5px;
    font-family: 'CalpsBold';
}
.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: 30% 0 6% 0;
}
.popup-premios .popup .carousel-popup .c-carousel .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    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: 0px;
}
.popup-premios .popup .carousel-popup .c-carousel .slide img {
    height: 200px;
}

.popup-premios .popup .carousel-popup .controls {
    display: flex;
    flex-direction: row;
}
.popup-premios .popup .carousel-popup .controls .buttons {
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
}
.popup-premios .popup .carousel-popup .controls .buttons:hover {
    cursor: pointer;
}
.popup-premios .popup-premios-pr {
    font-family: CalpsLight;
    padding: 4% 10%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.popup-proximamente {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 12;
    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-proximamente.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 520px;
    margin-top: 10%;
}
.popup-proximamente .popup .popup-proximamente-salir {
    position: absolute;
    top: -25px;
    right: -20px;
    cursor: pointer;
}
.popup-proximamente .px-verificar {
    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 .px-jugar {
    position: absolute;
    top: 70.9%;
    z-index: 1;
    border: none;
    width: 70%;
    padding: 0;
    left: 50%;
    margin-left: -34%;
    z-index: 9;
    cursor: pointer;
}

.countdown {
    position: absolute;
    width: 100vw;
    top: 47vw;
    left: 0vw;
    margin-left: 0vw;
    z-index: 1;
    overflow: hidden;
    color: #fff;
}
.countdown-title {
    font-family: CalpsLight;
    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: 90vw;
    margin: 0 auto;
}
.countdown-item {
    position: relative;
    margin: 0 2%;
}
.countdown-bg {
    width: 100%;
}
.countdown-txt {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: CalpsLight;
    font-size: 2.5vw;
    font-weight: bold;
}
.countdown-num {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: CalpsLight;
    font-size: 8vw;
    font-weight: bold;
}

.home-logo {
    position: absolute;
    top: 10vw;
    z-index: 1;
    width: 46vw;
    left: 50%;
    margin-left: -23vw;
}
.home-logo-texto {
    position: absolute;
    top: 74vw;
    z-index: 1;
    width: 100vw;
    left: 0vw;
    margin-left: 0vw;
}
.home-premios {
    position: absolute;
    top: 167vw;
    z-index: 1;
    width: 100vw;
}
.home-snacks-bg {
    position: absolute;
    top: 100vw;
    z-index: 1;
    width: 100vw;
}
.menu-close {
    position: absolute;
    width: 8vw;
    top: 8vw;
    left: 65vw;
    z-index: 12;
    cursor: pointer;
}
.content-user .li_login {
    color: #00ace7;
    user-select: none;
    cursor: pointer;
    padding: 0px;
    font-family: 'Designer';
    font-size: 3.4vw;
    z-index: 15;
    max-width: 55vw;
    overflow: hidden;
}

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

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

.hide {
    visibility: hidden;
    z-index: -10;
    opacity: 0;
}
/*------------------------------------------*/
.content-user {
    width: min-content;
    height: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3.5vw 1vw;
    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: 15vw;
    width: 13vw;
    border-radius: 50%;
    padding: 0.6vw 0 0.6vw 0.6vw;
    position: relative;
    left: -0.4vw;
    z-index: 15;
}
.content-user .user img {
    height: 10.934vw;
}
.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: 10vw;
    width: calc(100% - 8vw);
    overflow: hidden;
}
.content-user p {
    padding: 3px;
    font-size: 13px;
    color: white;
}
/*------------------------------------------*/

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

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

.carousel-snacks .productos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.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;
    justify-content: center;
    align-items: center;
    width: min-content;
    border-radius: 17px;
    padding: 3px;
    position: absolute;
    bottom: -17vh;
    right: 3vw;
}
.redes a {
    padding: 4px 3px;
    margin-top: 5px;
}
.redes a img {
    height: 18px;
}
/*------------------------------------------*/
.carousel-premios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 118vw;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: hidden;
}
.carousel-premios .carousel {
    display: flex;
    flex-direction: row;
    width: 90vw;
    height: 89vw;
    transition: 0.5s all;
}
.carousel-premios .carousel .slide .img-slide {
    height: 40vw;
    margin-bottom: 10vw;
}
.carousel-premios .carousel .slide {
    transition: 0.4s all;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 49.5%;
    transform: translate(-50%, -50%);
}
.carousel-premios .carousel .slide .text {
    height: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.carousel-premios .carousel .slide .text p {
    color: white;
    font-size: 8.5vw;
    line-height: 8.5vw;
    text-align: center;
    font-family: "CalpsLight";
    font-weight: bold;
    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: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.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: 21px;
    width: 21px;
    background-color: white;
    margin: 5px 5.5px;
    border-radius: 50%;
}
.buttons-carousel .button-carousel:hover {
    cursor: pointer;
}
.how {
    top: 120vw;
}
.how .carousel .slide .img-slide {
    height: 90vw;
    margin-bottom: 3vw;
}
.how .carousel {
    height: 133vw;
    width: 90vw;
}
.how .carousel .slide .text {
    height: 24vw;
    margin: 0 auto;
    width: 90vw;
}
.how .carousel .slide .text p {
    width: 100%;
    font-size: 4.1vw;
    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 .carousel .slide .img-slide {
    height: 70vw;
    margin-bottom: 3vw;
}
.products .carousel {
    height: 97vw;
}
/*------------------------------------------*/
.gameiframe {
    width: 100vw;
    height: 100%;
    border: none;
    left: 0vw;
    position: absolute;
    background-color: #000;
    top : 0;
    margin-left: 0px;
    border-radius: 0px;
    display: initial;
}
.gameiframe iframe {
    width: 100vw;
    height: 100%;
    border: none;
    left: 0vw;
    position: relative;
    background-color: #000;
}
@supports (-webkit-touch-callout: none) {
    .gameiframe {
        height: 100vh;
    }
    .gameiframe iframe {
        height: 100vh;
    }
}
.game-logo {
    position: absolute;
    top: 43vh;
    width: 13vw;
    left: 0.5vw;
}

.home-btns {
    position: absolute;
    top: 60vw;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-btns button {
    color: #fff;
    width: 90vw;
    font-family: "CalpsBold";
    font-size: 5vw;
    border: none;
    cursor: pointer;
    margin-bottom: 5vw;
    line-height: 20vw;
    padding: 0vw;
    vertical-align: text-bottom;
    background-color: transparent;
    background-image: url(../images/redes/user-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;
}
.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.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000029;
    width: 100%;
    height: 195vw;
}

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

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

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

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

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

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

.reg-content {
    background-image: url(../images/register-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 216vw;
}
.reg-form {
    display: flex;
    flex-direction: column;
    min-height: 182vw;
    padding-top: 34vw;
}

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

.sp-text {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 3vw;
    position: relative;
    padding-left: 0.5vw;
    padding-top: 2.5vw;
    padding-bottom: 0.3vw;
    display: block;
}
.sp-text-chk {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 3vw;
    position: relative;
    display: inline-block;
    vertical-align: super;
    margin-left: 0.3vw;
    margin-right: 25vw;;
}
.sp-text-chk a{
    color: #fff;
}
.reg-left {
    position: relative;
    top: 0vw;
    left: 50%;
    width: 80vw;
    margin-left: -37vw;
    display: inline-block;
}
.reg-left input[type="text"],
.reg-left input[type="password"],
.reg-left input[type="number"],
.reg-left input[type="email"]{
    font-size: 3vw;
    border-radius: 2.5vw;
    padding: 0.8vw 2vw;
    width: 70vw;
    color: #66c5ff;
    font-family: "CalpsBold";
}
.reg-left select {
    font-size: 3vw;
    border-radius: 2.5vw;
    padding: 0.8vw 2vw;
    width: 74.3vw;
    color: #66c5ff;
    font-family: "CalpsBold";
}
.reg-left input[type="text"]::placeholder {
    color: #66c5ff;
    font-size: 3vw;
}

.reg-right {
    position: relative;
    display: block;
    top: auto;
    left: 50%;
    width: 80vw;
    margin-left: -37vw;
}
.reg-right input[type="text"],
.reg-right input[type="password"],
.reg-right input[type="number"],
.reg-right input[type="email"] {
    font-size: 3vw;
    border-radius: 2.5vw;
    padding: 0.8vw 2vw;
    width: 70vw;
    color: #66c5ff;
    font-family: "CalpsBold";
}
.reg-right select {
    font-size: 3vw;
    border-radius: 2.5vw;
    padding: 0.8vw 2vw;
    width: 74.3vw;
    color: #66c5ff;
    font-family: "CalpsBold";
}
.reg-right input[type="text"]::placeholder {
    color: #66c5ff;
    font-size: 3vw;
}
.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: 47.5vw;
    display: inline-block;
    margin-bottom: 2vw;
}

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

.reg-ok-text {
    font-family: Designer;
    color: #fff;
    font-size: 10vw;
    top: 40vw;
    position: absolute;
    text-align: center;
    width: 40vw;
    left: 50%;
    margin-left: -20vw;
}
.reg-ok-text2 {
    font-family: CalpsBold;
    color: #fff;
    font-size: 7vw;
    top: 61vw;
    position: absolute;
    text-align: center;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
}

.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #010321;
    background-image: url("../images/preloader/landing-mob.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.preloader img {
    width: 79vw;
    top: 140vw;
    position: absolute;
    left: 50%;
    margin-left: -39vw;
}
.preloader .preloader-progress {
    background-color: #00b1fd;
    position: absolute;
    width: 0vw;
    height: 8vw;
    top: 147.4vw;
    border-radius: 1.5vw;
    left: 50%;
    margin-left: -29.7vw;
}

.image-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 0;
}

.girar {
    z-index: 9;
    display: none;
}
.girarh {
    z-index: 9999;
    background-image: url(../images/pantalla-giro-h.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    display: none;
}
.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: 0px;
    left: 0px;
    width: 18.667vw;
}

.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: 10;
    font-family: CalpsBold;
    font-size: 5.2vw;
    display: none;
}
.menu-modal .menu-icon {
    width: 11.735vw;
    position: absolute;
    top: 4.2vw;
    right: 2vw;
    cursor: pointer;
}
.menu-modal .menu-logo-cp {
    width: 61.735vw;
    position: absolute;
    top: 4.2vw;
    left: 20vw;
}
.menu-modal ul {
    padding: 19vw 14vw 16vw 0px;
    margin: 0px;
    height: calc(100% - 35vw);
    width: 64vw;
    background-image: url(../images/dsk/menu-bg.png);
    background-size: auto 100%;
    background-position: top right;
}
.menu-modal ul li {
    list-style-type: none;
    display: flex;
    height: 8.4%;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    padding-left: 0vw;
    cursor: pointer;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/menu-item-bg.png);
}
.menu-modal ul li:nth-child(3) {
    background-image: url(../images/menu-item-b-bg.png);
    color: #fa0050;
}
.menu-modal ul li:hover {
    color: #00ace7;
}
.menu-modal ul li span {
    margin-right: 0vw;
    padding-left: 5vw;
}
.menu-modal ul li:last-child {
    background-image: none;
    height: 35vw;
}
.menu-modal ul li:last-child img {
    margin: 0 auto;
    height: 17vw;
}
.menu-modal .menu-selected {
    color: #fff;
}
.menu-modal ul li .li_logo{ 
    margin: 0 auto;
    height: 17vw;
    }
.basestitle {
    
    
    position: absolute;
    top: 66vw;
    font-family: BrochaBold;
    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: BrochaBold;
    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: BrochaBold;
    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;
}
.ranking-content {
    position: relative;
    top: 0vw;
}
.ranking-popup {
    display: none;
}
.ranking-popup-mob {
    position: absolute;
    top: 27vw;
    left: 50%;
    width: 80vw;
    margin-left: -40vw;
}
.ranking-popup-close {
    position: absolute;
    top: 3vw;
    left: 4vw;
    width: 11vw;
    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;
    font-family: Designer;
}
.ranking-list {
    position: absolute;
    width: 80vw;
    height: 140vw;
    top: 40vw;
    left: 50%;
    margin-left: -40vw;
    overflow: scroll;
}
.ranking-items {
    display: flex;
    flex-direction: column;
}
.ranking-item {
    font-family: "Designer";
    font-size: 4.5vw;
    color: #fff;
    background-image: url(../images/dsk/ganador-item-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    height: 17vw;
    margin-bottom: 0vw;
}
.ranking-item-top, .ganadores-item  {
    background-image: url(../images/dsk/ganador-item1-bg.png);
}
/*------------------------*/
.ranking-item .estrella {
    height: 40px;
    position: relative;
    top: 6px;
    left: 0px;
    visibility: hidden;
}
.premio .estrella {
    visibility: visible;
}
/*------------------------*/
.ranking-item .num {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    font-size: 3vw;
    line-height: 6vw;
    text-align: center;
    display: inline-block;
    margin: 5.5vw 1vw 0vw 10vw;
}
.ranking-item .name {
    margin: 1.3vw 0vw;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 35.6vw;
    overflow: hidden;
    white-space: nowrap;
}
/*------------------------*/
.ranking-item .num,
.ranking-item .name {
    position: relative;
}
/*------------------------*/
.ranking-item .name-top {
    color: #fff;
}
.ranking-item .score {
    margin: 6.3vw 6vw 1.3vw 0vw;
    display: inline-block;
    vertical-align: middle;
    font-size: 3vw;
    font-weight: 700;
    float: right;
}
.ranking-item .score .pts {
    font-size: 2vw;
    margin-left: 1vw;
}
.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: 9.271vw;
}
.img-estrella {
    width: 3.386vw;
}
.img-info, .img-rank {
    width: 24.4271vw;
}
.bottom-ranking {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    bottom: unset;
    left: 25%;
    width: 60vw;
}
.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;
}
.text-ranking {
    display: flex;
    flex-direction: column;
}
.text-ranking img:nth-child(1) {
    margin-bottom: 10px;
}
/*------------------------*/
.codigo-content {
    background-image: url(../images/codigo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    top: 0vw;
    min-height: 216vw;
}
.logincodigo {
    background-image: url(../images/login-codigo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.code-home-msg {

}
.codes {
    position: absolute;
    top: 100vw;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    text-align: center;
}
.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: CalpsBold;
    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: 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: CalpsBold;
    font-size: 5vw;
    width: 60vw;
    text-align: center;
    left: 50%;
    margin-left: -30vw;
    top: 120vw;
}
.codigo-texto-py {
    position: absolute;
    color: #fff;
    font-family: CalpsLight;
    font-size: 4.5vw;
    width: 80vw;
    text-align: center;
    left: 50%;
    margin-left: -40vw;
    top: 102vw;
}
.code-prize-img {
    position: absolute;
    width: 100vw;
    top: 0vw;
}
.code-prize-bg {
    position: absolute;
    top: 85vw;
    width: 40vw;
    left: 50%;
    margin-left: -26vw;
}
.code-prize-c {
    position: absolute;
    top: 88.6vw;
    width: 32vw;
    left: 50%;
    margin-left: -22vw;
    color: #ff0049;
    font-family: 'Designer';
    font-size: 4.5vw;
    text-align: center;
}
.code-prize-copy {
    position: absolute;
    top: 85vw;
    width: 11vw;
    left: 50%;
    margin-left: 14vw;
    cursor: pointer;
}
.codigo-texto-ups-1 {
    color: #fff;
    font-family: 'Designer';
    width: 100vw;
    text-align: center;
    font-size: 14vw;
    top: 18vw;
    position: absolute;
}
.codigo-texto-ups-2 {
    color: #fff;
    font-family: 'Designer';
    width: 100vw;
    text-align: center;
    font-size:6vw;
    top: 38vw;
    position: absolute;
}
.code-ups .codigo-texto-ok {
    top: 60vw;
}
.code-ups .jugarc-ok {
    top: 71vw;
}

#code1,#code2,#code3,#code4,#code5,#code6,#code7,#code8 {
    font-size: 7vw;
    border-radius: 2vw;
    padding: 2vw 0.5vw;
    width: 8vw;
    border: solid 0.155vw #fff;
    background-color: transparent;
    font-family: "CalpsBold";
    color: #fff;
    text-align: center;
    margin: 2vw 0.7vw;
    text-transform: uppercase;
}
#code1::placeholder,#code2::placeholder,#code3::placeholder,#code4::placeholder,#code5::placeholder,#code6::placeholder,#code7::placeholder,#code8::placeholder {
    color: #fff;
}
.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: 18vw;
}
.conoce {
    position: absolute;
    top: 50vw;
    font-family: BrochaBold;
    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: "BrochaRegular";
    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: 86vw;
    z-index: 9;
    border: none;
    width: 50vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -25vw;
    cursor: pointer;
}
.verificar {
    position: absolute;
    top: 86vw;
    z-index: 9;
    border: none;
    width: 50vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: 0vw;
    display: none;
    cursor: pointer;
}
.jugarb {
    position: absolute;
    top: 86vw;
    z-index: 1;
    border: none;
    width: 50vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -46vw;
    display: none;
    z-index: 9;
    cursor: pointer;
}

.ingresaaqui {
    position: absolute;
    top: 101vw;
    font-family: BrochaBold;
    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: CalpsBold;
    font-size: 3.74vw;
    color: #66c5ff;
    border-radius: 3.5vw;
    padding: 5vw 5vw;
    width: 77vw;
    left: 50%;
    margin-left: -43.5vw;
    border: solid 0.155vw #fff;
    text-align: center;
}

.restablecer-content #password {
    position: absolute;
    top: 125vw;
    z-index: 1;
    font-family: CalpsBold;
    font-size: 3.74vw;
    color: #66c5ff;
    border-radius: 2vw;
    padding: 1.5vw;
    width: 77vw;
    left: 50%;
    margin-left: -40vw;
    border: solid 0.155vw #fff;
    text-align: center;
}

.restablecer-content #rpassword {
    position: absolute;
    top: 140vw;
    z-index: 1;
    font-family: CalpsBold;
    font-size: 3.74vw;
    color: 66c5ff;
    border-radius: 2vw;
    padding: 1.5vw;
    width: 77vw;
    left: 50%;
    margin-left: -40vw;
    border: solid 0.155vw #fff;
    text-align: center;
}

.login-content #nickname {
    position: absolute;
    top: 32vw;
    z-index: 1;
    font-family: CalpsBold;
    font-size: 3.74vw;
    color: #66c5ff;
    border-radius: 3.5vw;
    padding: 5vw 5vw;
    width: 77vw;
    left: 50%;
    margin-left: -43.5vw;
    border: solid 0.155vw #fff;
    text-align: center;
}
.login-content #password {
    position: absolute;
    top: 50vw;
    z-index: 1;
    font-family: CalpsBold;
    font-size: 3.74vw;
    color: #66c5ff;
    border-radius: 3.5vw;
    padding: 5vw 5vw;
    width: 77vw;
    left: 50%;
    margin-left: -43.5vw;
    border: solid 0.155vw #fff;
    text-align: center;
}

.sp-nickname {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 4vw;
    top: 124vw;
    position: absolute;
    left: 50%;
    margin-left: -34vw;
}
.sp-email {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 4vw;
    top: 126vw;
    position: absolute;
    left: 0;
    margin-left: 0vw;
    width: 100vw;
    text-align: center;
}
.sp-pass {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 4vw;
    top: 120vw;
    position: absolute;
    left: 50%;
    margin-left: -38vw;
}
.sp-rpass {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 4vw;
    top: 134vw
    position: absolute;
    left: 50%;
    margin-left: -38vw;
}
.sp-error {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 4vw;
    top: 44vw;
    position: absolute;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    text-align: center;
}

.recuperar-content #email {
    top: 136vw;
    font-size: 4vw;
    border-radius: 1.2vw;
    padding: 1vw 0vw;
    width: 70vw;
    margin-left: -35vw;
}

.login-content #nickname {
    top: 129vw;
    font-size: 4vw;
    border-radius: 1.2vw;
    padding: 1vw 0vw;
    width: 70vw;
    margin-left: -35vw;
}
.sp-password {
    color: #fff;
    font-family: "CalpsBold";
    font-size: 4vw;
    top: 138vw;
    position: absolute;
    left: 50%;
    margin-left: -34vw;
}
.login-content #password {
    top: 143vw;
    font-size: 4vw;
    border-radius: 1.2vw;
    padding: 1vw 0vw;
    width: 70vw;
    margin-left: -35vw;
}
.login-content #password::placeholder,
.login-content #nickname::placeholder {
    color: #66c5ff;
    font-size: 4vw;
}

::placeholder {
    color: #66c5ff;
}
.reg-question-container {
    position: absolute;
    top: 67.7vw;
    z-index: 1;
    font-family: BrochaRegular;
    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: BrochaRegular;
    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: "BrochaRegular";
    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: "BrochaRegular";
    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: CalpsBold;
    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: CalpsBold;
    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: CalpsBold;
    font-size: 4.66666vw;
    color: #cc3333;
    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: 54vw;
    padding: 1.8vw 0vw;
    margin-left: -27vw;
    margin-top: 2vw;
    cursor: pointer;
    position: relative;
}
.registrarme-ok {
    top: 88vw;
    font-size: 6vw;
    width: 54vw;
    padding: 1vw 0vw;
    margin-left: -27vw;
    border-radius: 2.5vw;
    cursor: pointer;
}
.registrarme-err-ok {
    top: 88vw;
    font-size: 6vw;
    width: 44vw;
    padding: 0.7vw 0vw;
    margin-left: -22vw;
    border-radius: 2.5vw;
    cursor: pointer;
}
.login {
    position: absolute;
    top: 125.6vw;
    font-family: CalpsBold;
    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;
}
.login {
    top: 164vw;
    font-size: 4vw;
    width: 54vw;
    padding: 2vw 0vw;
    margin-left: -27vw;
    cursor: pointer;
}
.recuperar {
    position: absolute;
    top: 125.6vw;
    font-family: CalpsBold;
    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: 147vw;
    font-size: 4vw;
    width: 40vw;
    padding: 2vw 0vw;
    margin-left: -20vw;
    cursor: pointer;
}
.restablecer {
    position: absolute;
    top: 125.6vw;
    font-family: CalpsBold;
    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;
}
.restablecer {
    top: 148vw;
    font-size: 4vw;
    width: 40vw;
    padding: 2vw 0vw;
    margin-left: -20vw;
    cursor: pointer;
}
.accept {
    position: absolute;
    top: 194vw;
    font-family: CalpsBold;
    font-size: 4.66666vw;
    color: #cc3333;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 1.2vw;
    width: 54vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -27vw;
}
.sendcode {
    position: absolute;
    top: 125.6vw;
    font-family: CalpsBold;
    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;
}
.sendcode {
    top: 116vw;
    font-size: 5.5vw;
    width: 54vw;
    padding: 1.8vw 0vw;
    margin-left: -27vw;
    border-radius: 2vw;
    cursor: pointer;
}
.logincodigo .sendcode {
    top: 191vw;
}
.gamebtn {
    position: absolute;
    top: 66vw;
    font-family: CalpsBold;
    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: BrochaBold;
}
.jugar {
    position: absolute;
    top: 127vw;
    font-family: BrochaBold;
    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: "BrochaRegular";
    font-size: 4.5vw;
    text-align: center;
}
.text-1 {
    position: absolute;
    top: 98vw;
    width: 48vw;
    left: 50%;
    color: #000;
    margin-left: -18vw;
    font-family: "BrochaRegular";
    font-size: 4.5vw;
}
.text-2 {
    position: absolute;
    top: 98vw;
    width: 56vw;
    left: 50%;
    color: #000;
    margin-left: -18vw;
    font-family: "BrochaRegular";
    font-size: 4.5vw;
    display: none;
}
.text-num {
    position: absolute;
    top: 99vw;
    width: 10vw;
    height: 10vw;
    left: 50%;
    margin-left: -33vw;
    font-family: "BrochaBold";
    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: #fff;
    position: absolute;
    top: 140vw;
    width: 100%;
    font-size: 4vw;
    text-align: center;
    display: none;
    left: 0vw;
}
.error-msg a {
    color: #fff;
}
.error-msg {
    top: 185vw;
    font-size: 4vw;
}
.input-codigo .error-msg {
    text-align: left;
    top: -2vw;
    font-size: 2.5vw;
    margin-left: 2vw;
}
.codigo-content .error-msg {
    top: 136vw;
    font-size: 4vw;
    color: #ff0000;
}
.logincodigo .error-msg {
    top: 209vw;
}
.reg-content .error-msg {
    top: 0vw;
    font-size: 3vw;
    position: relative;
    margin-top: 2.5vw;
}
.recuperar-content .error-msg {
    top: 164vw;
    font-size: 4vw;
}
.restablecer-content .error-msg {
    top: 166vw;
    font-size: 4vw;
}
.lnkgame {
    color: #fff;
    position: absolute;
    top: 88vw;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
    text-align: center;
    font-family: "BrochaBold";
    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: CalpsBold;
    font-size: 4vw;
}
.lnkreg a {
    color: #ff0049;
}
.lnkreg {
    top: 160vw;
    width: 80vw;
    margin-left: -40vw;
    font-size: 3.5vw;
}
.lnkrec {
    color: #fff;
    position: absolute;
    top: 183vw;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
    font-family: CalpsBold;
    font-size: 4vw;
}
.lnkrec a {
    color: #fff;
}
.lnkrec {
    top: 154vw;
    width: 80vw;
    margin-left: -40vw;
    font-size: 3.5vw;
}
.popup-content {
    display: none;
}
.input-required {
    border: solid 0.3vw red !important;
}
.code-text {
    position: absolute;
    font-family: "CalpsBold";
    color: #fff;
    font-size: 7vw;
    width: 90vw;
    text-align: center;
    left: 50%;
    top: 47vw;
    margin-left: -45vw;
    display: none;
}

.bases-content {
    background-color: #000;
    background-image: url(../images/terms-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 230vw;
}
.aviso{
    background-color: #000;
    background-image: url(../images/avs-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 230vw;
}
.bases-content .title {
    background-color: #ff0000;
    font-family: "CalpsBold";
    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: "CalpsBold";
    font-size: 3.2vw;
    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: "CalpsLight";
    font-size: 5vw;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 2.5vw;
}
.bases-text {
    position: absolute;
    top: 70vw;
    left: 40%;
    width: 90vw;
    margin-left: -35vw;
    height: 51%;
    overflow-y: scroll;
}
.icon-eye {
    position: absolute;
    top: 142.5vw;
    left: 50%;
    margin-left: 27.5vw;
    width: 8vw;
    z-index: 1;
    cursor: pointer;
}
.m-mob {
    display: inline !important;
}
.m-dsk {
    display: none !important;
}

@media only screen and (min-device-aspect-ratio: 1/1) and (hover: hover) {
    .preloader {
        background-image: url(../images/preloader/landing-desktop-1.png);
        background-position: top center;
    }
    .preloader img {
        width: 25.157vw;
        top: 39.75vw;
        position: absolute;
        left: 50%;
        margin-left: -12.5vw;
    }
    .semana-sep{
        color: #f9fe3b;
        font-size: 2.6em;
        padding: 0.4em;
        font-family: "CalpsLight";
    }
    .header .home-menu {
        top: -6.1vw;
        width: 3.5vw;
        left: 50%;
        margin-left: 30vw;
    }
    .countdown {
        width: 22vw;
        top: 8vw;
        left: 50%;
        margin-left: 10vw;
    }
    .countdown-title {
        padding: 0%;
        text-align: center;
        font-size: 1.3vw;
        width: 100%;
    }
    .countdown-items {
        width: 100%;
        margin: 0 auto;
    }
    .countdown-item {
        margin: 0 1%;
    }
    .countdown-num {
        font-size: 2.6vw;
    }
    .countdown-txt {
        font-size: 0.7vw;
    }
    .icon-eye {
        top: 66.9%;
        margin-left: 14vw;
        width: 3vw;
    }
    .cp {
        display: none;
    }
    .cp-dsk {
        display: inline;
        position: absolute;
        top: 2vw;
        left: 20vw;
        width: 12.448vw;
        z-index: 1;
    }
    .notificacion .salir {
        align-self: flex-start;
        padding: 0.8vw 1.8vw 0.5vw 0.5vw;
        height: 2.5vw;
    }
    .discovery-logo {
        width: 100%;
        height: 3.5vw;
        background-color: #fff;
        text-align: center;
        z-index: 11;
        overflow: hidden;
    }
    .discovery-logo img {
        width: auto;
        height: 150%;
        display: inline;
        margin-top: -0.7vw;
    }
    .header {
        top: 7.3vw;
    }
    .header .home-logo {
        top: 0px;
        width: 30.313vw;
        left: 50%;
        margin-left: -15.1565vw;
    }
    .conoce {
        position: relative;
        display: block;
        padding-top: 19vw;
        top: 0vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .basestitle {
        top: 27vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .policytitle {
        top: 31vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .cppolicytitle {
        top: 35vw;
        font-size: 2.2vw;
        width: 35vw;
        margin-left: -17.5vw;
        text-shadow: 0px 0.2vw 0.3vw #292929;
    }
    .descubre {
        top: 37.7vw;
        font-size: 2.81vw;
    }

    .participar {
        top: 27vw;
        z-index: 9;
        border: none;
        width: 17vw;
        padding: 1vw 0vw;
        left: 55%;
        margin-left: -19vw;
        cursor: pointer;
        position: absolute;
        margin-top: 0vw;
        display: block;
    }
    .verificar {
        top: 27vw;
        z-index: 9;
        border: none;
        width: 17vw;
        padding: 1vw 0vw;
        left: 50%;
        margin-left: -9vw;
        cursor: pointer;
        position: absolute;
        margin-top: 0vw;
        display: block;
    }
    .jugarb {
        top: 27vw;
        border: none;
        width: 17vw;
        padding: 1vw 0vw;
        left: 50%;
        margin-left: -26vw;
        cursor: pointer;
        position: absolute;
        margin-top: 0vw;
        display: block;
        z-index: 9;
    }
    .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: 14vw;
    }
    .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: 1.6vw;
        width: 50vw;
        margin-left: -25vw;
        top: 29.5vw;
    }
    .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 {
        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-ok {
        top: 13vw;
    }

    .ingresaaqui {
        top: 0vw;
        font-size: 1.7vw;
        color: #fff;
        z-index: 1;
        text-transform: uppercase;
        background-color: #f08200;
        border: none;
        border-radius: 4vw;
        width: 19.22vw;
        padding: 1vw 0vw;
        left: 50%;
        margin-left: -9.61vw;
        cursor: pointer;
        position: relative;
        display: block;
        margin-top: 7vw;
    }
    .menu-close {
        width: 3vw;
        top: 2vw;
        left: auto;
        right: 2vw;
    }
    .menu-modal .content-user {
        top: 3.2vh;
        margin-left: auto;
        left: 74vw;
        right: auto;
    }
    .menu-modal ul li:last-child {
        height: 12vw;
    }
    .menu-modal ul li:last-child img {
        height: 10vw;
    }
    .menu-modal ul li {
        background-image: url(../images/dsk/menu-item.png);
    }
    .menu-modal ul li:nth-child(3) {
        background-image: url(../images/dsk/menu-item-b.png);
    }
    .menu-modal ul li:nth-child(3):hover {
        color: #fff;
    }
    .home-content {
        background-image: url(../images/dsk/home-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        min-height: 56.25vw;
        height: 100vh;
        top: 0px;
        padding-bottom: 0vh;
    }
    .home-logo {
        top: 0vw;
        width: 67.709vw;
        left: 50%;
        margin-left: -33.8vw;
    }
    .m-dsk {
        display: inline !important;
    }
    .m-mob {
        display: none !important;
    }
    .home-premios {
        top: 35.8vw;
        width: 35vw;
        left: 50%;
        margin-left: -17.9vw;
    }
    .redes {
        bottom: auto;
        top: 53vw;
    }
    .carousel-snacks {
        width: 23%;
        height: unset;
        top: 28.3vw;
        padding: 3vw;
        left: 72.8vw;
        transform: translate(-50%, -50%);
    }
    .carousel-snacks .button:nth-child(1) {
        left: 7vw;
    }
    .carousel-snacks .button:nth-child(3) {
        left: -7vw;
    }
    .carousel-snacks .button {
        transform: scale(1)
    }
    .carousel-snacks .productos .primary {
        transform: scale(1.15);
    }
    .content-user {
        height: 5vw;
        top: 1vh;
        left: 50%;
        margin-left: -35vw;
        padding-right: 1.2vw;
        padding: 0vw 1vw;
    }
    .content-user .user {
        height: 3vw;
        width: 3vw;
        left: -0.4vw;
    }
    .content-user .user img {
        height: 3.5vw;
    }
    .content-user .user-bg {
        height: 3.5vw;
    }
    .content-user .user-content-bg {
        position: absolute;
        right: 0vw;
        z-index: 0;
        height: 3.5vw;
        width: calc(100% - 3vw);
        overflow: hidden;
    }
    .content-user .li_login {
        font-size: 1.3vw;
        max-width: 20vw;
        overflow: hidden;
    }
    .selector-content {
        background-image: url(../images/dsk/selector-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
        top: 0px;
    }
    .game-content {
        background-image: url(../images/dsk/game-bg.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100%;
        top: 0px;
    }
    .jugar-content {
        background-image: url(../images/dsk/jugar-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .premios-content {
        background-image: url(../images/dsk/premios-bg.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        min-height: 56.25vw;
    }
    .premios-text {
        position: absolute;
        top: 90%;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 2.2vw !important;
        font-family: CalpsLight;
        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.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
        top: 0px;
    }
    .how-content {
        background-image: url(../images/dsk/how-bg.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;
    }
    .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.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100vw;
        height: 130vh;
        top: 0px;
    }
    .home-btns {
        position: absolute;
        top: 15vw;
        width: 60vw;
        left: 50%;
        margin-left: -30vw;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
    .home-btns button {
        color: #fff;
        width: 23vw;
        font-family: "CalpsBold";
        font-size: 2vw;
        cursor: pointer;
        border-radius: 1.2vw;
        margin-bottom: 0.5vw;
        line-height: 4vw;
        padding: 0vw;
        vertical-align: text-bottom;
        background-size: contain;
    }
    .home-btns button img {
        float: right;
        width: 3.7176vw;
    }
    .home-btns button:hover {
        color: #7dd1ff;
    }
    .image-bg {
        display: none;
    }
    .menu-modal {
        width: 100vw;
        font-size: 1.6vw;
        margin-left: unset;
        left: 0px;
        right: 0px;
        text-align: right;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 27vw 100%;
    }
    .menu-modal ul {
        padding: 7vw 1.5vw;
        height: 100%;
        width: 24vw;
        right: 0px;
        position: absolute;
    }
    .menu-modal ul li {
        height: 6%;
    }
    .menu-modal .menu-logo-cp {
        width: 20vw;
        top: 1.4vw;
        left: 10vw;
    }
    .menu-modal .menu-icon {
        display: none;
    }
    .menu-modal ul li span {
        margin-right: 4vw;
    }
    .login-content {
        background-image: url(../images/dsk/login-bg.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 58.25vw;
    }
    .recuperar-content {
        background-image: url(../images/dsk/recuperar-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .restablecer-content {
        background-image: url(../images/dsk/recuperar-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .codigo-content {
        background-image: url(../images/dsk/codigo-bg.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
        top: 0px;
    }
    .logincodigo {
        background-image: url(../images/dsk/login-codigo-bg.png);
    }
    #code1, #code2, #code3, #code4, #code5, #code6, #code7, #code8 {
        font-size: 2.4vw;
        border-radius: 0.8vw;
        padding: 1vw 0.5vw;
        width: 2vw;
        border: solid 0.155vw #fff;
        margin: 2vw 0.2vw;
    }
    .ranking-content {
        background-image: url(../images/dsk/ranking-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .ganadores-content {
        background-image: url(../images/dsk/ganadores-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .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: 1vw;
        left: 50%;
        width: 3.1777vw;
        margin-left: -26vw;
        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: Designer;
    }
    .ranking-list {
        position: absolute;
        width: 38vw;
        height: 22vw;
        top: 15.5vw;
        left: 50%;
        margin-left: -19vw;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .ranking-items {
        display: flex;
        flex-direction: column;
    }

    .ranking-item {
        font-family: "Designer";
        font-size: 3vw;
        color: #fff;
        background-image: url(../images/dsk/ganador-item-bg.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto 100%;
        height: 8vw;
        margin-bottom: 0.5vw;
    }
    .ranking-item-top {
        background-image: url(../images/dsk/ganador-item1-bg.png);
    }
    .ganadores-item {
        background-image: url(../images/dsk/ganador-item1-bg.png);
    }
    .ranking-item .num {
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        font-size: 2.3vw;
        line-height: 4vw;
        text-align: center;
        display: inline-block;
        margin: 2.1vw 1vw 0vw 4.2vw;
    }
    .ranking-item .name {
        margin: 1.3vw 0vw;
        display: inline-block;
        vertical-align: middle;
        max-width: 22.2vw;
        overflow: hidden;
        white-space: nowrap;
        font-size: 2vw;
    }
    .ranking-item .name-top {
        color: #fff;
    }
    .ranking-item .score {
        margin: 2.7vw 1vw 1.3vw 0vw;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.8vw;
        font-weight: 700;
        float: right;
    }
    .ranking-item .score .pts {
        font-size: 1vw;
        margin-left: 0.4vw;
    }
    .ganadores-btn {
        top: 42vw;
        width: 12.7vw;
        padding: 0vw;
        margin-left: -13vw;
    }
    .ranking-btn {
        top: 42vw;
        width: 12.7vw;
        padding: 0vw;
        margin-left: -13vw;
    }
    .score-l{
        position:absolute;
        font-size:17px;
        margin-top:-4vw;
        margin-left:37vw;
        }
    .reg-content {
        background-image: url(../images/dsk/register-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 56.25vw;
    }
    .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-family: "CalpsBold";
        font-size: 1vw;
        position: relative;
        padding-left: 0.5vw;
        padding-top: 0.3vw;
        display: block;
    }
    .sp-text-chk {
        color: #fff;
        font-family: "CalpsBold";
        font-size: 1.1vw;
        position: relative;
        display: inline-block;
        vertical-align: super;
        margin-left: 0.3vw;
        margin-right: 11vw;
    }
    .reg-left {
        position: absolute;
        top: 12vw;
        left: 50%;
        width: 30vw;
        margin-left: -29vw;
    }
    .reg-left input[type="text"],
    .reg-left input[type="password"],
    .reg-left input[type="email"] {
        font-size: 1vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 27.1vw;
        color: #66c5ff;
        font-family: "CalpsBold";
    }
    .reg-left select {
        font-size: 1vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 29.1vw;
        color: #66c5ff;
        font-family: "CalpsBold";
    }
    .reg-left input[type="text"]::placeholder {
        color: #66c5ff;
        font-size: 1vw;
    }

    .reg-right {
        position: absolute;
        top: 12vw;
        left: 50%;
        width: 30vw;
        margin-left: 3vw;
    }
    .reg-right input[type="text"],
    .reg-right input[type="password"],
    .reg-right input[type="number"],
    .reg-right input[type="email"] {
        font-size: 1vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 27.1vw;
        color: #66c5ff;
        font-family: "CalpsBold";
    }
    .reg-right select {
        font-size: 1vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 29.1vw;
        color: #66c5ff;
        font-family: "CalpsBold";
    }
    #phone_code {
        width: 8vw;
    }
    #phone {
        width: 18.5vw;
        margin-bottom: 1vw;
    }
    .reg-right input[type="text"]::placeholder {
        color: #66c5ff;
        font-size: 1vw;
    }
    .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: CalpsBold;
        color: #fff;
        font-size: 4.5vw;
        top: 14vw;
        position: absolute;
        text-align: center;
        width: 40vw;
        left: 50%;
        margin-left: -20vw;
    }
    .reg-ok-text2 {
        font-family: CalpsLight;
        color: #fff;
        font-size: 3.7vw;
        top: 21vw;
        position: absolute;
        text-align: center;
        width: 40vw;
        left: 50%;
        margin-left: -20vw;
    }

    .codes {
        position: absolute;
        top: 20vw;
        width: 40vw;
        left: 50%;
        margin-left: -20vw;
        text-align: center;
    }
    .logincodigo .codes {
        top: 73%;
    }
    #code {
        font-size: 3.5vw;
        border-radius: 0.6vw;
        padding: 0vw 0.5vw;
        width: 36vw;
        border: solid 0.155vw #fff;
        font-family: "CalpsBold";
        color: #66c5ff;
        text-align: center;
        margin: 2vw 0.7vw;
        text-transform: uppercase;
    }
    .codigo-content .error-msg {
        top: 34vw;
        font-size: 1.3vw;
        color: #f881b1;
    }
    .logincodigo .error-msg {
        top: 93%;
    }
    .recuperar-content .error-msg {
        top: 75%;
        font-size: 1.3vw;
    }
    .restablecer-content .error-msg {
        top: 49vw;
        font-size: 1.3vw;
        width: 26vw;
        left: 50%;
        margin-left: -13vw;
    }

    .sp-nickname {
        color: #fff;
        font-family: "CalpsBold";
        font-size: 2vw;
        top: 53%;
        position: absolute;
        left: 50%;
        margin-left: -14vw;
    }
    .sp-email {
        color: #fff;
        font-family: "CalpsBold";
        font-size: 1.9vw;
        top: 52%;
        position: absolute;
        left: 50%;
        margin-left: -14vw;
        text-align: center;
        width: 28vw;
    }
    .sp-pass {
        color: #fff;
        font-family: "CalpsBold";
        font-size: 1.9vw;
        top: 30vw;
        position: absolute;
        left: 50%;
        margin-left: -14vw;
        text-align: center;
    }
    .sp-rpass {
        color: #fff;
        font-family: "CalpsBold";
        font-size: 1.9vw;
        top: 36vw;
        position: absolute;
        left: 50%;
        margin-left: -14vw;
        text-align: center;
    }
    .sp-error {
        color: #fff;
        font-family: "CalpsBold";
        font-size: 1.9vw;
        top: 15vw;
        position: absolute;
        left: 50%;
        width: 50vw;
        margin-left: -25vw;
        text-align: center;
    }

    .login-content #nickname {
        top: 57%;
        font-size: 2vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 29.7vw;
        margin-left: -14.85vw;
    }
    .recuperar-content #email {
        top: 60%;
        font-size: 2vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 29.7vw;
        margin-left: -14.85vw;
    }
    .restablecer-content #password {
        top: 32vw;
        font-size: 2vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 29.7vw;
        margin-left: -14.85vw;
    }
    .restablecer-content #rpassword {
        top: 38vw;
        font-size: 2vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 29.7vw;
        margin-left: -14.85vw;
    }
    .sp-password {
        color: #fff;
        font-family: "CalpsBold";
        font-size: 2vw;
        top: 63%;
        position: absolute;
        left: 50%;
        margin-left: -14vw;
    }
    .login-content #password {
        top: 67%;
        font-size: 2vw;
        border-radius: 1.2vw;
        padding: 0.3vw 1vw;
        width: 29.7vw;
        margin-left: -14.85vw;
    }
    .login-content #password::placeholder,
    .login-content #nickname::placeholder {
        color: #66c5ff;
        font-size: 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: 38vw;
        font-size: 1.6vw;
        width: 14vw;
        padding: 0.5vw 0vw;
        margin-left: -7vw;
        cursor: pointer;
    }
    .registrarme-ok {
        top: 35vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 0.7vw 0vw;
        margin-left: -6.59vw;
        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: 78%;
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        margin-left: -7.8215vw;
        cursor: pointer;
    }
    .recuperar {
        top: 64%;
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        margin-left: -7.8215vw;
        cursor: pointer;
    }
    .restablecer {
        top: 43vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        margin-left: -7.8215vw;
        cursor: pointer;
    }
    .accept {
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        cursor: pointer;
        position: relative;
        top: 48vw;
        right: 42vw;
        left: unset;
        margin-left: unset;
        float: right;
        z-index: 1;
    }
    .sendcode {
        top: 28vw;
        font-size: 2vw;
        width: 15.643vw;
        padding: 1vw 0vw;
        margin-left: -7.8215vw;
        cursor: pointer;
    }
    .logincodigo .sendcode {
        top: 83%;
    }
    .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.png);
        background-color: #000;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        height: 100vh;
        min-height: 56.25vw;
        width: 100%;
    }
    .aviso {
        background-image: url(../images/dsk/avs-bg.png);
        background-color: #000;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        height: 100vh;
        min-height: 56.25vw;
        width: 100%;
    }
    .bases-content .title {
        background-color: #ff0000;
        font-family: "CalpsBold";
        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: "CalpsBold";
        font-size: 1.2vw;
        font-weight: 200;
        color: #fff;
        position: relative;
        top: 0vw;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 0.5vw;
    }
    .bases-content p {
        font-family: "CalpsBold";
        font-size: 1.2vw;
        color: #fff;
        position: relative;
        width: 100%;
        text-align: left;
    }
    .bases-text {
        position: absolute;
        top: 13vw;
        left: 50%;
        width: 60vw;
        margin-left: -30vw;
        height: 34vw;
    }
    .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: "BrochaRegular";
        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: "BrochaRegular";
        font-size: 1.4vw;
    }
    .text-2 {
        position: absolute;
        top: 32.5vw;
        width: 32vw;
        left: 50%;
        color: #000;
        margin-left: -13vw;
        font-family: "BrochaRegular";
        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: "BrochaBold";
        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: 88%;
        font-size: 1.2vw;
    }
    .reg-content .error-msg {
        top: 43vw;
        font-size: 1.1vw;
        position: absolute;
    }
    .input-codigo .error-msg {
        text-align: left;
        top: 6.4vw;
        font-size: 0.7vw;
        margin-left: 0.5vw;
    }
    .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: 77%;
        width: 40vw;
        margin-left: -20vw;
        font-size: 1.1vw;
    }
    .lnkrec {
        top: 74%;
        width: 40vw;
        margin-left: -20vw;
        font-size: 1.1vw;
    }
    .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.155vw #000 !important;
    }
    .game-bg-play {
        position: absolute;
        top: 19vh;
        left: 50%;
        width: 60.73vw;
        margin-left: -30.365vw;
    }
    .gameiframe {
        position: absolute;
        width: 53vw;
        margin-left: -26.5vw;
        height: 24.5vw;
        background-color: #fff;
        z-index: 9;
        top: 33.2vh;
        left: 50%;
        border-radius: 1vw;
        border: solid 0.4vw #fff;
        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: 100vh;
        }
        .gameiframe iframe {
            height: 100vh;
        }
    }
    .game-logo {
        display: none;
    }
    .code-text {
        position: absolute;
        font-family: "CalpsBold";
        color: #fff;
        font-size: 2.6vw;
        width: 40vw;
        display: block;
        text-align: center;
        left: 50%;
        top: 16.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: 50%;
    }
    .carousel-premios .carousel {
        width: 68.36vw;
        height: 38vw;
    }
    .carousel-premios .carousel .slide .img-slide {
        height: 18vw;
        margin: 5vw 0;
    }
    .carousel-premios .carousel .slide .text {
        height: 4vw;
    }
    .carousel-premios .carousel .slide .text p {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    .how .carousel .slide .text {
        height: auto;
        width: 30vw;
    }
    .how .carousel .slide .img-slide {
        height: 24vw;
        margin: 0 0 2vw 0;
    }
    .how .carousel .slide .text p {
        font-size: 1.6vw;
        line-height: 1.5vw;
    }
}

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

    .carousel-chappas {
        top: 510px;
    }
    .carousel-chappas .chappas .box {
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        height: 550px;
    }
    .carousel-chappas .chappas .chappa img {
        height: 140px;
    }
    .carousel-chappas .chappas .chappa .number {
        background-color: #e80404;
        height: 40px;
        width: 40px;
        bottom: -15px;
        right: 5px;
    }
    .carousel-chappas .chappas .chappa .number p {
        font-size: 25px;
    }
    .carousel-chappas .posicion p {
        font-size: 18px;
        top: 10px;
    }
    .carousel-chappas .arrows button img {
        height: 60px;
    }
    .carousel-chappas .arrows .buttons-chappas {
        width: 320px;
        /* background-color: red; */
    }
    .carousel-chappas .arrows .buttons-chappas .button-chappas {
        height: 18px;
        width: 18px;
    }

}
    
@media (max-width: 1366px) {

    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "CalpsLight";
        }
        .bottom-ranking {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        bottom: unset;
        left: 25%;
        width: 60vw;
    }
    

    .carousel-chappas {
        top: 510px;
    }
    .carousel-chappas .chappas .box {
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        height: 550px;
    }
    .carousel-chappas .chappas .chappa img {
        height: 140px;
    }
    .carousel-chappas .chappas .chappa .number {
        background-color: #e80404;
        height: 40px;
        width: 40px;
        bottom: -15px;
        right: 5px;
    }
    .carousel-chappas .chappas .chappa .number p {
        font-size: 25px;
    }
    .carousel-chappas .posicion p {
        font-size: 18px;
        top: 10px;
    }
    .carousel-chappas .arrows button img {
        height: 60px;
    }
    .carousel-chappas .arrows .buttons-chappas {
        width: 320px;
        /* background-color: red; */
    }
    .carousel-chappas .arrows .buttons-chappas .button-chappas {
        height: 18px;
        width: 18px;
    }
}

@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: "CalpsLight";
    }
    .score-l{
            margin: 4vw 6vw 1.3vw -2.08vw;
            display: inline-block;
            vertical-align: middle;
            font-size: 2.2vw;
            font-weight: 700;
            float: right;
    }
    .input-codigo {
        top: 880px;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 2vw;
    }
    .input-codigo input {
        width: 400px;
        height: 85px;
    }
    .input-codigo button {
        height: 100px;
        width: 100px;
    }
    .notificacion {
        left: 0;
        width: 100vw;
        height: 22vw;
        margin: 0px;
        background-size: 160% auto;
    }
    .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: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .redes {
        border-radius: 35px;
        top: 93vh;
        height: 9.5vh;
        width: 22vw;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .redes a {
        padding: 5px;
    }
    .redes a img {
        height: 2.8vh;
    }

   .carousel-chappas {
        top: 1000px;
    }
    .carousel-chappas .chappas .box {
        grid-row-gap: 55px;
        grid-column-gap: 70px;
        /* margin-right: 25px; */
        height: 900px;
        width: 100vw;
    }
    .carousel-chappas .chappas .chappa {
        height: 260px;
        width: 260px;
    }
    .carousel-chappas .chappas .chappa img {
        height: 260px;
    }
    .carousel-chappas .chappas .chappa .number {
        background-color: #e80404;
        height: 60px;
        width: 60px;
        bottom: 0;
        right: 15px;
    }
    .carousel-chappas .chappas .chappa .number p {
        font-size: 40px;
    }
    .carousel-chappas .posicion p {
        font-size: 40px;
        top: 90px;
    }
    .carousel-chappas .arrows button img {
        height: 120px;
    }
    .carousel-chappas .arrows {
        margin-top: 140px;
    }
    .carousel-chappas .arrows .buttons-chappas {
        width: 650px;
    }
    .carousel-chappas .arrows .buttons-chappas .button-chappas {
        height: 30px;
        width: 30px;
        margin: 0px 12px;
    }
     .notificacion .texto p {
        color: white;
        font-family: "CalpsBold";
        font-size: 4vw;
        line-height: 4vw;
    }
}

@media (max-width: 930px) {
    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "CalpsLight";
    }
    .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;
    }
    .carousel-chappas .chappas .box {
        grid-row-gap: 35px;
        grid-column-gap: 40px;
    }
    .notificacion .texto p {
        color: white;
        font-family: "CalpsLight";
    }
}

@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: "CalpsLight";
    }
    .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: 2vh;
    }
    .redes {
        height: 8vh;
    }    
}

@media (max-width: 800px) {

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

@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: "CalpsLight";
    }
    .notificacion {
        width: 100vw;
    }
    .notificacion img {
        padding: 0 25px;
    }
    .input-codigo {
        top: 700px;
    }
    .input-codigo input {
        height: 70px;
        width: 320px;
    }
    .input-codigo button {
        height: 85px;
        width: 85px;
    }
    .input-codigo button img {
        height: 55px;
    }
    .redes {
        top: 225vw;
        height: 2.5vh;
        padding: 1.5vh;
        justify-content: space-between;
    }
    .redes a img {
        height: 22px;
    }
}

@media (max-width: 700px) {

    .semana-sep{
        color: #f9fe3b;
        font-size: 1.6em;
        padding: 0.4em;
        font-family: "CalpsLight";
    }
    .redes a img {
        height: 25px;
    }
}


@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: "CalpsLight";
    }
    .bottom-ranking {
        position: absolute;
        left: 11%;
        top: 1160px;
    }
    .bottom-ranking .img-aviso{
        left: 20px;
        height: 10px;
    }
    .bottom-ranking .text-bottom {
        left: 10px;
    }
    .bottom-ranking .text-bottom .img-estrella {
        height: 35px;
        padding-right: 5px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: 40px;
        width: 270px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-rank {
        height: 10px;
    }
    .redes {
        height: 2.5vh;
        padding: 2vh;
        justify-content: space-between;
    }
    .redes a img {
        height: 20px;
    }
}

@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: "CalpsLight";
    }
     .bottom-ranking {
        top: 1070px;
    }
    .bottom-ranking .img-aviso{
        left: 20px;
        height: 9px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: 35px;
        width: 240px;
    }
    .input-codigo {
        top: 545px;
        margin-left: 3vw;
    }
    .input-codigo input {
        height: 50px;
        width: 250px;
    }
    .input-codigo button {
        height: 65px;
        width: 65px;
    }
    .input-codigo button img {
        height: 40px;
    }
    .redes {
        height: 2.2vh;
        padding: 2vh;
        justify-content: space-between;
    }
    .redes a img {
        height: 18px;
    }
}

@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: "CalpsLight";
    }
     .bottom-ranking {
        top: 980px;
    }
    .bottom-ranking .btn img {
        height: 40px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: 32px;
        width: 230px;
    }
    .redes {
        height: 1.5vh;
        padding: 2vh;
        justify-content: space-between;
    }
    .redes a img {
        height: 16px;
    }
}

@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: "CalpsLight";
    }
    .bottom-ranking {
        top: 930px;
    }
    .bottom-ranking .btn img {
        height: 35px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: 35px;
        width: 230px;
    }
    .notificacion p {
        font-size: 19px;
    }

    .input-codigo {
        top: 475px;
        margin-left: 3vw;
    }
    .input-codigo input {
        height: 40px;
        width: 210px;
    }
    .input-codigo button {
        height: 55px;
        width: 55px;
    }
    .input-codigo button img {
        height: 30px;
    }
}

@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: "CalpsLight";
    }
    .bottom-ranking {
        top: 890px;
    }
    .bottom-ranking .btn img {
        height: 35px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: 35px;
        width: 210px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-rank {
        height: 9px;
    }
    .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;
    }
    .input-codigo {
        top: 455px;
        margin-left: 4vw;
    }
    .popup-premios .popup {
        width: 350px;
    }
    .popup-premios .popup h2 {
        font-size: 45px;
    }
    .popup-premios .popup p {
        font-size: 24px;
    }
    .popup-premios .popup #disclaimer {
        font-size: 7px;
    }
    .redes {
        height: 1.3vh;
        padding: 2vh;
        justify-content: space-between;
    }
    .redes a img {
        height: 15px;
    }
}

@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: "CalpsLight";
    }
    .bottom-ranking {
        top: 760px;
    }
    .bottom-ranking .btn img {
        height: 35px;
    }
    .bottom-ranking .text-bottom {
        left: 5px;
    }
    .bottom-ranking .text-bottom .img-estrella {
        height: 20px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: 30px;
        width: 190px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-rank {
        height: 7px;
    }
    .input-codigo {
        top: 385px;
        margin-left: 5vw;
    }
    .input-codigo input {
        width: 170px;
        height: 35px;
        font-size: 20px;
    }
    .input-codigo button {
        height: 50px;
        width: 50px;
    }
    .input-codigo button img {
        height: 35px;
    }
    
    .redes {
        height: 4vh;
        width: 14vh;
        border-radius: 15px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 1.5px;
    }
    .redes a {
        padding: 4px 3px;
    }
    .redes a img {
        height: 14px;
    }

     .carousel-chappas {
        top: 500px;
    }
    .carousel-chappas .chappas .box {
        height: 450px;
    }
    .carousel-chappas .chappas .box .chappa {
        height: 100px;
        width: 100px;
    }
    .carousel-chappas .chappas .box .chappa img {
        height: 100px;
    }

    .carousel-chappas .chappas .chappa .number p {
        font-size: 17px;
    }
    .carousel-chappas .posicion p {
        font-size: 17px;
        top: 28px;
    }
    .carousel-chappas .arrows {
        margin-top: 20px;
    }
    .carousel-chappas .arrows .buttons-chappas {
        width: 280px;
    }
    .carousel-chappas .arrows .buttons-chappas .button-chappas {
        height: 12px;
        width: 12px;
        /* background-color: blue; */
    }
}

@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: "CalpsLight";
    }
     .bottom-ranking {
        top: 725px;
    }
    .bottom-ranking .btn img {
        height: 30px;
    }
    .bottom-ranking .text-bottom {
        left: 5px;
    }
    .bottom-ranking .text-bottom .img-estrella {
        height: 20px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: 30px;
        width: 180px;
    }
    .bottom-ranking .text-bottom .text-ranking .img-rank {
        height: 7px;
    }
    .ranking-item .estrella {
        height: 18px;
        left: -0px;
        top: 3px;
    }
    .ranking-item .name {
        font-size: 15px;
    }
    .ranking-item .num,
    .ranking-item .name {
        top: 0px;
        left: 0px;
    }
    .input-codigo {
        top: 365px;
    }
}

@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: "CalpsLight";
    }
     .bottom-ranking {
        top: 725px;
    }
    .bottom-ranking .btn img {
        height: auto;
        width: 20vw;
    }
    .bottom-ranking .img-aviso{
        left: 20px;
        height: 7px;
    }
    .bottom-ranking .text-bottom {
        left: 5px;
    }
    .bottom-ranking .text-bottom .img-estrella {
        height: auto;
        width: 7vw;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: auto;
        width: 50vw;
    }
    .bottom-ranking .text-bottom .text-ranking .img-rank {
        height: auto;
        width: 50vw;
    }
    .input-codigo {
        top: 365px;
        margin-left: 5vw;
    }
    .input-codigo input {
        width: 160px;
        height: 30px;
    }
    .input-codigo button {
        height: 45px;
        width: 45px;
    }
    .input-codigo button img {
        height: 35px;
    }
}

@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: "CalpsLight";
        }
        .bottom-ranking {
            top: 680px;
        }
        .bottom-ranking .btn img {
            height: auto;
            width: 20vw;
        }
        .bottom-ranking .img-aviso{
            left: 20px;
            height: 6.5px;
        }
        .bottom-ranking .text-bottom {
            left: 5px;
        }
        .bottom-ranking .text-bottom .img-estrella {
            height: auto;
            width: 7vw;
        }
        .bottom-ranking .text-bottom .text-ranking .img-info {
            height: auto;
            width: 54vw;
        }
    
        .input-codigo {
            top: 340px;
        }
        .input-codigo input {
            width: 150px;
            height: 30px;
            font-size: 17px;
        }
        .input-codigo button img {
            height: 30px;
        }
        .redes {
            height: 4vh;
            width: 16vh;
            border-radius: 15px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            padding: 1.5px;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }
        .redes a {
            padding: 4px 3px;
        }
        .redes a img {
            height: 14px;
        }
}
@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: "CalpsLight";
    }
     .bottom-ranking {
        top: 725px;
    }
    .bottom-ranking .btn img {
        height: auto;
        width: 20vw;
    }
    .bottom-ranking .img-aviso{
        left: 20px;
        height: 7px;
    }
    .bottom-ranking .text-bottom {
        left: 5px;
    }
    .bottom-ranking .text-bottom .img-estrella {
        height: auto;
        width: 7vw;
    }
    .bottom-ranking .text-bottom .text-ranking .img-info {
        height: auto;
        width: 50vw;
    }
    .bottom-ranking .text-bottom .text-ranking .img-rank {
        height: auto;
        width: 50vw;
    }
    .input-codigo {
        top: 365px;
        margin-left: 5vw;
    }
    .input-codigo input {
        width: 160px;
        height: 30px;
    }
    .input-codigo button {
        height: 45px;
        width: 45px;
    }
    .input-codigo button img {
        height: 35px;
    }
    .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: 100vh;
        }
        .gameiframe iframe {
            height: 100vh;
        }
    }
}

@media screen and (max-width: 900px) {
    .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: 100vh;
        }
        .gameiframe iframe {
            height: 100vh;
        }
    }
}
@media screen and (max-height: 1080px) and (min-width:900px) {
    .notificacion {
        height: 7vw;
        width: 46vw;
        margin-left: -21vw;
    }
    .notificacion .texto p {
        font-size: 2.5vh;
        line-height: 1.5vw;
    }
}