.film_roll_container img {
  max-width: 200px;
}

.hero-unit {
  text-align: center;
  border-radius: 0;
  margin: 0;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e5799 0%, #338cd6 59%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(59%,#338cd6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.hero-unit h1, .hero-unit p.white { color: white; }
.hero-unit h1 img { vertical-align: bottom; }
.hero-unit p { margin-top: 30px; }

.film_roll_wrapper {
  height: unset;
  min-height: 120px !important;
}

/*--chrome 11/2018--*/
.film_roll_wrapper {
  width: 100%;
}

@media (min-width: 1400px){.film_roll_wrapper {
  width: calc(900px);
}}
/*--fin chrome 11/2018--*/

.film_roll {
    width: 100%;
    margin: auto;
}

.film_roll_wrapper img {
  margin-left: 15px;
  margin-right: 15px;
  /*transition: all 1s ease;*/
  max-width: 150px;
  max-height: 90px;
  padding: 0px;
  margin: auto;
}
@media (max-width: 580px) {
  .film_roll_wrapper img {
    margin: 0;
    box-shadow: none;
    max-width: 120px;
  }
}
.film_roll_wrapper .active img {
}
.film_roll_container {
    position: relative;
    max-width: 1200px; /* Importante: No toma 100% de su contenedor */
    margin: auto;
    width: 80%; /* IDEAL - Importante: No toma 100% de su contenedor */
}

.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#film_roll_2 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}
@media (min-width: 810px) { #film_roll_2 {
  width: 100%;
}}

#film_roll_2 .film_roll_shuttle {
  top:10px;
  height: unset;
}
#film_roll_2 .film_roll_child {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  text-align: center;
  margin: 0 10px;
}
#film_roll_2 .moving_right .film_roll_child {
  transform: skew(2deg, 0) translate(-3px,0);
  -ms-transform: skew(2deg, 0) translate(-3px,0);
  -webkit-transform: skew(2deg, 0) translate(-3px,0);
}
#film_roll_2 .moving_left .film_roll_child {
  transform: skew(-2deg, 0) translate(3px,0);
  -ms-transform: skew(-2deg, 0) translate(3px,0);
  -webkit-transform: skew(-2deg, 0) translate(3px,0);
}
.film_roll_left,
#film_roll_2_left {
  position: absolute;
  left: -35px;
  top: 30%;
}
.film_roll_right,
#film_roll_2_right {
  position: absolute;
  right: -35px;
  top: 30%;
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-unit {
    margin-left: -20px;
    margin-right: -20px;
  }
}

a.yellow { color: yellow; }


/*------------------------------------------------*/

.no-film-scroll-pagger .film_roll_pager {
    display: none;
}

.no-links-film-scroll .film_roll_child a img,
.no-links-film-scroll .film_roll_child a {
  pointer-events: none;
  cursor: default;
}

.film-scroll-zoom-1 .film_roll_child.active {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.film-scroll-zoom-2 .film_roll_child.active {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.film-scroll-gray-to-color .film_roll_wrapper img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.film-scroll-gray-to-color .film_roll_wrapper .active img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}





