#conteudo{
    margin-bottom: 20px;
}
#titulo-conteudo{
    font-size: 22px;
    margin: 20px 0 10px 38px;
    color: #000000;
}
#infoContato{
    margin: 0 auto;
    width: 90%;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.4;
}
#status{
    font-size: 1.8em;
    margin-top: 165px;
    margin-bottom: 165px;
    display: none;
    font-size: 1.8em; 
}
#status .envia{
    font-weight: bold;
    color: #000;
}
#status .enviado{
    text-align: center;
    font-weight: bold;
    color: #098761;
}
#errosPersonalizados{
    width: 400px;
    display: none;
    margin-bottom: 5px;
    padding: 5px 10px 5px 5px;
    font-weight: bold;
    list-style-type: none;
}
#errosPersonalizados .error{
    display: inline;
    color: red;
}
.form-control{
    border-color: #000000;
}
.form-control:focus {
    border-color: #a3744a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(129, 1, 119, 1);
}

.btn-enviar:hover{
    color: #FFF;
    background-color: #000000;
}
.btn-enviar {
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
    font-weight: 500;
    float: right;
}
#form-contato{
    width: 100%;
    margin-top: 30px;
    margin-right:50px;
    margin-bottom: 60px;
}
#conteudo{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
label{

    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
@media (max-width:997px){
    #barra-direita-2{
        display: none;
    }
}
@media (max-width:550px){
    #logo-contato{
        display: none;
    }
    #form-contato{
        width: 87%;
        margin-right:20px;
    }
    #status {
        width: 98%;
        margin-top: 50px;
    }
}