.elementor-767 .elementor-element.elementor-element-babc220{--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-767 .elementor-element.elementor-element-d397327{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-767 .elementor-element.elementor-element-ec4a1d5{--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-a70dccc */.urgencias-seccion{
  font-family:'Poppins',sans-serif;
  background:#ffffff;
  padding:80px 20px;
}

.urgencias-contenedor{
  max-width:1100px;
  margin:auto;
}

/* GRID */
.urgencias-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

/* BADGE */
.urgencias-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 */
.urgencias-titulo{
  font-size:34px;
  color:#245183;
  font-weight:700;
}

.urgencias-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 25px;
}

/* TEXTO */
.urgencias-texto{
  color:#245183;
  line-height:1.8;
  margin-bottom:25px;
}

/* BUBBLES */
.urgencias-bubbles{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.urgencia-bubble{
  background:#f8fbfb;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid #eef2f5;
  font-size:13px;
  color:#245183;
}

/* IMAGEN */
.urgencias-imagen img{
  width:100%;
  border-radius:20px;
}

/* CARDS */
.urgencias-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:40px;
}

.urgencias-card{
  background:#f8fbfb;
  padding:30px;
  border-radius:18px;
  text-align:center;
  transition:0.3s;
  box-shadow:0 10px 25px rgba(36,81,131,0.08);
}

.urgencias-card:hover{
  background:#1FC8BE;
  transform:translateY(-5px);
}

.urgencias-card h3{
  color:#245183;
}

.urgencias-card:hover h3{
  color:#fff;
}

/* CTA */
.urgencias-cta{
  margin-top:60px;
  background:#245183;
  padding:60px 20px;
  border-radius:20px;
  text-align:center;
}

.urgencias-cta-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:25px;
  margin-top:30px;
}

/* CTA */
.cirugia-cta{
  margin-top:60px;
  background:#245183;
  padding:50px 30px;
  border-radius:20px;
  text-align:center;
}

.cirugia-cta-box h2{
  color:#fff;
  margin-bottom:20px;
}

.cta-texto{
  color:#fff;
  opacity:0.9;
  margin-bottom:10px;
}

/* BOTONES */
.cirugia-cta-buttons{
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
  margin-top:15px;
}

.btn-cirugia-primary{
  background:#1FC8BE;
  color:#fff;
  padding:14px 22px;
  border-radius:10px;
  text-decoration:none;
}

.btn-cirugia-secondary{
  background:#fff;
  color:#245183;
  padding:14px 22px;
  border-radius:10px;
  text-decoration:none;
}

/* RESPONSIVE */
@media(max-width:768px){
  .urgencias-grid{
    grid-template-columns:1fr;
  }

  .urgencias-cards{
    grid-template-columns:1fr;
  }

  .urgencias-cta-cards{
    grid-template-columns:1fr;
  }
}
/* ===== TRIAGE SECTION ===== */
.triage-section{
  margin-top:60px;
}

/* GRID */
.triage-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:30px;
}

/* CARD BASE */
.triage-card{
  border-radius:18px;
  padding:25px;
  color:#fff;
  position:relative;
  overflow:hidden;
  cursor:pointer;
  transition:all .3s ease;
  min-height:200px;
}

/* HEADER */
.triage-header{
  margin-bottom:12px;
}

.triage-header h3{
  font-size:20px;
  margin:0;
  font-weight:700;
}

.triage-header span{
  font-size:13px;
  opacity:.9;
}

/* TEXTO */
.triage-card p{
  font-size:14px;
  line-height:1.6;
  opacity:.95;
  margin:0;
}

/* HOVER INFO */
.triage-hover{
  position:absolute;
  bottom:-100%;
  left:0;
  width:100%;
  padding:20px;
  font-size:13px;
  background:rgba(0,0,0,0.18);
  transition:all .3s ease;
}

/* HOVER EFFECT */
.triage-card:hover{
  transform:translateY(-6px);
}

.triage-card:hover .triage-hover{
  bottom:0;
}

/* ===== COLORES CORREGIDOS ===== */

/* ROJO - TRIAGE 1 */
.triage-red{
  background:linear-gradient(135deg,#d32f2f,#ff5252);
}

/* NARANJA - TRIAGE 2 */
.triage-orange{
  background:linear-gradient(135deg,#f57c00,#ffb74d);
}

/* AMARILLO - TRIAGE 3 */
.triage-yellow{
  background:linear-gradient(135deg,#fbc02d,#fff176);
  color:#2c2c2c;
}

.triage-yellow .triage-hover{
  background:rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media(max-width:768px){
  .triage-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */