.noticias-module__B4wYkW__noticiasPage{background:var(--background);width:100%;padding-top:72px;overflow-x:hidden}.noticias-module__B4wYkW__hero{background:var(--background-warm);border-bottom:4px solid var(--accent);padding:0;position:relative}.noticias-module__B4wYkW__hero:before{content:"";background-image:linear-gradient(45deg, var(--surface-border) .5px, transparent .5px), linear-gradient(-45deg, var(--surface-border) .5px, transparent .5px);opacity:.5;pointer-events:none;background-size:16px 16px;position:absolute;inset:0}.noticias-module__B4wYkW__heroWatermarks{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.noticias-module__B4wYkW__heroWatermark{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.05em;color:var(--foreground);opacity:.03;white-space:nowrap;font-size:clamp(5rem,14vw,16rem);font-weight:900;line-height:1;position:absolute;bottom:-5%;right:-2%}.noticias-module__B4wYkW__heroContent{z-index:1;grid-template-columns:7fr 5fr;gap:24px 48px;max-width:1400px;margin:0 auto;padding:80px 32px;display:grid;position:relative}.noticias-module__B4wYkW__heroContent>*{grid-column:1}.noticias-module__B4wYkW__heroLabel{background:var(--accent);color:var(--on-accent);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;justify-self:start;padding:4px 16px;font-size:.68rem;font-weight:700;display:inline-block}.noticias-module__B4wYkW__heroTitle{font-family:var(--font-heading);letter-spacing:-.04em;text-transform:uppercase;margin:0;font-size:clamp(2rem,5vw,3.5rem);font-style:italic;font-weight:900;line-height:.9}.noticias-module__B4wYkW__heroTitleAccent{color:var(--accent)}.noticias-module__B4wYkW__heroSubtitle{color:var(--foreground-muted);max-width:480px;font-size:1rem;font-weight:300}.noticias-module__B4wYkW__heroOverlay,.noticias-module__B4wYkW__heroDecoItems,.noticias-module__B4wYkW__heroDecoItem,.noticias-module__B4wYkW__heroWave{display:none}.noticias-module__B4wYkW__filtersSection{max-width:1400px;margin:0 auto;padding:40px 32px 0}.noticias-module__B4wYkW__filtersLabel{font-family:var(--font-heading);color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:14px;font-size:.65rem;font-weight:700;display:block}.noticias-module__B4wYkW__filtersGrid{flex-wrap:wrap;gap:8px;display:flex}.noticias-module__B4wYkW__filterBtn{border:1px solid var(--surface-border);color:var(--foreground-muted);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;padding:8px 20px;font-size:.72rem;font-weight:700;transition:all .2s}.noticias-module__B4wYkW__filterBtn:hover{border-color:var(--accent);color:var(--foreground)}.noticias-module__B4wYkW__filterBtnActive{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.noticias-module__B4wYkW__newsSection{max-width:1400px;margin:0 auto;padding:40px 32px 96px}.noticias-module__B4wYkW__newsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.noticias-module__B4wYkW__newsCard{background:var(--background);border:1px solid var(--surface-border);color:inherit;text-decoration:none;transition:border-color .2s;display:block;overflow:hidden}.noticias-module__B4wYkW__newsCard:hover{border-color:var(--accent)}.noticias-module__B4wYkW__newsCardFeatured{grid-column:span 2}.noticias-module__B4wYkW__newsCardImage{width:100%;height:220px;position:relative;overflow:hidden}.noticias-module__B4wYkW__newsCardImage img{object-fit:cover;filter:grayscale()contrast(1.1);width:100%;height:100%;transition:filter .5s}.noticias-module__B4wYkW__newsCard:hover .noticias-module__B4wYkW__newsCardImage img{filter:grayscale(0%)contrast()}.noticias-module__B4wYkW__newsCardCategory{background:var(--accent);color:var(--on-accent);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;padding:4px 14px;font-size:.6rem;font-weight:700;position:absolute;bottom:0;left:0}.noticias-module__B4wYkW__newsCardFeaturedBadge{background:var(--foreground);color:var(--background);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;padding:4px 14px;font-size:.6rem;font-weight:700;position:absolute;top:0;right:0}.noticias-module__B4wYkW__newsCardBody{flex-direction:column;gap:8px;padding:24px;display:flex}.noticias-module__B4wYkW__newsCardDate{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem}.noticias-module__B4wYkW__newsCardTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.noticias-module__B4wYkW__newsCardDesc{color:var(--foreground-muted);margin:0;font-size:.88rem;font-weight:300;line-height:1.6}.noticias-module__B4wYkW__newsCardLink,.noticias-module__B4wYkW__whatsappFloat,.noticias-module__B4wYkW__whatsappPulse,.noticias-module__B4wYkW__whatsappIcon,.noticias-module__B4wYkW__whatsappTooltip{display:none}@media (max-width:992px){.noticias-module__B4wYkW__heroContent{grid-template-columns:1fr}.noticias-module__B4wYkW__newsGrid{grid-template-columns:repeat(2,1fr)}.noticias-module__B4wYkW__newsCardFeatured{grid-column:span 1}}@media (max-width:768px){.noticias-module__B4wYkW__heroContent{padding:60px 20px}.noticias-module__B4wYkW__filtersSection{padding:32px 20px 0}.noticias-module__B4wYkW__newsSection{padding:32px 20px 72px}.noticias-module__B4wYkW__newsGrid{grid-template-columns:1fr;gap:16px}.noticias-module__B4wYkW__newsCardFeatured{grid-column:span 1}.noticias-module__B4wYkW__newsCardImage{height:180px}}@media (max-width:425px){.noticias-module__B4wYkW__heroContent{padding:60px 16px}.noticias-module__B4wYkW__filtersSection{padding:24px 16px 0}.noticias-module__B4wYkW__newsSection{padding:24px 16px 56px}.noticias-module__B4wYkW__filterBtn{padding:6px 14px;font-size:.68rem}}
