:root {
    --bg: #ffffff;
    --surface: #ffffff;
    --ink: #111111;
    --muted: #2c2c2c;
    --line: #111111;
    --blue: #1d2fa3;
    --red: #ff141b;
    --yellow: #ffe900;
    --nav-height: 76px;
    --radius: 5px;
    --container: 1684px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--nav-height) + 24px);
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--ink);
    background: var(--bg);
}

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

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(100% - 32px, var(--container));
}

.main-nav {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(17, 17, 17, 0.16);
    backdrop-filter: blur(12px);
}

.nav-desktop {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 75px;
    gap: 24px;
}

.nav-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.navbar-brand {
    padding: 0;
}

.quote-separador{
    font-size: 0;
    margin-top: 80px;
    margin-bottom: 80px;
}

.brand-logo {
    width: 96px;
    height: auto;
}

.nav-cluster {
    display: flex;
    align-items: center;
}

.nav-cluster-left {
    justify-content: flex-start;
}

.nav-cluster-right {
    justify-content: flex-end;
    gap: 20px;
}

.nav-inline-links {
    display: flex;
    flex-direction: row;
}

.navbar-toggler {
    border: 0;
    padding: 8px 10px;
}

.navbar-nav .nav-link {
    padding: 8px 18px !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--ink);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--blue);
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.lang-btn {
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 0.58;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.lang-btn:hover,
.lang-btn.is-active {
    opacity: 1;
    transform: translateY(-1px);
}

.lang-flag {
    width: 34px;
    height: auto;
}

.hero-section,
.story-section,
.journey-section,
.schools-section,
.possible-section,
.utopia-section,
.library-section,
.stories-section,
.shield-section,
.credentials-section,
.contact-section,
.transparency-section,
.quote-section {
    padding: 22px 0;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: calc(var(--nav-height) + 56px);
}

.hero-panel,
.stories-panel,
.contact-panel,
.transparency-card {
    background: var(--surface);
}

.hero-panel {
    min-height: calc(100vh - var(--nav-height) - 96px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-intro {
    max-width: 1120px;
}

.hero-intro h2 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
}

.hero-intro-copy {
    margin-top: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}

.hero-intro-copy p {
    margin: 0 0 4px;
}

.hero-intro-copy strong {
    font-weight: 600;
}

.hero-pretitle {
    margin: 120px 0 36px;
    font-family: "Inter", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1;
}

.hero-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.24;
}

.hero-title strong,
.hero-title b {
    font-weight: 600;
}

.hero-title em {
    font-style: italic;
}

.hero-title br + * {
    display: inline;
}

.hero-flags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 72px;
}

.hero-flag {
    height: 44px;
}

.hero-flag-red {
    width: 17px;
    background: var(--red);
}

.hero-flag-yellow {
    width: 28px;
    background: var(--yellow);
}

.hero-flag-blue {
    width: 46px;
    background: var(--blue);
}

.hero-scroll,
.down-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 88px;
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
}

.section-block,
.school-block,
.credentials-section .row,
.contact-section,
.transparency-section {
    /*border-top: 1px solid rgba(17, 17, 17, 0.18);*/
}

.section-block,
.school-block,
.credentials-section .row {
    /*padding-top: 72px;*/
}

.school-block + .school-block,
.contact-section,
.transparency-section {
    /*margin-top: 72px;*/
}

.story-copy h2,
.section-heading h2,
.school-heading h2,
.stories-panel h2 {
    margin: 0;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.14;
}

.story-copy-centered {
    text-align: center;
}

.viaje_separador {
    height: 50px;
    font-size: 0;
}
.quote_separador {
    height: 40px;
    font-size: 0;
}

.nuestro_viaje_separador {
    height: 50px;
    font-size: 0;
}

#viaje .story-copy h2 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.14;
}

#journey_intro_1,
#journey_arrival_1 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.45;
}

#journey_intro_2,
#journey_arrival_2 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

#journey_intro_3 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

#journey_arrival_arrow {
    margin-top: 16px;
}

