:root {
    --cor-padrao: #1B57A0;
    --cor-escura: #0B458B;
    --cor-clara: #62CBE4;
    --cor-clara2: #21A0C0;
    --cinza: #707070;
}

.text-info {
    --bs-text-opacity: 1;
    color: var(--cor-clara) !important;
}

.btn-outline-info {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #6d9ff1;
    --bs-btn-hover-border-color: #6d9ff1;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #6d9ff1;
    --bs-btn-active-border-color: #6d9ff1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6d9ff1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6d9ff1;
    --bs-gradient: none;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: var(--cor-clara);
        border-color: var(--cor-clara);
    }

.login a {
    color: #fff;
}

.titulo-mapa {
    text-align: center;
    padding: 1em;
}

audio {
    height: 35px;
    margin-bottom: 1em;
}

.btn-rf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 15px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1B57A0, #2371CF);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-rf:hover {
        background: linear-gradient(135deg, #0b5ed7, #339af0);
        transform: translateY(-5px);
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        color: #fff;
    }

    .btn-rf i {
        font-size: 2rem;
        margin-bottom: 10px;
        color: var(--cor-clara);
        transition: all 0.3s ease;
    }

    .btn-rf:hover i {
        transform: translateY(-5px);
    }

.resenha-interna {
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
}

.box-resenha {
    padding: 1em;
}

.area-assinante {
    font-size: .9em;
}

.esqueceu {
    border-top: 1px solid #eee;
    ;
    padding: 1em;
}

    .esqueceu a {
        font-weight: 400;
        color: #0d6efd;
    }

.ementa-not {
    color: var(--cor-padrao);
    font-weight: 500;
}

.data-not {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .8em 0 .8em 0;
    margin-bottom: 1em;
    color: #888;
}

.btn-outline-secondary {
    border-color: #fff;
    color: #fff;
}

.tecla {
    border: 1px solid #eee;
    background-color: var(--cor-padrao);
    padding: .3em;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    margin-top: -5px;
}

.box-fone {
    background-color: aliceblue;
    border: 1px solid #ADD0E3;
    padding: 1em;
    border-radius: 5px;
    margin: 0 auto .5em auto;
    color: var(--cor-padrao);
}

.btn-outline-secondary:hover {
    border-color: #fff;
    color: var(--cor-padrao);
    background-color: #fff;
}

.btn-voltar-topo {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    color: rgb(72, 133, 172);
    font-size: 18px;
    border: 1px solid rgba(62, 100, 139, 0.5);
    background-color: rgba(62, 100, 139, 0.35);
    font-weight: 900;
    border-radius: 50%;
    z-index: 200;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    box-shadow: 0px 8px 24px rgba(72, 133, 172, 0.45);
    opacity: 0.0;
    visibility: hidden;
    -webkit-transition: all 350ms ease-in-out 100ms;
    transition: all 350ms ease-in-out 100ms;
}

    .btn-voltar-topo.show {
        opacity: 1.0;
        visibility: visible;
    }


    .btn-voltar-topo .arrow {
        position: relative;
        top: 0.5em;
    }


    .btn-voltar-topo:hover {
        /*background-color: rgba(210, 153, 102, 0.5);
                border-color: rgba(210, 153, 102, 0.75) */
        color: #DB4D4D;
        box-shadow: 0px 8px 24px rgba(235, 152, 152, 0.5);
    }

        .btn-voltar-topo:hover .arrow {
            -webkit-animation: goingTop 750ms ease-in-out;
            animation: goingTop 750ms ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
        }

.bg-resenha {
    background: var(--cor-padrao);
    color: #fff;
    border-radius: 5px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("/img/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@keyframes goingTop {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(0, -175%);
        transform: translate(0, -175%);
    }
}

/*

.bg-light {
    background-color:var(--cor-clara)!important;
    color:#fff;
    border-radius: 5px;
}*/

