.step-circle {
    width: 40px;
    height: 40px;
    transition: all 0.3s;
}

.step-connector {
    width: 60px;
    height: 4px;
}

#registro-wrapper {
    max-height: none;
    min-height: 760px;
}

@media (min-width: 1200px) {
    #registro-wrapper {
        max-height: none;
    }
}
