/*
Theme Name: TJBA 2023
Author: COSIS
Description: Tema desenvolvido para o portal do Poder Judiciário do Estado da Bahia
Version: 1.0
*/

@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', 'opensans';
    color: #3c3c3c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'roboto', 'opensans';
}


h2 {
    font-size: 24px;
}

a {
    color: inherit;
    font-weight: 600;
}

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

#preload{
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    justify-content: center;
    display: flex;
    text-align: center;
    padding: 100px 0;
}
#preload img{
    width: 300px;
    height: fit-content;
    margin: auto;
}
.c-loader {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #51d4db;
    height: 50px;
    width: 50px;
    margin: auto;
}

@keyframes is-rotating {
to {
    transform: rotate(1turn);
}
}

.postbox .inside {
    font-size: 15px!important;
    color: red!important;
}

.container {
    max-width: 100%;
    padding: 0 7%;
}
.background-banner-secundario .container{
    padding: 0 110px;
}

.comunicados {
    color: #fff !important;
    background-color: #428EE2;
    text-align: center;
    padding: 10px;
    height: auto !important;
    border-radius: 6px;
    font-size: 18px;
}

.scroll {
    background-color: red;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    position: relative;
    top: -30px;
    cursor: pointer;
    right: -86%;
    text-align-last: center;
    z-index: 1;
    font-size: 16px;
}

.scroll a {
    color: #fff;
    display: block;
    padding: 8px;
}
.sldeimprensa.slider-container {
    height: auto;
    max-width: 900px;
    margin: auto;
    width: 100%;
}
.texto-destaque.destaque-noticias {
    height: auto;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    margin-top: -68px;
    width: 100%;
    min-height: 70px;
    bottom: 0;
    max-height: 70px;
}

/* .sldeimprensa .destaque-home {
    width: 900px;
    margin: auto;
} */

.texto-destaque .titulo {
    color: #fff;
    padding: 0 15px;
}

.sofia-btn {
    max-width: 130px;
    max-height: 130px;
}

.sticky iframe {
    width: 400px !important;
}

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

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

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

.banner-mobile {
    display: none;
}

.lista-banner {
    list-style: none;
}

.search_bar input {
    border: 1px solid #707070;
    width: 85%;
    margin: auto;
    padding: 5px 10px;
    border-radius: 5px;
    font-style: italic;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    background: url(assets/img/pesquisa.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position-y: -3px;
}

#form-cpf {
    display: none;
}

#form-oab {
    display: none;
}

#form-nome {
    display: none;
}

#form-adv {
    display: none;
}

.nprocesso {
    width: 22%;
}



/* -- 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 {
    color: #fff;
}

#control-nav:checked~.back {
    background-color: #3677BF;
    border-radius: 5px;
    color: #fff !important;
}

#control-nav:checked~.back .control-nav {
    color: #fff !important;
}

#control-nav:checked~.back .traz {
    color: #fff !important;
}

#menu .traz {
    color: #707070;
    font-weight: 600;
    margin: 0 10px;
    margin-right: 15px;
}

#control-nav:checked #menu .traz {
    color: #fff;
}

#control-nav:checked~header .control-nav {
    color: #fff;
}

#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: inline-block;
    z-index: 999999;
    cursor: pointer;
    font-size: 25px;
    transform: rotate(90deg);
    color: #428EE2;
    font-weight: 600;
    margin: 0;
    text-align: center;
    height: 100%;
    margin-top: -7px;
}

.back {
    padding-left: 15px;
}

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

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

header .control-nav-close {
    display: none;
    z-index: 999999;
    cursor: pointer;
    font-size: 25px;
    width: fit-content;
    color: #428EE2;
    font-weight: 600;
    margin: 0;
    margin-left: 20px;
}

.borda-menu {
    border: 1px solid rgba(33, 83, 139, 0.2);
}

.pushy.pushy-left {
    top: 10px;
}

.pushy {
    position: relative;
    top: 0;
    z-index: 9999;
    z-index: 99999999999999999;
    display: initial;
}

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

ul.sub-menu::-webkit-scrollbar-track, ::-webkit-scrollbar-track {
    background-color: #6E90D5;
}

ul.sub-menu::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    background-color: #233967;
    border-radius: 7px;
}

.logo-menu img {
    width: 70%;
    padding-bottom: 20px;
}

.logo {
    margin: auto;
}

iframe {
    width: 100% !important;
}

/* -- Fim Menu --*/


/* -- Conteudo --*/

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


.cards-topo-bloco img {
    border-radius: 5px;
    padding: 15px;
    width: 92%;
    height: auto;
    background-image: linear-gradient(to top, rgba(0, 31, 65, 1.1), rgba(25, 70, 119, 0.8));
}

.alinha-card-direita {
    padding-right: 0;
}

.alinha-seletor-direita {
    padding-right: 0;
}

.cards-topo a:hover img {
    text-decoration: none;
    background-color: #acbbca;
    background-image: none;
}

.cor-fundo-area-noticias {
    background-color: rgba(222, 232, 251, 80);
}

.cards-topo span {
    font-size: 12px;
    font-weight: 800;
    color: #1E445A;
    text-align: center;
    margin-top: 10px;
    display: block;
    margin-bottom: 25px;
}

.lista-cards-topo {
    list-style: none;
    padding: 0 5px;
}

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

.sessao1 {
    padding: 50px 0 20px 0;
}

.certidoes {
    background-color: rgba(0, 31, 65, .8);
    padding: 30px 15px 30px 15px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 31, 65, 0.1), rgba(0, 6, 13, .8));
}

.certidoes h6 {
    padding-left: 10px;
}

.certidoes ul {
    margin-bottom: 0;
    margin-left: 5px;
}

.link-certidao {
    border-left: 1px solid rgba(187, 208, 232, .5);
    padding: 0 15px;
    margin-left: -4px;
    color: #fff;
    list-style: none;
    display: inline-block;
    font-size: 10px;
}

.link-certidao:first-child {
    border-left: none;

}

.tit-certidoes a:hover {
    color: #fff;
    text-decoration: underline;
}

.link-certidao a {
    display: block;
    color: #fff;
    font-size: 22px;
}

.consulta-processual {
    display: block;
    margin: 0;
}

.consulta-processual .jtabk-panel {
    display: flex;
}

.consulta-processual form {
    margin: 0;
    display: flex;
    width: 100%;
}

.consulta-processual input {
    padding-left: 10px;
    width: inherit;
    height: 35px;
    font-size: 13px;
    outline: none;
}


.modal-dialog {
    max-width: 100% !important;
    padding: 0 15%;
}

.consulta-processual select {
    color: #030A1D;
    font-weight: bold;
    padding: 5px 10px;
    border-right: 1px solid #ccc;
    font-size: 15px;
    outline: none;
}

.consulta-processual input#btnBusca {
    border-radius: 5px;
    background-color: #EC2A2A;
    color: #fff;
    margin-left: -5px;
    font-weight: BOLD;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    margin-top: 0;    
    width: auto;
}

.consulta-processual button:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.divconsulta {
    width: 87%;
}

.topotabela {
    background-color: #3677BF;
    color: #fff;
}

.topotabela h5 {
    margin: 0;
    color: #fff;
}

table tr {
    border: 1px solid #ccc;
}

table td {
    padding: 5px 15px;
    border: 1px solid #ccc;
}

#preloader {
    text-align: center;
}

