/* reset ul */
ul.carousel {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  /* reset ul */
  ul.carousel {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .zoom_btn {
    background: white;
    /* padding: 10px 45px 10px 15px; */
    font-size: 25px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  /*############## 2-2 - Flickity ##############*/
  
  .carousel-cell {
    width: 250px; 
    height: 180px;
    overflow: hidden;
    margin-right: 2%;
    border-radius: 8px;
    position: relative;
  }
  
  /* external css: flickity.css */

  
  .carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .fancybox-image{
    cursor: pointer;
  }

  .flickity-page-dots {
      display: none;
  }

  .galeria-slider {
      position: relative;
  }

  .galeria-fade-left {
      position: absolute;
      width: 200px;
      height: 100%;
      z-index: 1;
background: -moz-linear-gradient(left,  rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00fafafa',GradientType=1 ); /* IE6-9 */
  }

  .galeria-fade-right {
      position: absolute;
      right: 0;
      width: 200px;
      height: 100%;
      z-index: 1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */

  }

  .flickity-button {
      z-index: 2;
  }