@media screen and (min-width: 992px) and (max-width: 1930px) {
    .barraProgreso_detalle {
        width: 90%;
        justify-content: space-around;
    }
    .separador_detalle {
        width: 500px;
    }
    .dFlex_detalle {
        display: flex;
        gap: 1em;
    }
    .sec2_detalle {
        width: 600px;
    }
    .progreso_detalle p:nth-child(2),
    .progreso1_detalle p:nth-child(2) {
        font-size: 1rem;
    }
}