.elementor-1953 .elementor-element.elementor-element-b0c67ef{--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-1953 .elementor-element.elementor-element-f355128{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1953 .elementor-element.elementor-element-a7f9bd5{--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-b7b87ab */<style>
/* CONTENEDOR */
.clinica-seccion {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  padding: 80px 20px;
}

.clinica-contenedor {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TITULOS */
.clinica-titulo {
  font-size: 32px;
  font-weight: 700;
  color: #245183;
}

.clinica-linea {
  width: 60px;
  height: 3px;
  background: #1FC8BE;
  margin: 15px auto 30px;
}

.clinica-texto {
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* ========================= */
/* ACORDEON */
/* ========================= */

.clinica-acordeon-btn {
  width: 100%;
  background: #f8fbfb !important;
  border: none;
  padding: 15px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 10px;
  text-align: left;
  font-weight: 600;
  color: #245183 !important;
  transition: all 0.3s ease;
}

/* HOVER */
.clinica-acordeon-btn:hover {
  background: #1FC8BE !important;
  color: #ffffff !important;
}

/* ACTIVO */
.clinica-acordeon-btn.active {
  background: #1FC8BE !important;
  color: #ffffff !important;
}

.clinica-acordeon-content {
  display: none;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 5px;
  text-align: left;
}

/* ========================= */
/* BOTONES */
/* ========================= */

.clinica-boton-descarga,
.clinica-seccion a.clinica-boton-descarga {
  background-color: #1FC8BE !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 22px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
}

/* HOVER BOTONES */
.clinica-boton-descarga:hover,
.clinica-boton-descarga:focus,
.clinica-boton-descarga:active {
  background-color: #17a89f !important;
  color: #ffffff !important;
}

/* CONTACTO */
.clinica-contacto-box {
  margin-top: 50px;
  padding: 30px;
  background: #f8fbfb;
  border-radius: 16px;
}

/* RESET ELEMENTOR (ELIMINA ROSADO) */
.elementor-button,
.wp-block-button__link,
button,
input[type="submit"] {
  background: unset !important;
  box-shadow: none !important;
}
</style>/* End custom CSS */