/* Slideshow button */

.slider-nav .slick-slide {
    cursor: pointer;
  }

  .slick-slide.is-active h3 {
    color: #c00;
    background-color: #fff
  }

  @media (min-width: 1224px) {
    #fotos-mobile {
      display: none;
    }

    #fotos-desktop {
      display: block;
    }

    #videos-mobile {
      display: none;
    }

    #videos-desktop {
      display: block;
    }


  }

  @media (max-width: 1224px) {
    #fotos-mobile {
      display: block;
    }

    #fotos-desktop {
      display: none;
    }

    #videos-mobile {
      display: block;
    }

    #videos-desktop {
      display: none;
    }

  }


  .lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
  }

  .lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10;
  }

  @media screen and (max-width: 768px) {
    .lightbox-container {
      margin-top: 10%;
    }
  }

  @media screen and (max-width: 414px) {
    .lightbox-container {
      margin-top: 13%;
    }
  }

  .lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  }

  .lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
  }

  .video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  .eye2{
  position: absolute;
  height: 150px;
  width: 80px;
  top: 100px;
  left: 430px;
  z-index: 1;
  opacity: 0.5;
}

.eye{
  position: absolute;
  height: 150px;
  width: 80px;
  top: 100px;
  left: 200px;
  z-index: 1;
  opacity: 0.5;
}



.heaven
{
/* position:absolute;
height:300px;
width:300px; */
z-index: -1;
}
  