.elementor-475 .elementor-element.elementor-element-84235cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-475 .elementor-element.elementor-element-84235cc.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-475 .elementor-element.elementor-element-84235cc{--width:100.079%;}}/* Start custom CSS for html, class: .elementor-element-aa01c36 */:root {
  --green-dark: #0B3D2C;
  --green-mid: #1A6B4A;
  --green-accent: #2ECC71;
  --green-light: #E8F5E9;
  --green-glow: #00E676;
  --cream: #FAFDF7;
  --cream-warm: #F5F2EB;
  --dark: #0D1B16;
  --text: #1A2F26;
  --text-light: #5A7068;
  --white: #FFFFFF;
  --border: rgba(11,61,44,0.1);
  --shadow-sm: 0 2px 8px rgba(11,61,44,0.06);
  --shadow-md: 0 8px 32px rgba(11,61,44,0.08);
  --shadow-lg: 0 16px 48px rgba(11,61,44,0.12);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --font-display: 'Instrument Serif', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.15; }
h1 { font-size: clamp(2.6rem, 6vw, 4rem); color: var(--white); }
h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--green-dark); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.6rem); }

.section-label {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-accent);
  margin-bottom: 12px;
}
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-light);
  color: var(--green-mid);
  font-size: 13px; font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green-accent);
  color: var(--green-dark);
  font-family: var(--font-body);
  font-size: 15px; font-weight: 600;
  padding: 16px 32px;
  border-radius: 100px;
  border: none; cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 4px 20px rgba(46,204,113,0.3);
}
.cta-primary::after { content: '→'; transition: transform 0.3s ease; }
.cta-primary:hover {
  background: var(--green-glow);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(46,204,113,0.45);
  color: var(--green-dark);
}
.cta-primary:hover::after { transform: translateX(4px); }

.cta-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500;
  padding: 14px 28px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,0.25);
  cursor: pointer; text-decoration: none;
  transition: all 0.3s ease;
}
.cta-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  color: var(--white);
}

/* ============================================
   HERO CONTACTO
   Elementor: Section Full Width
   Background: gradient 165deg dark→green
   ============================================ */
.hero-contact {
  position: relative;
  min-height: 60vh;
  display: flex; align-items: center;
  background: linear-gradient(165deg, var(--dark) 0%, var(--green-dark) 50%, #145A3C 100%);
  overflow: hidden;
  padding: 140px 0 100px;
}
.hero-contact::before {
  content: '';
  position: absolute; top: -30%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(46,204,113,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-contact::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 160px;
  background: linear-gradient(to top, var(--cream), transparent);
  pointer-events: none;
  z-index: 2;
}
.hero-contact-inner {
  position: relative; z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-contact-text { max-width: 540px; }
.hero-contact-text .badge-dark {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(46,204,113,0.15);
  color: var(--green-accent);
  font-size: 13px; font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-contact-text h1 {
  opacity: 0; animation: fadeUp 0.8s 0.3s forwards;
  margin-bottom: 16px;
}
.hero-contact-text > p {
  color: rgba(255,255,255,0.6);
  font-size: 18px;
  line-height: 1.7;
  max-width: 480px;
  opacity: 0; animation: fadeUp 0.8s 0.5s forwards;
}

/* Info cards (hero derecha) */
.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  opacity: 0; animation: fadeScale 1s 0.6s forwards;
}
.info-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px 24px;
  backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}
.info-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(46,204,113,0.3);
  transform: translateY(-3px);
}
.info-card-icon {
  width: 44px; height: 44px;
  background: rgba(46,204,113,0.15);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.info-card h3 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 6px;
}
.info-card a, .info-card p {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.5;
}
.info-card a:hover { color: var(--green-accent); }

/* ============================================
   FORMULARIO PRINCIPAL
   Elementor: Section cream, 2 columnas
   ============================================ */
.form-section {
  padding: 100px 0;
  background: var(--cream);
}
.form-section-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

/* Left col */
.form-left .badge { margin-bottom: 20px; }
.form-left h2 { margin-bottom: 16px; }
.form-left > p {
  color: var(--text-light);
  font-size: 17px;
  margin-bottom: 40px;
  max-width: 440px;
}

/* Trust items */
.trust-list { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.trust-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
}
.trust-item:hover { border-color: var(--green-accent); box-shadow: var(--shadow-sm); }
.trust-icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  background: var(--green-light);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.trust-text h4 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  color: var(--green-dark);
}
.trust-text p {
  font-size: 13.5px;
  color: var(--text-light);
  line-height: 1.6;
}

