* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header {
    height: 15vh;
    width: 100vw;
    background-color: lightblue;
    position: fixed;
}

footer {
    display: flex;
    height: 10vh;
    width: 100vw;
    background-color: lightblue;
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: space-around;
    position: fixed;
}

.presentacion {
    background-color: rgb(212, 153, 42);
    top: 10vmin;
    width: 100%;
    height: 95vh;
    background-color: rgb(0, 0, 0);
    padding-top: 10vh;
    text-align: center;
    font-size: 500%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conociendome {
    background-color: rgb(173, 228, 72);
    height: 250vh;
    padding-top: 15vh;

}

.ILLIA {
    background-color: rgb(64, 221, 124);
    height: 180vh;
    padding-top: 15vh;
    
}

.futuro {
    background-color: rgb(56, 158, 141);
    height: 100vh;
    padding-top: 30vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap
}

.contacto {
    background-color: rgb(58, 118, 153);
    height: 180vh;
    padding-top: 15vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 15%;
}


.button {
    padding: 0.6em 1.3em;
    font-weight: 900;
    font-size: 18px;
    background-color: rgb(40, 40, 40);
    border-radius: 10px;
    border: 1px solid rgb(232, 97, 124);
    color: aliceblue;
    box-shadow: 0 0 25px rgb(232, 97, 124),
        0 0 25px rgb(232, 97, 124),
        0 0 5px rgb(232, 97, 124) inset;
    cursor: pointer;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgb(232, 97, 124),
        0 0 30px rgb(232, 97, 124),
        0 0 10px rgb(232, 97, 124) inset;
}

.botonera {
    display: flex;
    justify-content: space-around;
    padding-top: 2.5vh;
}

.textofooter {
    font-size: 5vh;
    color: blue;
}
.pregunta{
    color:red; 
    font-size:20px;
    font-weight:bold;
    font-style:italic;
    line-height:30px;
    letter-spacing:5px;
    text-decoration:underline;
    text-transform:capitalize;
    text-indent:30px;
    text-align:center;
}
.respuesta{
    color:rgb(79, 70, 206); 
    font-size:20px;
    font-weight:bold;
    font-style:italic;
    line-height:30px;
    letter-spacing:5px;
    text-decoration:underline;
    text-transform:capitalize;
    text-indent:30px;
    text-align:center;
    margin: auto;

}
.titulo_seccion{
        text-align: center; 
        font-family: Comic Sans MS; 
        font-weight:bold; 
        font-size: 30px; 
        color: #EBD758; 
        text-shadow: -1px 0 #414D68, 0 1px #414D68, 1px 0 #414D68, 0 -1px #414D68, -2px 2px 0 #414D68, 2px 2px 0 #414D68, 1px 1px #414D68, 2px 2px #414D68, 3px 3px #414D68, 4px 4px #414D68, 5px 5px #414D68;
    }
    .container {
        margin-top: 1rem;
        display: flex;
        grid-template-columns: repeat(auto-fit, minmax(10%, 10%));
        box-shadow: 0 1px 1px #000;
      }
      img {
        background-position: top;
        background-size: cover;
        height: 250px;
        width: 300px;
        box-shadow: 0 2px 10px #000;
        cursor: pointer;
        transition: all 0.2s;
        padding: 1rem;
        display: flex;
        list-style: none;
        justify-content: space-around;
        flex-wrap: wrap;
        box-sizing: border-box;
      }
      img:hover {
        box-shadow: none;
        transform: scale(1.1);
        padding: 1rem;
        display: flex;
        list-style: none;
        justify-content: space-around;
        flex-wrap: wrap;
        box-sizing: border-box;
      }
      

      ul {
        padding: 1rem;
        display: flex;
        list-style: none;
        justify-content: space-around;
        flex-wrap: wrap;
      }
      li {
        background-color: #ffdfd9;
        color: #000;
        padding: 0.51rem;
      }
      .container {
        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;
      }
     
      img:hover {
        box-shadow: none;
        transform: scale(1.1);
      }
      .foto_v {
        width: 50%;
        height: 75%;
      }
    
    h1 {
        position:relative;
        font-family: sans-serif;
        color: #fff;
        font-weight: 600;
        /*text-transform: uppercase;*/
        font-size: 2em;
        letter-spacing: 4px;
        overflow: hidden;
        background: linear-gradient(90deg, #26a65b, #EAEE0B, #0BEE0F);
        background-repeat: no-repeat;
        background-size: 80%;
        animation: animate 3s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(255,255,255,.1);
      }
      
      @keyframes animate {
        0% {
          background-position: -500%;
        }
        100%{
          background-position: 500%;
        }
      }



