@font-face {
  font-family: BrochaBold;
  src: url(fonts/Brocha_W00_Bold.ttf) format("truetype");
}
@font-face {
  font-family: BrochaRegular;
  src: url(fonts/brocha-regular.ttf) format("truetype");
}
@font-face {
  font-family: BrochaRegularItalic;
  src: url(fonts/brocha-regularitalic.ttf) format("truetype");
}
@font-face {
  font-family: BrochaBlack;
  src: url(fonts/brocha-black.ttf) format("truetype");
}
html, body {
	/*height: 100%;
    width: 100%;*/
}
body {
    margin: 0px;
    font-family: BrochaRegular;
}

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

canvas {
    width: 100vw;
    top: -35vw;
    left: 50%;
    margin-left: -40vw;
    position: absolute;
    display: block;
    filter: blur(6px) drop-shadow(0 0 30px rgba(51,180,172,1));
    transform-origin: 0 100%;
    transform: skewX(-20deg);
    animation: fadein 6s 1;
}
.home-content canvas {
    width: 160vw;
    height: 100vh;
    top: -70vw;
    left: 50%;
    margin-left: -60vw;
}
.section-hidden {
    display: none;
}

.home-content-text {
    display: none;
}
.home-mob-content-text {
    z-index: 1;
    position: absolute;
    width: 100vw;
    margin-top: 10vw;
}
.home-men {
    position: absolute;
    top: 76vw;
    left: 7.5vw;
    z-index: 1;
    width: 79.734vw;
}

.preloader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 11;
    background-color: #000;
    background-image: url('../images/bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    width: 100vw;
}
.preloader-logo {
    position: absolute;
    width: 80vw;
    top: 40vh;
    left: 50%;
    margin-left: -40vw;
}
.preloader-bar {
    position: absolute;
    top: 47vh;
    width: 50vw;
    left: 50%;
    margin-left: -25vw;
}
.preloader-progress {
    position: absolute;
    top: 47vh;
    width: 0vw;
    height: 10.8vw;
    left: 50%;
    margin-left: -25vw;
    background-image: url(../images/dsk/loading.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.preloader-bar-content {
    z-index: 1;
    position: relative;
}

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

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

.discovery-logo {
    display: none;
}

.cp {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 47.734vw;
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 19vw;
}
.header .home-logo {
    position: absolute;
    z-index: 1;
    top: 0px;
    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: -14vw;
    width: 11.735vw;
    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: #000000e6;
    color: #fff;
    z-index: 10;
    font-family: BrochaBold;
    font-size: 5.06666vw;
    display: none;
}
.menu-modal .menu-icon {
    width: 11.735vw;
    position: absolute;
    top: 4.2vw;
    right: 2vw;
    cursor: pointer;
}
.menu-modal .menu-logo-cp {
    width: 86.4vw;
    position: absolute;
    top: 16vw;
    left: 7vw;
}
.menu-modal ul {
    padding: 0px;
    margin: 0px;
    height: 100%;
}
.menu-modal ul li {
    list-style-type: none;
    display: flex;
    height: 15.6%;/*13%*/
    border-bottom: solid 2vw #000;
    justify-content: flex-end;
    text-align: center;
    background-color: #fff;
    color: #373737;
    font-size: 6vw;
    align-items: center;
    cursor: pointer;
}
.menu-modal ul li:hover {
    background-color: #fff;
    color: #f08200;
}
.menu-modal ul li:first-child:hover {
    background-color: transparent;
    color: #fff;
}
.menu-modal ul li:nth-child(1) {
    height: 14.8%;
    background-color: transparent;
}
.menu-modal ul li span {
    margin: 0 auto;
}
.menu-modal .menu-selected {
    background-color: #f08200;
    color: #fff;
}
.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: 0vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}
.conoce_a {
    position: absolute;
    top: 56vw;
    font-family: BrochaBold;
    font-size: 5.68vw;
    color: #ed6e06;
    padding: 1vw;
    padding-top: 10vw;
    z-index: 1;
    text-align: center;
    width: 80vw;
    left: 50%;
    margin-left: -42vw;
    
      background-color:#fff ;
    border: none;
    border-radius: 2.2vw;
    width: 83vw;
    height: 15vw;
     z-index: 1;
}
.conoce_b {
    position: absolute;
    top: 89vw;
    font-family: BrochaBold;
    font-size: 5.68vw;
    color: #ed6e06;
    padding: 1vw;
    padding-top: 10vw;
    z-index: 1;
    text-align: center;
    width: 80vw;
    left: 50%;
    margin-left: -42vw;
    
      background-color:#fff ;
    border: none;
    border-radius: 2.2vw;
    width: 83vw;
    height: 15vw;
     z-index: 1;
}
.conoce_c {
    position: absolute;
    top: 121vw;
    font-family: BrochaBold;
    font-size: 5.68vw;
    color: #ed6e06;
    padding: 1vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    z-index: 1;
    text-align: center;
    width: 80vw;
    left: 50%;
    margin-left: -42vw;
    
      background-color:#fff ;
    border: none;
    border-radius: 2.2vw;
    width: 83vw;
    height: 15vw;
     z-index: 1;
}
.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: 154.4vw;
    font-family: BrochaBold;
    font-size: 4.13067vw;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    background-color: #ed6e06;
    border: none;
    border-radius: 2.2vw;
    width: 53vw;
    padding: 3.5vw 0vw;
    left: 50%;
    margin-left: -25.5vw;
    box-shadow: 0.5vw 0.5vw 1.5vw 0.3vw #0009;
}

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

