/*
Theme Name: CORREGEDORIA 2025
Author: Antonio Paim - Qintess
Description: Tema desenvolvido para o portal das Corregedorias
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap');

* {
    margin: 0;
    border: 0;
    padding: 0;    
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    /* font-size: 0.875rem; */
    color: #2A2929;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
}

.container-fluid {
    width: 90%;
}

img {
    width: 100%;
    height: auto;
}

.img-pad {
    padding: 15px;
}

.comunicados {
    color: #fff !important;
    background-color: #166506;
    margin-top: 30px;
    text-align: center;
    padding: 15px;
    height: auto !important;
}

.alinha-box-ajuda {
    height: 320px;
}

.scroll {
    background-color: red;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    position: relative;
    top: 0 !important;
    cursor: pointer;
    right: -86%;
    text-align-last: center;
}

.scroll a {
    color: #fff;
    display: block;
    padding: 8px;
}

.scroll a:hover {
    color: #1B6FB8;
}

.grecaptcha-badge {
    display: none !important;
}

.align-center {
    align-self: center;
}

/* Menu superior esquerdo */

.menu-superior-2 {
    background-color: #F3F6FC;
    color: #fff;
    height: 90px;
}

.menu-superior-left .menu {
    margin-top: 25px;
    height: 35px;
    background-color: transparent;
    padding-bottom: 0;
    width: auto;
    text-align: left;
    font-size: 0.875rem;
    overflow-y: hidden;
}

.menu-superior-left .menu li {
    display: inline-block;
    margin: 0 5px;
    font-weight: bold;
    width: auto;
}

.menu-superior-left .menu li a {
    color: #1B1C1E;
    font-weight: bold;
    text-decoration: none;
    line-height: 3.0;
}

.menu-superior-left .menu li:after {
    border-left: 1px solid #1B1C1E;
    content: '';
    margin-left: 15px;
}

.menu-superior-left .menu li:last-child:after {
   border-left: none;
}

/* Menu superior sistemas e menu superior sites */

.menu-superior-sistemas {
    margin-top: 22px;
    margin-bottom: 15px;
}

.menu-superior-sistemas .menu {
    margin-top: 10px;
    max-height: 57vh;
    background-color: transparent;
    padding-bottom: 0;
    width: auto;
    text-align: center;
    font-size: 0.75rem;
    height: auto;
}

.menu-superior-sistemas .menu li {
    display: inherit;
    margin: 0 15px;
    font-weight: bold;
}

.menu-superior-sistemas .menu li a {
    color: #12467C;
    font-weight: bold;
    text-decoration: none;
    line-height: 3.0;
    padding-left: 10px;
    text-align: left;
}

.margem-menu {
    margin-top: 10px;
}

.dropdown-menu-sites {
    position: relative;
}

button.btn.btn-secondary.dropdown-toggle {
    display: block;
    margin: auto;
}

/* .margem-btn-sites-1 {
    margin-left: 205px;
} 

.margem-btn-sites-2 {
    margin-left: -5px;
}*/

.menu-superior-sistemas .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.menu-superior-sistemas .btn-secondary {
    color: #12467C;
    font-weight: bold;
    font-size: 0.875rem;
    height: 45px;
    background-color: #C2E7FF;
    border-color: #C2E7FF;
}

.btn-secondary:hover {
    color: #12467C;
    background-color: #ffffff;
    border-color: #545b62;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #12467C;
    background-color: #ffffff;
    border-color: #4e555b;
}

.dropdown-menu {
    width: 85%;
}

.alinha-btn-sites {
    position: absolute;
    right: 0;
    width: 85%;
}

.dropdown-menu.show {
    margin-top: -0.1rem !important;
    border-radius: 0 0 8px 8px;
    border: 1px solid #d9d5d5;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    height: auto;
    overflow: auto;
}

.dropdown .dropdown-menu .menu-list {
    overflow: auto !important;
    min-width: 220px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    text-align: center;
    color: #3186E4;
    right: 17px;
    position: absolute;
    margin-top: 8px;
}

.linha-vertical-menu-1 {
    border-right: 1px solid #3186E4;
    padding: 5px 0 5px 0;
    position: absolute;
    right: 35px;
    height: 23px;
}

.dropdown-menu.show a:hover,
.dropdown-menu.show a:focus {
    background-color: #3F88D9;
    color: #ffffff;
}

.dropdown-menu.show a {
    display: block;
    border-radius: 5px;
}

.alinha-texto-menu {
    margin-left: 42px;
}

.alinha-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.alinha-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* -- Acessibilidade -- */

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    visibility: visible;
    overflow: initial;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 5px !important;
}

#pojo-a11y-skip-content {
    position: absolute;
    top: -50px;
}

/* -- Fim Acessibilidade -- */

/* -- Menu -- */

nav {
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    visibility: hidden;
}

#control-nav {
    display: none;
}

#control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#control-nav:checked ~ nav {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

header .control-nav {
    display: block;
    z-index: 999999;
    cursor: pointer;
    font-size: 1.563rem;
    transform: rotate(90deg);
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center;
    height: 100%;
}

label.control-nav:before {
    content: "|";
}

label.control-nav:after {
    content: "|";
    position: absolute;
}

header .control-nav-close {
    display: none;
    padding: 25px 10px;
    z-index: 999999;
    cursor: pointer;
    font-size: 1.563rem;
    width: fit-content;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 15px;
    margin-left: -100px;
}

#jtabk-menu li {
    display: inline-block;
    margin-right: 20px;
    color: #288ac3;
    font-weight: 600;
    cursor: pointer;
}

#jtabk-menu li:hover {
    color: #081445;
    transition: .1s all;
}

#jtabk-menu li.jtabk-menu-mark {
    border-bottom: 2px solid #011A44;
    color: #fff;
}

#jtabk-menu {
    display: flex;
    margin-bottom: 18px;
}

#jtabk input[type=text] {
    padding: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.jtabk-active button {
    margin-left: 5px;
}

.jtabk-active a:hover,
.enviar-consulta:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #084b87 !important;
    transition: .1s all;
    text-decoration: none !important;
}

ul.sub-menu::-webkit-scrollbar {
    width: 8px;
}

ul.sub-menu::-webkit-scrollbar-track {
    background-color: transparent;
}

ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #0E3363;
    border-radius: 20px;
}

/* .logo-menu img{
    width: 50%;
    padding-bottom: 20px;
} */

.logo-menu img {
    width: 65%;
    padding-bottom: 20px;
    padding-top: 40px;
}

.logo-cabecalho {
    width: auto;
}

/* ===============================
   CUSTOM SCROLLBAR (Chrome, Edge, Safari)
   =============================== */

.menu::-webkit-scrollbar {
    width: 4px;
}

.menu::-webkit-scrollbar-track {
    background: transparent;
}

.menu::-webkit-scrollbar-thumb {
    background-color: #9e9c9c;
    border-radius: 20px;
    border: 2px solid transparent;
}

/* -- Fim Menu --*/

/* -- Conteudo --*/

.conteudo {
    padding-bottom: 100px;
    min-height: 700px;
}

.cards-topo a {
    color: #fff;
    text-align: center;
    /* background-color: rgba(63,146,225, 20%); */
    background-color: rgba(22,101,6, 0.8);
    display: block;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 20px;
    font-size: 0.813rem;
}

.cards-topo a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0172E2;
}

.cards-topo h6 {
    font-size: 0.75rem;
    align-items: center;
    padding: 0 24px;
    margin: 0;
}

.cards-topo .slider-indicators {
    display: none;
}

.cards-topo.slider-container > * {
    width: 100px;
    height: 100px;
    margin: auto;
}

.img-card-topo {
    width: 40%;
    display: block;
    margin: auto;
}

.logo-corregedoria-interna img {
    display: block;
    margin: auto;
    width: 50%;
    padding: 20px;
}

.conteudo-index {
    margin-top: 20px;
    max-width: 100%;
}

.marcador {
    color: #eb3b3b;
    position: absolute;
    font-size: 1.375rem;
}

.links-uteis-ul li {
    list-style: none;
    float: right;
    margin: 4px;
}

.botoes-uteis a {
    color: #081445;
    display: flex;
    padding: 20px;
    align-items: center;
    width: 100%;
    background-color: #f4f4f4;
    height: 80px;
}

.botoes-uteis a:hover {
    text-decoration: none;
}

.botoes-uteis span {
    margin-right: 10px;
}

.banner-inferior .col-md-6 {
    text-align: end;
    align-items: end;
    display: flex;
}

.botoes-uteis {
    list-style: none;
    padding-left: 20px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.botoes-uteis h6 {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.botoes-uteis p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

#control-nav {
    display: none;
}

.topo1-cor {
    background-color: #ffffff;
    width: 100%;
    padding: 30px 30px 30px 0;
    z-index: 99;
    position: relative;
    background-image: url(assets/img/banner-topo.png);
    background-size: cover;
}

.topo1-cor.interno {
    height: auto;
}

.linha-direita {
    border-right: 1px solid #ccc;
    height: 450px;
    position: absolute;
    right: 0;
}

.linha-direita-atos {
    border-right: 1px solid #fff;
    height: -webkit-fill-available;
    position: absolute;
    right: 0;
}

.logo-topo-home img {
    width: 50%;
    padding: 10px;
}

#logo-topo-cgj {
    width: 75%;
    padding: 10px;
}