#my-modal {
    background-color: rgba(0, 0, 0, 0.9);

}

#consultadetalhes {
    padding: 30px 15px;
}

.movimentacao {
    display: flex;
}

.modal {
    background-color: rgba(0, 0, 0, .8);
}

.modal.fade .modal-dialog {
    -webkit-transform: inherit !important;
    transform: inherit !important;
}

.modal-backdrop {
    background-color: transparent !important;
}

.icone-certidoes {
    width: 12%;
}

.bloco1 {
    color: #fff;
    padding: 30px 15px;
}

.bloco1 span {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 12px;
}


.bloco2 {
    padding: 45px 0 0 0;
}

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


.marcador {
    color: #eb3b3b;
    position: absolute;
    margin-top: 8px;
    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: 20px;
    align-items: center;
}

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


#control-nav {
    display: none;
}


.topo1-cor.interno {
    height: auto;

}

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

.perfilmagistrado{
    display:none;
}
.perfilservidor{
    display:none;
}

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


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

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

.btn-search-noticias {
    padding: 8px 10px;
    margin-top: -1px;
    margin-left: -10px;
    color: #fff;
    background-color: #3677BF;
    border: none;
}

.btn-search-mapa {
    padding: 8px 10px;
    margin-top: -1px;
    margin-left: -10px;
    color: #fff;
    background-color: transparent;
    border: none;
}

.bt-confira {
    margin-top: -70px;
    margin-bottom: 40px;
}

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

.index {
    height: 400px;
}

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

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

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

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


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

#menu {
    align-self: center;
    padding: 10px 15px 10px 0;
    width: fit-content
}

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

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

.dropdown-menu {
    width: 95%;
}

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

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

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

.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-left .menu {
    margin-top: 25px;
    height: 35px;
    background-color: transparent;
    padding-bottom: 0;
    width: auto;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    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 a:hover {
    color: #c1c1c1;
}

.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 .menu li a {
    color: #142D47;
    font-weight: bold;
    text-decoration: none;
    line-height: 3.0;
    padding-left: 10px;
    text-align: left;
}


.header-select-perfil {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-select-perfil>.image-descricao {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.wrapper-descricaoPerfil {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    line-height: 14px;
    justify-content: center;
    align-items: start;
    border-right: 1px solid #0092eb;
    width: 100%;
}

#descricaoPerfil {
    color: #0092eb;
    font-weight: bold;    
    padding: 10px 20px 0px 0px;
}

#alterarPerfil {    
    color: #0092eb;
    font-size: 12px;
}

#seletor, #seletors {
    height: fit-content;
    width: 100%;
    margin: auto;
    font-size: 13px;
    color: transparent;
    font-weight: bold;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    background: transparent;
    padding: 38px 0;
    top: 0px;
    cursor: pointer;
    margin-left: auto;
}

#seletor option, #seletors option {
    width: 250px;
    background: #F3F6FC;
    color: #081445;
    font-weight: bold;
    padding: 20px;
}
#seletor:checked option:hover, #seletors:checked option:hover {
    background: #3F88D9;
}

.links-topo .menu {
    height: auto;
    display: inline-flex;
    width: 100%;
    padding: 0;
    overflow-y: hidden;
    list-style: none;
}

.links-topo .menu li ul {
    width: max-content;
    height: auto;
    margin-top: 0px !important;
    position: absolute;
    top: auto;
    left: auto;
    background-color: #fff;
    display: none;
    font-size: 14px;
    z-index: 99;
    padding-inline-start: 0px;
    list-style: none;
    font-weight: 700;
    overflow-x: auto;
    padding: 15px 30px;
    overflow: inherit;
    border-bottom: 10px solid #c82333;
}

.horizontal ul {
    max-height: 25vw !important;
}

.horizontal li ul li {
   margin-left: 0;
}

.linkbanner{
    display: flex;
}

.horizontal .linkbanner img {
    height: auto;
    object-fit: cover;    
    margin: auto;
}

.horizontal .bannermenu {
    width: auto;
    border-bottom: 10px solid #003467;
    height: 25vw;
}

.links-topo .bannermenu {
    background-color: #fff;
    padding-top: 10px;
}

.linkbanner {
    height: 100%;
    width: max-content;
}

.linkbanner img {
    height: 30vw;
    object-fit: cover;
}

.links-topo a {
    display: block;
}

.links-topo .estrutura .filhodomenu, #menu-menu-principal .filhodomenu{
    color: #000;
    font-weight: 600;
    text-align: initial;
}
.links-topo .estrutura .filhodomenu{
    color: #000;
    font-weight: 600;
    text-align: initial;
    width: fit-content;
    min-width: 335px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 30px;
    border-radius: 0 0 15px 15px;
}

#menu-menu-principal .netodomenu {
    position: relative;
    padding: 0;
    left: 30px;
}
.links-topo .estrutura .netodomenu, #menu-menu-principal .netodomenu{
    color: #000;
    font-weight: 600;
    display: block !important;
    height: auto;
    padding-left: 15px;
    position: inherit;
    height: auto !important;
    border: none;
    font-weight: 300 !important;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    line-height: 23px;
}
.estrutura .filhodomenu li:hover, #menu-menu-principal .netodomenu {
    background-image: none;
    color: #000;
}

.estrutura .filhodomenu li {
    padding: 0;
    padding-right: 10px;
}
.estrutura .netodomenu a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.links-topo li .sub-menu li a {
    padding: 0;
}

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

.cards-topo {
    margin-top: 10px;
    padding-left: 15px;
    margin-bottom: 0;
}

.input-group {
    display: block;
    left: 18px;
}

.busca-principal {
    margin: 15px 15px 15px 0;
    text-align-last: start;
}

.font-buscar {
    font-size: 22px;
    color: #3677BF;
    margin-top: -5px;
}

.font-buscar-2 {
    font-size: 13px;
    color: #1E445A;
    margin-left: 56px; 
    margin-top: -12px;
}

.font-buscar-3 {
    font-size: 22px;
    color: red;
    margin-top: -5px;
}

.bold-busca {
    font-weight: 700;
}

.img-lupa-busca {
    width: auto;
}

.mg-div-busca {
    margin-left: 15px;
}

.busca-principal button {
    font-size: 11px;
    font-weight: 700;
    margin-left: -5px;
    padding: 12px 30px;
}

.busca-mapa-do-site button {
    font-size: 11px;
    margin-left: 655px;
    margin-top: -62px;
    padding: 12px 30px;
}

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

.fique-ligado h3 {
    width: fit-content;
    display: block;
    margin-top: 9px;
    color: #081445;
    font-size: 24px;
}

.fique-ligado ul {
    border-top: 1px solid #BBD0E8;
    display: flex;
    text-align: right;
    justify-content: end;
    margin-top: 35px;
}

.fique-ligado li {
    border: 1px solid #BBD0E8;
    border-bottom: 0;
    padding: 5px 15px 2px;
    list-style: none;
    border-radius: 0;
    margin-top: -26px;
    background-color: #fff;
    align-self: center;
    font-size: 12px;
}

.fique-ligado li:first-child {
    border-radius: 5px 0px 0 0;
}

.fique-ligado li:last-child {
    border-radius: 0px 5px 0 0;
}

.podcast {
    position: absolute;
    bottom: 0;
    margin: 0 -25px;
}


.podcast .comunicados {
    display: block;
    margin-top: 0;
}

#clickradio,
#clickyoutube {
    display: none;
}

