.boxSecury img {
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px 0 0;
}
.boxSecury h1 {
    vertical-align: middle;
    display: inline-block;
}

button, button a, button a:hover {
    color: inherit;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}





/* ::::::: TIMELINE ::::::: */

.boxTop_tit {
    background: #0d6efd;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 0px 0px;
}

.progress {
    display: flex;
    height: 0.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f1f1f1;
    border-radius: 0.1rem;
}

.flex-timeline {
    display: flex;
    /* justify-content: center; */
    justify-content: space-around;
    /* background-color: #282e3e; */
    /* height: 5px; */
    margin: 1px 0px 1px 0;
    padding: 8px 0px;
    list-style: none;
}

.flex-timeline > li a {
    background-color: #efefef;
    /* border: solid 1px; */
    border-color: #d8d8d8;
    display: block;
    width: 36px;
    border-radius: 30px;
    height: 36px;
    margin: 5px;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #282e3e75;
    text-decoration: initial;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.flex-timeline > li a:hover {
    background-color: #0d6efd;
    color: #fff;
}
a.nav_ativo {
    color: #ffffff!important;
    background-color: #0d6efd!important;
}
a.nav_completo {
    color: #ffffff!important;
    background-color: #5caf01!important;
}

.btn-success {
    color: #fff;
    background-color: #5caf01;
    border-color: #5caf01;
}
.btn-success:hover {
    color: #fff;
    background-color: #82c434;
    border-color: #82c434;
}


ul.nav-link_j {
    display: block;
    margin: 0;
    padding: 0.5rem 0.2rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

ul.nav-link_j li {
    list-style: none;
}
ul.nav-link_j li a {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    margin: 5px 0px;
    display: block;
}
ul.nav-link_j li a:hover {
    color: #0d6efd;
}
ul.nav-link_j li a span {
    margin: 0 15px 0 0;
    color: #0d6efd;
}