: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);
}

.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; }


.home-book-cover {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

.home-book-cover img {
  width: 170px;
  height: auto;

  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);

  transition: transform .35s ease;
}

.product-card:hover .home-book-cover img {
  transform: translateY(-8px);
}

.product-card:hover .home-book-cover img {
  transform: translateY(-6px) scale(1.03);
}

.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; }


/* ****************** */
/* ****************** */

.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.contact-info-panel,
.contact-form-card {
  display: flex;
  flex-direction: column;
}

.contact-methods {
  flex: 1;
}

.hours-box {
  margin-top: auto;
}

/* ****************** */
/* ****************** */

.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; } */
.map-placeholder > .contact-map-card {
  width: 100%;
  max-width: none;
  background: rgba(255,255,255,.86);
  border-radius: 20px;
  padding: 32px;
}
.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;
  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-header {
  background: #ffffff;
  position: relative;
  z-index: 999;
  box-shadow: none;
}

.clean-header::after {
  display: none;
}

.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;
*/
.logo-row a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform .2s ease, box-shadow .2s ease;
}

.logo-row a:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.logo-row a img {
  max-width: 85%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

  /*
  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;
}


/* 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 {
  /*
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 64px 0 52px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.86) 38%, rgba(255,255,255,.72) 54%, rgba(255,255,255,.28) 100%),
    linear-gradient(135deg, rgba(20,61,89,.12), rgba(244,162,97,.12)),
    url('images/about-education-bg.jpg');
  background-size: cover;
  background-position: center;
  color: var(--brand);
  text-align: center;
  */
  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 {
  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-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;
}


/* 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);
}

/* ************************** 
   CONTACT REPRESENTATIVIES 
 ************************** */

/*
.contact-map-card {
  width: 100%;/
  max-width: none;
}

.contact-map-card h2 {
  margin-bottom: 22px;
}

.contact-representatives {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 18px;
}

.representative-item {
  min-height: 120px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background: rgba(255,255,255,.82);
  border: 1px solid rgba(20,61,89,.08);
  border-radius: 18px;
  padding: 22px 24px;
}

.representative-item strong {
  display: block;
  color: var(--brand);
  font-size: .92rem;
  line-height: 1.25;
  margin-bottom: 4px;
}

.representative-item a {
  color: #5f6f86;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 700;
}

@media (max-width: 700px) {
  .contact-representatives {
    grid-template-columns: 1fr;
  }
}
*/

.map-section {
  display: grid;
  grid-template-columns: 1.8fr .9fr;
  gap: 28px;
  align-items: stretch;
}

/*
.representatives-section {
  min-height: 620px;
  border-radius: 24px;
  padding: 48px;
  background:
    linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)),
    url("images/contact-representantes.png") center / cover no-repeat;
  box-shadow: 0 22px 50px rgba(20,61,89,.10);
}
*/

.representatives-section {
  position: relative;
  overflow: hidden;

  background-image:
    linear-gradient(
      rgba(255,255,255,.78),
      rgba(255,255,255,.78)
    ),
    url('../images/contact-representantes.png');

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

  border-radius: 24px;
  padding: 48px;
}

.representatives-card {
  /*
  width: 82%;
  max-width: 820px;
  */
  height: 100%;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 18px 45px rgba(20,61,89,.10);
}

.representatives-card h2 {
  margin: 10px 0 30px;
  color: var(--brand);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.contact-representatives {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 18px;
}

.representative-item{
  min-height:120px;
  padding:24px 28px;

  display:flex;
  flex-direction:column;
  justify-content:center;

  background:rgba(255,255,255,.92);
  border:1px solid rgba(20,61,89,.08);
  border-radius:20px;

  box-shadow:0 10px 25px rgba(20,61,89,.06);
}

/*
.rep-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--brand-2);
  background: rgba(244,162,97,.12);
  border: 1px solid rgba(244,162,97,.28);
  font-size: 1.4rem;
}


.representative-item strong {
  display: block;
  color: var(--brand);
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 12px;
}
*/

.representative-item strong{
  display:block;
  color:var(--brand);
  font-size:1.15rem;
  line-height:1.3;
  margin-bottom:16px;
}

.rep-phone{
  display:flex;
  align-items:center;
  gap:10px;

  color:#5f6f86;
  text-decoration:none;
  font-size:1.1rem;
  font-weight:700;
}

.rep-phone i{
  color:var(--brand-2);
  font-size:1rem;
}

.rep-phone:hover{
  color:var(--brand);
}

.representative-item a {
  color: #5f6f86;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
}

.representative-item a:hover {
  color: var(--brand-2);
}

/*********************

coverage btn whatsapp

**********************/

.coverage-btn-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;

  width:100%;
  padding:16px 24px;

  border-radius:999px;

  background:var(--brand-2);
  color:#fff;

  font-weight:700;
  text-decoration:none;

  transition:.25s ease;
}

.coverage-btn-whatsapp i{
  color:#fff;
  font-size:1.4rem;
}

.coverage-btn-whatsapp:hover{
  transform:translateY(-2px);
  color:#fff;
}

/***************************/

.coverage-card{
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  background: #fff;
  border-radius: 28px;

  min-height: 650px;

  box-shadow: 0 12px 35px rgba(20,61,89,.08);
  
  justify-content: flex-start;
}

.coverage-content{
  position: relative;
  z-index: 2;

  padding: 26px 34px 24px;
}

.coverage-content h3{
  color: var(--brand);
  font-size: 2.3rem;
  line-height: 1.05;
  
  margin-top: 0;
  margin-bottom: 16px;  
}

.coverage-content p{
  color: #617089;
  line-height: 1.8;
  margin-bottom: 30px;
}


.coverage-image{
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 240px;

  background-image: url('../images/coverage-books.png');
  background-size: cover;
  background-position: center bottom;

  z-index: 1;
}

.coverage-image::before{
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.25) 20%,
      rgba(255,255,255,.70) 50%,
      rgba(255,255,255,.92) 75%,
      rgba(255,255,255,1) 100%
    );
}

