.ate-reverso{
    border-radius: 4px;
    background: #662584;
    color: white;
    border: 1px solid #662584;
    font-weight: 500;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ate-reverso[disabled] {
    background: #666;
}