.container-1{width: 100%;float: left;}
.alinha{width: calc(100% - 70px); padding: 0 35px;}

.icon-engrenagem{width: 168px;height: 180px;float: left;background: url(../img/denuncias/apoio-suporte.svg)no-repeat center #6eb7b6;background-size: 57px 57px;margin: 0 0 0 35px;}

.engloba-titulo-denuncia{width: 665px;float: left;margin: 46px 0 0 55px;}
.titulo-denuncia{width: 100%;float: left;font: 12px futura_medium;color: #99999e;letter-spacing: 3px;}
.sub-titulo-denuncia{width: 100%;float: left;font: 40.05px futura_bold;color: #545559;line-height: 42.05px;}
.sub-titulo-denuncia span{color: #87b6b5;}

.container-1 .txt { font: 16px futura_book; color: #85868a; line-height: 25px; text-align: justify;margin:60px 0 55px;}

.alinha.alinha-form{display: flex; justify-content: center; align-items: center;}

.formulario-denuncia { float: right; width: 737px;}
.formulario-denuncia input{color: #85868a; font: 13.45px latoregular; -webkit-appearance: none; float: left; margin: 0 0 24px; padding: 0 0 0 2%; color: #85868a; height: 42px; width: 98%; border: none; background: #f4f4f4;}
.formulario-denuncia textarea{color: #85868a; font: 13.45px latoregular; -webkit-appearance: none; overflow: hidden; float: left; margin: 0 0 24px 0; padding: 10px 0 0 2%; color: #85868a; min-height: 94px; height: 94px; width: 98%; border: none; background: #f4f4f4;max-width: 98%; min-width: 98%;}
.formulario-denuncia button{ float: left; height: 47px; width: 100%; border: none; background: #6eb7b6;padding: 0;}
.formulario-denuncia button:hover{ background: rgb(0, 159, 181);}
.formulario-denuncia button p{font: 13.45px futura_medium;padding: 16px 0;}

.formulario-denuncia .info{float: left; margin: 0 0 24px; font: 13.35px futurabt_italic; color: #507776; line-height: 17px; text-align: justify;}

.icon-button-calendario{width: 46px;height: 46px;float: right;background: url(../img/contato/send.svg)no-repeat center #545559;background-size: 13px;margin: -47px 0 0 0;}

::-webkit-input-placeholder{ color: #85868a; font: 13.45px latoregular}
:placeholder-shown{ color: #85868a; font: 13.45px latoregular}
:-ms-input-placeholder{ color: #85868a; font: 13.45px latoregular}

.container-captcha{width: 100%; float: left; display: flex; justify-content: center; align-items: center; margin: 0 0 24px;}
.container-captcha .g-recaptcha{transform: scale(0.77);margin: -15px;}
.display-none{display: none;}

.form-50-contato{width: 100%;float: left;display: flex;justify-content: space-between;flex-wrap: wrap;}
.form-50-contato input{width: 46%;float: left;}

@media(max-width: 990px){
    .container-1:nth-child(1){margin: 91px 0 0 0;}
    
    .icon-engrenagem{width: 100%;height: 80px;background-size: 40px;margin: 0;}
    
    .engloba-titulo-denuncia{width: 92%;margin: 20px 4% 0 4%;}
    .titulo-denuncia{text-align: center;}
    .sub-titulo-denuncia{font-size: 20px;line-height: 25px;text-align: center;}
    
    .container-1 .txt{margin: 40px 0;}

    .formulario-denuncia textarea{margin: 0 0 18px}
    .formulario-denuncia input{margin: 0 0 18px; padding: 0 0 0 3%; width: 97%;}
    .formulario-denuncia .info{margin: 0 0 18px}
}
@media(max-width: 767px){
    .alinha{width: 96%; padding: 0 2%;}
    .container-1 .txt{margin: 20px 0; }
}