.elementor-14218 .elementor-element.elementor-element-4d89178{--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;}/* Start custom CSS for html, class: .elementor-element-6b0313d *//* ===== Footer JK – layout 3 secciones (verde / blanco / verde) ===== */
:root{
  --jk-green:#27a097; --jk-green-700:#1f857f;
  --ink:#fff; --ink-80:rgba(255,255,255,.85);
}
.jk-footer{ background:var(--jk-green); color:var(--ink); padding:48px 0 18px; font-weight:500; }
.jk-footer a{ color:var(--ink); text-decoration:none; }
.jk-footer a:hover{ text-decoration:underline; text-underline-offset:2px; }

/* GRID principal */
.jk-footer__grid{
  width:min(1200px,92vw); margin:0 auto 24px;
  display:grid; grid-template-columns:1fr 1fr 1fr; gap:28px; align-items:start;
}

/* Columna izquierda/derecha mantienen fondo verde del contenedor */
.col-left, .col-right{}

/* Tarjeta blanca central */
.col-center .brand-card{
  background:#ffffff; color:var(--jk-green-700);
  border-radius:18px; padding:1px; text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.col-center .brand-card a,
.col-center .brand-card p{ color:var(--jk-green-700); }
.col-center .jk-footer__logo img{ display:block; width:auto; height:auto; max-width:160px; filter:none !important; margin:0 auto 8px; }
.col-center .jk-footer__tagline{ font-size: 0,9;font-weight:600; letter-spacing:.1px; }

/* Accordion (izquierda) */
.jk-acc{ border:1px solid rgba(255,255,255,.2); border-radius:14px; padding:8px 12px; background:rgba(255,255,255,.05); margin-bottom:10px; }
.jk-acc[open]{ background:rgba(255,255,255,.08); }
.jk-acc__summary{
  list-style:none; cursor:pointer; position:relative; padding:10px 36px 10px 8px;
  font-weight:800; color:#fff;
}
.jk-acc__summary::-webkit-details-marker{ display:none; }
.jk-acc__summary::after{
  content:""; position:absolute; right:8px; top:50%; width:10px; height:10px;
  border:2px solid #fff; border-top:none; border-left:none; transform:translateY(-50%) rotate(45deg);
  opacity:.9; transition:transform .2s ease;
}
.jk-acc[open] .jk-acc__summary::after{ transform:translateY(-50%) rotate(-135deg); }

.jk-footer__list{ list-style:none; margin:0 0 8px 0; padding:0 8px 8px; }
.jk-footer__list li a{ display:block; padding:6px 4px; color:var(--ink-80); border-radius:10px; }
.jk-footer__list li a:hover{ color:#fff; background:rgba(255,255,255,.10); }

/* Social + headings derecha */
.jk-footer__heading{ font-size:1rem; font-weight:800; margin:4px 0 10px; letter-spacing:.3px; }
.u-mt{ margin-top:16px; }
.jk-footer__social{ display:flex; gap:12px; align-items:center; }
.soc{ display:grid; place-items:center; width:40px; height:40px; border-radius:12px; background:rgba(255,255,255,.12); transition:.2s; }
.soc:hover{ background:rgba(255,255,255,.22); }

/* Franja legal (verde) */
.jk-footer__legal{
  border-top:1px solid rgba(255,255,255,.2);
  width:min(1200px,92vw); margin:0 auto; padding-top:12px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  color:var(--ink-80); font-size:.95rem;
}
.legal-links{ display:flex; gap:14px; flex-wrap:wrap; }
.legal-links a{ color:#fff; opacity:.95; padding:6px 10px; border-radius:10px; }
.legal-links a:hover{ background:rgba(255,255,255,.12); }

/* Accesibilidad */
.sr-only{ position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Responsive */
@media (max-width:1024px){
  .jk-footer__grid{ grid-template-columns:1fr; }
  .col-center{ order:-1; } /* logo arriba en móvil */
  .jk-footer__legal{ flex-direction:column; align-items:flex-start; }
}/* End custom CSS */