/*
Theme Name: Portal Primeira Vice Presidência
Author: Antonio Paim - Qintess
Description: Tema desenvolvido para o portal da Primeira Vice Presidência
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;
    width: 100%;
}

body {
    background-color: #fff;
    font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    font-size: 18px;
    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: #011A44;
    margin-top: 30px;
    text-align: center;
    padding: 15px;
    height: auto !important;
}

.menu-centralizado {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.busca-centralizada {
    display: flex;
    justify-content: center; 
    align-items: center; 
}


#busca-principal.busca-interno {
    width: 100%; 
}

.input-group {
    width: 100%; 
}

.scroll {
    background-color: red;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    position: relative;
    top: -30px;
    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: 14px;
    overflow-y: hidden;
    text-transform: uppercase;
}

.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: 12px;
    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;
}

.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: 14px;
    height: 45px;
    background-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, 10%);
    background: #ffffff;
    height: 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; 
} */

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

#novo-pushy-menu nav {
    position: absolute;
    z-index: 99999;
    overflow: visible;
    visibility: hidden;
}

#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: 55%;
    padding-bottom: 20px;
    padding-top: 40px;
}

.logo-cabecalho {
    width: auto;
}

/* -- 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(33, 83, 139, 80%);
    display: block;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 20px;
    font-size: 13px;
}

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

.cards-topo h6{
    font-size: 12px;
    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: 75%;
    display: block;
    margin: auto;
}
.logo-corregedoria-interna img{
    display: block;
    margin: auto;
    width: 50%;
    padding: 20px;
}

.conteudo-index {
    margin-top: 20px;
}

.marcador{
    color: #eb3b3b;
    position: absolute;
    font-size: 22px;
}

.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: 14px;
}

.botoes-uteis p {
    margin-bottom: 0;
    font-size: 14px;
 }

#control-nav{
    display: none;
}

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

.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: auto;
    padding: 10px;
}

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

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

.titulo-topo {
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 900;
    padding: 45px 0;
    font-size: 40px;
}

.titulo-topo-ham {
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 900;
    padding: 45px 25px 0 0;
    font-size: 25px;
}

a{
    color: #1B6FB8;
}
.btn-search{
    padding: 8px 10px;
    margin-top: -1px;
    margin-left: -4px;
    color: #fff;
    background-color: #e51f1f !important;
    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;
}

/* Menu Secundário */

/* Estilos principais para a seção de links no topo */
.links-topo .menu {
    text-align-last: center;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    margin: 0;
    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;
}

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

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

.links-topo .menu li ul {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    display: none;
    font-size: 12px;
    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;
}

/* Adicionais para garantir estilos completos */
.links-topo li {
    margin: auto;
    display: inline-block;
    width: -webkit-fill-available;
}

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

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

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

#menu {
    align-self: center;
}

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

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

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

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

.topo-interno {
    font-size: 10px;
}

.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: 11px;
    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: 13px;
    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: 30px;
    margin: 0;
    color: #002164;
}

.input-campo-busca {
    width: 60%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #E9E9E9;
    color: #000000;
    font-size: 14px;
    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%;
}

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

.menu {
    font-family: 'Montserrat', 'roboto', 'opensans';
    font-size: 15px;
    font-weight: 600;
    line-height: 2.1;
    color: #FFFFFF;
    background-color: #0C1A55;
    width: 325px;
    margin: 10px 0;
    overflow-y: auto;
    padding-bottom: 30px;
    height: 80vw;
}

.menu li ul {
    width: 100%;
    height: 84vh;
    position: absolute;
    top: 80px;
    left: 90%;
    background-color: #081342;
    display: none;
    font-size: 14px;
    z-index: 0;
    padding-inline-start: 0px;
    list-style: none;
    font-weight: 700;
    overflow: auto;
}

.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', 'opensans';
    font-size: 14px;
    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: -290px;
    margin-top: -20px;
}
.sub-menu li{
    padding-left: 30px;
}
.menu-principal {
    width: 355px;
    background: #0C1A55;
    overflow: hidden;
}

