@import url('https://fonts.googleapis.com/css2?family=Emblema+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Emblema+One&family=Inconsolata:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:ital@1&display=swap');



/* Parámetros iniciales */
* {
  margin: 0%;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* Color de fondo */
  background-color: #faebd7;
}

/* Tamaños generales */
.general {
  height: 85vh;
  width: 100vw;
}

/* Parametros Botonera */
.botonera {
  /*Propiedades del texto*/
  /*background-color:#FF9E9E;*/
  /*Alto y ancho*/
  width: 100%;
  height: 100%;
  /*Organizar contenido*/
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.btn {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  border-radius: 6em;
  transition: all .2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: black;
  background-color: rgba(131, 12, 115, 0.486);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgb(126, 62, 120);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgb(126, 62, 120);
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.btn::after {
  background-color: #e3b5b8;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}


/* Parametros Cabecera  */
.cabecera {
  /* Alto y ancho */
  background-color: rgba(46, 21, 44, 0.438);
  height: 10vh;
  width: 100vw;
  /* Fijar la sección y determinar su posición */
  position: fixed;
  top: 0%;
}

/* Parametros Pie de página */
.pie_pagina {
  /* Alto y ancho */
  background-color: rgba(46, 21, 44, 0.438);
  height: 5vh;
  width: 100vw;
  /* Fijar la sección y determinar su posición */
  position: fixed;
  bottom: 0%;
}

/* Formato del contenido */
.principal {
  width: 90%;
  /* Ancho */
  margin: auto;
  /* Para centrar la ventana */
  margin-top: 10vh;
  /* El espacio que ocupa la cabecera */
  height: 85vh;
  /* Altura que se encuentra disponible */
  margin-bottom: 5vh;
  /* Espacio que ocupa el pie de pagina */

}

/*Formato presentacion*/
.Presentación {
  background: rgba(188, 28, 236, 0.568);
  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 {
  /*Propiedades del texto*/
  color: antiquewhite;
  font-family: font-family 'Bebas Neue', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 7vh;
  letter-spacing: 0.2em;
  text-shadow: 2px 2px 5px #53054d67;
}

/* Determinar propiedades secciones  */
.conociendome {
  padding-top: 15vh;
  min-height: 100vh;
  width: 90vw;
  /* background-color: rgba(167, 166, 165, 0.5); El ultimo numero es para transparencia */
  background-color: rgba(139, 20, 150, 0.6);
}

  body {
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
  }
  
  
  #textos {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-around;
    width: 100vw;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
  
  }
  
  .recuadro {
    width: 150px;
    height: 170px;
    padding: 30px;
    margin: 40px;
    margin-bottom: 70px;
    margin-left: 50px;
    margin-right: 30px;
    align-content: center;
    border-radius: 5px;
  
  }
  
  
  #texto01 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto01:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto02 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto02:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto03 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto03:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto04 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto04:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto05 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto05:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto06 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto06:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto07 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto07:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto08 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto08:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto09 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto09:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto10 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto10:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto11 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto11:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto12 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto12:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto13 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto13:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto14 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto14:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  #texto15 {
    background-color: rgba(85, 5, 38, 0.336);
    transition: 1s;
  }
  
  #texto15:hover {
    background-color: rgb(65, 5, 73);
    border-radius: 40px;
  }
  
  * {
    box-sizing: border-box;
  }


.illia {
  padding-top: 10vh;
  min-height: 100vh;
  width: 90vw;
  background-color: rgba(91, 33, 109, 0.7);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  padding: 2rem;
}
ul {
  padding: 1rem;
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.fotos {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 290px));
  grid-gap: 1rem;
  padding: 1rem;
  justify-content: center;
  box-shadow: 0 1px 1px #000;
}

.imgillia{
  background-position: top;
  align-items: center;
  flex-direction: row;
  display: grid;
  background-size: cover;
  height: 200px;
  width: 290px;
  box-shadow: 0 2px 10px #000;
  cursor: pointer;
  transition: all 0.2s;
}
.imgillia:hover {
  box-shadow: none;
  transform: scale(1.1);
}



.futuro {
  padding-top: 10vh;
  min-height: 100vh;
  width: 90vw;
  background-color: rgba(140, 11, 151, 0.63);
}
.foto {
  /*Propiedades del texto*/
  width: 50%;
  height: 50%;
  align-items: center;
  padding-left: 20%;
}
.contactos {
  padding-top: 5vh;
  min-height: 100vh;
  width: 90vw;
  background-color: rgba(134, 24, 134, 0.9);
}

.contactoslogos {
  height: 35vmin;
  width: 35vmin;
  position: relative;
  margin: 50px;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 40px;
  justify-content: center;
}


.contactoslogos1 {
  margin: 45px;
  margin-bottom: 75px;
  margin-left: 55px;
  margin-right: 35px;
  height: 47vmin;
  width: 47vmin;
  position: relative;
  justify-content: center;
}
