.fsp-banner,
.fsp-banner .fsp-banner-titulo {
  background-color: #f1f1f1 !important;
}

#fsp-banner .card,
#fsp-banner .card-img {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* #fsp-banner{
  width: 100%;
  height: 100%;
  max-height: 414px;
} */

#fsp-banner .swiper-slide {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 60%;
  box-sizing: border-box;
}

#fsp-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1350px;
  max-height: 470px;
}

#fsp-banner .swiper-slide .banner-text,
#fsp-banner .swiper-slide .banner-text a {
  font-size: 1rem;
  color: #1094ab !important;
  text-align: center;
  font-weight: 500;
  width: 100%;
  padding: 0.5rem;
}

#fsp-banner .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
#fsp-banner img {
  max-width: 100%;
  max-height: 450px;
  object-fit: contain;
} 
*/


#fsp-banner .swiper-button-next,
#fsp-banner .swiper-button-prev {
  color: #1094ab !important;
  fill: #1094ab !important;
}

#fsp-banner .swiper-button-prev{
  left: 20%;
}

#fsp-banner .swiper-button-next{
  right: 20%;
}

#fsp-banner .swiper-button-next::after,
#fsp-banner .swiper-button-prev::after {
  color: #1094ab !important;
}

#fsp-banner .swiper-pagination {
  margin-top: 15px;
  text-align: center;
  position: relative;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #1094ab;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
  background-color: #f6c659;
}

@media (max-width: 768px) {
  #fsp-banner .swiper-pagination {
    margin-top: 15px;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
    background-color: #f6c659;
  }
}