@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
  scroll-behavior: smooth;
  font-family: 'Comfortaa', cursive;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  background: rgb(125, 62, 145);
  font-size: 1em;

}

.titulo {
  font-size: 1.8vmax;
  margin-left: 3vmax;
  color: #ffffff;
}

.navegacion {
  width: 100%;
  height: auto;
  margin-top: 2.5vmax;
  padding: 0.5vmax;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(125, 62, 145);
  position: fixed;
  z-index: 1;
}

/* From uiverse.io by @menezes11 */
nav button{
  /* extraído de uiverse.io by @meermubashar */
    width: 15vw;
    height: 2vmax;
    font-size: 1.5vmax;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    color: rgb(255, 255, 255) ;
    font-weight: 700;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
   }
   
   button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color:#5b0077;
    z-index: -1;
    transition: all 0.5s;
   }
   
   button:hover::before {
    width: 100%;
   }
   
   button:hover {
    color: rgb(255, 255, 255);
   }
   
   button:active:before {
    background: #b9b9b9;
}

.cabecera {
display: flex;
align-items: center;
justify-content:space-between;
position: fixed;
background-color: rgb(125, 62, 145);
width: 100%;
height: 3.4vmax;
z-index: 1;
}


.contactos img{
width: 30%;
}

.cuerpo {
  width: 95vw;
  padding: 1vmax;
  margin: auto;
  
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.seccion {
  width: 92%;
  min-height: 100vh;
  padding: 3.8vmax;
  border: 1vh solid rgb(86, 39, 100);
  margin-top: 1vmax;
  background-color: #ab58ad;
}

#presentacion {
text-align: center;
margin-top: 5vmax;
}

.container span {
  font-size: 15vmax;
  font-weight: bold;
  position: relative;
  font-family: 'Bebas Neue', cursive;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.container span::before {
  content: var(--l);
  position: absolute;
  transform: scale(1.1);
  filter: blur(15px);
}
.container span::after {
  content: var(--l);
  position: absolute;
  height: 200%;
  width: 300px;
  top: 80%;
  left: 0;
  filter: blur(30px);
  transform: rotateX(50deg);
}
.container span:hover {
  filter: contrast(250%);
}
.container span:nth-child(1) {
  color: #6f00a3;
}
.container span:nth-child(2) {
  color: #2800db;
}
.container span:nth-child(3) {
  color: #00a8db;
}
.container span:nth-child(4) {
  color: #00db49;
}
.container span:nth-child(5) {
  color: #ccdb00;
}

.container span:nth-child(6) {
  color: #ffa600;
}

.container span:nth-child(7) {
  color: #ff0000;
}

#preguntas {
  font-size: 1vmax;
  color: #ffffff;
  background-image: url(../img/Fondos/fondopreguntas.jpg);
}

.izq{
margin-left: 10%;
padding-left: 5%;
margin-right: 5%;
text-align: left;
}

.der{
  margin-right: 5%;
  padding-right: 5%;
  margin-left: 50%;
  text-align: left;
  }

.respuestas{
color: rgb(231, 160, 160);
}
  

.amorodio {
display: flex;
flex-direction: row;
margin: 1vmax;
padding: 3vmax;
}

.amor{
width: 50%;
}

.odio{
  width: 50%;
  }

.amor img{
  width: 30%;
  height: auto;
  border: 0.5vmax;
  border-radius:100%;
  border-style: solid;
  border-color: #00ff0d;
}

.odio img{
  width: 30%;
  height: auto;
  border: 0.5vmax;
  border-radius:100%;
  border-style: solid;
  border-color: #ff2600;
}
  


.collage_v, .collage_h{
  display: none;
  width: 90%;
  margin: auto;
}

.collage_v img{
  width: 100%;
}

.collage_h img{
  width: 100%;
}

.wrap {
  overflow: hidden;
  margin: 10px;
}
.box {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
}
.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;
}
section.no-touch .boxInner:hover .titleBox, section.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%;
  }
}


@media (orientation:landscape){
  .collage_h{
  display: block;
}

}

@media (orientation:portrait){
  
  .collage_v{
  display: block;
  }

}

h2 {
text-align: center;
color: #ffffff;
}

#illia {
  background-color: transparent;
  background-size: 100vmax;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  color: rgb(243, 205, 255);
}


.botonregresar button{
  /* extraído de uiverse.io by @meermubashar */
    width: 20vmax;
    bottom: 0.1vmax;
    font-size: 1.5vmax;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.281);
    color: rgb(196, 124, 255) ;
    font-weight: 700;
    position: fixed;
    transition: all 0.5s;
    z-index: 1;
   }
   
   .botonregresar button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color:#010002;
    z-index: -1;
    transition: all 0.5s;
   }
   
   .botonregresar button:before {
    width: 100%;
   }
   
   .botonregresar button:hover {
    color: rgb(255, 255, 255);
   }
   
   .botonregresar button:active:before {
    background: #b9b9b9;
}

.pie {
font-size: 1.3vmax;
color: aliceblue;
text-align: center;
margin-top: 1.1vmax;
}