.clickradio label,
.clickyoutube label {
    cursor: pointer;
}

.clickyoutube label {
    color: #081445;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 15px;
}

.clickradio label {
    color: #BBD0E8;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 15px;
}

.youtube {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 15px;
}

.radionovo {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 15px;
}

#play,
#pause {
    background-color: #042855;
    padding: 6px 15px;
    color: #fff;
    cursor: pointer;
}

#play:hover,
#pause:hover {
    background-color: #fff;
    color: #042855;
}

#radio-2 {
    min-height: 30px;
    max-width: 223px;
    background: #dff1fc;
    float: right;
}

#radio .texto {
    margin: 10px 20.4px 0;
    font-weight: 700;
    color: #050d2d;
}

.radio-web {
    padding-left: 10px;
}

.radio-web span {
    background: #042855;
    padding: 18px;
    display: block;
}

.radio-web h2 {
    background: #ddd;
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    margin: 0 0 3px 0;
    text-align: center;
}

.radio-tv span {
    background: #042855;
    padding: 18px;
    display: block;
    height: 100px;
    margin-top: 14px;
}

.wrapper-radio {
    position: relative;
    z-index: 999;
    overflow: hidden;
    text-align: -webkit-left;
    background-color: #BBD0E8;
    margin-left: 10px;
    padding: 5px 0;
}

.wrapper-radio-2 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    overflow: hidden;
}

#radiola {
    display: none;
}

.input-campo-busca {
    width: 72%;
    height: 40px;
    background: #ffffff;
    border: 1px solid rgba(33, 83, 139, 0.2);
    color: #000000;
    font-size: 14px;
    padding: 11px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 15px;
    border-right: 0;
}

#busca-principal {
    margin: auto 0;
    width: 33%;
}

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

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

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

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

.menu a {
    color: #3a3a3a;
    font-weight: 600;
    padding: 0 15px;
}
.menu .filhodomenu a {
    padding-left: 0;
}
.menu .netodomenu a {
    padding-left: 0;
}

.estrutura a:hover {
    color:#fff !important;
    list-style: none;
    text-decoration: none;
}

.estrutura .filhodomenu a:hover {
    color:#000 !important;
    text-decoration: underline;
}
.estrutura .filhodomenu .titulogrupo:hover {
    color: #000 !important;
}
.estrutura .filhodomenu li:hover {
    color:#000 !important;
}
#menu-menu-principal .filhodomenu li:hover>a {
    color: #000;
    text-decoration: underline;
}

.estrutura li {
    font-weight: 600;
    padding: 0 15px;
    margin: auto;
}
.estrutura li ul li {
    margin: 0;
}
.estrutura li:hover {
    font-weight: 600;
    background-image: linear-gradient(#3677BF, #428EE2);
    border-radius: 5px;
    color: #fff;
}
.estrutura li:hover>a {
    color: #fff;
}
.estrutura .filhodomenu li:hover>a {
    color: #000;
}
#menu-menu-principal .filhodomenu {
    overflow-x: scroll;
    overflow-y: hidden;
}

.menu li ul {
    width: max-content;
    height: -webkit-fill-available;
    margin-top: 0px !important;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #EFF7F9;
    display: none;
    font-size: 14px;
    z-index: 0;
    padding-inline-start: 0px;
    list-style: none;
    font-weight: 700;
    overflow-x: auto;
    margin-left: -17px;
    padding: 0 30px;
    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', '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: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.menu li ul .sub-menu {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    flex-direction: column;
}

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

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

.pushy-interno {
    max-width: 355px;
    background-color: #fff;
    position: absolute;
    border-bottom: 10px solid #003467;
}

.pushy-interno li {
    margin-left: 20px;
    list-style: none;
}

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

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

.pushy a {
    color: #3A3A3A;
    padding: 15px 0;
    display: contents;
    text-decoration: none;
}
.filhodomenu a {
    color: #000;
}
.netodomenu a {
    color: #3A3A3A;
}

.pushy a:hover {
    text-decoration: underline;
    color: #3A3A3A;
}

.bannermenu {
    height: 100%;
    background-color: #EFF7F9;
    position: absolute;
    top: 0;
    left: 100%;
    padding-right: 10px;
    width: 300px;
    padding-top: 35px;
}


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

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

.titulo {
    color: #050D2D;
    font-weight: bold;
    font-size: 18px;
}

.titulo-tv-justica {
    color: #050D2D;
    font-weight: bold;
}

.titulo-podcast {
    color: #081445;
    font-weight: bold;
    font-size: 1.4rem;
}

.titulo-noticias-destaque {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    display: block;
}

.margens-area-noticias {
    margin-top: 3%;
    margin-bottom: 6%;
}

.margens-banner-principal {
    margin-top: 3%;
    margin-bottom: 6%;
}

.noticias .img-ico-noticias {
    width: 4%;
}

.fique-ligado .img-ico-tv {
    width: 60px;
    height: fit-content;
}

.titulo-mesa-diretora {
    color: #050d2d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

.titulo-mesa-desembargadores {
    color: #050d2d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.margem-institucional-mesa {
    margin-top: 35px;
    margin-left: -30px;
}

.titulo-estrutura {
    color: #003171;
    font-weight: bold;
    font-size: 20px;
}

.titulo-page {
    color: #050D2D;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 25px;
}

.titulo-page-busca {
    color: #050D2D;
    font-weight: bold;
    margin-bottom: 0;
}

.img-foto-desem {
    object-fit: cover;
    width: 120px;
    margin: auto;
    display: block;
}

.img-tabeliaes {
    width: auto;
}

.img-links {
    width: 20%;
}

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

}

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

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

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

.texto-destaque.destaque-noticias {
    height: auto;
}

.titulo-outras-notícias {
    margin-bottom: 20px;
}

.titulo-outras-notícias .titulo {
    font-size: 14px;
    text-transform: uppercase;
}

.data {
    color: #28507D;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}
.noticias-home-resp a:first-child div {
    margin-top: 0;
}

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

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

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

.setaselect{
    font-size: 12px;
    position: absolute;
    margin-left: 7px;
}

.breadcrumb-portal {
    font-size: 14px;
    color: #303233;
}

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

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

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

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

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

.correicao.titulo {
    text-align: center;
}

#correicoes option {
    background: rgba(120, 202, 251, 0.31);
    color: #081445;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

.noticias-scroll::-webkit-scrollbar,
.menu::-webkit-scrollbar,
.conteudo-servico::-webkit-scrollbar {
    width: 6px;
}

.noticias-scroll::-webkit-scrollbar-track
 {
    background-color: transparent;
}

.noticias-scroll::-webkit-scrollbar-thumb, .estrutura::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 8px;
}

.estrutura.menu.horizontal::-webkit-scrollbar {
    height: 8px;
}

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

.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: #050D2D;
}

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


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

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

}

.noticias-home a {
    height: 95px;
    display: block;
}

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

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

.noticias-home-resp a:first-child {
    margin-top: 0 !important;
}

.noticias-home-resp a:first-child .row.mt-4 {
    margin-top: 0 !important;
}

.noticias h6 {
    color: #202020;
}

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

.destaque-home p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.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: #000;
}

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

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

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

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

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

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

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

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

.juizes p {
    font-size: 12px;
    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: 30px;
    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: #1C3755;
    color: #BBD0E8;
    font-size: 10px;
}

.endereco p {
    color: #BBD0E8;
}

