
.overlay{
    visibility:hidden;
}

header{
    padding: 1em 4em;
    background: url(/images/fondo-header.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Lilita-One;
}

.content-header{
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo img{
    width: 130px;
}

.logo p{
    font-size: 24px;
    -webkit-text-stroke: 1.5px var(--turquesa);
    width: 245px;
    -webkit-text-fill-color: #FFF;
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.6);
}

.navegation ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
.navegation li{
    list-style: none;
}

.navegation li a{
    font-size: 1.2em;
    text-decoration: none;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.6);
}

.menu-bar{
    display: none;
}
.close-menu{
    display: none;
}

.nav-language{
    display: flex;
    align-items: center;
    gap: 50px;
}

.enlace.selected{
    border-bottom: 4px solid #FFF;
}

/* IDIOMA */


.language-button {
    cursor: url(/images/mano.png), default;
    position: relative;
}

.language-button a{
    text-decoration: none;
}

.language-button p{
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    color: #FFF;
    font-size: 20px; 
}
.current-language{
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #00C1CD;
    box-shadow: 0px 4px 5px #00E3F2, inset 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 15px;
}

.options{
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 185px;
    position: absolute;
    bottom: -332px;
    background: #00C1CD;
    border-radius: 0px 0px 20px 20px;
    transition: 300ms ease all;
}

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

.current-language.open{
    border-radius: 20px 20px 0 0;
}

.options.open{
    height: auto;
    bottom: -332px;
    border: 3px solid rgba(114, 247, 255, 0.9);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    transition: 300ms  ease all;
    z-index: 100;
}



.language-option:hover{
    background: #3DE7E4;
}

.language-option{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

/* HOME */

.home-section{
    background: url(/images/fondo-home.png);
   /*  background-size: 100% 100%; */
    background-size: cover;
    padding: 2rem 0
}

h1{
    text-align: center;
    font-family: Lilita-One;
    font-size: 3em;
    padding: 20px;
    background: url(/images/fondo-title.png);
    background-size: 100%;
    position: relative;
    z-index: 2;
}

h1 span{
    background: linear-gradient(339.43deg, #FA9A0B 15.28%, #FAC50B 36.17%, #F1B400 51.35%, #FCBA00 63.03%, #FFD232 70.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #FFF;
    color: #ffffff;
    
}

h1 span:nth-of-type(2){
    background: linear-gradient(0deg, #00BAC6 4.77%, #D2E7EA 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    color: #ffffff;
}
.caption-p{
    position: relative;
    top: -30px;
    z-index: 1;
    width: 85%;
    margin: auto;
    padding: 35px 15px 15px 15px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: Nunito;
    font-size: 1.1em;
    color: var(--verdemedio);
}

.content-home{
    display: grid;
    grid-template-columns: 500px 600px;
    justify-content: center;
    align-items: center;
}

.title-block{
    max-width: 450px;
}

.donwload-caption{
    margin-top: 15px;
    margin-left: 35px;
}

.donwload-caption p{
    font-family: Lilita-One;
    font-size: 1.2em;
    text-decoration: none;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
}

.shops {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}



.shops img{
    width: 180px;
}


/* PREMIOS SECTION */

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


.content__premios img{
    width: 230px;
}

.premios__section{
    margin-top: 50px;
    background-image: url(/images/premios-background.png);
    background-size: cover;
    padding: 15px 0 25px;
}



.premios__title{
    text-align: center;
    position: relative;
    top: -29px;
    /* text style */
    font-family: Lilita-One;
    font-weight: bold;
    font-size: 32px;
    text-decoration: none;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke: 1.8px var(--naranja);
    text-shadow: 0px 3px 0px 0px #DB7D2680;

}

/* VIDEO SECTION */

.video-section{
    background: url(/images/fondo-video.png);
    background-size: 100%;
    padding: 3em 8em;
}
.video-section p{
    text-align: center;
    border-radius: 20px;
    font-family: Lilita-One;
    font-size: 2em;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.6);
    margin-top: 30px;
}
.video-section h2{
    font-size: 2.4em;
    font-family: Lilita-One;
    text-align: center;
    text-decoration: none;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.6);
}
.line{
    background: linear-gradient(166.07deg, #FFFFFF 38.76%, #C7F4FF 57.73%);
    border: 4px solid #3A92A5;
    border-radius: 1px;
    height: 20px;
    width: 320px;
    margin: auto;
    }
.video-section .video{
    width: 720px;
    display: block;
    margin: 50px auto 0;
}
.video-section .video img{
    border: 8px solid #FFF;
    border-radius: 15px;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.15));
    width: 100%;
}


/* MUNDOS SECTION */

.mundos-inka{
    padding: 5em 0 5em;
    background: url(/images/fondo-mundos.png);
    background-size: cover;
    position: relative;
    
}

