/* GALERÍA DE VILLAS */

/*#pills-slider,*/
#custom-gallery-hotel {
  padding: 40px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: -185px;
  background: white;
  position: relative;
  border-radius: 8px;
}

#custom-gallery-hotel .owl-item {
  opacity: 0.5;
}
#custom-gallery-hotel .owl-item.active.center{
  opacity: 1 !important;
}

#custom-gallery {
  padding-top: var(--space-between-sections);
  padding-bottom: var(--space-between-sections);
  margin-bottom: var(--space-between-sections);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.custom-pills-slider .owl-item{
  text-align: center;
}

#custom-gallery .custom-gallery__title {
  text-align: center;
}

#custom-gallery .custom-gallery__subtitle {
  text-align: center;
  margin-bottom: 55px;
  width: 50%;
}

#custom-gallery-hotel .custom-gallery__carosuel,
#custom-gallery .custom-gallery__carosuel {
  width: 100%;
  margin: 0 auto;
}

#custom-gallery-hotel .custom-gallery__image,
#custom-gallery .custom-gallery__image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

#custom-gallery-hotel .custom-gallery__image{
  height: 350px !important;
}

#custom-gallery-hotel .custom-gallery__image img,
#custom-gallery .custom-gallery__image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#custom-gallery .custom-gallery__image img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}


#custom-gallery .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.custom-gallery__carosuel img{
  border-radius: 4px;
}

.custom-gallery-hotels{
  padding-top: var(--space-between-sections);
  padding-bottom: var(--space-between-inside-sections);
}
.custom-gallery-grid {
  margin-right: -12%;
  margin-left: -12%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px; /* Espaciado entre imágenes */
}

.custom-gallery-grid .item img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px; /* Opcional */

}

@media (max-width: 992px) {

  #custom-gallery-hotel {
    margin-top: -125px;
    padding: 20px 25px;
  }

  .custom-gallery-grid {
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; /* Espaciado entre imágenes */
  }

  #custom-gallery .custom-gallery__subtitle {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: var(--font-size-text);
  }

  #custom-gallery .custom-gallery__title {
    font-size: var(--font-size-title);
    width: 100%;
  }

  #custom-gallery .custom-gallery__image {
    height: 355px ;
  }

  #custom-gallery-hotel .custom-gallery__image {
    height: 220px !important;
  }

  #custom-gallery .custom-gallery__carosuel {
    padding: 0 15px;
  }
}

/* END GALERÍA DE VILLAS */