.logo-topo-interna img {
    width: 85%;
}

.margem-logo-interna {
    margin-top: 0;
}

.titulo-topo {
    text-align: center;
    color: #fff;
    font-weight: 900;
    padding: 45px 0;
    font-size: 2.5rem;
}

.imagem-topo {
    justify-content: center;
}

a {
    color: #1B6FB8;
}

.btn-search {
    padding: 8px 10px;
    margin-top: -1px;
    margin-left: -4px;
    color: #fff;
    background-color: #e51f1f;
    border: none;
    border-radius: 0;
}

.swiffy-slider.slider-indicators-outside .slider-nav {
    margin-bottom: auto;
}

.slider-nav.slider-nav-next {
    right: 0;
    left: unset;
}

.index {
    height: 400px;
}

.index .logo-corregedoria-interna {
    margin: 37px 0;
}

.links-topo .menu {
    text-align-last: center;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    margin: 10px 0 0 10px;
    height: 100px;
    width: 100%;
    background-color: transparent;
    padding-bottom: 0;
    overflow: initial;
}

.links-topo .menu li.menu-item-has-children:hover {
    background-color: rgba(255, 255, 255, 0.1);
    height: fit-content;
    padding: 10px 0;
    border-radius: 15px;
    margin: initial;
    margin-top: 25px;
}

a:not([href]):not([tabindex]):hover {
    text-decoration: underline;
    cursor: pointer;
}

.links-topo a:not([href]):not([tabindex]):hover {
    color: #1B6FB8;
}

.links-topo .menu li ul {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    display: none;
    font-size: 0.75rem;
    z-index: 0;
    padding-inline-start: 0px;
    list-style: none;
    font-weight: 700;
    overflow: initial;
    margin-left: 0;
    padding: 0;
    padding-right: 0;
    border-radius: 0;
    height: auto;
}

.links-topo .sub-menu li {
    padding: 5px !important;
    margin: 0 10px;
    display: block;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.links-topo .sub-menu li:last-child {
    border-bottom: none;
}

.seta {
    color: #fff;
    margin-left: 5px;
    font-size: 0.625rem;
    margin-top: 5px;
}

.seta1 {
    color: #fff;
    margin-right: 20px;
    font-size: 0.625rem;
    margin-top: 5px;
    float: right;
}

#menu {
    align-self: center;
}

.menu-superior {
    background-color: #21538B;
    color: #fff;
}

.menu-superior .menu {
    margin-top: 10px;
    max-height: 57vh;
    background-color: transparent;
    padding-bottom: 0;
    width: auto;
    text-align: center;
    font-size: 0.75rem;
    height: auto;
}

.menu-superior .menu li {
    display: inherit;
    margin: 0 15px;
    font-weight: bold;
    width: 220px;
}

/* .menu-superior .menu li a{
   color: #fff;
} */

.menu-superior .menu li a {
    color: #21538B;
    font-weight: bold;
    text-decoration: none;
    line-height: 3.0;
}

.links-topo a {
    color: #fff !important;
    display: block;
}

.links-topo a:hover {
    color: #1B6FB8;
}

.links-topo li {
    margin: auto;
    display: inline-block;
    width: auto;
}

.links-topo li .sub-menu li a {
    padding: 0;
}

.links-topo .sub-menu li:last-child {
    padding-bottom: 0px !important;
}

.topo-interno {
    font-size: 0.625rem;
}

.cards-topo {
    margin-top: 10px;
}

.input-group {
    display: block;
}

.busca-principal {
    margin: 15px;
    text-align: -webkit-center;
}

.busca-principal-interna {
    margin: 15px -45px 15px 15px;
    text-align: end;
}

.busca-principal button {
    font-size: 0.688rem;
    font-weight: 700;
    padding: 15px;
}

.links-extra {
    background-color: #f8f8f8;
    border-radius: 15px;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 9%);
}

.links-extra a {
    display: inline-flex;
    align-items: center;
    font-size: 0.813rem;
    justify-content: center;
    width: 100%;
    text-decoration: underline;
}

.links-extra img {
    width: auto;
    margin-right: 15px;
}

.links-extra li {
    list-style: none;
    text-align-last: center;
    display: flex;
    justify-content: center;
}

.links-extra span {
    transform: rotate(90deg);
    font-size: 1.875rem;
    margin: 0;
    color: #002164;
}

/* .fique-ligado h4{
    font-style: italic;
} */

