.steppers{align-items:center;display:grid;grid-template-columns:1fr 2fr;margin-bottom:56px;position:relative}.steppers__back{cursor:pointer;gap:1rem;transition:all .3s ease}.steppers__back,.steppers__back .icon{align-items:center;display:flex;position:relative}.steppers__back .icon{background:#fff;border-radius:50%;box-shadow:0 0 30px rgba(0,0,0,.14);height:63px;justify-content:center;width:63px}.steppers__back .icon .iconify{height:auto;width:25px}.steppers__back .text{color:#6e6e6e;font-weight:600;margin-bottom:0}.steppers__back:hover .icon{background:var(--negro)}.steppers__back:hover .icon .iconify{color:#fff}.steppers__back .link{height:100%;left:0;position:absolute;top:0;width:100%}.steppers__items{display:flex;gap:1rem}.steppers__item{align-items:center;background:#fff;border-radius:30px;box-shadow:0 0 30px rgba(0,0,0,.07);display:flex;flex:1 1 auto;gap:2rem;height:62px;justify-content:center;opacity:.5;user-select:none}.steppers__item .iconify-inline{height:auto;width:30px}.steppers__item.selected{opacity:1}.steppers__item.filled .iconify-inline{color:var(--rojo)}