.vc-about-page {
  padding: 28px 0 60px;
}

.vc-about-hero,
.vc-about-manifesto,
.vc-about-stats,
.vc-about-team,
.vc-about-eco,
.vc-about-cta {
  padding: 16px 0;
}

.vc-about-hero-grid,
.vc-about-eco-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: stretch;
}

.vc-about-hero-main,
.vc-about-hero-card,
.vc-about-value-card,
.vc-about-stat-card,
.vc-about-team-card,
.vc-about-eco-main,
.vc-about-eco-box,
.vc-about-cta-box {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--vc-shadow);
}

.vc-about-hero-main {
  padding: 38px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #111111, #1f1f1f);
  color: #fff;
}

.vc-about-hero-main h1,
.vc-about-section-head h2,
.vc-about-eco-main h2,
.vc-about-cta-box h2 {
  margin: 0 0 14px;
  line-height: .96;
  letter-spacing: -.03em;
}

.vc-about-hero-main h1 {
  font-size: clamp(38px, 5vw, 68px);
  max-width: 12ch;
}

.vc-about-hero-main p {
  max-width: 56ch;
  color: rgba(255,255,255,.8);
  line-height: 1.8;
  font-size: 16px;
}

.vc-about-hero-actions,
.vc-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.vc-about-hero-card,
.vc-about-eco-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vc-about-hero-card h2,
.vc-about-value-card h3,
.vc-about-team-body h3,
.vc-about-eco-box h3 {
  margin: 0 0 12px;
  line-height: 1.06;
  letter-spacing: -.02em;
}

.vc-about-hero-card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.vc-about-hero-card p,
.vc-about-value-card p,
.vc-about-team-body p,
.vc-about-eco-main p,
.vc-about-eco-box p,
.vc-about-cta-box p {
  margin: 0;
  color: #4f4f4f;
  line-height: 1.8;
}

.vc-about-section-head {
  margin-bottom: 20px;
}

.vc-about-section-head h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.vc-about-values-grid,
.vc-about-team-grid,
.vc-about-stats-grid {
  display: grid;
  gap: 18px;
}

.vc-about-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-about-team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vc-about-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vc-about-value-card,
.vc-about-team-card {
  padding: 26px;
}

.vc-about-stat-card {
  padding: 24px;
  text-align: center;
}

.vc-about-stat-card strong {
  display: block;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.03em;
}

.vc-about-stat-card span {
  display: block;
  margin-top: 10px;
  color: #5a5a5a;
  line-height: 1.5;
}

.vc-about-team-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: start;
}

.vc-about-team-avatar {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vc-green);
  color: #000;
  font-weight: 800;
  font-size: 28px;
}

.vc-about-team-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(102,153,51,.12);
  color: var(--vc-green-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vc-about-team-body strong {
  display: block;
  margin-bottom: 12px;
  color: #222;
}

.vc-about-eco-main {
  padding: 32px;
  background: linear-gradient(145deg, #1a1a1a, #101010);
  color: #fff;
}

.vc-about-eco-main p {
  color: rgba(255,255,255,.78);
}

.vc-about-practices {
  margin: 16px 0 0;
  padding-left: 1.2rem;
  line-height: 1.8;
  color: #333;
}

.vc-about-cta-box {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(145deg, rgba(102,153,51,.18), rgba(102,153,51,.06));
}

@media (max-width: 1024px) {
  .vc-about-hero-grid,
  .vc-about-eco-grid,
  .vc-about-cta-box {
    grid-template-columns: 1fr;
  }

  .vc-about-values-grid {
    grid-template-columns: 1fr;
  }

  .vc-about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .vc-about-page {
    padding: 22px 0 50px;
  }

  .vc-about-hero-main,
  .vc-about-hero-card,
  .vc-about-value-card,
  .vc-about-stat-card,
  .vc-about-team-card,
  .vc-about-eco-main,
  .vc-about-eco-box,
  .vc-about-cta-box {
    border-radius: 24px;
  }

  .vc-about-hero-main,
  .vc-about-hero-card,
  .vc-about-value-card,
  .vc-about-team-card,
  .vc-about-eco-main,
  .vc-about-eco-box,
  .vc-about-cta-box {
    padding: 22px;
  }

  .vc-about-team-grid,
  .vc-about-stats-grid {
    grid-template-columns: 1fr;
  }

  .vc-about-team-card {
    grid-template-columns: 72px 1fr;
    gap: 14px;
  }

  .vc-about-team-avatar {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    font-size: 22px;
  }

  .vc-about-hero-actions .vc-btn,
  .vc-about-cta-actions .vc-btn {
    width: 100%;
  }
}

.vc-contact-page {
  padding: 28px 0 60px;
}

.vc-contact-hero,
.vc-contact-main,
.vc-contact-cta {
  padding: 16px 0;
}

.vc-contact-hero-grid,
.vc-contact-main-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: stretch;
}

.vc-contact-hero-main,
.vc-contact-hero-card,
.vc-contact-box,
.vc-contact-cta-box {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--vc-shadow);
}

