body{
    background-color:rgba(236, 222, 22, 0.521);
    height: 100%;
    width: 100%;
}
h1{
    text-align: left;
    margin-left: 10%;
    text-decoration: rgb(37, 37, 37);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h2{
    text-align: left;
    margin-left: 10%;
    margin-right: 30%;
    text-align: rgb(235, 152, 94);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
p{
    text-align: justify;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2%;
    line-height: 30px;
  
}
div{
    text-align: center;
}
img{
    border-radius: 5px;;
    width: 25%;
    margin-bottom: 1.5%;
}
#vinculos{ color: #000;
display:flex;
padding: 2%;
justify-content:space-around;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
border: dotted black 3px;
}


#Colegio{ background-color: rgba(231, 221, 71, 0.521);
    }

#Sobre mi{ background-color: brown;}
#futuro{ background-color: rgb(247, 140, 64); margin-bottom: 3%;
    }
#pie-de-pagina{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    margin-left: 25%;
  
  }     
h3{ font-size: 40px;
margin-left: 25px;}


.contenedor-imagenes{ 
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 3px;
}

.contenedor-imagenes .imagen{
    width: 32%;
    position: relative;
    height: 250px;
    margin-bottom: 5px;
    box-shadow: turquoise;
}

/* efecto galeria */
.imagen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 100ms ease-out;
}


.imagen img:hover {
    transform: scale(1.04);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

.imagenfuturo{
    width: 100%; 
    height: auto;
    
}