body {
  margin: 0;
  background: #fff; 
  overflow: hidden;
}
.capa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.capa video{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    opacity:0.30;
}
.capa .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.5);
}
.wrapper { 
    position:relative;
    z-index:999;
    top:300px;
    text-align:center;
    
}
h1 {
  color:#009641;
  font-weight:bold;
  font-size:36px;
  text-transform: uppercase;
  font-family: sans-serif;
}

p{
  color: #555;
  font-size: 24px;
  font-family: sans-serif;
}

.bt-acesse{
  display: table;
  margin: 0 auto;
  border-radius: 5px;
  border:1px solid #fff;
  background: #009641;
  padding: 15px 30px;
  opacity: 0.70;
}
.bt-acesse a{
  color: #Fff;
  text-transform: uppercase;
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;

}