.journey-copy-right {
    text-align: left;
}

.copy-stack,
.copy-stack p,
.copy-stack ul {
    margin: 0;
    color: var(--ink);
    font-size: clamp(18px, 2vw, 20px);
    line-height: 1.55;
}

.copy-stack {
    display: grid;
    gap: 28px;
}

.copy-stack strong {
    font-weight: 600;
}

.copy-stack em,
.school-tagline,
.utopia-copy,
.possible-kicker {
    font-style: italic;
}

.copy-stack h2,
.copy-stack h3 {
    margin: 0;
    font-size: clamp(40px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.1;
}

.section-heading {
    text-align: center;
}

.section-heading > p:first-child,
.school-heading p:first-child,
.liceo-label {
    margin: 0 0 20px;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 400;
}

.lead-copy {
    max-width: 1080px;
    margin: 40px auto 0;
}

.center-copy {
    max-width: 1120px;
    margin-inline: auto;
    text-align: center;
}

#nuestro-viaje .section-heading h2 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

#our_journey_intro,
#our_journey_values {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.35;
}

#our_journey_closing {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.35;
}

#our_journey_intro p,
#our_journey_values p,
#our_journey_closing p {
    margin: 0;
}

#embrace_body p:first-child,
#embrace_body p:first-child strong {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

#embrace_body p:nth-child(2) {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
}

#embrace_body p:nth-child(n + 3) {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

#manos .school-heading > p:first-child {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
}

#manos .school-heading h2 {
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.04;
}

.hands-copy {
    gap: 28px;
}

#hands_lead p,
#hands_body p,
#hands_movements p,
#hands_tesina p {
    margin: 0;
}

#hands_lead p,
#hands_lead p strong {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.hands_separador {
    height: 50px;
    font-size: 0;
}

#hands_body,
#hands_body p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

#hands_body {
    display: grid;
    gap: 28px;
}

#hands_movements,
#hands_movements p {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
}

#hands_tesina,
#hands_tesina p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

#hands_tesina strong {
    font-weight: 600;
}

#manos .media-classroom {
    width: min(100%, 645px);
    height: 910px;
    min-height: 910px;
    margin-left: auto;
}

#universo .school-heading > p:first-child {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
}

#universo .school-heading h2 {
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.04;
}

.universe-copy {
    gap: 28px;
}

#universe_lead p,
#universe_body p,
#universe_tesina p {
    margin: 0;
}

#universe_lead p,
#universe_lead p strong {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.universe_separador {
    height: 50px;
    font-size: 0;
}

#universe_body,
#universe_body p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

#universe_body {
    display: grid;
    gap: 28px;
}

#universe_tesina,
#universe_tesina p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

#universe_tesina strong {
    font-weight: 600;
}

#universo .media-classroom {
    width: min(100%, 645px);
    height: 910px;
    min-height: 910px;
    margin-left: auto;
}

.triptych {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 64px 0 72px;
}

.school-heading {
    max-width: 1160px;
    margin: 0 auto 56px;
    text-align: center;
}

.school-heading h2 {
    font-size: clamp(62px, 7vw, 96px);
}

.school-tagline {
    margin: 24px auto 0;
    max-width: 980px;
    font-size: clamp(24px, 2.2vw, 24px);
    line-height: 1.45;
}

.possible-section .section-heading h2 {
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.04;
    margin-top: 40px;
}

.possible-kicker {
    margin: 24px auto 0;
    max-width: 980px;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.45;
}

.possible-copy {
    gap: 28px;
}

#possible_lead p,
#possible_body p,
#possible_languages p,
#possible_tesina p {
    margin: 0;
}

#possible_lead p,
#possible_lead p strong {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.possible_separador {
    height: 50px;
    font-size: 0;
}

#possible_body {
    display: grid;
    gap: 28px;
}

#possible_body,
#possible_body p,
#possible_languages,
#possible_languages p,
#possible_tesina,
#possible_tesina p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

#possible_languages strong,
#possible_tesina strong {
    font-weight: 600;
}

#utopia_intro {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
}

