*body {
    margin: 0;
    padding: 0;   
    background: url('/assets/frontend/globe/img/content/bem-vindo3.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
.vitral{
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  } 
#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}
.bv-header{
  text-align: center;
}

.bv-middle span{
  color: #fff;
  font-size: 22px;
}
.bv-middle .tx1{
  font-weight: bold;
  font-size: 30px;
}
.bv-middle .tx2{
  font-size: 30px;
}
.bv-middle .tx3{
  font-size: 18px;
}
.btn-bem-vindo-entrar{
  width: 100%;
  padding: 12px 1px;
  
  background-color: rgba(147, 131, 22, 0.5);
  border: 1px solid #fdc600;
  color: #fdc600;
  font-size: 17.2px;
  margin-top: 50px;
}
.btn-bem-vindo-entrar:hover{
  background-color: rgba(147, 131, 22, 0.7);
  color: #fff;
}
.fa-heart{
  color: red;
}
.azul{
  color:#009FDE
}
.branco{
  color: #fff !important;
}
.fa-coffee{
  color: #fdc600;
}
.bv-footer{ 
  background-color: transparent;    
  height:27vh;
}
.bv-footer2{ 
  background: linear-gradient(transparent,#000);
  text-align: center;
  height:8vh;
  background-color: #344432;
}