/* Direct contact block */
.direct-contact {
  background: var(--green-dark);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.direct-contact::before {
  content: '';
  position: absolute; top: -40%; right: -20%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(46,204,113,0.15), transparent 70%);
  border-radius: 50%;
}
.direct-contact h4 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 6px;
  position: relative;
}
.direct-contact > p {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}
.direct-links {
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
}
.direct-link {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.3s;
}
.direct-link:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(46,204,113,0.3);
}
.direct-link-icon {
  width: 36px; height: 36px;
  background: rgba(46,204,113,0.15);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.direct-link-text { font-size: 14px; font-weight: 600; color: var(--white); }
.direct-link-sub { font-size: 12px; color: rgba(255,255,255,0.45); }

/* Right col — Form */
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 44px 40px;
  box-shadow: var(--shadow-md);
  position: relative;
}
.contact-form-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-accent), var(--green-mid));
  border-radius: var(--radius) var(--radius) 0 0;
}
.contact-form-card h3 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 20px;
  color: var(--green-dark);
  margin-bottom: 8px;
}
.contact-form-card > p {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 32px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 13px; font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.form-group label .required { color: var(--green-accent); }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--radius-xs);
  border: 1.5px solid var(--border);
  background: var(--cream);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  transition: all 0.3s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--green-accent);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(46,204,113,0.1);
}
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-light); opacity: 0.5; }
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%235A7068' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

.form-privacy {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 24px;
  display: flex; gap: 10px; align-items: flex-start;
  line-height: 1.5;
}
.form-privacy input {
  margin-top: 4px;
  accent-color: var(--green-accent);
  flex-shrink: 0;
}
.form-privacy a { color: var(--green-mid); text-decoration: underline; }

.contact-form-card .cta-primary {
  width: 100%;
  justify-content: center;
  padding: 18px 32px;
  font-size: 16px;
}
.form-secure {
  text-align: center;
  font-size: 13px;
  color: var(--text-light);
  margin-top: 16px;
  opacity: 0.7;
}

/* ============================================
   MAPA / OFICINAS
   Elementor: Section white + Google Maps widget
   ============================================ */
.map-section {
  padding: 100px 0;
  background: var(--white);
}
.map-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
.map-header h2 { margin-bottom: 12px; }
.map-header p { color: var(--text-light); font-size: 17px; }

.map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 400px;
  background: var(--cream);
}
.map-embed iframe {
  width: 100%; height: 100%;
  border: none; display: block;
  min-height: 400px;
}

.office-cards { display: flex; flex-direction: column; gap: 20px; }
.office-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.office-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--green-accent);
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.office-card:hover { border-color: var(--green-accent); box-shadow: var(--shadow-sm); }
.office-card:hover::before { transform: scaleX(1); }

