.acmp-page { background: var(--bg-page); min-height: 100vh; overflow-x: clip; }html, body { overflow-x: clip; }@keyframes acmp-scrim-in { from { opacity: 0 } to { opacity: 1 } }@keyframes acmp-panel-in {
  from { transform: translateY(-12px); opacity: 0 }
  to   { transform: translateY(0); opacity: 1 }
}.acmp-hero {
  max-width: 1200px; margin: -24px auto 0;
  padding: 0 28px;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px;
  align-items: center;
}.acmp-hero h1.acmp-hero-h1-extenda {
  font-family: 'Extenda 30 Deca', 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 140px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin: 14px 0 4px;
}.acmp-hero h1.acmp-hero-h1-extenda + p.lead { margin-top: 0; }.acmp-hero .eyebrow { margin-bottom: 6px !important; margin-top: -34px !important; }.acmp-hero-eyebrow {
  display: flex; flex-direction: column; gap: 2px;
  line-height: 1.3;
}.acmp-hero p.lead {
  font-size: 15px; color: var(--fg-2); max-width: 46ch; margin: 0 0 28px;
}.acmp-hero-art img.hero-photo {
  width: 216%; height: 216%;
  object-fit: contain;
  display: block;
  transform-origin: center;
}.acmp-logos .brand-logo {
  height: 202px; width: auto; max-width: 648px;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 0.3s, opacity 0.3s;
}.acmp-section-head {
  max-width: 1200px; margin: 0 auto;
  padding: 32px 28px 40px;
  text-align: center;
}.acmp-courses {
  max-width: 1200px; margin: 0 auto;
  padding: 24px 28px 80px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px;
}.acmp-bonos-wrap {
  max-width: 1100px; margin: 0 auto;
  padding: 24px 28px 80px;
}max-width: 1100px; margin: 0 auto;
  padding: 24px 28px 80px;
}
.acmp-bonos-head { text-align: center; max-width: 720px; margin: 0 auto 36px; }.acmp-bonos-head .eyebrow { color: var(--acmp-orange); margin-bottom: 10px; }.acmp-bonos-head h2 { color: var(--acmp-navy); margin: 0 0 8px; text-wrap: balance; }.acmp-bonos-head h2 .kw { color: var(--acmp-orange); }.acmp-bonos-head .desc { color: var(--fg-2); margin: 0 auto; }.acmp-bonos-list { display: flex; flex-direction: column; gap: 12px; }.acmp-bonus {
  text-align: left; width: 100%; cursor: pointer;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 18px 22px;
  font-family: inherit; color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}.acmp-bonus:hover {
  border-color: rgba(217, 119, 87, .35);
  box-shadow: 0 6px 24px rgba(34, 43, 73, 0.06);
}.acmp-bonus.no-body { cursor: default; }.acmp-bonus.no-body:hover { transform: none; }.acmp-bonus-row {
  display: flex; align-items: center; gap: 18px;
}.acmp-bonus-tag {
  flex: 0 0 auto;
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--acmp-orange);
  padding: 8px 12px;
  border-radius: 999px;
}.acmp-bonus-main { flex: 1; min-width: 0; }.acmp-bonus-title {
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700;
  font-size: 17px; color: var(--acmp-navy);
  letter-spacing: -0.01em;
  line-height: 1.3;
}.acmp-bonus-by {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 13px; color: var(--fg-2);
  margin-top: 2px;
}.acmp-bonus-chev {
  color: var(--acmp-navy);
  transition: transform .2s ease;
}.acmp-bonus.is-open .acmp-bonus-chev { transform: rotate(180deg); }.acmp-bonus-badge {
  width: 26px; height: 26px;
  border-radius: 999px;
  background: rgba(217, 119, 87, .12);
  color: var(--acmp-orange);
  display: inline-flex; align-items: center; justify-content: center;
}.acmp-bonus-body { padding: 8px 0 6px 0; }.acmp-bonus-body ul {
  list-style: none; margin: 14px 0 4px; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}.acmp-bonus-body li {
  position: relative;
  padding-left: 18px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 15px; line-height: 1.5; color: var(--fg-1);
}.acmp-bonus-body li::before {
  content: ''; position: absolute;
  left: 2px; top: 9px; width: 6px; height: 6px;
  border-radius: 999px; background: var(--acmp-orange);
}.acmp-ad { background: #fff; padding: 96px 0 64px; }.acmp-ad-wrap {
  max-width: 1200px; margin: 0 auto;
  padding: 0 28px;
}.acmp-ad-head { text-align: center; margin-bottom: 48px; }.acmp-ad-head .eyebrow { color: var(--acmp-orange); margin-bottom: 14px; }.acmp-ad-head h2 .kw { color: var(--acmp-orange); }.acmp-ad-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  gap: 28px;
  align-items: stretch;
}.acmp-ad-col {
  background: #f6f6f6;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 26px 26px 28px;
}.acmp-ad-col-head { margin-bottom: 18px; display: flex; }.acmp-ad-col-tag {
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}.acmp-ad-tag-antes {
  color: #8a8a8a;
  background: #ebebeb;
}.acmp-ad-tag-despues {
  color: #fff;
  background: var(--acmp-orange);
}.acmp-ad-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}.acmp-ad-col li {
  display: flex; align-items: flex-start; gap: 12px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 15px; line-height: 1.45;
  color: var(--fg-1);
}.acmp-ad-icon {
  flex: 0 0 22px;
  width: 22px; height: 22px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}.acmp-ad-icon-x {
  background: #e0e0e0;
  color: #6b6b6b;
}.acmp-ad-icon-check {
  background: var(--acmp-orange);
  color: #fff;
}.acmp-ad-col-antes li { color: var(--fg-2); }.acmp-ad-col-despues { background: #fff7f2; border-color: rgba(217, 119, 87, .25); }.acmp-ad-media {
  display: flex; align-items: stretch; justify-content: center;
}.acmp-ad-photo {
  width: 100%;
  border-radius: var(--radius-lg, 20px);
  overflow: hidden;
  background: #f2f2f2;
}.acmp-ad-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}@media (max-width: 1100px) {
.acmp-ad-grid {
    grid-template-columns: 1fr 1fr;
  }.acmp-ad-media { grid-column: 1 / -1; order: -1; max-height: 420px; }
}
@media (max-width: 640px) {
.acmp-ad-grid { grid-template-columns: 1fr; }
}
.acmp-empresas-cta {
  position: relative;
  background:
    linear-gradient(rgba(34, 43, 73, 0.78), rgba(34, 43, 73, 0.88)),
    url('../assets/empresas-bg.webp') center / cover no-repeat,
    var(--acmp-navy, #222b49);
  padding: 80px 28px;
  margin: 64px auto;
  max-width: 1200px;
  border-radius: var(--radius-lg, 20px);
  overflow: hidden;
}.acmp-page section h2,
.acmp-page .acmp-section-head h2,
.acmp-outcomes-head h2,
.acmp-modules-head h2,
.acmp-vsl-head h2,
.acmp-test-head h2,
.acmp-bio-text h2,
.acmp-para-quien-head h2,
.acmp-empresas-cta-title,
.acmp-accion-title,
.acmp-faq-title,
.acmp-certs-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: none;
}.acmp-para-quien {
  background: #fff;
  padding: 96px 0 64px;
}.acmp-para-quien-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 28px;
}.acmp-para-quien-head { text-align: center; margin-bottom: 48px; }.acmp-para-quien-head .eyebrow { color: var(--acmp-orange); margin-bottom: 14px; }.acmp-para-quien-head h2 {
  font-family: 'Extenda 30 Deca', 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--acmp-navy);
  margin: 0;
  text-wrap: balance;
}.acmp-para-quien-head h2 .kw { color: var(--acmp-orange); }.acmp-para-quien-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}.acmp-para-quien-card {
  background: #f6f6f6;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 22px 22px 22px 22px;
  display: flex; align-items: flex-start; gap: 14px;
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.45; color: var(--fg-1);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}.acmp-para-quien-card:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: var(--shadow-md, 0 6px 24px rgba(0,0,0,.06));
}.acmp-para-quien-check {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: 999px;
  background: var(--acmp-orange);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}.acmp-para-quien-text { display: block; }@media (max-width: 1100px) {
.acmp-para-quien-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.acmp-para-quien-grid { grid-template-columns: 1fr; }
}
.acmp-test-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}.acmp-testimonial::before {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 360px; height: 360px;
  background-image: url('../assets/isotype-waves.svg');
  background-size: contain; background-repeat: no-repeat;
  color: #fff; opacity: 0.10;
}.acmp-bio-section-title { color: var(--acmp-navy); margin: 0; }.acmp-bio-grid-single {
  grid-template-columns: 1fr;
  max-width: calc((1200px - 28px * 2 - 40px) / 2);
  margin: 40px auto 0;
}.acmp-bio {
  display: flex; flex-direction: column; align-items: center;
  gap: 20px; text-align: center;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 32px 28px;
}.acmp-bio-photo {
  width: 220px; aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #f2f2f2;
  overflow: hidden;
  flex: 0 0 220px;
}overflow: hidden;
  background: linear-gradient(160deg, #f6f4ef 0%, #e9e4d8 100%);
  box-shadow: 0 24px 60px rgba(34, 43, 73, 0.14);
  position: relative;
}
.acmp-bio-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
  font-family: var(--font-section); color: #000; text-align: center;
  border: 2px dashed rgba(0,0,0,0.18);
  border-radius: var(--radius-xl);
  margin: 14px;
}.acmp-accion {
  background: #f2f2f2;
  padding: 72px 0;
  overflow: hidden;
}.acmp-accion-title {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; line-height: 1.05; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0;
}.acmp-accion-marquee {
  overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}.acmp-accion-track {
  display: flex; gap: 20px;
  width: max-content;
  animation: acmp-accion-scroll 60s linear infinite;
}.acmp-accion-marquee:hover .acmp-accion-track { animation-play-state: paused; }.acmp-accion-card {
  flex: 0 0 auto;
  width: 336px; aspect-ratio: 9 / 12;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(34, 43, 73, 0.10);
}.acmp-accion-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}@keyframes acmp-accion-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}.acmp-ebook { background: #f2f2f2; }.acmp-ebook-eyebrow {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0 0 18px;
  text-transform: uppercase;
}.acmp-ebook-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif; font-weight: 700;
  font-size: 34.5px; line-height: 1.2;
  color: var(--acmp-navy); margin: 0 0 28px;
  letter-spacing: -0.02em;
  max-width: 18ch;
}.acmp-ebook-cover-img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(34, 43, 73, 0.18);
  transition: transform var(--dur-base) var(--ease-standard);
}.acmp-ebook-cover-img:hover { transform: rotate(-1deg) translateY(-4px); }.acmp-ebook-cover {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%; max-width: 360px;
  transform: rotate(-3deg);
  transition: transform var(--dur-base) var(--ease-standard);
}.acmp-ebook-cover-kicker {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #fff; opacity: 0.92; margin: 0 0 8px;
}.acmp-ebook-cover-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif; font-weight: 800;
  font-size: 25.3px; line-height: 1.05; letter-spacing: -0.01em;
  margin: 0 auto 8px; color: #fff;
  max-width: 16ch;
  text-wrap: balance;
}.acmp-outcomes-head h2 {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.04em; line-height: 1.05;
  color: #000; margin: 0; text-wrap: balance;
}.acmp-vsl-wrap {
  background: #fff;
  max-width: none; margin: 0;
  padding: 80px max(28px, calc((100% - 1200px) / 2)) 40px;
}.acmp-vsl-frame {
  position: relative; aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl); overflow: hidden;
  background: transparent;
  box-shadow: 0 30px 80px rgba(34, 43, 73, 0.12);
}.acmp-faq-title {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; line-height: 1.05; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0;
}.acmp-faq-q {
  font-family: 'Poppins', sans-serif; font-weight: 600;
  font-size: 17px; color: var(--acmp-navy);
  letter-spacing: -0.02em; line-height: 1.3;
}.acmp-certs-title {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; line-height: 1.1; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0 0 14px;
}.acmp-buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}.acmp-buy-card.is-combo { height: 100%; }.acmp-buy-combo-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 700; font-size: 26px;
  line-height: 1.15; letter-spacing: -0.02em;
  color: #fff; margin: 0;
}.acmp-buy-kicker {
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--acmp-orange, #f74604);
  margin: 0 0 -10px;
}.acmp-buy-kicker.is-combo { color: rgba(255,255,255,0.78); }font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 700; font-size: 26px;
  line-height: 1.15; letter-spacing: -0.02em;
  color: #fff; margin: 0;
}
.acmp-buy-perclass {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 14px; opacity: 0.78; font-weight: 500;
}.acmp-buy-preventa {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: center;
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--acmp-orange, #f74604);
  padding: 7px 14px; border-radius: 999px;
}.acmp-buy-preventa-dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: acmp-pulse 1.6s infinite;
}@keyframes acmp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
  70%  { box-shadow: 0 0 0 7px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}.acmp-buy-startdate {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 14px; line-height: 1.4;
  color: rgba(255,255,255,0.88);
  margin: 0;
}.acmp-buy-startdate strong { color: #fff; }.acmp-community-head h2 {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 700; font-size: 34px;
  color: var(--acmp-navy, #222b49); margin: 0 0 10px;
  letter-spacing: -0.02em; line-height: 1.1;
}@media (max-width: 900px) {
.acmp-logo img { height: 36px !important; }.acmp-hero {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 56px 20px 0;
    margin: 0 auto;
    text-align: center;
  }.acmp-hero h1.acmp-hero-h1-extenda {
    font-size: 114px !important;
    line-height: 0.85;
    margin: 4px 0 6px;
    text-align: center;
  }.acmp-hero h1.acmp-hero-h1-extenda > span { font-size: 1em !important; line-height: 0.85 !important; white-space: nowrap !important; }.acmp-hero h1.acmp-hero-h1-extenda > span.kw { margin-top: -0.14em !important; }.acmp-hero .eyebrow { margin-top: 0 !important; font-size: 11px; text-align: center; }.acmp-hero-eyebrow { align-items: center; }.acmp-hero-eyebrow span { display: block; text-align: center; }.acmp-hero p.lead {
    font-size: 13px; max-width: 32ch;
    margin: 8px auto 20px; text-align: center;
    text-wrap: balance;
  }.acmp-hero p.lead .hide-mobile { display: none; }.acmp-hero-ctas { flex-direction: column; align-items: center; gap: 10px; }.acmp-hero-ctas .acmp-btn { width: auto; justify-content: center; }.acmp-hero-art { aspect-ratio: 5 / 4; }.acmp-hero-art img.hero-photo { width: 169% !important; height: 169% !important; }.acmp-logos { padding: 8px 0 12px; }.acmp-logos .label { font-size: 14px; padding: 0 20px; text-align: center; }.brand-logo { height: 90px !important; }.acmp-stats {
    grid-template-columns: 1fr;
    gap: 18px; padding: 32px 20px; text-align: center;
  }.acmp-stat .num { font-size: 44px; }.acmp-stat .lbl { font-size: 13px; }.acmp-page section h2,
  .acmp-page .acmp-section-head h2,
  .acmp-outcomes-head h2,
  .acmp-modules-head h2,
  .acmp-vsl-head h2,
  .acmp-test-head h2,
  .acmp-bio-text h2,
  .acmp-para-quien-head h2,
  .acmp-empresas-cta-title,
  .acmp-bonos-head h2,
  .acmp-ad-head h2,
  .acmp-accion-title,
  .acmp-faq-title,
  .acmp-certs-title {
    font-size: 23px;
    line-height: 1.15;
  }.acmp-section-head { padding: 0 20px; text-align: center; }.acmp-section-head .desc { font-size: 14px; }.acmp-vsl-wrap { padding: 32px 20px 24px; }.acmp-vsl-frame { border-radius: 14px; box-shadow: 0 12px 32px rgba(34,43,73,.10); }.acmp-outcomes { padding: 48px 0; }.acmp-outcomes-wrap { padding: 0 20px; }.acmp-outcomes-head { margin-bottom: 24px; text-align: center; }.acmp-outcomes-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.acmp-outcomes-media { order: -1; }.acmp-outcomes-photo { max-width: 320px; margin: 0 auto; }.acmp-outcomes-list li { font-size: 14px; }.acmp-ebook { padding: 48px 0; }.acmp-ebook-wrap {
    grid-template-columns: 1fr;
    gap: 32px; padding: 0 20px; text-align: center;
  }.acmp-ebook-copy { text-align: center; }.acmp-ebook-title { margin: 0 auto 18px; font-size: 26px !important; max-width: 28ch; }.acmp-ebook-cover { max-width: 240px; margin: 0 auto; }.acmp-ebook-cover-img { max-width: 240px; margin: 0 auto; }.acmp-accion { padding: 48px 0 32px; }.acmp-accion-card { width: 286px !important; height: 364px !important; }.acmp-accion-track { gap: 10px !important; }.acmp-modules-wrap { padding: 48px 20px; }.acmp-modules-head { text-align: center; margin-bottom: 24px; }.acmp-module { padding: 14px 16px; }.acmp-module-row {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    gap: 12px; align-items: center;
  }.acmp-module-n { font-size: 16px; }.acmp-module-title { font-size: 14px; line-height: 1.3; }.acmp-module-meta { display: none; }.acmp-module-bullets li { font-size: 14px; }.acmp-bonos-wrap { padding: 16px 20px 56px; }.acmp-bonos-head { margin-bottom: 24px; }.acmp-bonus { padding: 14px 16px; }.acmp-bonus-row { gap: 12px; }.acmp-bonus-tag {
    font-size: 9px; padding: 6px 9px; letter-spacing: 0.14em;
  }.acmp-bonus-title { font-size: 14px; line-height: 1.3; }.acmp-bonus-by { font-size: 12px; }.acmp-bonus-body li { font-size: 14px; }.acmp-bio-wrap { padding: 48px 20px; }.acmp-bio-head { margin-bottom: 24px; }.acmp-bio-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }.acmp-bio {
    padding: 24px 20px;
  }.acmp-bio-photo { width: 180px; flex-basis: 180px; margin: 0 auto; }.acmp-bio-name { font-size: 24px; }.acmp-bio-role { font-size: 14px; }.acmp-bio-lead { font-size: 14px; text-align: left; }.acmp-bio-socials { justify-content: center; }.acmp-para-quien { padding: 56px 0 32px; }.acmp-para-quien-inner { padding: 0 20px; }.acmp-para-quien-grid { grid-template-columns: 1fr !important; gap: 12px; }.acmp-para-quien-card { padding: 16px; font-size: 14px; }.acmp-ad { padding: 56px 0 32px; }.acmp-ad-wrap { padding: 0 20px; }.acmp-ad-head { margin-bottom: 24px; }.acmp-ad-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.acmp-ad-media { order: -1; max-height: 260px; }.acmp-ad-col { padding: 20px; }.acmp-ad-col li { font-size: 14px; }.acmp-testimonial-wrap { padding: 48px 20px; }.acmp-test-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.acmp-test-card { padding: 22px; }.acmp-test-text { font-size: 14px; }.acmp-courses {
    grid-template-columns: 1fr !important;
    gap: 16px; padding: 0 20px;
    max-width: 64%; margin: 0 auto;
  }.acmp-section-head { padding: 32px 20px 32px; text-align: center; }.acmp-empresas-cta {
    margin: 32px 20px;
    padding: 48px 24px;
    border-radius: 18px;
  }.acmp-empresas-cta-text { font-size: 15px; }.acmp-certs { padding: 48px 0; }.acmp-certs-head { padding: 0 20px; margin-bottom: 24px; }.acmp-certs-sub { font-size: 14px; }.acmp-certs-card { width: 280px !important; }.acmp-faq { padding: 48px 0; }.acmp-faq-wrap { padding: 0 20px; }.acmp-faq-head { text-align: center; margin-bottom: 24px; }.acmp-faq-q { font-size: 15px; }.acmp-faq-a { font-size: 14px; }.acmp-socials-wrap { padding: 24px 20px 64px; }.acmp-socials-row { gap: 32px; }.acmp-social-link { font-size: 12px; }.acmp-socials .acmp-social-ico svg { width: 36px !important; height: 36px !important; }.acmp-modal { width: calc(100% - 32px); max-width: 480px; padding: 24px; }
}
@media (max-width: 480px) {
.acmp-hero h1.acmp-hero-h1-extenda { font-size: 98px !important; line-height: 0.85 !important; }.acmp-hero h1.acmp-hero-h1-extenda > span { font-size: 1em !important; line-height: 0.85 !important; white-space: nowrap !important; }.acmp-hero h1.acmp-hero-h1-extenda > span.kw { margin-top: -0.14em !important; }.acmp-hero p.lead { font-size: 15px; }.acmp-stat .num { font-size: 36px; }.acmp-page section h2,
  .acmp-page .acmp-section-head h2,
  .acmp-outcomes-head h2,
  .acmp-modules-head h2,
  .acmp-vsl-head h2,
  .acmp-test-head h2,
  .acmp-bio-text h2,
  .acmp-para-quien-head h2,
  .acmp-empresas-cta-title,
  .acmp-bonos-head h2,
  .acmp-ad-head h2,
  .acmp-accion-title,
  .acmp-faq-title,
  .acmp-certs-title {
    font-size: 19px;
  }
}
}

