.contato{
    margin-bottom: 100px;
    margin-top: 50px;
}
.contato .titulo{
    font-family:"Noto Sans",sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #3d9bef;
    line-height: 24px;
    margin-bottom: 20px;
}
.contato .subtitulo{
    font-family:"Noto Sans",sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: justify;
}

.contato .botao{
    float: left;
    background-color: #3d9bef;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
}

.contatoErro{
    float: right;
    font-size: 16px;
    color: #ed1d24;
    font-weight: bold;
    margin-bottom: 20px;
}
.contatoAtencao{
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #999900;
}
.contatoOK{
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0000ff;
}

