.slick-track {

  margin: 0 auto;

}



body {

  overflow-x: hidden;

}



.video-container {

  background-color: rgb(16, 81, 142);

  position:absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100vh;

  z-index: -2;

  margin: 0 auto;

}



#videoBG {
    min-height: 100vh;
    opacity: 0.4;
    min-width: 100%;
}



.destaque {

  color: #10518e;

  font-weight: 500;

}



@media (max-width: 767px) {

  #videoBG {

    display: none;

  }

}

@media (min-width: 767px) {

  .container.home .hero {

    background: none!important;

  }

}