#code {
    position: absolute;
    top: 82vw;
    z-index: 1;
    font-family: BrochaBold;
    font-size: 4.4vw;
    color: #ed6e06;
    border-radius: 5.5vw;
    padding: 4.5vw 5vw;
    width: 77vw;
    left: 50%;
    margin-left: -43.5vw;
    border: solid 0.155vw #fff;
}
#code::placeholder {
    color: #ed6e06;
    font-family: BrochaBold;
    font-size: 4.4vw;
}
.bases-div {
    position: absolute;
    top: 108vw;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'BrochaRegular';
    font-size: 3.73333vw;
}
.bases-div a {
    color: #fff;
}
.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: 116vw;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'BrochaRegular';
    font-size: 3.73333vw;
}
.privacy-div a {
    color: #fff;
}
.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: BrochaBold;
    font-size: 4.66666vw;
    color: #fff;
    z-index: 1;
    background-color: #ed6e06;
    border: none;
    border-radius: 2.5vw;
    width: 64vw;
    padding: 2.5vw 0vw;
    left: 50%;
    margin-left: -32vw;
}
.login {
    position: absolute;
    top: 102.5vw;
    font-family: BrochaBold;
    font-size: 4.66666vw;
    color: #fff;
    z-index: 1;
    background-color: #ed6e06;
    border: none;
    border-radius: 2.5vw;
    width: 64vw;
    padding: 2.7vw 0vw;
    left: 50%;
    margin-left: -32vw;
}
.reg-text {
    position: absolute;
    top: 130vw;
    width: 74vw;
    left: 50%;
    margin-left: -43vw;
    border-radius: 3.5vw;
    font-size: 4.26666vw;
    color: #fff;
    padding: 3vw 6vw;
    text-align: center;
}
.reg-text a {
    color: #f2964b;
    font-family: BrochaBold;
}
.jugar {
    position: absolute;
    top: 88vw;
    font-family: BrochaBold;
    font-size: 5vw;
    color: #fff;
    z-index: 1;
    background-color: #ed6e06;
    border: none;
    border-radius: 5vw;
    width: 66vw;
    padding: 4vw 0vw;
    left: 50%;
    margin-left: -33vw;
}
.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%;
}
.popup-content .bullet-1 {
    position: absolute;
    top: 136vw;
    left: 50%;
    margin-left: -5vw;
    width: 6vw;
    cursor: pointer;
  
}
.popup-content .bullet-2 {
    position: absolute;
    top: 136vw;
    left: 50%;
    margin-left: 3vw;
    width: 6vw;
    cursor: pointer;
}
.popup-content a {
    color: #fff;
}
.help-popup-close {
    position: absolute;
    top: 53vw;
    left: 84vw;
    z-index: 1;
    cursor: pointer;
    width: 11.2vw;
}
.boost-1 {
    position: absolute;
    top: 51vw;
    width: 92vw;
    left: 50%;
    margin-left: -46vw;
    cursor: pointer;
}
.boost-participar {
    position: absolute;
    top: 174vw;
    font-family: BrochaBold;
    font-size: 6vw;
    color: #fff;
    z-index: 1;
    background-color: #ed6e06;
    border: none;
    border-radius: 5vw;
    width: 64vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -32vw;
}
.boost-popup-close {
    position: absolute;
    top: 47vw;
    left: 84vw;
    z-index: 1;
    cursor: pointer;
    width: 11.2vw;
}
.discovery-logo {
    display: inline;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
}
.discovery-logo img {
    width: 100%;
    display: block;
}
.cp-dsk, .help-dsk-1, .help-dsk-2, .boost-dsk-1 {
    display: none;
}
.input-required {
    border: solid 0.155vw #f00 !important;
}
.error-msg {
    color: #fff;
    position: absolute;
    top: 117vw;
    font-size: 3.6vw;
    width: 100%;
    text-align: center;
    display: none;
}
.reg-content {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 216vw;
}
.reg-content .error-msg {
    top: 100.5vw;
}
.lnkgame {
    color: #fff;
    position: absolute;
    top: 160vw;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
    text-align: center;
    font-family: 'BrochaRegular';
    font-size: 4vw;
}
.lnkgame a {
    color: #f08217;
}
.lnkreg {
    color: #fff;
    position: absolute;
    top: 124vw;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    text-align: center;
    font-family: 'BrochaRegular';
    font-size: 4vw;
}
.lnkreg a {
    color: #ed6e06;
}

