.progress-bar {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.progress-bar .step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: 0.3s;
}

.progress-bar .step.active {
  background: var(--primary-color);
}

.step-content {
  display: block;
}

.step-content.hidden {
  display: none;
}

.nav-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.method.active,
.sede.active {
  background: var(--primary-color);
  color: white;
}
