@charset "UTF-8";:root{--primary-color: #38bdf8;--bg-page: #f8fafc;--bg-white: #ffffff;--bg-hover: #f3f4f6;--border-light: #e5e7eb;--text-main: #111827;--text-dark: #1f2937;--text-dropdown: #374151;--text-muted: #6b7280;--text-light: #9ca3af;--section-surface: #ffffff;--section-border: #e5e7eb;--section-radius: 12px;--section-shadow: 0 8px 24px color-mix(in srgb, #0f172a 8%, transparent);--section-scroll-margin: 6.5rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;min-height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--bg-page);color:var(--text-main)}#quienes-somos,#objetivos,#servicios,#autoridades{scroll-margin-top:var(--section-scroll-margin)}@media (max-width: 768px){:root{--section-scroll-margin: 7rem}}a.back-link{margin-top:2rem;display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.25rem;border-radius:999px;font-size:.95rem;font-weight:600;letter-spacing:.01em;text-decoration:none;color:var(--text-main);background:var(--bg-white);border:1px solid var(--section-border);box-shadow:0 1px 2px color-mix(in srgb,var(--text-main) 5%,transparent),0 4px 14px color-mix(in srgb,var(--primary-color) 12%,transparent);transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease}a.back-link:hover{color:var(--bg-white);background:linear-gradient(135deg,var(--primary-color) 0%,color-mix(in srgb,var(--primary-color) 72%,#6366f1) 100%);border-color:color-mix(in srgb,var(--primary-color) 55%,var(--text-main));box-shadow:0 2px 6px color-mix(in srgb,var(--primary-color) 28%,transparent),0 8px 22px color-mix(in srgb,var(--primary-color) 22%,transparent);text-decoration:none;transform:translateY(-1px)}a.back-link:active{transform:translateY(0)}a.back-link:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}@media (prefers-reduced-motion: reduce){a.back-link{transition:none}a.back-link:hover{transform:none}}
