/* [project]/src/app/noticias/noticias.css [app-client] (css) */
.nt {
  --paper: #f7f5f0;
  --ink: #0a1628;
  --ink-80: #0a1628cc;
  --ink-60: #0a162899;
  --ink-45: #0a162873;
  --ink-25: #0a162840;
  --ink-12: #0a16281f;
  --ink-06: #0a16280f;
  --brand: #007c8a;
  --brand-dark: #005f6b;
  --accent: #00c4d8;
  --surface: #fff;
  --nav-bg: #0a1628;
  --f-serif: var(--font-playfair), "Playfair Display", Georgia, serif;
  --f-condensed: var(--font-ibm-plex-condensed), "IBM Plex Sans Condensed", "IBM Plex Sans", system-ui, sans-serif;
  --f-body: var(--font-lora), "Lora", Georgia, serif;
  --f-sans: var(--font-ibm-plex), "IBM Plex Sans", system-ui, sans-serif;
  --max-w: 1200px;
  --nav-h: 64px;
  --t: .25s ease;
  background: var(--paper);
  width: 100%;
}

body:has(.nt) {
  background: var(--paper);
}

body:has(.nt) .site-content {
  background: var(--paper);
}

.nt-masthead {
  background: var(--paper);
  border-top: 2px solid var(--brand);
}

.nt-masthead__inner {
  max-width: var(--max-w);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 64px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
}

.nt-masthead__title {
  font-family: var(--f-serif);
  color: var(--ink);
  flex-shrink: 0;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.nt-masthead__tagline {
  font-family: var(--f-body);
  color: var(--ink-45);
  text-align: center;
  flex: 1;
  margin: 0;
  font-size: 13px;
  font-style: italic;
}

.nt-masthead__meta {
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  display: flex;
}

.nt-masthead__date {
  font-family: var(--f-condensed);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-45);
  font-size: 11px;
  font-weight: 600;
}

.nt-masthead__count {
  font-family: var(--f-serif);
  color: var(--brand);
  font-size: 13px;
  font-style: italic;
}

.nt-filter-bar {
  border-bottom: 1px solid var(--ink-12);
  background: var(--surface);
  top: var(--nav-h);
  z-index: 100;
  position: sticky;
}

.nt-filter-bar__inner {
  max-width: var(--max-w);
  scrollbar-width: none;
  align-items: center;
  gap: 8px;
  height: 48px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  overflow-x: auto;
}

.nt-filter-bar__inner::-webkit-scrollbar {
  display: none;
}

.nt-filter-bar__label {
  font-family: var(--f-condensed);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-25);
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 10px;
  font-weight: 700;
}

.nt-filter-chip {
  font-family: var(--f-condensed);
  white-space: nowrap;
  border: 1.5px solid var(--ink-12);
  color: var(--ink-45);
  transition: all var(--t);
  cursor: pointer;
  background: none;
  border-radius: 20px;
  flex-shrink: 0;
  align-items: center;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.nt-filter-chip:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.nt-filter-chip:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.nt-filter-chip[aria-pressed="true"] {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.nt-page {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px 80px;
}

.nt-section-label {
  align-items: center;
  gap: 12px;
  padding: 36px 0 20px;
  display: flex;
}

.nt-section-label__accent {
  background: var(--brand);
  flex: none;
  width: 32px;
  height: 2px;
}

.nt-section-label__text {
  font-family: var(--f-condensed);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand);
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
}

.nt-section-label__line {
  background: var(--ink-12);
  flex: 1;
  height: 1px;
}

.nt-active-tema {
  max-width: var(--max-w);
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  padding: 16px 24px 0;
  display: flex;
}

.nt-active-tema__label {
  font-family: var(--f-condensed);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink-25);
  font-size: 10px;
  font-weight: 700;
}

