/**
 * OAC Home - NovaPelvis premium landing.
 */

body.home,
body.page-id-140 {
    background: #fff;
}

body.home .entry-header,
body.page-id-140 .entry-header {
    display: none;
}

body.home .site-content .ast-container,
body.page-id-140 .site-content .ast-container,
body.home .site-content .content-area,
body.page-id-140 .site-content .content-area,
body.home .site-main,
body.page-id-140 .site-main {
    max-width: none;
    padding: 0;
    margin: 0;
}

body.home .entry-content,
body.page-id-140 .entry-content {
    margin: 0;
}

body.home .ast-primary-header-bar,
body.page-id-140 .ast-primary-header-bar,
body.home .main-header-bar,
body.page-id-140 .main-header-bar {
    min-height: 88px;
    border-bottom: 1px solid #dfe8ee;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(12, 27, 44, .03);
    backdrop-filter: blur(10px);
}

body.home .site-header .ast-container,
body.page-id-140 .site-header .ast-container {
    max-width: 1440px;
    padding-left: clamp(28px, 4vw, 54px);
    padding-right: clamp(28px, 4vw, 54px);
}

body.home .ast-primary-header-bar .ast-builder-grid-row,
body.page-id-140 .ast-primary-header-bar .ast-builder-grid-row,
body.home .main-header-bar .ast-container,
body.page-id-140 .main-header-bar .ast-container {
    min-height: 82px !important;
    align-items: center !important;
}

body.home .main-header-menu,
body.page-id-140 .main-header-menu {
    display: flex !important;
    align-items: center !important;
    gap: 4px;
}

body.home .site-title a,
body.page-id-140 .site-title a,
body.home .site-branding a,
body.page-id-140 .site-branding a {
    color: #0d1b2f;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.04em;
}

body.home .site-title a::before,
body.page-id-140 .site-title a::before,
body.home .site-branding a:not(:has(img))::before,
body.page-id-140 .site-branding a:not(:has(img))::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: -5px;
    border-radius: 9px 14px 9px 14px;
    background:
        radial-gradient(circle at 35% 35%, #42d3ca 0 24%, transparent 25%),
        radial-gradient(circle at 68% 68%, #0b5f8f 0 26%, transparent 27%),
        linear-gradient(135deg, #28b9b3, #102d5a);
    box-shadow: 0 8px 18px rgba(11, 95, 143, .18);
}

body.home .main-header-menu .menu-link,
body.page-id-140 .main-header-menu .menu-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    height: 44px;
    padding: 0 13px !important;
    color: #07172d;
    font-size: 14px;
    font-weight: 850;
    line-height: 1 !important;
    letter-spacing: -.015em;
    white-space: nowrap;
}

body.home .main-header-menu .current-menu-item > .menu-link,
body.page-id-140 .main-header-menu .current-menu-item > .menu-link {
    color: #087d77;
}

body.home .main-header-menu .current-menu-item > .menu-link::after,
body.page-id-140 .main-header-menu .current-menu-item > .menu-link::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 2px;
    display: block;
    width: auto;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #53cbc7;
}

body.home .main-header-menu a[href*="ver-planes"],
body.page-id-140 .main-header-menu a[href*="ver-planes"] {
    height: 44px !important;
    min-height: 44px;
    max-height: 44px;
    margin-inline: 8px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 7px;
    background: linear-gradient(135deg, #128f88, #006b68);
    color: #fff !important;
    box-shadow: 0 13px 26px rgba(0, 107, 104, .18);
}

body.home .main-header-menu a[href*="mi-cuenta"],
body.page-id-140 .main-header-menu a[href*="mi-cuenta"] {
    height: 44px !important;
    min-height: 44px;
    max-height: 44px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #d3dde7;
    border-radius: 7px;
    background: #fff;
    color: #07172d !important;
    box-shadow: 0 6px 18px rgba(10, 25, 42, .04);
}

.oac-home {
    --oac-home-ink: #07172d;
    --oac-home-muted: #516074;
    --oac-home-teal: #118983;
    --oac-home-teal-soft: #e9fbf9;
    --oac-home-border: #dce7ee;
    --oac-home-shadow: 0 24px 64px rgba(17, 31, 48, .08);
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 28px clamp(24px, 4vw, 54px) 80px;
    color: var(--oac-home-ink);
    overflow: hidden;
}

.oac-home::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -180px;
    z-index: -1;
    width: 760px;
    height: 460px;
    border-radius: 50%;
    background:
        repeating-radial-gradient(ellipse at center, rgba(78, 204, 199, .18) 0 1px, transparent 1px 18px),
        radial-gradient(circle at 75% 15%, rgba(78, 204, 199, .18), transparent 55%);
    opacity: .9;
    transform: rotate(-12deg);
}

