*{box-sizing:border-box}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;
}

/* HERO */
.hero{
  min-height:100vh;
  background: linear-gradient(135deg,#062a57,#0a4f8a);
  color:#fff;
  display:flex;
  flex-direction:column;
}

.hero-top{
  padding:32px 48px;
  font-weight:700;
  font-size:22px;
}

.hero-content{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:0 20px;
}

.hero h1{
  font-size:52px;
  font-weight:800;
  margin:0 0 24px 0;
  letter-spacing:-0.5px;
}

.hero p{
  font-size:18px;
  line-height:1.6;
  max-width:760px;
  margin:0 0 18px 0;
  color:rgba(255,255,255,.95);
}

.hero p strong{
  font-weight:800;
}

.hero .btn{
  margin-top:28px;
  background:#0b5fa5;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:14px 38px;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}

.hero .btn:hover{
  background:#0d6cc0;
}
.servicios{
  padding:90px 20px;
  text-align:center;
}

.servicios-label{
  font-size:16px;
  font-weight:800;
  text-decoration:underline;
  display:block;
  margin-bottom:24px;
}

.servicios h2{
  max-width:900px;
  margin:0 auto 60px auto;
  font-size:34px;
  font-weight:800;
  color:#0b2d4f;
  line-height:1.3;
}

.servicios-grid{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

.servicio-card{
  background:#f6f9fc;
  border-radius:22px;
  padding:36px 28px;
}

.servicio-card .icon{
  font-size:28px;
  margin-bottom:16px;
}

.servicio-card h3{
  margin:0 0 14px 0;
  font-size:18px;
  font-weight:800;
  color:#0b2d4f;
}

.servicio-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#4a5b6c;
}

@media(max-width:900px){
  .servicios-grid{
    grid-template-columns:1fr;
  }
}
.beneficios{
  padding:90px 20px;
  background:#f7f7f7;
  text-align:center;
}

.beneficios-label{
  display:block;
  font-size:16px;
  font-weight:800;
  text-decoration:underline;
  margin-bottom:28px;
}

.beneficios h2{
  max-width:900px;
  margin:0 auto 60px auto;
  font-size:32px;
  font-weight:800;
  color:#0b2d4f;
  line-height:1.3;
}

.beneficios-grid{
  max-width:1100px;
  margin:0 auto 50px auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

.beneficio-card{
  background:#fff;
  border-radius:18px;
  padding:36px 28px;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.beneficio-card h3{
  margin:0 0 14px 0;
  font-size:18px;
  font-weight:800;
  color:#0b2d4f;
}

.beneficio-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#4a5b6c;
}

.beneficios-btn{
  display:inline-block;
  background:#0b5fa5;
  color:#fff;
  padding:14px 38px;
  border-radius:999px;
  font-weight:800;
  font-size:15px;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}

.beneficios-btn:hover{
  background:#0d6cc0;
}

@media(max-width:900px){
  .beneficios-grid{
    grid-template-columns:1fr;
  }
}
.sobre{
  padding:90px 20px;
  text-align:center;
}

.sobre-label{
  display:block;
  font-size:16px;
  font-weight:800;
  text-decoration:underline;
  margin-bottom:28px;
}

.sobre-box{
  max-width:1000px;
  margin:0 auto;
  background:#f4f8fb;
  border-radius:22px;
  padding:48px 40px;
}

.sobre-box h2{
  margin:0 0 24px 0;
  font-size:30px;
  font-weight:800;
  color:#0b2d4f;
}

.sobre-box p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#4a5b6c;
}
.proceso{
  padding:90px 20px;
  text-align:center;
}

.proceso-label{
  display:block;
  font-size:16px;
  font-weight:800;
  text-decoration:underline;
  margin-bottom:28px;
}

.proceso h2{
  margin:0 0 60px 0;
  font-size:32px;
  font-weight:800;
  color:#0b2d4f;
}

.proceso-grid{
  max-width:1100px;
  margin:0 auto 50px auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

.proceso-card{
  background:#fff;
  border-radius:18px;
  padding:40px 28px;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.proceso-card .numero{
  font-size:32px;
  font-weight:900;
  color:#0b5fa5;
  margin-bottom:14px;
}

.proceso-card h3{
  margin:0 0 12px 0;
  font-size:18px;
  font-weight:800;
  color:#0b2d4f;
}

.proceso-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#4a5b6c;
}

.proceso-btn{
  display:inline-block;
  background:#0b5fa5;
  color:#fff;
  padding:14px 42px;
  border-radius:999px;
  font-weight:800;
  font-size:15px;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}

.proceso-btn:hover{
  background:#0d6cc0;
}

@media(max-width:900px){
  .proceso-grid{
    grid-template-columns:1fr;
  }
}
.contacto{
  padding:90px 20px;
  text-align:center;
}

.contacto-label{
  display:block;
  font-size:16px;
  font-weight:800;
  text-decoration:underline;
  margin-bottom:24px;
}

.contacto h2{
  font-size:32px;
  font-weight:800;
  color:#0b2d4f;
  margin:0 0 10px 0;
}

.contacto-sub{
  margin-bottom:40px;
  font-size:15px;
  color:#5a6b7c;
}

.contacto-form{
  max-width:520px;
  margin:0 auto;
  background:#f4f8fb;
  padding:40px;
  border-radius:22px;
}

.contacto-form label{
  display:block;
  text-align:left;
  font-weight:700;
  margin:16px 0 6px;
  font-size:14px;
}

.contacto-form input,
.contacto-form select{
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid #d8e1ea;
  font-size:14px;
}

.contacto-form button{
  margin-top:28px;
  width:100%;
  background:#0b5fa5;
  color:#fff;
  border:none;
  padding:16px;
  border-radius:999px;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
}

.contacto-form button:hover{
  background:#0d6cc0;
}
@media (max-width: 768px){
  .hero{
    min-height: auto;
    padding-bottom: 40px;
  }

  .hero-content{
    padding-bottom: 20px;
  }
}
.footer{
  background:linear-gradient(135deg,#061f44,#0b3f8a);
  padding:80px 20px 60px;
  text-align:center;
  color:#fff;
}

.footer-icons{
  display:flex;
  justify-content:center;
  gap:28px;
  margin-bottom:24px;
  font-size:22px;
}

.footer-icons a{
  color:#fff;
  opacity:.85;
}

.footer-icons a:hover{
  opacity:1;
}

.footer-copy{
  font-size:14px;
  opacity:.8;
}

/* WhatsApp flotante */
.wp-float{
  position:fixed;
  bottom:22px;
  right:22px;
  width:56px;
  height:56px;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:0 10px 24px rgba(0,0,0,.35);
  z-index:999;
}

.wp-float:hover{
  background:#1ebe5d;
}
/* =========================
   AJUSTE GLOBAL DE TÍTULOS
   ========================= */

.servicios-label,
.beneficios-label,
.sobre-label,
.proceso-label,
.contacto-label{
  display:block;
  text-align:center;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#0b5fa5;
  margin-bottom:22px;
  text-decoration:none; /* 🔴 sin subrayado */
}

/* =========================
   LINKS SIN SUBRAYADO
   ========================= */

a{
  text-decoration:none;
}

/* Evitar subrayado en hover también */
a:hover{
  text-decoration:none;
}

/* =========================
   MEJORAR JERARQUÍA VISUAL
   ========================= */

section h2{
  margin-top:0;
  margin-bottom:28px;
}

section{
  scroll-margin-top:80px;
}
/* =========================
   SOBRE + MAPA (8 / 4)
   ========================= */

.sobre-grid{
  display:grid;
  grid-template-columns:2fr 1fr; /* 8 texto / 4 mapa */
  gap:32px;
  align-items:stretch;
}

.sobre-texto{
  text-align:left;
}

.sobre-mapa{
  background:#e9eef3;
  border-radius:16px;
  overflow:hidden;
  min-height:260px;
}

.sobre-mapa iframe{
  width:100%;
  height:100%;
  border:0;
}

/* Responsive */
@media(max-width:900px){
  .sobre-grid{
    grid-template-columns:1fr;
  }

  .sobre-texto{
    text-align:center;
  }

  .sobre-mapa{
    min-height:220px;
  }
}
.sobre-texto{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
