.gallery {
  padding: 24px 0;
}

.at-item-p {
  background-color: #f3f3f3;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.gallery img {
  cursor: pointer;
}

.at-image-l {
  overflow: hidden;

  position: relative;

  filter: brightness(90%);
}

.at-image-l img {
  transform: scale(1.1);

  transition: all ease-in-out 0.3s;
}

.at-item-p:hover .at-image-l img {
  transform: scale(1);
}

#gallery-popup .modal-img {
  width: 100%;
}

.rojox {
  width: 50px;

  height: auto;

  border-bottom: 3px solid red;

  display: inline-block;
}

.gallery > .at-image-p {
  position: relative !important;

  margin-bottom: 0 !important;
}

/*--------------------------- Carrucel De ventas Galeria ------------------------------*/

.title-detalle-info-g {
  padding: 36px 0px 0px 0px;

  color: #ff6d00;
}

.padn-ga-caru {
  padding: 0px 0px 60px 0px;
  border-radius: 0.75rem !important;
}

.padn-ga-caru .gy-4 {
  --bs-gutter-y: 1.9rem;
}

.link_destinos {
  text-decoration: none;
  cursor: pointer !important;
  color: #212529;
}

.link_destinos:hover {
  color: #212529;

  cursor: grab;
}

.limon {
  position: relative;
}

.limon-zoon-img {
  position: relative;
}

.limon-zoon-img:hover .limon-img img {
  transform: scale(1);
}

.limon-img {
  overflow: hidden;

  position: relative;
}

.limon-img img {
  transform: scale(1.1);

  transition: all ease-in-out 0.3s;
}

.limon-info h3 {
  font-size: 16px;

  font-weight: 700;

  margin-top: 1.5rem;

  margin-bottom: 0.8rem;
}

.limon-info .limon-gs-prd,
.limon-gs-prp {
  font-size: 16px;
}

.limon-info .limon-gs-prd {
  font-weight: 500;

  color: #4b4b4b;
}

.limon-info .limon-gs-prp {
  color: #ff6d00;

  font-weight: 500;
}

.limon-gs-prp__descuentos {
  color: #6c757d;

  font-weight: 400;

  background-color: #ff6d002b;

  padding: 0 4px;
}

.limon-info p {
  font-size: 15px;

  color: #4b4b4b;

  margin: 2px 0;
}

.rank-g-start {
  margin-top: 10px;
}

.rank-g-start i {
  color: #ff9444;
}

.btn-g-p {
  margin-top: 20px;
}

.btn-g-p a {
  text-decoration: none;

  color: #ff6d00;

  padding: 6px 22px;

  border: 1px solid #ff6d00;
}

.btn-g-p a:hover {
  color: #fff;

  background-color: #ff6d00;
}

.slider-g-vnt > .carousel-control-prev {
  left: -126px;
}

.slider-g-vnt > .carousel-control-next {
  right: -126px;
}

.ancla i {
  float: right;

  font-size: 30px;

  padding: 4px 14px;

  background-color: #ff6d0094;

  border-radius: 50%;

  color: white;
}

#buttonUp {
  position: fixed;

  bottom: 140px;

  /*bottom: 100px;*/

  right: -100px;

  transition: all 1s;

  z-index: 1040;
}

/*--- Ancla ---*/

.ankla {
  font-size: 30px;

  bottom: 100px;
}

.w-ancla {
  height: 40px;
  width: 40px;
  background-color: rgb(255 255 255 / 58%);
  box-shadow: rgb(0 0 0 / 25%) 2px 2px 6px;
  border: 1px solid rgb(0 0 0 / 80%);
}
.w-ancla i {
  color: #212529 !important;
}
@media screen and (max-width: 576px) {
  .slider-g-vnt > .carousel-control-prev {
    display: none;
  }

  .slider-g-vnt > .carousel-control-next {
    display: none;
  }

  .gallery {
    padding: 30px 0;
  }

  .gallery .modal .modal-body {
    padding: 0.1rem;
  }

  .pera {
    border-bottom: 1px solid gainsboro;

    padding-bottom: 30px;

    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.2);
  }

  .title-detalle-info-g {
    font-size: 22px;

    text-align: center;
  }

  .title-sub-info-g {
    font-size: 16px;

    font-weight: 500;

    color: #393939;

    text-align: center;
  }
}
