 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 
* {
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
 
}

 html , body{
  background-color: #000;
  overflow-x: hidden;
 }

 p{
  font-size: 0.8rem;
 }


.form-label {
    color: #73726f !important;
    margin-bottom: 0.5rem !important;
}

.form-control {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #73726f !important;
    padding-left: 0 !important;
}

.form-control:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #fff !important;
}

.btn-custom-orange {
    background-color: #ff7e00;
    color: #ffffff;
    border: none;
    border-radius: 0px;
 
    text-transform: uppercase;
    transition: background-color 0.3s 
ease;
font-size: .8rem;
}


.box-home{
  height: 30vh;
  justify-content: center;
  align-items: center;
  background-image: url('../img/linhas.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.bannerhome{
  object-fit: cover;
  height: 60vh;
  object-position: center;
}