.flex-control-nav.flex-control-thumbs {
  margin-top: 30px !important;
  display: flex;
}
.btn-float {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  text-align: center;
}
@media ((min-width: 768px)) {
  .btn-float {
    right: 25rem;
    left: unset;
    bottom: 4rem;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  float: unset !important;
  position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs li::before {
  content: '';
  position: absolute;
  background: #C3C3C3;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.woocommerce div.product div.images .flex-control-thumbs li:has(> img.flex-active)::before {
  background: #424243;
  height: 3px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  height: 4px;
  opacity: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  height: 240px;
  object-fit: cover;
  object-position: center;
}
@media ((min-width: 768px)) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: 700px;
  }
}
.gallery-campamentos .e-gallery-grid .e-gallery-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  mix-blend-mode: multiply !important;
}
.gallery-slider .elementor-gallery__container .elementor-gallery-item__image.e-gallery-image {
  height: 240px;
}
@media ((min-width: 768px)) {
  .gallery-slider .elementor-gallery__container .elementor-gallery-item__image.e-gallery-image {
    height: 700px !important;
  }
}
.gallery-slider .elementor-gallery__container ul.slick-dots {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.gallery-slider .elementor-gallery__container ul.slick-dots li {
  cursor: pointer;
  list-style: none;
  flex: 1 0 auto;
  background: #c3c3c3;
  height: 3px;
  padding: 0;
}
.gallery-slider .elementor-gallery__container ul.slick-dots li.slick-active {
  background: #000;
}
.gallery-slider .elementor-gallery__container ul.slick-dots li button {
  display: none;
}
.slider-pack .elementor-posts-container article {
  margin: 0 15px;
}

