
  @import url('https://fonts.googleapis.com/css2?family=Lobster&family=Playfair+Display+SC:ital@1&family=Ubuntu+Mono:ital@1&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lobster&family=Playfair+Display+SC:ital@1&family=Ubuntu+Mono:ital@1&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

  /* pagina para los botones: uiverse.io */

  
/* parámetros iniciales */
*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-image: url(../img/fondo.jpg);
}

/* tamaños generales */
.general{
    height: 85vh;
    width: 85vw;
}

.botonera{
  /* organizar contenido */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;

}

button {
    background: #fff;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    width: 120px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
  }
  
  span {
    display: inline-block;
    transform: skew(21deg);
  }
  
  button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(20, 20, 20);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  button:hover {
    color: #fff;
  }
  
  button:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
  }
  
.cabecera{
    /* alto y ancho */
    background-color: rgb(11, 11, 11);
    height:10vh;
    width:100vw ;
    /* fijar la sección */
    position: fixed;
    top:0%;
}

.pie_pagina{
    /* alto y ancho */
    background-color: rgb(0, 0, 0);
    height:5vh;
    width:100vw ;
    /* fijar la sección */
    position: fixed;
    bottom:0%;
}

/* formato del contenido */
.principal{
    width: 90%;
    margin: auto; /* para centrar la ventana */
    margin-top: 10vh; /* el espacio que ocupa la cabecera */
    height: 85vh; /* altura disponible */
    margin-bottom: 5vh; /* espacio que ocupa el pie de pagina */
}

.presentacion{
    padding-top: 10vh;  
    min-height: 100vh;
    width: 90vw;
    background-color: rgba(49, 50, 49, 0.6);
    margin-top: 10vh;
    /* Para centrar vertical y horizontalment */
   display: flex; /* Ordena los items de adentro */
   justify-content: center;/* Centre horizontalmente */
   align-items: center;/* Centre verticalmente */
}

/* espacio para el titulo */
.titulo{
    /* propiedades del texto */
    color: rgb(0, 0, 0);
    font-family: 'Lobster', cursive;
    font-size: 7vh;
    -webkit-text-stroke: 0.1px black;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 5px #f7f2f6;
}


/* determinar  */
.conociendome{
    padding-top: 10vh;  
    min-height: 100vh;
    width: 90vw;
    background-color:rgba(49, 50, 49, 0.5);/* El ultimo numero es para transparencia */
}


#textos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-around;
  width: 90vw;
}

.recuadro {
  width: 150px;
  height: 150px;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
}

#pregunta01 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta01:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta02 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta02:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta03 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta03:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta04 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta04:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta05 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta05:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta06 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta06:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta07 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta07:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta08 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta08:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta09 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta09:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta10 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta10:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta11 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta11:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta12 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta12:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta13 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta13:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta14 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta14:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

#pregunta15 {
  background-color: rgb(247, 250, 225);
  transition: 1s;
}
#pregunta15:hover {
  background-color: rgb(103, 102, 105);
  color:antiquewhite;
  border-radius: 20px;
}

.titulo_seccion{
  color: #000000;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.3em;
  width: 35%;
  margin: auto;
  height: 20%;
  font-size: 300%;
  text-shadow: 1px 1px 2px rgba(49, 50, 49, 0.4), 0 0 25px rgba(49, 50, 49, 1), 0 0 5px rgba(49, 50, 49, 0.4);
}

.pasoporelillia{
    padding-top: 10vh;  
    min-height: 100vh;
    width: 90vw;
    background-color: rgba(49, 50, 49, 0.4);/* El ultimo numero es para transparencia */
    display: flex;
    flex-direction: row;
    justify-content: space-around;  
}

#img01{
  transition: 1s;
  width: 3%;
  height: 10%;  
  padding-top: 20%;
} 
#img01:hover{
  width: 35%;
  height: 35%;
  padding-top: 10%;
} 

#img02{
  transition: 1s;
  width: 4%;
  height: 10%;
  padding-top: 20%;
} 
#img02:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
} 

#img03{
  transition: 1s;
  width: 2%;
  height: 10%;
  padding-top: 20%;
} 
#img03:hover{
  width: 25%;
  height: 25%;
  padding-top: 5%;
} 

#img04{
  transition: 1s;
  width: 2%;
  height: 10%;
  padding-top: 20%;
} 
#img04:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
} 

#img05{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img05:hover{
  width: 25%;
  height: 25%;
  padding-top: 5%;
} 

#img06{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
}
#img06:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
} 

#img07{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img07:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
} 

#img08{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img08:hover{
  width: 25%;
  height: 25%;
  padding-top: 12%;
} 

#img09{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img09:hover{
  width: 25%;
  height: 25%;
  padding-top: 12%;
} 

#img10{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img10:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
} 

#img11{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img11:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
}

#img12{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img12:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
}

#img13{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img13:hover{
  width: 25%;
  height: 25%;
  padding-top: 14%;
}

#img14{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img14:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
}

#img15{
  transition: 1s;
  width: 2%;
  height: 10%;
  padding-top: 20%;
} 
#img15:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
}

#img16{
  transition: 1s;
  width: 2%;
  height: 10%;
  padding-top: 20%;
} 
#img16:hover{
  width: 25%;
  height: 25%;
  padding-top: 0%;
}

#img17{
  transition: 1s;
  width: 2%;
  height: 10%;
  padding-top: 20%;
} 
#img17:hover{
  width: 25%;
  height: 25%;
  padding-top: 10%;
}

#img18{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img18:hover{
  width: 30%;
  height: 30%;
  padding-top: 13%;
}

#img19{
  transition: 1s;
  width: 3%;
  height: 10%;
  padding-top: 20%;
} 
#img19:hover{
  width: 25%;
  height: 25%;
  padding-top: 14%;
}

#img20{
  transition: 1s;
  width: 2%;
  height: 10%;
  padding-top: 20%;
} 
#img20:hover{
  width: 25%;
  height: 25%;
  padding-top: 14%;
}

.futuro{
    padding-top: 10vh;  
    min-height: 100vh;
    width: 90vw;
    background-color: rgba(49, 50, 49, 0.3); /* El ultimo numero es para transparencia */
}
#img{
  width: 54%;
  height: 54%;
  margin-left: 23%;
  }

.contactos{
   padding-top: 13vh; 
    padding-bottom: 5vh;  
    min-height: 100vh;
    width: 90vw;
    background-color: rgba(49, 50, 49, 0.2);/* El ultimo numero es para transparencia */
}
#titulo_contactos{
  color: rgb(28, 25, 74);
    font-size: 7vh;
    -webkit-text-stroke: 0.1px black;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 5px #f7f2f6;
    margin-left: 40%;
    margin-bottom: 2vh;

}
#btncontactos {
  width: 70%;
  margin-top: 13vh;
  margin-left: 15%;
  font-size: 3vh;
}
#btncontactos:hover {
  box-shadow: 1px 1px 2px #494243, 0 0 30px #494243, 0 0 5px #494243;
}