*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


body{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: space-evenly
}




.caixa-principal {
    width: 40%;
     
    
    

}
.video-fundo{
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;


}
video {
    position: fixed;
    top: 0;
    min-height: 125%;
    min-width: 100%;

}
.mascara-video{
    height:100%;
    width: 100%;
    position:fixed;
    top: 0;
      background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%,
       rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
}
p{
    color: white;
    margin-top: 50px;
    font-size: 30px;

       width: 300px;
       align-items: center;
       justify-content:center;
 
 
 
    
}

.botao{
    width: 120px;
  height: 50px;
  border-radius: 1000px;
  border: none;
  font-weight: bold;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color:rgba(49, 71, 56, 0.74);
  transition: all 0.6s ease-in-out 0s;
  box-shadow: inset 0 0 20px;
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin-top: 20px;
 
}
.botao:hover{
    background: transparent;
  color:rgb(1, 2, 2);
  box-shadow: inset 0 0 20px rgba(13, 221, 24, 0.89);
  cursor: grap;
  border: 2px solid rgba(207, 218, 215, 0.69);
}
p{
    color: white;
    margin-top: 10px;
    font-size: 24px;
     font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    
}
.logo-barbearia{
    width: 350px;
    margin-left: 20%;
    
    align-items: center;
    margin-bottom: 30px;
    

}
 @media screen and (max-width: 768px) {
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

  }
 }


  
   @media screen and (max-width: 768px) { 
  .video-fundo{
    width: 100%;
    height: 100%;

  }
    
    
}

@media screen and (max-width: 770px) {
  .logo-barbearia{
    
       width: 300px;
       margin-left: -30%;
    
    align-items: center;
    margin-bottom: 20px;
   
    

}


}
@media screen and (max-width: 768px){
  video{
    position: flex;
    margin: 0.3%;
    min-height: 100%;
    min-width: 100%;
  }

}
@media screen and (max-width: 768px){
  p{
    color: white;
    
    align-center: 10px;
    font-size: 25px;
     font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin-left: -50px;
  }
}

@media screen and (max-width: 770px) {
  .botao{
      width: 150px;
  height: 60px;
  margin: center;
  margin-top: 20%;
  
  }
}
