@charset "UTF-8";

:root {
    --navy: #061c33;
    --blue: #003b73;
    --tech: #0066cc;
    --green: #00864a;
    --gold: #f0c75e;
    --ink: #132f48;
    --muted: #526779;
    --line: #dbe4eb;
    --paper: #f3f7fa;
    --hero-image: url('../images/hero-educacion.webp');
    --governance-image: url('../svg/gobernanza-bg.svg')
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.65
}

a {
    color: inherit
}

button, input, select, textarea {
    font: inherit
}

button, a, input, textarea, select {
    -webkit-tap-highlight-color: transparent
}

a, button {
    touch-action: manipulation
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1220px, 90%);
    margin-inline: auto
}

.site-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--line)
}

.nav {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    flex-shrink: 0
}

.brand img {
    width: 200px;
    height: auto
}

nav {
    display: flex;
    gap: 28px;
    align-items: center
}

nav a {
    text-decoration: none;
    font-size: .875rem;
    font-weight: 600
}

nav a:hover {
    color: var(--tech)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background: var(--blue);
    color: #fff;
    padding: 15px 24px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .2s
}

.button:hover {
    background: #0055a0;
    transform: translateY(-2px);
    color: #fff
}

.button.small {
    padding: 11px 17px;
    font-size: .875rem
}

.button.gold {
    background: var(--gold);
    color: var(--navy)
}

.button.gold:hover {
    background: #ffdc82
}

.button:disabled {
    opacity: .6;
    cursor: wait;
    transform: none
}

.hero {
    background: var(--navy);
    color: white;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 64px;
    align-items: center;
    padding-block: 80px
}

.eyebrow {
    font-size: .75rem;
    letter-spacing: .14em;
    font-weight: 700;
    line-height: 1.7;
    color: var(--green);
    margin: 0 0 22px
}

.hero .eyebrow {
    color: #94cce9
}

.hero h1 {
    font-size: clamp(2.8rem, 4.4vw, 4.3rem);
    line-height: 1.09;
    font-weight: 600;
    letter-spacing: -.045em;
    margin: 0 0 27px
}

em {
    font-style: normal;
    color: #28d18a
}

.lead {
    font-size: 1.13rem;
    max-width: 560px;
    color: #c3d3df;
    margin-bottom: 32px
}

.hero-link {
    display: inline-block;
    margin: 18px 0 0 24px;
    font-size: .9rem;
    text-underline-offset: 5px
}

.principles {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: .8rem;
    color: #c3d3df;
    margin-top: 40px
}

.principles span {
    border-left: 2px solid #17ae74;
    padding-left: 10px
}

.hero-visual {
    min-height: 480px;
    position: relative;
    background: #06375b;
    border: 1px solid #42708b;
    border-radius: 150px 8px 8px 8px;
    overflow: hidden
}

.hero-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55
}

.visual-content {
    position: relative;
    padding: 42px 30px 26px;
    text-align: center
}

.visual-content .eyebrow {
    font-size: .7rem;
    margin-bottom: 25px
}

.orbit {
    width: min(310px, 100%);
    aspect-ratio: 1;
    margin: auto;
    border: 1px solid #7ba9bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 0 20px #ffffff05, 0 0 0 40px #ffffff04;
    gap: 14px
}

.orbit span {
    font-size: .7rem;
    letter-spacing: .16em;
    color: #d3ebef
}

.orbit strong {
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: -.07em;
    color: #fff
}

.visual-caption {
    display: flex;
    justify-content: space-between;
    align-items: end;
    text-align: left;
    margin-top: 36px;
    font-size: .85rem;
    color: #bfdbdf
}

.visual-number {
    font-size: .7rem;
    color: var(--gold)
}

.strap {
    background: #003b73;
    color: #fff
}

.strap .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 20px;
    font-size: .9rem
}

.section {
    padding-block: 100px
}

.section-heading {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 40px
}