.pushy-interno {
    max-width: 355px;
    background-color: #0C1A55;
    position: relative; 
    overflow: visible;  /* ← garante que o submenu não seja cortado */
}

.pushy-interno li{
    list-style-type: none;
    margin-left: 30px;
}
.pushy-interno li li{
    margin-left: 0px;
    margin-top: 30px;
}
.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: #303233;
    font-weight: bold;
}

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

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

.titulo-estrutura {
    color: #081445;
    font-weight: 800;
    font-size: 20px;
}

.img-tabeliaes {
    width: auto;
}

.img-links {
    width: 85px;
}

.titulo-tabeliaes {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.texto-nucleo {
    font-size: 14px;
}

.noticias-home .titulo{
    height: 65px;
    overflow: hidden;
    font-size: 14px;
}

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

.data{
    color: #312d2d;
    font-size: 13px;
    font-weight: 600;
}

.data-interna{
    color: #5d5d5d;
    font-size: 13px;
}

.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: 16px;
    font-weight: 400;
    color: #000000;
    margin-top:30px;
    margin-left: 70px;
}

.breadcrumb-portal{
    font-size: 14px;
    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: 12px;
}

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

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

.resultado-search {
    font-size: 18px;
}

.resultado-busca a{
    background-color: #fff;
    color:#003171;
    font-size: 18px;
    text-transform: uppercase;
    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: 11px;
    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;
}


.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-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;
    font-weight: bold;
}

.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: 14px;
    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: 16px;
    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-container {
    overflow-y: hidden;
}
.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;
}

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

.rodape {
    min-height: 300px;
}

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

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

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

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

.copyright{
    background-color: rgb(0,30,91);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-self: center;
    float: left;
    height: 52px;
    align-items: center;
}

.margem-rodape-end {
    margin-top: 35px;
}

.endereco-rodape{
    background-color: rgb(0,30,91);
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
}
.redes{
    width: 100%;
    display: block;
    background-color:rgb(0,30,91);
    height: 50px;
}

.redes-sociais {
    background-color: rgb(0,30,91);
    color: #fff;
    font-size: 13px;
    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;
}
.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: 14px;
    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: 11px;
    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: 22px;
}

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

.titulo-outras-noticias {
    color: #000000;
    font-weight: bold;
    font-size: 28px;
    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: 26px;
    padding-top: 30px;
}
.outras-noticias img {
    object-fit: cover;
    max-height: 293px;
}

.box-mais-lidas {
    background-color: #BFDCFC;
    margin-top: 35px;
    padding: 1rem; /* ajusta o espaçamento interno */
}

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

.resumo {
    font-size: 15px;
    color: #000000;
}

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

.titulo-comunicados {
    text-transform: uppercase;
    color: #303233;
    font-size: 28px;
    font-weight: bold;
}

.noticias .titulo-destaque {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}

.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: 14px;
}

.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: 200px;
}

#misha_loadmore {
    text-align: center;
    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: 12px;
    text-align: center;
}

.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: 45px;
    padding-left: 90px;
}

.titulo-atos-nucleo span{
    color: #fff;
    font-size: 45px;
    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: 12px;
    text-align: center;
    background-color: #fff;
    position: relative;
    top: -8px;
    width: 200px;
    z-index: 99;
    left: 110px;
}

.textos-nucleo {
    font-size: 13px;
}

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

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

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

.img-botoes {
    width: 80%;
}

.outroslinks a{
    display: flex;
    align-items: center;
    font-size: 13px;
    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: 30px;
}

.accordion .card-header.collapsed:after {
    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: 13px;
	list-style: none;
}

/* Fim accordion */


/*Saiba Mais*/

.areas .titulo {
    font-size: 15px;
    font-weight: bold;
    color: #3677BF;
    text-align: center;
}

.areas .saibamais {
    color: #fff !important;
    background-color: #428EE2;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    display: block;
}

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

.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: left;
    color: #5A5E61;
    font-size: 14px;
    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, 15%);
    text-align: center;
    height: 320px;
}

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

/* Fim Saiba Mais */

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

