.elementor-885 .elementor-element.elementor-element-ec9fde9{--display:flex;--min-height:676px;--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;--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-885 .elementor-element.elementor-element-65c7d91 .sina-content-slider .owl-prev, .elementor-885 .elementor-element.elementor-element-65c7d91 .sina-content-slider .owl-next{background-color:#1085e4;color:#fafafa;font-family:Arial;top:48%;padding:2px 14px 6px 14px;}.elementor-885 .elementor-element.elementor-element-65c7d91 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-cs-item{height:684px;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-cs-title{color:#222;font-size:32px;font-weight:600;text-transform:none;line-height:42px;margin-bottom:15px;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-cs-subtitle{color:#222;font-size:24px;line-height:32px;margin-bottom:5px;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-cs-desc{color:#222;font-size:16px;line-height:24px;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-content-slider .owl-dot{border-color:#1085e4;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-content-slider .owl-dot.active{background-color:#1085e4;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-content-slider .owl-next{border-radius:4px 4px 4px 4px;}.elementor-885 .elementor-element.elementor-element-65c7d91 .sina-content-slider .owl-prev{border-radius:4px 4px 4px 4px;}.elementor-885 .elementor-element.elementor-element-1353653{--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 );}.elementor-885 .elementor-element.elementor-element-f9933ca{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-4abbd0b */<style>
/* CONTENEDOR */
.clinica-seccion {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  padding: 80px 20px;
}

.clinica-contenedor {
  max-width: 1100px;
  margin: auto;
}

/* TITULOS */
.clinica-titulo {
  font-size: 32px;
  font-weight: 700;
  color: #245183;
  text-align: center;
}

.clinica-subtitulo {
  font-size: 24px;
  font-weight: 700;
  color: #245183;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}

.clinica-linea {
  width: 60px;
  height: 3px;
  background: #1FC8BE;
  margin: 15px auto 30px;
}

/* DESCRIPCIÓN */
.clinica-descripcion {
  text-align: center;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  max-width: 950px;
  margin: 0 auto 40px;
}

/* GRID */
.clinica-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.clinica-item {
  background: #f8fbfb;
  padding: 20px;
  border-radius: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.clinica-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1FC8BE;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.35s ease;
  z-index: 0;
}

.clinica-item:hover::before {
  transform: scaleY(1);
}

.clinica-item * {
  position: relative;
  z-index: 2;
}

.clinica-item:hover {
  transform: translateY(-4px);
}

.clinica-item:hover h4,
.clinica-item:hover p {
  color: #ffffff;
}

/* TEXTO */
.clinica-item h4 {
  color: #245183;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.clinica-item p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* RESPONSIVE */
@media(max-width: 768px){
  .clinica-grid {
    grid-template-columns: 1fr;
  }

  .clinica-titulo {
    font-size: 26px;
  }

  .clinica-subtitulo {
    font-size: 20px;
  }
}
</style>/* End custom CSS */