.input-campo-busca {
    width: 60%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #E9E9E9;
    color: #000000;
    font-size: 0.875rem;
    padding: 22px;
    padding-left: 60px;
    background-image: url(assets/img/pesquisa.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 15px;
}

.interno .input-campo-busca {
    width: 100%;
}

.links-topo.interno {
    text-align-last: left;
}

.logo.interno {
    display: block;
    margin: 15px 0;
    width: 80%;
}

.menu {
    font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 2.1;
    color: #FFFFFF;
    background-color: #0C1A55;
    width: 325px;
    margin: 10px 0;
    overflow-y: auto;
    padding-bottom: 30px;
    height: 90vh;
}

.menu li ul {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 130px;
    left: 92%;
    background-color: #081342;
    display: none;
    font-size: 0.875rem;
    z-index: 0;
    padding-inline-start: 0px;
    list-style: none;
    font-weight: 700;
    overflow-x: auto;
    margin-left: -10px;
    padding: 30px 0;
    padding-right: 15px;
    border-radius: 10px;
    overflow: inherit;
}

.menu_topo {
    color: #1B6FB8;
    list-style: none;
    margin-top: 15px;
    margin-left: 25px;
    padding-inline-start: 0px;
    margin-block-end: 0px;
}

.menu_topo li a,
.enviar-consulta {
    color: #1B6FB8;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    cursor: pointer;
}

.menu_topo li a:hover {
    text-decoration: underline;
}

.menu_topo li {
    position: relative;
    float: left;
}

.menu li:hover > ul {
    display: block;
}

.menu li ul .sub-menu {
    height: auto;
    margin-left: -20px;
}

.sub-menu li {
    padding-left: 30px;
}

.menu-principal {
    width: 355px;
    background: #0C1A55;
    overflow: hidden;
}

.pushy-interno {
    max-width: 355px;
    background-color: #0C1A55;
    position: absolute;
}

.pushy-interno li {
    margin-left: 50px;
}

.pushy-interno li li {
    margin-left: 0px;
}

.pushy-interno .titulo-topo {
    padding: 0;
}

.pushy a {
    color: #ffffff;
    padding: 15px 0;
}

.pushy a:hover {
    text-decoration: underline;
}

.sub-menu li a {
    padding: 5px 0 0 10px;
}

.container {
    padding: 20px 15px;
}

.background-topo-page {
    background-image: url(assets/img/background-topo.png);
    width: auto;
}

.titulo {
    color: #003171;
    font-weight: bold;
}

.titulo-page {
    color: #081445;
    font-weight: 800;
    /* margin-left: 25px; */
    margin-bottom: 0;
}

.titulo-page-post {
    color: #081445;
    font-weight: 800;
    margin-bottom: 0;
}

.titulo-estrutura {
    color: #081445;
    font-weight: 800;
    font-size: 1.25rem;
}

.img-tabeliaes {
    width: auto;
}

.img-links {
    width: 85px;
}

.titulo-tabeliaes {
    color: #000;
    font-size: 0.875rem;
    font-weight: bold;
}

.texto-nucleo {
    font-size: 0.875rem;
}

.noticias-home .titulo {
    font-size: 0.875rem;
    line-height: 1.4;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.texto-destaque {
    height: 200px;
    overflow: hidden;
}

.data {
    color: #363434;
    font-size: 0.813rem;
    font-weight: 600;
}

.data-interna {
    color: #5d5d5d;
    font-size: 0.813rem;
}

.titulo-servico {
    font-weight: bold;
    color: #061528;
}

.titulo-pagina-interna {
    font-weight: 700;
    color: #78CAFB;
}

.subtitulo-pagina-interna {
    color: #FFFFFF;
    width: 80%;
}

.subtitulo-pagina-busca {
    font-weight: 400;
    color: #FFFFFF;
}

.subtitulo-pagina-busca h1 {
    font-weight: 200;
    color: #FFFFFF;
    text-transform: capitalize;
}

.conteudo-formatacao {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
    margin-left: 70px;
}

.breadcrumb-portal {
    font-size: 0.875rem;
    color: #303233;
}

.breadcrumb-portal .current-item {
    text-decoration: underline;
}

.breadcrumb-portal a {
    color: #303233;
}

.topo-page {
    margin: auto;
    width: 90%;
}

.resultado {
    color: #fff;
    font-size: 0.75rem;
}

.resultado .background-topo-page {
    height: 200px;
}

.resultado-busca li {
    list-style: none;
    background-color: #fff;
    padding-left: 15px;
}

.resultado-search {
    font-size: 1.125rem;
}

.resultado-busca a {
    background-color: #fff;
    color: #003171;
    font-size: 1.125rem;
    border-bottom: 2px solid #9CB4D4;
    display: flex;
    margin-bottom: 15px;
    padding: 15px 15px 15px 30px;
    font-weight: bold;
    margin-left: -15px;
}

.page-numbers li {
    display: inline;
    padding: 0;
    background-color: transparent;
}

.page-numbers li a,
.page-numbers li span {
    display: inline-block;
    margin: 0;
    padding: 2px 10px;
    border: none;
    margin: 0 5px;
    border-radius: 50%;
    width: 40px;
    height: 30px;
}

.current {
    color: #ccc;
}

.fa-arrow-circle-right,
.fa-arrow-circle-left {
    margin-left: -4px;
}

.page-numbers {
    margin: auto;
}

.menu-interno .dropdown-menu {
    float: none;
    position: relative;
    display: block;
    height: auto;
    font-size: 0.688rem;
    background-color: rgba(120, 202, 251, 0.2);
    color: #1B6FB8;
    font-weight: bold;
    padding-left: 10px;
    top: 10px;
    margin: 0;
    z-index: 0;
}

.dropdown-menu option {
    background: rgba(120, 202, 251, 0.31);
    color: #081445;
    font-weight: bold;
}

.dropdown-menu option:nth-child(2n+1) {
    background: #E4F0F8;
}

.oculta-listas #response {
    border: 1px solid #0C3161;
    min-height: 300px;
    padding: 20px;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar,
.menu::-webkit-scrollbar,
.conteudo-servico::-webkit-scrollbar {
    width: 8px;
}

.dropdown-menu::-webkit-scrollbar-track,
.menu::-webkit-scrollbar-track,
.conteudo-servico::-webkit-scrollbar-track {
    background-color: transparent;
}

.dropdown-menu::-webkit-scrollbar-thumb,
.menu::-webkit-scrollbar-thumb,
.conteudo-servico::-webkit-scrollbar-thumb {
    background-color: #0E3363;
    border-radius: 20px;
}

.conteudo-servico::-webkit-scrollbar-thumb {
    background-color: rgb(12, 21, 39);
}

.menu-interno {
    display: flex;
    justify-content: right;
}

.conteudo-interno {
    padding: 15px 30px 30px;
    background-color: #fff;
    margin: 35px auto;
}

.titulo-projeto {
    background-color: #022366;
    color: #fff;
    justify-content: center;
    height: 60px;
    align-items: center;
    display: flex;
}

.titulo-projeto .titulo {
    color: #fff;
    margin: auto;
    text-align: center;
}

.noticias-projeto {
    background-color: #BFDCFC;
    padding: 30px;
}

.noticias-projeto h2 {
    font-weight: bold;
    color: #000;
}

.noticias-projeto img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.descricao-projeto .titulo {
    color: #000;
}

.descricao-projeto .data {
    color: #3A3A3A;
    font-weight: 500;
}

.titulo-search {
    font-weight: bold;
    color: #081445;
}

.boxes-404 {
    background-color: #ffffff;
    border-bottom: 5px solid rgb(0, 30, 91);
    margin-bottom: 30px;
    padding: 10px;
}

.swiper-pagination {
    position: initial !important;
}

.noticias-home a,
.destaque-home a {
    color: #000;
    display: block;
}

.noticias-home a {
    height: 115px;
}

.noticias-home img {
    width: 100%;
    display: block;
}

.noticias-home {
    margin-top: 36px;
    padding: 0 10px;
}

.noticias h6 {
    color: #202020;
}

.fique-ligado {
    padding-left: 25px;
}

.destaque-home p {
    font-size: 0.875rem;
    height: 55px;
}

.servico {
    background-color: #fff;
    border-radius: 20px;
    height: auto;
}

.servicos {
    text-align: center;
    width: 100%;
    border-bottom: 5px solid #ff2020;
    list-style: none;
    background-color: #f4f4f4;
}

.servicos:hover {
    background-color: #053168;
    color: #fff;
}

.servicos:hover > a {
    color: #fff;
}

.servicos h4 {
    color: #053168;
    font-weight: 700;
    font-size: 1rem;
    height: 20%;
}

.servicos:hover h4 {
    color: #fff;
}

.servicos a {
    color: #000;
    text-decoration: none;
    height: 150px;
    display: grid;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.servicos a:hover {
    color: #fff;
}

.carousel-item {
    display: block;
}

.slider-nav::after {
    background-color: #fff;
}

.slider-nav:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.slider-nav {
    height: fit-content;
    margin: auto;
}

.banners .slider-nav {
    height: fit-content;
    margin: auto 25px auto 25px;
}

.botao-noticias {
    background-image: linear-gradient(#2B82D6, #004A92);
    padding: 5px 10px;
    color: #fff;
    display: block;
    width: fit-content;
    margin-inline-start: auto;
    border-radius: 10px;
}

.botao-noticias:hover {
    color: #ccc;
    text-decoration: none;
}

.desembargadores img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    margin-bottom: 5px;
}

.desembargadores p {
    height: 80px;
}

.desembargadores .col-md-6 {
    padding: 0 30px;
}

.desembargador img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.desembargador p.titulo {
    font-size: 0.75rem;
    width: 280px;
}

.juizes .col-md-3 {
    padding: 0 30px;
}

.juizes h5 {
    color: #55585A;
    font-weight: bold;
    margin-bottom: 0;
}

.juizes p {
    font-size: 0.75rem;
    color: #1C5B85;
    text-transform: uppercase;
    font-weight: bold;
}

.portaria {
    background-color: #18A0FB;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    margin-right: 15px;
}

.portaria:hover {
    text-decoration: none;
    background-color: #011A44;
    color: #fff;
}

.secoes .conteudo-servico {
    background-color: #ccc;
    color: #003171;
    font-weight: bold;
    font-size: 1.875rem;
    display: flex;
}

.titulo-secoes {
    margin: auto;
    display: block;
    height: auto;
    width: auto;
}

.secoes .servicos {
    border-top: 0;
}

.memorial img {
    width: 100%;
}

.fundo-azul {
    background-color: rgb(0, 30, 91);
}

.fundo-verde {
    background-color: rgb(22, 101, 6);
}

.rodape {
    min-height: 200px;
}

.logo-rodape {
    align-self: center;
    width: 40%;
    margin-right: -30px;
}

.logo-rodape img {
    width: 35%;
    margin: 20px 0 0;
    display: flex;
}

.logos-rodape-secundarias img {
    width: 60%;
    margin-bottom: 30px;
    padding-top: 20px;
}

.sub-menu {
    padding-left: 10px;
}

.copyright {
    background-color: rgb(22, 101, 6);
    color: #fff;
    font-size: 0.688rem;
    display: flex;
    align-self: center;
    float: left;
    height: 52px;
    align-items: center;
}

.endereco-rodape {
    color: #fff;
    padding: 10px 15px;
    font-size: 0.75rem;
}

.redes {
    width: 100%;
    display: block;
    background-color: rgb(22, 101, 6);
    height: 50px;
}

.redes-sociais {
    background-color: rgb(22, 101, 6);
    color: #fff;
    font-size: 0.813rem;
    padding: 0;
    float: right;
}

.redes-sociais img {
    width: auto;
}

.redes-sociais .container {
    display: flex;
    align-items: center;
    padding: 3px 15px;
    justify-content: right;
    padding-right: 0;
}

.margem-redes-sociais {
    margin-right: 5px;
    margin-bottom: 0;
}

.links-uteis-ul {
    margin-bottom: 0;
}

.linha-rodape {
    border-bottom: 1px solid #ffffff;
}

.link-destaque {
    font-weight: bold;
}

.linha {
    border-bottom: 1px solid #aaa;
    margin-top: 17px;
}

.slider-indicators .active {
    background-color: #0883E1;
    width: .6rem;
    height: .6rem;
}

.banners .slider-indicators .active {
    background-color: #0883E1;
    width: .6rem;
    height: .6rem;
}

.banners.slider-indicators-round .slider-indicators > *,
.slider-indicators-round.slider-indicators > * {
    width: 0.7rem;
    height: 0.7rem;
    border: 0.4rem solid transparent;
    border-radius: 50%;
}

.banners .slider-indicators {
    position: absolute;
    right: 2rem;
    bottom: 0;
    left: 2rem;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: -1rem;
    list-style: none;
}

.banners .slider-indicators > * {
    background-color: #21538b !important;
}

.menu-rodape .menu {
    background-color: transparent;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 30px 15px 10px 10px;
    margin: 0;
    height: 210px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: hidden;
}

.menu-rodape .menu li ul {
    width: 100%;
    position: absolute;
    display: contents;
    font-size: 0.688rem;
    font-weight: 400;
    z-index: 0;
    list-style: none;
    overflow: auto;
}

.menu-rodape .menu a {
    color: #fff;
    width: 30%;
}

.menu-rodape .menu li {
    list-style: none;
    display: contents;
}

.menu-rodape .menu a:hover {
    color: #fff;
}

.img-padrao {
    background-color: #fff;
}

.img-interna {
    text-align: center;
    width: 65%;
    margin: auto;
}

li.noticias-interna {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.page-noticias {
    padding: 0 30px;
}

.page-noticias li::marker {
    color: red;
    font-size: 1.375rem;
}

.lista-noticias-destaque {
    list-style: none;
}

.titulo-outras-noticias {
    color: #000000;
    font-weight: bold;
    font-size: 1.75rem;
    background-color: #fff;
    position: relative;
    width: fit-content;
    z-index: 99;
    padding-right: 20px;
}

.titulo-outras-noticias-lidas {
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: 1.625rem;
    padding-top: 30px;
}

.outras-noticias img {
    object-fit: cover;
    max-height: 293px;
}

.box-mais-lidas {
    background-color: #BFDCFC;
    margin-top: 35px;
}

.linha-outras-noticias {
    border-bottom: 1px solid #b6b6b6;
    margin-top: 17px;
}

.resumo {
    font-size: 0.938rem;
    color: #000000;
}

.noticias .titulo {
    text-transform: uppercase;
    color: #003171;
}

.noticias .titulo-destaque {
    text-transform: uppercase;
    color: #000000;
    /* font-size: 0.875rem; */
    font-weight: bold;
    margin-bottom: 0px;
}

.noticias img {
    object-fit: cover;
    max-height: 293px;
}

.noticias-home-resp img {
    object-fit: cover;
    height: 85px;
}

.outras-noticias .titulo {
    text-transform: uppercase;
    color: #000000;
}

.titulo-mais-lidas {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 0.875rem;
}

.linha-separacao {
    border-bottom: 1px solid #428EE2;
    margin-top: 25px;
}

.bt-mais-noticias {
    color: #fff !important;
    background-color: #011A44;
    margin-top: 30px;
    text-align: center;
    padding: 15px;
    height: auto !important;
    width: 400px;
}

.noticias-outras .linha-outras-noticias {
    position: absolute;
    margin-left: 175px;
}

#misha_loadmore {
    text-align: center;
    /* text-transform: uppercase; */
    width: 400px;
    background-color: #011A44;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    margin: 0 auto;
    cursor: pointer;
}

#misha_loadmore:hover {
    background-color: #011A44;
}

.box-mais-lidas :last-child .linha-separacao {
    border-bottom: none;
}

.box-nucleo {
    border: 1px solid #dedede;
    margin-left: 6px;
}

.box-borda-estrutura {
    border: 1px solid #dedede;
    border-radius: 8px;
}

.box-borda-links {
    border: 1px solid #707070;
    border-radius: 8px;
}

.outroslinks .col-md-3 {
    padding: 0 30px;
}

.texto-links {
    color: #000;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
    /* padding-right: 5px; */
}

.espaco-box {
    padding: 50px 177px 50px 133px;
}

.espaco-box-servidores {
    padding: 30px 6px 30px 25px;
}

.servidores p {
    width: calc(100% / 2);
    float: left;
}

.titulo-atos-nucleo {
    color: #fff;
    font-size: 2.813rem;
    padding-left: 90px;
}

.titulo-atos-nucleo span {
    color: #fff;
    font-size: 2.813rem;
    font-weight: normal;
}

.background-atos-nucleo {
    background-color: #021b5b;
}

.center-img {
    text-align: center;
    margin-bottom: 20px;
}

.nucleo h4 {
    color: #003171;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
    background-color: #fff;
    position: relative;
    top: -8px;
    width: 200px;
    z-index: 99;
    left: 110px;
}

.textos-nucleo {
    font-size: 0.813rem;
}

.desembargador img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.titulo-corregedores {
    color: #003171;
    font-weight: 400;
    font-size: 0.75rem;
}

.alinha-box {
    justify-content: center;
}

.alinha-box1 {
    justify-content: center;
}

.alinha-box-desembargadores {
    justify-content: center;
    display: flex;
}

.margem-foto-des-1 {
    right: 80px;
}

.margem-foto-des-2 {
    left: 80px;
}

.img-botoes {
    width: 80%;
}

.outroslinks a {
    display: flex;
    align-items: center;
    font-size: 0.813rem;
    text-decoration: underline;
    padding: 3px 0;
}

/* Accordion */

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #003171;
    border-bottom: 1px solid #003171;
}

.card-body {
    border: 1px solid #003171;
}

.btn-link:hover {
    color: #fff;
}

.btn-link {
    font-weight: bold;
    color: #fff;
    background-color: transparent;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f0dd";
    float: right;
    margin-top: -46px;
    margin-right: 20px;
    color: #fff;
    font-size: 1.875rem;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0de";
}

.textos-nucleo ul {
    margin-left: 40px;
}

.textos-nucleo li {
    width: calc(100% / 2);
    float: left;
}

.servidores-nucleo ul {
    margin-left: 40px;
}

.servidores-nucleo li {
    width: calc(100% / 2);
    float: left;
    font-size: 0.813rem;
    list-style: none;
}

/* Fim accordion */

/*Saiba Mais*/

.areas .titulo {
    font-size: 0.875rem;
    font-weight: bold;
    color: #166506;
    text-align: center;
}

/* 
.areas .saibamais {
    color: #fff !important;
    background-color: #166506;
    text-align: center;
    padding: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 3px;
    display: block;
} */

.areas .saibamais {
    color: #fff !important;
    background-color: #166506;
    text-align: center;
    padding: 6px;
    font-size: 0.85rem;
    border-radius: 3px;
    display: inline-block;
}

.img-areas {
    width: auto;
    margin-right: 4px;
    /* margin-top: 5px; */
}

/* .img-areas {
    width: 50%;
    height: 170px; 
    margin-right: 4px;
    margin-top: 5px;
    object-fit: cover;        
    object-position: bottom;    
} */

.links-areas li {
    list-style: none;
    display: block;
}

.btn-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.areas .descricao {
    text-align: center;
    color: #5A5E61;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 20px 20px 0 20px;
    height: 37%;
}

.areas p {
    margin-bottom: 0;
}

.box-borda-areas {
    border: 1px solid rgba(112, 112, 112, 0.15);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    /* min-height: 450px; ajustável se quiser padronizar melhor */
}

.box-borda-areas {
    flex-grow: 1;
    margin-bottom: 20px;
}

.box-borda-areas .btn {
    margin-top: auto;
}

.slider-container > li {
    height: 100%;
}

.margem-areas {
    margin-left: 5%;
}

/* Fim Saiba Mais */

.boxes-titulo {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
}

.boxes-corpo {
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 10px;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.titulo-com-fundo {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.espaco-titulo-institucional {
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #081445;
}

.espaco-texto-box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0 !important;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
    flex: none;
    padding-right: 58px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
    font-size: var(--tec-font-size-6) !important;
}

.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
    display: none;
}

/* Barra de rolagem */

/* Estilo global da barra de rolagem */
* {
    scrollbar-width: thin;
    scrollbar-color: #345683 transparent;
}

/* WebKit scrollbar styling */
/* *::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #0E3363;
    border-radius: 20px;
} */

/* Works on Firefox 
* {
    scrollbar-width: thin;
    scrollbar-color: #9e9c9c #dedede;
  }
  */

/* Works on Chrome, Edge, and Safari 
  *::-webkit-scrollbar {
    width: 5px;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  */

/* *::-webkit-scrollbar-thumb {
    background-color:#9e9c9c;
    border-radius: 20px;
    border: 2px solid #dedede;
  } */

/* Collape Ultimate Blocks */

.wp-block-ub-content-toggle-accordion-title {
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    /* text-transform: uppercase !important; */
}

.wp-block-ub-content-toggle-accordion-title-wrap {
    background-color: #f1f1f1 !important;
    /* background: rgb(255,255,255) !important;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%)!important; */
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16) !important;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16) !important;
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16) !important;
}

