@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&family=Outfit:wght@400;500;600;700&display=swap";
:root{--navy: #003876;--navy-dark: #002255;--navy-light: #004fa3;--gold: #C8972B;--gold-light: #e6b84a;--gold-pale: #fdf3dc;--white: #ffffff;--gray-50: #f8f7f4;--gray-100: #eeecE6;--gray-300: #c5c2b8;--gray-500: #7a7870;--gray-700: #3d3c38;--shadow-sm: 0 2px 8px rgba(0,0,0,0.07);--shadow-md: 0 4px 20px rgba(0,0,0,0.10);--shadow-lg: 0 8px 40px rgba(0,0,0,0.13);--radius: 12px;--radius-sm: 8px}
.directorio-container[data-astro-cid-jgrhm2ao]{font-family:"Outfit",sans-serif;background:var(--gray-50);color:var(--gray-700);min-height:100vh;padding-top:80px}
@media (min-width: 1024px){.directorio-container[data-astro-cid-jgrhm2ao]{padding-top:112px}}
.hero[data-astro-cid-jgrhm2ao]{background:var(--navy-dark);position:relative;overflow:hidden;padding:64px 24px 72px;text-align:center}
.hero[data-astro-cid-jgrhm2ao]::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 10% 50%,rgba(200,151,43,0.12) 0%,transparent 60%),radial-gradient(ellipse 50% 70% at 90% 40%,rgba(0,79,163,0.25) 0%,transparent 60%)}
.hero-pattern[data-astro-cid-jgrhm2ao]{position:absolute;inset:0;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,0.025) 0px,rgba(255,255,255,0.025) 1px,transparent 1px,transparent 60px),repeating-linear-gradient(0deg,rgba(255,255,255,0.025) 0px,rgba(255,255,255,0.025) 1px,transparent 1px,transparent 60px)}
.hero-accent[data-astro-cid-jgrhm2ao]{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,var(--gold) 30%,var(--gold-light) 70%,transparent 100%)}
.hero-content[data-astro-cid-jgrhm2ao]{position:relative;z-index:1;max-width:780px;margin:0 auto}
.hero-eyebrow[data-astro-cid-jgrhm2ao]{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:20px}
.hero-eyebrow[data-astro-cid-jgrhm2ao] span[data-astro-cid-jgrhm2ao]{display:inline-block;width:24px;height:1px;background:var(--gold-light)}
.hero[data-astro-cid-jgrhm2ao] h1[data-astro-cid-jgrhm2ao]{font-family:"Nunito",sans-serif;font-size:clamp(32px,5vw,52px);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:20px}
.hero[data-astro-cid-jgrhm2ao] h1[data-astro-cid-jgrhm2ao] em[data-astro-cid-jgrhm2ao]{font-style:normal;color:var(--gold-light)}
.hero-phones[data-astro-cid-jgrhm2ao]{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.18);border-radius:10px;padding:1rem 1.5rem;color:var(--white);font-size:0.85rem;line-height:1.7;backdrop-filter:blur(4px);display:inline-block;margin-top:1.5rem;text-align:center}
.hero-phones[data-astro-cid-jgrhm2ao] strong[data-astro-cid-jgrhm2ao]{display:block;font-size:0.75rem;letter-spacing:0.12em;text-transform:uppercase;opacity:0.8;margin-bottom:0.4rem;color:var(--gold-light)}
.main[data-astro-cid-jgrhm2ao]{max-width:1000px;margin:0 auto;padding:56px 24px 80px}
.section-label[data-astro-cid-jgrhm2ao]{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.section-label-bar[data-astro-cid-jgrhm2ao]{width:4px;height:28px;background:var(--gold);border-radius:2px;flex-shrink:0}
.section-label[data-astro-cid-jgrhm2ao] h2[data-astro-cid-jgrhm2ao]{font-family:"Nunito",sans-serif;font-size:22px;font-weight:600;color:var(--navy)}
.section-label[data-astro-cid-jgrhm2ao] .badge[data-astro-cid-jgrhm2ao]{font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;padding:4px 10px;border-radius:20px;background:var(--navy-light);color:var(--white)}
.dir-block[data-astro-cid-jgrhm2ao]{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-100);box-shadow:var(--shadow-sm);padding:28px;margin-bottom:28px;transition:box-shadow 0.2s ease}
.dir-block[data-astro-cid-jgrhm2ao]:hover{box-shadow:var(--shadow-md)}
.dir-list[data-astro-cid-jgrhm2ao]{display:flex;flex-direction:column}
.dir-item[data-astro-cid-jgrhm2ao]{display:grid;grid-template-columns:2fr 1.5fr;gap:16px;padding:16px 12px;border-bottom:1px solid var(--gray-100);transition:background 0.15s ease;align-items:center}
.dir-item[data-astro-cid-jgrhm2ao]:last-child{border-bottom:none}
.dir-item[data-astro-cid-jgrhm2ao]:hover{background:#fcfbfa}
.dir-item[data-astro-cid-jgrhm2ao].highlight{background:#f4f8fe;border-radius:var(--radius-sm);border-bottom:none;border:1px solid #dce8fa;margin-bottom:8px;box-shadow:0 2px 6px rgba(0,56,118,0.04)}
.dir-meta[data-astro-cid-jgrhm2ao]{display:flex;flex-direction:column;gap:4px}
.dir-ext[data-astro-cid-jgrhm2ao]{font-size:11px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:0.08em;display:flex;align-items:center;gap:6px}
.dir-ext[data-astro-cid-jgrhm2ao]::before{content:"";display:inline-block;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8972B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}
.wa-num[data-astro-cid-jgrhm2ao]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23128C7E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'%3E%3C/path%3E%3C/svg%3E")}
.wa-text[data-astro-cid-jgrhm2ao]{color:#128C7E!important}
.dir-area[data-astro-cid-jgrhm2ao]{font-size:15px;font-weight:600;color:var(--navy)}
.dir-details[data-astro-cid-jgrhm2ao]{display:flex;flex-direction:column;gap:4px}
.dir-name[data-astro-cid-jgrhm2ao]{font-size:14px;font-weight:500;color:var(--gray-700)}
.dir-email[data-astro-cid-jgrhm2ao]{font-size:13px;color:var(--navy-light);text-decoration:none;display:flex;align-items:center;gap:6px;transition:color 0.2s;word-break:break-all}
.dir-email[data-astro-cid-jgrhm2ao]::before{content:"";display:inline-block;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23004fa3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}
.dir-email[data-astro-cid-jgrhm2ao]:hover{color:var(--navy);text-decoration:underline}
.btn-gold[data-astro-cid-jgrhm2ao]{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);font-family:"Outfit",sans-serif;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:all 0.18s ease;background:var(--gold);color:var(--white);border:none}
.btn-gold[data-astro-cid-jgrhm2ao]:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 14px rgba(200,151,43,0.3)}
@media (max-width: 768px){.dir-item[data-astro-cid-jgrhm2ao]{grid-template-columns:1fr;gap:8px}.dir-block[data-astro-cid-jgrhm2ao]{padding:20px 16px}.hero-phones[data-astro-cid-jgrhm2ao]{font-size:0.75rem;padding:0.8rem 1rem}}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.dir-block[data-astro-cid-jgrhm2ao]{animation:fadeUp 0.5s ease both}
.dir-block[data-astro-cid-jgrhm2ao]:nth-child(1){animation-delay:0.1s}
.dir-block[data-astro-cid-jgrhm2ao]:nth-child(2){animation-delay:0.2s}
.dir-block[data-astro-cid-jgrhm2ao]:nth-child(3){animation-delay:0.3s}
.dir-block[data-astro-cid-jgrhm2ao]:nth-child(4){animation-delay:0.4s}