/*superior*/
.panorama-slider {
  padding: 48px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.panorama-slider .swiper {
  width: 100%;
  height: 280px;
}
.panorama-slider .slide-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  pointer-events: none;
}
.panorama-slider .swiper-pagination {
  bottom: -10px;
  --swiper-pagination-bullet-inactive-color: #007aff;
  --swiper-pagination-color: #007aff;
}


.inferior-swiper{
    width: 100%;
    height: 400px;
}

@media (max-width: 640px) {
   .inferior-swiper{
      width: 100%;
      height: 150px;
   }
}