.wp-block-ub-content-toggle-accordion {
    position: relative !important;
    border: 0 !important;
    margin-bottom: 10px !important;
    border-left: 1px solid #eeeeee !important;
    border-right: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator {
    margin: 0 20px !important;
}

.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
    display: none;
}

.tamanho-divs-menu-sistemas {
    width: 50%;
}

.tamanho-divs-menu-sites {
    width: 50%;
}

.posicao-ico-menu {
    left: -30px;
}

.container-equaliza {
    width: 65%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.margem-topo-equaliza-2 {
    margin-top: 80px;
}

.bg-destaques h1 {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding: 27px;
    padding-top: 10px;
    position: relative;
    background-image: url(assets/img/bg-titulos.png);
}

.font-titulos-equaliza-2 h1 {
    font-weight: bold;
    color: #081445;
    text-align: center;
}

.font-titulos-equaliza-1 {
    margin-top: -10px;
    font-weight: bold;
    color: #081445;
}

.margem-topo-equaliza {
    margin-top: 35px;
}

.margem-topo-banco {
    margin-top: 30px;
}

.equaliza .descricao ul {
    height: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-y: hidden;
    width: 45%;
    margin: 0;
}

.equaliza .descricao li {
    display: contents;
    list-style: disc;
    font-size: 0.938rem;
}

.equaliza .descricao a {
    width: 35%;
}

.boxes-equaliza {
    margin-top: 40px;
}

.boxes-equaliza .saibamais {
    color: #fff !important;
    background-color: #1A64BB;
    text-align: center;
    padding: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 8px;
    display: block;
    width: 100px;
}

.boxes-equaliza .box2 {
    color: #fff !important;
    background-color: #1A64BB;
    text-align: left;
    padding: 6px 6px 6px 25px;
    font-size: 1.563rem;
    font-weight: bold;
    border-radius: 15px;
    display: block;
    width: 500px;
}

.cards-topo-cartilha {
    margin-top: 45px;
}

.img-card-topo-cartilha {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 113px;
}

.slide-cartilhas .slider-indicators > * {
    display: none;
}

.slide-mapeamentos .slider-indicators > * {
    display: none;
}

.slide-cartilhas .slider-nav-round .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    color: #000;
}

