.legislacao .box-icon-leg {
    max-width: 130px;
    margin: 0 auto;
}

.legislacao .h3-leg {
    color: #6d6e70;
    font-size: 1em;
}

.legislacao .box-img-leg .img-fluid {
    object-fit: contain;
    height: 155px;
}

/***** PAGE LEGISLAÇÃO ****/
.indice-geral .nav-indice .li-list {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media(min-width: 992px){
    .indice-geral .nav-indice .li-list {
        height: 100%;
    }       
}

.indice-geral .nav-indice .li-list:hover {
    color: #004a8e;
}

.indice-geral .nav-ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.indice-geral .nav-indice {
    display: flex;
    justify-content: center;
}

.indice-geral .nav-indice .item {
    display: inline-block;
    width: 200px;
    height: 270px;
    position: relative;
}

/*.indice-geral .nav-indice .item:hover {
    background: #004a8e;
}

.indice-geral .nav-indice .item:hover:after {
    content: '';
    display: inline-block;
    border-top: 30px solid #004a8e;
    border-right: 100px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 100px solid transparent;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.indice-geral .nav-indice .item.active:after {
    content: '';
    display: inline-block;
    border-top: 30px solid #004a8e;
    border-right: 100px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 100px solid transparent;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%,-50%);
}*/

.indice-geral .nav-indice .item-1 {
    background-image: url(../../assets/images/icon-cod-mineracao-2.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.indice-geral .nav-indice .item-1:hover {
    background-image: url(../../assets/images/icon-cod-mineracao-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.indice-geral .nav-indice .item-1.active {
    background-color: #004a8e;
    color: #fff;
    background-image: url(../../assets/images/icon-cod-mineracao-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}


.indice-geral .nav-indice .item-2 {
    background-image: url(../../assets/images/icon-2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-2:hover {
    background-image: url(../../assets/images/icon-2-2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-2.active {
    background-color: #004a8e;
    color: #fff;
    background-image: url(../../assets/images/icon-2-2.gif);
    background-repeat: no-repeat;
    background-position: center;
}


.indice-geral .nav-indice .item-3 {
    background-image: url(../../assets/images/icon-2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-3:hover {
    background-image: url(../../assets/images/icon-2-2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-3.active {
    background-color: #004a8e;
    color: #fff;
    background-image: url(../../assets/images/icon-3-3.gif);
    background-repeat: no-repeat;
    background-position: center;
}


.indice-geral .nav-indice .item-4 {
    background-image: url(../../assets/images/icon-4.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-4:hover {
    background-image: url(../../assets/images/icon-4-4.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-4.active {
    background-color: #004a8e;
    color: #fff;
    background-image: url(../../assets/images/icon-4-4.gif);
    background-repeat: no-repeat;
    background-position: center;
}


.indice-geral .nav-indice .item-5 {
    background-image: url(../../assets/images/icon-5.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-5:hover {
    background-image: url(../../assets/images/icon-5-5.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.indice-geral .nav-indice .item-5.active {
    background-color: #004a8e;
    color: #fff;
    background-image: url(../../assets/images/icon-5-5.gif);
    background-repeat: no-repeat;
    background-position: center;
}


/**** COLLAPSE ****/
.indice-collapse .accordion .card-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



@media(max-width: 992px){
    .legislacao .owl-carousel .owl-nav {
        position: absolute;
        top: 40%;
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin: 0;
    }

    .legislacao .owl-theme .owl-nav [class*=owl-] {
        background: none;
        margin: 0;
        padding: 0 !important;
        cursor: pointer;
        border-radius: 0;
    }

    .legislacao .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        left: 0;
    }

    .legislacao .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 0;
        right: 0;
    }

    .owl-item.active{
        display: flex !important;
        justify-content: center !important;
    }
    .owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:hover{
        background-color: transparent !important;
        border: none !important;
    }

    .indice-geral .nav-indice .item {
        width: 200px !important;
        height: unset !important; 
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .indice-geral  .owl-carousel .owl-item img {
        display: block;
        width: 125px;
    }

    .limitador-conteudo .modal-dialog-centered{
        display: flex !important;
        justify-content: center !important;
    }
}