:root{--bg: #0f172a;--card: #111827;--muted: #9ca3af;--text: #e5e7eb;--brand: #22d3ee;--brand-700: #0891b2;--ring: rgba(34, 211, 238, .35)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:linear-gradient(180deg,#0b1021 0%,var(--bg) 100%);color:var(--text);display:flex;flex-direction:column;min-height:100vh}#root{flex:1;display:flex;flex-direction:column}header{position:sticky;top:0;z-index:10;background:#111827e6;-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid rgba(255,255,255,.06)}header .wrap{margin:0 auto;max-width:1100px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}h1{margin:0;font-size:clamp(20px,3vw,28px);letter-spacing:1.5px}h1 span{color:var(--brand)}main{flex:1}.container{margin:0 auto;max-width:1100px;padding:28px 20px 40px}.notice{padding:12px 14px;border:1px solid rgba(255,255,255,.08);background:#02061773;border-radius:10px;margin-bottom:22px;font-size:14px}.top-section{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}@media (max-width: 840px){.top-section{grid-template-columns:1fr}}.card{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:22px;box-shadow:0 10px 30px #00000059}.message h2{margin-top:0;font-size:24px}.message p{color:var(--muted);line-height:1.6;margin-bottom:12px}.message a{color:var(--brand);text-decoration:none}.message a:hover{text-decoration:underline}.contact-map iframe{width:100%;height:320px;border:0;border-radius:12px}#contact-form{margin-top:26px}.form-frame{width:100%;max-width:100%;height:560px;border:0;border-radius:8px}footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.06);background:#11182799}footer .wrap{margin:0 auto;max-width:1100px;padding:16px 20px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;font-size:14px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#22d3ee2e,#0891b22e);color:#e6fbff;text-decoration:none;font-weight:600;box-shadow:0 6px 18px var(--ring);cursor:pointer;transition:filter .2s ease;margin-top:8px}.btn:hover{filter:brightness(1.05)}h2{color:var(--text);margin-bottom:16px}strong{color:var(--text);font-weight:600}@media (max-width: 600px){.container{padding:20px 16px 30px}.card{padding:18px}footer .wrap{flex-direction:column;gap:8px;text-align:center}.top-section{gap:16px}.form-frame{height:500px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:var(--brand-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand)}.page-escrituras{color:#000;background-color:#f5f5f5;min-height:100vh;padding:16px}.page-escrituras strong,.page-escrituras h1,.page-escrituras h2,.page-escrituras h3,.page-escrituras label{color:#000!important}
