.elementor-kit-6{--e-global-color-primary:#5DA2C4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2B4D8B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */:root{
  --cv-primary:#1E3A8A;
  --cv-secondary:#2563EB;
  --cv-accent:#F59E0B;
  --cv-n900:#0F172A;
  --cv-n700:#334155;
  --cv-n100:#F1F5F9;
  --cv-white:#ffffff;
  --radius:12px;
  --shadow:0 8px 28px rgba(2,6,23,.12);
}
.section-dark{
  background:linear-gradient(180deg,#0B1220 0%,#111827 100%);
  color:#E5E7EB;
}
.card{
  background:var(--cv-white);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:20px;
}
.badge{
  display:inline-flex;               /* evita saltos raros */
  align-items:center;
  gap:8px;
  padding:6px 12px;                  /* compacidad */
  border-radius:999px;
  background:rgba(37,99,235,.15);    /* azul suave */
  color:var(--cv-secondary);
  font-weight:600;
  font-size:14px;
  line-height:1;                     /* quita “altura rara” */
  letter-spacing:.2px;
  border:1px solid rgba(37,99,235,.25);
  margin:0 0 12px 0;                 /* respiración con H1 */
}
.badge--inverse{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#E5E7EB;
  border:1px solid rgba(255,255,255,.22);
  font-weight:600;
  font-size:14px;
  line-height:1;
  letter-spacing:.2px;
  margin:0 0 12px 0;
  backdrop-filter:saturate(140%) blur(2px); /* efecto glass sutil */
}
.btn-shadow .elementor-button{
  box-shadow:0 6px 16px rgba(245,158,11,.35);
}
.pricing .elementor-price-table{
  border-radius:16px;
  box-shadow:var(--shadow);
}
.sticky-cta{
  position:sticky;
  bottom:0;
  z-index:5;
  background:rgba(255,255,255,.85);
  backdrop-filter:saturate(120%) blur(6px);
  padding:10px;
}/* End custom CSS */