.special-video {
  color: #fff;
  background: #000;
  background-image: none;
  padding-top: 5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#0c0c0c), color-stop(#191819), color-stop(#131212), to(#212020));
  background-image: -webkit-linear-gradient(top, #000, #0c0c0c, #191819, #131212, #212020);
  background-image: -o-linear-gradient(top, #000, #0c0c0c, #191819, #131212, #212020);
  background-image: linear-gradient(to bottom, #000, #0c0c0c, #191819, #131212, #212020);
  padding-bottom: 2rem;
}
.special-video .title {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}
.special-video .video-separator {
  border-top: 1px solid #fff;
  padding: 0 2em;
}
@media screen and (max-width: 1440px) {
  .special-video .cont-pading {
    padding: 0px 80px;
  }
}
.special-video .item-video {
  display: none;
}
.special-video .item-video.active {
  display: block;
}
.special-video .item-video .data-video .title-video {
  background: #fa9917;
  line-height: 24px;
  font-family: "Lato black";
  font-size: 20px;
  color: #0b0a0a;
  text-transform: uppercase;
  height: 28px;
  min-height: 28px;
}
.special-video .item-video .data-video .description-video {
  width: 100%;
  font-family: Lato;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.special-video .corousel-container {
  margin: 2em 3% 0 3%;
}
.special-video .corousel-container .owl-banner-svideos .owl-item .dataitem {
  background: inherit;
  border: 0;
}
.special-video .corousel-container .owl-banner-svideos .owl-item .dataitem.active .title h3, .special-video .corousel-container .owl-banner-svideos .owl-item .dataitem.active .title p {
  color: #fa9917;
}
.special-video .corousel-container .owl-banner-svideos .owl-item .dataitem img {
  width: 100%;
  opacity: 0.7;
  -webkit-filter: grayscale(0.3);
  filter: grayscale(0.3);
  height: 200px;
}
.special-video .corousel-container .owl-banner-svideos .owl-item .dataitem .title {
  background: inherit;
  padding: 18px 20px 18px 0;
}
.special-video .corousel-container .owl-banner-svideos .owl-item .dataitem .title h3, .special-video .corousel-container .owl-banner-svideos .owl-item .dataitem .title p {
  text-align: left;
  color: #fff;
  font-family: Lato;
  font-size: 15px;
  line-height: 18px;
}
.special-video .corousel-container .owl-banner-svideos .owl-item .dataitem .title h3 {
  text-transform: uppercase;
}
.special-video .corousel-container .owl-banner-svideos .owl-nav button.owl-prev,
.special-video .corousel-container .owl-banner-svideos .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  z-index: 50;
  position: absolute;
  top: 70px;
  outline: none;
}
.special-video .corousel-container .owl-banner-svideos .owl-nav button.owl-prev {
  left: 0%;
}
.special-video .corousel-container .owl-banner-svideos .owl-nav button.owl-next {
  right: 0%;
}

/*# sourceMappingURL=videosespeciales.css.map */
