
.header-titulo {
    background-color: black;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding: 27px;
    margin-bottom: 40px;
}

.header-titulo .back-titulo {
    width: 100%;
    height: 87px;
    position: absolute;
    top: 91px;
    right: 0;
    background-image: url("../_images/bnn-1.png");
    background-position-y: -160px;
    background-size: cover;
    opacity: 0.3;
}


.contato-rodape input#NOME, .contato-rodape input#TELEFONE, .contato-rodape input#EMAIL, .contato-rodape textarea#MENSAGEM {
    background-color: white;
    border: none;
}

.contato-rodape textarea#MENSAGEM {
height: 92px;
}

.contato-rodape {
    background-color: #ececec;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 30px;
}