@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Emblema+One&family=Inconsolata:wght@600&display=swap');

*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
body{
     background-color: rgb(226, 148, 233); 
}
.general{
    height: 85vh;
    width: 100vw;
}

/* Parametros Botonera */
.botonera{ 
        display: flex; 
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        height: 10vh;
    }
/* Parametros Cabecera  */
.cabecera{
    background-color:rgb(226, 148, 233);
    height:10vh;
    width:100vw ;
    position: fixed; 
    top:0%;
}

/* Parametros Pie de página */
.pie_pagina{
    background-color:rgb(226, 148, 233);
    height:5vh;
    width:100vw ;
    position: fixed;
    bottom:0%;
}

.principal{
    width: 90%; 
    margin: auto;
    margin-top: 10vh; 
    height: 85vh; 
    margin-bottom: 5vh; 

}
/* Formato presentacion*/
.presentacion{
    background:rgb(226, 148, 233);
    padding-top: 10vh;
    min-height: 100vh;
    width: 90vw;
    margin-top: 10vh;
    /* Para centrar vertical y horizontalmente */
    display: flex; /* Ordena los items de adentro */
    justify-content: center;/* Centra horizontalmente */
    align-items: center;/* Centra verticalmente */
}
/*Espacio para el título*/
.titulo {
  color:antiquewhite;
  font-family: 'Ultra', serif;
  font-size: 9vh;
  -webkit-text-stroke: 0.1px rgb(81, 25, 86);
  letter-spacing: 0.2em;
  text-shadow: 3px 4px 5px  rgb(83, 18, 88);
}

/* Determinar propiedades secciones  */
.conociendome{
    padding-top: 10vh;
    min-height: 100vh;
    width: 90vw;
    background-color:rgb(204, 108, 233);       
}
html, body {
  margin: 0;
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

#espaciopreguntas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-around;
  width: 90vw;
}

.recuadro{
    width: 15%;
    height: 20vh;
    margin: 1%;
    border: 1.75px solid #9e39d5;
    border-radius: 7%;
    background-color: rgba(50, 10, 65, 0.1);
    text-align: center;
    justify-content: center;
    color: antiquewhite;
    font-size: large;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} 


.illia{
    padding-top: 10vh;
    min-height: 100vh;
    width: 90vw;
    background-color:rgb(188, 91, 218); 
    display: flex;
    justify-content: center;/* Centra horizontalmente */
    align-items: center;/* Centra verticalmente */

}

.titulo_illia{
color:antiquewhite;
font-size: 5vh;
font-family: 'Emblema One', cursive;
-webkit-text-stroke: 0.2px  #d5394a;
margin: 1%;
}

#img1{
  width: 10vw;
    transition: 1s;
  } 
#img1:hover{
    width: 25%;
  } 
  
#img2{
    transition: 1s;
    width: 10vw;
  } 
#img2:hover{
    width: 30vw;
  } 

#img3{
    transition: 1s;
    width: 10vw;
  } 
#img3:hover{
    width: 30vw;
  } 

#img4{
    transition: 1s;
    width: 5.8vw;
  } 
#img4:hover{
    width: 20vw;
  } 

#img5{
    transition: 1s;
    width: 10vw;
    height: 10%;
  } 
#img5:hover{
  width: 30%;
  } 

#img6{
    transition: 1s;
    width: 10vw;
    height: 10%;
  } 
#img6:hover{
    width: 30%;
}

#img7{
  transition: 1s;
  width: 10vw;
  height: 10%;
} 
#img7:hover{
  width: 20vw;
}

#img8{
  transition: 1s;
  width: 13vw;
  height: 10%;
} 
#img8:hover{
  width: 30%;
}

.futuro{
    padding-top: 10vh;
    min-height: 100vh;
    width: 90vw;
    background-color:rgb(166, 63, 197); 
}
#titulo_futuro {
  color:antiquewhite;
  font-family: 'Ultra', serif;
  font-size: 5vh;
  -webkit-text-stroke: 0.1px rgb(81, 25, 86);
  letter-spacing: 0.2em;
  width: 35%;
  margin-left: 43%;
  text-shadow: 1px 1px 2px #652878, 0 0 30px #581876, 0 0 5px #7b19a1;
  margin-bottom: 3vh;
}
#img_futuro {
  width: 25vw;
  height: 60vh;
}
    
.contactos{
    padding-top: 5vh;
    min-height: 100vh;
    width: 90vw;
    background-color:rgb(89, 18, 110); 
}
#titulo_contactos {
  color:antiquewhite;
  font-family: 'Ultra', serif;
  font-size: 5vh;
  -webkit-text-stroke: 0.1px rgb(81, 25, 86);
  letter-spacing: 0.2em;
  width: 35%;
  margin-left: 37%;
  margin-top: 15%;
  text-shadow: 1px 1px 2px #5c0e74, 0 0 30px #b639d5, 0 0 5px #c539d5;
  margin-bottom: 3vh;
}


#btncontactos {
  width: 15%;
  margin-top: 15%;
  margin-left: 25%;
}
#btncontactos:hover {
  box-shadow: 1px 1px 2px #5c0e74, 0 0 30px #b639d5, 0 0 5px #c539d5;
}
