#botao-hub button {
    background-color: #65a300;
    border-color: rgb(101, 163, 0);
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    letter-spacing: .04em;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    outline: none;
    padding: 8px 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    user-select: none;
    white-space: normal;
    transition: all .3s ease-in-out;
}

#botao-hub button:hover, #botao-hub button:active, #botao-hub button:focus {
    background-color: rgb(125, 163, 0);
    border-color: rgb(125, 163, 0);
}

#botao-hub button img {
    width: 16px;
    margin-bottom: -3px;
    margin-top: -3px;
}
