.elementor-788 .elementor-element.elementor-element-202814b{--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-788 .elementor-element.elementor-element-107ee64{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-788 .elementor-element.elementor-element-06e908a{--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-04249c0 *//* =====================================================
   BASE SISTEMA CLÍNICO
===================================================== */

.imagenologia-seccion{
  font-family:'Poppins',sans-serif;
  background:#fff;
  padding:80px 20px;
}

.imagenologia-contenedor{
  max-width:1100px;
  margin:auto;
}

/* =====================================================
   HERO GRID
===================================================== */

.imagenologia-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

/* =====================================================
   BADGE + TITULOS
===================================================== */

.imagenologia-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;
}

.imagenologia-titulo{
  font-size:34px;
  color:#245183;
  font-weight:700;
}

.imagenologia-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 25px;
}

/* =====================================================
   TEXTOS
===================================================== */

.imagenologia-texto{
  color:#245183;
  line-height:1.8;
  margin-bottom:15px;
}

/* =====================================================
   BUBBLES / TAGS
===================================================== */

.imagenologia-bubbles{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:15px;
}

.imagen-bubble{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  padding:10px 14px;
  border-radius:10px;
  font-size:13px;
  color:#245183;
  transition:0.3s;
  text-decoration:none;
}

.imagen-bubble:hover{
  background:#1FC8BE;
  color:#fff;
  transform:translateY(-2px);
}

/* =====================================================
   IMAGEN
===================================================== */

.imagenologia-imagen img{
  width:100%;
  border-radius:20px;
  display:block;
}

.imagenologia-caption{
  margin-top:15px;
  text-align:center;
  color:#245183;
  font-weight:600;
}

/* =====================================================
   CARDS INFORMACIÓN
===================================================== */

.imagenologia-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:40px;
}

.imagenologia-card{
  background:#f8fbfb;
  padding:30px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 10px 25px rgba(36,81,131,0.08);
  transition:0.3s;
}

.imagenologia-card:hover{
  background:#1FC8BE;
  transform:translateY(-5px);
}

.imagenologia-icon{
  font-size:34px;
  margin-bottom:15px;
}

.imagenologia-card h3{
  color:#245183;
  transition:0.3s;
}

.imagenologia-card:hover h3,
.imagenologia-card:hover p{
  color:#fff;
}

/* =====================================================
   CTA GLOBAL PREMIUM (UNIFICADO PARA TODO EL SISTEMA)
===================================================== */

.cirugia-cta{
  margin-top:90px;
  padding:70px 20px;
  background:linear-gradient(135deg, #245183, #1c3f66);
  border-radius:25px;
  position:relative;
  overflow:hidden;
}

/* decorativo */
.cirugia-cta::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:250px;
  height:250px;
  background:rgba(31,200,190,0.15);
  border-radius:50%;
  filter:blur(15px);
}

.cirugia-cta-box{
  max-width:1000px;
  margin:auto;
  text-align:center;
  color:#fff;
  position:relative;
  z-index:2;
}

.cirugia-cta-box h2{
  font-size:28px;
  font-weight:700;
  margin-bottom:15px;
}

.cta-texto-main{
  opacity:0.9;
  margin-bottom:40px;
  font-size:15px;
}

/* GRID CTA */
.cta-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
}

/* CARD CTA */
.cta-card{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:18px;
  padding:30px;
  text-align:left;
  backdrop-filter:blur(10px);
}

.cta-card h3{
  color:#fff;
  margin-bottom:12px;
  font-size:18px;
}

.cta-card p{
  color:#fff;
  opacity:0.85;
  font-size:14px;
  line-height:1.6;
  margin-bottom:20px;
}

/* BOTONES CTA */
.cirugia-cta-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* PRIMARY */
.btn-cirugia-primary{
  background:#1FC8BE;
  color:#fff;
  padding:14px 18px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
  display:inline-block;
}

.btn-cirugia-primary:hover{
  background:#18b3aa;
  transform:translateY(-3px);
}

/* SECONDARY */
.btn-cirugia-secondary{
  background:rgba(255,255,255,0.15);
  color:#fff;
  padding:14px 18px;
  border-radius:12px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,0.25);
  transition:0.3s;
  display:inline-block;
}

.btn-cirugia-secondary:hover{
  background:rgba(255,255,255,0.25);
  transform:translateY(-3px);
}

/* =====================================================
   RESPONSIVE GLOBAL
===================================================== */

@media(max-width:768px){

  .imagenologia-grid{
    grid-template-columns:1fr;
  }

  .imagenologia-cards{
    grid-template-columns:1fr;
  }

  .cta-grid{
    grid-template-columns:1fr;
  }
}
.imagenologia-icon{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:15px;
}

.icon-svg{
  width:42px;
  height:42px;
  color:#245183;
  transition:0.3s;
}

/* hover coherente con el sistema */
.imagenologia-card:hover .icon-svg{
  color:#fff;
  transform:scale(1.1);
}
.imagenologia-icon{
  width:64px;
  height:64px;
  margin:0 auto 16px;
  border-radius:50%;
  background:#eaf4ff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.imagenologia-icon svg{
  width:30px;
  height:30px;
  stroke:#0077c8;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:0.3s;
}

.imagenologia-card:hover .imagenologia-icon svg{
  stroke:#fff;
  transform:scale(1.1);
}/* End custom CSS */