
:root{--brand:#0b3b2e;--bg:#fffdf7;--text:#0f172a;--muted:#6b7280}
*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;color:var(--text);background:var(--bg)}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);border-bottom:1px solid #eee}
.nav{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 0}
.nav a{color:var(--text);text-decoration:none;margin:0 8px;font-weight:600}
.langs a{font-weight:600;color:var(--muted)} .langs a.active{color:var(--brand)}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:72px;width:auto} .logo strong{font-size:24px;font-weight:800}
.btn{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:14px 22px;border-radius:14px;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(37,211,102,.35)}
.btn:hover{background:#128C7E}
.hero{min-height:72vh;display:grid;place-items:center;text-align:center;color:#0b1324;
background:linear-gradient(135deg, rgba(255,247,237,.45), rgba(253,230,138,.35), rgba(251,113,133,.28)), url('/fondo_posible.jpg') center/cover no-repeat}
.hero h1{font-size:clamp(36px,6vw,64px)}
.grid{display:grid;gap:22px} .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:900px){.grid-2{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.06)} .card .p{padding:20px}
.section{padding:70px 0}
.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}
.k{background:#fff;border:1px solid #eee;border-radius:14px;padding:12px 10px;text-align:center;font-weight:700}
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.gallery img{width:100%;height:240px;object-fit:cover;border-radius:14px}
.map{width:100%;border:0;height:420px;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.06)}
footer{padding:28px 0;border-top:1px solid #eee;color:var(--muted);font-size:14px}
.fab-wa{position:fixed;right:20px;bottom:20px;z-index:60;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;box-shadow:0 12px 28px rgba(37,211,102,.45)}
.download{display:inline-flex;align-items:center;gap:8px;border:1px solid #0b3b2e;color:#0b3b2e;background:#fff;padding:12px 16px;border-radius:14px;text-decoration:none;font-weight:700}
.download:hover{background:#0b3b2e;color:#fff}
