

    h1{
      margin-top: -4%;
      margin-left: 56%;
      font-size: 36px;
      font-family: 'Fjalla One', sans-serif;
      color: #6F7677 ;
    }
    h3{
      margin-top: 3%;
      margin-left: 49%;
      font-size: 0px;
      font-family: 'Nunito', sans-serif;
      display: none;
    }
    .logosBse{
    display: flex;
    justify-content: center;
    }
    .ODSIMG{    
    height: 59px;
    margin-left: 50%;
    margin-top: 2%;

    }
    .titulo{
          margin-top: -13%;
          margin-left: 20%;
    }
    #videoPlayer{
      margin-left: 33%;
      height: 400px;
    }
    .logoempr{
         width: 238px;
         margin-left: 3%;
    }
    hr{
    border: 1px solid #a1a1a1;
    width: 80%;
    } 
 
   .Site {
  display: flex;
  min-height: 95vh;
  flex-direction: column;
}

    .Site-content {
      flex: 1;
    }
    .footer{
    position: absolute;
    bottom: 125px;
    right: 30%;
    }

.div-titulo{
    z-index: 99999;
    position: relative;
  }
  video::-webkit-media-controls {
  display: none;
}