.botao {
    /* background-color: #009ee3; */
    background-color: #007AB8;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 1em 1.3em;
    text-align: center;
    border: none;
    border-radius: .3em;
    font-weight: bold;
    font-family: inherit;
    text-decoration: none;
}