.office-badge {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-mid);
  background: var(--green-light);
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 14px;
}
.office-card h3 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 18px;
  color: var(--green-dark);
  margin-bottom: 16px;
}
.office-details { display: flex; flex-direction: column; gap: 10px; }
.office-detail {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px;
  color: var(--text-light);
}
.office-detail-icon {
  width: 32px; height: 32px;
  flex-shrink: 0;
  background: var(--green-light);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.office-detail a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.office-detail a:hover { color: var(--green-mid); }

/* ============================================
   FAQ CONTACTO
   ============================================ */
.faq-contact {
  padding: 100px 0;
  background: var(--cream);
}
.faq-contact-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}
.faq-contact-header h2 { margin-bottom: 12px; }
.faq-contact-header p { color: var(--text-light); font-size: 17px; }

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex; flex-direction: column; gap: 12px;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-item.active { border-color: var(--green-accent); }
.faq-trigger {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px;
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body);
  font-size: 15px; font-weight: 600;
  color: var(--text);
  text-align: left; gap: 16px;
}
.faq-trigger:hover { color: var(--green-dark); }
.faq-icon {
  font-size: 20px; flex-shrink: 0;
  transition: transform 0.3s;
  color: var(--text-light);
}
.faq-item.active .faq-icon { transform: rotate(45deg); color: var(--green-accent); }
.faq-panel { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-content { padding: 0 24px 20px; color: var(--text-light); font-size: 14.5px; line-height: 1.7; }
.faq-item.active .faq-panel { max-height: 400px; }

/* ============================================
   CTA FINAL
   ============================================ */
.final-cta {
  padding: 80px 0;
  background: linear-gradient(165deg, var(--dark) 0%, var(--green-dark) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(46,204,113,0.08), transparent 70%);
  border-radius: 50%;
}
.final-cta-inner { position: relative; max-width: 700px; margin: 0 auto; }
.final-cta h2 { color: var(--white); margin-bottom: 16px; font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.final-cta p { color: rgba(255,255,255,0.55); font-size: 16px; margin-bottom: 32px; }
.final-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeScale { from { opacity: 0; transform: scale(0.95) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.4,0,0.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero-contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .form-section-grid { grid-template-columns: 1fr; gap: 48px; }
  .map-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero-contact { padding: 100px 0 60px; min-height: auto; }
  h1 { font-size: 2.3rem; }
  h2 { font-size: 1.8rem; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 32px 24px; }
}/* End custom CSS */
/* Start custom CSS *//* Grid opcional: espaciar tarjetas sin pelearse con Elementor */
.result-grid{
  --gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}
@media (max-width: 1024px){ .result-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){  .result-grid{ grid-template-columns: 1fr; } }

/* Card base */
.result-card{
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;          /* gris claro base */
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  will-change: transform;
}

/* Efecto hover: borde verde + elevación + glow sutil */
@media (hover:hover){
  .result-card:hover{
    border-color: #10b981;            /* verde corporativo */
    transform: translateY(-3px);
    box-shadow:
      0 12px 24px rgba(16,185,129,.18),    /* sombra verde suave */
      0 4px 10px rgba(0,0,0,.06);          /* profundidad neutra */
  }
  /* Anillo interior para que el verde se perciba “nítido” */
  .result-card::after{
    content:"";
    position:absolute; inset:0;
    border-radius: inherit;
    pointer-events:none;
    transition: box-shadow .18s ease;
    box-shadow: inset 0 0 0 0 rgba(16,185,129,0);
  }
  .result-card:hover::after{
    box-shadow: inset 0 0 0 2px #10b981;
  }
}

/* Accesibilidad: reduce motion */
@media (prefers-reduced-motion: reduce){
  .result-card{ transition: none; }
  .result-card:hover{ transform:none; }
}

/* Opcional: badge/ícono reaccionan en hover */
.result-card:hover .badge,
.result-card:hover .result-icon{
  filter: saturate(1.1);
  opacity: .95;
}

/* Si Elementor te mete fondo verde en el widget interno, neutralízalo */
.result-card .elementor-widget-container{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
/* ===== GRID opcional (puedes omitir si ya lo tienes con containers) ===== */
.services-grid{
  --gap: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: var(--gap);
}
@media (max-width: 1200px){ .services-grid{ grid-template-columns: repeat(3,1fr); } }
@media (max-width: 900px){  .services-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px){  .services-grid{ grid-template-columns: 1fr; } }/* End custom CSS */