.oac-home a,
.oac-home a:hover,
.oac-home a:focus {
    color: inherit;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    box-shadow: none;
    outline-color: transparent;
}

.oac-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 600px) 1fr;
    gap: 40px;
    align-items: start;
    min-height: 315px;
    padding-top: 26px;
}

.oac-home-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px 13px;
    border-radius: 6px;
    background: #dff6f4;
    color: #047e78;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.oac-home-hero h1 {
    max-width: 640px;
    margin: 0;
    color: var(--oac-home-ink);
    font-size: clamp(42px, 4.1vw, 62px);
    line-height: 1.04;
    letter-spacing: -.055em;
    font-weight: 950;
}

.oac-home-hero p {
    max-width: 610px;
    margin: 20px 0 0;
    color: #344154;
    font-size: 17px;
    line-height: 1.72;
}

.oac-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
}

.oac-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 7px;
    font-weight: 950;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.oac-home-btn:hover {
    transform: translateY(-1px);
}

.oac-home-btn--primary {
    background: linear-gradient(135deg, #15948e, #056d69);
    color: #fff;
    box-shadow: 0 18px 34px rgba(4, 125, 119, .23);
}

.oac-home-btn--secondary {
    border: 1px solid #cfdce6;
    background: rgba(255, 255, 255, .78);
    color: var(--oac-home-ink);
    box-shadow: 0 8px 22px rgba(9, 22, 37, .04);
}

.oac-home-portals {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.oac-home-portal {
    display: grid;
    overflow: hidden;
    border: 1px solid #d9e4eb;
    border-radius: 9px;
    background: #fff;
    color: var(--oac-home-ink);
    box-shadow: var(--oac-home-shadow);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    will-change: transform;
}

.oac-home-portal:hover {
    transform: translateY(-2px) scale(1.006);
    border-color: #c6dce4;
    box-shadow: 0 30px 76px rgba(17, 31, 48, .12);
}

.oac-home-portal__media {
    position: relative;
    display: grid;
    align-content: end;
    min-height: 0;
    height: clamp(330px, 28vw, 370px);
    padding: 116px 32px 32px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5, 18, 23, .9), rgba(5, 18, 23, .72) 44%, rgba(5, 18, 23, .38)),
        var(--oac-portal-image, linear-gradient(135deg, #173c3d, #0a1d28));
    background-size: cover;
    background-position: center;
}

.oac-home-portal--shop .oac-home-portal__media {
    background:
        linear-gradient(90deg, rgba(17, 19, 18, .86), rgba(17, 19, 18, .64) 50%, rgba(17, 19, 18, .28)),
        var(--oac-portal-image, linear-gradient(135deg, #4a3b2e, #111));
    background-size: cover;
    background-position: center;
}

.oac-home-portal__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(97, 226, 216, .22), transparent 20%),
        linear-gradient(0deg, rgba(0, 0, 0, .26), transparent 58%);
    pointer-events: none;
}

.oac-home-portal__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(3, 13, 18, .58), rgba(3, 13, 18, .22) 58%, rgba(3, 13, 18, .08));
    pointer-events: none;
}

.oac-home-portal__media > * {
    position: relative;
    z-index: 2;
}

