@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
/* Paleta baseada nas artes publicadas: azul vivo, amarelo e branco. */
:root{--navy:#0879e4;--blue:#0879e4;--gold:#ffbb0b;--ink:#075da9}
.hero-overlay{background:linear-gradient(100deg,rgba(4,45,88,.97) 0%,rgba(6,68,131,.96) 40%,rgba(8,99,180,.94) 75%,rgba(11,121,213,.92) 100%)}
.button-primary{background:#0879e4}.button-primary:hover{background:#056dcc}.page-hero{background:linear-gradient(115deg,#056dcc,#0879e4)}.inner-header{background:#0879e4}.news-image,.article .article-cover{background:linear-gradient(130deg,#0879e4,#47aaff)}.news-date{color:#0879e4}.eyebrow.dark{color:#0879e4}.portal-links a:hover{background:#0879e4}
@media(max-width:700px){.hero-overlay{background:linear-gradient(90deg,rgba(3,83,169,.7),rgba(5,103,203,.47) 60%,rgba(8,121,228,0))}}
.site-header{position:fixed;background:#fff;color:#0879e4;border-bottom:1px solid #dceaf5;box-shadow:0 2px 12px rgba(4,74,144,.08)}.site-header .main-nav a{color:#0879e4}.site-header .nav-cta{border-color:#0879e4}.site-header .brand-mark{border-color:#0879e4}.hero{min-height:0;height:auto;aspect-ratio:2/1}.hero-title,.page-hero h1{font-family:Montserrat,"Source Sans 3",sans-serif;font-weight:800;letter-spacing:-.025em;text-transform:uppercase}.instagram-grid{grid-template-columns:repeat(auto-fit,minmax(280px,340px));justify-content:center}.instagram-media{width:100%;max-width:340px}.news-home{padding:76px clamp(24px,7vw,110px) 100px;background:#fff}.news-home-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.news-home-head p,.news-home-head a,.featured-content span,.small-news span{margin:0;font:700 11px Montserrat,sans-serif;letter-spacing:.08em;text-decoration:none}.news-home-head p{color:#0879e4}.news-home-head a{color:#075da9}.news-mosaic{display:grid;grid-template-columns:1.22fr 1fr;gap:18px}.news-featured,.small-news{position:relative;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;color:#fff;text-decoration:none;background-size:cover;background-position:center;border-radius:var(--r-md,14px);box-shadow:var(--shadow-sm,0 6px 18px rgba(10,50,90,.08));transition:transform .3s ease,box-shadow .3s ease}.news-featured:hover,.small-news:hover{transform:translateY(-5px);box-shadow:var(--shadow-md,0 16px 40px rgba(10,50,90,.12))}.news-featured{min-height:530px;justify-content:flex-end;padding:38px}.news-featured:before,.small-news:before{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(0deg,rgba(2,54,112,.86),rgba(2,54,112,.02) 70%)}
.small-news.tint-yellow:before{background:linear-gradient(0deg,rgba(2,54,112,.82),rgba(2,54,112,.02) 70%),rgba(255,187,11,.4)}
.small-news.tint-blue:before{background:linear-gradient(0deg,rgba(2,54,112,.82),rgba(2,54,112,.02) 70%),rgba(8,121,228,.4)}.featured-content h2{display:-webkit-box;max-width:600px;margin:13px 0 20px;overflow:hidden;font:800 clamp(28px,3.5vw,52px)/1.15 Montserrat,sans-serif;letter-spacing:-.035em;-webkit-line-clamp:2;-webkit-box-orient:vertical}.featured-content b{font:700 11px Montserrat,sans-serif;letter-spacing:.07em}.news-side{display:grid;grid-template-columns:1fr 1fr;gap:16px}.small-news{min-height:257px;justify-content:flex-end;padding:20px}.small-news h3{display:-webkit-box;margin:9px 0 0;overflow:hidden;font:800 19px/1.2 Montserrat,sans-serif;letter-spacing:-.025em;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cover-action{background-image:linear-gradient(130deg,rgba(8,121,228,.12),rgba(2,61,138,.36)),linear-gradient(135deg,#0879e4,#075da9)}.cover-blue{background:linear-gradient(135deg,#0879e4,#075da9)}.cover-yellow{background:linear-gradient(135deg,#ffbb0b,#f18c00)}.cover-photo{background:linear-gradient(135deg,#075da9,#0879e4)}.cover-light{background:linear-gradient(135deg,#35a8ef,#0879e4)}.featured-content{animation:featured-enter .5s ease}@keyframes featured-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(max-width:700px){.hero{min-height:540px;height:70svh;aspect-ratio:auto}.instagram-grid{grid-template-columns:minmax(0,340px)}.news-home{padding:52px 20px}.news-home-head{align-items:flex-start;flex-direction:column;gap:12px}.news-mosaic{grid-template-columns:1fr}.news-featured{min-height:410px;padding:25px}.news-side{gap:10px}.small-news{min-height:185px;padding:15px}.small-news h3{font-size:15px}.featured-content h2{font-size:30px}}