.reg-content .lnkreg {
    top: 140vw;
}
.reg-content .reg-text {
    top: 145vw;
}
.siguiente {
    position: absolute;
    top: 160vw;
    font-family: BrochaBold;
    font-size: 5.7vw;
    color: #373737;
    z-index: 1;
    background-color: #fff;
    border: none;
    border-radius: 5.6vw;
    width: 40vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: 4vw;
}
.question {
    position: absolute;
    top: 43vw;
    font-family: BrochaBold;
    font-size: 4.8vw;
    color: #f58220;
    z-index: 1;
    background-color: #fff;
    border: none;
    text-align: center;
    border-radius: 6vw;
    width: 86vw;
    padding: 5vw 0vw;
    left: 50%;
    margin-left: -43vw;
}

.option {
    position: absolute;
    top: 80vw;
    font-family: BrochaRegular;
    font-size: 5.6vw;
    color: #373737;
    z-index: 1;
    background-color: #fff;
    border: none;
    text-align: center;
    border-radius: 6vw;
    width: 80vw;
    padding: 5vw 0vw;
    left: 50%;
    margin-left: -40vw;
    cursor: pointer;
}
.option-2 {
    top: 107vw;
}
.option-3 {
    top: 134vw;
}
.option-selected {
    color: #fff;
    background-color: #f58220;
}
.bullets {
    position: absolute;
    top: 187vw;
    width: 80vw;
    height: 10vw;
    left: 50%;
    margin-left: -40vw;
    display: flex;
    justify-content: center;
}
.bullets .bullet {
    width: 5.7vw;
    height: 5.7vw;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 1.4vw;
}
.bullets .bullet-selected {
    background-color: #ed6e06;
}
.overimage-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    display: none;
}
.question-last {
    top: 48vw;
}
.option-4 {
    position: absolute;
    top: 74vw;
    left: 6.8vw;
    display: none;
}
.question-4-bg {
    width: 86.4vw;
    position: absolute;
    z-index: 0;
    top: 0vw;
    left: 0vw;
}
#answer-4 {
    position: absolute;
    z-index: 1;
    top: 15.4vw;
    width: 78vw;
    height: 53vw;
    left: 3.7vw;
    border: none;
    font-size: 5vw;
    font-family: 'BrochaRegular';
    line-height: 6.5vw;
}
.chars {
    position: absolute;
    top: 69vw;
    left: 52vw;
    font-size: 4.3vw;
    width: 30vw;
    text-align: right;
}
.text-area-error {
    border: solid 1px red !important;
}

.participando-txt-1 {
    position: absolute;
    font-size: 7vw;
    font-family: 'BrochaBold';
    line-height: 8vw;
    top: 43vw;
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 1vw 1vw 2vw #000000d4;
}