.boxes-corpo {
    font-size: 14px;
    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;
}
  /* Collape Ultimate Blocks */

  .wp-block-ub-content-toggle-accordion-title {
    font-weight: 800 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
    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;
}

.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: 13px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
}

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

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

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

.fonte-descricao-box {
    font-size: 15px;
    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: 12px;
    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;
}

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

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

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

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

.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: 18px;
  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;
}

.img-lamp {
    width: auto;
}

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

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

#cf7md-form .mdc-button--primary.mdc-button--raised {
    background-color: #011A44!important;
}

.logo-secundaria-topo {
    max-width: 25%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.busca a {
    background-color: #fff;
    color: #003171;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #dedede;
    display: flex;
    margin-bottom: 15px;
    padding: 15px 15px 15px 30px;
    font-weight: bold;
    margin-left: -15px;
}

.busca-lista {
    color: #E81616;
    margin-right: 10px;
    position: absolute;
    margin-top: 15px;
}

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


/* Formulário Contato */

/* Container geral – sem flex, só margem */

.contato-wrapper {
    display: block !important;
    margin: 60px auto;
    padding: 0 15px; 
  }
  
  /* Usa o flex do próprio Bootstrap row */

  .contato-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; 
  }
  
  /* Colunas 100% mobile, 50% a partir de md */

  .formulario-custom,
  .bloco-contato-texto {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px; /* gutter interno */
  }
  
  @media (min-width: 768px) {
    .formulario-custom,
    .bloco-contato-texto {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  /* Estilos do formulário */

  .formulario-custom input,
  .formulario-custom textarea {
    width: 100%;
    padding: 14px 16px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f8f8f8;
    transition: border-color .3s, background-color .3s;
  }
  .formulario-custom input:focus,
  .formulario-custom textarea:focus {
    border-color: #003171;
    background-color: #fff;
    outline: none;
  }
  .formulario-custom textarea {
    min-height: 150px;
    resize: vertical;
  }
  
  /* Botão */
  .formulario-custom .wpcf7-submit {
    background-color: #003171;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s;
  }
  .formulario-custom .wpcf7-submit:hover {
    background-color: #005a99;
  }
  
  /* Bloco de contatos */
  .bloco-contato-texto {
    font-size: 14px;
    line-height: 1.6;
  }

  .bloco-contato-texto hr {
    border-top: 1px solid #ccc;
    margin: 20px 0;
  }

  .bloco-contato-texto h3 {
    color: #081445;
  }
  
  /* Aviso final */
  .aviso-total {
    width: 100%;
    margin: 30px 0;
    font-size: 18px;
    text-align: center;
    color: #555;
  }
  
  /* Remover <br> e parágrafos vazios que o CF7 às vezes insere */
  .wpcf7-form > br,
  .wpcf7-form > p:empty {
    display: none;
  }

  /* — Botão um pouco menor — */
.formulario-custom .wpcf7-submit {
    padding:   8px 20px;
    font-size: 14px;
  }
  
  /* — ReCaptcha menor e alinhado à esquerda — */
  .formulario-custom .g-recaptcha {
    /* reduz para 85% do tamanho original */
    transform: scale(0.85);
    transform-origin: top left;
    /* garante um espaçamento embaixo */
    margin: 0 0 20px;
  }
  
  /* — Texto do bloco de contatos em 16px — */
  .bloco-contato-texto {
    font-size: 16px;
  }

  /* — Força o botão menor e não ocupe 100% da largura — */
.contato-wrapper .formulario-custom .wpcf7-submit {
    display: inline-block !important;
    width: auto !important;
    max-width: 200px !important; /* ou ajuste ao valor que preferir */
    padding: 8px 20px !important;
    font-size: 14px !important;
  }
  
  .texto-footer {
    font-size: 13px;
    color: #FFFFFF;
  }

  .wpcf7-form .g-recaptcha,
.wpcf7-form .wpcf7-recaptcha {
  display: inline-block !important;
  margin: 0 0 20px 0 !important;
}


/* ===== Novo Pushy Menu ===== */

.novo-pushy {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    background: #0C1A55;
    transform: translateX(-100%);
    transition: transform 0.3s ease, visibility 0.3s ease;
    z-index: 1100;
    overflow: visible !important;
    visibility: hidden;
    display: block;
} 

body.novo-pushy-active .novo-pushy {
    transform: translateX(0);
    visibility: visible;
}

.novo-site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

body.novo-pushy-active .novo-site-overlay {
    opacity: 1;
    visibility: visible;
}

.novo-menu-toggle {
    background: transparent;
    border: none;
    font-size: 2.5rem;
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
}

.novo-pushy-interno {
    padding: 20px;
    position: relative;
    overflow: visible !important; 
}

.novo-pushy-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.novo-pushy-menu li {
    margin-bottom: 1rem;
    position: relative;
}

.novo-pushy-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.submenu-arrow {
    font-size: 0.8rem;
    color: #ffffff;
}

/* itens que têm submenu começam ocultos */
.novo-pushy-menu li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

/* Estilo padrão da seta */
.submenu-arrow {
    font-size: 0.6rem;
    color: #ffffff;
    display: inline-block;
    transition: transform 0.3s ease;
}


/*  Contact Form */

/* --- Ajustes de espaçamento --- */
.form-group {
    margin-bottom: 1.5rem;
  }
  
  /* --- Inputs e textarea uniformes --- */
  .form-control {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    font-size: 14px;
    color: #2A2929;
    background-color: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 6px;
    transition: border-color .3s, background-color .3s;
  }
  .form-control:focus {
    border-color: #003171;
    background-color: #FFF;
    outline: none;
  }
  .form-control::placeholder {
    color: #AAA;
  }
  
  /* --- Textarea com altura mínima --- */
  textarea.form-control {
    min-height: 150px;
    resize: vertical;
  }
  
  /* --- ReCaptcha escalado --- */
  .recaptcha-group {
    transform: scale(0.85);
    transform-origin: top left;
    margin-bottom: 1.5rem;
  }
  
  /* --- Botão primário --- */
  .btn-primary {
    background-color: #003171 !important;
    border-color: #003171 !important;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
  }
  
  /* --- Redução do gutter padrão entre colunas --- */
.contato-wrapper .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .contato-wrapper .formulario-custom,
  .contato-wrapper .bloco-contato-texto {
    padding-left: 8px;
    padding-right: 8px;
  }


/* === PROCESSOMETRO ================================ */

.bloco-processometro {
    background: #a5c8da;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.bloco-processometro h2 {
    font-size: 1.5rem;
    color: #003366;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bloco-processometro .dot-yellow {
    width: 10px;
    height: 10px;
    background: #f9b233;
    border-radius: 50%;
    display: inline-block;
}

.cards-processos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Cards maiores para comportar números grandes */
.bloco-processometro .card-processo {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    width: 300px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    position: relative;    
    z-index: 1;            
}

.bloco-processometro .card-processo .numero {
    font-size: 4rem;       
    font-weight: 800;
    color: #f9b233;
    line-height: 1;
}

.bloco-processometro .card-processo .rotulo {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #003366;
}

/* === PROCESSOMETRO: sombra elíptica embaixo de cada card (com mais espaço) === */
.cards-processos .card-processo::after {
    content: "";
    position: absolute;
    bottom: -24px;                
    left: 50%;
    width: 70%;                   
    height: 10px;                 
    background: rgba(0,0,0,0.05);
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   Agenda – Archive The Events Calendar
   ======================================== */

/* 1) Título da página */
body.post-type-archive-tribe_events .titulo-page {
  color: #081445;
  font-weight: 800;
  margin-left: 25px;
  margin-bottom: 0;
  font-size: 34px;
  position: relative;
}

/* 2) Pontinho marcador */
body.post-type-archive-tribe_events .marcador {
  color: #eb3b3b;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 22px;
}

/* 3) Breadcrumb abaixo do título */
body.post-type-archive-tribe_events .breadcrumb-portal {
  font-size: 0.875rem;
  margin: 0 0 1.5rem 25px;
}

/* 4) Top-bar do calendário: só exibe o seletor de mês */
body.post-type-archive-tribe_events .tribe-events-c-top-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* 4.1) Oculta setas de navegação e botão “Este mês” */
body.post-type-archive-tribe_events .tribe-events-c-top-bar__nav,
body.post-type-archive-tribe_events .tribe-events-c-top-bar__today-button {
  display: none !important;
}

/* 4.2) Mostra apenas o datepicker (nome do mês) */
body.post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker {
  display: inline-block;
  margin-left: 0; /* alinha à esquerda do container flex */
}

/* 5) Capitaliza o nome do mês (“julho 2025” → “Julho 2025”) */
body.post-type-archive-tribe_events 
  .tribe-events-c-top-bar__datepicker-desktop {
  text-transform: capitalize;
}

/* 6) Ajuste fino de margem no time element */
body.post-type-archive-tribe_events 
  .tribe-events-c-top-bar__datepicker-time {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}


@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: 12px;
    }

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

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

    .fonte-titulo-box h6 {
        font-size: 29px;
    }

    .links-topo .menu {
        font-size: 12px;
    }

    .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%;
    }

    .links-topo .menu {
        font-size: 14px; 
        height: 90px;
    }
    .links-topo .menu li {
        margin-right: 25px; 
    }
    .links-topo .sub-menu a {
        padding: 4px 7px; 
        font-size: 12px; 
    }

    .fonte-combo {
        font-size: 12px;
    }

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

}

