:root{--bg:#f3f6f8;--surface:#fff;--surface-soft:#eef3f6;--text:#1d252c;--muted:#5c6975;--line:#d8e0e6;--primary:#8f1d2c;--primary-dark:#67131f;--accent:#b6802d;--shadow:0 18px 50px rgba(29,37,44,.12);--radius:8px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:var(--primary);text-underline-offset:.18em}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.nav{width:min(100% - 2rem,var(--max));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;font-family:Arial,Helvetica,sans-serif}.brand{display:inline-flex;align-items:center;gap:.7rem;min-width:0;color:var(--primary-dark);font-weight:800;text-decoration:none}.brand-mark{display:grid;place-items:center;width:2.4rem;height:2.4rem;flex:0 0 auto;border-radius:var(--radius);background:var(--primary);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem}.nav-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;font-size:.95rem}.nav-links a{display:inline-flex;align-items:center;min-height:2.35rem;padding:.35rem .75rem;border-radius:var(--radius);color:var(--muted);text-decoration:none}.nav-links a:hover{background:var(--surface-soft);color:var(--primary-dark)}.hero{background:linear-gradient(90deg,rgba(17,24,30,.92),rgba(17,24,30,.72));color:#fff}.home-hero{min-height:38vh;display:grid;align-items:end;background:linear-gradient(90deg,rgba(17,24,30,.82),rgba(17,24,30,.42)),url("../../index_ficheiros/image003.jpg") center/cover no-repeat}.hero-inner{width:min(100% - 2rem,var(--max));margin:0 auto;padding:1.25rem 0 1rem}.home-hero .hero-inner{padding:3.2rem 0 2.8rem}.eyebrow{margin:0 0 .65rem;font-family:Arial,Helvetica,sans-serif;font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#f3c36a}h1{max-width:900px;margin:0;color:inherit;font-size:2.45rem;line-height:1.15;overflow-wrap:anywhere}.home-hero h1{font-size:3rem;line-height:1.08}.hero p{max-width:680px;margin:1rem 0 0;color:rgba(255,255,255,.9);font-size:1.1rem}.main{width:min(100% - 2rem,var(--max));margin:0 auto;padding:.65rem 0 2.4rem}.content-card{padding:.75rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.content-card table{max-width:100%;width:100%;border-collapse:collapse;vertical-align:top}.content-card tr,.content-card tbody{vertical-align:top}.content-card td,.content-card th{max-width:100%;overflow-wrap:anywhere;vertical-align:top!important}.content-card p,.content-card div,.content-card li,.content-card a{overflow-wrap:anywhere}.top-banner{margin:0 0 .75rem!important}.top-banner a{display:block}.top-banner img{width:100%!important;height:auto!important;object-fit:cover}.content-card p:first-child,.content-card div:first-child,.content-card table:first-child{margin-top:0}.content-card p:last-child,.content-card div:last-child,.content-card table:last-child{margin-bottom:0}.health-banner-wrap{margin:0 0 .75rem}.health-index>div>div>table>tbody>tr:first-child>td:first-child,.health-index>div>div>table>tr:first-child>td:first-child{display:none!important}.health-index>div>div>table>tbody>tr:first-child>td:nth-child(2),.health-index>div>div>table>tr:first-child>td:nth-child(2){width:100%!important;display:table-cell}.health-index>div>div>table{width:100%!important}.health-index>div>div>table>tbody>tr:first-child>td:nth-child(2)>p:first-child{margin-top:0}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:5rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 25px rgba(29,37,44,.06);color:var(--primary-dark);font-family:Arial,Helvetica,sans-serif;font-weight:800;text-decoration:none}.card:hover{border-color:rgba(143,29,44,.35);box-shadow:var(--shadow);transform:translateY(-2px)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:0 0 1rem}.section-title h2{margin:0;color:var(--primary-dark);font-size:1.75rem;line-height:1.2}.site-footer{border-top:1px solid var(--line);background:#17212a;color:rgba(255,255,255,.82);font-family:Arial,Helvetica,sans-serif}.footer-inner{width:min(100% - 2rem,var(--max));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0;font-size:.95rem}.footer-inner a{color:#fff;font-weight:800;text-decoration:none}@media(max-width:900px){.nav{align-items:flex-start;flex-direction:column}.nav-links{justify-content:flex-start}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero h1,h1{font-size:2rem}}@media(max-width:760px){body{font-size:17px}.nav,.main,.hero-inner,.footer-inner{width:min(100% - 1.25rem,var(--max))}.nav-links{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.nav-links a{width:100%;justify-content:center;background:var(--surface-soft);text-align:center}.home-hero .hero-inner,.hero-inner{padding:1rem 0 .85rem}.grid{grid-template-columns:1fr}.content-card{padding:.45rem}.content-card table,.content-card tbody,.content-card tr,.content-card td,.content-card th{display:block;width:100%;height:auto;vertical-align:top!important}.content-card td,.content-card th{padding:.35rem}.content-card p,.content-card span,.content-card div,.content-card td,.content-card th,.content-card li,.content-card a{font-size:inherit!important;line-height:1.65!important}.footer-inner{align-items:flex-start;flex-direction:column}}