#utopia_title {
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.04;
}

.utopia_separador {
    height: 50px;
    font-size: 0;
}

#liceo_label {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}

#library_eyebrow {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
}

#library_title {
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.04;
}

.library_separador {
    height: 50px;
    font-size: 0;
}

#library_body p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
}

#library_body h3 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.04;
}

.accent-red,
.accent-yellow,
.accent-blue {
    display: inline-block;
    padding: 0 14px 3px;
}

.accent-red {
    background: var(--red);
    color: #fff;
}

.accent-yellow {
    background: var(--yellow);
}

.accent-blue {
    background: var(--blue);
    color: #fff;
}

.media-card {
    overflow: hidden;
    border-radius: var(--radius);
    background: #f3f3f3;
    position: relative;
}

.media-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item > .media-image {
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 56px;
    opacity: 0.9;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background-color: rgba(17, 17, 17, 0.38);
    background-size: 55% 55%;
}

.media-tall {
    min-height: 910px;
}

.media-portrait {
    min-height: 910px;
}

#viaje .journey-media {
    width: min(100%, 445px);
    height: 628px;
    min-height: 628px;
    border-radius: 5px;
}

#viaje .journey-media-right {
    margin-left: auto;
}

#viaje .journey-media-left {
    margin-right: auto;
}

.media-vertical {
    min-height: 838px;
}

.media-classroom {
    /*min-height: 910px;*/
}

.media-rect {
    /*min-height: 960px;*/
}

.media-wide {
    /*min-height: 838px;*/
    margin-top: 48px;
}

.media-library {
    /*min-height: 910px;*/
    margin: 48px 0 64px;
}

.media-contact {
    min-height: 960px;
}

.quote-section {
    padding-top: 0;
}

.quote-block,
.quote-mini {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.quote-block p,
.quote-mini p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 400;
}

.quote-block footer,
.quote-mini footer {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.stories-panel {
    padding: 12px 0;
    text-align: center;
}

.stories-panel h2 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.04;
}

#stories_intro,
#stories_intro p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
}

.stories_separador {
    height: 50px;
    font-size: 0;
}

#stories_intro_2,
#stories_intro_2 p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.shield-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
}

.shield-image {
    width: min(100%, 760px);
    height: auto;
}

.shield-copy {
    justify-items: center;
    text-align: center;
}

#shield_body,
#shield_body p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

#shield_body_2,
#shield_body_2 p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
}

.shield_separador {
    height: 50px;
    font-size: 0;
}

#shield_body_3 {
    display: grid;
    gap: 28px;
}

#shield_body_3,
#shield_body_3 p,
#shield_body_4,
#shield_body_4 p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

#shield_body_4 {
    display: grid;
    gap: 28px;
}

#shield_body_4 p:first-child strong {
    font-weight: 600;
}

.shield-highlight {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}

.shield-closing {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

#shield_body_5,
#shield_body_5 p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.shield-flags {
    margin-top: 0;
}

.contact-panel {
    height: 100%;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 40px;
    padding: 24px 0;
    text-align: center;
}

.contact-copy h2 {
    margin: 0 0 24px;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 600;
}

.contact-meta {
    display: grid;
    gap: 18px;
}

.contact-meta p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 267px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: var(--radius);
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.transparency-card {
    border: 1px solid rgba(17, 17, 17, 0.18);
    border-radius: var(--radius);
    padding: 20px 28px;
}

#transparencia .section-heading {
    margin-bottom: 56px;
}

#transparency_title {
    font-family: "Inter", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.14;
    text-align: center;
}

#transparency_body,
#transparency_body p {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.ledger-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
    font-size: 16px;
}

.ledger-row:last-child {
    border-bottom: 0;
}

#finalidad_sheet_label,
#aporte_sheet_label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

#aporte_sheet_label {
    white-space: nowrap;
}

#texto_sheet_label,
#Total_sheet_label,
.sheet_total {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

#texto_sheet_label,
#Total_sheet_label {
    flex: 1 1 auto;
}