.slide-cartilhas .slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
    background-color: #8f9ba1;
}

.slide-mapeamentos .slider-nav-round .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    color: #000;
}

.slide-mapeamentos .slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
    background-color: #8f9ba1;
}

.slide-banco .slider-indicators > * {
    display: none;
}

.slide-banco .slider-nav-round .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    background-color: #000;
}

.slide-cartilhas .slider-nav-round .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    background-color: #000;
}

.slide-mapeamentos .slider-nav-round .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    background-color: #000;
}

.slide-banco .slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
    background-color: #8f9ba1;
}

.fonte-cartilha h6 {
    font-size: 0.813rem;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.fonte-titulo h6 {
    font-weight: bold;
    font-size: 0.875rem;
    color: #000;
    margin-top: 10px;
}

.fonte-titulo-box h6 {
    font-weight: bold;
    font-size: 1.875rem;
    color: #000;
    margin-top: 10px;
}

.fonte-descricao-banco {
    font-size: 0.813rem;
    color: #000;
    margin-top: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.fonte-descricao-box {
    font-size: 0.938rem;
    color: #000;
    margin-top: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.slide-banco .saibamais {
    color: #fff !important;
    background-color: #1A64BB;
    text-align: center;
    padding: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 8px;
    display: block;
    width: 100px;
}

.box-banco .slider-container > * {
    scroll-snap-align: var(--swiffy-slider-snap-align);
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #EFEFEF;
    padding: 23px;
}

.bg-boxes {
    background-color: #EFEFEF;
    padding: 35px;
}

.div-banco {
    height: 65px;
}

.div-meio-boxes {
    margin: 6px;
}

.alinha-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.boxes-equaliza .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 64.333333%;
    max-width: 64.333333%;
}

.margem-blocos {
    margin-top: 40px;
}

.equaliza-pg p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.equaliza-pg li {
    margin-left: 20px;
}

.slider-item-show6 {
    --swiffy-slider-item-count: 5;
}

.titulo-boas-praticas h1 {
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.titulo-boas-praticas h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.titulo-boas-praticas-2 {
    font-weight: bold;
    margin-top: 0;
    margin-left: -20px;
    color: #000;
}

.titulo-boas-praticas-3 {
    font-weight: bold;
    margin-top: -18px;
    margin-left: -20px;
    color: #000;
}

.subtitulo-boas-praticas {
    font-weight: 600;
    font-size: 0.938rem;
    color: #000;
    text-align: center;
}

.box-borda-boas-praticas {
    border: 0;
    border-radius: 10px;
    text-align: center;
    width: 260px;
    height: 255px;
    background-color: #9FD7D3;
}

.areas-boas-praticas .titulo {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0 8px 0 8px;
}

.areas-boas-praticas .descricao {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 0.875rem;
    margin: 20px 15px 0 20px;
    height: 40%;
}

.areas-boas-praticas a:hover {
    color: #dedede;
}

.areas-boas-praticas .col-md-4 {
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
}

.texto-links-2 {
    color: #000;
    font-size: 0.813rem;
    font-weight: bold;
    text-align: center;
}

.img-areas-2 {
    width: auto;
    padding: 55px 0 10px 0;
}

.boas-praticas-pg p {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2rem;
}

.boas-praticas-pg ul {
    list-style: none;
    padding-left: 20px;
}

.boas-praticas-pg ul li {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.boas-praticas-pg ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    background-color: #469792;
    border-radius: 0;
}

.form-boas-praticas input[type="text"],
.form-boas-praticas input[type="email"],
.form-boas-praticas textarea,
.form-boas-praticas input[type="file"],
.form-boas-praticas input[type="checkbox"],
.form-boas-praticas select,
.form-boas-praticas button {
    border-radius: 8px;
    background-color: #469792;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.form-boas-praticas button {
    border: none;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: bold;
    background-color: #469792;
    color: #ffffff;
}

.form-boas-praticas label {
    display: block;
    margin-bottom: 5px;
}

.form-boas-praticas input::placeholder,
.form-boas-praticas textarea::placeholder {
    color: #FFFFFF;
}

.form-boas-praticas select {
    padding: 10px 40px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #469792;
    color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><path d="M6 6l6-6H0z" fill="%23fff"/></svg>');
    /* Adiciona uma seta personalizada (neste exemplo, uma seta simples em SVG) */
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.alinha-botão {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.alinha-botoes-carrosel {
    width: 80px;
    display: flex;
    margin: auto;
}

.setas-cards .slider-nav {
    position: absolute;
    margin-left: 0;
}

.slider-nav {
    /* position: relative; */
    margin-left: 0;
    color: #000;
}

.img-lamp {
    width: auto;
}

.alinha-banner .slider-nav {
    display: none;
}

.alinha-banner .slider-nav-next {
    display: none;
}

.noticias-destaque-container {
    padding-left: 15px;
    padding-right: 15px;
}

.titulo-container {
    margin-left: 15px;
    margin-right: 15px;
}

.noticias-outras-container {
    margin-left: 15px;
    margin-right: 15px;
}

.word-break {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.redes-uteis-ul-no-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

.redes-title {
    font-weight: bold;
}

.text-white {
    color: #fff !important;
    font-weight: 600;
}

.rede-img {
    margin-right: 5px;
}

.boxes-missao-visao {
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(20, 147, 180, 0.1);
    padding: 10px 0 10px 10px;
}

.conteudo-boxes-missao-visao {
    background-color: rgba(124, 169, 178, 0.07);
    padding: 10px 40px 10px 40px;
}

.menu-wrapper ul,
.menu-wrapper li {
    list-style: none;
}

.container-img-ico {
    width: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-img-ico img.img-ajustada {
    max-width: 150%;
    height: auto;
    display: block;
    object-fit: contain;
}

.titulo-area {
    margin-top: 10px;
    margin-bottom: 10px;
}

.texto-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu-wrapper {
    max-height: 100vh;
    overflow-y: auto;
    padding-right: 0;
    /* scrollbar-width: thin;
    scrollbar-color: #2c319a transparent; */
}

.menu-wrapper::-webkit-scrollbar {
    width: 20px;
}

.menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #0E3363;
    border-radius: 20px;
}

.menu-wrapper::-webkit-scrollbar-button:start:decrement,
.menu-wrapper::-webkit-scrollbar-button:end:increment {
    display: none;
    height: 0;
}

.lista-espaco-informacoes {
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
    margin: 10px;
}

.lista-correicoes-cores li:nth-child(2n+1) {
    background-color: rgba(120, 202, 251, 0.1);
}

.lista-correicoes-cores li {
    background-color: #fff;
}

.page-correicoes-judiciais #correicoes,
.page-template-page-correicoes-judiciais #correicoes {
    float: right;
    position: relative;
    display: block;
    height: auto;
    font-size: 0.688rem;
    background-color: rgba(120, 202, 251, 0.2);
    color: #1B6FB8;
    font-weight: bold;
    padding-left: 10px;
    top: 0px;
    margin: 0;
    z-index: 0;
    padding-bottom: .5em;
}

.page-correicoes-judiciais #correicoes,
.page-template-page-correicoes-judiciais #correicoes {
    padding: 10px 30px !important;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
}

.botoes-arquivos-correicoes {
    background-color: #18A0FB;
    border-color: #18A0FB;
    padding: 5px 10px;
    color: #fff;
    display: block;
    margin-inline-start: auto;
    border-radius: 6px;
    margin-bottom: 5px;
    text-align: center;
}

.botoes-arquivos-correicoes:hover {
    background-color: #0d598c;
    color: #fff;
    text-decoration: none;
}

.atos .botoes-arquivos-correicoes {
    margin-right: 10px;
    display: inline-block;
    margin-inline-start: initial;
}

.atribuicao-juiz {
    width: 80%;
    margin: auto;
    background: #E4F8FF;
    color: #003171;
    font-weight: bold;
    padding: 15px 30px;
}

.atribuicao-juiz p {
    margin-bottom: 0;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 100%;
    }
}

/* ── 0) setup geral de li como referência */
.menu li {
    position: relative;
}

/* ── 1) 1º subnível (dropdown de nível 1) */
.menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #081342;
    z-index: 10000;
    min-width: 200px;
}

/* ── 2) 2º subnível (dropdown de nível 2) */
.menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    background-color: #142B6E;
    z-index: 10001;
    min-width: 200px;
}

/* ── 3) 3º subnível (dropdown de nível 3) */
nav .menu li > ul.sub-menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #1D3B7A;
    z-index: 10002;
    min-width: 200px;
}

