/* Estilos slider */

.carousel {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.container-slider {
  width: 100% !important;
  display: block;
}

.cont-slider {
  height: 600px;
}

.carousel, .item, .active {
  height:100%;
}

.fill {
  width:100%;
  height:100%;
  background-position:center;
  background-size:cover;
}

.carousel-inner {
  height:600px;
  margin: 0 auto;
}

.carousel-control {
  top:inherit !important;
  bottom: 40px !important;
  left:0px !important;
  width:20px !important;
  height:20px !important;
  margin-top:0px !important;
  font-size:100px;
  font-weight:100;
  line-height:30px;
  color:#ffffff;
  text-align:center;
  background:transparent !important;
  border:0 !important;
  opacity: 1 !important;
  z-index: 10;
  transition: top 0.5s;
}

.carousel-control img {
  width: 8px !important;
  height: auto;
  vertical-align: top;
}

.carousel-control.right {
  left: 460px !important;
}

.light-color , .light-color a {
  color:black;
  text-decoration:none;
}

.blocky {
  bottom: 30px;
  margin-left: 25px;
  transition: margin 0.3s;
  height: auto;
  z-index: 5;
  position: relative;
  position: absolute;
  width: 430px;
}

.active:hover > div > div > div:last-child {
  height: auto;
  width: 100%;
}

.blocky > div:first-child {
  background-color:rgba(0,0,0,0.5);
  display:inline;
  text-transform:none;
  width: 430px;
  height: auto;
  box-sizing: border-box;
  transition: height 0.3s;
  min-height: 145px;
}

.active > div > div > div > div:first-child {
  transition: height 0.3s;
}

.active:hover > div > div > div > div:first-child {
  height: auto;
}

.divSlider-color {
  width: 100%;
  height: 15px;
  display: block;
}

.tituloSlider {
  font-family: 'oswaldbold';
  font-size: 30px;
  box-sizing: border-box;
  color: white;
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px
}

.textoSlider {
  font-family: 'Robot_Light';
  font-size: 15px;
  box-sizing: border-box;
  color: white;
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 10px;
  padding-right: 30px;
}

.carousel-pills {
  bottom: 15%;
  display: none;
  left: 0;
  *position: absolute;
	position: relative;
  right: 10px;
  text-align: center;
}

.carousel-pills span {
  background: none repeat scroll 0 0 #222222;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}

.carousel-pills span.active-pill {
  background-color: #F8F8F8;
  background-image: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE);
  background-repeat: repeat-x;
}

.carousel-pills span:hover {
  background: none repeat scroll 0 0 #EEEEEE;
}

.scrollTumbs {
  position: absolute;;
  width: 810px;
  height: 150px;
  bottom: 0;
  left: 430px;
  overflow: hidden;
}

#contTumbs {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 140px;
  margin-left: 10px;
  position: absolute;
  bottom: 0px;
  max-height: 146px;
  left: 0;
  transition: all 0.5s;
}

#contTumbs > div {
  width: 125px;
  height: 145px;
  display: inline-block;;
  margin-left: 20px;
  background-size: auto 145px;
  cursor: pointer;
  vertical-align: bottom;
  position: relative;
  background-position: center;
}

#contTumbs > div > div {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: height 0.3s;
  display: none;
}

.sliderLeft {
  background-image: url('/DesktopModules/Slider/img/leftArrow-whiteS.png');
  color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 25px;
  position: absolute;
  left: 8px;
  top: 70px;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.sliderRight {
  background-image: url('/DesktopModules/Slider/img/rightArrow-whiteS.png');
  color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 70px;
  cursor: pointer;
  z-index: 2;
  cursor: pointer;
  display: none;
}

#dnn_TopPane {
  padding: 0 !important;
}

.play-slider {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 90px;
  height: 90px;
  background-image: url('../img/play.png');
  background-size: 100%;
}

.play-slider:hover {
  background-image: url('../img/play-hover.png');
}

.maskVideo {
  position: absolute;
  height: 100%;
  width: 100%;
}


/* Responsive */

@media screen and (max-width:1279px) {
  .tituloSlider {
    font-size: 25px;
  }

  .textoSlider {
    font-size: 12px;
    padding-top: 5px;
    margin-top: 0;
  }

  .blocky {
    width: 360px;
    margin-top: 285px;
  }

  .blocky > div:first-child {
    width: 360px;
  }

  .carousel-control.right {
    left: 388px !important;
  }

  .cont-slider {
    height: 450px
  }

  .carousel-inner {
    height: 450px;
  }

  .container-slider iframe {
    height: 450px;
  }

  .active:hover > div > div > div {
    margin-top: 145px;
  }

  .carousel-control {
    top: 360px !important;
  }

  .scrollTumbs {
    left: 365px;
    width: 550px;
  }
}

@media screen and (max-width:1024px) {
  .cont-slider {
    height: 340px;
  }

  .carousel-inner {
    height: 340px;
  }

  .container-slider iframe {
    height: 340px;
  }

  .carousel-control {
    top: 265px !important;
  }
}


@media screen and (max-width:940px) {
  .blocky {
    bottom: 10px;
    margin-left: 15px;
  }

  .blocky > div:first-child {
    width: 290px;
    min-height: 120px;
  }

  .divSlider-color {
    height: 5px;
  }

  .tituloSlider {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textoSlider {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #contTumbs > div {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    background-size: auto 100px;
    cursor: pointer;
    vertical-align: bottom;
  }

  #contTumbs > div:nth-child(1):hover > div, #contTumbs > div:nth-child(2):hover > div, #contTumbs div:nth-child(3):hover > div {
    height: 10px;
  }

  .carousel-control {
    top: 280px !important;
  }

  .carousel-control.right {
    left: 305px !important;
  }

  .scrollTumbs {
    left: 295px;
    width: 51%;
  }
}


@media screen and (max-width:640px){
  .cont-slider {
    height: 230px;
  }

  .carousel-inner {
    height: 230px;
  }

  .container-slider iframe {
    height: 230px;
  }

  .blocky {
    bottom: 10px;
    margin-left: 15px;
  }

  .blocky > div:first-child {
    width: 230px;
    min-height: 80px;
  }

  .divSlider-color {
    height: 5px;
  }

  .tituloSlider {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textoSlider {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #contTumbs > div {
    width: 60px;
    height: 80px;
    margin-left: 10px;
    background-size: auto 100px;
    cursor: pointer;
    vertical-align: bottom;
  }

  #contTumbs > div:nth-child(1):hover > div, #contTumbs > div:nth-child(2):hover > div, #contTumbs div:nth-child(3):hover > div {
    height: 10px;
  }

  .carousel-control {
    top: 190px !important;
  }

  .carousel-control.right {
    left: 240px !important;
  }

  .scrollTumbs {
    left: 240px;
    width: 45%;
  }
}

@media screen and (max-width:480px){
  #contTumbs {
    display: none;
  }
}

@media screen and (max-width:360px){
  .blocky {
    display: none;
  }

  .cont-slider {
    height: 150px;
  }

  .carousel-inner {
    height: 150px;
  }

  .container-slider iframe {
    height: 150px;
  }
}