.sheet_total {
    flex: 0 0 auto;
    min-width: 120px;
    text-align: right;
    white-space: nowrap;
}

.site-footer {
    margin-top: 72px;
    border-top: 1px solid rgba(17, 17, 17, 0.18);
}

.footer-logos {
    padding: 48px 0 24px;
}

.footer-banner {
    width: 100%;
    border-radius: var(--radius);
}

.logo-pill {
    display: none;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.8fr;
    gap: 30px;
    padding: 24px 0 72px;
    border-top: 1px solid rgba(17, 17, 17, 0.18);
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 100vmax #000;
    clip-path: inset(0 -100vmax);
}

.footer-credits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    padding: 18px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 100vmax #000;
    clip-path: inset(0 -100vmax);
}

.footer-credits p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.footer-credits-left {
    text-align: left;
}

.footer-credits-right {
    text-align: right;
}

.footer-credits a {
    color: inherit;
    text-decoration: none;
}

.footer-credits a:hover {
    text-decoration: underline;
}

.footer-credits strong {
    font-weight: 600;
}

.footer-link-icon {
    width: 16px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
}

.footer-col strong {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.footer-col p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.footer-col a {
    color: inherit;
    text-decoration: none;
}

.footer-col a:hover {
    text-decoration: underline;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.28);
    z-index: 1030;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-2px);
}

.floating-whatsapp i {
    font-size: 30px;
}

