/* ==========================================================================
   FOOTER
   ========================================================================== */

.seccion-footer {
    position: relative;
    z-index: 3;
    width: 100%;
    background: #FCE700;
    padding: 120px 0 48px;
}

.seccion-footer .container-fluid,
.seccion-footer .container-xxl {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: var(--page-gutter) !important;
    padding-right: var(--page-gutter) !important;
}

.footer-frame-15 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.footer-quote {
    max-width: 560px;
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #000000;
}

.footer-frame-20 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 100%;
}

.footer-contact-massive {
    display: inline-block;
    max-width: 100%;
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(42px, 6.2vw, 80px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-transform: uppercase;
    color: #000000;
    overflow-wrap: anywhere;
}

.footer-contact-massive.phone {
    letter-spacing: -0.01em;
}

.footer-frame-19 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    margin-top: clamp(72px, 8vw, 100px);
}

.footer-frame-18 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 48px;
    width: 100%;
}

.footer-rrss {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(32px, 4vw, 52px);
    min-width: 0;
}

.footer-rrss-item {
    display: flex;
}

.footer-rrss-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 0 8px 0;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease, opacity 0.2s ease;
}

.footer-rrss-link::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000000;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-rrss-link:hover {
    opacity: 1;
    border-bottom-color: #000000;
}

.footer-rrss-link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.footer-imagotipo-amarillo {
    width: 138px;
    height: auto;
    flex: none;
    filter: brightness(0);
    cursor: pointer;
}

.footer-line-2 {
    width: 100%;
    height: 0;
    border-top: 1px solid #000000;
}

.footer-accessibilidad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    width: 100%;
    margin-bottom: 0;
}

.footer-access-option {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0 0 8px 0;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-access-option:hover,
.footer-access-option.active,
.footer-access-option.is-active {
    color: rgba(0, 0, 0, 0.6);
}

.footer-access-divider,
.footer-pipe {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
    user-select: none;
}

.footer-access-divider::before {
    content: '|';
}

.footer-rrss,
.footer-accessibilidad {
    gap: 8px !important;
}

.footer-access-reset {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0 0 8px 0;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.footer-access-reset svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
}

.footer-condiciones {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-top: 0;
}

.footer-copyright,
.footer-terms {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
}

.footer-brand-link {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-terms {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .seccion-footer {
        padding: 60px 0 32px;
    }

    .seccion-footer .container-fluid,
    .seccion-footer .container-xxl {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer-quote {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 20px;
        text-align: left;
        font-weight: 700;
    }

    .footer-contact-massive {
        display: block;
        width: 100%;
        font-size: 24px;
        line-height: 1.2;
        text-decoration-thickness: 1.5px;
        text-underline-offset: 4px;
        margin-bottom: 4px;
        font-weight: 800;
    }

    .footer-frame-19 {
        margin-top: 50px;
        align-items: center;
        text-align: center;
    }

    .footer-frame-18 {
        flex-direction: column-reverse;
        align-items: center;
        gap: 32px;
        width: 100%;
    }

    .footer-rrss {
        justify-content: center;
        width: 100%;
        gap: 20px;
    }

    .footer-rrss-link {
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        padding-bottom: 4px;
    }

    .footer-access-option,
    .footer-access-reset {
        font-size: 13px;
    }

    .footer-imagotipo-amarillo {
        width: 130px;
        margin: 0 auto;
    }

    .footer-condiciones {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 0;
        text-align: left;
        width: 100%;
    }

    .footer-copyright,
    .footer-terms {
        font-size: 13px;
    }
}
