@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: RobotoBold;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: RobotoLight;
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
}

body {
    margin-top: 15px;
    font-family: Roboto;
    overflow-x: hidden;
}

@media (max-width: 69.3125rem) {
    body {
        margin-top: 50px;
    }
}

.fixed {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    background-color: #fff;
}

.fixed .menu {
    border-bottom: 0;
}

.hided {
    display: none;
}

.topo .links {
    color: #5776B0;
    font-size: 0.75rem;
}

.topo .links span:not(:first-child) {
    padding-left: 13px;
}

.topo .acessibilidade span {
    color: #5776B0;
    font-size: 0.8125rem;
}

.topo .acessibilidade img {
    cursor: pointer;
}

.busca_home .row {
    text-align: right;
    margin-top: 15px;
}

.busca_home .row:not(:first-child) {
    font-size: 0.875rem;
    color: #5776B0;
    text-transform: lowercase;
}

.menu_index {
    font-size: 0.75rem;
    padding: 15px 0;
}

.menu_index table {
    width: 100%;
}

.menu_index table td {
    cursor: pointer;
}

.menu_index table td:not(:first-child) {
    text-align: center;
}

.menu_index table td:not(:last-child) {
    border-right: 1px solid #000000;
}

.menu_index table td::last-child {
    margin-right: -5px;
}

.menu_index table td:hover {
    color: #9b9b9b;
}

.menu {
    margin-top: 16px;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
    display: flex;
}

@media (max-width: 69.3125rem) {
    .menu {
        display: none;
    }
}

.menu .list-inline dl,
.menu ol,
.menu ul {
    margin-top: 16px;
    font-size: 0.625rem;
}

.menu .list-inline .list-inline-item:last-child {
    background-color: #5776B0;
    border: 0px;
    padding: 0px 5px;
    color: #fff;
    margin-top: -1px;
    float: right;
    font-family: RobotoLight;
    /*text-transform: lowercase;*/
    font-size: 0.625rem;
}

.menu .list-inline-item+.list-inline-item {
    padding-left: 5px;
    border-left: 1px solid currentColor;
}

.menu.grande {
    border-bottom: 0;
    padding-bottom: 5px;
}

.menu.grande .list-inline dl,
.menu.grande ol,
.menu.grande ul {
    font-size: 0.75rem;
    cursor: pointer;
}

.menu .list-inline li {
    position: relative;
}

.menu .list-inline li:hover {
    color: #9b9b9b;
}

@media (min-width: 62rem) {
    .menu .list-inline {
        margin-left: -30px;
    }
}

@media (min-width: 75rem) {
    .menu .list-inline {
        margin-left: -50px;
    }
}

.pagina {
    padding-top: 10px;
    margin-bottom: 25px;
}

.pagina img {
    margin-top: -3px;
}

.pagina span {
    margin-left: 5px;
    font-size: 1.3125rem;
    font-family: RobotoLight;
}

.pagina .titulo {
    margin-top: 5px;
}

.pagina .navigation li {
    cursor: pointer;
}

.pagina .navigation li:hover {
    color: #9b9b9b;
}


/* enable absolute positioning */

.inner-addon {
    position: relative;
    margin-top: 5px;
}

.inner-addon i {
    position: absolute;
    padding: 4px;
    padding-right: 6px;
    pointer-events: none;
    right: 0px;
}

.inner-addon input {
    font-size: 0.75rem;
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 5px;
    padding-right: 30px;
}

.abamenu {
    display: none;
    color: #fff;
    background-color: #5776B0;
    height: 9.375rem;
    width: 100%;
    position: absolute;
    top: -2px;
    text-align: center;
    padding-top: 1px;
}

.headermenucontent {
    -webkit-transition: all 500ms ease-out 0.25s;
    -moz-transition: all 500ms ease-out 0.25s;
    -o-transition: all 500ms ease-out 0.25s;
    transition: all 500ms ease-out 0.25s;
    width: 17.5rem;
    background-color: #5776B0;
    color: #fff;
    position: fixed;
    top: 0;
    left: -290px;
    opacity: 0;
    height: 100vh;
    padding: 20px;
    padding-top: 80px;
    font-size: 0.9375rem;
    font-family: RobotoLight;
    z-index: 60;
}

.headermenucontent.visivel {
    display: block;
    left: 0;
    opacity: 1;
}

.headermenucontent input {
    margin-top: 30px;
    border: 1px solid #fff;
    background-color: #5776B0;
    width: 12.5rem;
}

.headermenucontent ::-webkit-input-placeholder {
    color: #fff;
}

.headermenucontent .inner-addon i {
    right: 43px;
}

.headermenucontent .hamburger {
    display: none;
    position: absolute;
    top: 22px;
    left: 24px;
    cursor: pointer;
}

.headermenucontent .close_menu {
    position: absolute;
    top: 19px;
    left: 14px;
    height: 2.5rem;
    cursor: pointer;
}

.headermenucontent .itens {
    list-style: none;
}

.headermenucontent .itens li {
    margin-bottom: 10px;
    cursor: pointer;
}

.headermenucontent .itens li:hover {
    font-family: RobotoBold;
}

.headermenucontent .itens li:last-child {
    margin-top: 20px;
    background-color: #fff;
    width: 100%;
    color: #3AB186;
    font-size: 0.75rem;
    padding: 10px;
    font-family: RobotoBold;
}

.headermenu {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    width: 100vw;
    height: 3.75rem;
    z-index: 49;
    background-color: #fff;
}

.headermenu .logo {
    cursor: pointer;
    float: right;
    margin-right: 40px;
    margin-top: -4px;
}

.headermenu .logo img {
    max-width: 6.8125rem;
}

.headermenu .hamburger {
    cursor: pointer;
    margin-top: 7px;
    float: left;
    margin-left: 6vw;
    z-index: 61;
}

.headermenu .hamburger img {
    max-width: 6.8125rem;
}

.menu_exp {
    display: none;
    background-color: #5776B0;
    padding: 40px 0 40px 0;
}

.menu_exp .menu_box {
    cursor: pointer;
    min-width: 10.625rem;
    width: calc((100%/6) - 0.625rem);
    margin-bottom: 20px;
    background-color: #5776B0;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #fff;
    font-family: RobotoLight;
    text-transform: uppercase;
    text-align: center;
}

.menu_exp .menu_box:hover {
    background-color: #5776b0b3;
}

.menu_exp .menu_box .linha {
    padding-left: 14px;
    width: 100%;
}

.menu_exp .menu_box .coluna_a {
    width: 2.625rem;
    float: left;
    height: 4.125rem;
    display: flex;
    align-items: center;
    line-height: 0.75rem;
}