.rodape {
    min-height: 200px;
}

.endereco p {
    font-size: 13px;
    margin-bottom: 0;
}

.endereco {
    margin-bottom: 30px;
}

.contato a {
    color: #3186E4;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 5px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.selo {
    text-align: center;
}

.selo img {
    width: 60%;
}


.logo-rodape img {
    width: auto;
    display: block;
    margin-bottom: 30px;
}

.logo-rodape-2 img {
    width: 55%;
    display: block;
    margin-bottom: 30px;
}

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

.redes-sociais {
    color: #BBD0E8;
    font-size: 13px;
    font-weight: 700;
    padding: 70px;
}

.redes-sociais img {
    width: auto;
}

.links-uteis-ul,
.redes-sociais p {
    justify-content: center;
    display: flex;
}

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

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

.alinha-autor {
    float: right;
    margin-top: -14px;
    text-align: right;
    background-color: #fff;
    padding-left: 15px;
}

.noticias .linha {
    border-bottom: 1px solid rgba(112, 112, 112, 45%);
    margin-top: 2px;
}

.noticias .linha-outras-noticias {
    border-bottom: 1px solid rgba(112, 112, 112, 45%);
    margin-top: -15px;
}

.slide {
    margin-left: 8.33333%;
}

.slider-indicators>* {
    opacity: 100;
}

.slider-indicators .active {
    background-color: #428EE2;
}

.slider-indicators-round .slider-indicators>*,
.slider-indicators-round.slider-indicators>* {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
	border: 1px solid #7c7c7c;
	margin:5px;
}

.select-perfil {
    display: flex;
}

.menu-rodape .menu {
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 30px 15px 10px 10px;
    margin: 0;
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 60%;
    overflow-y: hidden;
    margin-left: 30px;
}

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

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


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

#compartilhar {
    display: none;
}

#copyAnswer {
    position: absolute;
    margin-top: 17px;
    background-color: #acd;
    padding: 2px 10px;
    border-radius: 8px;
    display: none;
}

.compartilhar {
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

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

.img-interna {
    text-align: center;
    margin: auto;
}
.img-interna img {
    width: 900px;
    max-height: 600px;
    object-fit: cover;
}

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: #050D2D;
    font-weight: 300;
    text-align: center;
    font-size: 23px;
    padding-top: 15px;
}

.outrosdestaques {
    background-color: #F1F1F1;
    height: fit-content;
    padding-bottom: 20px;
}

.outrosdestaques ul {
    padding: 0 15px;
}

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

.outras-noticias .col-md-10 {
    margin: auto;
}

.outras-noticias .row {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 40px;
    width: 100%;
    margin: auto;
}

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

.linha-sup-banner-principal {
    border-bottom: 1px solid #21538B40;
}

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

.agnoticias .swiffy-slider{
    max-width: 900px;
    margin: auto;
}

.resumo {
    font-size: 14px;
    color: #5d5d5d;
    max-width: 900px;
    background: #f0f6fd;
    margin: auto;
    text-align: left;
    padding: 10px;
}

.noticias .titulo {
    text-transform: uppercase;
    color: #000;
    padding-right: 5px;
    font-size: 13px;
    height: 63px;
    line-height: 1.2;
}

.noticias .titulo-principal {
    color: #050D2D;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    width: fit-content;
}

.margem-data {
    margin-top: -17px;
}

.noticias img {
    object-fit: cover;
    max-height: 255px;
}
.sficn .sfsi_wicon{
    height: 30px;
    width: 30px !important;
    margin: 0 10px;
}

img.sfsi_wicon {
    height: auto;
}

.noticias .lista-banner img {
    object-fit: cover;
    max-height: 255px;
    min-height: 255px;
    height: 255px;
}

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

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

.noticias-scroll {
    height: 430px;
    overflow-y: auto;
    overflow-x: hidden;
}

.titulo-mais-lidas {
    text-transform: uppercase;
    color: #050D2D;
    font-weight: bold;
    font-size: 14px;
}

.linha-separacao {
    border-bottom: 1px solid #bfbfbf;
    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;
    width: 96%;
    margin-top: -23px;
}

.corpo-texto-institucional {
    font-weight: 500;
    color: #050d2d;
    text-align: justify;
}

#misha_loadmore {
    text-align: center;
    width: 100%;
    background-color: #011A44;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    margin: 0 auto;
    cursor: pointer;
}
.sldeimprensa.slider-indicators {
    position: absolute;
    right: 3rem;
    left: auto;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: -90px;
    list-style: none;
    bottom: auto;
}

.area-azul {
    margin: auto;
}

.sldeimprensa.slider-container img {
    height: auto;
    object-fit: cover;
    width: 100%;
    display: block;
    margin: auto;
}

.sldeimprensa#busca-principalsl img {
    width: 30px;
    height: 30px;
}

.sldeimprensa .busca-principalsl{
    margin: 0;
}

.sldeimprensa .input-campo-busca {
    width: 83%;
}

.sldeimprensa .font-buscar{
    font-size: 30px;
    color: #3677BF;
    margin-top: -8px;
}

.sldeimprensa .font-buscar-2{
    font-weight: 500;
}
.sldeimprensa#busca-principal .font-buscar-2 {
   margin-left: 0;
}

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

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

.box-mais-lidas :last-child .linha-separacao {
    border-bottom: none;
}
.links-topo .estrutura li:last-child .filhodomenu {
    width: max-content;
    right: 0;
}
#menu-menu-principal li .filhodomenu {
    padding-top: 20px;
}
.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;
}


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

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

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

.titulo-corregedores {
    color: #003171;
    font-weight: 400;
    font-size: 12px;
}

.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: 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 */


.background-banner-secundario {
    background-color: #f2f3f5;
}