.acmp-ebook-3d { display: flex; justify-content: center; }.acmp-ebook-cover {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%; max-width: 320px;
  transform: rotate(-3deg);
  transition: transform var(--dur-base) var(--ease-standard);
}.acmp-ebook-cover-kicker {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #fff; opacity: 0.92; margin: 0 0 8px;
}.acmp-ebook-cover-title {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: 18px; line-height: 1.1; letter-spacing: -0.02em;
  margin: 0 auto 8px; color: #fff;
  max-width: 16ch;
  text-wrap: balance;
}html, body { overflow-x: clip; }/* Section titles → TT Commons Pro (DM Sans) con menos tracking */.acmp-outcomes-head h2, .acmp-modules-head h2, .acmp-buy-head h2, .acmp-ad-head h2, .acmp-manifiesto h2, .acmp-para-quien-head h2, .acmp-bonos-head h2, .acmp-vsl-head h2, .acmp-accion-head h2, .acmp-faq-head h2, .acmp-testi-head h2, .liq-ebook-inner h2, .acmp-certs-head h2 {
      font-family: var(--font-long-form); letter-spacing: -0.02em;
    }.acmp-page .acmp-outcomes-head h2, .acmp-page .acmp-modules-head h2, .acmp-page .acmp-buy-head h2, .acmp-page .acmp-ad-head h2, .acmp-page .acmp-manifiesto h2, .acmp-page .acmp-para-quien-head h2, .acmp-page .acmp-bonos-head h2, .acmp-page .acmp-vsl-head h2, .acmp-page .acmp-accion-head h2, .acmp-page .acmp-faq-head h2, .acmp-page .acmp-testi-head h2, .acmp-page .liq-ebook-inner h2, .acmp-page .acmp-certs-head h2, .acmp-page .acmp-test-head h2, .acmp-page .acmp-bio-text h2, .acmp-page .acmp-section-head h2, .acmp-page .acmp-empresas-cta-title, .acmp-page .acmp-accion-title, .acmp-page .acmp-faq-title, .acmp-page .acmp-certs-title, .acmp-page .acmp-community-head h2 { letter-spacing: -0.055em; }.acmp-stat .num { font-family: var(--font-display); font-weight: 700; font-size: 64px; line-height: 1; letter-spacing: -0.025em; color: var(--acmp-orange); text-align: center; }.acmp-stat .lbl { font-family: var(--font-body); font-size: 14px; color: var(--fg-2); margin-top: 8px; text-align: center; }.acmp-stat { display: flex; flex-direction: column; align-items: center; }/* Hero spacing overrides (desktop) */@media (min-width: 769px) {
.acmp-hero { padding-top: 56px !important; margin-top: 0 !important; }.acmp-hero .eyebrow { margin-top: 0 !important; }.acmp-hero h1.acmp-hero-h1-extenda { line-height: 0.88 !important; margin-bottom: 12px !important; }
}
.acmp-hero { align-items: end !important; }.acmp-hero-art { aspect-ratio: auto !important; overflow: visible !important; display: flex !important; align-items: center !important; justify-content: center !important; }.acmp-hero-art img.hero-emo { width: 191% !important; height: auto !important; object-fit: contain !important; transform: none !important; margin: 0 auto; max-width: none !important; }@media (max-width: 900px) {
.acmp-hero-art img.hero-emo { width: 158% !important; }
}
.acmp-logos { margin-top: 64px !important; }.acmp-page .acmp-buy-safe { grid-column: 1 / -1; }.acmp-page .acmp-buy-card.is-combo { height: auto; }.acmp-vsl-frame { aspect-ratio: auto !important; max-width: 400px; margin: 0 auto; background: transparent; box-shadow: none !important; overflow: visible; border-radius: 18px; }.acmp-vsl-frame vturb-smartplayer { position: relative !important; inset: auto !important; height: auto !important; border-radius: 18px; overflow: hidden; }/* Instructor single — centrar */.acmp-bio-grid.is-single { grid-template-columns: minmax(0, 720px) !important; justify-content: center; justify-items: center; }/* ===== Mobile overrides ===== */@media (max-width: 768px) {
.acmp-hero { padding-top: 24px !important; margin-top: 0 !important; }.acmp-hero-eyebrow { margin-bottom: 40px !important; }.acmp-hero p.lead { margin-top: 0 !important; margin-bottom: 24px !important; font-size: 14px; }.acmp-hero h1.acmp-hero-h1-extenda { line-height: 0.86 !important; margin-top: 40px !important; margin-bottom: 22px !important; font-size: clamp(30px, 9vw, 46px); }.acmp-hero h1.acmp-hero-h1-extenda .navy { line-height: 0.85 !important; margin-top: 0 !important; font-size: 1em !important; white-space: nowrap !important; }.acmp-hero h1.acmp-hero-h1-extenda .m-br { display: none !important; }.acmp-hero h1.acmp-hero-h1-extenda .kw { line-height: 0.85 !important; margin-top: -0.14em !important; font-size: 1em !important; white-space: nowrap !important; }.acmp-vsl-head h2 { font-size: 19px !important; }.acmp-hero-eyebrow { gap: 6px; }.acmp-hero-eyebrow span { display: block !important; white-space: nowrap; font-size: 10.5px; letter-spacing: 0.1em; color: var(--fg-2); }.acmp-hero-ctas { width: 100%; align-items: center; }.acmp-hero-ctas .acmp-btn { width: 100% !important; max-width: 280px !important; box-sizing: border-box; }.acmp-stats { padding-bottom: 52px !important; width: auto !important; height: auto !important; }.acmp-stat .num { font-size: 37px; }.acmp-stat .lbl { font-size: 13px; }.acmp-vsl-head .eyebrow { display: none !important; }.acmp-vsl-head .desc { font-size: 12px; }.acmp-modules-head .desc { font-size: 12px; }.acmp-modules-wrap { width: auto !important; height: auto !important; }.acmp-module { padding: 18px 18px !important; }.acmp-module-n { font-size: 22px; }.acmp-module-title { font-size: 16px; line-height: 1.3 !important; }.acmp-module-row { gap: 14px !important; align-items: center !important; }.liq-ebook { padding: 48px 0 !important; }.liq-ebook-inner { flex-direction: column !important; gap: 28px !important; padding: 0 24px !important; text-align: center; }.liq-ebook-cover { width: 224px !important; margin: 0 auto; }.liq-ebook-inner h2 { font-size: 28px; }.liq-ebook-inner p { font-size: 15px; margin-left: auto !important; margin-right: auto !important; }.liq-incluye-grid { grid-template-columns: 1fr !important; gap: 12px !important; padding: 0 20px; }.acmp-page .acmp-outcomes-wrap { width: 100% !important; height: auto !important; max-width: 100% !important; box-sizing: border-box; padding: 0 20px !important; }.acmp-page .liq-incluye-grid { margin-left: 0 !important; margin-right: 0 !important; max-width: 100% !important; padding: 0 !important; }.acmp-page .acmp-empresas-cta-text { width: 100% !important; height: auto !important; max-width: 100% !important; box-sizing: border-box; padding: 0 20px !important; }.acmp-ad { width: auto !important; height: auto !important; padding: 56px 0 !important; }.acmp-ad-wrap { width: auto !important; height: auto !important; }.liq-lograras-row, .liq-logros-row { grid-template-columns: 1fr !important; display: grid !important; gap: 28px !important; }.liq-lograras-photo { width: 100% !important; max-width: 300px; height: auto !important; margin: 0 auto !important; order: -1; }.liq-lograras-photo img { width: 100% !important; height: auto !important; }.liq-logros-grid { grid-template-columns: 1fr !important; gap: 24px !important; }.liq-accion-grid { grid-template-columns: 1fr !important; gap: 0 !important; }.acmp-galeria-sec { width: auto !important; height: auto !important; padding: 56px 0 !important; }.acmp-page .acmp-logos { overflow: hidden; max-width: 100vw; }.acmp-page .acmp-logos-marquee { min-width: 0; width: 100%; }.acmp-page .brand-logo { height: 132px !important; }.acmp-page .acmp-logos-track { gap: 40px !important; }.acmp-page .acmp-logos .label { white-space: nowrap !important; font-size: min(14px, 3.5vw); letter-spacing: 0.02em; padding: 0 10px !important; }.acmp-page .buy-pay-note { margin-bottom: -10px !important; }.acmp-pay-chip {
      font-family: var(--font-body); font-size: 13px; font-weight: 600;
      color: var(--acmp-navy);
      background: #fff; border: 1px solid var(--border-subtle);
      border-radius: 999px; padding: 7px 15px; white-space: nowrap;
      box-shadow: var(--shadow-sm, 0 1px 2px rgba(34,43,73,0.06));
    }.acmp-buy-price { display: flex; flex-direction: column; align-items: center; gap: 4px; margin: 8px 0 16px; }.acmp-buy-price .now {
      font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
      font-weight: 700; font-size: 44px;
      line-height: 1; letter-spacing: -0.02em;
      color: var(--acmp-orange);
    }.acmp-buy-price .now small { font-size: 16px; letter-spacing: 0.08em; font-weight: 600; margin-left: 6px; opacity: 0.7; }.acmp-buy-price .was {
      font-family: var(--font-body, 'Inter', sans-serif);
      font-size: 15px; text-decoration: line-through; opacity: 0.55; color: var(--fg-2);
    }.acmp-buy-card.is-combo .acmp-buy-price .now { color: #fff; }.acmp-buy-card.is-combo .acmp-buy-price .was { color: rgba(255,255,255,0.7); }.acmp-buy-preventa {
      display: inline-flex; align-items: center; gap: 8px; align-self: center;
      font-family: var(--font-body, 'Inter', sans-serif);
      font-weight: 600; font-size: 12.5px; color: #fff;
      background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.24);
      padding: 7px 14px; border-radius: 999px; margin-top: 2px;
    }.acmp-buy-preventa-dot {
      width: 7px; height: 7px; border-radius: 999px; background: #fff;
      box-shadow: 0 0 0 0 rgba(255,255,255,0.6); animation: acmpPulse 1.8s infinite;
    }@keyframes acmpPulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.5);} 70% { box-shadow: 0 0 0 7px rgba(255,255,255,0);} 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0);} }@media (max-width: 768px) {
.acmp-buy-price .now { font-size: 38px; }
}
.acmp-bio-grid.is-single { grid-template-columns: 1fr !important; }
}
.acmp-accion-dot { background: rgba(34,43,73,0.2); transition: background 0.2s, transform 0.2s; }.acmp-accion-dot.is-active { background: var(--acmp-orange); transform: scale(1.3); }/* Cuatro títulos igualados a "¿Qué lografás?" en todos los breakpoints */@media (max-width: 768px) {
.acmp-page .sec-h2-match { font-size: 26px; line-height: 1.15 !important; }
}
@media (max-width: 480px) {
.acmp-page .sec-h2-match { font-size: 22px; }
}
/* ===== Barra de urgencia (top) ===== *//* ===== Barra de compra fija ===== *//* ===== Fila de confianza del hero ===== */.acmp-hero-trust { margin-top:16px; font-family:var(--font-body); font-size:13.5px; color:var(--fg-2); display:flex; align-items:center; gap:10px; flex-wrap:wrap; }.acmp-hero-trust .stars { color:var(--acmp-orange); letter-spacing:1px; }.acmp-hero-trust strong { color:var(--acmp-navy); }.acmp-hero-trust .sep { width:4px; height:4px; border-radius:50%; background:rgba(34,43,73,0.25); }@media (max-width:768px) {
.acmp-hero-trust{ justify-content:center; font-size:12px; }
}
/* ===== Garantía cerca del CTA ===== */.acmp-buy-guar { display:flex; align-items:center; justify-content:center; gap:7px; margin-top:12px; font-family:var(--font-body); font-size:12px; font-weight:600; color:var(--fg-2); }.acmp-buy-guar svg { color:#1a9e5c; flex:none; }.acmp-buy-card.is-combo .acmp-buy-guar { color:rgba(255,255,255,0.82); }.acmp-buy-card.is-combo .acmp-buy-guar svg { color:#4ade80; }/* ===== Botón flotante ===== *//* ===== Value stacking (compra) ===== */.acmp-buy-subhead { font-family:var(--font-body); font-size:14.5px; color:var(--fg-2); max-width:52ch; margin:10px auto 0; line-height:1.55; }.acmp-buy-count { display:inline-flex; align-items:center; gap:8px; margin:18px auto 0; font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--acmp-navy); background:#fff; border:1px solid var(--border-subtle); border-radius:999px; padding:8px 16px; box-shadow:var(--shadow-sm,0 1px 2px rgba(34,43,73,0.06)); }.acmp-buy-count b { font-family:var(--font-display); font-weight:700; color:var(--acmp-orange); font-variant-numeric:tabular-nums; letter-spacing:0.01em; }.acmp-cupos { max-width:460px; margin:22px auto 4px; text-align:left; }.acmp-cupos-top { display:flex; justify-content:space-between; font-family:var(--font-body); font-size:12.5px; font-weight:600; color:var(--acmp-navy); margin-bottom:8px; }.acmp-cupos-top .rem { color:var(--acmp-orange); }.acmp-cupos-bar { height:10px; border-radius:999px; background:rgba(34,43,73,0.1); overflow:hidden; }.acmp-cupos-fill { height:100%; width:83%; border-radius:999px; background:var(--acmp-orange); }.acmp-vs { list-style:none; margin:16px 0 4px; padding:0; text-align:left; }.acmp-vs li { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px dashed var(--border-subtle); font-family:var(--font-body); font-size:13px; color:var(--fg-1); }.acmp-vs li:last-child { border-bottom:none; }.acmp-vs .nm { display:flex; align-items:center; gap:9px; line-height:1.35; }.acmp-vs .nm svg { color:var(--acmp-orange); flex:none; }.acmp-vs .vl { font-weight:600; color:var(--fg-2); white-space:nowrap; font-variant-numeric:tabular-nums; }.acmp-vs-total { display:flex; align-items:center; justify-content:space-between; margin-top:4px; padding-top:12px; border-top:1px solid var(--border-subtle); font-family:var(--font-body); font-size:13.5px; font-weight:600; color:var(--acmp-navy); }.acmp-vs-total .vl { text-decoration:line-through; font-weight:700; color:var(--fg-2); font-variant-numeric:tabular-nums; }.acmp-buy-card.is-combo { position:relative; }.acmp-buy-card.is-combo .acmp-vs li { color:rgba(255,255,255,0.9); border-color:rgba(255,255,255,0.13); }.acmp-buy-card.is-combo .acmp-vs .nm svg { color:#fff; }.acmp-buy-card.is-combo .acmp-vs .vl { color:rgba(255,255,255,0.6); }.acmp-buy-card.is-combo .acmp-vs-total { color:#fff; border-color:rgba(255,255,255,0.16); }.acmp-buy-card.is-combo .acmp-vs-total .vl { color:rgba(255,255,255,0.65); }.acmp-most { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:#fff; color:var(--acmp-orange); font-family:var(--font-body); font-weight:800; font-size:11px; letter-spacing:0.12em; text-transform:uppercase; padding:6px 16px; border-radius:999px; box-shadow:0 8px 20px rgba(0,0,0,0.2); white-space:nowrap; }.acmp-buy-installments { font-family:var(--font-body); font-size:12px; color:var(--fg-2); margin:0 0 18px; font-weight:600; }.acmp-buy-card.is-combo .acmp-buy-installments { color:rgba(255,255,255,0.75); }/* ===== Fix overflow horizontal (901\u20131184px): que las secciones llenen el ancho real y no usen su max-width como ancho ===== */.acmp-modules-list, .acmp-test-grid, .acmp-community-grid, .acmp-courses, .liq-incluye-grid, .acmp-para-quien-grid, .liq-logros-row, .liq-accion-grid { min-width: 0; }/* Hero mobile: "CURSO DE / ORATORIA" en dos renglones, m\u00e1s juntos */@media (max-width: 768px) {
.acmp-hero-h1-extenda { font-size: clamp(30px, 11vw, 54px) !important; }.acmp-hero-h1-extenda .m-br { display: none !important; }.acmp-hero-h1-extenda > span { white-space: nowrap !important; font-size: 1em !important; }.acmp-hero-h1-extenda > span.navy { line-height: 0.85 !important; }.acmp-hero-h1-extenda > span.kw { line-height: 0.85 !important; margin-top: -0.16em !important; }
}
/* ===== Test: ¿Qué tipo de orador sos? ===== */.acmp-quiz { background: var(--acmp-navy); padding: 84px 0; }.acmp-quiz-inner { max-width: 1100px; width: auto; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; box-sizing: border-box; }.acmp-quiz-eyebrow { font-family: var(--font-body); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--acmp-orange); margin-bottom: 14px; }.acmp-quiz h2 { font-family: var(--font-long-form); font-weight: 700; font-size: 40px; line-height: 1.08; letter-spacing: -0.03em; color: #fff; margin: 0 0 16px; }.acmp-quiz h2 .kw { color: var(--acmp-orange); }.acmp-quiz-lead { font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 0 26px; max-width: 46ch; }.acmp-quiz-list { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 12px; }.acmp-quiz-list li { display: flex; align-items: flex-start; gap: 11px; font-family: var(--font-body); font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.9); }.acmp-quiz-list svg { color: var(--acmp-orange); flex: none; margin-top: 2px; }.acmp-quiz-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }.acmp-quiz-cta { display: inline-flex; align-items: center; gap: 9px; background: var(--acmp-orange); color: #fff; text-decoration: none; font-family: var(--font-body); font-weight: 700; font-size: 16px; padding: 17px 30px; border-radius: var(--radius-md, 14px); box-shadow: 0 12px 28px rgba(247,70,4,.34); transition: background var(--dur-base,220ms) var(--ease-standard,cubic-bezier(.2,.7,.2,1)), box-shadow var(--dur-base,220ms); }.acmp-quiz-cta:hover { background: #c93702; box-shadow: 0 16px 34px rgba(247,70,4,.44); }.acmp-quiz-note { font-family: var(--font-body); font-size: 12.5px; color: rgba(255,255,255,0.6); }.acmp-quiz-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg, 20px); padding: 30px; display: grid; gap: 14px; }.acmp-quiz-profile { display: flex; align-items: center; gap: 13px; }.acmp-quiz-profile-n { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--acmp-orange); width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(247,70,4,.5); display: grid; place-items: center; flex: none; }.acmp-quiz-profile-t { font-family: var(--font-body); font-size: 14.5px; font-weight: 600; color: #fff; }.acmp-quiz-profile-t small { display: block; font-weight: 400; font-size: 12.5px; color: rgba(255,255,255,0.62); margin-top: 2px; }@media (max-width: 900px) {
.acmp-quiz { padding: 60px 0; }.acmp-quiz-inner { grid-template-columns: 1fr; gap: 34px; padding: 0 22px; }.acmp-quiz h2 { font-size: 30px; }.acmp-quiz-lead { font-size: 15px; }.acmp-quiz-cta { width: 100%; justify-content: center; }.acmp-quiz-card { padding: 24px; }
}
/* ===================================================================
       JERARQUÍA UNIFICADA DE ENCABEZADOS DE SECCIÓN
       Pretítulo: Satoshi Bold · 13px · 1.6 · 0.2em · #f74604
       Título:    Satoshi Bold · 44px/28px · 1.15 · -0.02em · #222b49
       Gap pretítulo→título: 12px
       =================================================================== */.acmp-page .acmp-vsl-head .eyebrow,
    .acmp-page .acmp-ad-head .eyebrow,
    .acmp-page .acmp-para-quien-head .eyebrow,
    .acmp-page .acmp-modules-head .eyebrow,
    .acmp-page .acmp-outcomes-head .eyebrow,
    .acmp-page .acmp-galeria-sec .eyebrow,
    .acmp-page .acmp-bio-head .eyebrow,
    .acmp-page .acmp-test-head .eyebrow,
    .acmp-page .acmp-faq-head .eyebrow,
    .acmp-page .acmp-buy-head .eyebrow,
    .acmp-page .acmp-community-head .eyebrow,
    .acmp-page .acmp-section-head .eyebrow,
    .acmp-page .acmp-manifiesto .eyebrow,
    .acmp-page .liq-ebook-inner .eyebrow,
    .acmp-page .acmp-quiz-eyebrow,
    .acmp-page .acmp-empresas-cta-eyebrow {
      font-family: var(--font-section) !important;
      font-weight: 700 !important;
      font-size: 13px !important;
      line-height: 1.6 !important;
      letter-spacing: 0.2em !important;
      text-transform: uppercase !important;
      color: var(--acmp-orange) !important;
      margin: 0 0 12px !important;
    }/* Pretítulos sobre fondo naranja: se mantienen en blanco por contraste */.acmp-page .acmp-manifiesto .eyebrow { color: #fff !important; }.acmp-page .acmp-vsl-head h2,
    .acmp-page .acmp-ad-head h2,
    .acmp-page .acmp-para-quien-head h2,
    .acmp-page .acmp-modules-head h2,
    .acmp-page .acmp-outcomes-head h2,
    .acmp-page .acmp-galeria-sec h2,
    .acmp-page .acmp-bio-head h2,
    .acmp-page .acmp-bio-section-title,
    .acmp-page .acmp-test-head h2,
    .acmp-page .liq-resenas-title,
    .acmp-page .liq-cert-title,
    .acmp-page .acmp-certs-head h2,
    .acmp-page .acmp-certs-title,
    .acmp-page .acmp-faq-head h2,
    .acmp-page .acmp-faq-title,
    .acmp-page .acmp-buy-head h2,
    .acmp-page .acmp-community-head h2,
    .acmp-page .acmp-section-head h2,
    .acmp-page .acmp-manifiesto h2,
    .acmp-page .liq-ebook-inner h2,
    .acmp-page .acmp-quiz h2,
    .acmp-page .acmp-empresas-cta-title {
      font-family: var(--font-section) !important;
      font-weight: 700 !important;
      font-size: 34px !important;
      line-height: 1.15 !important;
      letter-spacing: -0.02em !important;
      color: var(--acmp-navy);
    }.acmp-page .acmp-manifiesto h2,
    .acmp-page .liq-ebook-inner h2,
    .acmp-page .acmp-quiz h2,
    .acmp-page .acmp-empresas-cta-title { color: #fff !important; }.acmp-page .acmp-manifiesto h2 .kw { color: var(--acmp-navy) !important; }@media (max-width: 768px) {
.acmp-page .acmp-vsl-head h2,
      .acmp-page .acmp-ad-head h2,
      .acmp-page .acmp-para-quien-head h2,
      .acmp-page .acmp-modules-head h2,
      .acmp-page .acmp-outcomes-head h2,
      .acmp-page .acmp-galeria-sec h2,
      .acmp-page .acmp-bio-head h2,
      .acmp-page .acmp-bio-section-title,
      .acmp-page .acmp-test-head h2,
        .acmp-page .liq-resenas-title,
      .acmp-page .liq-cert-title,
    .acmp-page .acmp-certs-head h2,
      .acmp-page .acmp-certs-title,
      .acmp-page .acmp-faq-head h2,
      .acmp-page .acmp-faq-title,
      .acmp-page .acmp-buy-head h2,
      .acmp-page .acmp-community-head h2,
      .acmp-page .acmp-section-head h2,
      .acmp-page .acmp-manifiesto h2,
      .acmp-page .liq-ebook-inner h2,
      .acmp-page .acmp-quiz h2,
      .acmp-page .acmp-empresas-cta-title {
        font-size: 28px !important;
      }
}
/* Secciones que quedan fuera del wrapper .acmp-page */.acmp-community-head .eyebrow,
    .acmp-section-head .eyebrow,
    .acmp-empresas-cta-eyebrow {
      font-family: var(--font-section) !important;
      font-weight: 700 !important;
      font-size: 13px !important;
      line-height: 1.6 !important;
      letter-spacing: 0.2em !important;
      text-transform: uppercase !important;
      color: var(--acmp-orange) !important;
      margin: 0 0 12px !important;
    }.acmp-community-head h2,
    .acmp-section-head h2,
    .acmp-empresas-cta-title {
      font-family: var(--font-section) !important;
      font-weight: 700 !important;
      font-size: 34px !important;
      line-height: 1.15 !important;
      letter-spacing: -0.02em !important;
      color: var(--acmp-navy);
    }.acmp-empresas-cta-title { color: #fff !important; }@media (max-width: 768px) {
.acmp-community-head h2,
      .acmp-section-head h2,
      .acmp-empresas-cta-title { font-size: 28px !important; }
}
.acmp-page .acmp-courses { grid-template-columns: repeat(3, 1fr) !important; }@media (max-width: 900px) {
.acmp-page .acmp-courses { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 620px) {
.acmp-page .acmp-courses { grid-template-columns: 1fr !important; }
}
/* ===== SECCIÓN RESEÑAS ===== */.acmp-page .liq-resenas-video { width: 260px; max-width: 100%; }.acmp-page .liq-resenas-video vturb-smartplayer { display: block !important; width: 100% !important; max-width: 100% !important; }.acmp-page .liq-resenas-video .vturb-player-placeholder { padding: 177.7778% 0 0 !important; }@media (max-width: 768px) {
.liq-resenas-row { grid-template-columns: 1fr !important; gap: 32px !important; }.liq-resenas-video { max-width: 100% !important; }.liq-resenas-pre { font-size: 10px !important; }.liq-resenas-copy p { font-size: 13px !important; }.liq-resenas-btn { font-size: 13px !important; padding: 12px 24px !important; }
}
/* ===== Mai en acción (rail) ===== */.acmp-accion { overflow: hidden; background: #fff; }.acmp-accion-head { max-width: 1200px; margin: 0 auto 40px; padding: 0 28px; text-align: center; }.acmp-accion-title { font-family: var(--font-section); font-weight: 700; font-size: 34px; line-height: 1.15; letter-spacing: -0.02em; margin: 0; }.acmp-aa-viewport { position: relative; width: 100%; }.acmp-aa-rail { display: flex; gap: 8px; width: 100%; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none; }.acmp-aa-rail::-webkit-scrollbar { display: none; }.acmp-aa-card { flex: 0 0 auto; width: 496px; height: 620px; border-radius: 20px; overflow: hidden; background: #eee; }.acmp-aa-card img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }.acmp-aa-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: none; background: rgba(255,255,255,0.92); color: var(--acmp-navy); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(34,43,73,0.22); z-index: 2; transition: background 0.2s, color 0.2s; }.acmp-aa-nav:hover { background: var(--acmp-orange); color: #fff; }.acmp-aa-nav.is-prev { left: 20px; }.acmp-aa-nav.is-next { right: 20px; }@media (max-width: 700px) {
.acmp-aa-rail { gap: 6px; }.acmp-aa-card { width: 336px; height: 420px; border-radius: 14px; }.acmp-aa-nav { width: 42px; height: 42px; }.acmp-aa-nav.is-prev { left: 10px; }.acmp-aa-nav.is-next { right: 10px; }
}
/* ===== Ritmo vertical uniforme (referencia: "Qué incluye" = 96px) ===== */.acmp-page > section, .acmp-page > .acmp-section-head { padding-top: 96px !important; padding-bottom: 96px !important; }.acmp-page > section > div[class$="-wrap"], .acmp-page > section > div[class$="-inner"] { padding-top: 0 !important; padding-bottom: 0 !important; }.acmp-page > .acmp-section-head { padding-bottom: 0 !important; }.acmp-page > section.acmp-courses { padding-top: 40px !important; }@media (max-width: 768px) {
.acmp-page > section, .acmp-page > .acmp-section-head { padding-top: 48px !important; padding-bottom: 48px !important; }.acmp-page > .acmp-section-head { padding-bottom: 0 !important; }.acmp-page > section.acmp-courses { padding-top: 24px !important; }
}
.acmp-page .acmp-course-title { font-family: var(--font-section) !important; font-weight: 700 !important; line-height: 1.15 !important; letter-spacing: -0.02em !important; }/* Comunidad: fotos más chicas */.acmp-page .acmp-community-grid { max-width: 520px !important; }@media (max-width: 768px) {
.acmp-page .acmp-community-grid { max-width: 100% !important; }
}
/* ===== Certificado ===== */.liq-cert { background: #fff; padding-left: 28px; padding-right: 28px; }.liq-cert-row { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 64px; align-items: center; }.liq-cert-copy { text-align: left; }.liq-cert-icon { display: block; margin-bottom: 28px; }.liq-cert-title { margin: 0 0 24px; }.liq-cert-desc { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--acmp-navy); margin: 0; max-width: 46ch; }.liq-cert-art img { width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 30px 70px rgba(34,43,73,0.18); cursor: pointer; transition: transform var(--dur-base, 220ms) cubic-bezier(0.2,0.7,0.2,1), box-shadow var(--dur-base, 220ms) cubic-bezier(0.2,0.7,0.2,1); }.liq-cert-art img:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: 0 40px 90px rgba(34,43,73,0.24); }.liq-cert-art img:active { transform: translateY(-2px) scale(0.985) rotate(0deg); box-shadow: 0 18px 40px rgba(34,43,73,0.18); }@media (max-width: 768px) {
.liq-cert-row { grid-template-columns: 1fr !important; gap: 32px; }.liq-cert-icon { width: 48px; height: 48px; margin-bottom: 14px; }.liq-cert-desc { font-size: 14px; line-height: 1.5; }
}
/* Menos aire entre banner de marcas y el video */.acmp-page > section.acmp-logos { padding-bottom: 32px !important; }.acmp-page > section.acmp-vsl-wrap { padding-top: 32px !important; }@media (max-width: 768px) {
.acmp-page > section.acmp-logos { padding-bottom: 16px !important; }.acmp-page > section.acmp-vsl-wrap { padding-top: 16px !important; }
}
/* ===== Reglas mobile globales (derivadas de desktop) ===== */.acmp-page > section { width: auto !important; height: auto !important; min-height: 0 !important; }@media (max-width: 768px) {
.acmp-page > section, .acmp-page > .acmp-section-head { padding-left: 20px !important; padding-right: 20px !important; }.acmp-page > section > div[class$="-wrap"], .acmp-page > section > div[class$="-inner"] { padding-left: 0 !important; padding-right: 0 !important; }.acmp-page img, .acmp-page video, .acmp-page iframe, .acmp-page vturb-smartplayer { max-width: 100% !important; }.acmp-page h1, .acmp-page h2, .acmp-page h3, .acmp-page .acmp-accion-title, .acmp-page .liq-resenas-title { line-height: 1.3 !important; }.acmp-page .liq-resenas-row { grid-template-columns: 1fr !important; }.acmp-page .liq-logros-row, .acmp-page .liq-ebook-inner, .acmp-page .acmp-quiz-inner { grid-template-columns: 1fr !important; display: grid !important; }.acmp-page .liq-ebook-cover { width: 100% !important; max-width: 300px; margin: 0 auto !important; order: 2; }
}
