/* Contraste dos indicadores do Swiper sobre o overlay escuro do hero. */
.hero-swiper {
  /* Cobre h1 e h2: o primeiro slide (fallback) usa h1, os demais usam h2,
     e o conteúdo vindo do editor (custom field) pode trazer qualquer um dos dois. */
  h1, h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: #ffffff;
    @media (min-width: 768px) {
      font-size: 48px;
      line-height: 115%;
    }
    @media (min-width: 992px) {
      font-size: 64px;
      line-height: 115%;
    }
    strong {
      font-weight: 700;
      color: #d0d3d4;
    }
  }
  p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
  }
  .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