/***************************/

/***** FORM CONTACT *****/

#form-message{
  max-width: 1200px;
  margin: 24px auto 0;
  padding: 0 20px;
}

#form-message:not(:empty) + .about-prestashop {
    padding-top: 24px;
}

.contact-alert{
  display:flex;
  align-items:center;
  gap:12px;

  padding:18px 24px;
  border-radius:12px;

  font-size:15px;
  font-weight:600;

  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.contact-alert i{
  font-size:22px;
}

.contact-alert.success{
  background:#eaf8ef;
  border-left:5px solid #28a745;
  color:#1d6f42;
}

.contact-alert.error{
  background:#fff1f0;
  border-left:5px solid #dc3545;
  color:#b42318;
}}

/************************/

/**********************
    Responsive Contact 
************************/

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .representatives-section,
  .contact-info-panel,
  .contact-form-panel,
  .coverage-card {
    width: 100%;
    max-width: 100%;
  }

  .coverage-card {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .coverage-image {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .about-prestashop {
    padding-top: 28px;
  }

  .contact-layout {
    padding-left: 16px;
    padding-right: 16px;
  }

  .representatives-section,
  .contact-info-panel,
  .contact-form-panel,
  .coverage-content {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .representatives-grid {
    grid-template-columns: 1fr;
  }

  .representative-card {
    padding: 24px 20px;
  }

  .representative-card h3,
  .representative-card p,
  .representative-phone {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .coverage-content h3,
  .contact-info-panel h2,
  .representatives-section h2 {
    font-size: 28px;
    line-height: 1.12;
  }
}

@media (max-width: 420px) {
  .contact-layout {
    padding-left: 12px;
    padding-right: 12px;
  }

  .representatives-section,
  .contact-info-panel,
  .contact-form-panel,
  .coverage-content {
    padding: 24px 18px;
  }

  .representative-phone {
    font-size: 20px;
    line-height: 1.2;
  }
}

/**********************/


@media (max-width: 1100px) {
  .map-section {
    grid-template-columns: 1fr;
  }

  .representatives-card {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .representatives-section {
    padding: 24px;
  }

  .representatives-card {
    padding: 26px;
  }

  .contact-representatives {
    grid-template-columns: 1fr;
  }

  .representative-item {
    min-height: auto;
  }
}


/* Footer oscuro con letras blancas */
/*
.site-footer {
  background: #102f45;
  color: #ffffff;
  padding: 58px 0;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  gap: 34px;
}
.site-footer .logo,
.site-footer h4,
.site-footer p,
.site-footer a {
  color: #ffffff;
}
.site-footer p,
.site-footer a {
  opacity: .82;
  line-height: 1.7;
}
.site-footer a {
  display: block;
  margin: 8px 0;
}
.site-footer a:hover {
  opacity: 1;
}
*/

/*logo footer*/
/*
.logo-footer{
    display:flex;
    align-items:center;
    gap:16px;
}

.logo-footer img{
    width:140px;
    height:auto;
}

.logo-footer span{
    color:#fff;
    font-size:36px;
    font-weight:900;
    letter-spacing:5px;
}
*/

@media (max-width: 900px) {
  .home-slider,
  .slide-content {
    min-height: 648px; /* antes 720px */
  }
  .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;
    }  
}