.oac-home-portal__badge {
    position: absolute;
    top: 28px;
    left: 32px;
    z-index: 2;
    padding: 8px 18px;
    border: 1px solid rgba(120, 239, 231, .45);
    border-radius: 999px;
    background: rgba(6, 113, 107, .82);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

.oac-home-portal__tags {
    position: absolute;
    top: 28px;
    right: 32px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    max-width: calc(100% - 250px);
}

.oac-home-portal__icon {
    position: absolute;
    top: 92px;
    left: 32px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 15px;
    background: rgba(12, 22, 28, .34);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 18px 42px rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
}

.oac-home-portal__headline {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 420px;
    min-height: 142px;
    color: #fff;
    text-decoration: none !important;
}

.oac-home-portal__headline strong {
    display: block;
    max-width: 410px;
    min-height: 84px;
    color: #fff;
    font-size: clamp(32px, 2.65vw, 42px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 950;
    text-wrap: balance;
    text-decoration: none !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}

.oac-home-portal__headline em {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    font-style: normal;
    line-height: 1.45;
    text-decoration: none !important;
}

.oac-home-premium-lock,
.oac-home-soft-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    margin: 0;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
}

.oac-home-premium-lock {
    background: rgba(30, 25, 17, .76);
    color: #ffe08a;
    box-shadow: inset 0 0 0 1px rgba(255, 224, 138, .2);
}

.oac-home-soft-pill {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.oac-home-portal__body {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 114px;
    padding: 24px 30px;
    background: rgba(255, 255, 255, .96);
}

.oac-home-portal__body *,
.oac-home-portal__body *:hover {
    text-decoration: none !important;
    text-decoration-color: transparent !important;
}

.oac-home-portal__body-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #eef8f8;
    color: #087d77;
    box-shadow: inset 0 0 0 1px #d9eeee;
}

.oac-home-portal__body small {
    display: block;
    color: #087d77;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.oac-home-portal__body strong {
    display: block;
    margin-top: 4px;
    color: #132037;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 950;
}

.oac-home-portal__body span span {
    display: block;
    margin-top: 5px;
    color: #536174;
    font-size: 14px;
}

.oac-home-portal__body i {
    color: #9ba8b5;
    font-size: 34px;
    font-style: normal;
    line-height: 1;
}

.oac-home-section {
    margin-top: 30px;
}

.oac-home-section + .oac-home-section {
    margin-top: 46px;
}

.oac-home-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.oac-home-section__head h2 {
    margin: 0;
    color: var(--oac-home-ink);
    font-size: clamp(28px, 2.5vw, 36px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.04em;
}

.oac-home-section__head p {
    max-width: 610px;
    margin: 8px 0 0;
    color: #5b6878;
    font-size: 14px;
    line-height: 1.55;
}

.oac-home-section__head a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #087d77;
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
}

.oac-home-course-strip,
.oac-home-products {
    display: grid;
    gap: 18px;
}

.oac-home-course-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.oac-home-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oac-home-mini-card a,
.oac-home-product-card a {
    display: grid;
    gap: 10px;
    color: var(--oac-home-ink);
}

.oac-home-mini-card__media,
.oac-home-product-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dce6ee;
    border-radius: 8px;
    background: linear-gradient(135deg, #edf8f7, #ececf4);
    aspect-ratio: 1.95 / 1;
    box-shadow: 0 16px 34px rgba(11, 26, 42, .06);
}

.oac-home-product-card__media {
    aspect-ratio: 1.55 / 1;
}

.oac-home-mini-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 18, 24, .34), rgba(6, 18, 24, .12));
    pointer-events: none;
}

.oac-home-mini-card__media img,
.oac-home-product-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .22s ease, filter .22s ease;
}

.oac-home-mini-card:hover img,
.oac-home-product-card:hover img {
    transform: scale(1.04);
}

.oac-home-mini-card.is-locked .oac-home-mini-card__media img {
    filter: brightness(.72) saturate(.72);
}

.oac-home-mini-card__placeholder,
.oac-home-product-card__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #07172d;
    font-size: 42px;
    font-weight: 950;
}

.oac-home-mini-card__status {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    color: #fff;
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .24), transparent 34%),
        linear-gradient(145deg, rgba(12, 124, 118, .94), rgba(4, 67, 74, .94));
    box-shadow: 0 16px 28px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 255, 255, .08);
    backdrop-filter: blur(7px);
}

.oac-home-mini-card.is-locked .oac-home-mini-card__status {
    color: #f6d780;
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .2), transparent 34%),
        linear-gradient(145deg, rgba(31, 39, 51, .96), rgba(14, 18, 25, .96));
    box-shadow: 0 16px 28px rgba(0, 0, 0, .32), inset 0 0 0 1px rgba(246, 215, 128, .22);
}

.oac-home-mini-card__count {
    position: absolute;
    right: 9px;
    bottom: 9px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(10, 15, 24, .78);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(6px);
}

.oac-home-mini-card strong,
.oac-home-product-card strong {
    display: block;
    color: #12213a;
    font-size: 14px;
    line-height: 1.23;
    font-weight: 950;
}

.oac-home-product-card {
    overflow: hidden;
    border: 1px solid #dfe8ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(11, 26, 42, .055);
}

.oac-home-product-card a {
    gap: 0;
}

.oac-home-product-card strong {
    padding: 14px 14px 4px;
}

.oac-home-product-card__price {
    display: block;
    padding: 0 14px 16px;
    color: #087d77;
    font-size: 16px;
    font-weight: 950;
}

