:root {
  --bg: #f6f4ef;
  --surface: #ffffff;
  --ink: #1f2933;
  --muted: #667085;
  --brand: #143d59;
  --brand-2: #f4a261;
/*--brand: #143d59;
--brand-2: #c8a24a; 
*/
  --line: #e7e1d6;
  --shadow: 0 18px 45px rgba(25, 35, 45, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: auto; }

.topbar { background: var(--brand); color: white; font-size: 14px; }
.topbar__inner, .header__inner, .main-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__inner { min-height: 42px; }
.topbar nav, .header-actions { display: flex; gap: 18px; }

.site-header { background: var(--surface); box-shadow: 0 4px 18px rgba(0,0,0,.04); position: sticky; top: 0; z-index: 20; }
.header__inner { min-height: 88px; }
.logo { font-size: 34px; font-weight: 800; letter-spacing: -1px; color: var(--brand); }

.logo-brand{
    display:flex;
    align-items:center;
    gap:12px;
	margin-left: 12px;
}

.logo-brand img{
    width:72px;
    height:auto;
    transition:.3s ease;
}

.logo-brand:hover img{
    transform:scale(1.08);
}

.logo-brand span{
    font-size:28px;
    font-weight:900;
    letter-spacing:4px;
    color:var(--brand);
}

/* about counter */

.about-counter strong {
  display: block;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .6s ease,
    transform .6s ease;

  font-size: 3rem;
  line-height: 1;
}

.about-counter strong.counter-visible {
  opacity: 1;
  transform: translateY(0);
}

.search { flex: 1; max-width: 620px; display: grid; grid-template-columns: 170px 1fr 110px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fafafa; }
.search select, .search input { border: 0; padding: 14px 16px; background: transparent; outline: 0; min-width: 0; }
.search button { border: 0; background: var(--brand-2); color: #2b2118; font-weight: 700; cursor: pointer; }
.header-actions a { font-weight: 600; color: var(--brand); }
.menu-toggle { display: none; border: 0; background: var(--brand); color: white; border-radius: 10px; padding: 9px 12px; }
.main-nav { border-top: 1px solid var(--line); }
.main-nav__inner { justify-content: flex-start; min-height: 52px; }
.main-nav a { font-weight: 700; color: #374151; }
.main-nav a.active, .main-nav a:hover { color: var(--brand-2); }

.hero { padding: 34px 0; }
.hero__grid { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.category-card, .hero-slider, .promo, .product-card, .split-section, .features article { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); }
.category-card { padding: 24px; }
.category-card h3 { margin: 0 0 16px; }
.category-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.category-card a { color: var(--muted); font-weight: 600; }

.hero-slider { position: relative; min-height: 430px; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: .5s ease; padding: 60px; display: flex; align-items: center; background: radial-gradient(circle at 75% 35%, #ffd9a8 0 18%, transparent 19%), linear-gradient(120deg, #e7f0f7, #fff8ec); }
.slide:nth-child(2) { background: radial-gradient(circle at 80% 40%, #b8d8ff 0 17%, transparent 18%), linear-gradient(120deg, #fff3de, #eaf6f0); }
.slide.active { opacity: 1; }
.slide h1 { max-width: 620px; font-size: clamp(36px, 5vw, 62px); line-height: 1; margin: 12px 0 18px; letter-spacing: -2px; color: var(--brand); }
.slide p { max-width: 520px; font-size: 18px; color: var(--muted); }
.eyebrow { color: var(--brand-2); text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: 12px; }
.btn { display: inline-flex;  
	padding: 13px 20px; /* antes 14px 22px */
	font-size: 90%;
	border-radius: 999px; font-weight: 800; margin-top: 14px; }
.btn-primary { background: var(--brand); color: white; }
.btn-secondary { background: var(--brand-2); color: #2b2118; }
.slider-controls { position: absolute; left: 60px; bottom: 34px; display: flex; gap: 10px; }
.slider-controls button { width: 34px; height: 7px; border: 0; border-radius: 999px; background: #c7c7c7; cursor: pointer; }
.slider-controls button.active { background: var(--brand); }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 34px; }
.features article { padding: 22px; display: grid; gap: 8px; }
.features span { color: var(--muted); font-size: 14px; }

.promo-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 20px; margin-bottom: 54px; }
.promo { min-height: 190px; padding: 28px; background: linear-gradient(135deg, #fff, #f7e8d1); }
.promo-large { background: linear-gradient(135deg, #dfeffc, #fff); }
.promo h2 { margin: 8px 0; color: var(--brand); }
.promo span { font-weight: 800; color: var(--brand-2); }

.section { margin-bottom: 64px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.section-heading h2, .split-section h2 { margin: 6px 0 0; font-size: 34px; color: var(--brand); }
.section-heading a { color: var(--brand); font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { padding: 18px; position: relative; }
.book-cover { height: 230px; border-radius: 18px; color: white; display: grid; place-items: center; font-size: 28px; font-weight: 800; text-align: center; box-shadow: inset 12px 0 0 rgba(0,0,0,.12); }
.cover-1 { background: linear-gradient(145deg, #143d59, #2a9d8f); }
.cover-2 { background: linear-gradient(145deg, #e76f51, #f4a261); }
.cover-3 { background: linear-gradient(145deg, #264653, #8ecae6); }
.cover-4 { background: linear-gradient(145deg, #6d597a, #ffb4a2); }
.badge { position: absolute; top: 28px; left: 28px; background: white; color: var(--brand); border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 800; }
.product-card h3 { margin: 18px 0 6px; }
.product-card p { color: var(--muted); min-height: 42px; }
.product-card button { width: 100%; border: 0; border-radius: 14px; padding: 12px; background: var(--brand); color: white; font-weight: 800; cursor: pointer; }

.split-section { display: grid; grid-template-columns: 1.4fr .8fr; gap: 28px; padding: 38px; margin-bottom: 64px; }
.split-section p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.stats-card { background: #f8fafc; border: 1px solid var(--line); border-radius: 20px; padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 14px 18px; align-content: center; }
.stats-card strong { font-size: 34px; color: var(--brand); }
.stats-card span { color: var(--muted); }

.footer { background: #102f45; color: white; padding: 48px 0; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 28px; }
.footer a, .footer p { display: block; color: #d9e4ea; margin: 9px 0; }
.footer-logo { color: white; }

.whatsapp 
{ position: fixed; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: white; display: grid; place-items: center; font-size: 28px; box-shadow: var(--shadow); z-index: 30; 
  transition: all .25s ease;
}

.whatsapp:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 25px rgba(37,211,102,.45);
}

@media (max-width: 960px) {
  .search, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .main-nav__inner { flex-direction: column; align-items: flex-start; padding: 16px 0; }
  .hero__grid, .split-section { grid-template-columns: 1fr; }
  .features, .product-grid, .promo-grid, .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .slide { padding: 34px; }
}

@media (max-width: 620px) {
  .topbar nav { display: none; }
  .features, .product-grid, .promo-grid, .footer__grid { grid-template-columns: 1fr; }
  .hero-slider { min-height: 500px; }
  .slide h1 { font-size: 38px; }
}

/* About page */
.page-hero { padding: 48px 0 22px; }
.page-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.page-hero h1 { font-size: clamp(36px, 5vw, 58px); line-height: 1.02; letter-spacing: -2px; margin: 12px 0 18px; color: var(--brand); }
.page-hero p { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 650px; }
.about-hero { background: linear-gradient(180deg, #fff, transparent); }
.about-visual { min-height: 410px; border-radius: var(--radius); background: radial-gradient(circle at 70% 25%, #ffd9a8 0 18%, transparent 19%), linear-gradient(135deg, #e7f0f7, #fff8ec); position: relative; box-shadow: var(--shadow); overflow: hidden; }
.about-visual::after { content: ''; position: absolute; width: 280px; height: 280px; right: -70px; bottom: -70px; border-radius: 50%; background: rgba(20, 61, 89, .10); }
.floating-book { position: absolute; width: 150px; height: 210px; border-radius: 18px; display: grid; place-items: center; color: white; font-weight: 800; font-size: 22px; text-align: center; box-shadow: 0 24px 45px rgba(20, 61, 89, .20), inset 12px 0 0 rgba(0,0,0,.13); }
.book-a { left: 58px; top: 76px; transform: rotate(-9deg); background: linear-gradient(145deg, #143d59, #2a9d8f); }
.book-b { left: 215px; top: 115px; transform: rotate(8deg); background: linear-gradient(145deg, #e76f51, #f4a261); }
.book-c { right: 75px; bottom: 58px; transform: rotate(-5deg); background: linear-gradient(145deg, #264653, #8ecae6); }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: var(--muted); font-weight: 700; margin: 16px auto 34px; }
.breadcrumb a { color: var(--brand); }
.about-tabs { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; margin-bottom: 52px; display: grid; grid-template-columns: 280px 1fr; gap: 28px; }
.tab-buttons { display: grid; align-content: start; gap: 12px; }
.tab-buttons button { text-align: left; border: 1px solid var(--line); background: #fbfaf8; padding: 16px 18px; border-radius: 16px; color: var(--brand); font-weight: 800; cursor: pointer; }
.tab-buttons button.active, .tab-buttons button:hover { background: var(--brand); color: white; border-color: var(--brand); }
.tab-panel { display: none; padding: 8px 8px 8px 0; }
.tab-panel.active { display: block; }
.tab-panel h2, .mission-section h2, .contact-banner h2 { color: var(--brand); font-size: 34px; margin: 8px 0 14px; }
.tab-panel p, .mission-section p, .contact-banner p { color: var(--muted); line-height: 1.75; font-size: 16px; }
.image-story { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 20px; margin-bottom: 54px; }
.story-card { min-height: 190px; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; display: flex; flex-direction: column; justify-content: end; color: var(--brand); font-weight: 800; overflow: hidden; }
.story-main { grid-row: span 2; min-height: 400px; background: linear-gradient(135deg, #dfeffc, #fff8ec); }
.story-main span { color: var(--brand-2); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.story-main h2 { font-size: 38px; line-height: 1.05; max-width: 420px; }
.story-small { background: linear-gradient(145deg, #fff, #f7e8d1); font-size: 24px; }
.story-wide { grid-column: span 2; background: linear-gradient(145deg, #eaf6f0, #fff); font-size: 28px; }
.mission-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: start; margin-bottom: 54px; }
.mission-list { display: grid; gap: 16px; }
.mission-list article { background: var(--surface); border-radius: 18px; box-shadow: var(--shadow); padding: 24px; border-left: 6px solid var(--brand-2); }
.mission-list strong { color: var(--brand); font-size: 20px; }
.process-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 42px; }
.process-section article { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }
.icon-bubble { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--brand); color: white; font-weight: 800; margin-bottom: 18px; }
.process-section h3 { color: var(--brand); margin: 0 0 8px; }
.process-section p { color: var(--muted); line-height: 1.6; }
.counter-section { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 54px; }
.counter-section div { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; display: grid; gap: 6px; text-align: center; }
.counter-section strong { color: var(--brand); font-size: 38px; }
.counter-section span { color: var(--muted); font-weight: 700; }
.contact-banner { background: linear-gradient(135deg, #143d59, #225d7f); border-radius: var(--radius); box-shadow: var(--shadow); padding: 38px; margin-bottom: 64px; color: white; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-banner h2, .contact-banner p { color: white; }
.contact-banner p { opacity: .82; margin-bottom: 0; }

@media (max-width: 960px) {
  .page-hero__grid, .about-tabs, .mission-section { grid-template-columns: 1fr; }
  .image-story { grid-template-columns: 1fr 1fr; }
  .story-main, .story-wide { grid-column: span 2; }
  .process-section, .counter-section { grid-template-columns: repeat(2, 1fr); }
  .contact-banner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .about-visual { min-height: 330px; }
  .floating-book { width: 118px; height: 168px; font-size: 18px; }
  .book-a { left: 28px; top: 70px; }
  .book-b { left: 145px; top: 105px; }
  .book-c { right: 28px; bottom: 40px; }
  .image-story, .process-section, .counter-section { grid-template-columns: 1fr; }
  .story-main, .story-wide { grid-column: auto; }
  .story-main { min-height: 280px; }
  .about-tabs { padding: 18px; }
}

/* Contact page */
.contact-hero { background: linear-gradient(180deg, #fff, transparent); }
.contact-visual {
  min-height: 410px;
  border-radius: var(--radius);
  background: radial-gradient(circle at 72% 25%, #ffd9a8 0 17%, transparent 18%), linear-gradient(135deg, #eaf6f0, #fff8ec);
  position: relative;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.contact-visual::after {
  content: '';
  position: absolute;
  width: 310px;
  height: 310px;
  right: -90px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(20, 61, 89, .10);
}
.contact-card-mini {
  position: absolute;
  width: 210px;
  min-height: 118px;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 20px 40px rgba(20, 61, 89, .16);
  padding: 22px;
  color: var(--muted);
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.contact-card-mini strong { display: block; color: var(--brand); font-size: 20px; margin-top: 6px; }
.card-phone { left: 50px; top: 72px; }
.card-email { right: 60px; top: 145px; }
.card-school { left: 128px; bottom: 58px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; margin-bottom: 54px; align-items: start; }
.contact-info-panel, .contact-form-card, .coverage-card, .faq-list article {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.contact-info-panel, .contact-form-card { padding: 30px; }
.contact-info-panel h2, .contact-form-card h2, .map-placeholder h2, .coverage-card h3 { color: var(--brand); margin: 8px 0 14px; font-size: 32px; }
.contact-info-panel p, .contact-form-card p, .coverage-card p, .faq-list p { color: var(--muted); line-height: 1.65; }
.contact-methods { display: grid; gap: 14px; margin: 24px 0; }
.contact-methods article { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fbfaf8; }
.method-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--brand); color: white; display: grid; place-items: center; font-size: 24px; }
.contact-methods strong { color: var(--brand); }
.contact-methods p { margin: 4px 0 0; }
.hours-box { border-left: 6px solid var(--brand-2); background: #fff8ec; border-radius: 16px; padding: 18px; }
.hours-box strong { color: var(--brand); }
.hours-box p { margin: 6px 0; }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--brand); font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 14px 16px;
  background: #fbfaf8;
  outline: 0;
  color: var(--ink);
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand-2); box-shadow: 0 0 0 4px rgba(244, 162, 97, .16); }
.contact-form .btn { border: 0; cursor: pointer; width: fit-content; }
.form-note { margin: -4px 0 0; font-size: 14px; }
.map-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; margin-bottom: 54px; }
.map-placeholder { min-height: 340px; border-radius: var(--radius); box-shadow: var(--shadow); padding: 34px; display: flex; align-items: end; background: linear-gradient(135deg, rgba(20,61,89,.12), rgba(244,162,97,.20)), repeating-linear-gradient(45deg, #fff 0 18px, #f5efe6 18px 36px); }
.map-placeholder div { max-width: 520px; background: rgba(255,255,255,.86); border-radius: 20px; padding: 24px; }
.coverage-card { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.faq-section { margin-bottom: 54px; }
.faq-list { display: grid; gap: 14px; }
.faq-list article { padding: 0; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: transparent; color: var(--brand); font-weight: 800; font-size: 17px; text-align: left; padding: 20px 22px; cursor: pointer; display: flex; justify-content: space-between; gap: 18px; }
.faq-question::after { content: '+'; color: var(--brand-2); font-size: 24px; line-height: 1; }
.faq-list article.open .faq-question::after { content: '−'; }
.faq-list article p { display: none; margin: 0; padding: 0 22px 22px; }
.faq-list article.open p { display: block; }

@media (max-width: 960px) {
  .contact-layout, .map-section { grid-template-columns: 1fr; }
  .contact-visual { min-height: 350px; }
}

@media (max-width: 620px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-info-panel, .contact-form-card { padding: 22px; }
  .contact-card-mini { width: 180px; min-height: 100px; padding: 18px; }
  .card-phone { left: 24px; top: 50px; }
  .card-email { right: 24px; top: 138px; }
  .card-school { left: 48px; bottom: 42px; }
}

/* Testimonials and success logos */
.testimonials-section { margin-bottom: 54px; }
.testimonial-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 20px; }
.testimonial-card {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 225, 214, .72);
}
.featured-testimonial { background: linear-gradient(135deg, #fff, #eef6fb); }
.quote-mark {
  position: absolute;
  right: 24px;
  top: -18px;
  font-size: 120px;
  line-height: 1;
  color: rgba(244, 162, 97, .28);
  font-weight: 800;
}
.stars { color: var(--brand-2); letter-spacing: 2px; font-size: 15px; margin-bottom: 14px; }
.testimonial-card p { color: var(--muted); line-height: 1.75; font-size: 16px; margin: 0 0 24px; position: relative; }
.reviewer { display: flex; gap: 14px; align-items: center; }
.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brand);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.reviewer strong { display: block; color: var(--brand); }
.reviewer span { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }
.success-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #143d59, #225d7f);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 38px;
  margin-bottom: 64px;
  color: white;
}
.success-copy h2 { color: white; font-size: 34px; line-height: 1.12; margin: 8px 0 12px; }
.success-copy p { color: rgba(255,255,255,.78); line-height: 1.7; margin: 0; }
.logo-cloud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.client-logo {
  min-height: 82px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  color: var(--brand);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  font-weight: 800;
  letter-spacing: -.3px;
}

@media (max-width: 960px) {
  .testimonial-grid, .success-section { grid-template-columns: 1fr; }
  .logo-cloud { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .logo-cloud { grid-template-columns: 1fr; }
  .success-section { padding: 28px; }
}

/* Alternative clean home */
.clean-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow:
    0 4px 10px rgba(0,0,0,.12),
    0 18px 35px rgba(0,0,0,.22);
}

.clean-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 18px;
  z-index: 998;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.30),
    rgba(0,0,0,.12),
    transparent
  );
}

.clean-nav {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.single-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-right: 12px;
}
.single-menu a {
  font-weight: 800;
  color: #374151;
  padding: 12px 0;
  position: relative;
}
.single-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  border-radius: 99px;
  background: var(--brand-2);
  transform: scaleX(0);
  transition: .25s ease;
}
.single-menu a:hover::after,
.single-menu a.active::after { transform: scaleX(1); }
/*
.home-slider {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e7f0f7 0%, #fff8ec 54%, #f6f4ef 100%);
}
*/
.home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}
.home-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.home-slide:nth-child(2) { background: linear-gradient(135deg, #fff2dc 0%, #eaf6f0 100%); }
.home-slide:nth-child(3) { background: linear-gradient(135deg, #e9f2ff 0%, #fff7ed 100%); }
.slide-layout {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 36px;
}
.slide-copy h1 {
  max-width: 690px;
  margin: 12px 0 18px;
  color: var(--brand);
  font-size: clamp(34px, 4.95vw, 65px); /* antes 38px, 5.5vw, 72px */
  line-height: .96;
  letter-spacing: -2.4px;
}
.slide-copy p {
  max-width: 590px;
  color: var(--muted);
  font-size: 17px; /* antes 19px */
  line-height: 1.7;
}
.slide-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-ghost {
  border: 1px solid rgba(20,61,89,.22);
  color: var(--brand);
  background: rgba(255,255,255,.65);
}
.slide-art {
  min-height: 390px;
  position: relative;
  display: grid;
  place-items: center;
}
.book {
  width: 175px;
  height: 245px;
  border-radius: 18px 12px 12px 18px;
  color: white;
  font-weight: 900;
  font-size: 24px;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 28px 50px rgba(20,61,89,.18), inset 14px 0 0 rgba(0,0,0,.14);
  position: absolute;
}
.b1 { background: linear-gradient(135deg, #143d59, #256c93); transform: rotate(-10deg) translate(-90px, 15px); z-index: 3; }
.b2 { background: linear-gradient(135deg, #f4a261, #d56d2b); transform: rotate(6deg) translate(35px, -22px); z-index: 2; }
.b3 { background: linear-gradient(135deg, #2a9d8f, #11695f); transform: rotate(14deg) translate(130px, 45px); z-index: 1; }
.level-card {
  width: 145px;
  height: 145px;
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  font-size: 44px;
  font-weight: 900;
  color: var(--brand);
  position: absolute;
}
.level-card:nth-child(1){ transform: translate(-125px,-80px); }
.level-card:nth-child(2){ transform: translate(60px,-105px); }
.level-card:nth-child(3){ transform: translate(-65px,95px); }
.level-card:nth-child(4){ transform: translate(140px,75px); }
.support-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: white;
  font-size: 46px;
  font-weight: 900;
  box-shadow: var(--shadow);
}
.support-note {
  position: absolute;
  background: white;
  padding: 16px 22px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 900;
  color: var(--brand);
}
.n1 { transform: translate(-140px, -105px); }
.n2 { transform: translate(145px, -35px); }
.n3 { transform: translate(-20px, 145px); }
.clean-controls {
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
}
.clean-features { margin-top: 34px; }
.clean-promo { margin-top: 12px; }
.centered { justify-content: center; text-align: center; }
.centered p { max-width: 680px; color: var(--muted); margin: 10px auto 0; }
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-grid article {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
}
.review-grid p { color: var(--muted); line-height: 1.7; }
.review-grid strong { display: block; color: var(--brand); }
.review-grid span { color: var(--brand-2); font-weight: 800; font-size: 14px; }

.logo-row {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.logo-row span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 12px;
  
  /*
  text-align: center;
  color: #8a94a3;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .08em;
  */

  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */

  color: #8a94a3;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .08em;
  min-height: 160px; /* opcional */ 
}

.logo-row img {
  display: block;
  max-width: 90%;
  max-height: 140px; /* ajusta según necesites */
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .clean-nav { min-height: 72px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .single-menu {
    position: absolute;
    top: 72px;
    left: 16px;
    right: 16px;
    background: white;
    box-shadow: var(--shadow);
    border-radius: 20px;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .single-menu.open { display: flex; }
  .single-menu a { padding: 12px 8px; }
  .slide-layout { grid-template-columns: 1fr; padding-block: 44px 78px; }
  .slide-art { min-height: 260px; order: -1; transform: scale(.78); }
  .home-slider, .slide-layout { min-height: 760px; }
  .review-grid, .logo-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .home-slider, .slide-layout { min-height: 820px; }
  .slide-copy h1 { font-size: 40px; letter-spacing: -1.5px; }
  .slide-copy p { font-size: 16px; }
  .slide-art { transform: scale(.68); }
  .clean-controls { bottom: 22px; }
}


/* Slider con imágenes reales/editables */
.home-slider {
  min-height: 504px; /* 560px - 10%  590px; */
  position: relative;
  overflow: hidden;
  background: #102f45;
  z-index: 1;
}
.home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}
.home-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 31, 46, .88) 0%, rgba(10, 31, 46, .64) 43%, rgba(10, 31, 46, .22) 100%);
}
.slide-content {
  min-height: 504px; /* 590px; */
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.slide-copy {
  max-width: 720px;
  color: #ffffff;
}
.slide-copy h1 {
  color: #ffffff;
  text-shadow: 0 10px 26px rgba(0,0,0,.25);
}
.slide-copy p {
  color: rgba(255,255,255,.9);
}
.slide-copy .eyebrow {
  color: #f4a261;
}
.home-slider .btn-primary {
  background: #f4a261;
  color: #2b2118;
}
.home-slider .btn-ghost {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.5);
  color: #ffffff;
  backdrop-filter: blur(6px);
}
.clean-controls {
  z-index: 4;
}
.clean-controls button.active {
  background: #f4a261;
}


/* Slider buttons effects */
.slide-actions .btn {
    transition: all 0.28s ease;
    position: relative;
    overflow: hidden;
}


.btn-ghost {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-ghost::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--brand-2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
    z-index: -1;
}

.btn-ghost:hover {
    background: var(--brand-2);
    color: #2b2118;
    border-color: var(--brand-2);
}


/* Mouse over */
.slide-actions .btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 25px rgba(0,0,0,0.18);
}

/* Click */
.slide-actions .btn:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


@media (max-width: 900px) {
  .home-slider,
  .slide-content {
    min-height: 648px;
  }
  .slide-overlay {
    background: linear-gradient(180deg, rgba(10, 31, 46, .86), rgba(10, 31, 46, .58));
  }
  .slide-content {
    align-items: flex-end;
    padding-bottom: 104px;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-slider,
  .slide-content {
    min-height: 612px; /* antes 680px */
  }

  .slide-copy h1 {
    font-size: 34px; /* antes 38px */
  }
  
	.logo-brand span{
        display:none;
    }

    .logo-brand img{
        width:60px;
    }  
}


/* About page - layout inspired by reference, adapted to ELID */
.about-page-title {
  padding: 54px 0 42px;
  background:
    linear-gradient(135deg, rgba(20,61,89,.92), rgba(16,47,69,.86)),
    radial-gradient(circle at 82% 24%, rgba(244,162,97,.48) 0 16%, transparent 17%);
  color: #fff;
  text-align: center;
}
.about-page-title h1 {
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -1.6px;
}
.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}
.about-breadcrumb a { color: #fff; }
.about-prestashop { padding: 58px 0 22px; }


.about-tabs-horizontal {
  display: block;
  padding: 0;
  margin-bottom: 42px;
  overflow: hidden;
}
.tab-buttons-horizontal {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: #fbfaf8;
}
.tab-buttons-horizontal button {
  flex: 1;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 22px 26px;
  text-align: center;
  font-size: 17px;
}
.tab-buttons-horizontal button:last-child { border-right: 0; }
.tab-buttons-horizontal button.active,
.tab-buttons-horizontal button:hover {
  background: var(--brand);
  color: #fff;
}
.tab-content-card { padding: 34px 38px 38px; }
.tab-content-card .tab-panel { padding: 0; }
.tab-content-card h2 {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: clamp(30px, 3vw, 42px);
}
.tab-content-card p {
  max-width: 1000px;
  color: var(--muted);
  line-height: 1.82;
  font-size: 16px;
}
.about-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 210px;
  gap: 22px;
  margin-bottom: 58px;
}
.gallery-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  position: relative;
}
.gallery-large { grid-row: span 2; }
.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery-accent {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(135deg, #fff7ed, #f7e8d1);
  color: var(--brand);
}
.gallery-dark {
  background: linear-gradient(135deg, #143d59, #225d7f);
  color: #fff;
}
.gallery-accent span {
  color: var(--brand-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}
.gallery-dark span { color: #f4c27c; }
.gallery-accent strong {
  font-size: 30px;
  line-height: 1.05;
}
.about-inspiration {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: start;
  margin-bottom: 58px;
}
.about-inspiration-copy h2 {
  color: var(--brand);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  margin: 10px 0 18px;
  letter-spacing: -1.8px;
}
.about-inspiration-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}
.about-values-list { display: grid; gap: 20px; }
.about-values-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  background: var(--surface);
  border-radius: var(--radius);
  padding: 25px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(231,225,214,.74);
}

.value-icon{
    width:60px;
    height:60px;
    
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--brand-2);
    color: #2b2118;
    font-weight: 900;    
}

.value-icon i{
    font-size:26px;
}

.about-values-list h3,
.about-workflow h3 { color: var(--brand); margin: 0 0 8px; }
.about-values-list p,
.about-workflow p { color: var(--muted); line-height: 1.65; margin: 0; }
.about-workflow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 52px;
}
.about-workflow article {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}
.workflow-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 18px;
}
.about-counter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 58px;
}
.about-counter div {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px 18px;
  text-align: center;
}
.about-counter strong {
  display: block;
  color: var(--brand);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 8px;
}
.about-counter span { color: var(--muted); font-weight: 800; }
.about-contact-band {
  background: linear-gradient(135deg, #143d59, #225d7f);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
  padding: 40px;
  margin-bottom: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.about-contact-band h2 { color: #fff; font-size: 34px; margin: 8px 0 10px; }
.about-contact-band p { color: rgba(255,255,255,.82); margin: 0; line-height: 1.7; }

@media (max-width: 960px) {
  .about-gallery-grid,
  .about-inspiration,
  .about-workflow,
  .about-counter { grid-template-columns: 1fr 1fr; }
  .gallery-large { grid-column: span 2; grid-row: auto; }
  .about-contact-band { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .about-page-title { padding: 42px 0 32px; }
  .tab-buttons-horizontal { flex-direction: column; }
  .tab-buttons-horizontal button { border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .tab-content-card { padding: 26px 22px 30px; }
  .about-gallery-grid,
  .about-inspiration,
  .about-workflow,
  .about-counter { grid-template-columns: 1fr; }
  .gallery-large { grid-column: auto; }
  .about-gallery-grid { grid-auto-rows: 220px; }
  .about-values-list article { grid-template-columns: 1fr; }
  .about-contact-band { padding: 28px; }
}

/* Ajustes solicitados: hero con imagen educativa sutil y pestañas con borde superior dorado */
.about-page-title {
  position: relative;
  padding: 54px 0 42px;
  color: #fff;
  text-align: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}

.about-page-title h1 {
  color: var(--brand);
  text-shadow: none;
}

.about-breadcrumb {
  color: var(--muted);
}

.about-breadcrumb a,
.about-breadcrumb strong {
  color: var(--brand);
}

/* Elementos decorativos educativos, sin depender de una imagen externa */
.about-page-title .container {
  position: relative;
  z-index: 1;
}

.about-page-title .container::before,
.about-page-title .container::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  color: rgba(20,61,89,.16);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
  white-space: pre-line;
}


.tab-buttons-horizontal {
  align-items: stretch;
  background: #fff;
}

.tab-buttons-horizontal button {
  position: relative;
  border-top: 4px solid transparent;
  color: var(--ink);
  background: #fff;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.tab-buttons-horizontal button.active,
.tab-buttons-horizontal button:hover {
  background: #fff;
  color: var(--brand);
  border-top-color: var(--brand-2);
}

.tab-buttons-horizontal button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
}

@media (max-width: 640px) {
  .about-page-title .container::before,
  .about-page-title .container::after {
    opacity: .35;
    font-size: 34px;
  }

  .about-page-title .container::before {
    left: -18px;
    top: 26%;
  }

  .about-page-title .container::after {
    right: -18px;
    top: 76%;
  }

  .tab-buttons-horizontal button {
    border-top: 0;
    border-left: 4px solid transparent;
  }

  .tab-buttons-horizontal button.active,
  .tab-buttons-horizontal button:hover {
    border-left-color: var(--brand-2);
  }
}
