.botao-primario {
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 0.7rem;
    box-sizing: border-box;
    height: 48px;
    user-select: none;
    color: #FBFBFB;
    text-decoration: none;
    background: #594DB7;
    border-radius: 28px;
    min-width: 300px;
    cursor: pointer;
}

.botao-primario:hover {
    background: #6658D6;
}