.elementor-1084 .elementor-element.elementor-element-465fadd{--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-1084 .elementor-element.elementor-element-591d642{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1084 .elementor-element.elementor-element-f6e25ba{--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-efe0fb7 *//* ===================================== */
/* RESPONSABILIDAD AMBIENTAL */
/* ===================================== */

.clinica-seccion{
  font-family:'Poppins',sans-serif;
  background:#ffffff;
  padding:80px 20px;
}

.clinica-contenedor{
  max-width:1100px;
  margin:auto;
}

/* TITULO */
.clinica-titulo{
  font-size:34px;
  font-weight:700;
  color:#245183;
  text-align:left;
}

/* SUBTITULO */
.clinica-subtitulo{
  font-size:26px;
  font-weight:700;
  color:#245183;
  margin-top:60px;
  margin-bottom:15px;
  text-align:left;
}

/* LINEA */
.clinica-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 30px;
  border-radius:10px;
}

/* TEXTO */
.clinica-texto{
  color:#666;
  line-height:1.8;
  margin-bottom:25px;
  text-align:justify;
}

/* ===================================== */
/* GRID */
/* ===================================== */

.clinica-grid-objetivos{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:40px;
}

/* CARD */
.clinica-card{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-radius:18px;
  padding:30px;
  transition:.35s ease;
  text-align:center;
}

.clinica-card:hover{
  background:#1FC8BE;
  transform:translateY(-6px);
  box-shadow:0 15px 30px rgba(31,200,190,.20);
}

/* ICONO */
.icono-card{
  width:72px;
  height:72px;
  margin:0 auto 18px;
  border-radius:20px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:linear-gradient(
    135deg,
    rgba(31,200,190,.12),
    rgba(36,81,131,.08)
  );

  border:1px solid rgba(31,200,190,.20);

  color:#1FC8BE;

  transition:.35s ease;
}

/* SVG */
.icono-card svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
}

/* HOVER ICONO */
.clinica-card:hover .icono-card{
  background:linear-gradient(135deg,#1FC8BE,#245183);
  color:#ffffff;
  transform:scale(1.08);
  box-shadow:0 10px 25px rgba(31,200,190,.30);
}

/* TITULO CARD */
.titulo-card{
  font-size:18px;
  font-weight:700;
  color:#245183;
  margin-bottom:12px;
  transition:.3s;
}

/* TEXTO CARD */
.clinica-card p{
  color:#666;
  line-height:1.7;
  transition:.3s;
}

/* HOVER TEXTO */
.clinica-card:hover p,
.clinica-card:hover .titulo-card{
  color:#ffffff;
}

/* ===================================== */
/* ACORDEON */
/* ===================================== */

.clinica-acordeon{
  margin-top:35px;
}

/* BOTON */
.clinica-acordeon-btn{
  width:100%;
  background:#245183;
  color:#ffffff;
  padding:18px 20px;
  border:none;
  border-radius:14px;
  margin-bottom:10px;
  cursor:pointer;

  display:flex;
  justify-content:space-between;
  align-items:center;

  font-weight:600;
  font-size:15px;

  transition:.3s ease;
}

.clinica-acordeon-btn:hover,
.clinica-acordeon-btn.active{
  background:#1FC8BE;
}

.clinica-acordeon-btn span{
  font-size:20px;
}

/* CONTENIDO */
.clinica-acordeon-content{
  display:none;
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-radius:14px;
  padding:22px;
  margin-bottom:15px;
  text-align:left;
  color:#666;
  line-height:1.8;
}

/* ===================================== */
/* BOTON */
/* ===================================== */

.clinica-boton-descarga{
  display:inline-block;
  margin-top:15px;
  background:#1FC8BE;
  color:#ffffff;
  padding:12px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.clinica-boton-descarga:hover{
  background:#17a89f;
  transform:translateY(-2px);
}

/* ===================================== */
/* CONTACTO */
/* ===================================== */

.clinica-contacto-box{
  margin-top:60px;
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-radius:18px;
  padding:35px;
  text-align:center;
}

.clinica-contacto-titulo{
  font-size:24px;
  color:#245183;
  margin-bottom:15px;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media(max-width:900px){

  .clinica-grid-objetivos{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:600px){

  .clinica-grid-objetivos{
    grid-template-columns:1fr;
  }

  .clinica-titulo{
    font-size:28px;
  }

  .clinica-subtitulo{
    font-size:22px;
  }

}/* End custom CSS */