.container-topo {
    max-width: 1200px;
}

.nav_menu_categoria {
    background-color: #0093fc;
    padding: 0;
}

div.aba_nova {
    height: auto;
    background-color: #FFF;
    border: 1px solid #FFF !important;
    background-repeat: repeat-x;
    color: #0076eb;
    width: 100%;
    margin-top: 5px;
}

div.aba_nova h1,
div.aba_nova h1 a {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.menuLinhas {
    padding: 0px 10px !important;
    text-align: center;
    align-content: center;
    display: block !important;
    margin-right: 0px !important;
    margin: 5px 0px;
    height: 50px;
    border-right: 2px solid #0076EB;
    width: 120px;
}

.setaMenu {
    left: -60px;
    position: relative;
    top: 44px;
    display: none;
    width: 0px;
    z-index: 91;
}

.menuLinhas a {
    color: #fff;
}

.menuLinhas:last-of-type {
    border-right: 0px !important;
}

.divMenuCategorias {
    max-width: 1200px;
    width: -webkit-fill-available;
    position: absolute;
    top: 60px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 10px;
    z-index: 90;
}

.menuCategorias {
    padding: 30px;
}

.ul_subcategorias {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    height: 400px;
}

.ul_subcategorias li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: 0px !important;
}

.ul_subcategorias li a {
    color: #000 !important;
    font-size: 19px;
}

.setaMenu:after {
    content: "";
    display: inline-block !important;
    width: 0;
    height: 0;
    border-left: 8px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    vertical-align: bottom;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.linkLinha {
    font-size: 16px;
    cursor: pointer;
    color: #fff
}

@media (max-width: 1399px) {

    .linkLinha {
        font-size: 16px !important;
    }

    .menuLinhas {
        width: 120px;
    }

    .setaMenu {
        left: -60px;
    }

}

@media (max-width: 1199px) {

    .linkLinha {
        font-size: 12px !important;
    }

    .menuLinhas {
        width: 100px;
    }

    .setaMenu {
        left: -50px;
    }

}

.divnavbar_linhas {
    z-index: 20000;
    background-color: #488cf4;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    overflow-y: scroll;
}

.divnavbar_linhas a {
    font-size: 14px;
    color: #fff;
}

.divnavbar_linhas_sub {
    background-color: #fff;
    color: #488cf4;
}

.divnavbar_linhas_sub a {
    color: #488cf4;
}

.divnavbar_linhas_sub i {
    color: #488cf4;
}

.divnavbar_linhas_sub hr {
    color: #488cf4;
}

.link_categorias {
    border-radius: 10px;
    font-size: 14px;
    line-height: 2.5;
    color: #000;
    padding: 7px;
}

.link_subcategorias {
    font-size: 14px !important;
    line-height: 2.3 !important;
    padding: 7px !important;
    border-radius: 10px;
    color: #000;
}

.link_subcategorias:hover {
    background-color: #0093FC;
    color: #fff !important;
}

.filtroLateral {
    width: 280px;
    padding-top: 20px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .filtroLateral {
        width: 80% !important;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
        padding: 10px 40px;
        overflow-y: scroll;
    }
}

.cabecalhoFiltros {
    font-size: 16px;
    margin: 20px -10px;
}

.filtroLateralGrupo {
    margin: 5px 0px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}

.filtroLateralGrupoTitulo {
    box-shadow: none !important;
    color: #052C65 !important;
    background-color: #EEEEEE !important;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

.filtroLateralGrupoItem {
    margin: 5px 0px;
}

.filtroLateralGrupoItens > .accordion-body:first-child {
    padding-top: 1rem;
}


.filtroLateralGrupoItens > .accordion-body:last-child {
    padding-bottom: 1rem;
}

.filtroLateralGrupoItens > .accordion-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.filtroLateralGrupoItem a {
    font-size: 14px;
    color: #000
}

.filtroLateralGrupo .accordion-button:after {
    color: #000 !important;
}

.checkboxFiltro {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    padding: 5px;
    margin-right: 5px;
}

.filtroLimparTudo {
    color: #E02327 !important;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    padding-left: 5px;
}

.filtroCategoriasLinha {
    margin-top: 55px;
    border: 1px solid #D2D2D2;
    padding: 10px;
    border-radius: 5px;
    width: 280px;
    height: fit-content;
}

.filtroCategoriasLinha a {
    color: #000;
}

.link_categorias_lateral {
    border-radius: 10px;
    font-size: 13px;
    line-height: 2.3;
    color: #000;
    padding: 7px;
    border: 1px solid transparent;
}

.link_categorias_lateral:hover {
    color: #828282 !important;
    background-color: #fff !important;
    border: 1px solid;
}

.link_categorias_lateral:focus {
    border: 1px solid;
}

.abaMenuAreaRestrita {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.menu_lateral {
    background-color: #fff !important;
    border: 1px solid #ebebeb;
}

.menu_lateral a {
    color: #000 !important;
}

.result-entry.result-entry-termo:hover {
    background-color: #f0f0f0;
}

table.lista tr th {
    font-size: 11px;
    vertical-align: middle;
    padding: 5px;
}

table.lista tr td {
    font-size: 10px;
    vertical-align: middle;
    padding: 5px;
}

tr.linha i {
    font-size: 13px;
    margin-left: 6px;
}

.text_right {
    text-align: right;
}

.width_9 {
    width: 90px;
}

.width_12 {
    width: 120px;
}

.width_14 {
    width: 140px;
}

.width_36{
    width: 360px;
  }

  p.obs,
  span.obs {
      font-size: 10px;
      font-weight: normal;
      line-height: 12px;
  }

