/* Detalle de noticia — lectura cómoda, ancho completo sin sidebar */

.noticia-detalle-wrap {
  padding: 0 0 3rem;
}

.noticia-detalle-wrap .container {
  max-width: 900px;
}

.noticia-breadcrumb {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

.noticia-breadcrumb a {
  color: #c3512f;
  text-decoration: none;
}

.noticia-breadcrumb a:hover {
  text-decoration: underline;
}

.noticia-breadcrumb span[aria-hidden='true'] {
  margin: 0 0.35rem;
  color: #999;
}

.noticia-detalle .title_container .main-title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.25;
  font-weight: 700;
}

.noticia-detalle .title_container .main-title a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.noticia-article {
  margin: 0;
}

.noticia-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: center;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.95rem;
  color: #666;
}

.noticia-meta time {
  font-weight: 600;
  color: #444;
}

.noticia-meta__cat a {
  color: #c3512f;
  text-decoration: none;
  font-weight: 600;
}

.noticia-meta__cat a:hover {
  text-decoration: underline;
}

.noticia-lead {
  margin: 0 0 1.5rem;
  font-size: 1.15rem;
  line-height: 1.55;
  color: #333;
  font-weight: 500;
}

.noticia-hero {
  margin: 0 0 1.75rem;
}

.noticia-hero img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.noticia-body {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #222;
}

.noticia-body p {
  margin: 0 0 1rem;
}

.noticia-body h2,
.noticia-body h3,
.noticia-body h4 {
  margin: 1.75rem 0 0.75rem;
  line-height: 1.3;
  color: #1a1a1a;
}

.noticia-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25rem auto;
}

.noticia-body a:not(.noticia-cta) {
  color: #c3512f;
  word-break: break-word;
}

.noticia-body a:not(.noticia-cta):hover {
  text-decoration: underline;
}

.noticia-body .noticia-cta,
.noticia-body a.noticia-cta {
  display: inline-block;
  margin: 0.5rem 0 1rem;
  padding: 0.75rem 1.35rem;
  background: #c3512f;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(195, 81, 47, 0.35);
}

.noticia-body .noticia-cta:hover {
  background: #a84328;
}

.noticia-body ul,
.noticia-body ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.noticia-body blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #c3512f;
  background: #faf8f6;
  color: #444;
}

.noticia-footer-nav {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}

.noticia-footer-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #c3512f;
  font-weight: 600;
  text-decoration: none;
}

.noticia-footer-nav a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .noticia-detalle-wrap .container.av-section-cont-open {
    padding-top: 2rem;
  }
}
