/* ==========================================================
   SECCIONES GENERALES
========================================================== */

.section {
    padding: 86px 0;
}

.light-section {
    background: white;
}

.section-heading {
    margin-bottom: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.section-label {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--cyan-500);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.section-heading h2,
.center-heading h2 {
    margin: 0;
    color: var(--blue-950);
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.03em;
}

.section-link {
    color: var(--blue-800);
    font-size: 14px;
    font-weight: 800;
}

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

.footer {
    background: #ffffff;
    color: var(--blue-950);
    border-top: 1px solid var(--border);
}

.footer-main {
    min-height: 170px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
    gap: 50px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.footer-powered {
    max-width: 540px;
}

.footer-label {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--cyan-500);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.footer-powered h3 {
    margin: 0 0 7px;
    color: var(--blue-950);
    font-size: 27px;
}

.footer-powered p {
    margin: 0;
    color: var(--text-500);
    font-size: 12px;
    line-height: 1.6;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.footer-logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.footer-logo {
    object-fit: contain;
}

.footer-athlonix {
    width: 235px;
    max-height: 82px;
}

.footer-deportealdia {
    width: 310px;
    max-height: 82px;
}

.footer-divider {
    width: 1px;
    height: 58px;
    background: #d8e1ed;
}

.footer-copy {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    color: var(--text-500);
    font-size: 11px;
    text-align: right;
}