.vc-contact-hero-main {
  padding: 38px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #111111, #1f1f1f);
  color: #fff;
}

.vc-contact-hero-main h1,
.vc-contact-hero-card h2,
.vc-contact-box h2,
.vc-contact-box h3,
.vc-contact-cta-box h2 {
  margin: 0 0 14px;
  line-height: .96;
  letter-spacing: -.03em;
}

.vc-contact-hero-main h1 {
  font-size: clamp(38px, 5vw, 68px);
  max-width: 12ch;
}

.vc-contact-hero-main p {
  max-width: 56ch;
  color: rgba(255,255,255,.8);
  line-height: 1.8;
  font-size: 16px;
}

.vc-contact-hero-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.vc-contact-hero-point {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.84);
  line-height: 1.6;
  font-size: 14px;
}

.vc-contact-hero-card,
.vc-contact-box {
  padding: 30px;
}

.vc-contact-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vc-contact-hero-card p,
.vc-contact-box p,
.vc-contact-form-intro,
.vc-contact-cta-box p {
  margin: 0;
  color: #4f4f4f;
  line-height: 1.8;
}

.vc-contact-main-grid {
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
}

.vc-contact-sidebar {
  display: grid;
  gap: 18px;
}

.vc-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vc-contact-list li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ece7dc;
}

.vc-contact-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #666;
}

.vc-contact-list a,
.vc-contact-list span {
  display: block;
  color: #222;
  line-height: 1.6;
}

.vc-contact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vc-contact-box--cta {
  background: linear-gradient(145deg, rgba(102,153,51,.18), rgba(102,153,51,.06));
}

.vc-contact-side-actions,
.vc-contact-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.vc-contact-box--form h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.vc-contact-form-content {
  margin-top: 20px;
}

.vc-contact-form-content form {
  display: grid;
  gap: 14px;
}

.vc-contact-form-content input,
.vc-contact-form-content textarea,
.vc-contact-form-content select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ddd8cd;
  border-radius: 16px;
  padding: 12px 14px;
  background: #fff;
  color: #222;
  font-size: 15px;
}

.vc-contact-form-content textarea {
  min-height: 140px;
  resize: vertical;
}

.vc-contact-form-content button,
.vc-contact-form-content input[type="submit"],
.vc-contact-form-content .wpforms-submit,
.vc-contact-form-content .elementor-button,
.vc-contact-form-content .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 0;
  background: var(--vc-green);
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.vc-contact-cta-box {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(145deg, rgba(102,153,51,.18), rgba(102,153,51,.06));
}

@media (max-width: 1024px) {
  .vc-contact-hero-grid,
  .vc-contact-main-grid,
  .vc-contact-cta-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .vc-contact-page {
    padding: 22px 0 50px;
  }

  .vc-contact-hero-main,
  .vc-contact-hero-card,
  .vc-contact-box,
  .vc-contact-cta-box {
    border-radius: 24px;
  }

  .vc-contact-hero-main,
  .vc-contact-hero-card,
  .vc-contact-box,
  .vc-contact-cta-box {
    padding: 22px;
  }

  .vc-contact-side-actions .vc-btn,
  .vc-contact-cta-actions .vc-btn {
    width: 100%;
  }
}

/* =========================================================
   Legal pages
   ========================================================= */

.vc-legal-page {
  padding: 28px 0 60px;
}

