.elementor-128 .elementor-element.elementor-element-6141ff0{--display:flex;--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-128 .elementor-element.elementor-element-0aca042{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-6141ff0 *//* ===== FOOTER PRO FULL-WIDTH (sin variables CSS para evitar warnings) ===== */

/* 1) Fuerza fondo a ancho completo incluso si el theme envuelve el contenido */
.site-footer{
  background:#0B1220 !important;
  color:#E5E7EB;
  width:100% !important;
  max-width:none !important;
  margin:40px 0 0 !important;
  padding:44px 0 0 !important;
  position:relative;
  left:0;
  right:0;
}

/* 2) Si el theme usa contenedores con max-width, esto lo neutraliza dentro del footer */
.site-footer,
.site-footer *{
  box-sizing:border-box;
}

/* 3) Contenido centrado (pro) */
.site-footer .footer-wrap{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:0 18px;
}

/* 4) Links */
.site-footer a{
  color:rgba(229,231,235,.88);
  text-decoration:none;
}
.site-footer a:hover{
  color:#19B7D6;
}

/* 5) Grid superior */
.site-footer .footer-top{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:22px;
  padding-bottom:26px;
  border-bottom:1px solid rgba(226,232,240,.15);
}

@media (max-width:860px){
  .site-footer .footer-top{ grid-template-columns:1fr; }
}

/* 6) Bloque marca */
.site-footer .footer-brand{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.site-footer .footer-brand svg,
.site-footer .footer-brand img{
  width:44px;
  height:auto;
  flex:0 0 auto;
  margin-top:2px;
}

.site-footer .footer-title{
  margin:0 0 6px;
  font-size:16px;
  font-weight:700;
  letter-spacing:.2px;
}

.site-footer .footer-desc{
  margin:0 0 14px;
  color:rgba(229,231,235,.85);
  font-size:14px;
  line-height:1.55;
}

/* 7) Badges */
.site-footer .footer-kpis{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 14px;
}

.site-footer .footer-badge{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(25,183,214,.10);
  border:1px solid rgba(25,183,214,.22);
  color:#E5E7EB;
}

/* 8) CTAs */
.site-footer .footer-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}

.site-footer .footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 14px;
  border-radius:12px;
  border:1px solid rgba(226,232,240,.18);
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
}

.site-footer .footer-btn.primary{
  background:#19B7D6;
  color:#081018;
  border-color:transparent;
}
.site-footer .footer-btn.primary:hover{ filter:brightness(.95); }

.site-footer .footer-btn.secondary{
  background:transparent;
}
.site-footer .footer-btn.secondary:hover{
  border-color:rgba(25,183,214,.45);
  color:#19B7D6;
}

/* 9) Columnas */
.site-footer .footer-col h3{
  margin:0 0 12px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(229,231,235,.92);
}

.site-footer .footer-links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}

.site-footer .footer-links a{
  color:rgba(229,231,235,.85);
  font-size:14px;
}
.site-footer .footer-links a:hover{ color:#19B7D6; }

/* 10) Barra inferior */
.site-footer .footer-meta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  padding:16px 0;
  color:rgba(229,231,235,.75);
  font-size:13px;
}

.site-footer .footer-meta a{
  color:rgba(229,231,235,.85);
}
.site-footer .footer-meta a:hover{ color:#19B7D6; }

.site-footer .footer-legal{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* 11) Anti “contenedor estrecho”: algunos themes meten max-width en wrappers.
   Esto hace que el fondo NO se quede encajonado. */
body{ margin:0; }/* End custom CSS */