/* VIDEO HOLDER */

.homeVideoSliderHolder .wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.homeVideoSliderHolder .wrap * {
  box-sizing: inherit;
}

.homeVideoSliderHolder .swiper-outter {
  width: 100%; 
  position: relative;
}
 
.homeVideoSliderHolder .swiper-button-prev,
.homeVideoSliderHolder .swiper-button-next {
  width: 25px;
  height: 61px;
  background-size: 100% auto;
}

.homeVideoSliderHolder .swiper-button-prev {
  /* margin-left: 70px; */
}

.homeVideoSliderHolder .swiper-button-next {
  /* margin-right: 70px; */
}

.homeVideoSliderHolder .swiper-button-prev {
  background-image: none !important;
}
.homeVideoSliderHolder .swiper-button-next {
  background-image: none !important;
}

.homeVideoSliderHolder .swiper-container {
  width: 100%;
  position: relative;
}
.homeVideoSliderHolder .swiper-wrapper {
  width: 100%;
}

.homeVideoSliderHolder .swiper-slide {
  width: 100%;
  /* background-color: #efefef;
  width: 100%;
  height: 0; 
  padding-bottom: 56.25%; */
}

.homeVideoSliderHolder .swiper-slide .videoTextDataHolder {
  position: absolute;
  z-index: 2;
  /* top: 50% !important; */
  bottom: 8% !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  /* transform: translate(-50%, -50%) !important; */
  transform: translate(-50%, 0) !important;
  width: 70%;
}

.homeVideoSliderHolder .swiper-slide .videoTextDataHolder h1,
.homeVideoSliderHolder .swiper-slide .videoTextDataHolder h3 {
  color: var(--white);
}

.homeVideoSliderHolder .swiper-slide .img-item {
  z-index: 2;
}

.homeVideoSliderHolder .swiper-slide .img-item.active-video {
  filter: url(#blur);
  filter: blur(10px);
  /* filter: blur(10px) grayscale(1); */
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  transition: 1s;
}


.homeVideoSliderHolder .swiper-slide .video-container-holder {
  width: 850px;
  max-height: 500px;
  margin: 0 auto;

  position: absolute;
  z-index: -1;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.homeVideoSliderHolder .swiper-slide .video-container {
  margin: 0 auto;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.homeVideoSliderHolder .swiper-slide .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_btn_play_holder {
  width: 100%;
  text-align: center;
}

.homeVideoSliderHolder .swiper-slide .main_btn_play {
  background-color: var(--colorfirst);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}

.homeVideoSliderHolder .swiper-slide .main_btn_play span {
  line-height: 50px;
  font-size: 25px;
  color: var(--white);
  position: absolute;
  top: 1px;
  left: 16px;
}

/* VIDEO HOLDER FIM */



  #marcasSliderArrowPrev,
  #marcasSliderArrowNext{
    color: white !important;
  }
@media (max-width: 990px) {
  #marcasSliderArrowPrev,
  #marcasSliderArrowNext{
    transform: scale(0.7) !important;
  }

  .sliderTextDiv{
    padding: 25px 8px !important;
  }
  .swiper-button-next, .swiper-button-prev{
    top: 25% !important;
  }
  .sliderTextDiv{
    text-align: center !important;
  }
}


.sliderTextDiv{
  padding: 50px 50px;
}