.elementor-4664 .elementor-element.elementor-element-18987b7{--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 );}/* Start custom CSS *//* Mejora legibilidad general */
body {
  line-height: 1.7;
  font-size: 18px;
}

/* Títulos más visibles */
h1, h2, h3 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Destacar párrafos importantes */
p strong {
  color: #0b3c5d;
}

/* Bloques tipo "insight" */
.highlight {
  background: #f4f8fb;
  padding: 20px;
  border-left: 4px solid #0b3c5d;
  margin: 25px 0;
  border-radius: 6px;
}

/* CTA destacado */
.cta-box {
  background: #0b3c5d;
  color: white;
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
}

.cta-box a {
  background: #ffcc00;
  color: #000;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

/* Listas más limpias */
ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
}/* End custom CSS */