@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
* {
  box-sizing: border-box;
}

.barraProgreso_registro {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.barraProgreso_registro .progreso_registro {
  width: 40px;
  height: 40px;
  border: 2px solid #e2e2e2;
  border-radius: 2.5em;
  text-align: center;
}

.progreso_registro {
  width: 40px;
  height: 40px;
  border-radius: 2.5em;
  text-align: center;
  border: 1px solid #e2e2e2;
}

.separador_registro {
  border: 1px solid #e2e2e2;
  transform: rotate(0deg);
  width: 17%;
  height: 0px;
  position: relative;
  top: 20px;
}

.progreso_registro > p:first-child,
.progreso_registro > p:first-child {
  line-height: 2.3125em;
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

.progreso_registro > p:nth-child(2),
.progreso_registro > p:nth-child(2) {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}

.progreso_registro > p:nth-child(2),
.progreso_registro > p:first-child {
  color: #e2e2e2;
}

.headerSec1_registro {
  text-align: center;
}

.barraProgreso_registro > .progreso_registro:first-child {
  background-color: #5e81f7;
  border: 0;
  & p:first-child {
    color: white;
  }
  & p:nth-child(2) {
    color: #5e81f7;
  }
}

.barraProgreso_registro > .separador_registro:nth-child(2),
.separador_registro:nth-child(4) {
  border: 1px solid #5e81f7;
}

.progreso_registro:nth-child(3) {
  border: 2px solid #5e81f7;
  background-color: #5e81f7;
  color: white;
  & p:first-child {
    color: white;
  }
  & p:nth-child(2) {
    color: #5e81f7;
  }
}

.progreso_registro:nth-child(5) {
  border: 2px solid #5e81f7;
  & p:first-child {
    color: #5e81f7;
  }
  & p:nth-child(2) {
    color: #5e81f7;
  }
}

.headerSec1_registro {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
}