body {
    font-family: "Montserrat", sans-serif;
}
/*
p {
    margin-bottom: 1.75rem;
}*/
a {
    color: var(--cor-padrao);
    text-decoration: none;
    font-weight: 600;
}

    a:hover {
        color: #0d6efd;
    }

.produtos .card-text {
    font-size: .8em;
}

.cabecalho {
    background-color: var(--cor-padrao);
    color: #fff;
    padding: 1em;
}

.navbar {
    background-color: var(--cor-escura) !important;
}

.nav-link {
    color: #fff !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--cor-clara) !important;
}

.box-pesq {
    padding: 1.5em !important;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 1em;
}

.btn-info {
    color: var(--cor-padrao);
    font-weight: bold;
    background-color: var(--cor-clara);
    border: none;
}

.autor img {
    border-radius: 50% !important;
    height:83px;
    width:83px;
}

.autor {
    flex-wrap: wrap;
}

.autor {
    font-size: .9em;
}

.box-pesquisa {
    padding: .8em;
}

ul.menu-2 {
    list-style-type: none;
    display: inline-block;
    padding: 0;
}


.detalhe-norma {
    color: #123460;
    background-color: #f3f3f3;
    border: none !important;
    padding: 1.2em;
    margin: 10px 25px 0 25px;
    border-radius: 5px;
    display: block;
}

    .detalhe-norma a {
        color: var(--cor-padrao);
        font-weight: 600;
        font-size: .9em;
    }

    .detalhe-norma .btn-info {
        color: var(--cor-padrao) !important;
        font-weight: 600;
        font-size: .8em;
    }

.menu-2 li {
    display: inline-block;
    padding: .5em;
    font-size: .8em;
    font-weight: 500;
}

.citacao {
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    color: #3e3e3e;
    text-align: justify;
    margin-left: 50px;
    text-indent: 30px;
    font-style: italic;
    font-size: 13px;
}

ul.listagem-not {
    list-style-type: none;
    padding: 0;
}

.listagem-not li {
    padding: 1.8em;
    border-bottom: 1px solid #eee;
}


.noticias img {
}

a.face-1 {
    padding: .3em;
    font-size: 1.5em;
    color: #3963FD;
    transition: all .5s ease;
}

a:hover.face-1 {
    color: #89A4FE;
}

a.whats-1 {
    padding: .3em;
    font-size: 1.5em;
    color: #5FC662;
    transition: all .5s ease;
}

a:hover.whats-1 {
    color: #85D387;
}

a.linke-1 {
    padding: .3em;
    font-size: 1.5em;
    color: #1773BC;
    transition: all .5s ease;
}

a:hover.linke-1 {
    color: #4BA2E9;
}

a.envelope-1 {
    padding: .3em;
    font-size: 1.5em;
    color: var(--cor-clara);
    transition: all .5s ease;
}

a:hover.envelope-1 {
    color: var(--cor-escura);
}

.data-publicacao {
    color: var(--cor-clara2);
    font-size: .89em;
    display: block;
}

.banner {
    display: flex;
    align-items: center;
}