.links-ajuda {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.links-ajuda a {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
}

.links-ajuda img {
    width: 100%;
}

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

.texto-links h5 {
    color: #3186e4;
    padding-right: 5px;
    padding-top: 25px;
    font-size: 18px;
}

.texto-ajuda h4 {
    color: #3186e4;
    padding-right: 5px;
    padding-top: 25px;
}


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


.background-produtividade {
    background-image: url(assets/img/imagem_processometro.png);
    background-repeat: no-repeat;
    width: auto;
    height: 460px;
}

.titulo-produtividade h5 {
    color: #FFFFFF;
    font-weight: 200;
    font-size: 32px;
    letter-spacing: 10px;
    margin-top: 40px;
    text-align: center;
}

.cards-produtividade a {
    color: #fff;
    text-align: center;
    background-color: rgba(63, 146, 225, 20%);
    display: block;
    border-radius: 10px;
    height: 60px;
    width: 60px;
}

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


.ico-card-produtividade {
    color: #fff;
    text-align: center;
    background-color: rgba(63, 146, 225, 50%);
    border-radius: 8px;
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
}


.img-card-produtividade {
    width: auto;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.produtividade .slide {
    margin-left: 8.33333%;
}


.produtividade .slider-container>* {
    width: 315px;
    height: 315px;
}

.produtividade .slider-indicators {
    display: none;
}


.produtividade .swiffy-slider:hover .slider-nav {
    visibility: hidden;
}

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

.margem-topo-produtividade {
    margin-top: 95px;
}

.titulo-info1 {
    color: #ffff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

.titulo-info2 {
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.descricao-produtividade {
    color: #bbd0e8;
    font-size: 16px;
    font-weight: 500;
}

.alinhar-ico-produtividade {
    text-align: center;
}

.produtividade li {
    list-style: none;
}

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

.areas .saibamais {
    color: #fff !important;
    background-color: #428EE2;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    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;
    font-weight: 500;
    color: #5A5E61;
    font-size: 15px;
    margin: 20px 15px 0 20px;
    height: 40%;
}

.areas p {
    margin-bottom: 0;
}

.box-borda-areas {
    border: 1px solid rgba(112, 112, 112, 15%);
    text-align: center;
    height: 420px;
}

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

.margem-box-ajuda {
    margin-top: 65px;
    margin-bottom: 95px;
}

.content-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


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

.fundo-bg-mapa {
    background-color: #0B2747;
    height: 50px;
    top: -40px;
    text-align: center;
}

.fundo-bg-mapa a {
    display: block;
    padding: 16px 0;
}

.fundo-bg-mapa-2 {
    background-color: #0B2747;
    height: 600px;
    margin-top: -40px;
}

.lista-mapa {
    list-style: none;
    color: #FFFFFF;
    margin-left: 60px;
}

.titulo-mapa {
    font-size: 12px;
    color: #fff;
}

.titulo-mapa a {
    color: #fff;
}

.titulo-mapa a:hover {
    color: #fff;
}

.circleBase {
    border-radius: 50%;
}

.circle1 {
    width: 66px;
    height: 66px;
    background: #0B2747;
    border: 1px solid #0B2747;
    position: relative;
    margin-top: -71px;
    margin-left: auto;
    margin-right: auto;
}

.circle1 .fa .fas {
    color: #fff;
    font-size: 30px;
}

.circle1 .seta {
    color: #fff;
    font-size: 30px;
    display: block;
    margin-left: 0px;
}

.input-campo-busca-mapa {
    width: 32%;
    height: 20px;
    background: #ffffff;
    border: 1px solid #E9E9E9;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    padding: 22px;
    padding-left: 50px;
    background-image: url(assets/img/pesquisa.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 15px;
    border-right: 0;
    border-radius: 8px;
}

.alinha-form-mapa {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card,
.card-body {
    background: transparent;
    border: none;
}

.box-borda-estrutura-org {
    border: 1px solid rgba(112, 112, 112, 15%);
    display: flex;
    height: 95px;
}

.links-estrutura a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: absolute;
}

.links-estrutura img {
    width: auto;
    margin-left: -1px;
}

.box-borda-estrutura-org div {
    color: #081445;
    padding-left: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    height: fit-content;
    margin: auto 0;
    padding-right: 10px;
}

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

.texto-estrutura h5 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
}

.texto-estrutura h6 {
    font-size: 9px;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 0;
}

.acesse-estrutura {
    background-color: #1C4578;
    font-size: 10px;
    padding: 3px 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 18px;
    margin: auto;
    margin-top: -10px;
    display: table !important;
    position: relative !important;
}

.acesse-estrutura a {
    text-align: center;
}

.titulo-acesso-rapido h1 {
    font-size: 24px;
    color: #3A7EC9;
    font-weight: 600; 
    margin-left: 15px;
}

.btn-carta-de-servicos h2 {
    text-align: right;
}

.btn-carta-de-servicos a {
    text-decoration: none;
    color: #3E87D7;
    font-weight: 600;
    padding: 4px 9px;
    border: 1px solid #dedede;
    border-radius: 8px;
    font-size: 11px;
    text-align: center;
    border-color: #BBD0E8;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-confira-agencia a {
    text-decoration: none;
    color: #3E87D7;
    font-weight: 600;
    padding: 4px 9px;
    border: 1px solid #dedede;
    border-radius: 8px;
    font-size: 11px;
    text-align: center;
    border-color: #BBD0E8;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-confira-agencia h2 {
    text-align: left;
}

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

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

.menu-superior-sistemas .btn-secondary {
    color: #142D47;
    font-weight: bold;
    font-size: 14px;
    height: 45px;
    background-color: #C2E7FF;
}

.btn-secondary:hover {
    color: #142D47;
    background-color: #ffffff;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #142D47;
    background-color: #ffffff;
    border-color: #C2E7FF;
}

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

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

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

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

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

.texto-links:first-child {
    padding-left: 0;
}

.texto-links:last-child {
    padding-right: 0;
}

.alinha-menu-principal {
    text-align: center;
    margin: auto;
    width: 85%;
    overflow: auto;
}

.margem-lista-de-noticias {
    margin-top: 15px;
}
.trocaperfil{
    display: none;
    font-size: 13px;
    width: 90%;
    border-radius: 10px;
    padding: 15px 15px;
    background-color: transparent;
    border: 1px solid rgba(33, 83, 139, 0.2);
    margin-left: auto;

}
.trocaperfil .saudacao{
    font-weight: 500;
    font-size: 15px;
}
.trocaperfil .mudarperfil{
    text-decoration: underline;
    font-weight: 600;
    font-size: 11px;
}

.trocaperfil .fonteperfil{
    font-size: 18px;
}

.busca-superior {
    margin-top: 15px;
    position: absolute;
    background-color: #fff;
    z-index: 99999;
}

.busca-superior li {
    margin-left: 13px;
    margin-top: 5px;
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
}

ul.filhodomenu li {
    font-size: 16px;
}
ul.netodomenu li {
    font-size: 13px;
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 100%;
    }
}

.mobile {
    display: none;
}

.txt-integra {
    font-size: 14px;
    font-weight: bold;
    margin-top: -10px;
    color: #5c5555;
    margin-bottom: 14px;
}

.compartilha {
    margin-top: 10px;
}

@media (max-width: 1755px) {
    .menu-superior .col-md-8 {
        max-width: 55.666667%;
    }
    .menu-superior .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 15%;
    max-width: 50.666667%;
}
}


@media (max-width: 1366px) {

    #menu-menu-principal .filhodomenu {
        max-width: 260%;
    }

    .link-certidao a {
        display: block;
        color: #fff;
        font-size: 18px;
    }
    .input-campo-busca {
        width: 72%;
    }
    .titulo-acesso-rapido{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: fit-content;
    }
    .btn-carta-de-servicos{
        -ms-flex: 0 0 25%;
        flex: auto;
        max-width: fit-content;
        margin-left: auto;
    }
    .areas .descricao {
        text-align: left;
        font-weight: 500;
        color: #5A5E61;
        font-size: 13px;
        margin: 20px 15px 0 20px;
        height: 40%;
    }

    .box-borda-areas {
        border: 1px solid rgba(112, 112, 112, 15%);
        text-align: center;
        height: 350px;
    }

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

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

    .titulo-info1 {
        color: #ffff;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
    }

    .titulo-info2 {
        color: #ffff;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }

   
    .dropdown-menu {
        width: 95%;
    }

    .logo-cab img {
        width: 85%;
        display: block;
        margin-bottom: 30px;
    }

    .alinha-menu-esquerdo-mdquery {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
    }

    .menu-superior-sistemas .btn-secondary {
        font-size: 17px;
    }

    .margem-busca {
        left: auto;
    }

    .menu-superior .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .menu-superior .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    
    .menu-superior-left .menu {
        margin-top: 20px;
        height: 35px;
        background-color: transparent;
        padding-bottom: 0;
        width: auto;
        text-align: left;
        font-size: 13px;
        overflow-y: hidden;
    }
    
    .fonte-combo {
        font-size: 15px;
    }

    .font-buscar {
        font-size: 18px;
        color: #3677BF;
        margin-top: -5px;
    }

    .bloco1 span {
        font-size: 18px;
    }

    .font-buscar-2 {
        font-size: 13px;
        color: #1E445A;
        margin-left: 63px;
    }

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

    .noticias .img-ico-noticias {
        width: 5%;
    }

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

    .fique-ligado .img-ico-tv {
        width: 15%;
        height: 14%;
    }

    .fique-ligado h2 {
        font-size: 20px;
        margin-top: 6px;
    }

    .noticias .titulo-principal {
        font-size: 27px;
    }

    .titulo-noticias-destaque {
        font-size: 13px;
    }

    .texto-destaque {
        height: 225px;
    }

    

}

@media (max-width: 1280px) {
    
    #menu-menu-principal .filhodomenu {
        max-width: 180%;
    }

    .cards-topo-bloco img {
        border-radius: 5px;
        padding: 15px;
        width: 100%;
        height: auto;
        background-color: rgb(63, 146, 225, 0.3);
    }

    .sessao1 .col-md-6 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        display: flex;
    }

    .sessao1 .icone-certidoes {
        width: 13%;
        height: fit-content;
        align-self: center;
    }

    .certidoes {
        width: 49%;
        margin: 0 auto;
        height: 150px;
    }

    .sessao1 .certidoes:last-child {
        margin: 0 auto;
        margin-bottom: 1.5rem!important;
    }

    .link-certidao a {
        display: block;
        color: #fff;
        font-size: 14px;
    }
    .cards-topo {
        overflow: auto;
        flex-wrap: inherit;
        padding-right: 15px;
    }
    .alinha-card-direita .row{
        width: 100%;
    }

    .cards-topo h6 {
        font-size: 10px;
        font-weight: bold;
        color: #BBD0E8;
        text-align: center;
        margin-top: 10px;
    }

    .areas .descricao {
        text-align: left;
        font-weight: 500;
        color: #5A5E61;
        font-size: 13px;
        margin: 20px 15px 0 20px;
        height: 40%;
        overflow-y: hidden;
    }

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

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

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

    .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: 13px;
        overflow-y: hidden;
    }

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

    .slider-item-show15 {
        --swiffy-slider-item-count: 15;
    }

    .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;
    }
    
    .menu-menu-superior-esquerdo-container{
        overflow-x: auto;
    }

    #menu-menu-superior-esquerdo{
        overflow-x: auto;
        display: flex;
        height: 50px;
    }

    .bloco1 span {
        font-size: 21px;
    }

    .font-buscar-2 {
        margin-left: 58px;
    }

    .trocaperfil .fonteperfil {
        font-size: 15px;
    }

    .noticias .titulo {
        font-size: 11px;
    }

}

