.rf-about {
    --rf-blue: #2A4DC0;
    --rf-blue-soft: #86A5FF;
    --rf-navy: #071327;
    --rf-ink: #111827;
    --rf-muted: #5B6474;
    --rf-line: #E2E8F0;
    --rf-bg: #F7F9FC;
    --rf-green: #0F766E;
    --rf-orange: #B45309;
    color: var(--rf-ink);
    background: var(--rf-bg);
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow: hidden;
}
body.page-template-page-sobre-nosotros #soledad_wrapper,
body.page-template-page-sobre-nosotros-php #soledad_wrapper,
body.page-template-page-sobre-nosotros #penci-container-wrap,
body.page-template-page-sobre-nosotros-php #penci-container-wrap,
body.page-template-page-sobre-nosotros .penci-content-wrap,
body.page-template-page-sobre-nosotros-php .penci-content-wrap,
body.page-template-page-sobre-nosotros .penci-custom-wrap,
body.page-template-page-sobre-nosotros-php .penci-custom-wrap,
body.page-template-page-sobre-nosotros #penci-content-area,
body.page-template-page-sobre-nosotros-php #penci-content-area,
body.page-template-page-sobre-nosotros .container-single-page,
body.page-template-page-sobre-nosotros-php .container-single-page,
body.page-template-page-sobre-nosotros .container-default-page,
body.page-template-page-sobre-nosotros-php .container-default-page,
body.page-template-page-sobre-nosotros .penci-main-single-page-default,
body.page-template-page-sobre-nosotros-php .penci-main-single-page-default,
body.page-template-page-sobre-nosotros .penci-entry-content,
body.page-template-page-sobre-nosotros-php .penci-entry-content,
body.page-template-page-sobre-nosotros .entry-content,
body.page-template-page-sobre-nosotros-php .entry-content {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.page-template-page-sobre-nosotros .penci-breadcrumb,
body.page-template-page-sobre-nosotros-php .penci-breadcrumb,
body.page-template-page-sobre-nosotros .page-title-wrap,
body.page-template-page-sobre-nosotros-php .page-title-wrap {
    display: none !important;
}
.rf-about *,
.rf-about *::before,
.rf-about *::after {
    box-sizing: border-box;
}
.rf-about a {
    color: inherit;
}
.rf-about__wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}
.rf-about__hero {
    position: relative;
    min-height: 560px;
    display: grid;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7,19,39,.96) 0%, rgba(7,19,39,.86) 48%, rgba(7,19,39,.42) 100%),
        url("https://images.unsplash.com/photo-1502904550040-7534597429ae?auto=format&fit=crop&w=2200&q=80") center/cover no-repeat,
        var(--rf-navy);
}
.rf-about__kicker {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 22px;
    color: var(--rf-blue-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.rf-about__kicker::before,
.rf-about__kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: .75;
}
.rf-about__hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 7vw, 86px);
    line-height: 1.03;
    letter-spacing: 0;
    font-weight: 900;
}
.rf-about__hero h1 span {
    color: var(--rf-blue-soft);
}
.rf-about__hero p {
    max-width: 720px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(19px, 2.2vw, 24px);
}
.rf-about__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--rf-line);
    border-bottom: 1px solid var(--rf-line);
}
.rf-about__stat {
    padding: 34px 28px;
    background: #fff;
    text-align: center;
}
.rf-about__stat strong {
    display: block;
    color: var(--rf-blue);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1;
    font-weight: 900;
}
.rf-about__stat span {
    display: block;
    margin-top: 10px;
    color: var(--rf-muted);
    font-size: 14px;
    font-weight: 700;
}
.rf-about__section {
    padding: 88px 0;
}
.rf-about__section--white {
    background: #fff;
}
.rf-about__head {
    max-width: 790px;
    margin-bottom: 42px;
}
.rf-about__label {
    color: var(--rf-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.rf-about__head h2,
.rf-about__editor h2,
.rf-about__cta h2 {
    margin: 12px 0 0;
    color: var(--rf-ink);
    font-weight: 900;
    letter-spacing: 0;
}
.rf-about__head h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.1;
}
.rf-about__head p {
    margin: 18px 0 0;
    color: var(--rf-muted);
    font-size: 19px;
}
.rf-about__pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.rf-about__pillar {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--rf-line);
    border-radius: 8px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.rf-about__pillar:hover {
    transform: translateY(-6px);
    border-color: #CBD5F6;
    box-shadow: 0 24px 52px -34px rgba(15,30,80,.34);
}
.rf-about__pillar b {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background: #EDF2FF;
    color: var(--rf-blue);
    font-size: 18px;
    font-weight: 900;
}
.rf-about__pillar h3 {
    margin: 0;
    color: var(--rf-ink);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}
.rf-about__pillar p {
    margin: 14px 0 0;
    color: var(--rf-muted);
    font-size: 16px;
}
.rf-about__method {
    display: grid;
    grid-template-columns: .78fr 1fr;
    gap: 64px;
    align-items: start;
}
.rf-about__method-list {
    display: grid;
    gap: 14px;
}
.rf-about__check {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--rf-line);
    border-radius: 8px;
    background: #fff;
}
.rf-about__check i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EAF7F5;
    color: var(--rf-green);
    font-style: normal;
    font-weight: 900;
}
.rf-about__check h3 {
    margin: 0;
    color: var(--rf-ink);
    font-size: 19px;
    font-weight: 900;
}
.rf-about__check p {
    margin: 5px 0 0;
    color: var(--rf-muted);
    font-size: 15px;
}
.rf-about__editor {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 54px;
    align-items: center;
    padding: 42px;
    border-radius: 8px;
    background: var(--rf-navy);
    color: #fff;
}
.rf-about__photo {
    aspect-ratio: 1;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(42,77,192,.14), rgba(7,19,39,.7)),
        url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=900&q=80") center/cover no-repeat,
        #1D2B4A;
}
.rf-about__editor .rf-about__label {
    color: var(--rf-blue-soft);
}
.rf-about__editor h2 {
    color: #fff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.1;
}
.rf-about__editor p {
    margin: 18px 0 0;
    color: #C4CEE0;
    font-size: 18px;
}
.rf-about__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}
.rf-about__badges span {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #EAF0FF;
    font-size: 13px;
    font-weight: 900;
}
.rf-about__notice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.rf-about__note {
    padding: 30px;
    border-left: 5px solid var(--rf-blue);
    border-radius: 8px;
    background: #fff;
}
.rf-about__note:nth-child(2) {
    border-left-color: var(--rf-orange);
}
.rf-about__note h3 {
    margin: 0;
    color: var(--rf-ink);
    font-size: 24px;
    font-weight: 900;
}
.rf-about__note p {
    margin: 12px 0 0;
    color: var(--rf-muted);
}
.rf-about__cta {
    padding: 68px 0;
    background: var(--rf-navy);
    color: #fff;
    text-align: center;
}
.rf-about__cta h2 {
    max-width: 820px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.08;
}
.rf-about__cta p {
    max-width: 680px;
    margin: 18px auto 0;
    color: #B8C3D8;
    font-size: 18px;
}
.rf-about__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}
.rf-about__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    background: var(--rf-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .8px;
    text-decoration: none;
    text-transform: uppercase;
}
.rf-about__button:hover,
.rf-about__button:focus {
    color: #fff;
    background: #223FA0;
}
.rf-about__button--ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,.28);
}
.rf-about__button--ghost:hover,
.rf-about__button--ghost:focus {
    background: rgba(255,255,255,.08);
}
@media (max-width: 860px) {
    .rf-about__hero {
        min-height: 620px;
    }
    .rf-about__wrap {
        width: min(100% - 36px, 1180px);
    }
    .rf-about__stats,
    .rf-about__pillars,
    .rf-about__method,
    .rf-about__editor,
    .rf-about__notice {
        grid-template-columns: 1fr;
    }
    .rf-about__section {
        padding: 64px 0;
    }
    .rf-about__stat {
        padding: 28px 20px;
    }
    .rf-about__editor {
        padding: 28px;
    }
    .rf-about__photo {
        max-width: 280px;
    }
    .rf-about__actions {
        flex-direction: column;
    }
}
