.imgThumb {
  display: inline-block;
  max-height: 200px;
  cursor: pointer;
  transition: transform 0.25s ease; /* Ajusta el tiempo de transición según tus preferencias */
  border: 1px solid var(--color-principal);
  margin: 15px;
}

@media screen and (max-width: 480px) {
  .imgThumb {
    max-height: 150px;
  }
}

.imgThumb:hover {
  max-height: 200px;
  transform: scale(1.2);
  border: 1px solid var(--color-principal);
  box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  color: #333;
}

.div-gallery {
  /* background-color: lightgrey; */
  /* display: flex; */
  width: 100%;
  text-align: center;
}

.lightgallery-contenedor {
  text-align: center;
}

.lg-reddit {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.lg-dropdown-text {
  margin-top: 3px !important;
}