.vc-legal-hero,
.vc-legal-content-section {
  padding: 16px 0;
}

.vc-legal-hero-grid,
.vc-legal-content-grid {
  display: grid;
  gap: 24px;
  align-items: start;
}

.vc-legal-hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.vc-legal-content-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.vc-legal-hero-main,
.vc-legal-side-card,
.vc-legal-content-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--vc-shadow);
}

.vc-legal-hero-main {
  padding: 38px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #111111, #1f1f1f);
  color: #fff;
}

.vc-legal-hero-main h1,
.vc-legal-side-card h2,
.vc-legal-side-card h3 {
  margin: 0 0 14px;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.vc-legal-hero-main h1 {
  font-size: clamp(38px, 5vw, 68px);
  max-width: 10ch;
}

.vc-legal-hero-main p {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-size: 16px;
}

.vc-legal-hero-actions,
.vc-legal-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.vc-legal-side-card {
  padding: 30px;
}

.vc-legal-side-card p {
  margin: 0;
  color: #4f4f4f;
  line-height: 1.8;
}

.vc-legal-sidebar {
  display: grid;
  gap: 18px;
}

.vc-legal-content-card {
  padding: 34px;
}

.vc-legal-article-content > *:first-child {
  margin-top: 0;
}

.vc-legal-article-content > *:last-child {
  margin-bottom: 0;
}

.vc-legal-article-content h2,
.vc-legal-article-content h3,
.vc-legal-article-content h4 {
  margin: 28px 0 12px;
  color: #111;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.vc-legal-article-content h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.vc-legal-article-content h3 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.vc-legal-article-content p,
.vc-legal-article-content li {
  color: #3f3f3f;
  line-height: 1.85;
  font-size: 16px;
}

.vc-legal-article-content p {
  margin: 0 0 16px;
}

.vc-legal-article-content ul,
.vc-legal-article-content ol {
  margin: 0 0 18px 1.25rem;
  padding: 0;
}

.vc-legal-article-content li + li {
  margin-top: 8px;
}

.vc-legal-article-content strong {
  color: #111;
}

.vc-legal-article-content a {
  color: var(--vc-green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vc-legal-article-content blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--vc-green);
  background: #f5f2eb;
  border-radius: 18px;
  color: #2f2f2f;
}

.vc-legal-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.vc-legal-article-content th,
.vc-legal-article-content td {
  padding: 14px 16px;
  border: 1px solid #ece7dc;
  text-align: left;
  vertical-align: top;
}

.vc-legal-article-content th {
  background: #f5f2eb;
  color: #111;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .vc-legal-hero-grid,
  .vc-legal-content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .vc-legal-page {
    padding: 22px 0 50px;
  }

  .vc-legal-hero-main,
  .vc-legal-side-card,
  .vc-legal-content-card {
    border-radius: 24px;
  }

  .vc-legal-hero-main,
  .vc-legal-side-card,
  .vc-legal-content-card {
    padding: 22px;
  }

  .vc-legal-hero-actions .vc-btn,
  .vc-legal-side-actions .vc-btn {
    width: 100%;
  }

  .vc-legal-article-content h2 {
    font-size: 28px;
  }

  .vc-legal-article-content h3 {
    font-size: 22px;
  }

  .vc-legal-article-content th,
  .vc-legal-article-content td {
    padding: 12px 12px;
  }
}


/* =========================================================
   Landing | Salidas escolares
   Agregar al final de assets/css/pages.css
   ========================================================= */

.vc-school-page {
  padding: 28px 0 60px;
}

.vc-school-hero,
.vc-school-intro,
.vc-school-offers,
.vc-school-levels,
.vc-school-includes,
.vc-school-steps,
.vc-school-reasons,
.vc-school-trust,

.vc-school-partners,
.vc-school-faq,
.vc-school-cta {
  padding: 16px 0;
}

.vc-school-hero-grid,
.vc-school-intro-grid,
.vc-school-includes-grid,
.vc-school-reasons-grid,
.vc-school-trust-grid,
.vc-school-partners-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.vc-school-hero-grid,
.vc-school-trust-grid {
  grid-template-columns: 1.03fr .97fr;
}

.vc-school-intro-grid,
.vc-school-includes-grid,
.vc-school-reasons-grid,
.vc-school-partners-grid {
  grid-template-columns: 1fr 1fr;
}

.vc-school-hero-main,
.vc-school-copy-card,
.vc-school-check-card,
.vc-school-offer-card,
.vc-school-level-card,
.vc-school-dark-card,
.vc-school-surface-card,
.vc-school-step-card,

.vc-school-cta-box,
.vc-school-faq-item,
.vc-school-hero-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--vc-shadow);
}

