.elementor-7711 .elementor-element.elementor-element-0f364c9{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-7711 .elementor-element.elementor-element-a7b097f{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-7711 .elementor-element.elementor-element-1442dd47{--display:flex;--min-height:0vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-7711 .elementor-element.elementor-element-487b23a2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-7711 .elementor-element.elementor-element-64ea69f9{--display:flex;--min-height:0vh;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-7711 .elementor-element.elementor-element-64ea69f9:not(.elementor-motion-effects-element-type-background), .elementor-7711 .elementor-element.elementor-element-64ea69f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7711 .elementor-element.elementor-element-54c181b6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7711 .elementor-element.elementor-element-7adff2fd{width:auto;max-width:auto;text-align:center;font-family:"Poppins";font-size:12px;font-weight:400;}.elementor-7711 .elementor-element.elementor-element-7adff2fd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:0px 0px 2px 0px;border-color:#FB8500;}.elementor-7711 .elementor-element.elementor-element-7adff2fd.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-7711 .elementor-element.elementor-element-7adff2fd{font-size:6px;}}/* Start custom CSS for html, class: .elementor-element-a996f0b *//* =========================
   EDITOR EC - PREMIUM CARD
   ========================= */

.ec-editor-card-wrap{
  max-width: 900px;
  margin: 0 auto;
  padding: 44px 24px;
  font-family: "Poppins", sans-serif;
  color: #023047;

  /* Fondo premium sutil */
  background: radial-gradient(
      1200px 300px at 20% 0%,
      rgba(251, 133, 0, 0.08),
      transparent 55%
    ),
    radial-gradient(
      1200px 300px at 80% 0%,
      rgba(2, 48, 71, 0.06),
      transparent 55%
    );
  border-radius: 22px;
}

.ec-editor-card{
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 42px 34px;
  border: 1px solid rgba(2, 48, 71, 0.10);
  box-shadow: 0 14px 40px rgba(2, 48, 71, 0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ec-editor-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 55px rgba(2, 48, 71, 0.14);
}

/* Badge superior */
.ec-editor-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(251, 133, 0, 0.12);
  color: #fb8500;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  border: 1px solid rgba(251, 133, 0, 0.18);
}

/* Título */
.ec-editor-title{
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  margin: 0 0 18px 0;
  letter-spacing: -0.6px;
  color: #023047;
}

/* Subtítulos */
.ec-editor-subtitle{
  font-size: 22px;
  margin: 28px 0 12px 0;
  color: #fb8500;
}

/* Texto */
.ec-editor-text{
  font-size: 18px;
  line-height: 1.85;
  margin: 0 0 16px 0;
  color: rgba(2, 48, 71, 0.95);
}

/* Divisor */
.ec-editor-divider{
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(2, 48, 71, 0.18),
    transparent
  );
  margin: 28px 0;
}

/* Lista */
.ec-editor-list{
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: grid;
  gap: 12px;
}

.ec-editor-item{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(2, 48, 71, 0.03);
  border: 1px solid rgba(2, 48, 71, 0.06);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ec-editor-item:hover{
  transform: translateY(-2px);
  background: rgba(251, 133, 0, 0.06);
  border-color: rgba(251, 133, 0, 0.14);
}

/* Icono SVG */
.ec-editor-icon{
  width: 22px;
  height: 22px;
  color: #fb8500;
  margin-top: 1px;
}

.ec-editor-icon svg{
  width: 22px;
  height: 22px;
  display: block;
}

/* Callout final */
.ec-editor-highlight{
  margin-top: 30px;
  padding: 18px 18px;
  background: linear-gradient(
    135deg,
    rgba(251, 133, 0, 0.10),
    rgba(2, 48, 71, 0.04)
  );
  border: 1px solid rgba(251, 133, 0, 0.14);
  border-left: 4px solid #fb8500;
  border-radius: 14px;
}

.ec-editor-highlight-title{
  margin: 0 0 6px 0;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(2, 48, 71, 0.85);
}

.ec-editor-highlight-text{
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(2, 48, 71, 0.95);
}

/* Responsive */
@media (max-width: 600px){
  .ec-editor-card-wrap{
    padding: 28px 14px;
    border-radius: 18px;
  }

  .ec-editor-card{
    padding: 28px 18px;
    border-radius: 16px;
  }

  .ec-editor-text,
  .ec-editor-highlight-text{
    font-size: 16.5px;
  }

  .ec-editor-subtitle{
    font-size: 20px;
  }

  .ec-editor-item{
    padding: 10px 10px;
    border-radius: 12px;
  }
}/* End custom CSS */