/* Otros Destinos */
.boxOthesDestinations .swiper .swiper-wrapper {
    margin-bottom: 30px;
  }
.otherDestinationsItems .swiper-button-prev,
.otherDestinationsItems .swiper-button-next {
  top: 100px;
}
.nameOtherDestinations {
  line-height: 1.2;
}
/* .imgOtherDestinations img {
  transform: scale(3) translateY(20%);
} */

.imgOtherDestinations {
  height: 180px;
  overflow: hidden;
}
/* End Otros Destinos */
.imgOtherDestinations.mb-1 {
    height: 220px;
}

.imgOtherDestinations img {
  min-height: 220px;
  height: 100%;
  width: auto;
  max-width: fit-content;
}

.imgOtherDestinations a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .imgOtherDestinations.mb-1 {
        height: 128px;
    }
    .otherDestinationsItems .swiper-button-prev, .otherDestinationsItems .swiper-button-next {
        top: 70px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {  
    .imgOtherDestinations.mb-1 {
        height: 138px;
    }
    .otherDestinationsItems .swiper-button-prev, .otherDestinationsItems .swiper-button-next {
        top: 75px;
    }
}
@media screen and (max-width: 1500px) {
  .imgOtherDestinations {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .imgOtherDestinations a {
      width: 100%;
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center;
  }

  .imgOtherDestinations a img {
    width: auto;
    height: auto;
    transform: scale(1.2);
    min-height: inherit;
  }
}