/* .button-proposta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10rem;
    margin-bottom: 2rem;
}

.btn-proposta {
    background-color: #80017E;
    color: white;
    padding: 1rem 4rem 1rem 4rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
} */

