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

.barraProgreso {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  justify-content: center;
}

.barraProgreso .progreso1 {
  width: 40px;
  height: 40px;
  border: 2px solid #5e81f7;
  border-radius: 2.5em;
  text-align: center;
}

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

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

.progreso1 p:first-child,
.progreso1 p:nth-child(2) {
  color: #5e81f7;
  margin-top: 15px;
}

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

.progreso p:nth-child(2),
.progreso p:first-child {
  color: #e2e2e2;
  margin-top: 15px !important;
}

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