.elementor-783 .elementor-element.elementor-element-7cd3321{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-783 .elementor-element.elementor-element-7537ec1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-783 .elementor-element.elementor-element-9607cae{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-bcb8b1c *//* =========================
   BASE UCI
   ========================= */

.uci-seccion{
  font-family:'Poppins',sans-serif;
  background:#fff;
  padding:70px 20px;
}

.uci-contenedor{
  max-width:1100px;
  margin:auto;
}

/* =========================
   HERO
   ========================= */

.uci-grid{
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:45px;
  align-items:flex-start;
  margin-bottom:80px;
}

.uci-info{
  padding-top:0;
}

/* =========================
   TITULOS
   ========================= */

.uci-badge{
  display:inline-block;
  background:rgba(36,81,131,0.08);
  color:#245183;
  padding:6px 16px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:15px;
  font-weight:500;
}

.uci-titulo{
  font-size:42px;
  line-height:1.15;
  color:#245183 !important;
  font-weight:700;
  margin:0;
}

.highlight{
  color:#245183 !important;
}

.uci-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:18px 0 26px;
}

/* =========================
   TEXTOS
   ========================= */

.uci-texto{
  color:#666 !important;
  line-height:1.9;
  margin-bottom:20px;
  text-align:justify;
}

.uci-subtitulo{
  color:#245183 !important;
  font-size:22px;
  font-weight:600;
  margin:35px 0 18px;
}

/* =========================
   BUBBLES
   ========================= */

.uci-bubbles{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.uci-bubble{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  padding:14px 18px;
  border-radius:14px;
  font-size:14px;
  color:#245183;
  font-weight:500;
  transition:.3s;
}

.uci-bubble:hover{
  transform:translateY(-3px);
  background:#1FC8BE;
  color:#fff;
}

/* =========================
   IMAGEN
   ========================= */

.uci-imagen img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

/* =========================
   SECCIONES EXTRA
   ========================= */

.uci-extra-seccion{
  margin-top:80px;
}

/* =========================
   CARDS
   ========================= */

.uci-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:35px;
}

.uci-card{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  padding:28px 24px;
  border-radius:20px;
  transition:.3s;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
}

.uci-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 25px rgba(0,0,0,0.06);
}

.uci-card h3{
  color:#245183 !important;
  font-size:20px;
  margin:0 0 12px;
  line-height:1.3;
}

.uci-card p,
.uci-card{
  color:#666;
  line-height:1.8;
}

/* =========================
   ICONOS
   ========================= */

.uci-icon{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(36,81,131,0.08);
  border-radius:16px;
  margin-bottom:18px;
}

.uci-icon svg{
  width:28px;
  height:28px;
  stroke:#245183;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* =========================
   INFO ADICIONAL
   ========================= */

.uci-info-adicional{
  margin-top:45px;
}

.uci-info-adicional strong{
  color:#245183;
}

/* =========================
   BOTON CARTILLA
   ========================= */

.cartilla-cta{
  margin-top:30px;
}

.btn-cartilla{
  display:inline-block;
  background:#1FC8BE;
  color:#fff;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
  box-shadow:0 8px 20px rgba(31,200,190,0.22);
}

.btn-cartilla:hover{
  background:#18afa7;
  transform:translateY(-3px);
}

/* =========================
   CTA
   ========================= */

.uci-cta{
  margin-top:90px;
  background:#245183;
  border-radius:28px;
  padding:75px 30px;
  position:relative;
  overflow:hidden;
}

.uci-cta::before{
  content:"";
  position:absolute;
  top:-90px;
  right:-90px;
  width:220px;
  height:220px;
  background:rgba(31,200,190,0.12);
  border-radius:50%;
}

.uci-cta-box{
  max-width:760px;
  margin:auto;
  text-align:center;
  position:relative;
  z-index:2;
}

.uci-cta-box h2{
  color:#fff;
  font-size:32px;
  font-weight:700;
  margin-bottom:18px;
}

.uci-cta-text{
  color:rgba(255,255,255,0.92);
  line-height:1.8;
  margin-bottom:35px;
}

.uci-cta-buttons{
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
}

.uci-btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#1FC8BE;
  color:#fff;
  padding:15px 24px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.uci-btn-primary:hover{
  background:#18afa7;
  transform:translateY(-3px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media(max-width:992px){

  .uci-cards{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .uci-grid{
    grid-template-columns:1fr;
    gap:35px;
  }

  .uci-titulo{
    font-size:30px;
  }

  .uci-imagen img{
    height:320px;
  }

  .uci-cards{
    grid-template-columns:1fr;
  }

  .uci-cta{
    padding:60px 25px;
  }

  .uci-cta-box h2{
    font-size:26px;
  }

}/* End custom CSS */