@media (max-width: 1280px){
	
	.wppsac-post-content {
    font-size: 14px;    
	}

	.wppsac-post-carousel.design-1 .wppsac-post-title a {
    font-size: 34px;
	}

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

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

    .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: .5rem;
        height: .5rem;
        opacity: 1;
    }

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

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

    .botoes-uteis h6 {
        font-size: 13px;
    }

    .links-topo .menu {
        font-size: 13px; 
        height: 80px;
    }
    .links-topo .menu li {
        margin-right: 20px; 
    }
    .links-topo .sub-menu a {
        padding: 3px 5px; 
        font-size: 12px; 
    }

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

    .logo-cabecalho {
        width: 80%;
    }

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

    .menu-superior-2 .col-md-2{
        -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: 12px;
        overflow-y: hidden;
    }

    .areas .descricao {
        text-align: left;
        color: #5A5E61;
        font-size: 13px;
        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: 11px;
    }

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

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

    .fonte-titulo-box h6 {
        font-size: 26px;
    }

    .fonte-descricao-box {
        font-size: 14px;

    }
	
}

@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;
    }

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

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

    .areas-boas-praticas .descricao {
        font-size: 12px;
    }

    .areas-boas-praticas .titulo {
        font-size: 16px;
    }

    .links-topo {
        display: none;
    }

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

}

