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

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

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

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

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

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

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

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

.headerSec1_servicio {
  text-align: center;
}

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

.barraProgreso_servicio div:nth-child(2) {
  border: 1px solid #5e81f7;
}

.progreso_servicio:nth-child(3) {
  border: 2px solid #5e81f7;
}

.progreso_servicio:nth-child(3) > p {
  color: #5e81f7;
}

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