.ementa {
    color: var(--text-ementa);
    display: block;
    font-size: .75rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.integra {
    font-size: .9rem !important;
}

.integra > p {
   margin:1px;
}

.fonte {
    display: block;
    color: var(--cinza);
    font-size: .9em;
    font-style: italic;
}

.fonte-editorial {
    padding-top: 5px;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px;
    color: #1D1D1B;
    text-indent: 40px;
}

.conteudo-interno {
    padding: 1em;
    font-size: .9em;
}

.ementa-lista {
    display: blocke;
    color: var(--cinza);
    font-size: .95em;
}

.box-not {
    background-color: #f9f9f9;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 8px;
    border: 1px solid #eee;
}

.vermais {
    transition: letter-spacing 0.3s ease;
    letter-spacing: 0px;
    font-weight: 400;
}

    .vermais:hover {
        letter-spacing: 3px
    }

.legis-comex fieldset {
    border: 1px solid #c2d8fc;
    border-radius: 8px;
    padding: 1em;
}

.legis-comex legend {
    width: inherit;
    float: none;
    text-transform: uppercase;
    color: var(--cor-clara);
    font-weight: bold;
    font-size: 1.2em;
}

.aduanacast {
    background-color: #F3F8FF;
    padding: 1em;
    border-radius: 8px;
    margin-top: 1.5em;
    border: 1px solid #c2d8fc;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--cor-clara) !important;
}

.indicesistematico ul {
    list-style: none;
}

    .indicesistematico ul li a {
        font-weight: 500;
    }

.indicesistematico .livros {
    margin-bottom: .3em;
    padding: .3em;
}

.indicesistematico li:not(.livros) {
    padding: .3em;
}

.indicesistematico li[class="livros"]::before {
    content: url("img/folder.svg");
    margin-right: .3em;
}

.indiceprodutos li[class="list-group-item"]::before {
    content: url("img/folder.svg") !important;
    margin-right: .3em;
}

.artigos {
    background-color: #F3F8FF;
    padding: 1.5em;
    border-radius: 8px;
    margin-top: 1.5em;
    border: 1px solid #c2d8fc;
}

a.titulo-artigo-plus {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 3);
    text-decoration: none;
    word-break: break-word;
    font-size: 1.3em;
}


.artigos .rounded {
    border-radius: 50% !important;
}
.resultado-item a {
    font-size: 1.2em;
}

.titulo-semfront {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cor-clara);
}

.noticias {
    margin-bottom: 1em;
}

.titulo-artigo {
    display: block;
    padding: .5em;
    color: #6d9ff1;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: .8em;
}

.titulo-aduanacast {
    display: block;
    padding: .5em;
    color: #6d9ff1;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: .8em;
}

.box-ncm {
    border-radius: 8px;
    padding: 2em;
    margin-top: 1.5rem;
    background: rgb(224,235,249);
    font-size: .9em;
    color: var(--cor-padrao) !important;
    margin-bottom: 1em;
}