/* ===== DESKTOP: Submenu lateral ===== */

@media (min-width: 993px) {

    .submenu-arrow {
        transform: rotate(0deg);
    }

    .novo-pushy-menu li.has-submenu {
        position: relative;
        z-index: 1150; 
    }

    /* Estilo base para todos os submenus (nível 1 e nível 2) */
    .novo-pushy-menu li.has-submenu > ul {
        position: absolute;
        top: 0;
        left: 100% !important;
        margin-left: 0;
        min-width: 300px;
        width: auto;
        white-space: nowrap;
        background: #081342;
        padding: 15px;
        border-radius: 8px;
        z-index: 1200;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-10px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }

    /* Ajustes específicos para submenus de nível 2 (sem barra de rolagem) */
    .novo-pushy-menu li.has-submenu > ul.submenu-nivel2 {
        background: #142B6E;
        left: 100% !important;
        top: 0; 
        z-index: 1250; 
        opacity: 0;
        visibility: hidden;
        transform: translateX(-10px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }

    .novo-pushy-menu li.has-submenu > ul li {
        margin-bottom: 10px;
    }

    .novo-pushy-menu li.has-submenu > ul li a {
        padding: 8px 10px;
        display: block;
        color: #ffffff;
        text-decoration: none;
        border-radius: 4px;
        transition: background-color 0.2s ease;
        font-size: 13px;
    }

    .novo-pushy-menu li.has-submenu > ul li a:hover {
        background-color: #3F88D9;
    }

    .novo-pushy-menu li.has-submenu:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .novo-pushy-menu li.has-submenu > ul:hover {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .novo-pushy-menu li.has-submenu::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: 100%;
        background: transparent;
    }
}
  
  
@media (max-width: 992px) { 

    .bg-destaques h1 {
        font-size: 29px;
    }

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

    .novo-pushy-menu li > ul {
        position: static; 
        display: none;     
        background: #081342;
        padding-left: 20px;
      }
      .novo-pushy-menu li.open > ul {
        display: block;
      }
      .novo-pushy-menu li > ul.submenu-nivel2 {
        background: #142B6E;
      }
    
      .submenu-arrow {
        transform: rotate(0deg);
    }

    .novo-pushy-menu li.open .submenu-arrow {
        transform: rotate(180deg);
    }

}

/* --- Ajuste de largura das colunas no desktop --- */

@media (min-width: 768px) {
    .contato-wrapper .formulario-custom {
      flex: 0 0 55%;
      max-width: 55%;
    }
    .contato-wrapper .bloco-contato-texto {
      flex: 0 0 45%;
      max-width: 45%;
    }
  }
  

@media (max-width: 767px){

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

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

    .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: 14px;
    }
    
    .input-campo-busca {
        width: 60%;
    }
    
    .menu_topo {
        margin: auto;
        width: fit-content;
    }

    .menu_topo li a{
        font-size: 12px;
    }

    .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: 10px;
        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: 12px;
        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: 12px;
    }

    .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;
    }

    .fonte-titulo h6 {
        font-size: 22px;
    }

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

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

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

    .menu-superior-left {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
      }
  
      .menu-superior-left::-webkit-scrollbar {
        height: 4px; 
      }
  
      .menu-superior-left::-webkit-scrollbar-track {
        background: #f1f1f1; 
      }
  
      .menu-superior-left::-webkit-scrollbar-thumb {
        background: #888; 
      }
  
      .menu-superior-left::-webkit-scrollbar-thumb:hover {
        background: #555; 
      }
  
      .menu-superior-left .menu {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
        width: auto;
      }
  
      .menu-superior-left .menu li {
        flex: 0 0 auto;
      }
  
      .menu-superior-left .menu li + li {
        margin-left: 20px;
      }

      .titulo-topo {
        font-size: 35px;
    }

    .logo-secundaria-topo {
        max-width: 65%;
    }

    .formulario-custom,
    .bloco-contato-texto {
        flex: 1 1 48%;
        max-width: 48%;
    }

    .bloco-contato-texto {
        padding-left: 20px;
    }

    /* Processometro */

