/* ESITLOS PARA IMAGEN CON TEXTO */
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

#fondo{
    width: 100%;
    height: 600px;
    background-image: url(/imagenes/Banner\ Acerca.png);
    background-size: cover;
    background-position: center;
}

#text-link{
    text-decoration: none;
    color: rgb(249, 228, 144);
}

/** ESTILOS PARA MISIÓN Y VISIÓN **/
.columnas{
    display: flex;
    justify-content: center;
    text-align: start;
    align-items: center;
}

#mision, #vision{
    text-align: center;
}



/*ESTILOS PARA FOOTER*/
.pie-de-pagina{
    width: 100%;
    background-color: #0a141d;
}

.pie-de-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.container .box h3{
    color: antiquewhite;
}