/* ADAPTAR A PANTALLAS */
@media screen and (max-width: 768px) {
    /* Estilos para tablets y pantallas más pequeñas */
    header nav ul li a {
        color: white;
        text-decoration: none;
    }
    #SobreNosotros{
        margin: 15px;
        font-size: 12px;
    }
    .imagen{
        width: 32px;
        height: 32px;
    }
}