.participando-txt-2 {
    position: absolute;
    font-size: 5.6vw;
    font-family: 'BrochaRegular';
    line-height: 7.5vw;
    top: 67vw;
    color: #fff;
    text-align: center;
    width: 100%;
}
.participando-txt-3 {
    position: absolute;
    font-size: 5.6vw;
    font-family: 'BrochaRegular';
    line-height: 7.5vw;
    top: 94vw;
    color: #fff;
    text-align: center;
    width: 100%;
}
.participando-txt-4 {
    position: absolute;
    font-size: 5.6vw;
    font-family: 'BrochaRegular';
    line-height: 7.5vw;
    top: 130vw;
    color: #fff;
    text-align: center;
    width: 100%;
}
.participando-txt-5 {
    position: absolute;
    font-size: 3.5vw;
    font-family: 'BrochaRegular';
    line-height: 5vw;
    top: 183vw;
    color: #fff;
    text-align: center;
    width: 100%;
}
.finalizar {
    position: absolute;
    top: 162vw;
    font-family: BrochaBold;
    font-size: 6vw;
    color: #fff;
    z-index: 1;
    background-color: #ed6e06;
    border: none;
    border-radius: 5vw;
    width: 66vw;
    padding: 3vw 0vw;
    left: 50%;
    margin-left: -33vw;
}
.question-dsk-4-bg {
    display: none;
}

.slider-boosts {
    position: absolute;
    top: 141vw;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
    height: 40vw;
    overflow: hidden;
    z-index: 1;
    display: none;
}
.slider-boosts-content {
    width: 100%;
}
.boost-items {
    display: flex;
    justify-content: flex-start;
    transition: margin-left .3s ease-in-out;
}
.boost-item img {
    width: 70vw;
}
.boost-bullets {
    width: 70vw;
    position: absolute;
    top: 32vw;
    display: flex;
    justify-content: center;
}
.boost-bullet {
    background-color: #fff;
    border-radius: 50%;
    width: 3.5vw;
    height: 3.5vw;
    margin: 0 0.7vw;
    cursor: pointer;
}
.boost-bullet-selected {
    background-color: #ed6e06;
}

.boosts-content .slider-boosts {
    top: 51vw;
    width: 92vw;
    margin-left: -46vw;
    height: 120vw;
}
.boosts-content .boost-item img {
    width: 92vw;
}
.boosts-content .boost-bullets {
    width: 92vw;
    top: 110vw;
}

@media only screen 
   and (orientation: landscape) and (hover:hover) {
       
    canvas {
    width: 100vw;
    top: 0vw;
    left: 50%;
    margin-left: -20vw;
    position: absolute;
    display: block;
    filter: blur(6px) drop-shadow(0 0 30px rgba(51,180,172,1));
    transform-origin: 0 100%;
    transform: skewX(-20deg);
    animation: fadein 6s 1;
}

    .preloader {
        background-image: url(../images/dsk/bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .preloader-logo {
        width: 31vw;
        top: 19vw;
        margin-left: -15.5vw;
    }
    .preloader-bar {
        top: 24.2vw;
        width: 21vw;
        margin-left: -10.5vw;
    }
    .preloader-progress {
        top: 24.2vw;
        width: 0vw;
        height: 4.55vw;
        margin-left: -10.5vw;
    }

    .header .home-menu {
        top: -6.1vw;
        width: 4.2vw;
        right: 2vw;
        margin-left: 30vw;
    }
    .cp {
        display: none;
    }
    .cp-dsk {
        display: inline;
        position: absolute;
        top: 0vw;
        left: 0vw;
        width: 21.511vw;
        z-index: 1;
    }
    .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_a {
        position: relative;
        display: block;
        padding-top: 4vw;
        padding-bottom: 1vw;
        top: 15vw;
        font-size: 2.2vw;
        width: 35vw;
        height: 5vw;
        margin-left: -17.5vw;
        
    }
    .conoce_b {
        position: relative;
        display: block;
        padding-top: 4vw;
        padding-bottom: 1vw;
        top: 18vw;
        font-size: 2.2vw;
        width: 35vw;
        height: 5vw;
        margin-left: -17.5vw;
        
    }
    .conoce_c {
        position: relative;
        display: block;
        padding-top: 2vw;
        padding-bottom: 2vw;
        top: 21vw;
        font-size: 2.2vw;
        width: 35vw;
        height: 5vw;
        margin-left: -17.5vw;
        
    }
    .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: 31vw;
        font-size: 1.7vw;
        color: #fff;
        z-index: 1;
        text-transform: uppercase;
        background-color: #ed6e06;
        border: none;
        border-radius: 1vw;
        width: 19.22vw;
        padding: 1vw 0vw;
        left: 50%;
        margin-left: -9.61vw;
        cursor: pointer;
        position: relative;
        margin-top: 0vw;
        display: block;
    }
    .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;
    }
    .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%;
        height: 100vh;
        top: 0px;
    }
    .home-content canvas {
        top: -15vw;
        margin-left: -20vw;
        width: 100vw;
        height: unset;
    }
    .home-content-text {
        position: absolute;
        top: 0vw;
        width: 43.75vw;
        left: 50%;
        margin-left: -21.875vw;
        z-index: 1;
        display: inline;
    }
    .home-mob-content-text {
        display: none;
    }
    .home-men {
        display: none;
    }
    .game-content {
        background-image: url(../images/dsk/home-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .image-bg {
        display: none;
    }
    .menu-modal {
        width: 41.25vw;
        font-size: 1.46vw;
        margin-left: -20.625vw;
        left: 50%;
    }
    .menu-modal .menu-logo-cp {
        width: 20vw;
        top: 1.4vw;
        left: 10vw;
    }
    .menu-modal .menu-icon {
        display: none;
    }
    .menu-modal ul li {
        border-bottom: solid 0.5vw #000;
        justify-content: center;
        text-align: center;
        font-size: 2.7vw;
    }
    .login-content {
        background-image: url(../images/dsk/login-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .reg-content {
        background-image: url(../images/dsk/login-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
        min-height: unset;
    }
    .header .logo-cp {
        top: -2vw;
        width: 28.2vw;
        left: 50%;
        margin-left: -14.1vw;
    }
    #code {
        top: 23.5vw;
        font-size: 1.3vw;
        border-radius: 2vw;
        padding: 1.37vw 1vw;
        width: 24vw;
        margin-left: -13vw;
    }
    #code::placeholder {
        font-size: 1.3vw;
    }
    .bases-div {
        top: 30vw;
        font-size: 1.2vw;
    }
    .bases-div #bases {
        width: 1.4vw;
        height: 1.4vw;
    }
    .bases-div label {
        line-height: 2vw;
    }
    .privacy-div {
        top: 33vw;
        font-size: 1.2vw;
    }
    .privacy-div #privacy {
        width: 1.4vw;
        height: 1.4vw;
    }
    .privacy-div label {
        line-height: 2vw;
    }
    .registrarme {
        top: 37vw;
        font-size: 1.3vw;
        width: 18vw;
        padding: 0.9vw 0vw;
        margin-left: -9vw;
        border-radius: 0.8vw;
        cursor: pointer;
    }
    .login {
        top: 31vw;
        font-size: 1.4vw;
        width: 18vw;
        padding: 0.8vw 0vw;
        border-radius: 1vw;
        margin-left: -9vw;
        cursor: pointer;
    }
    .reg-text {
        position: relative;
        display: inline-block;
        top: 37.5vw;
        width: 40vw;
        margin-left: -20vw;
        border-radius: 1.4vw;
        font-size: 1.3vw;
        padding: 1vw 0vw;
    }
    .regdo-content {
        background-image: url(../images/dsk/reg-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .participando-content {
        background-image: url(../images/dsk/participando-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .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: 26.8vw;
        font-size: 1.5vw;
        border-radius: 1vw;
        width: 20vw;
        padding: 0.8vw 0vw;
        margin-left: -10vw;
        cursor: pointer;
    }
    #game {
        position: absolute;
        width: 110vh;
        left: 50%;
        margin-left: -55vh;
        top: 17vw;
        height: 50.88vh;
    }
    .popup-content {
        background-image: url(../images/dsk/bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .boosts-content {
        background-image: url(../images/dsk/boosts-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .trivia-content {
        background-image: url(../images/dsk/trivia-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
        width: 100%;
        height: 100vh;
        top: 0px;
    }
    .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%;
    }
    .popup-content .bullet-1 {
        position: absolute;
        top: 40vw;
        left: 50%;
        margin-left: -1.3vw;
        width: 2vw;
        cursor: pointer;
    }
    .popup-content .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: 15vw;
        width: 55.521vw;
        left: 50%;
        margin-left: -27.7605vw;
    }
    .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: 46vw;
        width: 20vw;
        margin-left: -10vw;
        font-size: 1.5vw;
        padding: 1vw 0vw;
        border-radius: 1vw;
    }
    .error-msg {
        top: 35.5vw;
        font-size: 1.1vw;
    }
    .reg-content .error-msg {
        top: 41vw;
    }
    .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: 38vw;
        width: 40vw;
        margin-left: -20vw;
        font-size: 1.3vw;
    }
    .reg-content .lnkreg {
        top: 44vw;
    }
    .reg-content .reg-text {
        top: 42vw;
    }
    .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;
    }
    .dsk-hide {
        display: none;
    }
    .question {
        top: 12.6vw;
        font-size: 1.9vw;
        border-radius: 2.7vw;
        width: 40vw;
        padding: 1vw 0vw;
        margin-left: -20vw;
    }
    .option {
        top: 22vw;
        font-size: 2vw;
        border-radius: 2.5vw;
        width: 36vw;
        padding: 1.5vw 0vw;
        margin-left: -18vw;
    }
    .option-2 {
        top: 29.5vw;
    }
    .option-3 {
        top: 37.1vw;
    }
    .siguiente {
        top: 44.7vw;
        font-size: 1.6vw;
        border-radius: 5vw;
        width: 12vw;
        padding: 0.8vw 0vw;
        margin-left: 5.6vw;
    }
    .bullets {
        top: 50vw;
        width: 40vw;
        height: 5vw;
        margin-left: -20vw;
    }
    .bullets .bullet {
        width: 1.8vw;
        height: 1.8vw;
        margin: 0 0.4vw;
    }
    .option-4 {
        top: 20.5vw;
        width: 40vw;
        margin-left: -20vw;
        left: 50%;
    }
    .question-4-bg {
        display: none;
    }
    .question-dsk-4-bg {
        width: 38vw;
        position: absolute;
        z-index: 0;
        top: 0vw;
        left: 1vw;
        display: inline;
    }
    #answer-4 {
        top: 5.1vw;
        width: 33.5vw;
        height: 10.4vw;
        resize: none;
        left: 3vw;
        border: none;
        font-size: 1.8vw;
        line-height: 2vw;
    }
    .chars {
        top: 15.5vw;
        left: 27vw;
        font-size: 1.4vw;
        width: 10vw;
    }
    .participando-txt-1 {
        font-size: 2.5vw;
        line-height: 8vw;
        top: 8.2vw;
        text-shadow: 0.2vw 0.2vw 0.5vw #000000d4;
    }
    .participando-txt-2 {
        font-size: 2vw;
        line-height: 2.5vw;
        top: 15.6vw;
        width: 50vw;
        left: 50%;
        margin-left: -25vw;
    }
    .participando-txt-3 {
        font-size: 2vw;
        line-height: 2.5vw;
        top: 22.7vw;
        width: 50vw;
        left: 50%;
        margin-left: -25vw;
    }
    .participando-txt-4 {
        font-size: 2vw;
        line-height: 2.5vw;
        top: 30vw;
        width: 40vw;
        left: 50%;
        margin-left: -20vw;
    }
    .finalizar {
        top: 37vw;
        font-size: 1.6vw;
        border-radius: 1vw;
        width: 20vw;
        padding: 1vw 0vw;
        left: 50%;
        margin-left: -10vw;
    }
    .participando-txt-5 {
        font-size: 1.2vw;
        line-height: 1.4vw;
        top: 42vw;
        width: 32vw;
        left: 50%;
        margin-left: -16vw;
    }
    .slider-boosts {
        top: 37vw;
        width: 22vw;
        margin-left: -11vw;
        height: 13vw;
    }
    .boost-item img {
        width: 22vw;
    }
    .boost-bullets {
        width: 22vw;
        top: 10.3vw;
    }
    .boost-bullet {
        width: 1.2vw;
        height: 1.2vw;
        margin: 0 0.3vw;
    }

    .boosts-content .slider-boosts {
        top: 15vw;
        width: 56vw;
        margin-left: -28vw;
        height: 30vw;
    }
    .boosts-content .boost-item img {
        width: 56vw;
    }
    .boosts-content .boost-bullets {
        width: 56vw;
        top: 27.6vw;
    }

}