:root {
  --swiper-navigation-color: rgba(131, 43, 86, 1);
  --swiper-pagination-color: rgba(131, 43, 86, 1);
  --swiper-pagination-bullet-inactive-color: rgba(131, 43, 86, 1);
  --swiper-scrollbar-bg-color: rgba(130, 43, 85, 0.16);
  --swiper-scrollbar-drag-bg-color: rgba(130, 43, 85, 0.5);
}
.gbm-noticias-swiper__info-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gbm-noticias-swiper__info-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 30px !important;
}

.swiper-wrapper {
  display: flex !important;
}
.tour-swip-gbm {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 75%;
  height: auto;
  padding: 0;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}

.swiper-slide-4ffe {
  background-color: #333;
}

.swiper-slide-content-2f5e {
  padding: 48px;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.swiper-slide-text-78dc {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}

.swiper-scrollbar {
  margin-top: 60px;
}
.tur-gbm-main-image {
  transition: opacity 0.3s ease;
}
.fade-out {
  opacity: 0 !important;
}

.fade-in {
  opacity: 1 !important;
}
@media (min-width: 320px) {
  .tour-swip-gbm {
    width: 100%;
    height: 100%;
  }
    :root {
    --swiper-navigation-top-offset: 374px;
  }
}

@media (min-width: 768px) {
  .tour-swip-gbm {
    width: 80%;
    height: 100%;
  }

  :root {
    --swiper-navigation-top-offset: 50%;
  }
}

@media (min-width: 1280px) {
  .tour-swip-gbm {
    width: 90%;
    height: 100%;
  }
}

@media (min-width: 1920px) {
  .tour-swip-gbm {
    width: 90%;
    height: 100%;
  }
}