.etapa {
    color: #adb5bd;
    position: relative;
}

.etapa .numero {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f3f5;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 6px;

    font-weight: 600;
}

.etapa.ativa {
    color: #212529;
}

.etapa.ativa .numero {
    background: #212529;
    color: white;
}

.escolha-card {
    transition: all .2s ease;
}

.escolha-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10) !important;
}

.icone {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f3f5;
    border-radius: 12px;
}

.cor {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}