/* ===================== RBA Block 8 — Trayectoria y Reconocimiento ===================== */

.rb8-wrap-1e2bcb41 {
    width: 100%;
    box-sizing: border-box;
}

.rb8-inner-1e2bcb41 {
    margin: 0 auto;
}

/* ---- PART A: Split 50/50 ---- */
.rb8-split-1e2bcb41 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.rb8-text-col-1e2bcb41 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}

.rb8-text-inner-1e2bcb41 {
    width: 100%;
}

.rb8-image-col-1e2bcb41 {
    flex: 0 0 50%;
    max-width: 50%;
}

.rb8-eyebrow-1e2bcb41 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rb8-heading-1e2bcb41 {
    font-family: 'GT Super Display', 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 28px 0;
    color: #1A1A1A;
}

.rb8-paragraph-1e2bcb41 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 20px 0;
}

.rb8-link-1e2bcb41 {
    display: inline-block;
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 8px;
    transition: color 0.3s ease;
}

.rb8-link-1e2bcb41:hover {
    text-decoration: none;
}

.rb8-image-1e2bcb41 {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

/* ---- PART B: Logos Strip ---- */
.rb8-strip-divider-1e2bcb41 {
    border: none;
    border-top: 1px solid #E0DDD5;
}

.rb8-strip-divider-top-1e2bcb41 {
    margin-top: 70px;
}

.rb8-strip-divider-bottom-1e2bcb41 {
    margin-top: 0;
}

.rb8-strip-1e2bcb41 {
    text-align: center;
    padding: 48px 0;
}

.rb8-strip-label-1e2bcb41 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.rb8-logos-row-1e2bcb41 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.rb8-logo-item-1e2bcb41 {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.rb8-logo-item-1e2bcb41:hover {
    opacity: 0.7;
    text-decoration: none;
}

.rb8-logo-img-1e2bcb41 {
    display: block;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.rb8-logo-item-1e2bcb41:hover .rb8-logo-img-1e2bcb41 {
    filter: grayscale(0%);
    opacity: 1;
}

.rb8-logo-text-1e2bcb41 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
}

.rb8-logo-serif-1e2bcb41 {
    font-family: 'GT Super Display', 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
}

.rb8-logo-sans-1e2bcb41 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0;
}

.rb8-logo-separator-1e2bcb41 {
    display: block;
    width: 1px;
    height: 40px;
    background-color: #E0DDD5;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .rb8-split-1e2bcb41 {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .rb8-text-col-1e2bcb41,
    .rb8-image-col-1e2bcb41 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rb8-heading-1e2bcb41 {
        font-size: 32px;
    }

    .rb8-strip-divider-top-1e2bcb41 {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .rb8-heading-1e2bcb41 {
        font-size: 28px;
    }

    .rb8-paragraph-1e2bcb41 {
        font-size: 15px;
    }

    .rb8-logos-row-1e2bcb41 {
        gap: 40px;
    }

    .rb8-logo-serif-1e2bcb41 {
        font-size: 22px;
    }

    .rb8-logo-sans-1e2bcb41 {
        font-size: 18px;
    }

    .rb8-strip-1e2bcb41 {
        padding: 36px 0;
    }
}