.floating-whatsapp.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1199.98px) {
    .lang-switch {
        margin-top: 18px;
    }

    .nav-mobile .lang-switch {
        margin-top: 16px;
    }

    .hero-pretitle {
        margin-top: 72px;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-credits {
        grid-template-columns: 1fr;
    }

    .footer-credits-left,
    .footer-credits-right {
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .hero-section,
    .story-section,
    .journey-section,
    .schools-section,
    .possible-section,
    .utopia-section,
    .library-section,
    .stories-section,
    .shield-section,
    .credentials-section,
    .contact-section,
    .transparency-section,
    .quote-section {
        padding: 56px 0;
    }

    .section-block,
    .school-block,
    .credentials-section .row {
        padding-top: 56px;
    }

    .school-block + .school-block,
    .contact-section,
    .transparency-section {
        margin-top: 56px;
    }

    .triptych {
        grid-template-columns: 1fr;
    }

    .media-tall,
    .media-portrait,
    .media-vertical,
    .media-classroom,
    .media-rect,
    .media-wide,
    .media-library,
    .media-contact {
        min-height: 520px;
    }

    #viaje .journey-media {
        width: 100%;
        height: auto;
        min-height: 520px;
        aspect-ratio: 645 / 910;
    }

    .hero-scroll,
    .down-arrow {
        margin-top: 56px;
    }
}

@media (max-width: 767.98px) {
    .container {
        width: min(100% - 24px, var(--container));
    }

    .brand-logo {
        width: 82px;
    }

    .navbar-nav .nav-link {
        padding-inline: 0 !important;
    }

    .hero-panel {
        min-height: auto;
    }


    #viaje .story-copy h2 {
        font-size: clamp(36px, 8vw, 48px);
    }

    #journey_intro_1,
    #journey_arrival_1 {
        font-size: clamp(20px, 5vw, 24px);
    }

    #journey_intro_2,
    #journey_intro_3,
    #journey_arrival_2 {
        font-size: clamp(28px, 7vw, 36px);
    }

    #nuestro-viaje .section-heading h2,
    #our_journey_intro,
    #our_journey_values,
    #our_journey_closing {
        font-size: clamp(28px, 7vw, 36px);
    }

    #embrace_body p:first-child,
    #embrace_body p:first-child strong {
        font-size: clamp(24px, 6vw, 32px);
    }

    #embrace_body p:nth-child(2) {
        font-size: clamp(22px, 5.5vw, 28px);
    }

    #embrace_body p:nth-child(n + 3) {
        font-size: clamp(18px, 4.6vw, 20px);
    }

    #manos .school-heading > p:first-child {
        font-size: clamp(20px, 5vw, 24px);
    }

    #manos .school-heading h2 {
        font-size: clamp(52px, 14vw, 96px);
    }

    #universo .school-heading > p:first-child {
        font-size: clamp(20px, 5vw, 24px);
    }

    #universo .school-heading h2 {
        font-size: clamp(52px, 14vw, 96px);
    }

    #hands_lead p,
    #hands_lead p strong {
        font-size: clamp(24px, 6vw, 32px);
    }

    .hands_separador {
        height: 40px;
    }

    #hands_body,
    #hands_body p,
    #hands_tesina,
    #hands_tesina p {
        font-size: clamp(18px, 4.6vw, 20px);
    }

    #hands_movements,
    #hands_movements p {
        font-size: clamp(22px, 5.5vw, 28px);
    }

    #universe_lead p,
    #universe_lead p strong {
        font-size: clamp(24px, 6vw, 32px);
    }

    .universe_separador {
        height: 40px;
    }

    #universe_body,
    #universe_body p,
    #universe_tesina,
    #universe_tesina p {
        font-size: clamp(18px, 4.6vw, 20px);
    }

    .hero-intro h2 {
        font-size: clamp(32px, 8vw, 40px);
    }

    .hero-pretitle,
    .hero-title {
        font-size: clamp(38px, 10vw, 55px);
    }

    .hero-pretitle {
        margin-top: 56px;
        margin-bottom: 28px;
    }

    .hero-flags {
        margin-top: 44px;
    }

    .copy-stack,
    .copy-stack p,
    .copy-stack ul,
    .section-heading > p:first-child,
    .school-heading p:first-child,
    .school-tagline {
        font-size: 18px;
    }

    .school-heading h2 {
        font-size: clamp(52px, 14vw, 78px);
    }

    .possible-section .section-heading h2 {
        font-size: clamp(52px, 14vw, 96px);
    }

    .possible-kicker {
        font-size: clamp(20px, 5vw, 24px);
    }

    #possible_lead p,
    #possible_lead p strong {
        font-size: clamp(24px, 6vw, 32px);
    }

    .possible_separador {
        height: 40px;
    }

    #possible_body,
    #possible_body p,
    #possible_languages,
    #possible_languages p,
    #possible_tesina,
    #possible_tesina p {
        font-size: clamp(18px, 4.6vw, 20px);
    }

    #utopia_intro {
        font-size: clamp(24px, 6vw, 32px);
    }

    #utopia_title {
        font-size: clamp(52px, 14vw, 96px);
    }

    .utopia_separador {
        height: 40px;
    }

    #liceo_label {
        font-size: clamp(24px, 6vw, 32px);
    }

    #library_eyebrow {
        font-size: clamp(24px, 6vw, 32px);
    }

    #library_title {
        font-size: clamp(52px, 14vw, 96px);
    }

    .library_separador {
        height: 40px;
    }

    #library_body p {
        font-size: clamp(24px, 6vw, 32px);
    }

    #library_body h3 {
        font-size: clamp(52px, 14vw, 96px);
    }

    .stories-panel h2 {
        font-size: clamp(52px, 14vw, 96px);
    }

    #stories_intro,
    #stories_intro p {
        font-size: clamp(28px, 7vw, 36px);
    }

    .stories_separador {
        height: 40px;
    }

    #stories_intro_2,
    #stories_intro_2 p {
        font-size: clamp(24px, 6vw, 32px);
    }

    #shield_body,
    #shield_body p,
    #shield_body_2,
    #shield_body_2 p,
    .shield-highlight {
        font-size: clamp(24px, 6vw, 32px);
    }

    .shield_separador {
        height: 40px;
    }

    #shield_body_3,
    #shield_body_3 p,
    #shield_body_4,
    #shield_body_4 p,
    #shield_body_5,
    #shield_body_5 p {
        font-size: clamp(18px, 4.6vw, 20px);
    }

    .shield-closing {
        gap: 16px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        padding-bottom: 104px;
    }

    .contact-panel {
        justify-items: start;
        text-align: left;
    }
}
