.list-step-shower{
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}

.list-step-shower .step-number{
    background-color: #eee;
    color: #000;
    padding: 10px 15px;
    margin-right: 50px;
    border-radius: 20px;
    font-size: 16px;
    z-index: 2;
    cursor: pointer;
}

.list-step-shower .step-number.active, .list-step-shower .step-number.visited{
    background-color: #000000;
    color: #fff;
}

.list-step-shower .separator{
    position: absolute;
    top: 20px;
    border: 1px solid #eee;
    width: 60%;
    z-index: 1;
}
