/* SECTION: Noticias Page Fonts */
.noticias-page {
  font-family: 'Montserrat Light', sans-serif;
}

.noticias-page h1,
.noticias-page h2,
.noticias-page h3,
.noticias-page h4,
.noticias-page h5,
.noticias-page h6,
.noticias-page .font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.noticias-page .news-filter-btn {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #4b5563;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.noticias-page .news-filter-btn:hover {
  border-color: #00944a;
  color: #00944a;
}

.noticias-page .news-filter-btn.is-active {
  background: #00944a;
  border-color: #00944a;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 148, 74, 0.18);
}