.footer-top {
    background: #fff;
    color: #515151;
    background: var(--Supporting-blanco, #FFF);
    box-shadow: 0 -4px 24px 0 rgba(0, 0, 0, 0.04);
}

.footer-note {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.35;
}

.footer-logo {
    max-height: 70px;
    width: auto;
}

.footer-logo-csl {
    max-height: 85px;
}

.footer-bottom {
    background: #83171B;
    color: #fff;
}

.footer-copy {
    font-size: 14px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0px 40px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .footer-links {
        gap: 14px;
        justify-content: center;
    }

    .footer-note {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .texto_acreditacion {
        padding-left: 0;
        padding-right: 15px;
    }
}