/* Página: Artigo */

/*
| ================================
|  Section: Hero
| ================================
*/
.page-artigo .hero article .categories {
  margin: 0;
  padding: 0;
}
.page-artigo .hero article .categories li a {
  font-size:clamp(12px, 6vw, 14px);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color:var(--secondary);
}

/* Banner de principais notícias: texto e imagem com altura idêntica */
.page-artigo .hero .swiper-slide .blog-hero__slide-inner {
  height: 360px;
}

.page-artigo .hero .swiper-slide .dark-mode {
  height: 100%;
}

.page-artigo .hero .swiper-slide .dark-mode > article,
.page-artigo .hero .swiper-slide .dark-mode > picture {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
}

.page-artigo .hero .swiper-slide .dark-mode > picture {
  display: block;
}

.page-artigo .hero .swiper-slide .dark-mode > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Responsive */
@media(min-width:992px) {
  /*
  | ================================
  |  Section: Artigos
  | ================================
  */
  .page-artigo .s-clipping article > div:nth-child(even) {
    padding-right: 0;
  }
  .page-artigo .s-clipping article > div:nth-child(odd) {
    padding-left: 0;
  }
}
