*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: rgb(107, 161, 223);
    width: 100%;

}

.cabecera{
    width: 100%;
    height: 10vh;
    background-color: rgb(97, 157, 226);
    position: fixed;
    top: 0%;
}
.subtitulo{
  color:white;
  text-align: center;
  font-size: 6vmin;
  text-decoration: underline;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.pie_pagina{
    width: 100%;
    height: 5vh;
    background-color:rgb(107, 161, 223);
    position: fixed;
    bottom: 0%;
}

.principal{
    width: 98%;
    margin: auto;
    margin-top: 10vh;
    height: 87vh;
    margin-bottom: 5vh;
}

.presentacion{
    width: 100%;
    min-height: 87vh;
    background-color: rgb(107, 161, 223);
    display: flex;
    justify-content: center;
    align-items: center;
}

.button{
    background: #5E5DF0;
   border-radius: 999px;
   box-shadow: #5E5DF0 0 10px 20px -10px;
   box-sizing: border-box;
   color: #FFFFFF;
   cursor: pointer;
   font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
   font-size: 16px;
   font-weight: 700;
   line-height: 24px;
   opacity: 1;
   outline: 0 solid transparent;
   padding: 8px 18px;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   width: fit-content;
   word-break: break-word;
   border: 0;
   }

.titulo{
    color: white;
    font-size: 300%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    justify-content: center;
    text-align: center;
    padding-top: 20%;
    margin: auto;
    text-shadow: 2px 4px 10px rgb(255, 255, 255);
  }
  
  
  .titulo h1{
  position: relative;
  font-size: 9vmin;
    color:rgb(159, 208, 250);
    font-style: italic;
    text-decoration: none;
    animation-name: move;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  
  @keyframes move{
  
      from {
          left: 100px;
      }
  
      to {
  
          right: 100px;
      }
      
  }
  

.conociendome{
    width: 100%;
    min-height: 87vh;
    background-color: rgb(107, 161, 223);
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
* Espacio de configuracion de las preguntas  */

.subtitulo h2{
    color:white;
    text-align: center;
    font-size: 6vmin;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

.espaciodepreguntas{
     background-color: rgb(107, 161, 223);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.tarjeta{
    width: 20%;
    height: 35vh;
    margin: 1%;
    border-radius: 5%;
    border: 3px solid rgb(30, 30, 163);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    align-content: center;

    /* ahora para que el título quede centrado */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: aliceblue;
}

.texto{
    background-color: transparent;
    text-align: center;
    color:solid #2e1c92;
    font-size: 4vmin;
    line-height: 150%;
    justify-content: center;
}

/* Formato diferente para las respuesta */

.respuesta{
    font-family: 'Joan', serif;
    background-color: transparent;
    font-weight: 900;
    color: rgb(30, 30, 163);
    font-size: 4.5vmin;
    text-align: center;
}


.paso_por_el_illia{
    width: 100%;
    min-height: 87vh;
    background-color: rgb(107, 161, 223);
    
}
.subtitulo h3{
    color:white;
    text-align: center;
    font-size: 6vmin;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
/* formato de fotos de la galeria */

  ul {
    padding: 1rem;
    display: flex;
    list-style: none;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  li {
    background-color: #ffdfd9;
    color: #000;
    padding: 0.51rem;
  }


  .containergaleria {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fila {
    justify-content: center;
    margin-left: 9% ;
    margin-right: 9%;

  }
.imagen {
    border: solid 2px white;
    margin: 0.3em;
    height: 250px;
    width: 300px;
  }
    .imagen:hover {
    box-shadow: none;
    transform: scale(1.1);
  }
  

.futuro{
    width: 100%;
    background-color: rgb(107, 161, 223);
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vmin;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  
  .subtitulo h4{
    color:white;
    text-align: center;
    font-size: 6vmin;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  
  .img{
    margin-bottom: 3%;
  }
  
  .foto_v {
    display: none;
    
  }
  
  .foto_h { 
   display: none;
  }
  
  @media ( orientation:landscape ) {
    .foto_h {
      display: block;
      height: 60vmin;
    }
  }
  
  @media ( orientation:portrait ) {
    .foto_v {
      display: block;
      height: 60vmin;
    }
  }
  
.contactos{
    width: 100%;
    display: flex;
    background-color: rgb(107, 161, 223);
    justify-content: center;
    align-items: center;
    height: 100vmin;
    flex-direction: column;
    }
    .subtitulo h5{
      color:white;
      text-align: center;
      font-size: 6vmin;
      text-decoration: underline;
      font-family: Georgia, 'Times New Roman', Times, serif;
    }
  
  .container-pag5 h5{
    margin-top: 15vmin;
    text-align: center;
    font-size: 6vmin;
    text-decoration: underline;
    color: white;
  }
  
  
  .container-galeria{
    margin: auto;
    display: flex;
  }
  
  .container-icon{
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 9vmin;
  }
  
  .contacto-img{
    margin: 4vmin;
    height: 35vmin;
    width: 35vmin;
    border: 5px solid white;
    border-radius: 10px;
  }
  
 .botones{
    background-color: rgb(141, 193, 253);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: white;
    width: 100%;
    height: 10vh;

}

