body, html {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  /*background: linear-gradient(180deg, rgba(1,1,33,1) 0%, rgba(1,1,33,1) 50%, rgba(8,8,83,1) 100%);*/
  background: url('../images/324534653463546345.jpg');
  background-size: cover;
  /*height: 100vh;*/
}

@media (min-width:1200px) {
  .container {
   max-width: 1200px !important;
  }
}

a:hover {text-decoration: none !important;}
.center {text-align: center;}
.vertical {margin: auto 0;}

.topo {
  margin: 40px 0 50px;
}
h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 40px 0 0;
  text-transform: uppercase;
}
h1 span {
  border-bottom: 2px solid #0e1820;
}

#forms .dados {
  background: #0e1820;
  border: 1px solid #0e1820;
  border-radius: 30px;
  padding: 30px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
#forms .btn_enviar_mail {
  background: linear-gradient(268.85deg, #CE830B 0%, #FFE2B4 103.27%);
  font-weight: 500;
  border-radius: 30px;
  margin-top: 10px;
}
#forms .btn_enviar_mail:hover {
  background: linear-gradient(80deg, #CE830B 0%, #FFE2B4 103.27%);
}

.voltar {
  margin-top: 15px;
  margin-bottom: 80px;
}
.voltar a {
  background: linear-gradient(268.85deg, #CE830B 0%, #FFE2B4 103.27%);
  font-weight: 500;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
  color: #000;
}
.voltar a:hover {
  background: linear-gradient(80deg, #CE830B 0%, #FFE2B4 103.27%);
}

h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2 span {
  font-weight: 300;
}

h3 {
  font-size: 20px;
  font-weight: 300;
  background: #0e1820;
  border-radius: 20px;
  border: 2px dashed #0e1820;
  padding: 20px;
}

footer {
  /*position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;*/
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 300;
}