body {
    font-family: "Poppins", sans-serif;
}

.powered img {
    max-width: 150px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

#progress-bar {
    background-color: #0d6efd;
    transition: width 0.3s ease-in-out;
    height: 1rem;
}

.card-socio {
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
border: 3px solid transparent;
transition: .2s ease-in-out all;
}

.card.selected {
    border: 3px solid #0d6efd;
}
