.elementor-772 .elementor-element.elementor-element-1f0b614{--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-772 .elementor-element.elementor-element-6384ae6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-772 .elementor-element.elementor-element-761e193{--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-f5d8c50 *//* =========================
   BASE
========================= */
.cirugia-seccion{
  font-family:'Poppins',sans-serif;
  background:#ffffff;
  padding:80px 20px;
}

.cirugia-contenedor{
  max-width:1100px;
  margin:auto;
}

/* =========================
   GRID HERO
========================= */
.cirugia-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

/* =========================
   TIPOGRAFÍA BASE
========================= */
.cirugia-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;
}

.cirugia-titulo{
  font-size:34px;
  color:#245183;
  font-weight:700;
  margin-bottom:10px;
}

.cirugia-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 25px;
}

.cirugia-texto{
  color:#245183;
  line-height:1.8;
  margin-bottom:20px;
}

.cirugia-subtitulo{
  color:#245183;
  margin-bottom:15px;
  font-size:20px;
}

/* =========================
   BUBBLES
========================= */
.cirugia-bubbles{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.cirugia-bubbles.center{
  justify-content:center;
}

.cirugia-bubble{
  background:#f8fbfb;
  padding:10px 15px;
  border-radius:12px;
  font-size:13px;
  color:#245183;
  border:1px solid #eef2f5;
  transition:0.3s;
}

.cirugia-bubble:hover{
  background:#1FC8BE;
  color:#fff;
  transform:translateY(-2px);
}

/* =========================
   IMAGEN
========================= */
.cirugia-imagen img{
  width:100%;
  border-radius:20px;
  display:block;
}

/* =========================
   BLOQUE INSTITUCIONAL
========================= */
.cirugia-info-extra{
  max-width:850px;
  margin:40px auto 0;
  padding:25px;
  background:#f8fbfb;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(36,81,131,0.08);
  color:#245183;
  line-height:1.7;
  font-size:15px;
  text-align:center;
}

/* =========================
   CTA BASE
========================= */
.cirugia-cta{
  margin-top:70px;
  padding:70px 20px;
  background:linear-gradient(135deg, #245183, #1c3f66);
  border-radius:25px;
  position:relative;
  overflow:hidden;
}

.cirugia-cta::before{
  content:"";
  position:absolute;
  top:-100px;
  right:-100px;
  width:220px;
  height:220px;
  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;
}

/* CTA TEXTO */
.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 */
.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;
}

.btn-cirugia-primary:hover{
  transform:translateY(-3px);
  background:#18b3aa;
}

/* 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;
}

.btn-cirugia-secondary:hover{
  background:rgba(255,255,255,0.25);
  transform:translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:768px){
  .cirugia-grid{
    grid-template-columns:1fr;
  }

  .cirugia-cards{
    grid-template-columns:1fr;
  }

  .cta-grid{
    grid-template-columns:1fr;
  }

  .cirugia-titulo{
    font-size:24px;
  }

  .cirugia-cta-box h2{
    font-size:22px;
  }
}/* End custom CSS */