footer{
    height: 500px;
    background-color: #222E41;
    display: block;
}
.h300{
    height: 300px;
}
.fundacion_footer{
    background-color: #F5F7FD;
    border-radius: 8px;
    margin-top: -10rem;
    padding: 2rem;   
}
.pt-7 {
    padding-top: 4rem;
  }
.fundacion_footer a {
    text-decoration: none;
    color: #333;
}
  
.fundacion_footer a:hover {
    text-decoration: underline;
    font-weight: bold;
}