.step {
    opacity: 0;
    transition: opacity 200ms ease;
}

.step.active {
    opacity: 1;
}

.card_inicial{
    background: transparent;
}