@media (max-width: 992px) {

    .menu-superior-left .menu li:after {
        margin-left: 0px;
    }

    .cards-topo-bloco {
        width: 100px;
        display: block;
    }

    #busca-principal.col-md-6 {
        flex: 50%;
        max-width: 50%;
        margin: 0;
        margin-top: 20px;
    }

    .cardacesso {
        overflow-x: auto;
    }
	
    .menu-superior-left .menu li {
        margin: 0;
    }

    .menu-rodape {
        width: auto;
    }
    .width-resp {
        overflow: hidden;
    }
    .sessao1 .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lista-cards-topo {
        display: inline-block;
        max-width: max-content;
    }
    .cards-topo-bloco img {
        width: 100px;
    }
    .cards-topo {
        overflow: auto;
        flex-wrap: inherit;
    }
    #seletor {
        padding: 15px 0;
    }

    .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;
    }
    .areas .col-md-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .texto-links {
        padding: 0 15px !important;
    }

    .certidoes {
        width: 100%;
    }

    .font-buscar {
        font-size: 16px;
    }

    .font-buscar-2 {
        font-size: 11px;
        color: #1E445A;
        margin-left: 56px;
    }

    .logo-cab img {
        width: 95%;
    }

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

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

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

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

    .menu-superior-perfil .btn-secondary {
        color: #142D47;
        font-weight: bold;
        font-size: 14px;
        height: 65px;
        background-color: #C2E7FF;
        text-align: left;
        margin-bottom: 18px;
    }

    .trocaperfil {
        width: 95%;
    }

    .menu {
        width: 100%;
    }

    .menu-superior {
        height: 70px;
    }

    .sessao1 .icone-certidoes {
        width: 7%;
        height: fit-content;
        margin-top: -18px;
    }

    .bloco1 span {
        font-size: 25px;
    }

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

    .input-campo-busca {
        width: 70%;
    }

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

    .rodape-tjba .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo-rodape-2 img {
        width: 40%;
    }

    .selo img {
        width: 40%;
    }

    .endereco p {
        font-size: 14px;
    }

    .menu {
        font-size: 14px;
    }

    

    .agnoticias .col-md-3  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .agnoticias .col-md-9  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .noticias .img-ico-noticias {
        width: 7%;
        height: auto;
    }

    .fique-ligado .img-ico-tv {
        width: 8%;
        height: auto;
    }

    .cor-fundo-area-noticias {
        height: 1690px;
    }

    .fique-ligado {
        margin-top: 55px;
    }

    .fique-ligado h2 {
        font-size: 27px;
    }

    .areatablet .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

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

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

    .noticias-home img {
        max-height: 360px;
        height: 360px;
    }

    .noticias .titulo {
        font-size: 14px;
        margin-top: 10px;
    }


}