.nt-active-tema__name {
  font-family: var(--f-serif);
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.nt-hero {
  min-height: 420px;
  color: inherit;
  border-bottom: 1px solid var(--ink-12);
  grid-template-columns: 55fr 1px 45fr;
  gap: 0;
  margin-bottom: 8px;
  padding-bottom: 32px;
  text-decoration: none;
  display: grid;
}

.nt-hero__content {
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  display: flex;
}

.nt-hero__tag {
  font-family: var(--f-condensed);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 16px;
  font-size: 9px;
  font-weight: 700;
  display: block;
}

.nt-hero__title {
  font-family: var(--f-serif);
  letter-spacing: -.02em;
  color: var(--ink);
  transition: color var(--t);
  margin-bottom: 24px;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.12;
}

.nt-hero:hover .nt-hero__title {
  color: var(--brand);
}

.nt-hero__excerpt {
  font-family: var(--f-body);
  color: var(--ink-60);
  border-left: 3px solid var(--brand);
  margin-bottom: 24px;
  padding-left: 16px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
}

.nt-hero__byline {
  font-family: var(--f-condensed);
  align-items: center;
  gap: 8px;
  display: flex;
}

.nt-hero__author {
  color: var(--ink-60);
  font-size: 12px;
  font-weight: 700;
}

.nt-hero__sep {
  background: var(--ink-25);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.nt-hero__date {
  color: var(--ink-45);
  font-size: 12px;
}

.nt-hero__readtime {
  color: var(--ink-25);
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}

.nt-hero__divider {
  background: var(--brand);
  opacity: .3;
  width: 1px;
}

.nt-hero__img-side {
  position: relative;
  overflow: hidden;
}

.nt-hero__img {
  object-fit: cover;
  filter: saturate(.88);
  width: 100%;
  height: 100%;
  transition: transform .6s, filter .4s;
  position: absolute;
  inset: 0;
}

.nt-hero:hover .nt-hero__img {
  filter: saturate();
  transform: scale(1.04);
}

.nt-hero__caption {
  background: var(--ink);
  font-family: var(--f-condensed);
  color: #fff9;
  letter-spacing: .02em;
  padding: 10px 16px;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nt-grid {
  border: 1px solid var(--ink-12);
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 0;
  margin-bottom: 8px;
  display: grid;
}

.nt-grid__card {
  color: inherit;
  border-right: 1px solid var(--ink-12);
  border-bottom: 1px solid var(--ink-12);
  transition: background var(--t);
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nt-grid__card:hover {
  background: #007c8a08;
}

.nt-grid__card:last-child, .nt-grid__card:nth-child(3) {
  border-right: none;
}

.nt-grid__card--lead {
  border-right: 1px solid var(--ink-12);
  grid-row: 1 / 3;
}

.nt-grid__card--lead .nt-grid__img-wrap {
  height: 280px;
}

.nt-grid__img-wrap {
  flex-shrink: 0;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.nt-grid__img {
  object-fit: cover;
  filter: saturate(.88);
  width: 100%;
  height: 100%;
  transition: transform .4s, filter .4s;
  position: absolute;
  inset: 0;
}

.nt-grid__card:hover .nt-grid__img {
  filter: saturate();
  transform: scale(1.04);
}

.nt-grid__body {
  flex-direction: column;
  flex: 1;
  padding: 16px 20px;
  display: flex;
}

.nt-grid__tag {
  font-family: var(--f-condensed);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 700;
  display: block;
}

.nt-grid__title {
  font-family: var(--f-serif);
  color: var(--ink);
  transition: color var(--t);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.nt-grid__card:hover .nt-grid__title {
  color: var(--brand);
}

.nt-grid__card--lead .nt-grid__title {
  font-size: 22px;
}

.nt-grid__excerpt {
  font-family: var(--f-body);
  color: var(--ink-45);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.nt-grid__byline {
  font-family: var(--f-condensed);
  color: var(--ink-25);
  margin-top: auto;
  font-size: 11px;
}

.nt-newsletter {
  background: var(--ink);
  align-items: center;
  gap: 32px;
  margin-bottom: 8px;
  padding: 20px 32px;
  display: flex;
}

.nt-newsletter__icon {
  border: 2px solid var(--brand);
  width: 44px;
  height: 44px;
  color: var(--brand);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.nt-newsletter__text {
  font-family: var(--f-serif);
  color: #fff;
  flex-shrink: 0;
  margin: 0;
  font-size: 16px;
  font-style: italic;
}

.nt-newsletter__form {
  flex: 1;
  gap: 8px;
  max-width: 420px;
  margin-left: auto;
  display: flex;
}

.nt-newsletter__input {
  font-family: var(--f-condensed);
  color: #fff;
  transition: border-color var(--t), box-shadow var(--t);
  background: #ffffff14;
  border: 1.5px solid #ffffff26;
  border-radius: 4px;
  outline: none;
  flex: 1;
  padding: 10px 14px;
  font-size: 13px;
}

.nt-newsletter__input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px #007c8a40;
}

.nt-newsletter__input::placeholder {
  color: #ffffff59;
}

.nt-newsletter__btn {
  background: var(--brand);
  color: #fff;
  font-family: var(--f-condensed);
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--t);
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
}

.nt-newsletter__btn:hover {
  background: var(--brand-dark);
}

.nt-newsletter__btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.nt-newsletter__btn:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.nt-newsletter__ok {
  font-family: var(--f-condensed);
  color: var(--accent);
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.nt-newsletter__legal {
  font-family: var(--f-condensed);
  color: #ffffff4d;
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 10px;
}

.nt-newsletter__legal a {
  color: var(--brand);
}

.nt-table {
  border-top: 2px solid var(--ink);
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 48px;
  display: grid;
}

.nt-table__item {
  border-right: 1px solid var(--ink-12);
  border-bottom: 1px solid var(--ink-12);
  color: inherit;
  transition: background var(--t);
  flex-direction: column;
  min-height: 100px;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.nt-table__item:nth-child(4n) {
  border-right: none;
}

.nt-table__item:nth-child(odd) {
  background: var(--paper);
}

.nt-table__item:nth-child(2n) {
  background: var(--surface);
}

.nt-table__item:hover {
  background: #007c8a0a;
}

.nt-table__item:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: -2px;
}

.nt-table__tag {
  font-family: var(--f-condensed);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 700;
}

.nt-table__title {
  font-family: var(--f-serif);
  color: var(--ink);
  transition: color var(--t);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.nt-table__item:hover .nt-table__title {
  color: var(--brand);
}

.nt-table__date {
  font-family: var(--f-condensed);
  color: var(--ink-25);
  margin-top: auto;
  font-size: 10px;
}

.nt-empty {
  font-family: var(--f-body);
  color: var(--ink-45);
  text-align: center;
  padding: 80px 0;
  font-size: 16px;
}

.nt-breadcrumbs {
  max-width: var(--max-w);
  font-family: var(--f-condensed);
  margin: 0 auto;
  padding: 12px 24px 0;
  font-size: 11px;
}

.nt-breadcrumbs ol {
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nt-breadcrumbs li {
  align-items: center;
  display: flex;
}

.nt-breadcrumbs li:not(:last-child):after {
  content: "›";
  color: var(--ink-25);
  margin: 0 8px;
  font-size: 13px;
}

.nt-breadcrumbs a {
  color: var(--ink-25);
  transition: color var(--t);
  font-weight: 600;
  text-decoration: none;
}

.nt-breadcrumbs a:hover {
  color: var(--brand);
}

.nt-breadcrumbs span {
  color: var(--ink-45);
  font-weight: 400;
}

@media (max-width: 1024px) {
  .nt-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .nt-hero__content {
    order: 1;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .nt-hero__divider {
    display: none;
  }

  .nt-hero__img-side {
    order: 2;
    height: 300px;
    position: relative;
  }

  .nt-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .nt-grid__card--lead {
    grid-area: auto / 1 / auto / -1;
  }

  .nt-grid__card--lead .nt-grid__img-wrap {
    height: 220px;
  }

  .nt-grid__card:nth-child(3) {
    border-right: 1px solid var(--ink-12);
  }

  .nt-grid__card:nth-child(2n) {
    border-right: none;
  }

  .nt-table {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-table__item:nth-child(4n) {
    border-right: 1px solid var(--ink-12);
  }

  .nt-table__item:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .nt-masthead__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 24px;
  }

  .nt-masthead__tagline {
    text-align: left;
  }

  .nt-masthead__meta {
    justify-content: space-between;
    width: 100%;
  }

  .nt-hero__img-side {
    height: 240px;
  }

  .nt-grid {
    grid-template-columns: 1fr;
  }

  .nt-grid__card {
    border-right: none !important;
  }

  .nt-grid__card--lead .nt-grid__img-wrap {
    height: 200px;
  }

  .nt-newsletter {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px;
  }

  .nt-newsletter__form {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .nt-newsletter__legal {
    margin-top: 8px;
    margin-left: 0;
  }

  .nt-table {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .nt-page {
    padding: 0 12px 60px;
  }

  .nt-masthead__inner {
    padding: 12px;
  }

  .nt-breadcrumbs {
    padding: 10px 12px 0;
  }

  .nt-hero__excerpt {
    font-size: 14px;
  }

  .nt-hero__img-side {
    height: 200px;
  }

  .nt-grid__img-wrap {
    height: 150px;
  }

  .nt-grid__card--lead .nt-grid__img-wrap {
    height: 180px;
  }

  .nt-table {
    grid-template-columns: 1fr;
  }

  .nt-table__item {
    border-right: none !important;
  }

  .nt-newsletter__form {
    flex-direction: column;
  }

  .nt-newsletter__text {
    font-size: 14px;
  }
}

.nt a:focus-visible, .nt button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

/*# sourceMappingURL=src_app_noticias_noticias_a9c74864.css.map*/