.elementor-1516 .elementor-element.elementor-element-63dc0e7{--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-1516 .elementor-element.elementor-element-da14b75{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1516 .elementor-element.elementor-element-da4e5ce{--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-dfb548d *//* ================= SECCIÓN GENERAL ================= */
.clinic-section{
  font-family:'Poppins',sans-serif;
  padding:80px 20px;
  background:#ffffff;
}

.clinic-container{
  max-width:1100px;
  margin:auto;
}

/* ================= HERO ================= */
.unidades-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.badge-mini{
  display:inline-block;
  background:rgba(36,81,131,0.08);
  color:#245183;
  padding:6px 16px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:15px;
}

.section-title{
  font-size:34px;
  color:#245183;
  font-weight:700;
  margin-bottom:15px;
}


.title-mint{
  color:#245183;
  margin-bottom:15px;
  font-size:22px;
}

.unidades-box p{
  color:#475569;
  line-height:1.8;
  margin-bottom:25px;
}

/* ================= BENEFICIOS ================= */
.bubbles-container{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.bubble{
  background:#f8fbfb;
  padding:12px 18px;
  border-radius:10px;
  color:#245183;
  font-weight:500;
  border:1px solid #eef2f5;
  transition:all .3s ease;
}

.bubble:hover{
  background:#1FC8BE;
  color:#fff;
}

/* ================= IMAGEN ================= */
.unidades-image img{
  width:100%;
  border-radius:20px;
  display:block;
}

.image-caption{
  margin-top:15px;
  text-align:center;
  color:#245183;
  font-weight:600;
  font-size:16px;
}

/* ================= CTA ================= */
.cta{
  padding-top:60px;
}

.cta-banner{
  background:#245183;
  padding:45px;
  border-radius:20px;
  text-align:center;
}

.cta-title{
  color:#fff;
  font-size:30px;
  margin-bottom:15px;
}

.cta-texto-main{
  color:#ffffff;
  text-align:center;
  margin:15px auto 30px;
  max-width:700px;
  line-height:1.7;
}

.cta-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:25px;
  margin-top:20px;
}

.cta-card{
  background:#ffffff;
  padding:30px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 10px 25px rgba(36,81,131,0.08);
}

.cta-card h3{
  color:#245183;
  margin-bottom:12px;
  font-size:20px;
}

.cta-card p{
  color:#475569;
  line-height:1.7;
  margin-bottom:20px;
}

.cirugia-cta-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* ================= BOTONES ================= */
.btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  transition:all .3s ease;
}

.btn-white{
  background:#1FC8BE;
  color:#fff;
}

.btn-white:hover{
  background:#18b2a8;
}

.btn-outline{
  background:#f3f7fb;
  color:#245183;
}

.btn-outline:hover{
  background:#e6eef7;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){

  .unidades-layout{
    grid-template-columns:1fr;
  }

  .section-title{
    font-size:28px;
  }

  .cta-title{
    font-size:24px;
  }

  .cta-grid{
    grid-template-columns:1fr;
  }

}/* End custom CSS */