@media (max-width: 768px) {

    #menu-menu-principal .filhodomenu {
        max-width: 106%;
    }
    .certidoes {
        height: auto;
    }

    #control-nav:checked ~ .borda-menu {
        border: 1px solid rgba(33, 83, 139, 0.2);
        background: rgba(0,0,0,0.6);
        height: 100vh;
        position: fixed;
        z-index: 9999;
        right: 0;
        width: -webkit-fill-available;
    }
    
    .cardacesso{
        overflow-x: auto;
    }

    .alinha-card-direita .row {
        width: 100%;
    }

    .cor-fundo-area-noticias {
		height: 1720px;
	}

    .lista-cards-topo {
        max-width: initial;
    }

    .trocaperfil{
        margin: auto;
        color: #142D47;
        font-weight: bold;
        font-size: 14px;
        height: 45px;
        background-color: #C2E7FF;
        width: 100%;
    }
    
    .menu-superior-sistemas {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    #selectdesktop {   
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        max-width: 100%;
        flex: 100%;
    }
    .menu{
        height: auto;
        max-height: 60vh;
    }


    .estrutura li {
        color: #0C4E88;
    }

    .estrutura a {
        color: #0C4E88;
    }

    .estrutura a:hover {
        color: #0C4E88;
    }

    .estrutura li:hover {
        background-image: linear-gradient(#fff, #fff);
        color: #0C4E88;
        border: 1px solid;
    }

    .alinha-btn-sites {
        position: relative;
        right: auto;
        width: 100%;
    }

    #menu{
        position: absolute;
        top: 105px;
        background-color: #428ee2;
        border-radius: 5px;
        z-index: 99999;
        right: 0;
        padding: 0;
        width: 65px;
        padding: 0 15px;
        height: 50px;
    }

    .cards-topo-bloco img {
        border-radius: 5px;
        padding: 15px;
        width: 100px;
        height: auto;
        background-color: rgb(63, 146, 225, 0.3);
    }

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

    .banner-mobile {
        display: block;
    }

    .banner-desktop {
        display: none;
    }

    .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;
        margin-top: 15px;
        font-size: 13px;
    }

    .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: 2;
        margin-bottom: 25px;
    }

    .cards-topo.slider-container>* {
        width: 100%;
        height: 290px;
    }
    .fique-ligado ul {
        text-align: center;
    }
    .clickradio label, .clickyoutube label{
        font-size: 13px;
    }

    .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 {
        color: #ffffff;
        margin: auto;
        width: -webkit-fill-available;
    }

    .back {
        padding-left: 0;
    }

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

    .redes-sociais {
        margin: 0 -15px;
        float: none;
    }
    
    .setaselect{
        right: 20px;
        top: 14px;
        color: #3186E4;
        border-left: 1px solid;
        padding-left: 10px;
    }

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

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

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

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

    .input-campo-busca {
        width: 100%;
        border-right: 1px solid #E9E9E9;
        margin-bottom: 5px;
    }

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

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

    #busca-principal {
        margin: auto 0;
        width: 100%;
    }

    .margem-busca {
        left: 0;
    }

    .texto-ajuda h4 {
        color: #3186e4;
        padding-right: 5px;
        padding-top: 25px;
        font-size: 14px;
    }

    .titulo-acesso-rapido h1 {
        font-size: 22px;
        color: #3A7EC9;
        font-weight: 600;
        margin-left: 2px;
    }

    .busca-principal {
        margin: 10px 0;
    }

    .podcast {
        position: relative;
        bottom: 0;
        margin: 0;
        margin-top: 350px;
        padding-right: 0;
    }

    .fique-ligado {
        padding-left: 0;
        margin-top: 55px;
    }

    .margem-topo-produtividade {
        margin-top: 40px;
    }

    .width-resp {
        max-width: 75%;
    }

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

    .logo-cab img {
        width: 48%;
        display: block;
        margin-bottom: 30px;
    }

    .mg-div-busca {
        margin-left: 0px;
    }

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

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

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

    .menu-superior-left .menu {
        font-size: 13px;
    }

    .font-buscar {
        font-size: 24px;
        color: #3677BF;
        margin-top: -5px;
    }

    .font-buscar-2 {
        font-size: 14px;
        margin-left: 63px;
    }

    .img-lupa-busca {
        width: 9%;
    }

    .logo-rodape-2 img {
        width: 40%;
        display: block;
        margin-bottom: 30px;
    }

    .selo img {
        width: 40%;
    }

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

    .input-campo-busca-mapa {
        width: 52%;
    }

    .noticias .img-ico-noticias {
        width: 10%;
    }

    .fique-ligado .img-ico-tv {
        width: 10%;
    }

    .noticias .titulo-principal {
        font-size: 30px;
    }

    .fique-ligado h2 {
        font-size: 30px;
        margin-top: 6px;
    }

    #menu .traz {
        color: #fff;
        font-size: 10px;
        display: block;
        margin: auto;
        margin-top: -8px;
        width: fit-content;
    }

    .desktop {
        display: none;
    }
    
    .mobile {
        display: inherit;
    }

    .bloco1 span {
        font-size: 27px;
    }

    .tit-certidoes span {
        margin-top: -48px;
        margin-left: 69px;
        margin-bottom: 10px;
        display: flex;
    }

    .sessao1 .icone-certidoes {
        width: 10%;
        height: fit-content;
        margin-top: -140px;
    }

    .divconsulta span {
        margin-top: -2px;
        margin-left: 2px;
        margin-bottom: 10px;
        display: flex;
    }

    .menu-superior-sistemas .btn {
        text-align: left;
    }

    .certidoes-2 {
        background-color: rgba(0, 31, 65, .8);
        padding: 30px 15px 30px 15px;
        border-radius: 0;
        background-image: linear-gradient(to bottom, rgba(0, 31, 65, 0.1), rgba(0, 6, 13, .8));
    }

    .sessao1 .icone-certidoes-2 {
        width: 11%;
        height: fit-content;
        margin-top: -18px;
    }

    .consulta-processual .jtabk-panel {
        display: block;
    }

    .consulta-processual input {
        padding-left: 10px;
        width: 100%;
        height: 35px;
        font-size: 13px;
        outline: none;
    }

    .consulta-processual form {
       
        display: inherit;
    }

    .consulta-processual input#btnBusca {
        border-radius: 5px;
        background-color: #EC2A2A;
        color: #fff;
        margin-top: 5px;
        margin-left: 0;
        font-weight: BOLD;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        width: 100%;
        height: 45px;
    }

    .consulta-processual select {
        width: 100%;
        margin-bottom: 10px;
    }

    .sessao1 {
        padding: 10px 0 20px 0;
    }

    .perfil {
        display: none;
    }

    .posi-perfil {
        margin-top: -23px;
    }

    .menu-superior-perfil .dropdown-toggle::after {
        margin-top: -12px;
        font-size: 18px;
    }

    .link-certidao:first-child {
        border-left: none;
        width: 100%;
        border-radius: 8px;
        background-color: #3677BF;
        color: #ffffff;
        padding: 9px;
        margin-bottom: 10px;
        margin-top: 10px;
        
    }

    .link-certidao {
        border-left: none;
        width: 100%;
        border-radius: 8px;
        background-color: #3677BF;
        color: #ffffff;
        padding: 9px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .areas .descricao {
        overflow-y: hidden;
    }

    .certidoes a {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
    }

    .trocaperfil .mudarperfil {
        font-size: 15px;
        font-weight: bold;
        margin-top: -24px;
        position: absolute;
        text-decoration: none;
    }

    .posicao-txt {
        margin-top: -450px;
        margin-left: 637px;
        color: #fff;
    }

    .busca-principal button {
        margin-left: auto;
        margin-top: 5px;
        width: 100%;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        display: flex;
        padding: 10px 0;
    }

    .input-group {
        bottom: -10px;
        left: 0;
    }

    label.control-nav:after {
        position: relative;
    }

    #busca-principal.col-md-6 {
        flex: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .agnoticias .col-md-9  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .agnoticias .col-md-3  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .titulo-outras-notícias .titulo {
        fon-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;t-size: 16px;
    }
    
    .sldeimprensa .col-md-10 {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

    .sldeimprensa .input-campo-busca {
        width: 100%;
    }
    #menu-menu-principal li:hover .filhodomenu {
        display: contents;
        height: auto;
        background: #fff;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        padding-top: 0 !important;
    }
    #menu-menu-principal li:hover .netodomenu {
        padding-left: 10px;
        display: block;
        height: auto;
        background: #fff;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        padding-top: 0 !important;
    }
    ul.netodomenu li {
        font-size: 14px;
        margin-bottom: 8px !important;
    }

    #control-nav:checked ~ .pushy-interno {
        position: inherit;
        overflow-y: auto;
        width: 100%;
        margin: auto;
        display: contents;
    }
    
    .pushy-interno li {
        margin: 0;
    }
    .pushy a {
        padding: 15px 0;
    }
    .pushy-interno {
        width: 88vw;        
        padding-top: 15px;
        right: -50px;
        top: -5px;
        position: absolute;
        max-width: 85vw;
    }

}

