:root{
  --navy:#0b1f33; --navy-2:#122b45; --blue:#1d6fa5; --blue-2:#2a86c4; --ink:#1c2430; --muted:#5b6674;
  --naranja:#e8761c; --naranja-2:#f28a35; --line:#e3e8ee; --bg:#f7fafc; --bg-soft:#f7fafc; --font:'Montserrat',system-ui,sans-serif;
  --r:14px; --shadow:0 12px 40px rgba(11,31,51,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:84px;background:var(--bg);overscroll-behavior-y:none}
body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.container{width:calc(100% - 2*clamp(20px,5vw,110px));margin-inline:auto}
section{padding:96px 0;opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
section.about,section.hero,section.taller{opacity:1;transform:none;transition:none}
section.in{opacity:1;transform:none}
h1,h2,h3{line-height:1.15;letter-spacing:-.01em;font-weight:700}
h1{font-size:clamp(2.3rem,4.6vw,3.6rem);font-weight:800}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem)}
h3{font-size:1.05rem}
p{max-width:72ch}
.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.eyebrow--light{color:#8fd0f4}
.lead{font-size:1.1rem;color:var(--muted);margin:22px 0 32px}
.section-head{max-width:860px;margin-bottom:56px}
.section-head p:last-child{color:var(--muted);margin-top:16px}
.section-head--light h2{color:var(--navy)}.section-head--light p:last-child{color:var(--muted)}
.experience .eyebrow--light{color:var(--blue)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--blue);color:#fff;font-weight:600;font-size:.95rem;padding:14px 28px;border-radius:999px;border:2px solid var(--blue);cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s,transform .2s}
.btn:hover{background:var(--blue-2);border-color:var(--blue-2);transform:translateY(-1px)}
.btn--ghost{background:transparent;color:var(--navy);border-color:var(--line)}
.btn--ghost:hover{background:rgba(29,111,165,.1);border-color:rgba(29,111,165,.1);color:var(--blue);transform:none}
.btn--white{background:#fff;color:var(--navy);border-color:#fff}
.btn--white:hover{background:#eef4fa;border-color:#eef4fa}
.btn--sm{padding:10px 20px;font-size:.85rem}
.btn--cta{background:var(--naranja);border-color:var(--naranja);color:#fff}
.btn--cta:hover{background:var(--naranja-2);border-color:var(--naranja-2)}
.hero__cupo{color:var(--naranja)}

/* NAV */
.nav{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;height:76px}
.nav__logo img{height:54px;width:auto}
.nav__links{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--navy)}
.nav__links a:not(.btn){padding:8px 14px;border-radius:999px;transition:background .2s,color .2s}
.nav__links a:not(.btn):hover{background:rgba(29,111,165,.1);color:var(--blue)}
.nav__toggle{display:none;background:none;border:0;width:40px;height:40px;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;align-items:center}
.nav__toggle span{width:24px;height:2px;background:var(--navy);transition:.25s}
.nav__toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav__toggle.open span:nth-child(2){opacity:0}
.nav__toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* HERO */
.hero{padding:0;background:var(--bg);position:relative;overflow:hidden;min-height:calc(100vh - 290px);min-height:calc(100dvh - 290px);display:flex}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:stretch;flex:none}
.hero__text{align-self:center;padding:40px 0 104px}
.hero h1{color:var(--blue);margin-bottom:14px}
.hero__claim{font-size:clamp(1.35rem,2.4vw,1.9rem);font-weight:700;line-height:1.25;color:var(--navy);max-width:none;white-space:nowrap}
.hero__cta{display:flex;gap:14px;flex-wrap:wrap}
.hero__cupo{margin-top:14px;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.hero__media{align-self:end;display:flex;justify-content:center}
.hero__media img{width:auto;height:clamp(580px,calc(100vh - 340px),660px);max-width:100%;display:block;filter:drop-shadow(0 24px 40px rgba(11,31,51,.18))}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:var(--blue);z-index:0}
.hero__grid{position:relative;z-index:1}

/* TALLER */
.taller{background:var(--navy);color:#fff;padding-top:72px}
.taller__head{max-width:1000px;margin:0 auto 56px;text-align:center}
.taller__head>p{margin-inline:auto;max-width:none}
@media (max-width:1100px){.taller__head>p br{display:none}}
.taller .eyebrow{color:#8fd0f4}
.taller__title{font-size:clamp(2.6rem,6vw,4.6rem);font-weight:800;letter-spacing:.02em;text-transform:uppercase;line-height:1;margin-bottom:22px;color:#fff}
.taller__title span{color:#fff}
.taller__head>p{color:#c9dbe9;font-size:1.05rem}
.taller__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.taller__video{align-self:stretch}
.taller__sticky{position:sticky;top:96px}
.video{position:relative;aspect-ratio:16/9;border-radius:var(--r);overflow:hidden;background:#000;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.video img{width:100%;height:100%;object-fit:cover;opacity:.85}
.video button{position:absolute;inset:0;margin:auto;width:84px;height:84px;border-radius:50%;border:0;background:var(--blue);color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .2s,background .2s}
.video button:hover{background:var(--blue-2);transform:scale(1.06)}
.video button svg{width:36px;height:36px;fill:currentColor;margin-left:4px}
.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.taller__info h3{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:#8fd0f4;margin-bottom:14px}
.temario{list-style:none;counter-reset:t;display:grid;gap:10px;margin-bottom:22px}
.temario li{counter-increment:t;display:flex;align-items:center;gap:14px;font-weight:600;font-size:1.05rem}
.temario li::before{content:counter(t);flex:none;width:32px;height:32px;border-radius:50%;background:var(--blue);display:grid;place-items:center;font-size:.85rem;font-weight:700}
.temario{margin-bottom:34px}
.llevas{display:grid;gap:16px;margin-bottom:32px}
.llevas li{display:flex;gap:14px;align-items:flex-start}
.llevas svg{flex:none;width:24px;height:24px;border-radius:50%;background:var(--blue);fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;padding:5px;margin-top:2px}
.llevas b{display:block;font-weight:700;margin-bottom:2px}
.llevas span{display:block;color:#c9dbe9;font-size:.92rem}
.taller__datos{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}
.taller__datos li{display:grid;gap:6px;font-weight:500;line-height:1.45}
.taller__inv{display:grid;gap:6px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);margin-bottom:28px}
.taller__inv>span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#8fd0f4;font-weight:700}
.taller__datos span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#8fd0f4;font-weight:700}
.precio{font-size:2rem;font-weight:800;line-height:1;color:#fff}
.precio__nota{display:block;color:#fff;font-size:1rem;font-weight:500;margin-top:8px}
.btn--lg{padding:18px 36px;font-size:1.05rem}
.taller__pago{margin-top:12px;font-size:.82rem;color:#9fb6c9}

/* BOOK BAR */
.bookbar{padding:0;background:linear-gradient(120deg,var(--navy) 0%,var(--blue) 100%);color:#fff}
.bookbar__inner{display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:40px;padding:36px 0}
.bookbar__img{width:200px;height:200px;object-fit:contain}
.bookbar h2{font-size:2rem;letter-spacing:.12em;margin-bottom:8px}
.bookbar p{color:#dbe8f2;max-width:52ch}

/* WHY */
.why{background:var(--bg)}
.why__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.why__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r);box-shadow:var(--shadow)}
.why h2{margin-bottom:18px}
.why__grid>div:last-child>p{color:var(--muted)}
.checks{margin:26px 0 32px;display:grid;gap:12px}
.checks li{display:flex;align-items:center;gap:12px;font-weight:500}
.checks svg{flex:none;width:22px;height:22px;border-radius:50%;background:var(--blue);fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;padding:4px}

/* EXPERIENCE */
.experience{background:var(--bg)}
.experience__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:16px auto 0}
.stat{padding:8px 0;text-align:center}
.stat b{display:block;font-size:3.6rem;font-weight:800;line-height:1;color:var(--navy);margin-bottom:12px;letter-spacing:-.02em}
.stat b::first-letter{color:var(--blue)}
.stat span{display:block;color:var(--muted);font-size:.95rem;max-width:26ch;margin:0 auto}
.clients__label{margin:0 auto 28px;max-width:none;text-align:center;font-size:.95rem;color:var(--muted)}
.clients{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px 64px}
.clients li img{height:68px;max-width:150px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.6}

/* ABOUT */
.about__grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-template-rows:auto 1fr;column-gap:64px;row-gap:0;align-items:center}
.about__photo{grid-row:1/3;display:flex;align-self:center}
.about__head{align-self:end}
.about__bio{align-self:start}
.about__photo{position:relative}
.about__photo>img{border-radius:var(--r);width:100%;aspect-ratio:4/3;height:auto;object-fit:contain;object-position:50% 100%;padding-top:18px;box-shadow:var(--shadow);background:linear-gradient(180deg,#e9f0f7 0%,#d6e4f0 100%)}
.about__badge{position:absolute;right:-18px;bottom:-18px;background:#fff;border-radius:12px;padding:14px 18px;box-shadow:var(--shadow);border:1px solid var(--line)}
.about__badge img{height:34px;width:auto}
.about h2{margin-bottom:6px}
.about__role{color:var(--blue);font-weight:600;margin-bottom:22px}
.about p+p{margin-top:16px}
.about p{color:var(--muted)}
.about p strong{color:var(--navy)}
.about em{color:var(--ink)}
.link-arrow{display:inline-block;margin-top:28px;font-weight:700;color:var(--blue);border-bottom:2px solid currentColor;padding-bottom:2px}
.link-arrow::after{content:" \2197"}

/* BOOK */
.book{background:var(--bg)}
.book__grid{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:auto auto;column-gap:64px;row-gap:0;align-items:center}
.book__media{grid-column:2;grid-row:1/3}
.book__head{align-self:end}
.book__body{align-self:start}
.book h2{margin-bottom:18px}
.book p{color:var(--muted)}
.book p+p{margin-top:14px}
.book__meta{font-size:.85rem;color:var(--muted);margin:22px 0 30px !important;font-weight:500}
.book__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r);box-shadow:var(--shadow)}

/* REVIEWS */
.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:32px 28px;display:flex;flex-direction:column;gap:14px}
.stars{color:#f0b429;letter-spacing:2px;font-size:1rem}
.review p{font-size:.95rem;color:var(--ink);flex:1}
.review footer{font-size:.8rem;color:var(--muted);font-weight:600}

/* COURSES */
.courses{background:var(--bg)}
.section-head--center{margin-inline:auto;text-align:center;max-width:960px}
.section-head--center p{margin-inline:auto;max-width:none;text-wrap:balance}
.courses__panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:20px;display:grid;grid-template-columns:repeat(3,1fr)}
.course{padding:30px 28px}
.course h3{font-size:1.05rem;color:var(--navy);margin-bottom:8px;padding-left:18px;position:relative}
.course h3::before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;border-radius:50%;background:var(--blue)}
.course p{font-size:.92rem;color:var(--muted);padding-left:18px}
.courses__panel--plain{background:transparent;border:0;box-shadow:none;padding:0;gap:16px 40px}
.courses__panel--plain .course{padding:16px 0}
.courses__cta{text-align:center;margin-top:40px}
.courses__cta .btn{box-shadow:0 8px 24px rgba(11,31,51,.18)}

/* CONTACT */
.contact{background:var(--bg)}
.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.contact h2{margin-bottom:16px}
.contact .eyebrow--light{color:var(--blue)}
.contact__grid>div>p{color:var(--muted)}
.contact__info{margin-top:34px;display:grid;gap:16px}
.contact__info li{display:grid;font-size:1rem;font-weight:500;color:var(--navy)}
.contact__info span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:700}
.contact__info a:hover{text-decoration:underline}
.social{display:flex;gap:10px}
.social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.22);border-radius:50%;transition:background .2s}
.social a:hover{background:rgba(255,255,255,.12)}
.social svg{width:18px;height:18px;fill:#fff}

.form{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:var(--r);padding:36px;display:grid;gap:18px;box-shadow:var(--shadow)}
.form label{display:grid;gap:6px;font-size:.82rem;font-weight:700;color:var(--navy)}
.form input,.form textarea{font:inherit;font-size:.95rem;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:none;transition:border-color .2s}
.form input:focus,.form textarea:focus{border-color:var(--blue)}
.form .btn{justify-self:start}
.form__ok{color:var(--blue);font-weight:600;font-size:.9rem}

/* FOOTER */
.footer{background:var(--navy);color:#dbe8f2;padding:28px 0}
.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.footer__inner>div{display:flex;align-items:center;gap:24px}
.footer__right{display:flex;flex-direction:row;align-items:center;gap:22px}
.footer__logo{height:40px;width:auto;filter:invert(1);margin:-6px 0}
.footer p{font-size:.9rem}
.footer__links{display:flex;flex-wrap:wrap;gap:22px;font-size:.88rem;font-weight:600}
.footer__links a:hover{color:#fff}
.footer__copy{font-size:.8rem;color:#b9d3e6;margin:0}

.wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(0,0,0,.25);z-index:40;transition:transform .2s,background .2s}
.wa{cursor:default}
.wa{transition:transform .2s,background .2s,opacity .25s}
.wa--hide{opacity:0;pointer-events:none;transform:translateY(12px)}

/* RESPONSIVE */
@media (max-width:980px){
  section{padding:72px 0}
  .hero__grid,.why__grid,.about__grid,.book__grid,.contact__grid{grid-template-columns:1fr;gap:44px}
  .hero{min-height:0}
  .hero__grid{grid-template-columns:1fr;gap:0}
  .hero__text{padding:56px 0 40px}
  .hero__media img{height:auto;width:min(80%,360px)}
  .taller__sticky{position:static}
  .taller__grid{grid-template-columns:1fr}
  .courses__panel{grid-template-columns:1fr 1fr}
  .experience__grid,.reviews__grid{grid-template-columns:1fr}
  .stat{padding:8px 0;text-align:center}
  .about__grid{grid-template-columns:1fr;grid-template-rows:auto;row-gap:28px}
  .about__photo{grid-row:auto;position:static;max-width:none}
  .about__head{order:1}.about__photo{order:2}.about__bio{order:3}
  .bookbar__inner{grid-template-columns:1fr;text-align:center;justify-items:center}
  .book__grid{grid-template-columns:1fr;grid-template-rows:auto;row-gap:28px}
  .book__media{grid-column:auto;grid-row:auto}
  .book__head{order:1}.book__media{order:2}.book__body{order:3}
}
@media (max-width:720px){
  .container{width:calc(100% - 36px)}
  .nav__toggle{display:flex}
  .nav__links{position:fixed;top:76px;left:0;right:0;height:calc(100vh - 76px);height:calc(100dvh - 76px);z-index:60;background:var(--bg);flex-direction:column;align-items:stretch;padding:8px 24px 32px;gap:0;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto}
  .nav__links.open{transform:none}
  .nav__links a:not(.btn){padding:18px 0;border-radius:0;border-bottom:1px solid var(--line);font-size:1.15rem;color:var(--navy)}
  .nav__links a:not(.btn):hover{background:none}
  .nav__links .btn{margin-top:28px;justify-content:center;padding:16px;font-size:1rem}
  body.menu-open{overflow:hidden}
  .hero{padding:48px 0 0}
  .hero__cta{justify-content:center}
  .hero__text{text-align:center}.hero__claim{margin-inline:auto;white-space:normal;font-size:1.3rem}
  .taller .btn--lg{display:flex;width:100%;max-width:360px}
  .taller__datos{grid-template-columns:1fr}
  .hero__cta .btn{width:100%;max-width:360px}
  .why .btn,.book .btn,.form .btn{display:flex;width:100%;max-width:360px;margin-inline:auto}
  .form .btn{justify-self:center}
  .bookbar .btn{width:100%;max-width:360px}
  .courses__panel{grid-template-columns:1fr;padding:8px}
  .course{padding:22px 20px}

  .form{padding:26px}
  .footer{padding:36px 0 28px}
  .footer__inner,.footer__inner>div,.footer__right{flex-direction:column;align-items:flex-start;text-align:left}
  .footer__inner>div{gap:12px}
  .footer__inner{gap:0}
  .footer__logo{height:34px;margin:0}
  .footer p{font-size:.82rem;max-width:none;color:#b9d3e6}
  .footer__right{width:100%;margin-top:18px;gap:0}
  .footer__right .social{padding-bottom:20px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14);width:100%}
  .social a{width:36px;height:36px}.social svg{width:16px;height:16px}
  .footer__copy{font-size:.72rem;opacity:.7}
  .about__badge{right:0;bottom:-16px}
}

/* INSCRIPCIÓN */
.pagina-inscripcion{background:var(--bg);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}
.pagina-inscripcion .footer{margin-top:auto;padding:18px 0}
.nav__links--simple a:not(.btn){color:var(--blue)}
.insc{padding:16px 0 24px;flex:1;display:flex;align-items:center}
.insc>.container{width:calc(100% - 2*clamp(20px,5vw,110px))}
.pasos{display:flex;justify-content:center;gap:0;margin:0 auto 28px;max-width:720px;counter-reset:p}
.pasos__item{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;font-size:.85rem;font-weight:600;color:var(--muted);padding:0 8px;position:relative}
.pasos__item span{width:30px;height:30px;border-radius:50%;border:2px solid var(--line);display:grid;place-items:center;font-size:.8rem;font-weight:700;background:#fff;flex:none}
.pasos__item--activo{color:var(--navy)}
.pasos__item--activo span{background:var(--blue);border-color:var(--blue);color:#fff}
.pasos__item+.pasos__item::before{content:"";position:absolute;left:-40%;top:15px;width:80%;height:2px;background:var(--line);z-index:-1}
.insc__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.insc h1{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:var(--navy);margin-bottom:16px}
.insc__intro{color:var(--muted);font-size:1.05rem;margin-bottom:24px}
.insc__datos{display:grid;grid-template-columns:1fr 1fr;gap:18px 32px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:22px}
.insc__datos li:last-child{grid-column:1/-1}
.insc__datos li{display:grid;gap:4px;font-weight:500;color:var(--navy);line-height:1.45}
.insc__datos span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:700}
.insc .precio{color:var(--navy)}
.insc .precio__nota{color:var(--muted)}
.insc .checks{margin:0}
.form--insc{gap:12px;padding:28px 32px}
.form__head{margin-bottom:6px}
.form__head h2{font-size:1.4rem;color:var(--navy);margin-bottom:6px}
.form__head p{color:var(--muted);font-size:.95rem}
.form label em{font-style:normal;font-weight:500;color:var(--muted)}
.form input::placeholder{color:#9aa5b1;font-weight:400}
.btn--block{display:flex;width:100%;justify-self:stretch !important;margin-top:8px}
.form__seguro{display:flex;gap:10px;align-items:flex-start;font-size:.82rem;color:var(--muted);line-height:1.5}
.form__seguro svg{flex:none;width:18px;height:18px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:2px}
@media (max-width:980px){.insc__grid{grid-template-columns:1fr;gap:40px}}
@media (max-width:720px){.insc{padding:32px 0 48px;display:block}.insc__datos{grid-template-columns:1fr}.pasos{margin-bottom:32px}.pasos__item{font-size:.72rem;flex-direction:column;gap:6px;text-align:center}.pasos__item+.pasos__item::before{top:15px}.form--insc .btn{max-width:none}}

/* MÓVIL: imágenes más chicas y bloques compactos */
@media (max-width:720px){
  .hero{min-height:0}
  .hero__grid{gap:0}
  .hero__text{text-align:left;padding:40px 0 28px}
  .hero__claim{margin-inline:0;white-space:normal}
  .hero__cta{justify-content:flex-start;flex-direction:row;gap:10px}
  .hero__cta .btn{width:auto;max-width:none;padding:12px 18px;font-size:.88rem}
  .hero__cupo{text-align:center}
  .nav__logo img{height:44px}
  .hero__media{justify-content:flex-end}
  .hero__media img{height:300px;width:auto;max-width:none}
  .hero::after{height:48px}
  .taller{padding-top:56px}
  .taller__head{margin-bottom:32px}
  .taller__grid{gap:32px}
  .video{max-width:100%}
  .video button{width:64px;height:64px}
  .video button svg{width:28px;height:28px}
  .taller__datos{margin-top:20px;gap:14px}
  section{padding:56px 0}
  .section-head{margin-bottom:32px}
  .why__media img,.book__media img{aspect-ratio:16/10;max-height:220px}
  .about__photo{max-width:none}
  .about__photo>img{aspect-ratio:16/10;max-height:240px;object-fit:contain;object-position:50% 100%;padding-top:12px}
  .bookbar__img{width:120px;height:120px}
  .bookbar__inner{padding:28px 0;gap:20px}
  .bookbar h2{font-size:1.5rem}
  .clients{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 20px;align-items:center;justify-items:center}
  .clients li img{height:40px;max-width:96px}
  .courses__panel{padding:4px}
  .course{padding:18px 16px}
  .reviews__grid{gap:14px}
  .review{padding:22px 20px}
  .contact__grid{gap:32px}
}
@media (max-width:720px){
  .insc__grid{gap:28px}
  .form--insc{order:0;padding:24px 20px}
  .form--insc .btn--lg{padding:15px 20px;font-size:.95rem;white-space:nowrap}
  .insc h1{font-size:2rem}
  .insc__intro{font-size:.98rem}
  .insc .checks{display:none}
  .insc__datos{margin-bottom:0;border-bottom:0}
}
@media (max-width:720px){
  .hero__text,.taller__info,.why__grid>div:last-child,.about__head,.about__bio,.book__head,.book__body,.section-head,.contact__grid>div:first-child,.insc__resumen,.form__head,.review,.course{text-align:center}
  .hero__claim,.lead,.section-head p,.about p,.book p,.why__grid>div:last-child>p,.insc__intro,.taller__nota,.contact__grid>div>p{margin-inline:auto}
  .hero__cta{justify-content:center}
  .hero__media{justify-content:center}
  .checks li,.llevas li,.temario li{justify-content:center;text-align:left}
  .checks,.llevas,.temario{justify-items:center}
  .llevas li{max-width:340px;margin-inline:auto}
  .taller__datos li,.insc__datos li,.contact__info li{text-align:center;justify-items:center}
  .taller__inv{text-align:center;justify-items:center}
  .taller .btn--lg,.why .btn,.courses__cta .btn{margin-inline:auto}
  .course h3,.course p{padding-left:0}
  .course h3::before{display:none}
  .review{align-items:center}
  .book__meta{text-align:center}
  .form .btn{justify-self:center}
  .footer__inner,.footer__inner>div,.footer__right{align-items:center;text-align:center}
  .footer__right .social{justify-content:center}
}
@media (max-width:720px){
  .temario{max-width:300px;margin-inline:auto 0;margin-left:auto;margin-right:auto}
  .temario li{justify-content:flex-start}
  .checks{max-width:340px;margin-inline:auto}
  .checks li{justify-content:flex-start}
}
@media (max-width:720px){
  .temario{display:grid;justify-items:start;justify-content:center;max-width:none;margin:0 auto 34px;width:max-content}
  .temario li{justify-content:flex-start}
  .llevas{width:max-content;max-width:100%;margin-inline:auto;justify-items:start}
  .llevas li{max-width:340px;margin:0}
}
@media (max-width:720px){
  .clients{display:flex;flex-wrap:wrap;justify-content:center;gap:22px 28px}
  .clients li{flex:0 0 calc(33.333% - 19px);display:flex;justify-content:center}
}
@media (max-width:720px){
  .insc__intro{margin-bottom:14px}
  .insc__datos{grid-template-columns:1fr 1fr;gap:14px 16px;padding:16px 0;border-bottom:1px solid var(--line);margin-bottom:0}
  .insc__datos li{font-size:.92rem}
  .insc__datos li:last-child{grid-column:1/-1}
  .insc .precio{font-size:1.6rem}
}
@media (max-width:720px){
  .insc__datos{grid-template-columns:1fr;gap:12px}
  .insc__datos li{font-size:.95rem}
  .form--insc label{text-align:left}
}
