.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}
.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
} 
@media (min-width: 576px){
.d-sm-block {
    display: block!important;
}
}

.bg-primary{
    background-color: #055ada !important;
    color: #fff;
    outline: none !important;
}
.text-primary{
    color: #055ada !important;
}
a.nav-link.active{
    color: #055ada !important;
}
a.nav-link{
    color: #495057 !important;
}
.puntero{
    cursor: pointer !important;
}