.vc-school-hero-main {
  padding: 40px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(102, 153, 51, .24), transparent 28%),
    linear-gradient(135deg, #111111, #1b1b1b 55%, #252525);
  color: #fff;
}

.vc-school-hero-main h1,
.vc-school-section-head h2,
.vc-school-copy-card h2,
.vc-school-dark-card h2,
.vc-school-dark-card h3,
.vc-school-surface-card h2,
.vc-school-cta-box h2,
.vc-school-hero-card h2 {
  margin: 0 0 14px;
  line-height: .96;
  letter-spacing: -.03em;
}

.vc-school-hero-main h1 {
  font-size: clamp(40px, 5.3vw, 76px);
  max-width: 10ch;
}

.vc-school-hero-main p,
.vc-school-copy-card p,
.vc-school-check-card p,
.vc-school-offer-card p,
.vc-school-level-card p,
.vc-school-surface-card p,
.vc-school-step-card p,
.vc-school-hero-card p,
.vc-school-faq-answer p,
.vc-school-cta-box p {
  margin: 0;
  line-height: 1.8;
  color: #4f4f4f;
}

.vc-school-hero-main p,
.vc-school-hero-main .vc-school-hero-lead {
  color: rgba(255,255,255,.82);
}

.vc-school-hero-main .vc-school-hero-lead {
  font-size: 18px;
}

.vc-school-hero-actions,
.vc-school-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.vc-school-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vc-school-hero-points span,
.vc-school-tag,
.vc-school-step-number,
.vc-school-levels-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.vc-school-hero-points span,
.vc-school-tag,
.vc-school-step-number {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vc-school-hero-media {
  display: grid;
  grid-template-columns: 1.1fr .86fr;
  gap: 18px;
}

.vc-school-hero-stack {
  display: grid;
  gap: 18px;
}

.vc-school-hero-photo,
.vc-school-trust-media,
.vc-school-offer-media {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--vc-shadow);
  background: #ddd;
}

.vc-school-hero-photo--main {
  min-height: 560px;
}

.vc-school-hero-photo--small {
  min-height: 250px;
}

.vc-school-hero-photo img,
.vc-school-trust-media img,
.vc-school-offer-media img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-school-hero-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, rgba(102,153,51,.18), rgba(102,153,51,.06));
}

.vc-school-copy-card,
.vc-school-check-card,
.vc-school-surface-card,
.vc-school-level-card,
.vc-school-step-card,
.vc-school-cta-box {
  padding: 30px;
}

.vc-school-copy-card--accent {
  background: linear-gradient(145deg, rgba(102,153,51,.18), rgba(102,153,51,.06));
}