@media (max-width: 576px) {
	
	.container{
		padding: 0 15px;
	}

    

    .areas .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

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

    .bt-confira {
        margin-top: 25px;
        margin-bottom: -30px;
        margin-left: 7px;
    }

    .logo-rodape {
        width: 100%;
        margin-top: auto;
        margin-right: 0;
    }

    .logo-rodape-2 {
        width: 100%;
        margin-top: auto;
        margin-right: 0;
        padding-left: 55px;
    }

    .logo-rodape img {
        width: auto;
    }

    .logo-rodape-2 img {
        width: 55%;
        display: block;
        margin-bottom: 30px;
    }

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

    .titulo-topo {
        padding: 25px 0;
    }

    .noticias-home img {
        height: 255px;
        max-height: 255px;
    }

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

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

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

    .slider-indicators {
        display: flex;
    }

    .topo1-cor {
        height: 750px;
    }

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

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

    .links-topo {
        display: grid;
    }

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

    



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

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

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

    /* INICIO RODAPÉ */

    .menu-rodape {
        width: auto;
    }

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

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

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

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

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

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

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

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

    .margem-institucional-mesa {
        width: 75%;
        text-align: center;
        margin-left: 0;
    }

    .texto-links h5 {
        color: #3186e4;
        text-align: center;
        padding-right: 5px;
        padding-top: 10px;
        font-size: 10px;
    }


    .background-produtividade {
        background-image: url(assets/img/imagem_processometro.png);
        background-repeat: no-repeat;
        width: auto;
        height: 400px;
    }

    .produtividade .swiffy-slider:hover .slider-nav {
        visibility: visible;
    }

    .produtividade .slider-nav::after,
    .slider-nav::before {
        width: 4rem;
        height: 4rem;
        padding: .3rem;
    }

    .produtividade .slider-container>* {
        width: auto;
        height: 315px;
    }

    .produtividade .slider-nav::after {
        background-color: #2fade9;
    }

    .produtividade .swiffy-slider.slider-indicators-outside .slider-nav {
        margin-bottom: 165px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .produtividade .slide {
        margin-left: auto;
    }

    .titulo-produtividade h5 {
        color: #FFFFFF;
        font-weight: 200;
        font-size: 20px;
        letter-spacing: 10px;
        margin-top: 40px;
        text-align: center;
    }

    .titulo-info1 {
        color: #ffff;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }

    .titulo-info2 {
        color: #ffff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }

    .margem-areas {
        margin-left: 0;
    }

    .areas .saibamais {
        color: #fff !important;
        background-color: #428EE2;
        margin-top: -25px;
        text-align: center;
        padding: 10px;
        height: auto !important;
        font-size: 12px;
        border-radius: 3px;
        display: block;
    }

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

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

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


    .certidoes {
        padding: 20px 10px;
        text-align: left;
        display: flow-root;
    }

    .certidoes a{
        font-size: 16px;
    }
 
    
    .noticias-home-resp a {
        width: 100%;
    }
    
    .menu-superior-left .menu {
        font-size: 7px;
    }


    .logo-cab img {
        width: 70%;
        display: block;
        margin-bottom: 20px;
    }

    .font-buscar-2 {
        margin-left: 51px; 
        font-size: 16px;
        color: #1E445A;
    }

    .input-campo-busca-mapa {
        width: 82%;
    }

    .fique-ligado .img-ico-tv {
        width: 13%;
    }

    .fique-ligado h2 {
        font-size: 26px;
        margin-top: 6px;
    }

    .noticias .img-ico-noticias {
        width: 50px;
        margin-top: 8px;
        height: fit-content;
    }

    .menu-menu-superior-esquerdo-container {
        overflow-x: auto;
    }

    .menu-superior {
        height: 45px;
    }

    .noticias .titulo-principal {
        font-size: 20px;
        margin-top: 12px;
    }
    
    .input-group {
        display: block;
        left: 0;
    }
    
    .input-campo-busca {
        border-right: 1px solid #E9E9E9;
    }

    .font-buscar {
        font-size: 21px;
    }

    .divconsulta span {
        margin-top: -40px;
        margin-left: 59px;
        margin-bottom: 20px;
        display: flex;
        font-size: 23px;
    }

    .desktop {
        display: none;
    }

    .btn-carta-de-servicos h2 {
        text-align: right;
        margin-top: -12px;
    }

    .certidoes {
        padding: 30px 10px;
    }

    .tit-certidoes span {
        margin-top: -41px;
        margin-left: 61px;
        margin-bottom: 10px;
        display: flex;
    }

    .sessao1 .icone-certidoes {
        width: 12%;
        height: auto;
        margin-top: -29px;
    }

    .sessao1 .icone-certidoes-2 {
        width: 10%;
        height: auto;
        margin-top: -18px;
    }

    .titulo-page {
        font-size: 24px;
        margin-left: 20px;
    }

    .marcador {
        margin-top: -4px;
    }

    .sldeimprensa .font-buscar {
        font-size: 19px;
        margin-top: 0px;
    }

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

    .texto-destaque.destaque-noticias {
        margin-top: -90px;
    }

    .data-interna {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .outras-noticias img {
        height: 220px;
    }

    .margin-rodape-detalhes {
        margin-top: 10px;
    }

    .fundo-bg-mapa-2 {
        height: auto;
    }

    .margem-box-ajuda {
        margin-top: 50px;
        margin-bottom: 35px;
    }

    .cor-fundo-area-noticias {
        height: 1610px;
    }

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

    .titulo {
        font-size: 14px;
    }

    .sldeimprensa.slider-container img {
        height: 220px;
        object-fit: cover;
    }

    .sessao1 .icone-certidoes-2 {
        width: 12%;
        height: auto;
        margin-top: -18px;
    }

    .bloco1 span {
        font-size: 20px;
    }

    .alinha-card-direita .row {
        width: max-content;
    }
    

}


@media (max-width: 414px) {

.noticias .img-ico-noticias {
        height: auto;
    }
	
	.divconsulta span {
        margin-left: 42px;
        font-size: 19px;
        margin-top: -36px;
	}
	
	.fique-ligado h2 {
    	font-size: 22px;
    
	}

    .font-buscar {
        font-size: 17px;
    }

    .font-buscar-2 {
        margin-left: 37px;
        font-size: 15px;
    }
	
    .tit-certidoes span {
        margin-top: -38px;
        margin-left: 48px;
        margin-bottom: 10px;
        display: flex;
    }

    .endereco p {
        font-size: 13px;
    }
	
 }


@media (max-width: 360px) {

    .menu-superior .container {
        padding: 0 15px;
    }

    .col-md-12 {
        margin: 0;
        padding: 0;
    }

    .sessao1 .icone-certidoes {
        height: auto;
    }
	
	.noticias .img-ico-noticias {
		
        height: auto;
    }

    .divconsulta span {
        margin-top: -38px;
        margin-left: 40px;
        margin-bottom: 20px;
        display: flex;
        font-size: 19px;
    }

    .tit-certidoes span {
        margin-left: 40px;
        font-size: 23px;
        margin-top: -35px;
    }
	
	.fique-ligado h2 {
    	font-size: 20px;
	}
	
    #selectdesktop {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    .margem-seletor-mob {
        margin-top: 15px;
    }

    .font-buscar {
        font-size: 17px;
    }

    .font-buscar-2 {
        margin-left: 32px;
        font-size: 14px;
    }

    .container {
        padding: 0px 50px;
    }

    .logo-rodape-2 {
        padding-left: 20px;
    }

    .selo img {
        width: 55%;
    }

    .logo-rodape-2 img {
        width: 65%;
    }

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

}