.mundos-inka h2,
.mundos-inka .line{
    margin: 0;
    margin-left: 50px;
}

.mundos-inka h2{
    font-size: 2.4em;
    font-family: Lilita-One;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.6);
    width: 300px;
}
.mundos{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 4em;
}

.base_mundos{
    display: block;
    margin: 30px auto 0;
}

.mundo img{
    width: 200px;
}

.mundo {
    cursor: pointer;
}
.mundos h4{
    font-size: 2em;
    text-align: center;
    font-family: Lilita-One;
}

.mundos .hanan{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.7px var(--turquesa);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.4);
}

.mundos .kay{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.7px var(--verde);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.4);
}

.mundos .uku{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.7px var(--lila);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.4);
}

/* DESCRIPTCION DE LOS MUNDOS */

.mundo-hanan{
    width: 450px;
    height: 520px;
    background: url(/images/HANAN.png);
    background-size: 100% 100%;
    padding: 30px 50px;
    position: relative;
    transition: 400ms ease all;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
}

.mundo-hanan.show{
    display: grid;
    transition: 500ms ease all;
}
.close{
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
}
.carousel-desc-mundos .close img{
    width: 45px;
}
.mundo-hanan p{
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 15px;
    padding: 10px;
    color: #0E9AA3;
    font-family: Nunito SemiBold;
    min-height: 220px;
}

.carousel-desc-mundos img{
    width: 150px;
    display: block;
    margin: 0 auto;
}

.mundos p{
    font-size: 14.5px;
    display: flex;
    align-items: center;
    text-shadow: 0px 1px 2px rgba(0, 63, 108, 0.35);
}

.mundo-kay{
    width: 450px;
    height: 520px;
    background: url(/images/KAY.png);
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    position: relative;
}

.mundos img{
    width: 150px;
    display: block;
    margin: 0 auto;
}

.mundo-kay.show{
    display: grid;
    transition: 500ms ease all;
}
.mundo-kay p{
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 15px;
    padding: 10px;
    color: #33820E;
    font-family: Nunito SemiBold;
    min-height: 220px;
}


.mundo-uku{
    width: 450px;
    height: 520px;
    background: url(/images/UKU.png);
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    position: relative;
}

.mundo-uku.show{
    display: grid;
    transition: 500ms ease all;
}

.mundo-uku p{
    background: #001143;
    opacity: 0.9;
    border-radius: 15px;
    padding: 10px;
    color: #DDF5FF;
    font-family: Nunito SemiBold;
    min-height: 220px;
}


.publicidad{
    padding: 3em;
    text-align: center;
}

.publicidad p{
    font-size: 3em;
    font-family: Lilita-One;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 3px var(--turquesa);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.6);
}

/* PERSONAJES SECTION */

.personajes{
    background: url(/images/fondo-personajes.jpg);
    background-size: 100% 100%;
    padding: 5em 0 3em;
}

.personajes h2{
    font-family: Lilita-One;
    font-size: 2em;
    padding: 20px 0 20px 3em;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.6);
}

.title-personaje{
    background: url(/images/bg-title-personajes.png);
    background-size: 100% 100%;
    width: 50%;
}

.block-personajes{
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin: 8em 0 5em;
}
.personaje p{
    text-align: center;
    font-size: 1.8em;
    font-family: Lilita-One;
}
.personaje img{
    display: block;
    margin: 0 auto 15px;
}
.personaje span{
    width: 190px;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: linear-gradient(140.35deg, rgba(255, 255, 255, 0.8) 2.3%, rgba(255, 255, 255, 0.5) 106.89%);
    backdrop-filter: blur(30px);
    border-radius: 10px;
    margin-top: 5px;
    font-family: Nunito;
    font-weight: bold;
}

.desc-chavin{
    border: 2px solid var(--verde);
    color: var(--verde);
}
.desc-llama,
.desc-mallku{
    border: 2px solid var(--naranja);
    color: var(--naranja);
}
.desc-puma{
    border: 2px solid var(--fucsia);
    color: var(--fucsia);
}
.desc-amaru{
    border: 2px solid var(--lila);
    color: var(--lila);
}

.desc-cuy{
    border: 2px solid var(--turquesa);
    color: var(--turquesa);
}

.caption-chavin{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 2px var(--verde);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.4);
}


.caption-llama,
.caption-mallku{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 2px var(--naranja);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.4);
}

.caption-puma{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 2px var(--fucsia);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.4);
}

.caption-amaru{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 2px var(--lila);
    text-shadow: 0px 3px 0px rgba(0, 150, 183, 0.4);
}

.caption-cuy{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 2px var(--turquesa);
    text-shadow: 0px 3px 0px 0px #389AAF80;

}

.select-color img{
    display: block;
    margin: 0 auto;
}


/* SELECTOR DE COLORES */

