/* Noticias / Blog Simiot */
body {
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

.page-title,
.noticia-title,
.hero h1,
.section-title h2 {
  font-family: Poppins, "IBM Plex Sans", sans-serif;
}

.noticias-hero {
  padding: 140px 0 40px;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

.noticias-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.noticias-hero p {
  color: #4b5563;
  max-width: 640px;
}

.noticia-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}

.noticia-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(17, 24, 39, .08);
}

.noticia-card .thumb {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eef2f7;
}

.noticia-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noticia-card .body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.noticia-card .cat {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #da5e27;
  margin-bottom: .45rem;
}

.noticia-card h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0 0 .55rem;
}

.noticia-card h3 a {
  color: #111827;
  text-decoration: none;
}

.noticia-card h3 a:hover {
  color: #da5e27;
}

.noticia-card .resumo {
  color: #4b5563;
  font-size: .9rem;
  margin-bottom: .85rem;
}

.noticia-card .meta {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  color: #6b7280;
  font-size: .78rem;
}

.noticia-article {
  padding: 130px 0 70px;
}

.noticia-article .cover {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.noticia-article .cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.noticia-article .cat {
  color: #da5e27;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .04em;
}

.noticia-article h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #111827;
  margin: .4rem 0 0.85rem;
}

.noticia-article .meta {
  color: #6b7280;
  font-size: .9rem;
  margin-bottom: 1.4rem;
}

.noticia-content {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #1f2937;
}

.noticia-content h2,
.noticia-content h3 {
  margin-top: 1.6rem;
  margin-bottom: .7rem;
  color: #111827;
}

.noticia-content p {
  margin-bottom: 1rem;
}

.noticia-content ul {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}

.noticia-content a {
  color: #da5e27;
}

.breadcrumb-noticias {
  font-size: .85rem;
  margin-bottom: 1rem;
}

.breadcrumb-noticias a {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb-noticias a:hover {
  color: #da5e27;
}

.home-noticias .noticia-card h3 {
  font-size: 1rem;
}