/* ── 4) hover mantém todos abertos */
nav .menu li:hover > ul.sub-menu,
nav .menu li > ul.sub-menu li:hover > ul.sub-menu,
nav .menu li > ul.sub-menu li > ul.sub-menu li:hover > ul.sub-menu {
    display: block !important;
}

/* ── 5) overflow & z‑index dos wrappers */
/* nav,
#control-nav:checked ~ nav,
.menu-wrapper,
.menu {
    overflow: visible !important;
} */

.menu-wrapper {
    height: 90vh !important;
}

/* ── 6) remove scrollbar / limites de altura */
nav .menu > li > ul.sub-menu,
nav .menu li > ul.sub-menu li > ul.sub-menu {
    max-height: none !important;
    overflow: visible !important;
}

/* ── 7) elimina seta duplicada no nível 0 */
.menu > li.menu-item-has-children > a::after {
    content: none !important;
}

/* ── 8) seta somente no nível 1 */
nav .menu li > ul.sub-menu li.menu-item-has-children > a {
    position: relative;
}

nav .menu li > ul.sub-menu li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

/* ------------- Alinhamento fixo para os desembargadores ------------- */
.desembargadores {
    margin-bottom: 20px;
}

.desembargadores .desembargador {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    /* remove padding padrão do col-md */
    text-align: center;
}

.desembargadores .desembargador img {
    width: 130px;
    /* forçar tamanho fixo */
    height: 130px;
    object-fit: cover;
    /* cobre o círculo sem distorcer */
    border-radius: 50%;
    margin-bottom: 10px;
}

.desembargadores .desembargador .titulo {
    margin: 5px 0;
    line-height: 1.2;
    max-width: 280px;
    /* evita quebra estranha no texto */
}

.pushy-interno .menu li > ul.sub-menu {
    display: none !important;
}

.pushy-interno .menu li.menu-item-has-children:hover > ul.sub-menu,
.pushy-interno .menu li.menu-item-has-children.active > ul.sub-menu {
    display: block !important;
}

.pushy-interno .menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    display: none !important;
}

.pushy-interno .menu li > ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu,
.pushy-interno .menu li > ul.sub-menu li.menu-item-has-children.active > ul.sub-menu {
    display: block !important;
}

/* =========================
   MENU SECUNDÁRIO - ESTILO BASE
   ========================= */
.menu-secundario {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.menu-secundario > li {
    position: relative;
}

.menu-secundario > li > a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
}

/* =========================
   HOVER DO PRIMEIRO NÍVEL
   ========================= */
.menu-secundario > li:hover > a {
    background-color: #0C1A55;
    color: #fff;
}

/* =========================
   SUBNÍVEL 1
   ========================= */
.menu-secundario li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #081342;
    border-radius: 8px;
    display: none;
    min-width: 200px;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Mostrar submenu no hover */
.menu-secundario li:hover > ul.sub-menu {
    display: block;
}

/* Links dentro do submenu */
.menu-secundario li ul.sub-menu li a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
}

/* Hover nos links do submenu */
.menu-secundario li ul.sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* =========================
   SUBNÍVEL 2 (E MAIS)
   ========================= */
.menu-secundario li ul.sub-menu li {
    position: relative;
}

.menu-secundario li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: calc(100% - 2px); /* Gruda melhor, evitando falha no hover */
    background-color: #0C1A55;
    border-radius: 8px;
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Mostrar sub-submenu no hover */
.menu-secundario li ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}

/* =========================
   ÁREA DE SEGURANÇA — ANTI-SUMIÇO DE SUBMENUS
   ========================= */
.menu-secundario li ul.sub-menu li:hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
}


  

 @media (min-width: 1367px) {
  nav,
  #control-nav:checked ~ nav,
  .menu-wrapper,
  .menu {
    overflow: visible !important;
  }

  .destaque-home p {
    height: auto;
  }
}

@media (max-width: 1366px) {

  .dropdown-menu {
    width: 94.3%;
  }

  .alinha-btn-sites {
    width: 95%;
  }

  .font-titulos-equaliza-1 {
    margin-top: -27px;
  }

  .fonte-cartilha h6 {
    font-size: 0.75rem;
  }

  .box-banco .slider-container>* {
    height: 210px;
  }

  .slider-item-show6 {
    --swiffy-slider-item-count: 3;
  }

  .fonte-titulo-box h6 {
    font-size: 1.813rem;
  }

  .links-topo .menu {
    font-size: 0.75rem;
  }

  .font-titulos-equaliza-2 h1 {
    font-weight: bold;
    color: #081445;
    text-align: center;
  }

  .bg-destaques h1 {
    padding-top: 0px;
  }

  .areas-boas-praticas .col-md-4 {
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 30.333333%;
    max-width: 50.333333%;
  }

  /* libera overflow do nav quando aberto */
  /* nav,
  #control-nav:checked ~ nav {
    overflow: visible !important;
  } */

  /* libera overflow dos wrappers internos */
  /* .menu-wrapper,
  .menu {
    overflow: visible !important;
  } */

  /* garante sobreposição e visibilidade dos submenus */
  /* nav .menu li > ul.sub-menu,
  nav .menu li > ul.sub-menu li > ul.sub-menu {
    z-index: 99999 !important;
    overflow: visible !important;
  } */

  .menu-wrapper,
  .menu {
    max-height: 90vh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .pushy-interno {
    position: fixed !important;
    height: 90vh;
    overflow-y: auto !important;
  }

  /* Garante sobreposição dos submenus */
  nav .menu li > ul.sub-menu,
  nav .menu li > ul.sub-menu li > ul.sub-menu {
    z-index: 99999 !important;
    overflow: visible !important;
  }
}



@media (max-width: 1280px){

    .wppsac-post-content {
        font-size: 0.875rem;    
    }

    .wppsac-post-carousel.design-1 .wppsac-post-title a {
        font-size: 2.125rem;
    }

    .destaque-home p {
        height: 90px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .noticias-home .titulo {
        height: 60px;
    }

    .slider-item-show6 {
        --swiffy-slider-item-count: 3;
    }

    .slide {
        margin-left: 0.33333%;
    }

    .slider-indicators {
        display: block;
        text-align: center;
    }

    .slider-indicators-round .slider-indicators > *,
    .slider-indicators-round.slider-indicators > * {
        width: 0.5rem;
        height: 0.5rem;
        opacity: 1;
    }

    .servico .slider-indicators > * {
        background-color: #e1e1e1;
    }

    .slider-indicators .active {
        background-color: #0883E1;
        width: 0.5rem;
        height: 0.5rem;
        opacity: 1;
    }

    .botoes-uteis h6 {
        font-size: 0.813rem;
    }

    .links-topo .menu {
        text-align-last: center;
        font-size: 0.688rem;
        font-weight: 700;
        display: flex;
        margin: 0;
        height: 100px;
        width: 100%;
        background-color: transparent;
        padding-bottom: 0;
        overflow: initial;
    }

    .links-topo .menu li ul {
        position: relative;
        top: auto;
        left: auto;
        background-color: transparent;
        display: none;
        font-size: 0.75rem;
        z-index: 0;
        padding-inline-start: 0;
        list-style: none;
        font-weight: 700;
        overflow: initial;
        margin-left: 0;
        padding: 0;
        padding-right: 0;
        border-radius: 0;
        height: auto;
    }

    .links-topo .sub-menu li:last-child {
        border-bottom: none;
    }

    .links-topo .sub-menu li {
        padding: 5px !important;
        margin: 0 10px;
        display: block;
        border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    }

    .links-topo .sub-menu li:last-child {
        padding-bottom: 0 !important;
    }

    .menu li:hover > ul {
        display: block;
    }

    .logo-cabecalho {
        width: 80%;
    }

    .menu-superior-2 .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-superior-2 .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .menu-superior-2 {
        background-color: #F3F6FC;
        color: #fff;
        height: 150px;
    }

    .menu-superior-sistemas {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .menu-superior-left .menu {
        margin-top: 20px;
        height: 35px;
        background-color: transparent;
        padding-bottom: 0;
        width: auto;
        text-align: center;
        font-size: 0.75rem;
        overflow-y: hidden;
    }

    .areas .descricao {
        text-align: center;
        color: #5A5E61;
        font-size: 0.813rem;
        font-weight: 500;
        margin: 20px 20px 0 20px;
        height: 37%;
    }

    .margem-logo-interna {
        margin-top: 30px;
        text-align: center;
    }

    .interno .input-campo-busca {
        width: 100%;
        font-size: 0.688rem;
    }

    .busca-principal-interna {
        margin: 15px -40px 15px 0;
        text-align: end;
    }

    .logo-topo-interna img {
        width: 85%;
    }

    .fonte-titulo-box h6 {
        font-size: 1.625rem;
    }

    .fonte-descricao-box {
        font-size: 0.875rem;
    }

 /* Contêiner principal do menu pushy */
    .pushy-interno {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 355px !important;
        max-width: 90vw !important;
        height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        background-color: #0C1A55 !important;
        z-index: 1000 !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #888 #0C1A55;
    }

    /* Estiliza a barra de rolagem diretamente no .pushy-interno */
    .pushy-interno::-webkit-scrollbar {
        width: 8px;
    }

    .pushy-interno::-webkit-scrollbar-track {
        background: #0C1A55;
    }

    .pushy-interno::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

    /* Remove qualquer possibilidade de rolagem interna */
    .pushy-interno .menu-wrapper,
    .pushy-interno .menu {
        max-height: none !important;
        overflow-y: visible !important;
        overflow-x: hidden !important;
        position: relative;
        width: 325px;
    }

    /* Garante que nav não interfira na rolagem */
    nav,
    #control-nav:checked ~ nav {
        overflow: visible !important;
    }

    /* Submenus de primeiro nível */
    .menu li.menu-item-has-children {
        position: relative;
    }

    .menu li.menu-item-has-children > ul.sub-menu {
        position: fixed !important;
        top: 0; /* Ajustado dinamicamente pelo JavaScript */
        left: 355px; /* Valor inicial, ajustado dinamicamente pelo JavaScript */
        width: 250px !important;
        max-width: 80vw !important;
        display: none !important;
        background-color: #081342 !important;
        z-index: 2000 !important;
        box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.1);
        border-radius: 0 8px 8px 0;
        padding: 15px 10px 15px 15px;
        transform: translateZ(0);
    }

    /* Exibe submenu ao passar o mouse ou com classe active */
    .menu li.menu-item-has-children:hover > ul.sub-menu,
    .menu li.menu-item-has-children.active > ul.sub-menu {
        display: block !important;
    }

    /* Pseudo-elemento para preencher o espaço entre o item pai e o submenu */
    .menu li.menu-item-has-children:hover::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px; /* Pequena área para manter o hover ativo */
        height: 100%;
        background: transparent;
        z-index: 2000;
    }

    /* Submenus de segundo nível */
    .menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children {
        position: relative;
    }

    .menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
        position: fixed !important;
        left: 605px; /* Valor inicial, ajustado dinamicamente pelo JavaScript */
        top: 0; /* Ajustado dinamicamente pelo JavaScript */
        width: 250px !important;
        max-width: 80vw !important;
        display: none !important;
        background-color: #142B6E !important;
        z-index: 3000 !important;
        box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.1);
        border-radius: 0 8px 8px 0;
        padding: 15px 10px 15px 15px;
        transform: translateZ(0);
    }

    /* Exibe submenu de segundo nível ao passar o mouse ou com classe active */
    .menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu,
    .menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children.active > ul.sub-menu {
        display: block !important;
    }

    /* Pseudo-elemento para submenus de segundo nível */
    .menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: 100%;
        background: transparent;
        z-index: 3000;
    }
}