.select-color{
    width: 450px;
    padding: 15px;
    padding-top: 25px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
}
.select-color h4{
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -150px;
    font-size: 1.5em;
    font-family: Lilita-One;
    text-align: center;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1px var(--turquesa);
    text-shadow: 0px 3px 0px rgb(0 150 183 / 60%);
}
.selectores{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.selectores i{
    cursor: url(/images/mano.png), default;
}
.selector.active{
    filter: drop-shadow(-1px -2px 5px #45E7F1) drop-shadow(1px 2px 5px #45E7F1);
}

/* GALERIA */

.gallery{
    background: url(/images/fondo-gallery.png);
    background-size: 100% 100%;
    padding: 4em 0 1em;
}

.gallery h2{
    text-align: center;
    font-family: Lilita-One;
    font-size: 3em;
    padding: 10px 20px;
    background: url(/images/bg-h2.png);
    background-size: 100% 100%;
    position: relative;
    width: 350px;
    margin: auto;
}

.gallery h2 span{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgb(0 150 183 / 60%);
}



.block-galeria{
    padding: 50px 0;
    width: 1200px;
    margin: 50px auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
}

.content-galeria {
    display: grid;
    grid-template-columns: repeat(5, 150px);
    row-gap: 30px;
    justify-content: space-around;
}
.content-galeria a img{
    width: 150px;
    cursor: url(/images/zoom-cursor.png), default;
}



/* SECCION DE COMENTARIOS */

.comentarios{
    background: url(/images/fondo-video.png);
    background-size: cover;
    padding: 6em 0;
}

.comentarios h2{
    text-align: center;
    font-family: Lilita-One;
    font-size: 2em;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1px var(--turquesa);
    text-shadow: 0px 3px 0px rgb(0 150 183 / 60%);
    margin: 15px 0;
}

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

.comentario{
    padding: 50px 10px;
    background: linear-gradient(154.53deg, rgba(17, 59, 87, 0.7) 5.21%, rgba(17, 59, 87, 0.4) 95.13%);
    backdrop-filter: blur(50px);
    border-radius: 50px;
    color: #FFF;
}


.comentario h3{
    font-family: Lilita-One;
    margin: 20px 0;
}
.comentario h3 a{
    font-size: 1.7em;
    font-weight: bold;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1px var(--turquesa);
    text-shadow: 0px 3px 0px rgb(0 150 183 / 60%);
    text-decoration: none;
    margin: 15px 0
}
.comentario h3 a:hover{
    border-bottom: 2px solid #FFF;
}

.comentario p{
    font-family: Nunito SemiBold;
    display: flex;
    flex-direction: column;
    justify-content:center;
    gap: 5px;
}



/* SECTION DOWNLOAD */

.download{
    background: url(/images/fondo-descarga.png);
    background-size: 100% 100%;
    padding: 5em 0;
}

.content-downloader{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 4em 0;
}

.title-download{
    width: 450px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Lilita-One;
    font-size: 1.6em;
    padding: 5px 0;
    background: url(/images/bg-h2-verde.png);
    background-size: 100% 100%;
}
.title-download h2{
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgb(0 150 183 / 60%);
}

.content-downloader p:nth-of-type(1){
    width: 450px;
    font-family: Lilita-One;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 1.5px var(--turquesa);
    text-shadow: 0px 3px 0px rgb(0 150 183 / 60%);
    font-size: 1.35em;
}

.content-downloader .qr p {
    width: auto;
    text-align: center;
}
.opciones-descarga{
    display: flex;
    align-items: start;
    gap: 50px;
    margin-top: 50px;
}
.opciones-descarga2{
    display: none;
}
.qr img{
    width: 200px;
    display: block;
    margin: 0 auto;
}

.stores{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stores a {
    width: 200px;
}
.stores a img{
    width: 200px;
}

.stores2{
    display: none;
}

/* FOOTER */

footer{
    font-family: Nunito;
}

.content-footer{
    background: url(/images/fondo-footer.png);
    background-size: 100% 100%;
    padding: 4em 0
}

footer h3{
    margin-bottom: 20px;
}
.contenido-footer{
    width: 60%;
    margin-left: auto;
    color: #FFF;
    /* GRID */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-items: center;
}
.content-redes{
    display: flex;
    gap: 30px;
}
.contactanos{
    grid-column: 1/2;
    grid-row: 1/2;
}
.redes{
    grid-column: 2/3;
    grid-row: 1/2;
}
.logo-netdreams{
 /*    grid-column: 2/3;
    grid-row: 2/3; */
    margin-top: 30px;
}
.enlaces{
    margin-top: 30px;
}


.enlaces p{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.enlaces a{
    margin-bottom: 10px;
}

.contenido-footer a{
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-footer{
    padding: 16px;
    background-color: #020321;
}
.bottom-footer p{
    text-align: center;
    font-size: 1.1em;
    color: #FFF;
}