.vc-school-copy-card blockquote {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.vc-school-check-card {
  background: linear-gradient(145deg, #f7f4ee, #fff);
}

.vc-school-check-list,
.vc-school-feature-list,
.vc-school-reasons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.vc-school-check-list li,
.vc-school-feature-list li,
.vc-school-reasons-list li {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-radius: 18px;
  background: #f6f2e9;
  color: #242424;
  line-height: 1.6;
}

.vc-school-check-list li::before,
.vc-school-feature-list li::before,
.vc-school-reasons-list li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vc-green);
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.vc-school-section-head {
  margin-bottom: 22px;
}

.vc-school-section-head h2 {
  font-size: clamp(32px, 4.2vw, 54px);
}

.vc-school-section-head p {
  max-width: 72ch;
  color: #5b5b5b;
  line-height: 1.8;
}

.vc-school-offers-grid,
.vc-school-levels-grid,
.vc-school-steps-grid {
  display: grid;
  gap: 18px;
}

.vc-school-offers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-school-levels-grid,
.vc-school-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.vc-school-offer-card {
  display: grid;
  grid-template-rows: 220px 1fr;
}

.vc-school-offer-body {
  padding: 20px;
}

.vc-school-offer-body h3,
.vc-school-level-card h3,
.vc-school-step-card h3 {
  margin: 0 0 10px;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.vc-school-tag {
  margin-bottom: 12px;
  background: rgba(102,153,51,.14);
  border: 0;
  color: var(--vc-green-dark);
}

.vc-school-level-card {
  min-height: 100%;
  background: linear-gradient(145deg, #fff, #faf8f3);
}

.vc-school-levels-note {
  margin-top: 18px;
  background: rgba(102,153,51,.10);
  color: var(--vc-green-dark);
  justify-content: flex-start;
  min-height: 0;
  padding: 14px 18px;
  line-height: 1.5;
}

.vc-school-dark-card {
  padding: 34px;
  background: linear-gradient(145deg, #171717, #0f0f0f);
  color: #fff;
}

.vc-school-dark-card p,
.vc-school-dark-card h3 {
  color: rgba(255,255,255,.82);
}

.vc-school-dark-card--compact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.vc-school-small-note {
  margin-top: 16px !important;
  font-size: 14px;
  color: #696969;
}

.vc-school-step-card {
  position: relative;
  padding-top: 72px;
}

.vc-school-step-number {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 40px;
  padding: 0;
  background: rgba(102,153,51,.14);
  color: var(--vc-green-dark);
  border: 0;
}

.vc-school-trust-media {
  min-height: 100%;
}

.vc-school-faq-list {
  display: grid;
  gap: 14px;
}

.vc-school-faq-item {
  padding: 0;
  overflow: hidden;
}

.vc-school-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 700;
  color: #171717;
  position: relative;
}

.vc-school-faq-item summary::-webkit-details-marker {
  display: none;
}

.vc-school-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: var(--vc-green-dark);
}

.vc-school-faq-item[open] summary::after {
  content: "−";
}

.vc-school-faq-answer {
  padding: 0 24px 22px;
}

.vc-school-cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(145deg, rgba(102,153,51,.18), rgba(102,153,51,.06));
}

.vc-school-media-note {
  margin: 14px 0 0;
  font-size: 13px;
  color: #6b6b6b;
  text-align: center;
}

@media (max-width: 1180px) {
  .vc-school-offers-grid

  .vc-school-levels-grid,
  .vc-school-steps-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .vc-school-hero-grid,
  .vc-school-intro-grid,
  .vc-school-includes-grid,
  .vc-school-reasons-grid,
  .vc-school-trust-grid,
  .vc-school-partners-grid,
  .vc-school-cta-box {
    grid-template-columns: 1fr;
  }

  .vc-school-hero-main {
    min-height: 0;
  }

  .vc-school-hero-media {
    grid-template-columns: 1fr;
  }

  .vc-school-hero-photo--main,
  .vc-school-hero-photo--small {
    min-height: 340px;
  }
}

@media (max-width: 768px) {
  .vc-school-page {
    padding: 22px 0 50px;
  }

  .vc-school-hero-main,
  .vc-school-copy-card,
  .vc-school-check-card,
  .vc-school-offer-card,
  .vc-school-level-card,
  .vc-school-dark-card,
  .vc-school-surface-card,
  .vc-school-step-card,

  .vc-school-cta-box,
  .vc-school-faq-item,
  .vc-school-hero-card,
  .vc-school-hero-photo,
  .vc-school-trust-media {
    border-radius: 24px;
  }

  .vc-school-hero-main,
  .vc-school-copy-card,
  .vc-school-check-card,
  .vc-school-level-card,
  .vc-school-dark-card,
  .vc-school-surface-card,
  .vc-school-step-card,
  .vc-school-cta-box,
  .vc-school-hero-card {
    padding: 22px;
  }

  .vc-school-hero-main h1,
  .vc-school-section-head h2 {
    font-size: 32px;
    max-width: none;
  }

  .vc-school-hero-actions .vc-btn,
  .vc-school-cta-actions .vc-btn {
    width: 100%;
  }

  .vc-school-offers-grid,
  .vc-school-levels-grid,
  .vc-school-steps-grid

  .vc-school-offer-card {
    grid-template-rows: 220px 1fr;
  }

  .vc-school-faq-item summary {
    padding: 18px 20px 18px 20px;
  }

  .vc-school-faq-item summary::after {
    right: 18px;
  }

  .vc-school-faq-answer {
    padding: 0 20px 18px;
  }
}


/* =========================================================
   Refinamiento visual | Salidas escolares
   ========================================================= */

.vc-school-page {
  overflow: clip;
}

.vc-school-section-head {
  max-width: 760px;
}

.vc-school-section-head .vc-eyebrow {
  margin-bottom: 10px;
}

.vc-school-copy-card,
.vc-school-check-card,
.vc-school-offer-card,
.vc-school-level-card,
.vc-school-dark-card,
.vc-school-surface-card,
.vc-school-step-card,
.vc-school-cta-box,
.vc-school-faq-item,
.vc-school-hero-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.vc-school-copy-card:hover,
.vc-school-check-card:hover,
.vc-school-level-card:hover,
.vc-school-step-card:hover,
.vc-school-surface-card:hover,
.vc-school-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(0, 0, 0, .10);
}

