.elementor-kit-4{--e-global-color-primary:#0D4241;--e-global-color-secondary:#FAFCF7;--e-global-color-text:#2A2A2A;--e-global-color-accent:#61CEAA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-letter-spacing:-2.8px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:transparent;color:#2A2A2A;font-family:"Poppins", Sans-serif;font-size:16px;background-image:linear-gradient(180deg, #FAFCF7 0%, #FFFFFF00 100%);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Variables de marca ===== */
:root{
  --brand-accent:#0d4241;
  --brand-accent-dark:#093130;
  --brand-text:#2a2a2a;
  --brand-muted:#6b7280;
  --brand-bg-light:#fafcf7;
  --brand-bg-card:#ffffff;
  --brand-border:#e9ecef;
}

/* ===== Reseteo suave / tipografía ===== */
body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color:var(--brand-text);
}
.section{ padding:64px 0; }
.container{ width:100%; max-width:1200px; margin:0 auto; padding:0 20px; }

/* ===== Utilidades rápidas ===== */
.text-center{ text-align:center; }
.muted{ color:var(--brand-muted); }
.badge{
  display:inline-block; font-size:12px; letter-spacing:.12em; text-transform:uppercase;
  color:var(--brand-accent); font-weight:700;
}

/* ===== HERO ===== */
.sec-hero{
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(13,66,65,.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--brand-bg-light) 100%);
}
.hero-grid{
  display:grid; gap:24px;
  grid-template-columns:1fr;
}
.hero-feature{
  background:#fff; border:1px solid var(--brand-border); border-radius:16px; padding:20px;
  box-shadow:0 2px 10px rgba(0,0,0,.03);
  transition:transform .2s ease, box-shadow .2s ease;
  text-align:center;
}
.hero-feature:hover{ transform:translateY(-3px); box-shadow:0 10px 24px rgba(0,0,0,.08); }

/* ===== SERVICIOS ===== */
.sec-servicios{ background:#fff; }
.cards{
  display:grid; gap:24px;
  grid-template-columns:1fr;
}
.card{
  background:#fdfefb; border:1px solid var(--brand-border); border-radius:18px; padding:24px; height:100%;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.card:hover{ border-color:#cfe6e2; box-shadow:0 10px 28px rgba(9,49,48,.08); }
.card h3{ margin:12px 0 6px; }

/* ===== PROCESO ===== */
.sec-proceso{
  background:linear-gradient(180deg, var(--brand-bg-light) 0%, #ffffff 100%);
}
.steps{
  display:grid; gap:24px; grid-template-columns:1fr 1fr;
}
.step{
  background:#fff; border:1px dashed #dbe4ea; border-radius:14px; padding:18px; text-align:center;
}
.step .badge-num{
  display:flex; align-items:center; justify-content:center;
  width:48px; height:48px; margin:0 auto 10px; border-radius:50%;
  background:var(--brand-accent); color:#fff; font-weight:700; font-size:20px;
  box-shadow:0 6px 16px rgba(13,66,65,.18);
}

/* ===== FAQ ===== */
.sec-faq{ background:#fff; }
.faq-list details{
  background:#fbfdf9; border-radius:14px; border:1px solid var(--brand-border);
  padding:16px 18px; transition:box-shadow .2s ease; }
.faq-list details:hover{ box-shadow:0 10px 26px rgba(0,0,0,.06); }
.faq-list summary{
  cursor:pointer; font-weight:600; display:flex; align-items:center; justify-content:space-between; gap:12px;
  list-style:none; }
.faq-list summary::-webkit-details-marker{ display:none; }
.faq-list .arrow{ transition:transform .25s ease; }
.faq-list details[open] .arrow{ transform:rotate(180deg); }
.faq-list p{ margin:12px 0 0; color:var(--brand-muted); }

/* ===== UBICACIÓN ===== */
.sec-ubicacion{
  background:
    radial-gradient(900px 300px at 70% 0%, rgba(13,66,65,.08), transparent 60%),
    var(--brand-bg-light);
}
.location-card{
  background:var(--brand-bg-card); border:1px solid var(--brand-border); border-radius:16px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  max-width:760px; margin:-80px auto 0; position:relative; z-index:2; padding:28px;
}
.location-top img{ width:100%; height:260px; object-fit:cover; display:block; border-radius:16px; }
.location-row{
  display:flex; flex-direction:column; gap:16px; border-top:1px solid var(--brand-border); padding-top:16px;
}
.location-actions a{ color:var(--brand-accent); font-weight:600; text-decoration:none; }
.location-actions a:hover{ opacity:.85; }

/* ===== CONTACTO ===== */
.sec-contacto{
  position:relative; overflow:hidden; background:var(--brand-accent-dark); color:#fff; }
.sec-contacto::before{
  content:""; position:absolute; inset:-40% -10% auto -10%; height:80%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,.08), transparent 60%);
  pointer-events:none;
}
.cta-buttons{
  display:flex; gap:12px; flex-direction:column; align-items:center; justify-content:center;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px; padding:12px 20px; border-radius:9999px; font-weight:600;
  background:#fff; color:var(--brand-accent); text-decoration:none;
  transition:transform .15s ease, background .15s ease; }
.btn:hover{ background:#f0f2f2; transform:translateY(-2px); }

/* ===== FOOTER ===== */
.site-footer{
  background:#f6f7f8; border-top:1px solid #e5e7eb; text-align:center; padding:32px 0; color:#9ca3af;
}
.site-footer a{ color:var(--brand-muted); text-decoration:none; }
.site-footer a:hover{ color:var(--brand-accent); }

/* ===== Responsive ===== */
@media (min-width: 640px){
  .hero-grid{ grid-template-columns:repeat(3,1fr); }
  .cards{ grid-template-columns:repeat(3,1fr); }
  .cta-buttons{ flex-direction:row; }
}
@media (min-width: 992px){
  .steps{ grid-template-columns:repeat(4,1fr); }
  .location-row{ flex-direction:row; align-items:center; justify-content:space-between; }
}/* End custom CSS */