.menu_exp .menu_box .coluna_a img {
    max-width: 3.5rem;
    max-height: 2.125rem;
    width: 6.25rem;
    padding-right: 21px;
}

.menu_exp .menu_box .coluna_b {
    display: flex;
    align-items: center;
    float: left;
    text-align: left;
    line-height: 1.0625rem;
    height: 4.125rem;
}

.menu_exp .menu_box .coluna_b p {
    margin-bottom: 3px;
    font-size: 0.875rem;
}

.fixed_rodape {
    display: block !important;
    position: fixed;
    bottom: 0;
    right: 8vw;
    z-index: 40;
}

.fixadorodape {
    cursor: pointer;
    float: right;
    margin-top: -73px;
}

.titulo_links_footer {
    background-color: #5776B0;
    padding: 0px 15px;
    font-size: 0.875rem;
    font-weight: normal;
    font-family: RobotoLight;
    text-transform: uppercase;
    color: #fff;
}

.botao {
    cursor: pointer;
}

.scrolltop {
    position: absolute;
    right: 0;
    top: -73px;
    z-index: 30;
    cursor: pointer;
}

.footer {
    background-color: #5776B0;
    padding: 40px 0px;
    margin-top: 60px;
}

.footer .icone_small {
    margin-right: 8px;
}

.footer .icone_small img {
    width: 6.25rem;
    max-width: 1.875rem;
}

.footer .box {
    color: #fff;
    text-align: center;
    padding: 20px 6px;
    border: 1px solid #fff;
    margin: 7px;
    font-size: 0.875rem;
    font-family: RobotoLight;
    height: 4.5rem;
}

.footer .box.h40 {
    height: 2.5rem;
    width: calc((100%) - 0.9375rem);
    padding: 0;
    text-transform: uppercase;
}