.titulo-asse {
    color: var(--cor-padrao);
    font-weight: 600;
    display: block;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.ementa-asse {
    font-size: .8em;
}

.box-ncm-interno {
    padding: 1.2em;
    background: #fff;
    border-radius: 8px;
    width: 100%;
}

    .box-ncm-interno input, .box-ncm-interno select {
        font-size: .8em !important;
    }

.titulo-ncm {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .5em;
    display: block;
    color: var(--cor-clara)
}

.ferra-icon a {
    color: #FFF;
}

.ferra-icon {
    padding: 2em;
    text-align: center;
    background: rgb(109,159,241);
    background: linear-gradient(180deg, rgba(98,203,228,1) 0%, rgba(96,151,241,1) 100%);
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1em;
    transition: all .2s ease;
}

    .ferra-icon:hover {
        transform: scale(1.08);
    }
.ferra-icon-int.active:hover {
    transform: scale(1.03);
    color: #fff !important;
}
.ferra-icon-int.active {
    background: #2d569f;
    background: linear-gradient(90deg, rgb(59 94 183) 0%, rgb(129 164 252) 100%);
    color: #fff;
}
.ferra-icon-int {
    padding: 1em;
    background: rgb(234, 243, 253);
    background: linear-gradient(180deg, rgba(234, 243, 253, 1) 0%, rgba(202, 227, 249, 1) 100%);
    margin-top: .3em;
    margin-bottom: .3em;
    display: block;
    transition: all .2s ease;
    font-size: .8em;
    width: 100%;
    border-radius: 5px;
}

    .ferra-icon-int:hover {
        transform: scale(1.03);
        color: var(--cor-padrao) !important;
    }

.titulo-leteral {
    font-weight: 600;
    font-size: 1rem;
    color: #Fff;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1b57a0;
    padding: .5em;
    border-radius: 5px 5px 0 0;
    margin-top: 1.6em;
}

.box-pes-lat {
    padding: 1em;
    border: 1px solid #f2f2f2;
    margin-bottom: .3em;
}

    .box-pes-lat select {
        font-size: .8em;
    }

    .box-pes-lat input {
        font-size: .8em;
    }

.login a {
    color: #49C8EF;
    font-weight: 500;
}

.titulo-interno {
    text-transform: uppercase;
    color: var(--cor-padrao);
    display: block;
    padding: 1em;
    background: rgb(234,243,253);
    background: linear-gradient(180deg, rgba(234,243,253,1) 0%, rgba(202,227,249,1) 100%);
}

.icon-ferra {
    font-size: 3em;
}


    .consultas .nav-tabs .nav-link {
        background-color: var(--cor-clara);
        margin-right: .3em;
    }

    .consultas .nav-tabs {
        border: none;
    }

    .consultas .nav-link.active {
        color: var(--cor-escura) !important;
        border-bottom-color: #f4f8ff !important;
        font-weight: 600;
        background-color: #f4f8ff !important;
    }

    .consultas .tab-content {
        background-color: #f4f8ff;
        padding: 2em;
        border: none;
        border-radius: 0 5px 5px 5px;
        border: 1px solid #c2d8fc;
    }

.telefones .tab-content {
    padding: 0 3em 0em 0em;
}

.telefones .tab-pane {
    padding: 0em 0em 0em 3em;
}

.texto-assessoria {
    font-size: .9em;
    padding: 1em;
}

.pergunta {
    padding: .8em;
    border-bottom: 1px solid #eee;
    margin-top: .5em;
    margin-bottom: 1em;
}

.box-destaque {
    background-color: var(--cor-clara);
    color: #fff;
    padding: .3em .5em;
    font-size: .8em;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: .3em;
}

footer {
    background-color: var(--cor-escura);
    padding: 2.5em 1em 2.5em 1em;
    color: #fff;
    font-size: .8em;
    margin-top: 1em;
}

.footer-final {
    background-color: #1A376F;
    padding: 1.5em;
    color: #fff;
    font-size: .9em;
}

.data-cidade {
    color: #31d2f2;
    display: block;
    font-size: .8em;
}

.cursos a {
    color: var(--cor-padrao);
    font-size: 1.3em;
    font-weight: 600;
}


.cursos {
    padding: 1em;
    font-size: .8em;
}

.cursos-icon {
    color: var(--cor-clara);
}

.descri-curso {
    color: var(--cor-clara);
}

.cursos-linha {
    border-bottom: 1px solid #eee;
    margin-bottom: .6em;
    padding-bottom: .6em;
}

.cursos ul {
    margin: 0;
    padding: 0;
}

    .cursos ul li {
        padding: .3em;
        list-style-type: none;
        font-size: .8em;
    }

.titulo-cursos {
    font-size: 1.5em;
    margin: .5em 0;
    display: block;
}

footer a {
    color: #fff !important;
    font-weight: 300;
}

    footer a:hover {
        text-decoration: underline;
    }

footer .titulo {
    color: var(--cor-clara);
    font-weight: bold;
    font-size: 1.2em;
}

.breadcrumb a {
    font-weight: 500;
    color: var(--cor-padrao);
}

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: .8em;
    padding: .4em;
}

.ementa-interno {
    background: #eee;
    padding: .8em;
    display: inline-block;
    width: 50%;
    margin-bottom: 1em;
    font-size: .9em;
}
.fonte-noticia {
    font-size: .9em;
}

.titulo {
    font-family: "Poppins", sans-serif !important;
    font-size: 1.5em;
    font-weight: 600;
    color: #1b57a0;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 5px;
}

