/* === Modern Slider (Nuss/HappyAddons) — estilo "cover" === */
/* Faz a imagem preencher todo o slide, como a amarela */

.nuss-swiper .slide-bg-wrap > img,
.nuss-swiper .nuss-slide-bg > img,
.swiper-slide .slide-bg-wrap > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;          /* cobre toda a área */
  object-position: center center !important;
  display: block !important;
}

.nuss-swiper .slide-bg-wrap,
.nuss-swiper .nuss-slide-bg,
.swiper-slide .slide-bg-wrap {
  background-size: cover !important;     /* cobre toda a área */
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Garantir que o texto não fique centralizado errado */
.swiper-slide {
  display: block !important;
}
