.elementor-2926 .elementor-element.elementor-element-460a088{--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-2926 .elementor-element.elementor-element-1b261d2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2926 .elementor-element.elementor-element-422ed0b{--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-eeb36fa *//* ================= BASE ================= */
.onco-seccion{
  font-family:'Poppins',sans-serif;
  background:#fff;
  padding:80px 20px;
}

.onco-contenedor{
  max-width:1100px;
  margin:auto;
}

/* ================= GRID ================= */
.onco-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

/* ================= BADGE ================= */
.onco-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;
}

/* ================= TITULO ================= */
.onco-titulo{
  font-size:34px;
  color:#245183;
  font-weight:700;
}

.onco-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 25px;
}

/* ================= TEXTOS ================= */
.onco-texto{
  color:#245183;
  line-height:1.8;
  margin-bottom:15px;
}

/* ================= BUBBLES ================= */
.onco-bubbles{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.onco-bubble{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  padding:10px 14px;
  border-radius:10px;
  font-size:13px;
  color:#245183;
}

/* ================= IMAGEN ================= */
.onco-imagen img{
  width:100%;
  border-radius:20px;
  display:block;
}

.onco-caption{
  margin-top:15px;
  text-align:center;
  color:#245183;
  font-weight:600;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .onco-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */