.cabecera {
    background: linear-gradient(90.66deg, #0B0D4F 11.65%, #0C0D50 92.22%);
    padding: 1em 6.25em;
}

.content-cabecera {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 200px;
}

.close-btn,
.menu-btn {
    display: none;
}

.botonera {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 13px;
}

.botonera ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

.botonera ul li {
    list-style: none;
}

.botonera ul li a {
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-family: var(--paragraph-font);
    color: #FFF;
    font-size: 16px;
    border-radius: 10px;
}

/* .botonera ul li a:hover{
    background: #0F2088;
} */

.botonera ul li a:hover{
    background: linear-gradient(99.77deg, rgba(77, 1, 240, 0.66) 13.77%, rgba(77, 1, 240, 0.34) 87.91%);
}

.link_active{
    background: linear-gradient(99.77deg, rgba(77, 1, 240, 0.66) 13.77%, rgba(77, 1, 240, 0.34) 87.91%);
}

.buttons-download-play{
    display: flex;
    align-items: center;
    gap: 10px;
}

.buttons-download-play.mobile{
    display: none;
    margin: 0;
    margin-left: auto;
    margin-right: 30px;
}


.buttons-download-play a{
    text-decoration: none;
    color: #FFF;
    font-family: var(--paragraph-font);
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
}

.header_download_btn{
    background-color: #EF3E7E;
}

.header_download_btn:hover{
    background-color: #DB2869;
}

.header_play_btn{
    background-color: #01BBBB;
}

.header_play_btn:hover{
    background-color: #009A9A;
}


.idioma {
    cursor: pointer;
    position: relative;
}

.current-idioma {
    width: 105px;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    background: linear-gradient(99.77deg, rgba(77, 1, 240, 0.66) 13.77%, rgba(77, 1, 240, 0.34) 87.91%);
    border: 2px solid #4D01F0;
    box-sizing: border-box;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    gap: 8px;
}

.portugues--variant{
    width: 165px;
}



.current-idioma p,
.current-idioma a {
    font-family: var(--header-font);
    font-size: 12px;
}


.opciones-idioma {
    position: absolute;
    z-index: 10;
    width: 250px;
    background: linear-gradient(99.77deg, rgba(101, 35, 240, 0.66) 13.77%, rgba(115, 49, 255, 0.34) 87.91%);
    border: 2px solid #4D01F0;
    box-sizing: border-box;
    backdrop-filter: blur(30px);
    border-radius: 0px 0px 10px 10px;
    top: 60px;
    right: 0;
    height: 0;
    border: 0;
    overflow: hidden;
    transition: 350ms ease all;
}

.opciones-idioma.open {
    height: 135px;
    position: absolute;
    width: 230px;
    background: linear-gradient(99.77deg, rgba(101, 35, 240, 0.66) 13.77%, rgba(115, 49, 255, 0.34) 87.91%);
    border: 2px solid #4D01F0;
    box-sizing: border-box;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    top: 60px;
    right: 0;
    transition: 350ms ease all;
}

.drop-icon.active {
    transition: 350ms ease all;
    transform: rotate(180deg);
}

.opciones-idioma a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
    text-decoration: none;
    
}

.opciones-idioma a:hover {
    background: #705FE7;
}

.lenguaje p {
    font-family: var(--header-font);
    font-size: 11.5px;
}

/* MAIN SECTION */

.main-section {
    background: url(/images/fondo-main.jpg);
    padding: 60px 6.25em;
    background-size: cover;
    background-position: center center;
}

.banner__premios{
    margin-top: 30px;
    padding: 16px 0;
}

h1 {
    font-size: 3em;
    font-family: var(--header-font);
}

