.footer-7__widget__dec {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.footer-7__widget__menu ul li a:hover {
    color: var(--azul-oscuro-empresarial) !important;
}

.footer-7__widget__dec a{
    color: white !important;
}

/* ONLY DESKTOP */
@media (min-width: 1024px) {
    .footer-7__widget {
        padding-top: 55px !important;
    }
}

/* ONLY MOBILE */
@media (max-width: 1024px) {
    #footer_contacto .footer-7__widget__dec {
        padding-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .footer-7__widget__logo {
        margin-bottom: 20px;
    }

    .footer-7__widget__title {
        margin-bottom: 10px;
    }

    .footer-7__widget {
        padding-bottom: 20px !important;
    }

    .footer-7__widget.widget-2 {
        padding-top: 20px !important;
    }
}