/*header*/
.header_sobre {
    background: #12181b;
    width: 100%;
    padding: 10px 0;
    height: 120px;
  }
  /*introdução*/
  .introducao_sobre {
    background: url("../img/sobre/BG_SOBRE.jpg") no-repeat center;
    background-size: cover;
    height: 540px;
    padding: 15px 0;
  }
  .introducao_sobre h1 {
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 800;
    color: #fff;
    margin-top: 375px;
  }
  .introducao_sobre h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: -40px;

  }.contato {
    width: 100%;
    background: #eaeff3;
    padding: 0 0 60px 0;
  }
  
  .form {
    padding: 90px 150px 0 0;
  }
  
  .form label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #32212e;
    line-height: 25px;
  }
  .form input {
    display: block;
    width: 100%;
    border: 1px solid #ccd5d9;
    background: none;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 7px 10px;
    outline: none;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  
  .form textarea {
    display: block;
    width: 100%;
    height: 150px;
    border: 1px solid #ccd5d9;
    background: none;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 7px 10px;
    outline: none;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  
  .form button {
    background: #063333;
    border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
  }
  .dados {
    padding-top: 90px;
  }
  .dados h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
  }
  
  .dados p {
    font-size: 18px;
    line-height: 25px;
  }
  
  .dados a img {
    padding: 15px 0;
  }
  
  .dados_email {
    margin-top: 15px;
  }
  .copy {
    padding: 30px 0;
  }
  
  .logo_copy {
    margin: 15px 15px 0 0;
    text-align: right;
  }
  
  .nao-aparece {
    visibility: hidden;
    position: absolute;
    height: 0;
  }
  
  #form-sucesso {
    color: #31aa39;
  }
  
  #form-erro {
    color: #f64540;
  }
  