.bloco-processometro .card-processo {
        width: 100%;
        max-width: 340px;
        padding: 30px;
    }

}

@media (max-width: 576px){

    .fonte-combo {
        font-size: 12px;
    }

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

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

    .img-card-topo {
        width: 40%;
        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;
    }

    html {
        margin-top: 0px !important;
    }

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

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

    .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: 12px;
    }

    .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: 12px;
    }

    .card{
        height: auto;
    }

    .card img{
        width: 80%;
        height: auto;
    }

    .card h3 {
        font-size: 17px;
        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: 16px;
        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: 14px;
    }
    #menu-responsivo {
        padding-left: 30px;
        list-style: none;
        margin-top: 0;
    }

    .fonte-cards {
        font-size: 8px;
        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: 12px;
        text-align: center;
        background-color: #fff;
        position: relative;
        width: fit-content;
        margin: auto;
        padding: 0 40px;
    }

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

    .btn-link {
        font-size: 14px;
    }

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

    .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: 8px;
        font-weight: 700;
        display: flex;
        margin: 0;
        height: 100px;
        width: 510px;
        background-color: transparent;
        padding-bottom: 0;
        overflow: initial;
    }

    .copyright {
        font-size: 10px;
    }

    .redes-sociais {
        font-size: 11px;
    }

    .fonte-cartilha h6 {
        font-size: 14px;
    }

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

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

    .boxes-equaliza .box2 {
        font-size: 22px;
        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;
    }

}