.parag2 {
    font-family: "Poppins", sans-serif !important;
    font-size: .93em;
    font-weight: normal;
    color: #1D1D1B;
    text-align: justify;
    text-indent: 40px;
    line-height: 1.5;
}

.filtro ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filtro {
    margin-bottom: .2em;
}

.box-asse {
    width: 100%;
    padding: 1.8em;
    border-bottom: 1px solid #eee;
    transition: all .2s ease;
}

    .box-asse:hover {
        transform: scale(1.02);
    }

.box-artigo {
    padding: 1.8em;
    border: 1px solid #eee;
    margin-bottom: 1em;
    border-radius: 8px;
}

.filtro li a {
    padding: .8em;
    background-color: aliceblue;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: .9em;
    margin-bottom: .2em;
}

    .filtro li a:hover {
        background-color: #C1E0FF;
    }

.btn-interno {
    background: #EEE;
    background: linear-gradient(90deg,rgba(238, 238, 238, 1) 0%, rgba(249, 249, 249, 1) 100%);
    display: block;
    padding: 1em;
    margin-bottom: 0px;
    border-left: 3px solid var(--cor-padrao);
    margin-bottom: .2em;
    font-weight: 500;
}

    .btn-interno.active {
        background: #2d569f;
        background: linear-gradient(90deg, rgb(56 85 158) 0%, rgb(79 116 210) 100%);
        color: #fff;
    }

    .btn-interno i {
        color: #73c9e3;
    }

.titulo-cor {
    color: var(--cor-padrao);
}

.btn-primary {
    background-color: var(--cor-padrao) !important;
    border-color: var(--cor-padrao) !important;
}

.pnlInfoDocumento, .pnlPaginacaoFooter {
    color: #fff;
    background-color: #18187c;
    border: 1px solid #18187c;
    padding: 12px;
    margin: 10px 25px 0 25px;
}

.box-tabela {
    border: 1px solid #ccc;
    padding: 2em;
    border-radius: 5px;
}

.telefones .nav-link {
    color: var(--cor-padrao) !important;
    text-align: left !important;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.telefones .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: var(--cor-clara);
}

.tel-box {
    border-left: 1px solid #eee;
}

.ementa-asse a {
    font-weight: 500;
}

.box-tel-prod ul li {
    padding: .5em;
    list-style-type: none;
    border-bottom: 1px solid #eee;
}

.blockquote {
    margin-left: 1em;
    color: var(--cor-padrao);
}

.titulo-prod {
    padding: .5em;
    border-radius: 5px;
    color: var(--cor-padrao);
    font-weight: 800;
    display: block;
}

.aplicativo {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 1.8em;
}

.bg-resultado {
    background-color: rgb(236, 243, 255) !important;
    padding: .5em;
    margin-top: 1px;
}

.table > :not(caption) > * > * {
    background-color: inherit !important;
    color: inherit;
}

.bg-tabela {
    background-color: var(--cor-padrao);
    color: #fff !important;
    font-weight: 600;
}

.tabela-agenda td[class="dia"] {
    background: rgb(234, 243, 253) !important;
}

.calendario .table {
    width: inherit !important;
}

.table {
    font-size: .9em !important;
}

.bg-dia {
    background-color: #eaf3fd;
    color: var(--cor-padrao);
    display: block;
    font-size: 1.3em;
    padding: .8em;
    text-align: center;
    margin-top: 1.5em;
}

.alert-primary {
    background-color: #eaf3fd;
    border-color: #A6CCF7;
}

.depo {
    border: 1px solid #eee;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
    background-color: #fff;
    font-size: .8em;
}

.amarelo {
    color: #fc0;
}

.depo-titulo {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
}

.depo-nome {
    display: block;
}

.barra-pesq {
    padding: .5em;
    font-size: .8em;
}

.bg-cursos {
    background-color: #e1ebfc;
    border-radius: 5px;
}

.modal {
    color: #333
}



.borderRadiusTh1 {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-left: solid 0 #646464;
    border-right: solid 0 #3c9bca;
}


