@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=My+Soul&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');
*{
    margin-left: 0%;
    margin-right: 0%;
}

.body{
    margin-left: 0%;
    margin-right: 0%;
    background-color: #392d42;
}

.cabecera{
    width: 100%;
    z-index: 10;
    height: 25vh;
    background-image: radial-gradient(circle at 50% -20.71%, #c773a4 0, #ad6898 12.5%, #905c88 25%, #724d73 37.5%, #543d5b 50%, #392d42 62.5%, #241e2c 75%, #141119 87.5%, #000002 100%);
    position: fixed;
    top: 0vh;
    justify-content: center;
}
.cabecera p{
    text-align: center;
    font-family:'Roboto Slab', serif;
    font-size: 1.5vmax;
    gap: 0,5vw; 
}

.titulo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0vh;
}

.other_name{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    
    width: 100%;
    height:auto;
    padding-top: 22vh;
}

.light{
    /* Establecemos las características del texto */
    font-size: 10vmax;
    text-align: center;
    color: rgb(18, 2, 29);
    font-weight: bold;
    position: relative;
}

.light::before{
    /* Establecemos una sombra utilizando un pseudoelemento con un texto idéntico superpuesto */
    content: attr(data-text);
    position: absolute;
    font-size: 10vmax;
    text-shadow: 0 0 20px  rgb(201, 173, 214);
    /* Determianmos la animación */
    animation: parpadeo 2s linear infinite;
    animation-delay: 1s;
}

@keyframes parpadeo {
    /* Establecemos el paso a paso de la animación que queremos realizar */
    0%{
         filter: blur(3px) brightness(1);
    }
    3%{
         filter: blur(3px) brightness(0);
    }
    6%{
         filter: blur(3px) brightness(0);
    }
    7%{
         filter: blur(3px) brightness(1);
    }
    8%{
         filter: blur(3px) brightness(0);
    }
    9%{
         filter: blur(3px) brightness(1);
    }
    10%{
         filter: blur(3px) brightness(0);
    }
    20%{
         filter: blur(3px) brightness(1);
    }
}

    

.seccionpresentacion{
    background-color: #392d42;
    /*centramos titulo*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;

}

.botonera{
    padding-left: 1vw;
padding-right: 1vw;
padding-top: 0vw;
display: flex;
justify-content: space-between;
z-index: 10;
position: relative;
}

.pie{
width: 100%;
height: 15vh;
background-image: radial-gradient(circle at 50% -20.71%, #c773a4 0, #ad6898 12.5%, #905c88 25%, #724d73 37.5%, #543d5b 50%, #392d42 62.5%, #241e2c 75%, #141119 87.5%, #000002 100%);
position: fixed;
bottom: 0vh;
}
.pie p{
    /*va lo mismo q en cabecera*/
    text-align: center;
    font-family:'Roboto Slab', serif;
    font-size: 1.5vmax;
    gap: 5vw; 
}

.logos{
    display: flex;
    text-align: center;
    margin-top: -3vh;
    margin-left: 25vw;
    width: 50vw;

}

.logos img{
    width: 15%;
    
}

.respuesta{
    text-align: center;
}

.contenido{
width: 100vw;
margin:auto;
padding-top:23vh;
display: flex;
flex-direction: column;
background-color: #392d42;
}

.seccion{
    width: 100%;
    height:auto;
    padding-top: 22vh;
    border-top: 1vh solid #000;
    border-left: 1vh solid #000;

}

.respuesta{
    text-align: left;
    font-family:'Roboto Slab', serif;
    font-size: 0.8vmax;
    color: rgb(255, 255, 255);
}

.izq{
    text-align: left;
    font-family:'Roboto Slab', serif;
    font-size: 0.8vmax;
    color: rgb(255, 255, 255); 
}

.izq::before {
    content: "❦";
    padding-right: 2%;
}
.der{
    text-align: right;
    font-family:'Roboto Slab', serif;
    font-size: 0.8vmax;
    color: rgb(255, 255, 255); 
}

.der::after {
    content: "❦";
    padding-left: 2%;
}

.rta{
    text-align: left;
    text-decoration:underline; 
    font-family:'Roboto Slab', serif;
    font-size: 0.8vmax;
    color: rgb(255, 255, 255);
}

.subtitulo{
    text-align: center;
    text-decoration: underline;
    font-family:'Roboto Slab', serif;
    font-size: 4 vmax;
    color: rgb(255, 255, 255);
}

.preguntas{
    background-color: #392d42;
    text-align: center;
    font-family:'Roboto Slab', serif;
    font-size: 3 vmax;
}

.illia{
    padding: 0;
    background-color: #392d42;
    text-align: center;
    font-family:'Roboto Slab', serif;
    font-size: 4 vmax;
}

.wrap {
    overflow: hidden;
    margin: 10px;
  }
  .box {
    float: left;
    position:relative;
    width: 30%;
    padding-bottom: 20%;
    margin-left: 10%;
  }
  .boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  .boxInner img {
    width: 100%;
  }
  .boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .no-touch .boxInner:hover .titleBox, .touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
  }
  @media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
      width: 100%;
      padding-bottom: 100%;
    }
  }
  @media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
      width: 50%;
      padding-bottom: 50%;
    }
  }
  @media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
      width: 33.3%;
      padding-bottom: 33.3%;
    }
  }
  @media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
      width: 25%;
      padding-bottom: 25%;
    }
  }

  
.preferencias{
    padding: 0;
    background-color: #392d42;
    text-align: center;
    font-family:'Roboto Slab', serif;
    font-size: 4 vmax;
}
.wrap1 {
    overflow: hidden;
    margin: 10px;
  }
  .box {
    float: left;
    position:relative;
    width: 30%;
    padding-bottom: 20%;
    margin-left: 10%;
  }
  .boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  .boxInner img {
    width: 100%;
  }
  .boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .no-touch .boxInner:hover .titleBox, .touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
  }
  @media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
      width: 100%;
      padding-bottom: 100%;
    }
  }
  @media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
      width: 50%;
      padding-bottom: 50%;
    }
  }
  @media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
      width: 33.3%;
      padding-bottom: 33.3%;
    }
  }
  @media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
      width: 25%;
      padding-bottom: 25%;
    }
  }
/*
.izq1{
    text-align: left;
    font-family:'Roboto Slab', serif;
    font-size: 2vmax;
    color: rgb(255, 255, 255); 
}

.izq1::before {
    content: "❦";
    padding-right: 2%;
}
.der1{
    text-align: right;
    font-family:'Roboto Slab', serif;
    font-size: 2vmax;
    color: rgb(255, 255, 255); 
}

.der1::after {
    content: "❦";
    padding-left: 2%;
}

.rta1{
    text-align: left;
    text-decoration:underline; 
    font-family:'Roboto Slab', serif;
    font-size: 1.5vmax;
    color: rgb(255, 255, 255);
}
*/
.futuro{
    background-color: #392d42;
    text-align: center;
    font-family:'Roboto Slab', serif;
    font-size: 1.5vmax;
}

/* ocultar o mostrar capas*/

.collage_v, .collage_h{
    display: none;

    width: 90%;
    margin:auto
}

/*imagenes dentro de las capas*/
.collage_h img{
    width: 50%;
    margin-bottom: 5%;
}
.collage_v img{
    width: 50%;
    margin-bottom: 5%;
}

/*para mostrar la q corresponda*/


/*si es horizontal*/
@media (orientation:landscape){
    .collage_h{
        display: block;
    }
}

/*si es vertical*/
@media (orientation:portrait){
    .collage_v{
        display: block;
    }
}