@media (max-width: 967px){
	
	.menu-rodape{
       width: auto;
    }
    .width-resp{
        flex: 100%;
        max-width: 100%;
    }
    
	.logo-rodape{
       width: 50%;
    }
    
    .box-capacitacao .col-md-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slide{
        margin-left: 5%;
    }
    .slider-item-show6 {
        --swiffy-slider-item-count: 3;
    }

        .logo-topo-home img {
        width: auto;
        padding: 30px;
    }

    .menu-superior-left .menu {
        overflow-y: hidden;
    }

    .font-titulos-equaliza-1 {
        margin-top: -29px;
    }

    .areas-boas-praticas .descricao {
        font-size: 0.75rem;
    }

    .areas-boas-praticas .titulo {
        font-size: 1rem;
    }

        .links-topo {
        display:none;
    }

}

@media (max-width: 992px) { 

    .bg-destaques h1 {
        font-size: 1.813rem;
    }

    .margem-topo-equaliza {
        margin-top: 55px;
    }

}

@media (max-width: 768px){

    .logo-topo-home {
        text-align: center;
    }

    .logo-topo-home img {
        width: auto;
        padding: 30px;
    }
    #logo-topo-cgj{
        width: 50%;
    }

    .links-extra {
        display: block;
    }

    .links-extra a{
        justify-content: left;
    }

    .links-extra span {
        display: none;
    }

    .linha-direita {
        display: none;
    }

    .noticias-home a {
        height: auto;
        margin-bottom: 20px;
    }

    .noticias-home .titulo {
        height: auto;
    }

    .noticias-home {
        margin-top: 36px;
        padding: 0;
    }

    .destaque-home p {
        height: auto;
    }

    .fique-ligado {
        padding-left: 15px;
        margin-top: 35px;
    }

    .titulo-servico {
        margin: auto;
        width: fit-content;
    }

    .linha {
        width: 100%;
    }

    .slider-item-show6 {
        --swiffy-slider-item-count: 1;
        margin-bottom: 25px;
    }

    .cards-topo.slider-container>* {
        width: 100%;
        height: 290px;
    }

    .cards-topo a {
        height: 100%;
    }

    .banner-inferior .col-md-6:first-child {
        margin-bottom: 30px;
    }

    .logo-rodape img {
        width: 65%;
        margin: 0 auto;
        display: flex;
    }

    .menu-rodape .menu a {
        width: 45%;
        padding-right: 15px;
    }

    header .control-nav {
        position: absolute;
        margin: 55px 0 0 20px;
    }

    .logo {
        width: 70%;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }

    .logo-cabecalho {
        width: 70%;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }

    .redes-sociais .container {
        justify-content: center;
    }

    .redes-sociais {
        margin: 0 -15px;
        float: none;
    }

    .noticias-home img {
        object-fit: cover;
        max-height: 180px;
    }

    .noticias-home-resp a{
        width: 50%;
        display: inline-block;
        margin: -2px;
        padding: 0 10px;
    }

    .servico .row{
        flex-wrap: initial;
    }

    .logo.interno {
        margin: auto;
        margin-bottom: 20px;
    }

    .botoes-uteis h6 {
        font-size: 0.875rem;
    }
    
    .input-campo-busca {
        width: 60%;
    }
    
    .menu_topo {
        margin: auto;
        width: fit-content;
    }

    .menu_topo li a{
        font-size: 0.75rem;
    }

    .links-topo {
        text-align-last: center;
    }
    
    .botoes-uteis a{
        width: 100%;
    }
    
    .boxes-missao-visao {
        margin-top: 30px;
    }

    .logo-rodape img {
        width: 35%;
    }

    .logos-rodape-secundarias img {
        width: 85%;
        margin-bottom: 30px;
        margin-top: 25px;
    }

    .links-topo .menu {
        text-align-last: center;
        font-size: 0.625rem;
        font-weight: 700;
        display: flex;
        margin: 0;
        height: 100px;
        width: 100%;
        background-color: transparent;
        padding-bottom: 0;
        overflow: initial;
    }

    
    /* Menu superior esquerdo */

    .menu-superior-left .menu {
        margin-top: 10px;
        height: 35px;
        background-color: transparent;
        padding-bottom: 0;
        width: auto;
        text-align: center;
        font-size: 0.75rem;
        padding-left: 0px;
    }

    .menu-superior-left .menu {
        margin-top: 15px;
        height: 35px;
        background-color: transparent;
        padding-bottom: 0;
        width: auto;
        text-align: center;
        font-size: 0.75rem;
    }

    .swiffy-slider.slider-indicators-outside .slider-indicators, .swiffy-slider.slider-indicators-outside.slider-indicators {
        margin-bottom: 10px;
    }

    .bg-destaques h1 {
        background-image: revert;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #1A64BB;
        background-color: #EFEFEF;
    }

    .boxes-equaliza .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .font-titulos-equaliza-1 {
        margin-top: 10px;
        font-size: 2.25rem;
    }
    

    .fonte-titulo h6 {
        font-size: 1.375rem;
    }

    .fonte-descricao-banco {
        font-size: 0.875rem;
    }

    .div-banco {
        height: 60px;
    }

    .img-card-topo-cartilha {
        width: 100%;
        max-height: inherit;
    }

    .margem-topo-banco {
        margin-top: 0;
    }

    .fonte-cartilha h6 {
        font-size: 0.938rem;
    }

    .equaliza .descricao li {
        display: revert;
    }

    .logo-topo-interna img {
        width: 55%;
    }

    .margem-blocos {
        margin-top: 0;
    }

    .boxes-equaliza .box2 {
        width: 455px;
    }

    .boas-praticas-pg ul li::before {
        top: 9%; 
    }

    .areas-boas-praticas .descricao {
        font-size: 0.938rem;
    }

    .areas-boas-praticas .titulo {
        font-size: 1.125rem;
    }

    .d-md-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .justify-content-center {
        justify-content: center;
    }
    .text-md-left {
        text-align: left;
    }

    .areas-boas-praticas .col-md-4 {
        -ms-flex: 0 0 28.333333%;
        flex: 0 0 100%;
        max-width: 69%;
    }

    .slider-item-show4 {
        --swiffy-slider-item-count: 1;
    }


  
        /* 1) libera overflow do nav quando aberto no mobile */
        nav,
        #control-nav:checked ~ nav {
          overflow: visible !important;
        }
      
        /* 2) libera overflow dos wrappers internos */
        .menu-wrapper,
        .menu {
          overflow: visible !important;
        }
      
        /* 3) z-index máximo para dropdowns */
        nav .menu li > ul.sub-menu,
        nav .menu li > ul.sub-menu li > ul.sub-menu {
          z-index: 99999 !important;
          overflow: visible !important;
        }
     
      

}

