:root{
  --navy:#111936;--navy-2:#1b264e;--plum:#4b1f46;--purple:#6d2f65;
  --gold:#c9a227;--cream:#fffaf0;--paper:#f6f2ea;--ink:#172039;
  --muted:#667085;--white:#fff;--green:#154c45;--line:rgba(17,25,54,.13);
  --shadow:0 24px 60px rgba(17,25,54,.13);--radius:26px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font:400 1rem/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}img{display:block;max-width:100%}.skip{position:absolute;left:-9999px;top:1rem;background:#fff;padding:.7rem 1rem;z-index:30}.skip:focus{left:1rem}.topbar{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.1rem,4vw,5rem);background:rgba(17,25,54,.96);color:#fff;position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1)}.brand{display:flex;gap:.75rem;align-items:center;text-decoration:none}.brand-mark{width:44px;height:44px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-family:Georgia,serif;font-weight:700}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.12em}.brand small{font-size:.72rem;opacity:.76}.topbar nav{display:flex;align-items:center;gap:1.5rem}.topbar nav a{text-decoration:none;font-size:.9rem}.topbar nav a:not(.nav-cta):hover{color:var(--gold)}.nav-cta{border:1px solid var(--gold);color:var(--gold);padding:.65rem 1rem;border-radius:999px}.hero{min-height:720px;position:relative;display:grid;align-items:center;overflow:hidden;background:var(--navy)}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,34,.98) 0%,rgba(8,14,34,.91) 37%,rgba(8,14,34,.25) 72%,rgba(8,14,34,.08) 100%)}.hero-content{position:relative;z-index:2;color:#fff;width:min(680px,88vw);margin-left:clamp(1.25rem,7vw,8rem);padding:6rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:.78rem;color:var(--gold);margin:0 0 1rem}.eyebrow.dark{color:var(--purple)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin-top:0}h1{font-size:clamp(2.55rem,6vw,5.4rem);letter-spacing:-.045em;margin-bottom:1.4rem}h2{font-size:clamp(2.15rem,4.4vw,4.2rem);letter-spacing:-.035em;margin-bottom:1rem}h3{font-size:1.65rem}.hero-copy{font-size:clamp(1.05rem,1.6vw,1.25rem);max-width:58ch;color:rgba(255,255,255,.84)}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin:2rem 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.25rem;border-radius:999px;text-decoration:none;font-weight:700;border:0;cursor:pointer;font-size:1rem}.button.primary{background:var(--gold);color:var(--navy)}.button.primary:hover{background:#f0ca76}.button.secondary{border:1px solid rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.06)}.hero-facts{display:flex;gap:1.4rem;flex-wrap:wrap;list-style:none;padding:0;margin:2.2rem 0 0;color:rgba(255,255,255,.8)}.hero-facts li:before{content:"";display:inline-block;width:7px;height:7px;background:var(--gold);border-radius:50%;margin-right:.55rem}.section{padding:clamp(4.5rem,9vw,8rem) clamp(1.25rem,6vw,7rem)}.section-heading{text-align:center;max-width:820px;margin:0 auto 3rem}.section-heading.left{text-align:left;margin:0}.section-heading>p:last-child{color:var(--muted);font-size:1.08rem}.programs{background:var(--paper)}.program-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.program-card{position:relative;min-height:560px;padding:2rem;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(17,25,54,.05);display:flex;flex-direction:column;overflow:hidden}.program-card:before{content:"";height:6px;position:absolute;inset:0 0 auto;background:var(--purple)}.program-card.bach:before{background:var(--green)}.program-card.complete{background:var(--navy);color:#fff}.program-card.complete:before{background:var(--gold)}.card-topline{display:flex;justify-content:space-between;gap:.7rem;text-transform:uppercase;letter-spacing:.1em;font-size:.73rem;font-weight:800;color:var(--purple)}.bach .card-topline{color:var(--green)}.complete .card-topline{color:var(--gold)}.program-number{font:700 3.5rem/1 Georgia,serif;color:rgba(75,31,70,.12);margin:2.2rem 0 .6rem}.complete .program-number{color:rgba(255,255,255,.12)}.program-card>p:not(.program-number){color:var(--muted)}.complete>p:not(.program-number){color:rgba(255,255,255,.7)}dl{margin:1.1rem 0 1.8rem}dl div{display:flex;justify-content:space-between;gap:1rem;padding:.78rem 0;border-bottom:1px solid var(--line)}.complete dl div{border-color:rgba(255,255,255,.15)}dt{color:var(--muted)}.complete dt{color:rgba(255,255,255,.65)}dd{margin:0;text-align:right;font-weight:750}.text-link{margin-top:auto;font-weight:800;color:var(--purple);text-decoration:none}.bach .text-link{color:var(--green)}.complete .text-link{color:var(--gold)}.text-link span{transition:margin .2s}.text-link:hover span{margin-left:.4rem}.price-note{text-align:center;color:var(--muted);font-size:.88rem;margin:2rem auto 0;max-width:760px}.calendar{background:linear-gradient(135deg,var(--navy),var(--plum));color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,7vw,7rem);align-items:center}.calendar-intro p:last-child{color:rgba(255,255,255,.72);max-width:55ch}.date-stack{display:grid;gap:1rem}.date-stack article{display:flex;align-items:center;gap:1.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);padding:1.4rem;border-radius:22px}.date-stack time{display:flex;align-items:center;gap:.8rem;border-right:1px solid rgba(255,255,255,.18);padding-right:1.5rem}.date-stack time strong{font:700 3.5rem/1 Georgia,serif;color:var(--gold)}.date-stack time span{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.date-stack h3{margin:0 0 .3rem}.date-stack p{margin:0;color:rgba(255,255,255,.7)}.learning{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(2rem,7vw,7rem);background:#fff}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.feature-grid article{background:var(--paper);padding:1.5rem;border-radius:20px;border:1px solid var(--line)}.feature-grid span{display:block;color:var(--purple);font-weight:900;font-size:.8rem;letter-spacing:.12em;margin-bottom:2rem}.feature-grid h3{font-size:1.35rem;margin-bottom:.7rem}.feature-grid p{margin:0;color:var(--muted)}.contact{background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,8vw,8rem);align-items:center}.contact-copy>p:not(.eyebrow){color:rgba(255,255,255,.78)}.institutional{border-top:1px solid rgba(255,255,255,.18);padding-top:1.4rem}.contact form{background:#fff;color:var(--ink);padding:clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius);box-shadow:var(--shadow)}label{display:grid;gap:.4rem;font-weight:750;margin-bottom:1rem}input,select{width:100%;min-height:50px;border:1px solid #cdd2dc;border-radius:12px;padding:.7rem .85rem;background:#fff;color:var(--ink);font:inherit}input:focus,select:focus{outline:3px solid rgba(226,183,91,.4);border-color:var(--gold)}.consent{grid-template-columns:auto 1fr;align-items:start;font-weight:400;font-size:.9rem}.consent input{width:20px;min-height:20px;margin-top:.2rem}.contact .button{width:100%}.form-note{font-size:.9rem;color:var(--muted);margin-bottom:0}footer{background:#0b1128;color:#fff;padding:2.5rem clamp(1.25rem,6vw,7rem);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}footer p{margin:0;color:rgba(255,255,255,.65)}footer a{color:var(--gold)}.floating-whatsapp{position:fixed;right:1.1rem;bottom:1.1rem;z-index:15;background:#176b5d;color:#fff;text-decoration:none;font-weight:800;padding:.8rem 1rem;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.live-banner{display:flex;justify-content:center;align-items:center;gap:1rem;padding:.8rem clamp(1rem,4vw,4rem);background:var(--gold);color:var(--navy);text-align:center;border-bottom:1px solid rgba(17,25,54,.16)}
.live-banner strong{font-size:1.02rem}
.live-banner span{font-size:.88rem}
.opening-visual{margin:0;padding:clamp(.75rem,1.5vw,1.25rem) clamp(.75rem,3vw,3rem);background:#0b1128}
.opening-visual img{width:min(1480px,100%);height:auto;margin:auto;border-radius:clamp(14px,2vw,26px);border:1px solid rgba(226,183,91,.32);box-shadow:0 22px 55px rgba(0,0,0,.28)}
.registration-badge{display:inline-block!important;align-self:flex-start;background:#f7eed7;color:#70531a!important;border:1px solid #e7cf91;border-radius:999px;padding:.45rem .7rem;font-size:.78rem;line-height:1.35;font-weight:850;margin:.1rem 0 1rem}.course-catalog{background:#fff}.course-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.short-course{grid-column:span 2;border:1px solid var(--line);border-radius:22px;padding:1.5rem;background:linear-gradient(145deg,#fff,#f9f7f2);display:flex;flex-direction:column;min-height:390px}.short-course.featured-course{grid-column:span 4;background:linear-gradient(135deg,#fff7f4,#f3e8ef)}.course-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900;letter-spacing:.06em;margin-bottom:1.2rem}.short-course.blue .course-icon{background:#145aa3}.short-course.purple .course-icon{background:var(--purple)}.short-course.green .course-icon{background:var(--green)}.short-course.copper .course-icon{background:#8b492f}.short-course.wine .course-icon{background:#7a2948}.course-meta{text-transform:uppercase;letter-spacing:.09em;font-size:.75rem;font-weight:850;color:var(--muted)}.short-course h3{font-size:1.5rem;margin-bottom:.8rem}.short-course ul{padding-left:1.1rem;color:var(--muted);margin:0 0 1.5rem}.short-course li{margin-bottom:.4rem}.short-course a{margin-top:auto;text-decoration:none;font-weight:850;color:var(--purple)}.credential-note{max-width:880px;margin:2rem auto 0;background:var(--paper);border-left:4px solid var(--gold);padding:1rem 1.2rem;color:var(--muted)}
.complete .integral-badge{background:rgba(226,183,91,.14);color:var(--gold)!important;border-color:rgba(226,183,91,.55)}
@media(max-width:980px){.topbar nav a:not(.nav-cta){display:none}.program-grid{grid-template-columns:1fr}.program-card{min-height:auto}.course-grid{grid-template-columns:1fr 1fr}.short-course,.short-course.featured-course{grid-column:span 1}.calendar,.learning,.contact{grid-template-columns:1fr}.section-heading.left{margin:0 0 2rem}.hero{min-height:680px}.hero-overlay{background:linear-gradient(90deg,rgba(8,14,34,.98),rgba(8,14,34,.78))}}
@media(max-width:620px){.topbar{height:72px}.brand small{display:none}.nav-cta{font-size:.8rem;padding:.55rem .75rem}.live-banner{display:grid;gap:.15rem;padding:.7rem 1rem}.live-banner strong{font-size:.92rem}.live-banner span{font-size:.78rem}.opening-visual{padding:.65rem}.opening-visual img{border-radius:14px}.hero-content{margin-left:1.25rem;padding:4rem 0}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-facts{display:grid;gap:.5rem}.section{padding:4rem 1.15rem}.feature-grid,.course-grid{grid-template-columns:1fr}.date-stack time{min-width:128px}.date-stack time strong{font-size:2.8rem}.date-stack article{gap:1rem;padding:1rem}footer{display:grid}.floating-whatsapp{font-size:.88rem}.program-card{padding:1.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Visual content and brand additions */
.brand-logo{width:48px;height:48px;border-radius:50%;object-fit:contain;flex:0 0 auto}
.hero-content{padding:5rem 0}
.hero-content .hero-logo{position:static;width:96px;height:96px;object-fit:contain;margin:0 0 1.2rem}
.institution-name{max-width:42ch;margin:-.35rem 0 1.2rem;color:rgba(255,255,255,.72);font-size:.82rem;line-height:1.45;letter-spacing:.08em;text-transform:uppercase}
.program-card{min-height:auto;padding:1.35rem}
.program-image{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:18px;margin:.45rem 0 1.25rem}
.complete .program-image{aspect-ratio:1672/941;background:#0b1128}
.inclusion-note{font-size:.83rem!important;line-height:1.5;background:#f8f4ea;padding:.85rem;border-radius:12px;border:1px solid var(--line);margin:.2rem 0 1rem}
.inclusion-note.integral{background:rgba(255,255,255,.08);color:rgba(255,255,255,.8)!important;border-color:rgba(255,255,255,.14)}
.director{display:grid;grid-template-columns:minmax(300px,.9fr) 1.1fr;gap:clamp(2rem,7vw,7rem);align-items:center;background:#fff}
.portrait-frame{border-radius:28px;overflow:hidden;background:var(--navy);box-shadow:var(--shadow)}
.portrait-frame img{width:100%;height:auto;object-fit:contain}
.director-copy>p{color:var(--muted);font-size:1.08rem}
.role-list{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;padding:0;margin:1.5rem 0 0}
.role-list li{background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:.5rem .8rem;font-weight:750}
.evidence{background:var(--paper)}
.evidence-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}
.institution-identity{max-width:1100px;margin:0 auto 2rem;display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.4rem 2rem;box-shadow:0 14px 35px rgba(17,25,54,.06)}
.seal-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}
.seal-pair figure{margin:0;text-align:center}
.seal-pair img{width:128px;height:128px;object-fit:contain;margin:auto}
.seal-pair figcaption{margin-top:.45rem;color:var(--navy);font-size:.76rem;font-weight:850;letter-spacing:.1em}
.institution-identity h3{font-size:clamp(1.55rem,3vw,2.35rem);margin-bottom:.8rem}
.institution-identity p{color:var(--muted);margin:.55rem 0}
.institution-identity .registry-line{color:var(--navy);background:var(--paper);border-left:4px solid var(--gold);padding:.8rem 1rem}
.document-frame{margin:0;background:#fff;padding:1rem;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 35px rgba(17,25,54,.08)}
.document-frame img{width:100%;height:auto;object-fit:contain}

/* Aplicación final v44: mantiene visibles la institución y las fechas. */
.topbar .brand-copy .brand-institution{
  display:block!important;
  max-width:390px!important;
  margin-top:.42rem!important;
  color:#fff!important;
  font-size:.7rem!important;
  font-weight:650!important;
  line-height:1.25!important;
  letter-spacing:.02em!important;
  opacity:.96!important;
}
.course-meta{display:grid!important;gap:.42rem!important;margin:.9rem 0 1.05rem!important;text-transform:none!important;letter-spacing:0!important}
.course-meta .course-date{display:block;width:fit-content;padding:.5rem .72rem;border-left:5px solid #d4af37;border-radius:9px;color:#111936;background:linear-gradient(135deg,#fff4cf,#f1d58b);box-shadow:0 7px 18px rgba(17,25,54,.12);font-size:1.12rem;font-weight:850;line-height:1.2}
.course-meta>span{color:var(--muted);font-size:.78rem;font-weight:750;letter-spacing:.045em;text-transform:uppercase}
.program-card.homeopathy .card-topline span:first-child,.program-card.bach .card-topline span:first-child{font-size:1.32rem!important}
.schedule-grid time strong,.featured-date time strong{font-size:3.15rem!important}
@media(max-width:620px){
  .topbar .brand-copy .brand-institution{display:block!important;max-width:250px!important;font-size:.58rem!important;line-height:1.22!important}
  .topbar .brand-copy .brand-signature{display:none!important}
  .course-meta .course-date{font-size:1.18rem;padding:.58rem .7rem}
  .course-meta>span{font-size:.74rem;line-height:1.45}
  .program-card.homeopathy .card-topline span:first-child,.program-card.bach .card-topline span:first-child{font-size:1.38rem!important}
  .schedule-grid time strong,.featured-date time strong{font-size:2.75rem!important}
}

/* Versión 43: contorno dorado uniforme en botones */
.button,
.nav-cta,
.enrollment-cta,
.featured-date>a,
.floating-whatsapp{
  border:1.5px solid #d4af37!important;
  box-shadow:0 0 0 1px rgba(255,248,218,.18),0 10px 24px rgba(17,25,54,.2);
}
.button:hover,
.nav-cta:hover,
.enrollment-cta:hover,
.featured-date>a:hover,
.floating-whatsapp:hover{
  border-color:#ead184!important;
}

/* Versión 44: nombre institucional visible y fechas fáciles de identificar */
.topbar .brand-copy .brand-institution{
  display:block!important;
  max-width:390px!important;
  margin-top:.42rem!important;
  color:#fff!important;
  font-size:.7rem!important;
  font-weight:650!important;
  line-height:1.25!important;
  letter-spacing:.02em!important;
  opacity:.96!important;
}
.course-meta{
  display:grid;
  gap:.42rem;
  margin:.9rem 0 1.05rem;
  text-transform:none;
  letter-spacing:0;
}
.course-meta .course-date{
  display:block;
  width:fit-content;
  padding:.5rem .72rem;
  border-left:5px solid #d4af37;
  border-radius:9px;
  color:#111936;
  background:linear-gradient(135deg,#fff4cf,#f1d58b);
  box-shadow:0 7px 18px rgba(17,25,54,.12);
  font-size:1.12rem;
  font-weight:850;
  line-height:1.2;
}
.course-meta>span{
  color:var(--muted);
  font-size:.78rem;
  font-weight:750;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.program-card.homeopathy .card-topline span:first-child,
.program-card.bach .card-topline span:first-child{
  font-size:1.32rem!important;
}
.schedule-grid time strong,.featured-date time strong{
  font-size:3.15rem!important;
}
@media(max-width:620px){
  .topbar .brand-copy .brand-institution{
    display:block!important;
    max-width:250px!important;
    font-size:.58rem!important;
    line-height:1.22!important;
  }
  .topbar .brand-copy .brand-signature{display:none!important}
  .course-meta .course-date{font-size:1.18rem;padding:.58rem .7rem}
  .course-meta>span{font-size:.74rem;line-height:1.45}
  .program-card.homeopathy .card-topline span:first-child,
  .program-card.bach .card-topline span:first-child{font-size:1.38rem!important}
  .schedule-grid time strong,.featured-date time strong{font-size:2.75rem!important}
}

/* Versión 42 final: prevalece sobre los estilos históricos del encabezado. */
@media(max-width:760px){
  body .topbar{min-height:86px!important;height:auto!important;gap:.55rem;padding:.42rem .7rem!important}
  body .topbar .brand{min-width:0;gap:.55rem}
  body .topbar .brand-logo{width:64px!important;height:64px!important;flex:0 0 64px}
  body .topbar .brand-copy{min-width:0}
  body .topbar .brand-copy>small{display:none!important}
  body .topbar .brand-copy .brand-name{font-size:.98rem!important;gap:.18em}
  body .topbar nav{flex:0 0 auto}
  body .topbar .nav-cta{width:auto;max-width:142px;min-height:42px;padding:.5rem .68rem!important;font-size:.7rem!important;line-height:1.15;text-align:center}
}
@media(max-width:420px){
  body .topbar .brand-logo{width:58px!important;height:58px!important;flex-basis:58px}
  body .topbar .brand-copy .brand-name{font-size:.88rem!important}
  body .topbar .nav-cta{max-width:126px;font-size:.66rem!important;padding:.48rem .58rem!important}
}
.program-card.homeopathy .card-topline,.program-card.bach .card-topline{align-items:center;margin:.95rem 0 .15rem;font-size:.84rem;letter-spacing:.07em}
.program-card.homeopathy .card-topline span:first-child,.program-card.bach .card-topline span:first-child{display:inline-flex;align-items:center;min-height:52px;padding:.65rem .85rem;border:1px solid rgba(109,47,101,.24);border-left:5px solid #c9a227;border-radius:12px;color:#4b1f46;background:linear-gradient(135deg,#fff9ea,#f2e5f2);font-size:1.16rem;font-weight:900;line-height:1.15;letter-spacing:.02em;text-transform:none;box-shadow:0 8px 20px rgba(17,25,54,.09)}
.program-card.homeopathy .card-topline span:last-child,.program-card.bach .card-topline span:last-child{padding:.48rem .68rem;border-radius:999px;color:#fff;background:#4b1f46;font-size:.78rem;white-space:nowrap}
.program-card.bach .card-topline span:first-child{border-left-color:#176b5d;color:#154c45}
.program-card.bach .card-topline span:last-child{background:#154c45}
@media(max-width:760px){
  .program-card.homeopathy .card-topline,.program-card.bach .card-topline{display:grid;grid-template-columns:1fr auto;gap:.6rem}
  .program-card.homeopathy .card-topline span:first-child,.program-card.bach .card-topline span:first-child{min-height:58px;font-size:1.28rem;padding:.72rem .8rem}
}

/* Versión 41 final: CIESTH con IXCHEL en una línea y con IXCHEL visible. */
.topbar .brand-copy .brand-name,.footer-brand .brand-copy .brand-name{display:flex!important;align-items:baseline;gap:.28em;width:auto;white-space:nowrap}
.topbar .brand-copy .brand-name>span:first-child,.footer-brand .brand-copy .brand-name>span:first-child{font-size:1em;letter-spacing:.1em}
.topbar .brand-copy .brand-name .brand-join,.footer-brand .brand-copy .brand-name .brand-join{color:#d4af37;font-size:.42em;font-weight:600;letter-spacing:.02em;text-transform:lowercase}
.topbar .brand-copy .brand-name .brand-person,.footer-brand .brand-copy .brand-name .brand-person{color:#d4af37;font-size:.88em;font-weight:800;letter-spacing:.06em}
.brand-kicker{display:flex;align-items:baseline;flex-wrap:wrap;gap:.28em}
.brand-kicker strong{display:inline;font-size:1.18em;letter-spacing:.13em}
.brand-kicker small{font-size:.68em;font-weight:600;letter-spacing:.01em;text-transform:lowercase}
.brand-kicker span{display:inline;margin:0;font-size:1.08em;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.brand-kicker em{font-size:.82em;font-style:normal;letter-spacing:.08em}
@media(max-width:620px){.topbar .brand-copy .brand-name{font-size:1rem;gap:.2em}.topbar .brand-copy .brand-name .brand-person{font-size:.84em}}

/* Versión 42: encabezado móvil proporcionado y fechas de octubre prioritarias. */
.program-card.homeopathy .card-topline,
.program-card.bach .card-topline{
  align-items:center;
  margin:.95rem 0 .15rem;
  font-size:.84rem;
  letter-spacing:.07em;
}
.program-card.homeopathy .card-topline span:first-child,
.program-card.bach .card-topline span:first-child{
  display:inline-flex;
  align-items:center;
  min-height:52px;
  padding:.65rem .85rem;
  border:1px solid rgba(109,47,101,.24);
  border-left:5px solid #c9a227;
  border-radius:12px;
  color:#4b1f46;
  background:linear-gradient(135deg,#fff9ea,#f2e5f2);
  font-size:1.16rem;
  font-weight:900;
  line-height:1.15;
  letter-spacing:.02em;
  text-transform:none;
  box-shadow:0 8px 20px rgba(17,25,54,.09);
}
.program-card.homeopathy .card-topline span:last-child,
.program-card.bach .card-topline span:last-child{
  padding:.48rem .68rem;
  border-radius:999px;
  color:#fff;
  background:#4b1f46;
  font-size:.78rem;
  white-space:nowrap;
}
.program-card.bach .card-topline span:first-child{border-left-color:#176b5d;color:#154c45}
.program-card.bach .card-topline span:last-child{background:#154c45}
@media(max-width:760px){
  .topbar{min-height:86px!important;height:auto!important;gap:.55rem;padding:.42rem .7rem!important}
  .topbar .brand{min-width:0;gap:.55rem}
  .topbar .brand-logo{width:64px!important;height:64px!important;flex:0 0 64px}
  .topbar .brand-copy{min-width:0}
  .topbar .brand-copy>small{display:none!important}
  .topbar .brand-copy .brand-name{font-size:.98rem!important;gap:.18em}
  .topbar nav{flex:0 0 auto}
  .topbar .nav-cta{
    width:auto;
    max-width:142px;
    min-height:42px;
    padding:.5rem .68rem!important;
    font-size:.7rem!important;
    line-height:1.15;
    text-align:center;
  }
  .program-card.homeopathy .card-topline,
  .program-card.bach .card-topline{display:grid;grid-template-columns:1fr auto;gap:.6rem}
  .program-card.homeopathy .card-topline span:first-child,
  .program-card.bach .card-topline span:first-child{min-height:58px;font-size:1.28rem;padding:.72rem .8rem}
  .program-card.homeopathy .card-topline span:last-child,
  .program-card.bach .card-topline span:last-child{font-size:.76rem}
}
@media(max-width:420px){
  .topbar .brand-logo{width:58px!important;height:58px!important;flex-basis:58px}
  .topbar .brand-copy .brand-name{font-size:.88rem!important}
  .topbar .nav-cta{max-width:126px;font-size:.66rem!important;padding:.48rem .58rem!important}
}

/* Versión 38 final: jerarquía visible CIESTH / con IXCHEL en encabezado y cierre. */
.topbar .brand-copy strong,
.footer-brand .brand-copy strong{
  display:grid;
  gap:.18rem;
  width:max-content;
  font-family:"Open Sans",Arial,sans-serif;
  font-size:1.48rem;
  font-weight:800;
  line-height:.9;
  letter-spacing:0;
}
.topbar .brand-copy strong>span:first-child,
.footer-brand .brand-copy strong>span:first-child{
  color:#fff;
  font-size:1.12em;
  letter-spacing:.14em;
}
.topbar .brand-copy .brand-with,
.footer-brand .brand-copy .brand-with{
  color:#d4af37;
  font-size:.68em;
  font-weight:650;
  letter-spacing:.16em;
}

/* Versión 40: fechas de inicio y calendario claramente visibles. */
.hero-dates{gap:1rem;margin:1.35rem 0 1.5rem}
.hero-dates>div{
  min-height:98px;
  grid-template-columns:minmax(92px,auto) 1fr;
  column-gap:1rem;
  padding:1rem 1.1rem;
  border:1px solid rgba(201,162,39,.62);
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(109,47,101,.22));
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.hero-dates span{
  min-width:92px;
  padding:.55rem .65rem;
  border-radius:12px;
  color:#f0d66b;
  background:rgba(7,20,46,.78);
  font-size:1.28rem;
  line-height:1.05;
  text-align:center;
}
.hero-dates strong{font-size:1.08rem;line-height:1.25}
.hero-dates small{color:rgba(255,255,255,.9);font-size:.86rem;line-height:1.35}
.schedule-grid time strong,.featured-date time strong{font-size:3rem}
.schedule-grid time span,.featured-date time span{color:#fff;font-size:.78rem;line-height:1.25}
@media(max-width:620px){
  .hero-dates{gap:.85rem}
  .hero-dates>div{min-height:106px;grid-template-columns:104px 1fr;padding:1rem}
  .hero-dates span{min-width:104px;font-size:1.42rem}
  .hero-dates strong{font-size:1.08rem}
  .hero-dates small{font-size:.9rem}
  .schedule-grid time,.featured-date time{min-width:88px}
  .schedule-grid time strong,.featured-date time strong{font-size:2.65rem}
  .schedule-grid time span,.featured-date time span{font-size:.8rem}
}

/* Versión 41: IXCHEL con presencia equivalente dentro de la marca CIESTH. */
.topbar .brand-name,
.footer-brand .brand-name{
  display:flex;
  align-items:baseline;
  gap:.3em;
  width:auto;
  white-space:nowrap;
}
.topbar .brand-name>span:first-child,
.footer-brand .brand-name>span:first-child{font-size:1em;letter-spacing:.1em}
.topbar .brand-name .brand-join,
.footer-brand .brand-name .brand-join{
  color:#d4af37;
  font-size:.42em;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:lowercase;
}
.topbar .brand-name .brand-person,
.footer-brand .brand-name .brand-person{
  color:#d4af37;
  font-size:.86em;
  font-weight:800;
  letter-spacing:.06em;
}
.brand-kicker{display:flex;align-items:baseline;flex-wrap:wrap;gap:.28em}
.brand-kicker strong{display:inline;font-size:1.18em;letter-spacing:.13em}
.brand-kicker small{font-size:.68em;font-weight:600;letter-spacing:.01em;text-transform:lowercase}
.brand-kicker span{display:inline;margin:0;font-size:1.05em;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.brand-kicker em{font-size:.82em;font-style:normal;letter-spacing:.08em}
@media(max-width:620px){
  .topbar .brand-name{font-size:1rem}
  .topbar .brand-name,.footer-brand .brand-name{gap:.22em}
  .topbar .brand-name .brand-person,.footer-brand .brand-name .brand-person{font-size:.82em}
}
@media(max-width:620px){
  .topbar .brand-copy strong,
  .footer-brand .brand-copy strong{font-size:1.12rem}
}
.document-frame figcaption{color:var(--muted);font-size:.8rem;margin-top:.65rem}
.document-copy{background:#fff;border-radius:24px;padding:2rem;border:1px solid var(--line)}
.document-copy p{color:var(--muted)}
.credential-poster{max-width:780px;margin:2rem auto 0;background:#fff;padding:1rem;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 35px rgba(17,25,54,.08)}
.credential-poster img{width:100%;height:auto;object-fit:contain;border-radius:16px}
.credential-poster figcaption{color:var(--muted);font-size:.8rem;margin-top:.65rem}
.document-gallery{max-width:1100px;margin:2rem auto 0;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}
.document-gallery .credential-poster{margin:0;max-width:none}
.media-section{background:#fff}
.media-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.media-card,.student-card{border:1px solid var(--line);border-radius:24px;background:var(--paper);overflow:hidden;box-shadow:0 12px 32px rgba(17,25,54,.07)}
.media-card{text-decoration:none}
.media-card img{width:100%;height:auto;aspect-ratio:1100/619;object-fit:contain;background:#071731}
.media-card span{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;font-weight:850;color:var(--navy)}
.media-card b{color:var(--purple)}
.student-card{grid-column:1/-1;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center}
.student-card>img{width:100%;height:auto;object-fit:contain;background:#111}
.student-card>div{padding:clamp(1.5rem,4vw,3rem)}
.student-card p{color:var(--muted)}
.student-card a{color:var(--purple);font-weight:850;text-decoration:none}
.disclaimer{max-width:760px;font-size:.78rem;line-height:1.5}

@media(max-width:980px){.director,.evidence-grid{grid-template-columns:1fr}.program-image{max-height:720px}.student-card{grid-template-columns:1fr}}
@media(max-width:620px){.brand-logo{width:40px;height:40px}.hero-content .hero-logo{width:78px;height:78px}.media-grid{grid-template-columns:1fr}.program-card{padding:1rem}.program-image{border-radius:14px}.institution-identity{grid-template-columns:1fr;padding:1.25rem}.seal-pair{max-width:260px;margin:auto}.seal-pair img{width:112px;height:112px}.institution-identity>div{text-align:center}.institution-identity .registry-line{text-align:left}.document-gallery{grid-template-columns:1fr}}

/* Portada institucional: información útil e imágenes visibles desde el primer vistazo */
.brand small{font-size:.69rem;line-height:1.25;max-width:340px}
.hero{min-height:640px;grid-template-columns:minmax(0,.96fr) minmax(420px,1.04fr);gap:clamp(2rem,4vw,4rem);padding:clamp(2.5rem,4.5vw,4.5rem) clamp(1.25rem,6vw,7rem);background:radial-gradient(circle at 18% 10%,rgba(109,47,101,.55),transparent 34%),linear-gradient(135deg,#0b1128 0%,#111936 55%,#1b264e 100%)}
.hero:after{content:"";position:absolute;inset:auto -8rem -11rem auto;width:32rem;height:32rem;border:1px solid rgba(226,183,91,.18);border-radius:50%}
.hero-content{position:relative;z-index:2;width:auto;max-width:660px;margin:0;padding:0;color:#fff}
.institution-kicker{margin:0 0 .55rem;color:var(--gold);font-size:clamp(.84rem,1.2vw,1rem);font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.institution-title{font-size:clamp(2.2rem,3.5vw,3.55rem);max-width:23ch;margin-bottom:1rem;line-height:1.02}
.hero-content>.eyebrow{margin-bottom:.6rem}
.hero-headline{font-size:clamp(1.55rem,2.2vw,2.15rem);max-width:28ch;margin-bottom:.7rem;color:#fff}
.hero-copy{margin:.5rem 0 1.15rem}
.hero-dates{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:1rem 0 1.2rem}
.hero-dates>div{display:grid;grid-template-columns:auto 1fr;column-gap:.7rem;align-items:center;padding:.72rem .8rem;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(255,255,255,.07)}
.hero-dates span{grid-row:1/3;color:var(--gold);font-weight:900;font-size:.86rem;letter-spacing:.06em}
.hero-dates strong{font-size:.92rem;line-height:1.2}
.hero-dates small{color:rgba(255,255,255,.68);font-size:.7rem;line-height:1.3}
.hero-actions{margin:1.2rem 0 .75rem}
.academic-direction{margin:.65rem 0 0;font-size:.82rem;color:rgba(255,255,255,.68)}
.academic-direction strong{color:#fff}
.hero-showcase{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:.85rem;align-self:center;min-width:0;padding:1rem;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:rgba(255,255,255,.07);box-shadow:0 24px 60px rgba(0,0,0,.22);backdrop-filter:blur(10px)}
.hero-course{min-width:0;margin:0;border-radius:19px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.25)}
.hero-course img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fffaf0}
.hero-course figcaption{display:grid;gap:.1rem;padding:.7rem .8rem;background:#fff;color:var(--navy)}
.hero-course figcaption span{color:var(--purple);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.hero-course figcaption strong{font:700 .95rem/1.25 Georgia,"Times New Roman",serif}
.hero-showcase-note{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;border-radius:15px;background:var(--gold);color:var(--navy)}
.hero-showcase-note strong{font-size:.92rem}
.hero-showcase-note span{font-size:.78rem;text-align:right}
.differentiators{background:#fff}
.differentiator-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.differentiator-grid article{min-width:0;padding:1.55rem;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#fff,#f8f5ee)}
.differentiator-grid span{display:block;color:var(--purple);font-size:.8rem;font-weight:900;letter-spacing:.13em;margin-bottom:1.7rem}
.differentiator-grid h3{font-size:1.35rem;margin-bottom:.65rem}
.differentiator-grid p{margin:0;color:var(--muted)}
.course-art{width:100%;height:175px;flex:0 0 auto;margin:0 0 1.2rem;border-radius:18px;border:1px solid var(--line);background-color:#fff;background-image:url("assets/catalogo-cursos-fuente.jpeg");background-repeat:no-repeat;background-size:650% auto;box-shadow:inset 0 0 0 6px rgba(255,255,255,.65)}
.course-art-adn{background-position:7.5% 48.2%}
.course-art-rueda{background-position:7.5% 59.8%}
.course-art-feng{background-position:7.5% 70.8%}
.course-art-fisionomia{background-position:58.6% 82.9%}
.course-art.course-art-image{display:block;height:auto!important;aspect-ratio:16/9;object-fit:contain;background-color:var(--navy);background-image:none;padding:0;box-shadow:none}
.course-hook{margin:.1rem 0 .8rem;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:1.1rem;font-weight:700}
.course-caution{margin:.3rem 0 1.1rem;padding:.8rem;border-radius:12px;background:#f4f0e8;color:var(--muted);font-size:.82rem;line-height:1.5;border-left:3px solid var(--gold)}
.document-gallery .diploma-proof{grid-column:1/-1}
.payment-policy{max-width:1280px;margin:3.25rem auto 0;padding:clamp(1.4rem,4vw,2.5rem);background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 45px rgba(17,25,54,.08)}
.payment-intro{max-width:780px;margin:0 auto 2rem;text-align:center}
.payment-intro h3{font-size:clamp(1.8rem,3.3vw,2.7rem);margin-bottom:.8rem}
.payment-intro>p:last-child{margin:0;color:var(--muted)}
.payment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.payment-grid article{min-width:0;padding:1.35rem;border:1px solid var(--line);border-radius:18px;background:var(--paper)}
.payment-grid article>span{display:block;color:var(--purple);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}
.payment-grid h4,.savings-panel h4{margin:.1rem 0 .8rem;font:700 1.35rem/1.15 Georgia,"Times New Roman",serif;color:var(--navy)}
.payment-grid ul{margin:0;padding-left:1.1rem;color:var(--muted)}
.payment-grid li{margin:.55rem 0}
.payment-featured{background:var(--navy)!important;color:#fff;border-color:var(--navy)!important}
.payment-featured>span{color:var(--gold)!important}
.payment-featured h4{color:#fff}
.payment-featured ul{color:rgba(255,255,255,.78)}
.payment-featured strong{color:#fff}
.savings-panel{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}
.savings-panel>div{padding:1.5rem;border-radius:18px;background:linear-gradient(135deg,var(--plum),var(--navy));color:#fff}
.savings-panel .eyebrow{margin-bottom:.6rem}
.savings-panel h4{color:#fff;font-size:1.5rem}
.savings-panel p:last-child{margin:0;color:rgba(255,255,255,.78)}
.savings-panel strong{color:#fff}
.payment-terms{margin:1rem 0 0;padding:1rem 1.1rem;background:#fff8e9;border-left:4px solid var(--gold);border-radius:10px;color:var(--muted);font-size:.86rem;line-height:1.55}
@media(max-width:1180px){.topbar nav a:not(.nav-cta){display:none}}
@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto}.hero-content{max-width:760px}.hero-showcase{width:min(760px,100%)}.differentiator-grid{grid-template-columns:1fr 1fr}.payment-grid{grid-template-columns:1fr}.savings-panel{grid-template-columns:1fr}}
@media(max-width:620px){.hero{padding:2.5rem 1.15rem}.institution-title{font-size:clamp(2rem,10vw,2.85rem)}.hero-dates{grid-template-columns:1fr}.hero-actions{display:grid}.hero-showcase{padding:.65rem;gap:.55rem}.hero-course figcaption{padding:.55rem}.hero-course figcaption strong{font-size:.82rem}.hero-showcase-note{display:grid;gap:.15rem}.hero-showcase-note span{text-align:left}.differentiator-grid{grid-template-columns:1fr}.course-art{height:210px;background-size:650% auto}.short-course{min-width:0}.payment-policy{padding:1rem}.payment-grid article,.savings-panel>div{padding:1.15rem}}

/* Calendario académico 2026–2027 */
.academic-calendar{background:linear-gradient(145deg,#0b1128 0%,#111936 55%,#4b1f46 100%);color:#fff}
.academic-calendar .section-heading>p:last-child{color:rgba(255,255,255,.72)}
.calendar-period{max-width:1180px;margin:0 auto 1.2rem;padding:clamp(1.2rem,3vw,2rem);border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(255,255,255,.07)}
.period-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:.8rem}
.period-heading span,.mini-label{color:var(--gold);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.period-heading h3{margin:0;font-size:clamp(1.45rem,3vw,2.2rem);text-align:right}
.schedule-grid{display:grid;gap:1rem}.schedule-grid.two-columns{grid-template-columns:1fr 1fr}
.schedule-grid article,.featured-date{display:flex;align-items:center;gap:1rem;min-width:0;padding:1rem;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.schedule-grid time,.featured-date time{display:flex;align-items:center;gap:.6rem;min-width:116px;padding-right:1rem;border-right:1px solid rgba(255,255,255,.16)}
.schedule-grid time strong,.featured-date time strong{color:var(--gold);font:700 2.6rem/1 Georgia,"Times New Roman",serif}
.schedule-grid time span,.featured-date time span{font-size:.68rem;font-weight:850;letter-spacing:.08em}
.schedule-grid h4,.featured-date h4{margin:0 0 .25rem;font:700 1.25rem/1.15 Georgia,"Times New Roman",serif}
.schedule-grid p,.featured-date p{margin:0;color:rgba(255,255,255,.82)}
.schedule-grid small,.featured-date small{display:block;margin-top:.3rem;color:rgba(255,255,255,.62);line-height:1.4}
.featured-date{display:grid;grid-template-columns:auto 1fr auto}
.featured-date .mini-label{margin:0 0 .3rem;color:var(--gold)}
.featured-date>a{align-self:center;padding:.72rem 1rem;border-radius:999px;background:var(--gold);color:var(--navy);text-decoration:none;font-weight:850;white-space:nowrap}
.soul-period{background:linear-gradient(135deg,rgba(109,47,101,.42),rgba(226,183,91,.09))}
.compact-period>p,.calendar-note{margin:0;color:rgba(255,255,255,.72)}
.calendar-note{padding-top:1rem;font-size:.85rem}
@media(max-width:820px){.schedule-grid.two-columns{grid-template-columns:1fr}.featured-date{grid-template-columns:auto 1fr}.featured-date>a{grid-column:1/-1;width:100%;text-align:center}.period-heading{align-items:start}.period-heading h3{font-size:1.55rem}}
@media(max-width:520px){.calendar-period{padding:1rem}.period-heading{display:grid}.period-heading h3{text-align:left}.schedule-grid article,.featured-date{align-items:start}.schedule-grid time,.featured-date time{display:grid;min-width:70px;padding-right:.7rem}.schedule-grid time strong,.featured-date time strong{font-size:2rem}}

/* Sistema tipográfico CIESTH: uniforme, académico y legible. */
:root{--font-display:"Cormorant Garamond",Georgia,"Times New Roman",serif;--font-body:Montserrat,"Segoe UI",Arial,sans-serif}
body,button,input,select,textarea{font-family:var(--font-body)}
h1,h2,h3,h4,.brand-mark,.program-number,.date-stack time strong,.hero-course figcaption strong,.course-hook,.payment-grid h4,.savings-panel h4,.schedule-grid time strong,.featured-date time strong,.schedule-grid h4,.featured-date h4{font-family:var(--font-display)}
h1,h2,h3,h4{font-weight:600}
.brand strong{font-family:var(--font-display);font-size:1.35rem;font-weight:700;letter-spacing:.1em}
.brand small,.topbar nav,.eyebrow,.institution-kicker,.card-topline,.course-meta,.registration-badge,.mini-label,.period-heading span,.button,.text-link,.short-course a,.featured-date>a{font-family:var(--font-body)}
.button,.text-link,.short-course a,.featured-date>a{font-weight:700}
.hero-copy,.section-heading>p:last-child,.program-card p,.short-course p,.short-course li,.career-copy p,.director-copy p,.institution-identity p,.document-copy p,.student-card p{font-family:var(--font-body)}
.institution-title{font-weight:600;letter-spacing:-.025em}
.hero-headline{font-weight:600;letter-spacing:-.015em}
.program-card h3,.short-course h3,.period-heading h3{font-weight:600}
.course-hook{font-weight:600}

/* Mayor presencia y contraste para lectura y marca. */
body{font-size:17px}
.topbar{height:98px;padding-inline:clamp(1rem,4vw,4.5rem)}
.brand{gap:1rem}
.brand-logo{width:70px;height:70px;padding:.3rem;border:2px solid rgba(226,183,91,.82);background:#fffaf0;box-shadow:0 5px 18px rgba(0,0,0,.24)}
.brand strong{font-size:1.65rem;line-height:1}
.brand small{max-width:410px;margin-top:.28rem;font-size:.76rem;line-height:1.35;opacity:.9}
.topbar nav{gap:1.25rem}
.topbar nav a{font-size:.95rem;font-weight:600}
.nav-cta{padding:.75rem 1.1rem}
.hero-content .hero-logo{width:118px;height:118px;padding:.45rem;border:2px solid rgba(226,183,91,.82);border-radius:50%;background:#fffaf0;box-shadow:0 12px 30px rgba(0,0,0,.28)}
.hero-copy,.section-heading>p:last-child,.director-copy>p{font-size:1.12rem}
.program-card>p:not(.program-number),.short-course li,.short-course>p:not(.course-meta):not(.course-hook):not(.course-caution){font-size:1rem}
.button{font-size:.96rem}
@media(max-width:620px){
  body{font-size:16px}
  .topbar{height:84px;padding-inline:.85rem}
  .brand{gap:.7rem}
  .brand-logo{width:58px;height:58px;padding:.24rem}
  .brand strong{font-size:1.42rem}
  .brand small{display:none}
  .hero-content .hero-logo{width:94px;height:94px;padding:.35rem}
  .nav-cta{font-size:.82rem;padding:.62rem .78rem}
}

/* Tipografía de la página original Homeopatía con Ixchel. */
body,button,input,select,textarea,h1,h2,h3,h4,.brand-copy strong,.program-number,.date-stack time strong,.hero-course figcaption strong,.course-hook,.payment-grid h4,.savings-panel h4,.schedule-grid time strong,.featured-date time strong,.schedule-grid h4,.featured-date h4{font-family:"Open Sans",Arial,sans-serif}
h1,h2,h3,h4,.institution-title,.hero-headline{font-weight:700;line-height:1.12;letter-spacing:-.02em}
.brand-copy strong{font-weight:800;letter-spacing:.08em}

/* Tipografía igualada con ALSCA y firma institucional en tres niveles. */
body{font:400 17px/1.7 Montserrat,Arial,sans-serif}
h1,h2,h3,h4{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;line-height:1.04}
h1{font-size:clamp(3.1rem,6vw,6.5rem);letter-spacing:-.035em}
h2{font-size:clamp(2.5rem,4.5vw,4.7rem);letter-spacing:-.025em}
h3{font-size:1.65rem}
.institution-title{font-size:clamp(2.7rem,4.3vw,4.6rem);line-height:.98;letter-spacing:-.03em}
.hero-headline{font-size:clamp(1.85rem,2.7vw,2.7rem);line-height:1.04}
.brand-copy{display:grid;align-content:center;line-height:1}
.brand-copy strong{color:#fff;font:700 1.85rem/1 "Cormorant Garamond",Georgia,serif;letter-spacing:.1em}
.brand-copy small{display:block;font-family:Montserrat,Arial,sans-serif;text-transform:none}
.brand-institution{max-width:none!important;margin-top:.28rem!important;color:#fff;font-size:.72rem!important;font-weight:600;line-height:1.25!important;letter-spacing:.025em;opacity:.94!important}
.brand-signature{margin-top:.18rem!important;color:var(--gold);font-size:.62rem!important;font-weight:700;line-height:1.2!important;letter-spacing:.08em;text-transform:uppercase!important;opacity:1!important}
@media(max-width:620px){
  .topbar{min-height:92px;height:auto;padding-block:.55rem}
  .brand-logo{width:54px;height:54px}
  .brand-copy strong{font-size:1.38rem}
  .brand-copy small{display:block}
  .brand-institution{max-width:180px!important;font-size:.55rem!important;line-height:1.2!important}
  .brand-signature{font-size:.5rem!important;letter-spacing:.045em}
}

/* Ajuste definitivo: misma tipografía sans serif de la página original. */
body,button,input,select,textarea,h1,h2,h3,h4,.brand-copy strong,.brand-copy small,.program-number,.date-stack time strong,.hero-course figcaption strong,.course-hook,.payment-grid h4,.savings-panel h4,.schedule-grid time strong,.featured-date time strong,.schedule-grid h4,.featured-date h4{font-family:"Open Sans",Arial,sans-serif}
body{font-size:17px;line-height:1.65}
h1,h2,h3,h4,.institution-title,.hero-headline{font-weight:700;line-height:1.12;letter-spacing:-.02em}
.brand-copy strong{font:800 1.48rem/1 "Open Sans",Arial,sans-serif;letter-spacing:.055em}
@media(max-width:620px){.brand-copy strong{font-size:1.04rem;letter-spacing:.035em}}

/* Versión 38: nombre institucional en dos líneas, tal como se presenta la marca. */
.brand-copy strong{
  display:grid;
  gap:.18rem;
  width:max-content;
  color:#fff;
  line-height:.9;
}
.brand-copy strong>span:first-child{
  font-size:1.12em;
  letter-spacing:.14em;
}
.brand-copy .brand-with{
  color:#d4af37;
  font-size:.68em;
  font-weight:650;
  letter-spacing:.16em;
}
.institution-kicker strong{display:block;font-size:1.28em;letter-spacing:.16em}
.institution-kicker span{display:block;margin-top:.16rem;font-size:.92em;letter-spacing:.13em;text-transform:none}
@media(max-width:620px){
  .brand-copy strong{font-size:1.12rem}
  .brand-copy strong>span:first-child{letter-spacing:.11em}
  .brand-copy .brand-with{font-size:.7em;letter-spacing:.13em}
}

/* Presencia de marca, imágenes académicas y navegación entre las dos páginas. */
.topbar{min-height:118px;height:auto;padding-block:.7rem}
.brand-logo{width:92px;height:92px;padding:.48rem;border:2px solid rgba(226,183,91,.88);background:#fffaf0;box-shadow:0 6px 22px rgba(0,0,0,.24)}
.hero-content .hero-logo{width:158px;height:158px;padding:.72rem;background:#fffaf0;box-shadow:0 14px 38px rgba(0,0,0,.3)}
.course-art.course-art-image{width:100%;height:auto!important;aspect-ratio:16/9;object-fit:contain;background:#111936;border:1px solid rgba(226,183,91,.48);box-shadow:0 12px 26px rgba(17,25,54,.16)}
.floating-whatsapp{background:linear-gradient(135deg,#10244d 0%,#17628e 52%,#6d2f65 100%);border:1px solid rgba(226,183,91,.78);box-shadow:0 12px 32px rgba(16,36,77,.32)}
.ciesth-socials{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,7vw,7rem);align-items:center;background:linear-gradient(135deg,#f3ecdf,#e9dbe8)}
.ciesth-social-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.ciesth-social-grid a{display:flex;min-height:128px;flex-direction:column;justify-content:center;padding:1.25rem;border:1px solid rgba(226,183,91,.55);border-radius:20px;color:#fff;background:linear-gradient(145deg,#111936,#214f82 58%,#6d2f65);box-shadow:0 12px 26px rgba(17,25,54,.16);text-decoration:none}
.ciesth-social-grid a:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(17,25,54,.23)}
.ciesth-social-grid span{color:#e2b75b;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.ciesth-social-grid strong{margin-top:.35rem;font-size:1.05rem}
.social-group-title{max-width:1080px;width:100%;margin:1rem auto .9rem;color:#13264e;font-size:1.18rem;letter-spacing:.01em;text-align:left}
.ciesth-social-grid+.social-group-title{margin-top:2.2rem}

/* Logo sin aros superpuestos y fotografías con mayor definición visual. */
.topbar .brand-logo,
.hero-content .hero-logo,
.footer-brand .brand-logo,
.institution-identity img[src*="logo-ciesth"]{
  padding:0!important;
  border:0!important;
  border-radius:50%;
  background:transparent!important;
  box-shadow:0 9px 24px rgba(8,24,57,.2)!important;
}
.hero img,
.program-image,
.course-art,
.media-card img,
.student-card img,
.document-gallery img,
.director-photo img{
  image-rendering:auto;
  filter:contrast(1.045) saturate(1.025);
  backface-visibility:hidden;
}
.sister-bridge{display:flex;align-items:center;justify-content:space-between;gap:3rem;background:linear-gradient(120deg,#ede2db 0%,#e7cedc 58%,#ebd9b8 100%)}
.sister-bridge>div{max-width:850px}.sister-bridge p:last-child{color:var(--muted)}
@media(max-width:900px){.ciesth-socials{grid-template-columns:1fr}.sister-bridge{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){
  .topbar{min-height:102px;padding-block:.55rem}
  .brand-logo{width:68px;height:68px;padding:.34rem}
  .hero-content .hero-logo{width:116px;height:116px;padding:.5rem}
  .ciesth-social-grid{grid-template-columns:1fr}
  .ciesth-social-grid a{min-height:108px}
}

/* Composición centrada, marca protagonista y cierre en la paleta CIESTH. */
.topbar{min-height:144px;padding-block:.8rem}
.topbar .brand{gap:1.15rem}
.topbar .brand-logo{width:120px;height:120px;padding:.3rem;border-width:2px;box-shadow:0 9px 30px rgba(0,0,0,.28)}
.footer-brand .brand-logo{width:96px;height:96px;padding:.25rem}
.section-heading.left{text-align:center;margin:0 auto 3rem}
.section-heading.left>p:last-child{margin-inline:auto}
.learning{grid-template-columns:1fr;text-align:center}
.learning .section-heading{max-width:920px}
.learning .feature-grid{text-align:left;max-width:1180px;width:100%;margin-inline:auto}
.ciesth-socials{grid-template-columns:1fr;text-align:center}
.ciesth-socials .section-heading{max-width:900px}
.ciesth-social-grid{max-width:1080px;width:100%;margin-inline:auto;text-align:left}
.sister-bridge{flex-direction:column;text-align:center}
.sister-bridge>div{max-width:920px}
.sister-bridge>div>p:last-child{max-width:760px;margin-inline:auto}
.contact{background:linear-gradient(135deg,#0b1636 0%,#163f6c 52%,#5b2b62 100%)}
.contact-copy .eyebrow{color:var(--gold)}
.contact form{border:1px solid rgba(226,183,91,.48)}
@media(max-width:620px){
  .topbar{min-height:108px;padding-block:.55rem}
  .topbar .brand-logo{width:82px;height:82px;padding:.2rem}
  .footer-brand .brand-logo{width:80px;height:80px}
  .learning{text-align:center}
  .learning .feature-grid{text-align:left}
}

/* Versión 30: degradados institucionales CIESTH en superficies claras y oscuras. */
:root{
  --ciesth-light:linear-gradient(135deg,#fffaf0 0%,#edf3fb 34%,#eee5f3 69%,#f5e8c8 100%);
  --ciesth-light-alt:linear-gradient(145deg,#f8efd9 0%,#e8f0fa 38%,#e9def0 72%,#f4e4bb 100%);
  --ciesth-dark:radial-gradient(circle at 88% 12%,rgba(226,183,91,.17),transparent 25%),linear-gradient(130deg,#07142e 0%,#142d5a 38%,#3e245d 72%,#6d2f65 100%);
  --ciesth-dark-alt:radial-gradient(circle at 12% 88%,rgba(226,183,91,.14),transparent 27%),linear-gradient(140deg,#09152f 0%,#1b3261 42%,#4b285f 76%,#321b45 100%);
}
body{background:var(--ciesth-light)}
.differentiators,.learning,.director,.course-catalog,.media-section{background:var(--ciesth-light)}
.programs,.evidence,.ciesth-socials,.sister-bridge{background:var(--ciesth-light-alt)}
.topbar,.opening-visual,.hero,.calendar,.academic-calendar,.contact,footer{background-color:#07142e;background-image:var(--ciesth-dark)}
.academic-calendar,.contact,footer{background-image:var(--ciesth-dark-alt)}
.program-card.complete,.payment-featured{background-color:#0b1935!important;background-image:linear-gradient(145deg,#0b1935 0%,#1c3765 45%,#54275e 78%,#2f173f 100%)!important}
.savings-panel>div,.ciesth-social-grid a{background-color:#101d3e;background-image:linear-gradient(140deg,#0d2149 0%,#214f82 43%,#5d2d68 76%,#7d3b65 100%)}
.program-card:not(.complete),.short-course,.differentiator-grid article,.feature-grid article,.institution-identity,.document-frame,.document-copy,.credential-poster,.media-card,.student-card,.payment-policy,.payment-grid article:not(.payment-featured),.contact form{
  background-color:rgba(255,250,240,.9);
  background-image:linear-gradient(145deg,rgba(255,252,245,.97) 0%,rgba(237,243,251,.93) 48%,rgba(241,231,242,.92) 100%);
  border-color:rgba(109,47,101,.18);
  box-shadow:0 16px 38px rgba(17,25,54,.10);
}
.hero-showcase,.calendar-period,.date-stack article,.schedule-grid article,.featured-date{background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(109,47,101,.18));border-color:rgba(226,183,91,.24)}
.live-banner,.hero-showcase-note{background:linear-gradient(100deg,#cf9f43 0%,#f0cf82 48%,#d9ac51 100%)}
.nav-cta,.button.primary,.featured-date>a,.floating-whatsapp{background:linear-gradient(135deg,#15366c 0%,#355b9a 44%,#6d2f65 78%,#c49b4c 100%);color:#fff;border-color:rgba(226,183,91,.78);box-shadow:0 11px 28px rgba(17,25,54,.26)}

/* Versión 31: encabezado equilibrado, marca luminosa y acciones de inscripción. */
:root{
  --ciesth-light:linear-gradient(135deg,#f9edf4 0%,#edf4fb 34%,#f2e7f2 68%,#faedcf 100%);
  --ciesth-light-alt:linear-gradient(145deg,#f7e9f0 0%,#e9f1fb 40%,#eee2f2 72%,#f8e7c6 100%);
}
.live-banner{
  min-height:52px;
  padding:.72rem clamp(1rem,4vw,4rem);
  background:linear-gradient(100deg,#a9851f 0%,#c9a227 28%,#e0c45a 50%,#c9a227 72%,#94751c 100%);
  box-shadow:inset 0 1px rgba(255,255,255,.45),inset 0 -1px rgba(93,55,10,.24);
}
.live-banner p{margin:0;text-align:center;font-size:clamp(.82rem,1.15vw,1rem);font-weight:600;letter-spacing:.015em;white-space:nowrap}
.live-banner strong{font-size:inherit;font-weight:800}
.live-banner span{display:inline-block;margin:0 .7rem;font-size:inherit}
.topbar{min-height:152px}
.topbar .brand-logo{
  width:136px;
  height:136px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 0 6px rgba(201,162,39,.28)) drop-shadow(0 8px 16px rgba(0,0,0,.32));
}
.footer-brand .brand-logo{
  width:112px;
  height:112px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 0 5px rgba(201,162,39,.26));
}
.program-number{
  width:max-content;
  margin:1.55rem 0 .7rem;
  padding:.12rem .72rem .2rem;
  border:1px solid rgba(109,47,101,.28);
  border-radius:999px;
  color:#6d2f65;
  background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(226,183,91,.22));
  font-size:3.8rem;
  font-weight:800;
  letter-spacing:-.06em;
  line-height:1;
  box-shadow:0 8px 20px rgba(17,25,54,.09);
}
.program-card.complete .program-number{
  color:#d4af37;
  border-color:rgba(212,175,55,.52);
  background:linear-gradient(135deg,rgba(226,183,91,.17),rgba(255,255,255,.08));
  text-shadow:0 0 16px rgba(226,183,91,.26);
}
.program-card .enrollment-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  width:100%;
  min-height:52px;
  padding:.8rem 1rem;
  border:1px solid rgba(226,183,91,.72);
  border-radius:999px;
  color:#fff!important;
  background:linear-gradient(135deg,#14366c 0%,#315b98 42%,#6d2f65 76%,#c79b48 100%);
  box-shadow:0 12px 26px rgba(17,25,54,.2);
  text-align:center;
}
.program-card .enrollment-cta:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(17,25,54,.27)}
@media(max-width:760px){
  .live-banner p{max-width:34rem;white-space:normal;line-height:1.35}
  .topbar{min-height:116px}
  .topbar .brand-logo{width:96px;height:96px}
  .footer-brand .brand-logo{width:92px;height:92px}
  .program-number{font-size:3.25rem}
}
@media(max-width:420px){
  .live-banner p{font-size:.78rem}
  .live-banner span{margin:0 .35rem}
  .topbar .brand-logo{width:88px;height:88px}
}

/* Versión 32: brillo del emblema más limpio y uniforme. */
.topbar .brand-logo{
  filter:drop-shadow(0 0 2px rgba(255,210,85,.2)) drop-shadow(0 7px 12px rgba(0,0,0,.28));
}
.footer-brand .brand-logo{
  filter:drop-shadow(0 0 2px rgba(255,210,85,.17)) drop-shadow(0 5px 9px rgba(0,0,0,.24));
}
.floating-whatsapp{max-width:220px;text-align:center;line-height:1.15}
.hero-hook{width:fit-content;max-width:100%;margin:0 0 1.15rem;padding:.62rem 1rem;border:1px solid rgba(226,183,91,.78);border-radius:999px;background:rgba(11,29,62,.72);color:#fff;font-size:clamp(1rem,1.55vw,1.3rem);font-weight:800;line-height:1.25;letter-spacing:.01em;box-shadow:0 10px 25px rgba(8,19,45,.2)}
@media(max-width:620px){.hero-hook{width:100%;padding:.7rem .85rem;border-radius:18px;font-size:1rem;text-align:center}}

/* La tarjeta institucional final conserva la misma familia tipográfica del sitio. */
.footer-brand > span{
  display:grid;
  gap:.22rem;
  line-height:1.25;
}
.footer-brand strong{
  font-family:"Open Sans",Arial,sans-serif;
  font-size:1.15rem;
  font-weight:800;
  letter-spacing:.055em;
}
.footer-brand small{
  max-width:360px;
  font-family:"Open Sans",Arial,sans-serif;
  font-size:.76rem;
  font-weight:500;
  line-height:1.45;
  letter-spacing:0;
  opacity:.82;
}

/* Versión 34: un solo aro institucional continuo y nombramiento preciso. */
.topbar .brand-logo,
.hero-content .hero-logo,
.footer-brand .brand-logo,
.seal-pair figure:first-child img{
  padding:0!important;
  border:0!important;
  border-radius:50%;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}
.director-appointment{
  display:grid;
  gap:.18rem;
  margin:1.35rem 0;
  padding:1rem 1.15rem;
  border-left:3px solid var(--gold);
  background:rgba(255,255,255,.68);
}
.director-appointment span{color:var(--purple);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.director-appointment strong{color:var(--navy);font-size:1.08rem}
.director-appointment small{color:var(--muted);font-size:.82rem;line-height:1.55}
.document-frame img{width:100%;height:auto;object-fit:contain}

/* Aplicación final v44: mantiene visibles la institución y las fechas. */
.topbar .brand-copy .brand-institution{display:block!important;max-width:390px!important;margin-top:.42rem!important;color:#fff!important;font-size:.7rem!important;font-weight:650!important;line-height:1.25!important;letter-spacing:.02em!important;opacity:.96!important}
.course-meta{display:grid!important;gap:.42rem!important;margin:.9rem 0 1.05rem!important;text-transform:none!important;letter-spacing:0!important}
.course-meta .course-date{display:block;width:fit-content;padding:.5rem .72rem;border-left:5px solid #d4af37;border-radius:9px;color:#111936;background:linear-gradient(135deg,#fff4cf,#f1d58b);box-shadow:0 7px 18px rgba(17,25,54,.12);font-size:1.12rem;font-weight:850;line-height:1.2}
.course-meta>span{color:var(--muted);font-size:.78rem;font-weight:750;letter-spacing:.045em;text-transform:uppercase}
.program-card.homeopathy .card-topline span:first-child,.program-card.bach .card-topline span:first-child{font-size:1.32rem!important}
.schedule-grid time strong,.featured-date time strong{font-size:3.15rem!important}
@media(max-width:620px){.topbar .brand-copy .brand-institution{display:block!important;max-width:180px!important;font-size:.53rem!important;line-height:1.2!important}.topbar .brand-copy .brand-signature{display:none!important}.course-meta .course-date{font-size:1.18rem;padding:.58rem .7rem}.course-meta>span{font-size:.74rem;line-height:1.45}.program-card.homeopathy .card-topline span:first-child,.program-card.bach .card-topline span:first-child{font-size:1.38rem!important}.schedule-grid time strong,.featured-date time strong{font-size:2.75rem!important}}
