
.topo-home #logo-topo {
    display: inline-flex;
}



#texto-home-video .col-md-7 h1 {
    color: #fff;
    font-size: 80px!important;
    font-family: M2UDIGITAL!important;
    font-weight: 600!important;
    margin-bottom: 20px;
    margin-top: 0px;
}



@media screen and (min-width:900px) and (max-width: 1030px){
    
#texto-home-video .col-md-7 h1 {
    font-size: 60px!important;
} 



#texto-home-video .col-md-7 h2{
    font-size: 26px!important;
}

    
}

#texto-home-video .col-md-7 h2 {
    color: #fff;
    font-size: 40px;
    font-family: "Open Sans Light", sans-serif!important;
    font-weight: 300!important;
    margin-bottom: 0px;
    margin-top: 0px;
}

#texto-home-video .col-md-7 h3 i{
    margin-right: 10px;
    font-size:14px;
}


#texto-home-video .col-md-7 h3{
    font-size:17px;
    color: #fff;
}


#texto-home-video .col-md-7 h3 a {
    text-decoration: none;
    color: #fff;
}




.carrega-home-bg {
  position: relative;
  z-index: -100;
  margin-top: -110px;
  top:0;
}

.carrega-home-video {
  position: static;
  top:0;
  width: 100%;
  height:auto;
  margin-left:auto;
  margin-right:auto;
  z-index: -100;
}

@media (min-aspect-ratio: 16/9) {
  .carrega-home-video {
    width: 100%;
    height:auto;
    z-index: -100;
  }
}

@media (max-aspect-ratio: 16/9) {
  .carrega-home-video {
    max-width: 1920px;
    max-height:1080px;
    z-index: -100;
  }
}




@media (min-width: 767px) {
  .carrega-home-bg {
    z-index: -100;
  }
  
}


@media (max-width: 1015px) {

#texto-home-video {
    top: 150px!important;
    position: absolute!important;
}
  .carrega-home-video {
    display: none;
  }
}