#tecwin > div {
    display: inline-block;
    padding: 8px;
    vertical-align: top;
    text-align: left;
    margin: 0 10px;
    box-sizing: border-box;
}

.resultadoBusca, .resultadoBuscaPalavra {
    border-left: none;
    color: #fff;
/*    min-height: 300px;*/
}
.resultadoBuscaPalavra {
    color: var(--bs-body-color);
}
.borderRadiusTh1 {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-left: solid 0 #646464;
    border-right: solid 0 #3c9bca;
}

.borderRadiusTh1, .borderRadiusTh2, .normalHeader {
    background-image: url(https://www.aduaneiras.com.br/Content/resources/images/TECwin/Core/bgGridHeaderNCM.jpg);
    background-repeat: repeat-x;
    border-top: solid 0 #646464;
    height: 35px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.borderRadiusTh1, .borderRadiusTh2, .normalHeader {
    background-image: url(https://www.aduaneiras.com.br/Content/resources/images/TECwin/Core/bgGridHeaderNCM.jpg);
    background-repeat: repeat-x;
    border-top: solid 0 #646464;
    height: 35px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.tecwintopo {
    text-align: right;
}

.borderRadiusTh2 {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border-right: solid 0 #646464;
    text-align: center;
}

.icon-link {
    color: #fff;
    padding: .5em;
}

@media (min-width:1024px) {
    .col-ferra {
        flex: 0 0 auto;
        width: 14.28%;
    }
}

@media (max-width:680px) {
    .logo {
        display: block;
        padding: 1em;
        text-align: center;
    }

    .box-ncm-interno {
        min-height: inherit;
        margin-bottom: 1.5em;
    }

    .organizar-conteudo {
        flex-direction: column-reverse; /*deixa a barra lateral por cima ou por baixo*/
        margin-left: 1px;
        margin-right: 1px;
    }

    .resenha {
        display: none;
    }

    .telefones .d-flex {
        flex-direction: column;
    }

    .tel-box {
        border-left: none;
    }

    .nav-tabs {
        font-size: .8em;
    }

    .ferra-icon {
        font-size: .8em;
    }

    .consultas {
        padding: 1em;
    }

    .tecwintopo {
        text-align: center;
    }

    .titulo-semfront {
        margin-top: 1em;
        display: block;
    }

    .navbar-toggler {
        border: none;
    }
}

@media (max-width: 992px) {
    .row.row-cols-5 > .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .row.row-cols-5 > .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Caixa individual dos filtros */
/*.filtro {
    background: #f8fafe;
    border: 1px solid #e2eafc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 12px 10px;
}*/

    /* Título de cada filtro */
    .filtro .titulo {
        font-size: 1.08rem;
        font-weight: 600;
        color: #1796db;
        margin-bottom: 7px;
        letter-spacing: 0.3px;
    }

    /* Lista dos filtros */
    .filtro ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        /* Cada opção da lista */
        .filtro ul li {
            font-size: 0.97rem;
            color: #455a64;
            padding: 6px 3px 6px 8px;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.18s, color 0.18s;
        }

            .filtro ul li:hover {
                background: #e3f2fd;
                color: #2176e6;
            }

.dropdown .dropdown-toggle.form-select::after,
.dropdown .form-select.dropdown-toggle::after {
    display: none !important; 
}

.dropdown .dropdown-toggle.form-select {
    position: relative !important;
}

    .dropdown .dropdown-toggle.form-select::after,
    .dropdown .form-select.dropdown-toggle::after {
        content: '' !important;
        position: absolute !important;
        right: 12px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 0 !important;
        height: 0 !important;
        border: 0.35em solid transparent !important;
        border-top: 0.55em solid #394b5c !important;
        margin: 0 !important;
        z-index: 2 !important;
    }


.dropdown .dropdown-toggle.form-select,
.dropdown .form-select.dropdown-toggle {
    padding-right: 40px !important;
}


/* Botão pesquisar dentro do filtro */
.filtro .btn {
    background: linear-gradient(90deg, var(--cor-padrao) 75%, #18b8ea 100%);
    border: none;
    border-radius: 7px;
    color: #fff;
    padding: 8px 0;
    font-weight: 550;
    font-size: 1rem;
    transition: background 0.2s;
}

    .filtro .btn:hover {
        background: linear-gradient(90deg, #1565c0 65%, #0593c7 100%);
        color: #eaf4ff;
    }


.dropdown-filtro {
    margin-bottom: 18px;
    position: relative;
    max-width: 280px;
}
@media (max-width: 767px) {
    .dropdown-filtro {
        max-width: 90%;
    }
}

.dropdown-header {
    background: #f8fafe;
    border: 1px solid #e2eafc;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 500;
    color: var(--cor-padrao);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.dropdown-list {
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2eafc;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(60, 60, 140, 0.08);
    z-index: 10;
    max-height: 180px;
    overflow-y: auto;
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

    .dropdown-list li {
        padding: 8px 14px;
        color: #455a64;
        border-radius: 6px;
        cursor: pointer;
        transition: background 0.16s, color 0.16s;
    }

        .dropdown-list li:hover,
        .dropdown-list li.selected {
            background: #e3f2fd;
            color: var(--cor-padrao);
        }

.dropdown-filtro.open .dropdown-list {
    display: block;
}

.dropdown-filtro.disabled {
    opacity: 0.6; /* aparência de desabilitado */
    pointer-events: none; /* impede cliques */
    user-select: none; /* impede seleção de texto */
}


.resultado-item {
    padding: 1.8em;
    border-bottom: 1px solid #eee;
}

.resultado-item p {
    margin: 0;
}
.resumo, .base {
    display: blocke;
    color: var(--cinza);
    font-size: .95em;
}

.link-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* máximo de 3 linhas */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em; /* altura de linha opcional */
    max-height: calc(1.4em * 2); /* garante o limite visual */
    min-height: calc(1.4em * 2); 
    text-decoration: none;
    word-break: break-word;
}
.titulo-artigo-plus {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* máximo de 3 linhas */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 3); /* garante o limite visual */
    text-decoration: none;
    word-break: break-word;
}

.invisible-field {
    opacity: 0; /* deixa transparente */
    position: absolute; /* opcional: retira do fluxo do layout */
    left: -9999px; /* opcional: tira da tela visualmente */
    pointer-events: none; /* evita interação */
    height: 0; /* opcional: zero altura */
    overflow: hidden; /* esconde overflow, se houver */
}


.tec-result__table {
    width: 100%;
    border-collapse: separate; /* necessário para borda arredondada */
    border-spacing: 0;

    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 51, 111, 0.08);
    font-family: 'Segoe UI', Arial, sans-serif;
    color: var(--cor-escura);
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

    /* Arredondamento dos cantos */
    .tec-result__table th:first-child {
        border-top-left-radius: 8px;
    }

    .tec-result__table th:last-child {
        border-top-right-radius: 8px;
    }

    .tec-result__table tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    .tec-result__table tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .tec-result__table th, .tec-result__table td {
        border: 1px solid #e6e6e6;
        padding: 12px 16px;
        text-align: left;
    }

    .tec-result__table th {
        background-color: var(--cor-escura);
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: 0.04em;
    }

    .tec-result__table tr {
        background-color: #fff;
        transition: background 0.2s;
    }

        .tec-result__table tr.odd {
            background-color: rgb(236, 243, 255);
        }

        .tec-result__table tr:hover {
            background-color: #dde3ea;
        }



    .tec-result__table td.ncm em, .tec-result__table td.ncm a em {
        color: #2670e8;
        font-style: normal;
        font-weight: 700;
    }

    .tec-result__table td.conteudo {
        color: #155bcb;
    }

    .tec-result__table .hifens-nivel {
        color: #888;
        margin-right: 6px;
    }

    li:has(> i.bi-arrow-return-right) {
        margin-left: 20px;
        margin-right:10px;
    }

li.active {
    color: var(--bs-pagination-color) !important;
    background-color: white !important;
}

#filtrosOffcanvas .offcanvas-body {
    scrollbar-width: thin;
    scrollbar-color: #adb5bd transparent;
}

#filtrosOffcanvas .col-md-3 {
    max-width: 100% !important;
}
@media  (min-width: 767.99px){
    #filtros {
        display:block;
    }
}
.box-ferramentas {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    border: 1px solid #eee;
    padding: .5em;
    border-radius: 0 0 5px 5px;
}

.dropdown-filtro {
    width: 100% !important;
}
.card-consulente {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 16px 18px 12px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.card-header-consulente {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

    .card-header-consulente .nome {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .card-header-consulente .editar {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        text-decoration: underline;
    }

.linha-dado {
    background-color: #f7f9fc;
    border-radius: 8px;
    padding: 6px 10px;
    margin: 4px 0;
    font-size: 13px;
}

.sim-habilitado {
    color: #2e7d32;
    font-weight: 600;
}

.nao-habilitado {
    color: #c62828;
    font-weight: 600;
}

.acoes-card {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 10px;
}

    .acoes-card .cancelar,
    .acoes-card .salvar {
        cursor: pointer;
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 6px;
    }

    .acoes-card .cancelar {
        background: #eee;
        color: #555;
    }

    .acoes-card .salvar {
        background: #4caf50;
        color: #fff;
    }

.loading-card {
    position: absolute;
    right: 30px;
    bottom: 10px;
}



.card-consulente input {
    width: max-content;
    max-width: 100%;
}


.card-consulente select {
    width: auto;
}

.fieldset {
    width:auto;
}

.linha-dado {
    display: flex;
    align-items: center;
    gap: 6px; 
    flex-wrap: nowrap;
}

    .linha-dado .ddd,
    .linha-dado .telefone {
        display: flex;
        align-items: center;
    }

 
    .linha-dado .telefone {
        width: auto;
    }

    .linha-dado input {
        width: auto; 
        min-width: unset;
    }
.ferramentas-sticky {
    position: sticky;
    top: -250px; 
    z-index: 20;
}

@media (max-width: 768px) {
    .ferramentas-sticky {
        position: static;
    }
}

.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item.show > .nav-link {
    color: var(--cor-clara) !important;
    background-color: var(--cor-mais-forte) !important;
}
.navbar-nav li.active {
    background-color: transparent !important;
    color: inherit !important;
}
/* HEADER */
#pesquisaPalavra .modal-header {
    background: linear-gradient(135deg, #f8f9ff, #eef2ff);
    border-bottom: 1px solid #e0e6ff;
}

#pesquisaPalavra .modal-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

/* BODY */
#pesquisaPalavra .modal-body {
    background-color: #f9fafb;
}

/* WRAPPER DO RESULTADO */
.resultado-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* TÍTULO */
.lblTituloBusca {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--cor-padrao);
    margin-bottom: 16px;
}

/* GRID DE RESULTADOS */
.resultado-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px 20px;
}

/* ITEM */
.itemPalavra {
    background: #f8fafc;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e7eb;
}

    /* LABEL */
    .itemPalavra strong {
        color: #545b65;
        font-weight: 600;
    }

/* VALOR */
.itemPalavraResultado {
    font-weight: 700;
    color: #0d6efd;
}

/* FOOTER */
#pesquisaPalavra .modal-footer {
    background-color: #f1f5f9;
    border-top: 1px solid #e5e7eb;
}

#consultoria:focus-visible, #cursos:focus-visible, #v-pills-settings:focus-visible, #produtos:focus-visible {
    outline: none;
    border: none;
}