 

#lightgallery .item img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  /*  filter: gray; */
  /* IE5+ */
  /*  -webkit-filter: grayscale(1); solo la galleria  */
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .1s ease-in-out;
}

#lightgallery .item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  /*  filter: gray; */
  /* IE5+ */
  /*  -webkit-filter: grayscale(1); original*/
  /* Webkit Nightlies & Chrome Canary */

  -webkit-transition: all .1s ease-in-out;
}

img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}




/* 00000000000000 web lightgallery 31-03-24 000000000000*/

/* .video-gallery {
      width: 100%;
   
      height: 0;
      padding-bottom: 65%;

  }
 */



#video-gallery .item {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.front-videos {
  padding-top: 20px;

}


/* ============== Mover la página principal =============== */
@media only screen and (max-width: 750px) {

  .front-videos {
    padding-top: 5.5rem;
  }
}


/* 000000000000000000000000000000000000000000 */


.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__item {
  width: 240px;
  margin: 5px;
}

.gallery__item img {
  max-width: 100%;
  height: auto;
}

.inline-gallery-container {
  width: 700px;
  height: 500px;
  position: relative;
}

.lightGallery-captions {
  h4 {
    transform: translate3d(60px, 0, 0px);
  }

  p {
    transform: translate3d(-60px, 0, 0px);
  }

  h4,
  p {
    opacity: 0;
  }
}

.lg-current {
  .lightGallery-captions {

    h4,
    p {
      transform: translate3d(0, 0, 0px);
    }

    h4,
    p {
      opacity: 1;
    }
  }
}

.lg-slide-progress {
  .lightGallery-captions {
    h4 {
      transform: translate3d(-60px, 0, 0px);
    }

    p {
      transform: translate3d(60px, 0, 0px);
    }

    h4,
    p {
      opacity: 0;
    }
  }
}

.lightGallery-captions {

  h4,
  p {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in;
  }
}

.lg-current {
  .lightGallery-captions {

    h4,
    p {
      transition-delay: 500ms;
    }
  }

  &.lg-slide-progress {
    .lightGallery-captions {

      h4,
      p {
        transition-delay: 0ms;
      }
    }
  }
}


.download-btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 20px;
}

.donate-btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none; 
}
