@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");

/** {
    box-sizing: border-box;
}*/

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

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

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

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

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

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

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

.headerSec1_resumen {
    text-align: center;
}

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

.barraProgreso_resumen>.separador_resumen:nth-child(2),
.separador:nth-child(4),
.separador:nth-child(6) {
    border: 1px solid #e2e2e2;
    ;
}

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

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

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

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