/*header*/
.header_sobre {
    background: #12181b;
    width: 100%;
    padding: 10px 0;
  }
  /*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;
  }
  .denuncia {
    width: 100%;
    background-color: #063333;  
  }
  .denuncia h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
    color: #fff;      
  }
  .denuncia h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 15px 0 30px 0;      
  }
  .denuncia_txt {
      padding: 30px 0;
      background: #eaeff3;
  }
  .denuncia_txt p {
    padding: 10px 0;
  }
  .compliance {
    text-align: center;
    padding: 20px 0;
  }
  .form {
    padding: 60px 250px 0 250px;
  }
  
  .form label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #32212e;
    line-height: 25px;
    padding-top: 10px;
  }
  .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 .radio1 {
    position: absolute;
    left: -342px;
  }
  
  .form .radio {
    font-size: 14px;
    padding: 0px 0 10px 20px;
  
  }
  .form textarea {
    display: block;
    width: 100%;
    height: 200px;
    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;
  }
  
  #form-sucesso {
    color: #31aa39;
  }
  
  #form-erro {
    color: #f64540;
  }