@media (max-width: 576px){

    .fonte-combo {
        font-size: 0.75rem;
    }

    .menu-superior-left .menu {
        font-size: 0.625rem;
        margin: 15px 0 0 0;
    }

    .logo-rodape img {
        width: 50%;
    }

    .img-card-topo {
        width: 55%;
        display: block;
        margin: auto;
    }

    .logos-rodape-secundarias img {
        width: 80%;
        margin-bottom: 30px;
        margin-top: 25px;
    }

    .col-md-6.width-resp, .col-md-8.width-resp{
        display: none;
    }

    .titulo-topo {
        padding: 25px 0;
    }
    .logo {
        margin-bottom: 0px;
    }
    .noticias-home img {
        max-height: 90px;
    }

    .texto-destaque {
        height: 100px;
        overflow: hidden;
    }

    .noticias-outras .linha-outras-noticias {
        display: none;
    }

    .slider-item-show5{
        --swiffy-slider-item-count: 1;
    }
    .slider-indicators{
        display: flex;
    }
    .topo1-cor {
        height: 750px;
    }
    html {
        margin-top: 0px !important;
    }

    .menu-superior-sistemas .menu {
       margin: 10px auto;
    }

   .menu {       
        height: 390px;
        margin: 10px 30px 0;
        overflow-y: scroll;
    } 

    .links-topo {
        display: grid;
    }

    .links-topo li:las {
        margin-bottom: 10px;
    }

    .pushy-interno{
        max-width: 75%;
        position: absolute;
        overflow-y: auto;
    }

    .pushy a {
        color: #fff;
        padding: 15px 0;
    }

    .pushy a:hover {
        color: #fff;
    }

    div#menu\ menu-btn {
        position: absolute;
    }

    .input-campo-busca {
        margin: auto;
    }

    .menu_topo li {
        width: 100%;
        text-align: center;
    }

    .menu_topo li a{
        font-size: 0.75rem;
    }

    .menu li ul{
        position: relative;
        display: none;
        top: 0;
        left: 0;
        padding: 15px !important;
        height: 280px;
    }

    .sub-menu li {
        padding-left: 10px;
    }

    .wppsac-post-image-bg{
        display: none;
    }

    .wppsac-post-content-position {
        font-size: 0.75rem;
    }
    .card{
        height: auto;
    }
    .card img{
        width: 80%;
        height: auto;
    }
    .card h3 {
        font-size: 1.063rem;
        margin-top: 15px;
        color: #061528;
        font-weight: Bold;
    }
    header .control-nav {
		height: 60px;
        padding-left: 0px;
        margin: -7px 0 0 -15px;
    }
    header .control-nav-close {
        height: 60px;
        padding-left: 0px;
        margin: -7px 0 0 -15px;
    }

    .logo-topo{
        width: 65%;
        padding: 10px;
    }

    .logo-top-resp{
        position: absolute;
        right: 10px;
    }
    .subtitulo-pagina-interna {
        color: #FFFFFF;
        width: auto;
    }
    .background-topo-page {
        padding: 30px 0;
        height: auto;
    }
    .background-topo-page .row {
        margin: 0;
    }
    .bem-vindo{
        background-color: transparent;
        color: #fff;
    }
    .menu-interno {
        justify-content: center;
    }
    .botoes-uteis h1 {
        font-size: 1rem;
        margin-top: -25px;
        margin-left: 15px;
        font-weight: bold;
        text-align: left;
    }
   
    .borda-esquerda{
        border-left: 4px solid #E81616;
        padding-left: 10px;
    }
    .titulo {
        color: #003171;
        font-weight: bold;
    }
    .titulo-search {
        font-weight: bold;
        color: #081445;
    }
    .topo-page{
        text-align: center;
    }
    .resultado-search {
        width: 100%;
        display: block;
    }
    .menu-responsivo{
        margin-left: 30px;
        list-style: none;
        margin-top: 0 !important;
    }
    .jtabk-active button, .enviarconsproc {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    #jtabk-menu {
        font-size: 0.875rem;
    }
    #menu-responsivo {
        padding-left: 30px;
        list-style: none;
        margin-top: 0;
    }

    .fonte-cards {
        font-size: 0.5rem;
        align-items: center;
        padding: 0 24px;
        margin: 0;
    }

  
    
    /* INICIO RODAPÉ */

    .menu-rodape {
        width: auto;
        /* border-top: 1px solid #ccc; */
    }

    .menu-rodape .menu {
        height: auto;
    }

    .menu-rodape .menu li {
        list-style: none;
        display: block;
    }

    .logo-rodape{
        width: 100%;
        margin-top: auto;
        margin-right: 0;
     }
     .cards-topo.slider-container>* {
        width: 80%;
        height: 280px;
        margin: auto;
    }

     /* FIM RODAPÉ */

     .espaco-box {
        padding: 50px 90px 50px 90px;
    }

    .nucleo h4 {
        color: #003171;
        font-weight: bold;
        font-size: 0.75rem;
        text-align: center;
        background-color: #fff;
        position: relative;
        width: fit-content;
        margin: auto;
        padding: 0 40px;
    }

    .margem-box {
        margin-bottom: 30px;
    }

    .margem-foto-des-1 {
        right: 0;
    }

    .margem-foto-des-2 {
        left: 0;
    }

    .btn-link {
        font-size: 0.875rem;
    }

    .accordion .card-header:after {
        font-family: 'FontAwesome';
        content: "\f0dd";
        float: right;
        margin-top: -47px;
        margin-right: -5px;
        color: #fff;
        font-size: 1.875rem;
    }

    .outroslinks .col-md-3 {
        padding: 0 135px;
    }

    .linha-direita-atos {
        display: none;
    }

    .slider-item-show6{
        --swiffy-slider-item-count: 1;
    }

    .swiffy-slider.slider-indicators-outside .slider-indicators, .swiffy-slider.slider-indicators-outside.slider-indicators {
        margin-bottom: 10px;
    }

    .posicao-ico-menu {
        left: 0;
    }

    .links-topo .menu {
        text-align-last: center;
        font-size: 0.5rem;
        font-weight: 700;
        display: flex;
        margin: 0;
        height: 100px;
        width: 510px;
        background-color: transparent;
        padding-bottom: 0;
        overflow: initial;
    }

    .copyright {
        font-size: 0.625rem;
    }

    .redes-sociais {
        font-size: 0.688rem;
    }

    .fonte-cartilha h6 {
        font-size: 0.875rem;
    }


    .img-card-topo-cartilha {
        width: 100%;
        display: block;
    }

    .font-titulos-equaliza-1 {
        margin-top: 10px;
    }

    .boxes-equaliza .box2 {
        font-size: 1.375rem;
        width: 370px;
    }

    .boas-praticas-pg ul li::before {
        top: 7%; 
    }

    .titulo-boas-praticas-3 {
        margin-top: -12px;
    }

    .margem-topo-banco {
        margin-top: 110px;
    }

    .areas-boas-praticas .col-md-4 {
        -ms-flex: 0 0 28.333333%;
        flex: 0 0 50.333333%;
        max-width: 80.333333%;
    }

}

@media (max-width: 540px){

    .linha-vertical-menu-1 {
        border-right: 1px solid #3186E4;
        padding: 5px 0 5px 0;
        position: absolute;
        right: 30px;
        height: 23px;
    }

}