.vc-school-offer-card {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .05);
}

.vc-school-offer-media {
  position: relative;
}

.vc-school-offer-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(17,17,17,.08) 100%);
  opacity: .65;
  transition: opacity .28s ease;
}

.vc-school-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 65px rgba(0, 0, 0, .14);
}

.vc-school-offer-card:hover .vc-school-offer-media::after {
  opacity: 1;
}

.vc-school-offer-card img {
  transform: scale(1);
  transition: transform .5s ease;
}

.vc-school-offer-card:hover img {
  transform: scale(1.06);
}

.vc-school-offer-body {
  position: relative;
}

.vc-school-offer-body::after {
  content: "Conocer propuesta";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--vc-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.vc-school-offer-card:hover .vc-school-offer-body::after {
  opacity: 1;
  transform: translateY(0);
}

.vc-school-level-card,
.vc-school-step-card,
.vc-school-faq-item {
  border: 1px solid rgba(17, 17, 17, .05);
}

.vc-school-level-card:hover,
.vc-school-step-card:hover,
.vc-school-faq-item:hover {
  border-color: rgba(102, 153, 51, .22);
}

.vc-school-level-card h3,
.vc-school-step-card h3 {
  transition: color .24s ease;
}

.vc-school-level-card:hover h3,
.vc-school-step-card:hover h3 {
  color: var(--vc-green-dark);
}

.vc-school-includes-grid {
  align-items: start;
}

.vc-school-dark-card--sticky {
  align-self: start;
  position: sticky;
  top: 112px;
}

.vc-school-dark-card--sticky p:last-child {
  margin-bottom: 0;
}

.vc-school-feature-list li,
.vc-school-reasons-list li,
.vc-school-check-list li {
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.vc-school-feature-list li:hover,
.vc-school-reasons-list li:hover,
.vc-school-check-list li:hover {
  transform: translateX(4px);
  background: #f1ecdf;
  box-shadow: inset 0 0 0 1px rgba(102, 153, 51, .10);
}

.vc-school-partners .vc-school-dark-card {
  overflow: hidden;
  position: relative;
}

.vc-school-partners .vc-school-dark-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -10%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102,153,51,.22), transparent 72%);
  pointer-events: none;
}

.vc-school-faq-item summary {
  transition: background .22s ease, color .22s ease;
}

.vc-school-faq-item:hover summary {
  background: rgba(102, 153, 51, .06);
  color: var(--vc-green-dark);
}

.vc-school-cta-box {
  position: relative;
  overflow: hidden;
}

.vc-school-cta-box::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102,153,51,.18), transparent 70%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .vc-school-dark-card--sticky {
    position: static;
    top: auto;
  }
}

@media (max-width: 768px) {
  .vc-school-copy-card:hover,
  .vc-school-check-card:hover,
  .vc-school-level-card:hover,
  .vc-school-step-card:hover,
  .vc-school-surface-card:hover,
  .vc-school-hero-card:hover,
  .vc-school-offer-card:hover {
    transform: none;
  }

  .vc-school-offer-body::after {
    opacity: 1;
    transform: none;
  }
}