h2 {
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.15;
    letter-spacing: -.035em;
    font-weight: 600;
    margin: 0 0 20px
}

h3 {
    line-height: 1.3
}

.section-heading p:last-child {
    color: var(--muted);
    max-width: 470px
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.area-card {
    position: relative;
    border: 1px solid var(--line);
    background: white;
    border-radius: 5px;
    min-height: 140px;
    padding: 19px;
    text-decoration: none;
    transition: transform .2s, border-color .2s, background .2s
}

.area-card:hover {
    transform: translateY(-4px);
    border-color: var(--tech);
    background: #f1f8fe
}

.area-index {
    color: var(--tech);
    font-size: 1.5rem
}

.area-card h3 {
    font-size: 1rem;
    margin: 22px 0 5px
}

.area-arrow {
    position: absolute;
    right: 15px;
    top: 17px;
    color: var(--green)
}

.diagnostic {
    background: var(--paper);
    position: relative;
    background-image: var(--governance-image);
    background-size: 600px;
    background-position: left center;
    background-repeat: no-repeat
}

.diagnostic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.diagnostic p {
    max-width: 470px;
    color: var(--muted)
}

.text-link {
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
    border-bottom: 1px solid #95b5d1;
    padding-bottom: 5px;
    font-size: .95rem
}

.text-link:hover {
    color: var(--tech)
}

.steps {
    padding: 0;
    margin: 0;
    list-style: none
}

.steps li {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #cbd9e2
}

.steps li:first-child {
    padding-top: 0
}

.steps li>span {
    color: var(--green);
    font-size: 1.5rem
}

.steps h3 {
    margin: 0;
    font-size: 1rem
}

.steps p {
    margin: 8px 0 0;
    font-size: .95rem
}

.foundations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.foundations article {
    padding: 35px;
    border: 1px solid var(--line);
    border-top: 3px solid var(--tech)
}

.foundations article:nth-child(2) {
    border-top-color: var(--green)
}

.country {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: .75rem;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: .05em
}

.country span:first-child {
    color: var(--blue)
}

.foundations h3 {
    font-size: 1.7rem;
    letter-spacing: -.02em;
    margin: 28px 0 20px
}

.foundations p {
    color: var(--muted);
    margin-bottom: 25px
}

.foundations small {
    display: block;
    font-size: .75rem;
    color: var(--muted);
    margin-top: 23px
}

.promo {
    background: var(--blue);
    color: white;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 50px;
    padding: 55px 60px;
    border-radius: 8px
}

.promo .eyebrow {
    color: var(--gold)
}

.promo p {
    max-width: 550px
}

.promo .invoice {
    font-size: .8rem;
    letter-spacing: .12em;
    margin-bottom: 0
}

.discount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #6087ab;
    line-height: 1.3
}

.discount>span {
    font-size: .85rem;
    letter-spacing: .13em
}

.discount strong {
    font-size: 8rem;
    font-weight: 500;
    letter-spacing: -.06em;
    color: var(--gold)
}

.discount strong span {
    font-size: 3.5rem
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px
}

.contact-intro p {
    color: var(--muted);
    max-width: 360px
}

.contact-intro em {
    color: var(--green)
}

.contact-intro .eyebrow {
    color: var(--green)
}

.small-note {
    font-size: .85rem;
    margin-top: 32px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.form-grid label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: .85rem;
    font-weight: 600
}

.full {
    grid-column: 1/-1
}

.full label {
    width: 100%
}

input, select, textarea {
    width: 100%;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid #a5b7c6;
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    font-size: 1rem
}

textarea {
    resize: vertical
}

input:focus, select:focus, textarea:focus {
    border-color: var(--tech)
}

:focus-visible {
    outline: 3px solid #008de0;
    outline-offset: 4px
}

.consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: .85rem;
    margin: 25px 0
}

.consent input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 3px;
    accent-color: var(--blue)
}

.consent a {
    color: var(--blue)
}

#form-status {
    font-size: .9rem;
    min-height: 28px
}

