.elementor-1494 .elementor-element.elementor-element-996f38a{--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-1494 .elementor-element.elementor-element-7c8fa27{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1494 .elementor-element.elementor-element-bac187f{--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-761bb51 */.especialidad-seccion{
  font-family:'Poppins',sans-serif;
  background:#ffffff;
  padding:80px 20px;
}

.especialidad-contenedor{
  max-width:1100px;
  margin:auto;
}

/* GRID */
.especialidad-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

/* BADGE */
.especialidad-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 */
.especialidad-titulo{
  font-size:34px;
  color:#245183;
  font-weight:700;
  margin-bottom:10px;
}

.especialidad-titulo span{
  color:#1FC8BE;
}

.especialidad-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 25px;
}

/* TEXTO */
.especialidad-texto{
  color:#245183;
  line-height:1.8;
  margin-bottom:25px;
}

.especialidad-subtitulo{
  color:#245183;
  font-size:20px;
  margin-bottom:15px;
}

/* BENEFICIOS */
.especialidad-beneficios{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.beneficio-item{
  background:#f8fbfb;
  padding:12px 18px;
  border-radius:10px;
  color:#245183;
  font-weight:500;
  border:1px solid #eef2f5;
  transition:.3s;
}

.beneficio-item:hover{
  background:#1FC8BE;
  color:#fff;
}

/* IMAGEN */
.especialidad-imagen img{
  width:100%;
  border-radius:20px;
  display:block;
}

.especialidad-caption{
  margin-top:15px;
  text-align:center;
  color:#245183;
  font-weight:600;
  font-size:16px;
}

/* CTA */
.especialidad-cta{
  margin-top:60px;
  background:#245183;
  padding:40px;
  border-radius:20px;
  text-align:center;
}

.especialidad-cta h2{
  color:#fff;
  margin-bottom:15px;
}

.cta-texto-main{
  color:#fff;
  margin-bottom:30px;
  line-height:1.7;
}

.cta-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:25px;
}

.cta-card{
  background:#ffffff;
  padding:30px;
  border-radius:18px;
  text-align:center;
}

.cta-card h3{
  color:#245183;
  margin-bottom:12px;
}

.cta-card p{
  color:#245183;
  line-height:1.7;
  margin-bottom:20px;
}

.cirugia-cta-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.btn-principal,
.btn-secundario{
  display:inline-block;
  padding:14px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.btn-principal{
  background:#1FC8BE;
  color:#fff;
}

.btn-principal:hover{
  background:#18b2a8;
}

.btn-secundario{
  background:#f3f7fb;
  color:#245183;
}

.btn-secundario:hover{
  background:#e6eef7;
}

@media(max-width:768px){

  .especialidad-grid{
    grid-template-columns:1fr;
  }

  .cta-grid{
    grid-template-columns:1fr;
  }

}
/* RESPONSIVE */
@media(max-width:768px){

  .especialidad-grid{
    grid-template-columns:1fr;
  }

  .especialidad-cards{
    grid-template-columns:1fr;
  }

  .especialidad-cta-botones{
    flex-direction:column;
  }

}/* End custom CSS */