@media (max-width: 1180px) {
    .oac-home-portals {
        grid-template-columns: 1fr;
    }

    .oac-home-portal__icon {
        display: none;
    }

    .oac-home-course-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .oac-home-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 922px) and (max-width: 1120px) {
    body.home .site-header .ast-container,
    body.page-id-140 .site-header .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.home .site-title a,
    body.page-id-140 .site-title a,
    body.home .site-branding a,
    body.page-id-140 .site-branding a {
        font-size: 20px;
    }

    body.home .site-title a::before,
    body.page-id-140 .site-title a::before,
    body.home .site-branding a:not(:has(img))::before,
    body.page-id-140 .site-branding a:not(:has(img))::before {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }

    body.home .main-header-menu,
    body.page-id-140 .main-header-menu {
        gap: 1px;
        flex-wrap: nowrap !important;
    }

    body.home .main-header-menu .menu-link,
    body.page-id-140 .main-header-menu .menu-link {
        height: 42px;
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 13px;
    }

    body.home .main-header-menu .current-menu-item > .menu-link::after,
    body.page-id-140 .main-header-menu .current-menu-item > .menu-link::after {
        left: 8px;
        right: 8px;
    }

    body.home .main-header-menu a[href*="ver-planes"],
    body.page-id-140 .main-header-menu a[href*="ver-planes"] {
        margin-inline: 5px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body.home .main-header-menu a[href*="mi-cuenta"],
    body.page-id-140 .main-header-menu a[href*="mi-cuenta"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 760px) {
    body.home .ast-primary-header-bar,
    body.page-id-140 .ast-primary-header-bar,
    body.home .main-header-bar,
    body.page-id-140 .main-header-bar {
        min-height: 72px;
    }

    .oac-home {
        padding: 24px 18px 64px;
    }

    .oac-home-hero {
        display: block;
        min-height: auto;
    }

    .oac-home-hero h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .oac-home-hero p {
        font-size: 16px;
    }

    .oac-home-portals {
        margin-top: 32px;
    }

    .oac-home-portal__media {
        min-height: 0;
        height: 310px;
        padding: 104px 24px 24px;
    }

    .oac-home-portal__badge {
        left: 24px;
    }

    .oac-home-portal__tags {
        top: 24px;
        right: 24px;
        max-width: calc(100% - 210px);
    }

    .oac-home-portal__icon {
        top: 86px;
        left: 24px;
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }

    .oac-home-portal__headline strong {
        max-width: 300px;
        min-height: 78px;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.02;
    }

    .oac-home-portal__headline em {
        max-width: 300px;
        font-size: 15px;
    }

    .oac-home-portal__body {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .oac-home-portal__body i {
        display: none;
    }

    .oac-home-section__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .oac-home-course-strip,
    .oac-home-products {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    .oac-home-mini-card,
    .oac-home-product-card {
        flex: 0 0 240px;
        scroll-snap-align: start;
    }
}

@media (max-width: 460px) {
    .oac-home {
        padding-left: 16px;
        padding-right: 16px;
    }

    .oac-home::before {
        top: -120px;
        right: -280px;
        width: 600px;
        height: 420px;
        opacity: .62;
    }

    .oac-home-eyebrow {
        margin-bottom: 16px;
    }

    .oac-home-hero h1 {
        font-size: clamp(34px, 11vw, 42px);
        letter-spacing: -.05em;
    }

    .oac-home-hero p {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.62;
    }

    .oac-home-hero__actions {
        gap: 12px;
    }

    .oac-home-btn {
        width: 100%;
    }

    .oac-home-portal__media {
        min-height: 0;
        height: 285px;
        padding: 96px 22px 22px;
    }

    .oac-home-portal__badge {
        top: 20px;
        left: 22px;
    }

    .oac-home-portal__tags {
        top: 64px;
        left: 22px;
        right: auto;
        justify-content: flex-start;
        max-width: calc(100% - 44px);
    }

    .oac-home-portal__icon {
        display: none;
    }

    .oac-home-portal__headline strong {
        max-width: 260px;
        min-height: 62px;
        font-size: 30px;
    }

    .oac-home-premium-lock,
    .oac-home-soft-pill {
        min-height: 26px;
        padding-inline: 10px;
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .oac-home {
        padding-left: 14px;
        padding-right: 14px;
    }

    .oac-home-hero h1 {
        font-size: 32px;
    }

    .oac-home-portal__media {
        height: 270px;
        padding: 92px 18px 20px;
    }

    .oac-home-portal__badge {
        left: 18px;
    }

    .oac-home-portal__tags {
        left: 18px;
        max-width: calc(100% - 36px);
    }

    .oac-home-portal__headline strong {
        max-width: 235px;
        font-size: 27px;
    }

    .oac-home-portal__headline em {
        font-size: 14px;
    }

    .oac-home-portal__body {
        gap: 14px;
        padding: 20px 18px;
    }
}