#form-status[data-kind=error] {
    color: #a11d28
}

#form-status[data-kind=success] {
    color: #006b39
}

.trap, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

footer {
    background: var(--navy);
    color: #c3d3df;
    padding-block: 40px
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    font-size: .85rem
}

footer strong {
    font-size: 1.5rem;
    color: #fff
}

footer p {
    margin: 5px 0
}

.skip {
    position: fixed;
    top: -100px;
    left: 10px;
    z-index: 100;
    background: white;
    padding: 10px
}

.skip:focus {
    top: 10px
}

.menu-toggle {
    background: white;
    border: 1px solid var(--line);
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--blue)
}

.legal {
    max-width: 800px;
    padding-block: 65px
}

.legal h1 {
    font-size: 2.5rem;
    line-height: 1.2
}

.legal h2 {
    font-size: 1.5rem;
    margin-top: 35px
}

.notice {
    border-left: 4px solid var(--gold);
    padding: 18px;
    background: var(--paper)
}

@media(max-width:1050px) {
    nav {
        gap: 16px
    }

    .brand img {
        width: 175px
    }

    .hero-grid {
        gap: 30px
    }

    .areas-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .contact-grid {
        gap: 40px
    }

    .hero-link {
        margin-left: 0;
        display: block
    }

    .hero-visual {
        min-height: 440px
    }

    .diagnostic-grid {
        gap: 50px
    }

    .section-heading {
        gap: 35px
    }
}

@media(max-width:780px) {
    .nav {
        min-height: 76px;
        flex-wrap: wrap;
        padding-block: 14px
    }

    .menu-toggle:not([hidden]) {
        display: block
    }

    nav {
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 12px
    }

    nav[data-collapsed=true] {
        display: none
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-block: 48px;
        gap: 45px
    }

    .hero h1 {
        font-size: clamp(2.65rem, 8vw, 4rem)
    }

    .hero-visual {
        min-height: 0;
        max-width: 490px;
        width: 100%;
        margin-inline: auto
    }

    .visual-content {
        padding: 35px
    }

    .strap .container {
        flex-wrap: wrap;
        font-size: .8rem;
        gap: 8px 24px
    }

    .section {
        padding-block: 65px
    }

    .section-heading, .diagnostic-grid, .contact-grid {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .section-heading {
        margin-bottom: 28px
    }

    .section-heading p {
        margin-top: 0
    }

    .foundations {
        grid-template-columns: 1fr
    }

    .promo {
        grid-template-columns: 1fr;
        padding: 35px 25px;
        gap: 25px
    }

    .discount {
        border-left: 0;
        border-top: 1px solid #6087ab;
        padding-top: 25px
    }

    .discount strong {
        font-size: 6rem
    }

    .contact-intro p {
        max-width: none
    }

    .footer-grid {
        flex-wrap: wrap
    }

    .form-grid {
        gap: 16px
    }

    .contact-intro h2 br {
        display: none
    }

    .steps {
        margin-top: 15px
    }
}

@media(max-width:480px) {
    .areas-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .area-card {
        padding: 15px;
        min-height: 126px
    }

    .area-card h3 {
        font-size: .95rem;
        overflow-wrap: anywhere
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .foundations article {
        padding: 24px
    }

    .country {
        flex-wrap: wrap
    }

    .hero .eyebrow {
        font-size: .7rem
    }

    .principles {
        gap: 12px
    }

    .visual-content {
        padding: 30px 22px
    }

    .orbit {
        max-width: 250px
    }

    .footer-grid>div {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *, *::before, *::after {
        animation: none !important;
        transition: none !important
    }
}

@media(prefers-reduced-motion:no-preference) {
    .hero h1 {
        animation: enter .7s ease-out both
    }

    @keyframes enter {
        from {
            opacity: 0;
            transform: translateY(14px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }
}

@media(min-width:781px) {
    .menu-toggle {
        display: none
    }
}