.hotelsCarousel .swiper-button-prev,
.hotelsCarousel .swiper-button-next {
  top: 132px;
}
.hotelsCarousel .swiper-wrapper,
.contentExperiencesActivities  .swiper-wrapper {
  margin-bottom: 30px;
}
.hotelsCarousel .stars {
  color: var(--color-yellow);
  text-align: center;
  font-size: 24px;
  letter-spacing: 5px;
}
.hotelsCarousel .imgHotels {
  height: 250px;
  overflow: hidden;
}
.hotelsCarousel .imgHotels img {
    object-fit: cover;
    height: inherit;
}
@media (max-width: 767px) {  
  .hotelsCarousel .swiper-pagination.swiper-pagination-horizontal {
    bottom: 30px;
  }  
}


.hotelsCarousel .extractHotels .extractoTour {
  min-height: 96px;
}

.hotelsCarousel .box-img-hoteles a {
  height: 220px;
  overflow: hidden;
}

/* .hotelsCarousel .box-img-hoteles a img {
  height: 100%;
  max-width: none;
} */

.hotelsCarousel .nameHotels a {
  text-align: center;
  min-height: 50px;
  align-items: start !important;
}

.hotelsCarousel .btnHotels a {
  text-align: left;
  justify-content: start !important;
}