.footer .box.small {
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .box.h158 {
    height: 9.875rem;
    padding-top: 40px;
}

.footer .box.links {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: RobotoBold;
    font-size: 1.125rem;
}

.footer .box.links div {
    margin-left: 25px;
}

@media (max-width: 47.9375rem) {
    .footer .box.links div {
        margin-left: 5px;
    }
}

.footer .box.links.c1.white {
    font-size: 0.75rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 0.8125rem;
}

.footer .box.links.c1.white .small {
    font-family: RobotoLight;
}

.footer .box.links.c1 .icone_small {
    max-width: 1.5625rem;
    width: 6.25rem;
    margin-right: 7px;
}

.footer .box.white {
    background-color: #fff;
    color: #5776B0;
}

.footer .box.sic {
    width: 100%;
    height: 2.5rem;
    padding: 6px 6px;
    /* font-size: 1.0625rem; */
    text-transform: uppercase;
}

@media (max-width: 47.9375rem) {
    .footer .box.sic {
        font-size: 0.6875rem;
    }
}

.footer .box.fullwidth {
    width: 100%;
}

.footer .box.c1 {
    width: calc((100%/6)*1.33 - 0.875rem);
}

.footer .box.c1.white div {
    margin-left: 5px;
}

.footer .box.c2 {
    width: calc((100%/6)*1.38 - 0.875rem);
}

.footer .box.c3 {
    width: calc((100%/6)*2 - 0.875rem);
}

.footer .box.c4 {
    width: calc((100%/6)*4 - 0.875rem);
}

@media (max-width: 47.9375rem) {
    .footer .box.c1 {
        width: calc((100%/2) - 0.875rem);
    }
    .footer .box.c2 {
        width: calc(100%*2);
    }
    /* .footer .box.c3 {
       width: calc(105px*3);
    }*/
    .footer .box.c4 {
        width: calc(6.5625rem*4);
    }
}

.footer .footerlogo img {	
/*max-width: 12.5rem;	
 *     height: 5rem;	
 *         margin: 0 auto;*/	
    max-width: 19rem;	
    height: 5rem;	
    margin: 0 0.3125em;	
}

.footer .address {
    font-size: 0.8125rem;
    color: #fff;
    float: left;
    margin-right: 20px;
}

.footer .social {
    float: right;
}

.footer .social img {
    cursor: pointer;
    max-width: 3rem;
    max-height: 1.875rem;
    margin-right: 36px;
    height: 5rem;
    width: 6.25rem;
    margin: 0 auto;
}

@media (min-width: 47.9375rem) {
    .footer .negative-margin {
        margin-top: -20px;
    }
}

.footer .acessibilidade {
    margin-top: 15px;
}

.footer .acessibilidade span {
    color: #fff;
    font-size: 0.8125rem;
}

.footer .acessibilidade img {
    max-width: 1.4375rem;
}

.footer .mapadosite {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
}

.mapadosite_conteudo {
    display: none;
    margin-top: -10px;
    background-color: #E4E8F3;
    color: #5776B0;
    padding: 45px 4vw 45px 4vw;
    position: relative;
}

.mapadosite_conteudo .box {
    border: 1px solid #5776B0;
    text-transform: uppercase;
    width: 7.5rem;
    text-align: center;
    font-family: RobotoLight;
    font-size: 0.875rem;
    padding: 5px 0px 5px 0px;
    position: absolute;
    right: 9vw;
    bottom: 60px;
}

.mapadosite_conteudo .superior {
    border-bottom: 2px solid #5776B0;
}

.mapadosite_conteudo .inferior {
    padding-top: 30px;
}

.mapadosite_conteudo .fecha_mapa {
    cursor: pointer;
    position: absolute;
    top: -32px;
    right: 9vw;
}

.mapadosite_conteudo ul {
    width: calc(100%/4);
    float: left;
    list-style: none;
}

@media screen and (orientation: portrait) {
    .mapadosite_conteudo ul {
        width: 100%;
    }
}

.mapadosite_conteudo li {
    cursor: pointer;
    font-size: 0.75rem;
}

.mapadosite_conteudo li:hover {
    font-family: RobotoBold;
}

.mapadosite_conteudo li.titulo {
    font-size: 0.875rem;
    font-family: RobotoBold;
    margin-bottom: 10px;
}

.dropdown.mobile {
    display: none;
}

@media (max-width: 69.9375rem) {
    .dropdown.mobile {
        display: block;
    }
}

@media (max-width: 69.9375rem) {
    .buscafield {
        display: none;
    }
}

@media (max-width: 69.9375rem) {
    .hidemobile {
        display: none;
    }
}

@media (min-width: 69.9375rem) {
    .mobileonly {
        display: none;
    }
}

.nopadding {
    padding: 0;
}

@media (max-width: 69.9375rem) {
    .row .nopadding,
    .col-12 .nopadding {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.spacer {
    height: 2vh;
}

@media (max-width: 69.9375rem) and (orientation: landscape) {
    .colmainbox {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.carousel {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 18.75rem;
    position: relative;
    background-color: #3F3B3C;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 69.9375rem) {
    .carousel {
        height: 23.75rem;
        width: 100%;
        overflow: hidden;
    }
    .carousel img {
        width: auto;
        object-fit: cover;
    }
}

.carousel .ccontainer {
    position: relative;
    height: 18.75rem;
    width: 96vw;
}

@media (min-width: 36rem) {
    .carousel .ccontainer {
        width: 33.75rem;
        max-width: 200%;
    }
}

@media (min-width: 48rem) {
    .carousel .ccontainer {
        width: 45rem;
        max-width: 100%;
    }
}

@media (min-width: 62rem) {
    .carousel .ccontainer {
        width: 60rem;
        max-width: 100%;
    }
}

@media (min-width: 75rem) {
    .carousel .ccontainer {
        width: 71.25rem;
        max-width: 100%;
    }
}

.carousel .indicators {
    position: absolute;
    list-style: none;
    right: 0px;
    bottom: 10px;
    z-index: 19;
}

@media (max-width: 69.9375rem) {
    .carousel .indicators {
        bottom: 110px;
    }
}

.carousel .indicators li {
    cursor: pointer;
    display: inline;
    margin-right: 9px;
}

.carousel .indicators li img {
    content: url("../images/carousel_selector.svg");
}

.carousel .indicators li.active img {
    content: url("../images/carousel_selector_active.svg");
}

.carousel img.fundo {
    position: absolute;
    width: 41.25rem;
    height: 18.75rem;
    /* //left: -90px; */
    top: 0;
    z-index: 7;
}

@media screen and (max-width: 69.9375rem) and (orientation: portrait) {
    .carousel img.fundo {
        height: 18.75rem;
        width: 25rem;
    }
}

@media screen and (max-width: 69.9375rem) and (orientation: landscape) {
    .carousel img.fundo {
        max-width: 100%;
        margin-top: -100px;
        left: calc(50% - 373px);
    }
}

.carousel .titulo {
    color: #3AB186;
    font-size: 1.625rem;
    position: absolute;
    z-index: 8;
    text-transform: uppercase;
    font-family: RobotoBold;
    line-height: 1.875rem;
    top: calc(50% - 84px);
    left: calc(56% + 24px);
    width: 26.875rem;
}

@media (max-width: 69.9375rem) {
    .carousel .titulo {
        left: 6vw;
        top: 310px;
        font-size: 0.8rem;
        padding: 0 10px;
        overflow: hidden;
        width: 17.8125rem;
    }
    .carousel .titulo .border {
        display: none;
    }
}

.carousel .titulo .border {
    background-color: #3AB186;
    height: 0.1875rem;
    width: 7.25rem;
    margin-top: 10px;
}

.carousel .titulo .subtitulo {
    font-size: 1.125rem;
    text-transform: none;
    font-family: RobotoLight;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 69.9375rem) {
    .carousel .titulo .subtitulo {
        font-size: 0.9375rem;
        margin-top: 5px;
        line-height: 1.3125rem;
        display: none;
    }
}

.carousel .volta {
    position: absolute;
    left: 0;
    top: calc(100%/2 - 43px);
    z-index: 10;
}

@media (max-width: 69.9375rem) {
    .carousel .volta {
        top: calc(100%/2 - 87px);
    }
}

.carousel .avanca {
    position: absolute;
    right: 0;
    top: calc(100%/2 - 43px);
    z-index: 10;
}

@media (max-width: 69.9375rem) {
    .carousel .avanca {
        top: calc(100%/2 - 87px);
    }
}

.carousel .volta img,
.carousel .avanca img {
    height: 2.6875rem;
    width: 1.4375rem;
    opacity: 0.6;
    cursor: pointer;
}

.carousel .volta img:hover,
.carousel .avanca img:hover {
    opacity: 1;
}

@media (max-width: 75rem) {
    .container {
        width: 100%;
    }
}

.icone_azul {
    background-color: #5776B0;
    padding: 0px 20px;
}

.icone_branco {
    background-color: #fff;
    padding: 0px 20px;
}

.bg_azul_fundo {
    background-color: #E4E8F3;
}

.bg_verde_fundo {
    background-color: #3AB186;
}

.bg_verde_fundo input {
    border: 1px solid #fff;
    background-color: #3AB186;
    color: #fff;
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
}

.bg_verde_fundo input:focus {
    outline: 0;
}

.bg_verde_fundo ::-webkit-input-placeholder {
    color: #fff;
    text-align: center;
}

.row.m5 {
    margin-top: 5px;
}

.busca_home .row {
    justify-content: center;
}

.busca_home .row input {
    width: 10rem;
}

.main_box {
    cursor: pointer;
    min-width: 15.625rem;
    width: calc((100%/4) - 0.625rem);
    height: 14.375rem;
    background-color: #5776B0;
    margin: 5px;
    padding: 20px;
    padding-top: 30px;
    float: left;
    color: #fff;
    font-family: RobotoLight;
    font-size: 1.4375rem;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (orientation: portrait) {
    .main_box.split {
        width: calc(50% - 0.625rem);
        min-width: 6.25rem;
        height: 8.125rem;
        font-size: 1rem;
        padding: 0;
    }
    .main_box.split .icone {
        margin-top: 18px;
        margin-bottom: 10px;
    }
}

.main_box.duplo {
    width: calc((100%/2) - 0.625rem);
}

@media screen and (orientation: portrait) {
    .main_box.duplo {
        width: calc(100% - 0.625rem);
    }
}

@media screen and (orientation: portrait) {
    .main_box {
        width: 100%;
    }
}

.main_box.verde {
    background-color: #3AB186;
}

.main_box:hover {
    background-color: #5977b1b3;
}

.main_box .icone {
    min-height: 65px;
    margin-top: 12px;
    margin-bottom: 25px;
}

.main_box .icone img {
    max-width: 4.125rem;
    max-height: 4.125rem;
    width: 6.25rem;
}

.main_box p {
    line-height: 1.6875rem;
}

.main_box_medio {
    /*cursor: pointer;*/
    min-width: 17.125rem;
    width: calc((100%/4) - 0.625rem);
    height: 8.3125rem;
    background-color: #5776B0;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #fff;
    font-family: RobotoLight;
    line-height: 1.5rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
}

@media(max-width: 48rem) {
    .main_box_medio {
        margin: 5px 0;
    }
}

.main_box_medio.duplo {
    width: calc((100%/2) - 0.625rem);
}

@media screen and (orientation: portrait) {
    .main_box_medio.duplo {
        width: 100%;
    }
}

@media screen and (orientation: portrait) {
    .main_box_medio {
        width: 100%;
    }
}

.main_box_medio:hover {
    background-color: #5776b0b3;
}

.main_box_medio .linha {
    padding-left: 14px;
    width: 100%;
}

.main_box_medio .small {
    padding-top: 5px;
    line-height: 0.875rem;
    text-transform: none;
    font-size: 0.6875rem;
}

.main_box_medio .coluna_a {
    width: 25%;
    float: left;
    margin-right: 11px;
}

.main_box_medio .coluna_a img {
    max-width: 5.375rem;
    max-height: 3.5rem;
    width: 6.25rem;
    padding-right: 21px;
}

.main_box_medio .coluna_b {
    width: 70%;
    float: left;
    text-align: left;
}

.main_box_medio .coluna_b p {
    margin-bottom: 3px;
    font-size: 1.3125rem;
}

.main_box_medio.cinza {
    background-color: #3F3B3C;
    color: #fff;
    font-size: 0.9375rem;
    padding: 0;
}

.main_box_medio.cinza img {
    margin-bottom: 10px;
}

@media screen and (orientation: portrait) {
    .main_box_medio.cinza {
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
    .main_box_medio.cinza img {
        /* width: 3.75rem; */
        margin-bottom: 0px;
    }
}

.main_box_medio.cinza .left {
    border-right: 2px solid #3AB186;
    width: 50%;
}

.main_box_medio.cinza .right {
    width: 50%;
}

.main_box_medio.cnj {
    font-size: 0.9375rem;
    padding: 0;
}

.main_box_medio.cnj img {
    margin-bottom: 10px;
}

@media screen and (orientation: portrait) {
    .main_box_medio.cnj {
        font-size: 0.625rem;
        line-height: 0.875rem;
        padding-right: 5px;
    }
    .main_box_medio.cnj img {
        width: 3.75rem;
        margin-bottom: 0px;
    }
}

.main_box_medio.cnj span {
    font-size: 1.125rem;
    line-height: 1.3125rem;
}

.main_box_medio.cnj small {
    font-size: 0.875rem;
}

.main_box_medio.cnj .left {
    width: 20%;
}

.main_box_medio.cnj .center {
    width: 50%;
}

.main_box_medio.cnj .right {
    width: 30%;
}

.main_box_medio.cnj .box {
    border: 1px solid #fff;
    font-size: 0.75rem;
    text-transform: none;
    width: 7.5rem;
    margin-top: 10px;
}

.main_box_medio.cnj .box:first-child {
    margin-top: -10px;
}

.main_box_branco {
    cursor: pointer;
    border: 1px solid #5776B0;
    color: #5776B0;
    margin-top: 84px;
    position: relative;
    padding: 60px 0px 0px 0px;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.875rem;
    min-height: 8.4375rem;
}

@media(max-width: 48rem) {
    .main_box_branco {
        cursor: pointer;
        border: 1px solid #5776B0;
        color: #5776B0;
        margin: 70px 10px 0 10px;
        position: relative;
        padding: 60px 0px 0px 0px;
        font-size: 1.125rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.875rem;
        min-height: 8.4375rem;
        max-width: 100%;
    }
}

.main_box_branco p {
    margin-bottom: 7px;
}

.main_box_branco .small {
    text-transform: none;
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0px 45px 0px 45px;
}

.navigation {
    text-transform: uppercase;
    font-size: 0.6875rem;
}

.navigation ul {
    padding-top: 15px;
    padding-left: 0px;
}

.navigation li {
    padding-right: 0.6rem;
    display: inline;
}

.navigation li:not(:first-child) {
    color: #747474;
    border-left: 1px solid;
    padding-left: 0.6rem;
}

.navigation li:not(:last-child) {
    cursor: pointer;
}

.menu_expandido {
    background-color: #E4E8F3;
    padding: 30px 0px;
    margin-bottom: 20px;
}

.menu_expandido .box_me {
    padding-left: 10px;
    cursor: pointer;
    width: calc((100%/4) - 0.625rem);
    height: 8.75rem;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border: 1px solid #5776B0;
    color: #5776B0;
    font-family: RobotoLight;
    line-height: 1.25rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 48rem) {
    .menu_expandido .box_me {
        min-width: 18.75rem;
    }
}

.menu_expandido .box_me.duplo {
    width: calc((100%/2) - 0.625rem);
}

@media screen and (orientation: portrait) {
    .menu_expandido .box_me.duplo {
        width: 100%;
    }
}

.menu_expandido .box_me:hover {
    color: #fff;
    background-color: #5776B0;
}

.menu_expandido .box_me .linha {
    /*width: 100%;*/
    height: 100%;
}

.menu_expandido .box_me .coluna_a {
    width: 5rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.menu_expandido .box_me .coluna_a img {
    max-width: 4.375rem;
    max-height: 4.375rem;
    height: 6.25rem;
    margin-right: 10px;
}

.menu_expandido .box_me .coluna_b {
    width: calc(100% - 5rem);
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}

.menu_expandido .box_me .coluna_b.grande {
    height: 5rem;
}

.atualizacoes {
    padding-top: 20px;
    padding-bottom: 50px;
}

.atualizacoes h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 20px;
}

.atualizacoes h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 20px;
}

.atualizacoes .vermais {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 1.0625rem;
    text-transform: uppercase;
}

.atualizacoes .box_upd {
    cursor: pointer;
    padding: 15px;
    float: left;
    width: calc((100%/3) - 0.625rem);
    position: relative;
    border: 1px solid #000000;
    height: 9.5rem;
    margin: 5px;
    min-width: 18.75rem;
}

@media(max-width: 48rem) {
    .atualizacoes .box_upd {
        margin: 10px 0;
    }
}

@media screen and (orientation: portrait) {
    .atualizacoes .box_upd {
        width: 100%;
    }
}

.atualizacoes .box_upd .titulo {
    color: #267760;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.atualizacoes .box_upd .data {
    border-bottom: 3px solid #3AB186;
    width: fit-content;
    font-size: 0.6875rem;
}

.atualizacoes .box_upd .icone-tr {
    position: absolute;
    top: 15px;
    right: 15px;
}

.atualizacoes .box_upd .icone-tr img {
    height: 6.25rem;
    max-width: 2.625rem;
    max-height: 3.3125rem;
}

.atualizacoes .box_upd .icone-rb {
    position: absolute;
    bottom: 0px;
    right: 15px;
    font-size: 1.875rem;
    color: #3AB186;
    font-weight: bold;
}

.atualizacoes .box_upd .descricao {
    margin-top: 20px;
    color: #000000;
}

.menulocal {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #5776B0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menulocal .padding50 {
    padding-left: 50px;
}

@media(max-width: 48rem) {
    .menulocal .padding50 {
        padding-left: 18px;
        border: none;
    }
}

.menulocal .main_icone {
    margin-bottom: 5px;
}

.menulocal .main_icone img {
    max-width: 2.1875rem;
}

.menulocal .borda {
    border-right: 1px solid #5776B0;
}

@media (min-width: 43.75em) {
    .menulocal .borda {
        padding: 0px 30px;
    }
}

@media (max-width: 43.75em) {
    .menulocal .borda {
        border-right: 0;
    }
}

.menulocal .box {
    cursor: pointer;
    width: 11.25rem;
    float: left;
    border: 1px solid #5776B0;
    font-size: 10.5rem;
    margin-right: 15px;
    margin-bottom: 10px;
    min-height: 3.375rem;
    display: flex;
}

.menulocal .box .col-9 {
    padding-right: 0;
}

.menulocal .box .row {
    width: 100%;
    margin-left: 0px;
}

.menulocal .box:hover {
    color: #fff;
    background-color: #5776B0;
}

.menulocal .box .col-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
}

.menulocal .box .descricao {
    display: flex;
    align-items: center;
    min-height: 2.5rem;
}

.menulocal .box img {
    max-width: 2.1875rem;
    max-height: 2.1875rem;
    margin-left: 12px;
}

@media (max-width: 43.75em) {
    .menulocal .box {
        width: 100%;
        margin-top: 5px;
    }
}

.demonstrativo {
    overflow: auto;
}

.demonstrativo .aba {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.demonstrativo .aba:not(.selecionado) {
    background-color: #fff;
}

.demonstrativo .aba div {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #5776B0;
    border: 1px solid #5776B0;
    padding: 10px;
    margin: 10px;
    height: 6.25rem;
    text-align: center;
}

.demonstrativo .conteudo {
    min-width: 62.5rem;
    margin-top: 20px;
    padding: 0px 25px;
    color: #5776B0;
    display: none;
    overflow-x: auto;
}

@media screen and (orientation: landscape) {
    .demonstrativo .conteudo {
        min-height: 18.75rem;
    }
}

.demonstrativo .conteudo .download {
    cursor: pointer;
    border: 1px solid #5776B0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    width: 6.875rem;
    height: 1.875rem;
    font-size: 0.6875rem;
    text-transform: uppercase;
    float: right;
    margin-left: 7px;
}

.demonstrativo .conteudo .download:hover {
    color: #fff;
    background-color: #5776B0;
}

.demonstrativo .conteudo .download img {
    padding-right: 5px;
    height: 2.5rem;
    max-width: 1.5625rem;
    max-height: 1.5625rem;
}

.demonstrativo .conteudo::-webkit-scrollbar {
    display: none;
}

.demonstrativo .conteudo.selecionado {
    display: flex;
}

.demonstrativo .conteudo .box {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border: 1px solid #5776B0;
    height: 1.875rem;
    font-size: 0.75rem;
    color: #5776B0;
    padding: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.demonstrativo .conteudo .box:hover {
    color: #fff;
    background-color: #5776B0;
    font-weight: normal;
}

.demonstrativo .conteudo .box.selecionado {
    color: #fff;
    background-color: #5776B0;
    font-weight: normal;
}

.demonstrativo .conteudo .titulo {
    margin-top: 2vh;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #5776B0;
    text-transform: uppercase;
}

.demonstrativo .conteudo .titulo.pointer {
    cursor: pointer;
}

.demonstrativo .conteudo .titulo.branco {
    color: #fff;
}

.demonstrativo .conteudo small {
    font-size: 0.6875rem;
    color: #5776B0;
    margin-bottom: 10px;
}

.demonstrativo .conteudo small.branco {
    color: #fff;
}

.demonstrativo .conteudo .row.botoes {
    margin-top: -1rem;
    margin-bottom: 1rem;
    max-width: 90%;
    display: none;
}

.demonstrativo .conteudo .row.botoes.w100 {
    max-width: 100%;
    width: 100%;
}

.demonstrativo .conteudo .row.botoes ul {
    padding-left: 60px;
}

.demonstrativo .conteudo .row.botoes ul.nopadding {
    padding-left: 0px;
}

.demonstrativo .conteudo .row.botoes ul li:first-child {
    border-right: 0;
    padding-left: 0;
    padding-right: 1.0rem;
}

.demonstrativo .conteudo .row.botoes ul li.inline {
    display: table-header-group;
}

.demonstrativo .conteudo .row.botoes ul li.inline .box {
    min-width: 25rem;
    margin-bottom: 5px;
}

.demonstrativo .conteudo .row.botoes table {
    width: 100%;
    font-size: 0.8125rem;
}

.demonstrativo .conteudo .row.botoes table th {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.demonstrativo .conteudo .row.botoes table th,
.demonstrativo .conteudo .row.botoes table td {
    text-align: center;
    padding: 20px 5px;
}

.demonstrativo .conteudo .row.botoes table th.bold,
.demonstrativo .conteudo .row.botoes table td.bold {
    font-weight: 1000;
}

.demonstrativo .conteudo .row.botoes table td,
.demonstrativo .conteudo .row.botoes table th {
    border-bottom: 1px solid #5776B0;
    border-right: 1px solid #5776B0;
}

.demonstrativo .conteudo .row.botoes table td:last-child,
.demonstrativo .conteudo .row.botoes table th:last-child {
    border-right: 0;
}

.demonstrativo .conteudo .row.botoes table td b,
.demonstrativo .conteudo .row.botoes table td strong {
    cursor: pointer;
}

.demonstrativo .conteudo .table-mini {
    width: 50%;
    font-size: 0.625rem;
}

.demonstrativo .conteudo .table-mini th {
    background-color: #BAC6DE;
}

.demonstrativo .conteudo .table-mini tr,
.demonstrativo .conteudo .table-mini th {
    text-align: center;
}

.demonstrativo .conteudo ul {
    padding-left: 0;
}

.demonstrativo .conteudo ul li {
    padding: 0 0.5rem;
    display: inline;
}

.demonstrativo .conteudo ul li.selected {
    font-weight: bold;
}

.demonstrativo .conteudo ul li:first-child {
    /* border-right: 1px solid #5776B0; */
    padding-left: 0;
    padding-right: 1.0rem;
}

.demonstrativo .conteudo ul li:not(:first-child) {
    cursor: pointer;
}

.demonstrativo .conteudo ul li:hover:not(:first-child) {
    font-weight: bold;
}

.demonstrativo .conteudo ul li.arrow-down {
    width: 3.125rem;
    display: inline-block;
}

.demonstrativo .conteudo ul li.arrow-down.up {
    transition: 0.40s;
    -webkit-transition: 0.40s;
    -moz-transition: 0.40s;
    -ms-transition: 0.40s;
    -o-transition: 0.40s;
}

.demonstrativo .conteudo ul li.arrow-down.down {
    transition: 0.40s;
    -webkit-transition: 0.40s;
    -moz-transition: 0.40s;
    -ms-transition: 0.40s;
    -o-transition: 0.40s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.demonstrativo .b-top {
    border-top: 1px solid #5776B0;
    margin-top: 30px;
}

.titulo-consulta-box {
    z-index: 21;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #3AB186;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    left: calc((100%/4) + 120px);
    position: absolute;
    top: -10px;
}

.consulta {
    display: none;
    background-color: #3AB186;
    color: #fff;
    width: 100%;
    min-height: 25rem;
    z-index: 20;
    padding-top: 10px;
}

.consulta.visivel {
    display: block;
}

.consulta .aba {
    display: none;
}

.consulta .aba.selected {
    display: block;
}

.consulta .searchlbox {
    box-sizing: border-box;
    padding: 5px;
    font-family: RobotoLight;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    font-size: 0.6875rem;
}

.consulta .searchlbox:first-child {
    justify-content: center;
    line-height: 1.125rem;
    font-size: 1rem;
}

.consulta .searchlbox:last-child:not(:first-child) {
    font-weight: bold;
}

.consulta .searchlbox img {
    max-width: 2.125rem;
    margin-right: 5px;
}

.consulta.resultado .searchlbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.consulta .option {
    padding-top: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}

.consulta .option .chevron {
    margin-top: -7px;
    font-size: 1.625rem;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

.consulta .box {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    padding: 15px;
    font-size: 0.75rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

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

.consulta .box.noborder {
    border: 0px;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.consulta .box.noborder.nopadding {
    padding: 0px;
    margin-top: 10px;
}

.consulta .box.noborder.block {
    display: block;
}

.consulta .box.margin {
    margin-top: 40px;
}

.consulta .box input {
    outline: none;
    text-align: left;
    padding: 5px 0;
    text-transform: uppercase;
    border: 0px;
    background-color: transparent;
    width: 90%;
    color: #fff;
}

.consulta .box input::-webkit-input-placeholder {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box input:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box input::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box input:-ms-input-placeholder {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box .descricao {
    text-transform: none;
}

.consulta .box .box {
    display: flex;
    align-items: center;
    float: left;
    text-align: left;
    min-width: 0.625rem;
    width: calc((100%/4) - 0.625rem);
    height: 3.75rem;
    font-size: 0.75rem;
    font-family: RobotoLight;
    margin-top: 10px;
}

.consulta .box .box.center {
    text-align: center;
}

.consulta .box .box.txt_regular {
    font-size: 0.6875rem;
    text-transform: none;
}

.consulta .box .box:not(:last-child) {
    margin-right: 10px;
}

.consulta .box .box img {
    margin-right: 10px;
    max-width: 2.1875rem;
    max-height: 2.1875rem;
}

.consulta .fecha {
    font-weight: bold;
    float: right;
    font-size: 1.125rem;
    cursor: pointer;
    margin-top: 3px;
}

.linha_clicavel .oculta {
    display: none;
}

.linha_clicavel .visivel {
    display: block;
}

.box_texto {
    background-color: #5776B0;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.box_texto .titulo {
    margin-bottom: -0.3vh;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #5776B0;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.box_texto .titulo.pointer {
    cursor: pointer;
}

.box_texto .titulo.branco {
    color: #fff;
}

.box_texto .col-12 .row small {
    color: #fff;
    font-size: 0.625rem;
}


/* Btorre */

.f-08 {
    font-size: 0.8rrem;
}

.demonstrativo .conteudo .row.botoes table .t-linha-01 {
    text-transform: uppercase;
    font-weight: bold;
}

.demonstrativo .conteudo .row.botoes table .t-coluna-01 {
    text-transform: none;
    font-weight: 300;
}

.menu_expandido .box_me {
    line-height: 1.375rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.atualizacoes .box_upd .descricao {
    font-size: 0.9rrem;
}

.f-right {
    float: right;
}

.ul-btn .aj-btn {
    font-size: 0.9375em !important;
    padding: 5px 15px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
}

.demonstrativo .conteudo .ul-btn li:first-child {
    border: 0px;
}


/*****************************
* NAV - PRINCIPAL
******************************/

.nav {
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: space-around;
    border: none;
    padding: 0;
    margin: 0;
}

.nav li {
    padding: 2px 10px;
}

.nav li {
    border-right: 1px solid #333;
}

.nav li:last-child {
    border: none;
}

.nav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
}

.nav li a:hover {
    color: #9b9b9b;
}

.nav .menu {
    border: none;
}


/*****************************
* NAV - PRINCIPAL FIXED
******************************/

.list-inline .nav {
    justify-content: start;
}

.list-inline .nav li {
    margin: 0;
    padding: 2px 8px;
}

.list-inline .nav li a {
    margin: 0;
    padding: 0;
    font-size: 0.625rem;
}

.list-inline .btnOuvidoria {
    top: -15px;
}


/*****************************
* NAV - PRINCIPAL MOBILE
******************************/

.itens .nav {
    display: block;
    width: 100%;
}

.itens .nav li {
    border: none;
    width: 100%;
}

.itens .nav li a {
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.itens .nav li:last-child {
    background: transparent;
    font-weight: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.search label {
    display: none;
}


/*****************************
* MINI BANNER - PRINCIPAL
******************************/

.banner-item,
.banner-item-active {
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.banner-item {
    width: 100%;
}

.banner-item img {
    object-fit: cover;
}

.carousel .banner-item .titulo-oculto {
    transform: translateX(-400px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.carousel .banner-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0;
}

.carousel .banner-item-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.main_box_medio.cinza.mini-banner {
    padding-top: 10px;
}

.mini-banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main_box_medio.duplo.cinza.box_mini_banner {
    position: relative;
}

.main_box_medio.duplo.cinza.box_mini_banner .ccontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_mini_banner .ccontainer .voltar {
    position: absolute;
    left: 10px;
}

.box_mini_banner .ccontainer .avanca {
    position: absolute;
    right: 10px;
}

.banneritem div {
    display: flex;
    /* flex-basis: 50%; */
    flex-direction: column;
}

.mini-banner .banneritem {
    display: none;
}

.banneritem .itemBanner {
    float: left;
    text-align: center;
    /* width: 50%; */
}

.banneritem .itemBanner:first-child {
    padding-right: 10px;
}

.mini-banner .mini-banneritem-active {
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mini-banner .mini-banneritem-active .divisorBanner {
    width: 0.1875rem;
    background-color: #3AB186;
    height: 4.375rem;
    z-index: 5;
}

.mini-banner .mini-banneritem-active .divisorBanner:last-child {
    display: none;
}

.miniBannerItem:after {
    content: "";
    width: 0.25rem;
    height: 3.125rem;
    position: absolute;
    top: 30px;
    right: -10px;
}

.miniBannerItem__content {
    display: flex;
    flex-direction: column;
}

.miniBannerItem img {
    margin: 0;
    padding: 0;
}

.miniBannerItem .miniBannerItem__img {
    /* width: 100%; */
    height: 3.125rem;
    margin: 0 auto;
}

.miniBannerItem .miniBannerItem__text {
    margin-top: 15px;
}

.bgBotoesBanner {
    border: none !important;
    background-color: #0000001a;
    padding: 20px;
}

.bgBotoesBanner:hover {
    border: none !important;
    background-color: #0000004d;
}


/* BUSCA PROCESSUAL */

.separator {
    border-bottom: 1px solid #5776B0;
    width: 100%;
    height: 0.125rem;
}

.separator.branco {
    border-bottom: 1px solid #fff;
}

.buscaprocessualb {
    background-color: #3AB186;
}

.buscaprocessualb .ver {
    background-color: #ffffff;
    color: #3AB186;
    width: 3.125rem;
    text-align: center;
    position: absolute;
    bottom: -45px;
    right: 0px;
}

.buscaprocessualb .ver_outro {
    text-align: center;
    position: absolute;
    bottom: -45px;
    right: 0;
    left: 0;
    display: inline;
    padding: 0 10px;
}

.buscaprocessualb .ver_outro .box {
    padding: 0 3px;
    width: auto;
    height: auto;
    font-size: 0.6875rem;
}

.buscaprocessualb .ver_outro .box.noborder {
    border: 0;
}

.buscaprocessualb .check_icone img {
    max-width: 1.5625rem;
    width: 2.5rem;
    margin-right: 12px;
}

.buscaprocessualb .buscap_icone {
    background-color: #3AB186;
    width: 3.75rem;
    left: calc(50% - 20px);
    top: -20px;
    position: absolute;
}

.buscaprocessualb .buscap_icone img {
    max-width: 2.5rem;
    width: 2.5rem;
}

.buscaprocessualb .buscap_icone_b {
    background-color: #3AB186;
    width: 3.75rem;
    left: calc(50% - 26px);
    bottom: -17px;
    position: absolute;
}

.buscaprocessualb .buscap_icone_b img {
    max-width: 2.5rem;
    width: 2.5rem;
}

.buscaprocessualb .box {
    font-size: 1.0rem;
}

.buscaprocessualb input {
    text-align: center;
}

.buscaprocessualb .font12 {
    font-size: 1.0rem;
}

.buscaprocessualb ::placeholder {
    font-size: 1.0rem;
}

.buscaprocessualb ::-webkit-input-placeholder {
    font-size: 1.0rem;
}

.buscaprocessualb :-moz-placeholder {
    /* Firefox 18- */
    font-size: 1.0rem;
}

.buscaprocessualb ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1.0rem;
}

.buscaprocessualb :-ms-input-placeholder {
    font-size: 1.0rem;
}

.buscaprocessualb .showxs .box {
    padding: 1px 3px;
    margin-top: 0px;
}

.titulo-consulta-box {
    z-index: 21;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #3AB186;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    left: calc((100%/4) + 120px);
    position: absolute;
    top: -10px;
}

@media screen and (orientation: portrait) {
    .titulo-consulta-box {
        left: calc((100%/2) - 73px);
    }
}

.consulta {
    display: none;
    background-color: #3AB186 !important;
    color: #fff;
    width: 100%;
    min-height: 25rem;
    z-index: 20;
    padding-top: 10px;
}

.consulta.visivel {
    display: block;
}

.consulta .aba {
    display: none;
}

.consulta .aba.selected {
    display: block;
}

.consulta .searchlbox {
    box-sizing: border-box;
    padding: 5px;
    font-family: RobotoLight;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    font-size: 0.6875rem;
}

.consulta .searchlbox:first-child {
    justify-content: center;
    line-height: 1.125rem;
    font-size: 1rem;
}

.consulta .searchlbox:last-child:not(:first-child) {
    font-weight: bold;
}

.consulta .searchlbox img {
    max-width: 2.125rem;
    margin-right: 5px;
}

.consulta.resultado .searchlbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.consulta .option {
    padding-top: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}

.consulta .option .chevron {
    margin-top: -7px;
    font-size: 1.625rem;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

.consulta .box {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    padding: 15px;
    font-size: 0.75rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

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

.consulta .box.noborder {
    border: 0px;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.consulta .box.noborder.nopadding {
    padding: 0px;
    margin-top: 10px;
}

.consulta .box.noborder.block {
    display: block;
}

.consulta .box.margin {
    margin-top: 40px;
}

.consulta .box input {
    border: 0px;
    background-color: transparent;
    width: 90%;
    color: #fff;
}

.consulta .box input::-webkit-input-placeholder {
    text-align: left;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box input:-moz-placeholder {
    /* Firefox 18- */
    text-align: left;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box input::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box input:-ms-input-placeholder {
    text-align: left;
    font-size: 0.75rem;
    color: #fff;
}

.consulta .box .descricao {
    text-transform: none;
}

.consulta .box .box {
    display: flex;
    align-items: center;
    float: left;
    text-align: left;
    min-width: 0.625rem;
    width: calc((100%/4) - 0.625rem);
    height: 3.75rem;
    font-size: 0.75rem;
    font-family: RobotoLight;
    margin-top: 10px;
}

.consulta .box .box.center {
    text-align: center;
}

.consulta .box .box.txt_regular {
    font-size: 0.6875rem;
    text-transform: none;
}

.consulta .box .box:not(:last-child) {
    margin-right: 10px;
}

.consulta .box .box img {
    margin-right: 10px;
    max-width: 2.1875rem;
    max-height: 2.1875rem;
}

.consulta .fecha {
    font-weight: bold;
    float: right;
    font-size: 1.125rem;
    cursor: pointer;
    margin-top: 3px;
}

.linha_clicavel .oculta {
    display: none;
}

.linha_clicavel .visivel {
    display: block;
}

.box_texto {
    background-color: #5776B0;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.box_texto .titulo {
    margin-bottom: -0.3vh;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #5776B0;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.box_texto .titulo.pointer {
    cursor: pointer;
}

.box_texto .titulo.branco {
    color: #fff;
}

.box_texto .col-12 .row small {
    color: #fff;
    font-size: 0.625rem;
}

.btnPesquisar {
    background-color: transparent;
    padding: 24px !important;
    outline: none;
    margin-right: -95px;
    float: right;
}

.abaAtiva {
    background: #fff;
    color: #3AB186 !important;
}

.selectUF {
    background: transparent;
    color: #fff;
    padding: 26px !important;
    width: 9.375rem;
}

.boxMiniMenuPortal>.itemBoxMenu {
    padding: 0 5px !important;
}

#tabelaProcessos thead {
    color: #fff;
}

#boxResultado {
    padding: 20px 0;
}

#modalBox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
}

#modalPesquisa {
    width: 37.5rem;
    background: #fff;
    padding: 10px;
    min-height: 31.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -250px;
    z-index: 1000;
    display: none;
}

#modalPesquisa>header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 0; */
}

#modalPesquisa strong {
    background-color: #5776B0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 15px;
    /* text-align: center; */
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalBody {
    min-height: 25rem;
    color: #5776B0;
}


/* #modalBody p {
  font-size: 1.25rem;
  color: #3AB186; 
}

#termoPesquisado {
  font-weight: bold;
} */

.habilitarDaltonismo {
    /* background-color: #A74F8B !important; */
    /* filter: invert(100%); */
    filter: grayscale(100%);
}


/**** BUSCA GUIADA MOBILE ****/

@media(max-width: 48rem) {
    #exibirListaNiveis {
        display: none;
    }
    .resultado .consultacontainer {
        position: relative;
        left: -74px;
    }
    .consultacontainer .consulta .fecha {
        position: initial;
    }
    .consultacontainer .fecha:nth-child(2) {
        position: absolute;
        left: 0;
    }
    #resultadoBuscaGuiada .col-2,
    #resultadoBuscaGuiada .col-2 {
        display: none;
        visibility: hidden;
    }
    .titulo-consulta-box {
        display: block;
        padding: 10px 20px;
        left: 95px;
        top: -20px;
    }
    .consulta .option {
        width: 127%;
        margin-left: -20px;
    }
    .consulta .box {
        width: 22.5rem;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        margin-left: -17px;
        padding-top: 30px;
    }
    .consulta .box .box {
        width: 100%;
        display: block;
        margin: 15px 0;
        padding: 10px 10px;
    }
    .consulta .fecha {
        right: -38px;
        position: absolute;
    }
    /*#paginacao {
        margin-left: 0;
    }*/
}

.banner-portal {
    margin-top: 1em;
    margin-bottom: 1em;
}

.banner-portal .row div {
    padding: 5px;
    color: rgb(41, 43, 44);
    font-family: Franklin Gothic Medium, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    vertical-align: middle;
    line-break: normal;
    line-height: 100%;
    background-color: #67F9CB;
}

.banner-portal .row div a.subtitulo {
    font-size: small;
}

.banner-portal .row div img {
    margin-right: 10px;
}

@media screen and (max-width: 62.5em) {
    .banner-portal .row div {
        font-size: 1.1875rem;
    }
    .banner-portal .row div a.subtitulo {
        font-size: x-small;
    }
}

@media screen and (max-width: 40.625rem) {
    .banner-portal .row div {
        font-size: 0.9375rem;
    }
    .banner-portal .row div a.subtitulo {
        font-size: x-small;
    }
}

@media screen and (max-width: 21.875rem) {
    .banner-portal .row div {
        font-size: 0.9em;
    }
    .banner-portal .row div a.subtitulo {
        font-size: x-small;
    }
}

@media screen and (max-width: 40.625rem) {
    .address {
        padding-left: 38px;
        width: 13.125rem;
    }
    .main_box_medio.cnj .box {
        width: 5.3125rem;
        font-size: 0.6875rem;
        text-decoration: none;
        color: #fff;
        display: block;
    }
}

@media screen and (max-width: 21.875rem) {
    .address {
        padding-left: 38px;
        width: 13.125rem;
    }
    .cont {
        font-size: 0.6875rem;
    }
    .main_box_medio.cnj .box {
        width: 5.3125rem;
        font-size: 0.6875rem;
        text-decoration: none;
        color: #fff;
        display: block;
    }
}

@media screen and (max-width: 96.875rem) {
    .estilo_mod_menu_bot_home {
        width: 35.625rem;
    }
    .cont {
        font-size: 0.6875rem;
        text-decoration: none;
        color: #fff;
        display: block;
    }
    .box {
        font-size: 0.6875rem;
        text-decoration: none;
        color: #fff;
        display: block;
    }
}

@media screen and (max-width: 40.625rem) {
    .estilo_mod_menu_bot_home {
        width: auto;
    }
}

@media (max-width: 69.9375rem) {
    body {
        margin-top: 50px;
    }
}

table {
    color: #5776B0;
}

/* Ajuste de margem da logo da Campanha Junho Vermelho - Início */	
.ajusta_logoCampanha{margin-left: -8.5em;}	
/* Ajuste de margem da logo da Campanha Junho Vermelho - Fim */

/** Início- Política de Privacidade do TRF5 **/

/* div.row.footerlogo {max-width: 16.5em;} */

/** Fim - Política de Privacidade do TRF5 **/

/** BANNERS - Outros Serviços - INÍCIO **/

.flex-container {
    display: flex;
    flex-wrap: wrap;
}
  
.flex-container > div {
    background-color: #CED7FE;     margin: 0.3em;
    text-align: center;
    line-height: 35px;
    font-size: 1em;
    height: 8.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.links-pje{
    padding: 5px;
    color:#fff;
}

#outros-servicos{
    padding: 0.98rem;
}

#outros-servicos h4{
    text-align: center;
    margin-bottom: 1.5rem;
}

.espacamento-esquerda{
    padding-left: 0.4rem
}

.largura-preenchimento{
    max-width: 100%;
}

.jfpe-acesso{
    font-size: 1.2rem;
}

.grupo-ladrilho a {
    color: #142845;
    text-transform: uppercase;
}

.grupo-ladrilho a:hover {color:#142845;}
  
/** BANNERS NOIR 1 E 2 - FIM **/

.footer .box.small {
    flex-grow: 2;
}

.footer .box {
    font-family: Roboto;
}
