/* .announcement-slider-container {
  margin: 30px 0;
}

.slider-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.announcement-item {
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
 */
/* tamanho e cor padrão das bolinhas */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6); /* visível sobre fundo escuro */
  opacity: 1;
}

/* bolinha ativa */
.swiper-pagination-bullet-active {
  background: #ffffff;
}
