/**
 * Footer landing: espaciado, lockup BC + Visa (paridad Brand Standards) y redes.
 * @version 1.18.1
 */
footer.floating-layer.footer-floating--spaced {
    --footer-brand-h: 36px;
    margin-top: 10em;
}

@media screen and (max-width: 600px) {
    footer.floating-layer.footer-floating--spaced {
        margin-top: 2rem;
    }
}

.footer-hr-top {
    margin-top: 22px;
    opacity: 1;
}

footer .bc-logo {
    opacity: 1;
}

.footer-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding-bottom: 0.75rem;
}

.footer-logos__lockup {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.footer-logos__bc,
.footer-logos__visa {
    height: var(--footer-brand-h);
    width: auto;
    max-height: var(--footer-brand-h);
    display: block;
    object-fit: contain;
}

.footer-legal {
    padding-bottom: 0.75rem;
}

.footer-legal__brand,
.footer-legal__visa {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: inherit;
    opacity: 0.85;
    max-width: 42rem;
}

.footer-legal__visa {
    margin-top: 0.15rem;
}

footer .footer__link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity var(--transition-fast, 0.2s);
}

footer .footer__link:hover,
footer .footer__link:focus-visible {
    opacity: 0.9;
}

.footer-redes {
    display: inline-flex;
    align-items: center;
    gap: 0.65em;
    margin-right: 0.35em;
    vertical-align: middle;
}

.footer-redes__link {
    color: var(--color-text-primary, #fff);
    font-size: 1rem;
    line-height: 1;
    transition: opacity var(--transition-fast, 0.2s);
}

.footer-redes__link:hover,
.footer-redes__link:focus-visible {
    color: var(--color-text-primary, #fff);
    opacity: 0.85;
}

.footer-redes-container {
    display: flex;
    gap: 0.65em;
}
