.elementor-204 .elementor-element.elementor-element-380d542{--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 html, class: .elementor-element-921c699 *//* ================= ENFOQUE REAL ================= */
.enfoque-real{
  padding:110px 20px;
  background:#ffffff;
}

.enfoque-real-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:60px;
  align-items:center;
}

/* IZQUIERDA */
.enfoque-real-badge{
  background:linear-gradient(135deg,#003C87,#0f67d0);
  color:#fff;
  padding:8px 16px;
  border-radius:20px;
  font-weight:700;
  display:inline-block;
  margin-bottom:20px;
}

.enfoque-real-left h2{
  font-size:40px;
  color:#003C87;
  margin-bottom:20px;
  font-weight:800;
}

.enfoque-real-left p{
  font-size:17px;
  color:#5b6e86;
  line-height:1.7;
  margin-bottom:15px;
}

/* BOTONES */
.enfoque-real-buttons{
  margin-top:25px;
}

.btn-enfoque-real-primary{
  background:linear-gradient(135deg,#003C87,#0f67d0);
  color:#fff;
  padding:14px 26px;
  border-radius:14px;
  text-decoration:none;
  font-weight:800;
  margin-right:10px;
  display:inline-block;
}

.btn-enfoque-real-secondary{
  background:linear-gradient(135deg,#ff7a18,#ffb347);
  color:#fff;
  padding:14px 26px;
  border-radius:14px;
  text-decoration:none;
  font-weight:800;
  display:inline-block;
}

.btn-enfoque-real-primary:hover,
.btn-enfoque-real-secondary:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 25px rgba(0,0,0,0.2);
}

/* DERECHA BLOQUES */
.enfoque-real-right{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.enfoque-highlight{
  background:linear-gradient(135deg,#f4f7fb,#eef3fa);
  padding:25px;
  border-radius:18px;
  border-left:5px solid #0f67d0;
  transition:.3s;
}

.enfoque-highlight h3{
  margin:0 0 8px;
  color:#003C87;
}

.enfoque-highlight p{
  margin:0;
  font-size:14px;
  color:#5b6e86;
}

.enfoque-highlight:hover{
  transform:translateX(8px);
  box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

/* ================= ANIMACIÓN ================= */
.enfoque-real{
  opacity:0;
  transform:translateY(50px);
  transition:.8s ease;
}

.enfoque-real.active{
  opacity:1;
  transform:translateY(0);
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){

  .enfoque-real-container{
    grid-template-columns:1fr;
    text-align:center;
  }

  .enfoque-real-left h2{
    font-size:30px;
  }

  .enfoque-real-right{
    margin-top:30px;
  }

}/* End custom CSS */