h1 span {
    background: linear-gradient(170.01deg, #FBCC2B 8.74%, #FFF6CE 55.51%, #F8B916 71.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.prox {
    background: linear-gradient(170.01deg, #FBCC2B 8.74%, #FFF6CE 55.51%, #F8B916 71.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 1.5em;
    font-family: var(--header-font);
    margin-right: auto;
    margin-top: 50px;
    display: block;
    margin: 50px auto 0;
}

.content-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caption {
    display: grid;
    /* place-items: center; */
    width: 50%;
}

.caption p {
    font-size: 1.3em;
    margin-top: 30px;
    margin-right: auto;
}

.caption__download{
    font-size: 1.3em;
    margin-right: auto;
    color: white;
    font-family: var(--paragraph-font);
    margin-top: 40px;
}

.main-img  .btn-accion.responsive img{
    width: 220px;
}

.btn-accion.responsive{
    display: none;
}

.stores__download{
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 600px;
}

.stores__download img{
    width: 180px;
    position: relative;
}

.stores__download img:hover{
    transform: scale(1.015);
}

.stores__download img:active{
    transform: scale(0.98);
}

.platform__stores{
    margin: 20px 0;
}



.bg-title-caption-download{
    display: inline-block;
    background: url(/images/bg-title-caption-download.png);
    background-size: 100% 100%;
    min-width: 190px;
    padding: 5px 10px;
}

.bg-title-caption-download h4{
    font-size: 22px;
}

/* .btn-accion {
    margin-top: 30px;
} */

.btn-accion button {
    font-size: 16px;
    font-family: var(--paragraph-font);
}

.btn-accion button a {
    color: #FFF;
    text-decoration: none;
}

.jugar-web {
    border: none;
    background: #01BBBB;
    border-radius: 10px;
}

.jugar-web:hover {
    filter: drop-shadow(0px 4px 15px rgba(116, 79, 255, 0.7));
}

.jugar-web a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px;
    font-size: 18px;
    min-width: 250px;
    text-align: center;
}

.btn-descargar {
    background: linear-gradient(99.77deg, rgba(77, 1, 240, 0.66) 13.77%, rgba(77, 1, 240, 0.34) 87.91%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(30px);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.btn-descargar::after {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(-100% - 80px);
    border-bottom: 80px solid #286cff;
    border-right: 80px solid transparent;
    transition: .4s ease-in-out all;
}

.btn-descargar:hover::after {
    left: 0;
}

.btn-descargar a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 15px;
    position: relative;
    z-index: 2;
    transition: .3s ease all;
}



.patron1,
.patron2{
    width: 107px;
    top: 0;
}
.patron1{
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}

.patron2{
    position: absolute;
    right: 0;
    top: 0;
}

.content__premios{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.content__premios img{
    max-width: 350px;
    width: 85%;
}


.banner__premios h3{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 30px;
    background: url(/images/bg-title-premios.png);
    background-size: 100%;
    margin-bottom: 30px;
}

.bg__title{
    display: flex;
    align-items: center;
}


.widget{
    display: flex;
    justify-content: center;
    padding: 16px 0;
    background: #20009C;
    & iframe{
        width: 50%;
        height: 190px;
    }
}


/* SECTIONS */

.video {
    background: url(/images/fondo-video.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.video__description {
    text-align: center;
    margin-top: 10px;
    font-size: 1.3em;
}


.video-player {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 20px;
}

.video-player img {
    width: 100%;
    transition: 300ms ease all;
}

.video-player img:hover {
    transform: scale(1.01);
    transition: 300ms ease all;
}

.video h2{
    text-decoration: none;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.7px var(--lila);
    text-shadow: 0px 3px 0px rgba(47, 25, 159, 0.6);
}

/* Personajes */


/* .content-personajes {
    margin-top: 5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
 */

 .personajes{
    background: url(/images/bg-auquis-section.png);
    background-size: cover;
    background-position: bottom center;
 }

.auqui_item{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.auqui_caption{
    background: url(/images/bg-auquis-caption.png);
    background-size: 100% 100%;
    width: 350px;
    height: 370px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.auqui_caption h4{
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    margin-top: 80px;
    font-size: 28px;
    font-family: var(--header-font);
}

.auqui_caption .title--colibri_eng{
    font-size: 20px;
}

.auqui_caption p{
    margin-top: 15px;
}

.personajes .auqui_image img{
    max-width: 500px;
    width: 105%;
}

.personajes .selector{
    margin-top: 50px;
    position: relative;
    padding: 50px 0 15px;
}

.personajes .selector img{
    width: 100%;
    max-width: 220px;
}

.personajes h2{
    -webkit-text-fill-color: rgb(255, 255, 255);
    text-shadow: rgba(47, 25, 159, 0.6) 0px 3px 0px;
    text-decoration: none;
    -webkit-text-stroke: 1.7px var(--lila);
}


.personaje {
    width: 320px;
}

.personaje img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}


.content-enemigos {
    background: url(/images/bg-enemies.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 80px;
}

.caption-enemigos{
    max-width: 350px;
}

.title-h2-enemigos {
    background: url(/images/fondo-ojos-mapa.png);
    background-size: 100% 100%;
    width: 320px;
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}

.box-enemigos {
    max-width: 768px;
    box-sizing: border-box;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 20px;
}

.box-enemigos {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.enemigo {
    background: url(/images/enemy-bg.png);
    width: 50%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
}

.enemigo .nombre{
    text-align: center;
    font-size: 22px;
    font-family: var(--header-font);
    color: #FFF;
    margin-bottom: 25px;
}

.enemigo p{
    text-align: center;
}


.enemigo img {
    width: 130px;
    display: block;
    margin: 0 auto 10px;
}


/* GALERIA */



.gallery {
    background: url(/images/fondo-galeria.jpg);
    background-size: cover;
    background-position: bottom center;
    padding: 4em 0;
  }

  .gallery-slider {
    margin-top: 50px;
  }
  .gallery h2 {
    font-size: 2.5em;
    width: 300px;
    -webkit-text-fill-color: rgb(255, 255, 255);
    text-shadow: rgba(216, 129, 0, 0.8) 0px 3px 0px;
    text-decoration: none;
    -webkit-text-stroke: 1.6px #D88100;
    font-weight: bold;
  }
  
  .gallery span {
    background: var(--title-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
  }
  
  .slider-nav {
    margin-top: 50px;
  }
  .selector {
    cursor: pointer;
  }
  .selector img {
    width: 180px;
  }

  .slider-nav .selector{
    padding: 60px 0 15px;
    }

  .slick-slide img {
    margin: 5px auto;
    max-width: 650px;
    width: 100%;
  }
  
  .slick-slide.slick-current.slick-center img {
    margin: 0 auto;
  }

  .galeria__description {
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    color: #FFF;
    -webkit-text-fill-color: rgb(255, 255, 255);
    text-shadow: rgba(216, 129, 0, 0.8) 0px 3px 0px;
}

/* COMENTARIOS */


.comentarios {
    background: linear-gradient(180deg, #0B002A 0%, #0D1852 100%);
}

/* .comentaios .title-h2{
    width: 80%;
    background: none;
} */
.title-h2.coments-h2 {
    width: 80%;
    background: none;
}

.content-comentarios {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    justify-content: space-around;
    text-align: center;
    margin-top: 90px;
}

.comentario {
    padding: 50px 20px;
    background: linear-gradient(149.45deg, #3F1AC9 5.29%, #2E0D96 32.69%, #2A0684 70.6%);
    backdrop-filter: blur(30px);
    border-radius: 15px;
    color: #FFF;
}

.comentario h6 {
    font-size: 25px;
    font-family: var(--paragraph-font);
    font-weight: normal;
}

.coment {
    color: #0B002A;
    font-size: 1.1em;
}

.block-cometario {
    position: relative;
    background: #FFFFFF;
    backdrop-filter: blur(40px);
    border-radius: 15px;
    padding: 10px;
    margin-top: 20px;
}

.comilla-left,
.comilla-right {
    position: absolute;
}

.single-testimonial-inner .details .comilla-left img,
.single-testimonial-inner .details .comilla-right img {
    margin: 0;
}

.comilla-left {
    left: -5px;
    top: -5px;
}

.comilla-right {
    right: -5px;
    bottom: -5px;
}


/* DESCARGA */

.descarga-section {
    background: url(/images/fondo-descarga.jpg);
    background-size: cover;
    background-position: center;
}

.content-descarga {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.content-descarga .opciones-de-descarga{
    justify-content: start;
}

.content-descarga .opciones-de-descarga .tiendas{
    gap: 10px;
}

.caption-descarga {
    width: 450px;
}

.caption-descarga .title-h2{
    padding-top: 210px;
}

.title_descarga{
    width: 100%;
}

.descarga-section .caption__download{
    display: block;
    margin: 10px auto;
    width: 90%;
}

.caption-descarga h2 {
    font-size: 1.8em;
    line-height: 50px;
}

.caption-descarga p {
    font-size: 18px;
    margin-top: 30px;
}

.descarga-section .opciones-de-descarga {
    margin-top: 50px;
    width: 400px;
    margin: 35px auto;
}

.descarga-section .opciones-de-descarga .tiendas {
    display: grid;
    grid-template-columns: repeat(2, 200px);
}


/* .tiendas {
    display: flex;
    justify-content: space-around;
} */

.tiendas img {
    width: 200px;
}

.tiendas img:hover{
    transform: scale(1.015);
}

.tiendas img:active{
    transform: scale(0.98);
}

.descarga-section .title-h2 {
    margin: 0;
}


/* FOOTER */


.content-footer {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 40px;
}

.content-footer .netdreams{
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-info{
    background: url(/images/fondo-footer-div.jpg);
    background-position: left;
    background-size: cover;
}

.footer-info{
    display: flex;
    gap: 20px;
    padding: 50px ;
    justify-content: space-evenly;
}

.contactanos{
    max-width: 500px;
}

.contacto p {
    font-size: 1.2em;
}

.canales-contacto {
    margin-top: 20px;
}

.discord {
    display: flex;
    align-items: center;
    gap: 10px;
}

.redes-de-contacto {
    display: flex;
    align-items: center;
    gap: 50px;
}

.content-footer a {
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
    font-family: var(--paragraph-font);
    font-size: 1em;
    gap: 5px;
}

.netdreams img {
    width: 280px;
    margin-left: 50px;
}

.bottom-footer {
    background: #0E0042;
}
.bottom-footer p {
    text-align: center;
    color: #FFF;
    padding: 20px 0;
    font-size: 1em;
}