/*Body*/
*{
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --gutter-x: 1em !important;
  --gutter-y: 0 !important;
  width: 100% !important;
  padding-right: calc(var(--gutter-x)*.3) !important;
  padding-left: calc(var(--gutter-x)*.2) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


body{
     margin-top: 15px !important;
    flex-direction: column;
    display: flex;
    overflow-x: hidden;
}

.breadcrumb {
  background-color: #fff !important;
  margin-bottom: 0;
  margin-top: -23px;
}

/*Media Screen Row Topo*/
@media (max-width: 1200px) {
    .container_cabecalho {
        width: 100%;
    }
}
@media (max-width: 1109px) {
    .hidemobile {
        display: none;
    }
}

@media (max-width: 1109px) {
    .nav li  {
        border-right: none !important;
    }
}

@media (max-width: 1109px) {
   .headermenu .logo {
    cursor: pointer;
    float: right;
    width: 108px;   
    display: block !important;
   }
}

@media (max-width: 1109px) {
  .headermenu .hamburger {
    cursor: pointer;
    margin-top: 7px;
    float: left;
    margin-left: 6vw;
    z-index: 61;
    display: block !important;
  }
}

@media (max-width: 1109px) {
  .headermenucontent .close_menu {
    position: absolute;
    top: 19px;
    left: 14px;
    height: 40px;
    cursor: pointer;
    display: block !important;
  }
}

@media (min-width: 1109px) {
    .mobileonly {
        display: none;
    }
}

@media (min-width: 1109px) {
   .headermenucontent .itens {
    display: block;
   }
}

@media (max-width: 1109px) {
   .container-fluid .pagina {
      margin-top: 0px !important;
   }
}

@media (max-width: 1080px) {
   .container-breadcrumbs {
      z-index: 50;
      margin-top: 73px !important;
   }
}

@media (max-width: 1109px) {
   .pagina .titulo {
      margin-top: -43px !important;
      font-size: 22px;
   }
}

  @media (width >= 1400px){
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  
     margin-top: -10px !important;
   }
  }



/*Media Screen Carousel*/
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* Header */
.container_cabecalho{
  width: 1166px;
  margin: 16px auto;
}

.hidemobile .hided{
  display:none;
}

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

.headermenu .logo {
    cursor: pointer;
    float: right;
    width: 108px;
    display: none;
}

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

.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: 280px;
    background-color: #5776B0;
    color: #fff;
    position: fixed;
    top: 0;
    left: -290px;
    opacity: 0;
    height: 100vh;
    padding: 20px;
    padding-top: 80px;
    font-size: 15px;
    font-family: RobotoLight;
    z-index: 60;
}

.headermenucontent .close_menu {
    position: absolute;
    top: 19px;
    left: 14px;
    height: 40px;
    cursor: pointer;
    display: none;
}

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

.container-header {
    z-index: 10;
    background-color: #fff !important;
    background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
    position: relative;
    box-shadow: inset 0 5px 5px #00000008;
}

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


/*Links Seções e Subseções*/
.topo .links {
    color: #5776B0;
    font-size: 12px;
}

.nopadding {
    padding: 0;
}

.container_header a {
    text-decoration: none !important;
}

.botao {
    cursor: pointer;
}

a .botao {
  color: #5776B0 !important;
}

.topo .links a{
  text-decoration: none;  
}

/*Acessibilidades*/
.topo .acessibilidade img {
    cursor: pointer;
}

.col-2.text-right.acessibilidade{
  text-align: right !important;
}

/*Busca Principal*/
.busca_home .row {
  justify-content: center;
}

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

.inner-addon i {
  position: absolute;
  padding: 7px;
  padding-right: 28px;
  pointer-events: none;
  /*right: 0px;*/
  right: 17px;
}

.inner-addon input {
  font-size: 13px;
  border: 1px solid black;
  border-radius: 0px;
  padding: 5px;
  padding-right: 30px;
}

.inner-addon {
  position: relative;
  margin-top: 5px;
  /*margin-left: 22px;*/
  margin-left: 47px;
}

.busca_home .row input {
  width: 149px;
}

input.form-control.inputPesquisaHomeWeb.buscaprincipal:focus {
    color: #464a4c;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.15rem #01015624;
}

/*Menu Principal*/
 /* .menuresponsive .mod-list li {
    padding: 0px 9px;
    border-right: 1px solid #333;
    margin-top: 14px;
}

@media (min-width: 1400px) {
    .menuresponsive .mod-list li {
    padding: 0px 9px;
    margin-top: 13px;
   }
}*/

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

ul.mod-menu.mod-list.nav {
    margin-top: 19px !important;
}

.nav li {
    border-right: 1px solid #333 ;
    padding: 2px 7px !important;
}

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

@media (max-width: 1109px) {
    .mod-menu {
       flex-direction: column !important;
   }
}

@media (min-width: 1109px) {
    .headermenucontent  {
       display:none !important;
   }
}

.mod-menu {
    flex-direction: row;
    justify-content: center;
}

.mod-list li.active a {
    text-decoration: none !important;
}

/*.nav li a:hover {
    color: #9b9b9b !important;
    text-decoration: none !important;
}*/

@media (min-width: 1400px) {
    .headermenucontent.visivel {
    display: block !mportant;
    left: 0;
    opacity: 1;
   }
}

@media (min-width: 1400px) {
  .headermenucontent .close_menu {
    position: absolute;
    top: 19px;
    left: 14px;
    height: 40px;
    cursor: pointer;
    display: block !mportant;
   }
}



/*Banner Rotação*/
.container_bannernoticias{
    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;
  /*width: 75rem;*/
}

@media (max-width: 1109px) {
    .carousel  {
        /*height: 450px;*/
       width: 100%;
       overflow: hidden;
       margin-top: 47px;
    }
}


.carousel img.fundo {

  width: 41.25rem;
  height: 18.75rem;
  top: 0;
  z-index: 7;
  object-fit: revert;
}

.carousel .titulo {
  left: calc(56% + 24px);
  width: 390px;
}

.carousel .titulo {
  color: #3AB186;
  font-size: 30px;
  z-index: 8;
  font-family: RobotoBold;
  line-height: 30px;
  top: calc(50% - 84px);
  left: calc(56% + 24px);
  width: 430px;
  margin-top: 28px;
  margin-left: 34px;
}

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

.data-noticia {
  font-size: 14px;
  line-height: 21px;
}

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

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

.bgBotoesBanner {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.carousel .volta img, .carousel .avanca img {
  height: 43px;
  width: 23px;
  opacity: 0.6;
  cursor: pointer;
}

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

.banner-item {
  width: 100%;
}

.carousel .titulo .border {
  width: 130px;
}

/*Menu Principal*/
/*.container-header .mod-menu li {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-right: 1px solid #333;
  padding: 4px 6px;
  margin-left: 4px !important;
}*/

/*.container-header .mod-menu>li>a, .container-header .mod-menu li span {
 display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: space-around;
  border: none;
  padding: 0;
  margin: auto;
}
.nav li.item-114{
  border: none;
}

.container-header .mod-menu {
  justify-content: center;
}*/

/*Botão Azul Escuro Grande*/

.icone.imgbotaoazulescuro img{
    width: 200px;
    max-width: 60px;
}

a.caixabox.split{
    color: #fff;
    text-decoration: none;
}

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

@media (max-width: 1109px) {
    .container_botoesgrandeazul .row {
       flex-direction: column !important;
    }
}

.container_botoesgrandeazul .row{
  width: 76rem;
}

.nopadding {
  padding: 0;
}


@media screen and (orientation: portrait) {
    .caixabox.split {
        width: calc(50% - 10px);
        min-width: 100px;
        height: 130px;
        font-size: 16px;
        padding: 0;
    }
}

@media (max-width: 689px) {
    .caixabox.split {
        width: 100%;
        min-width: 100px;
        height: 130px;
        font-size: 16px;
        padding: 0;
    }
}

.caixabox {
  cursor: pointer;
  min-width: 250px;
  width: calc((100%/4) - 10px);
  height: 230px;
  background-color: #5776B0;
  margin: 5px;
  padding: 20px;
  padding-top: 30px;
  float: left;
  color: #fff;
  font-family: Roboto;
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
}

.caixabox:hover {
  background-color: rgba(87, 118, 176, 0.7);
}

.caixabox .icone {
  margin-top: 12px;
  margin-bottom: 25px;
}

@media (max-width: 1109px) and (orientation: landscape) {
    .colcaixabox {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

/*.colcaixabox{
  margin-left: 5px;
}*/

#mod-custom110{
  background-image: none;
}

#mod-custom111{
  background-image: none;
}

#mod-custom112{
  background-image: none;
}

#mod-custom113{
  background-image: none;
}

#mod-custom114{
  background-image: none;
}

#mod-custom115{
  background-image: none;
}

#mod-custom116{
  background-image: none;
}

#mod-custom117{
  background-image: none;
}

a.col-sm-12.col-md-3.text-center.itemCaixaMenu {
    text-decoration: none;
}

.caixa_branca{
    cursor: pointer;
    border: 1px solid #5776B0;
    color: #5776B0;
    margin-top: 84px;
    position: relative;
    padding: 60px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    min-height: 135px;
    display: flex;
    justify-content: center;
}

img.float-none.imgBiblioteca {
    margin-top: -8px;
}

@media (max-width: 768px) {
    .caixa_branca {
        cursor: pointer;
        border: 1px solid #5776B0;
        color: #5776B0;
        margin: 70px 10px 0 10px;
        position: relative;
        padding: 60px 0px 0px 0px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 30px;
        min-height: 135px;
        max-width: 100%;
    }
}

.icone.icone_branco{
    position: absolute;
    top: -30px;
}

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

/*Alerta página prinipal*/
.alert.alert-primary.mt-2.botaoPortaria {
  color: #5776b0;
  background: #f5f5f5;
  border: 1px solid #5776b0;
  transition: all 0.3s ease-in-out;
  /*width: 75rem;*/
  margin-left: 1px;    
  font-family: sans-serif;
  text-align: center;
  font-size: 17px;
}

@media (max-width: 1109px) {
  .alert.alert-primary.mt-2.botaoPortaria {
     color: #5776b0;
     background: #f5f5f5;
     border: 1px solid #5776b0;
     transition: all 0.3s ease-in-out;
     /*width: 34rem !important;*/
     margin-left: 0px !important;
     font-family: sans-serif;
     text-align: center;
     font-size: 17px;
    }
}

.alert.alert-primary.mt-2.botaoPortaria:hover {
  background: #fff;
}

/*Banner do PJE*/

.botoes_PJE{
  display: flex;
  justify-content: center;
  /*gap: 2.3rem;*/
}

.row.container_pje{
  margin-left: -56px;
}

.row.caixa_media.dupla.pje{
    cursor: default;
    min-height: 166px;
    margin-top: -9px;
}

.iconePJE{
   width: 85% !important;
}

@media (max-width: 768px) {
   .botoes_PJE{
      flex-direction: column;
      width: 100% !important;
   }
   .caixa_media.dupla{
     width: 100% !important;
     margin-left: 2px;
   }
}

.cont.texto{
    line-height: 22px !important;
    font-size: 18px !important;
    font-family: Roboto !important;
    margin-left: -17px !important;
}

.caixa_media.pje {
  font-size: 18px;
  padding: 0;
}

.caixa_media.dupla {
   width: calc((100% / 2) - 10px);
}

.caixa_media {
  cursor: pointer;
  min-width: 250px;
  width: calc((100% / 4) - 10px);
  min-height: 143px;
  background-color: #5776B0;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  color: #fff;
  font-family: Roboto;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-top: -7px;
}

.btn.btn-general:hover {
  background-color: #7597d6;
}

.btn.btn-general {
  border-color: #fff;
  color: white;
  display: block;
}

.btn-block {
  display: block;
  width: 100%;
}

.container-banner {
    margin: 0 -40px 2rem !important;
    display: block;
}

/*Banner Caixa Azul Media*/
.caixa_box_media {
  cursor: pointer;
  min-width: 250px;
  width: calc((100%/4) - 10px);
  min-height: 143px;
  background-color: #5776B0;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (orientation: portrait) {
    .caixa_box_media .linha {
      padding-left: 42px;
    }
    .caixa_box_media .linha .coluna_a .icone{
      width: 4rem;
    }
}

@media screen and (orientation: portrait) {
    .caixa_box_media {
        width: calc(50% - 10px);
        min-width: 100px;
        height: 130px;
        font-size: 16px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .caixa_box_media {
        width: 100% !important;
    }
}

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

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

.caixa_box_media .coluna_b {
    width: 70%;
    float: left;
    text-align: left;
}
.menu_bottom:hover {
    opacity: 0.9;
}

.bottom-a.card {
    border: none !important;
    margin-top: -46px;
    display: flex;
}

.caixa_box_media .small {
    padding-top: 5px;
    line-height: 14px;
    text-transform: none;
    font-size: 13px;
}

/*Mini Banner*/
.caixa_media.cinza {
    background-color: #e4e8f3;
    color: #fff;
    font-size: 15px;
    padding: 0;
    width: calc((100%/2) - 10px);
    height: 100px;
    margin-top: 5px !important;
}

@media (max-width: 1109px) {
    .caixa_media.cinza {
        width: 100% !important;
    }
}


/*Carousel MINI-BANNER*/

.carousel-inner {
	position: relative;
	/*width: 100%;*/
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	width: 100%
}

@media (-webkit-transform-3d) {
	.carousel-item {
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		-o-transition: -o-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
	.carousel-item {
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		-o-transition: -o-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

@media (-webkit-transform-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235776B0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")


}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235776B0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}


.carousel {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 18.75rem;
  position: relative;
  background-color: #3F3B3C;
  display: flex;
  align-items: center;
  justify-content: center; }
  
  .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators button {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #9dafd1 !important;
}


.carousel-indicators button::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators button::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	background-color: #5776b0 !important;
}

.miniBannerItem:after {
  content: "";
  width: 4px;
  height: 50px;
 
  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: 50px;
  margin: 0 auto;
}

.miniBannerItem .miniBannerItem__text {
  margin-top: 15px;
  color:#5776b0;
  /*font-weight:bold;*/
}

/*Rodapé*/
.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: 15px;
  font-weight: normal;
  font-family: Roboto;
  text-transform: uppercase;
  color: #fff; }

.botao {
  cursor: pointer; }

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

.footer {
  background-color: #5776B0 !important;
  padding: 40px 0px;
  margin-top: 60px; }
  .footer .icone_small {
    margin-right: 8px; }
    .footer .icone_small img {
      width: 100px;
      max-width: 30px; }
  .footer .box {
    color: #fff;
    text-align: center;
    padding: 20px 6px;
    border: 1px solid #fff;
    margin: 7px;
    font-size: 15px;
    font-family: Roboto;
    height: 72px; }
    .footer .box.h40 {
      height: 40px;
      width: calc((100%) - 15px);
      padding: 0;
      text-transform: uppercase; }
    .footer .box.small {
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .footer .box.h158 {
      height: 158px;
      padding-top: 40px; }
    .footer .box.links {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: RobotoBold;
      font-size: 18px; }
      .footer .box.links div {
        margin-left: 25px; 
      }

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

      .footer .box.links.c1.white {
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
        line-height: 13px; }
        .footer .box.links.c1.white .small {
          font-family: RobotoLight; }
      .footer .box.links.c1 .icone_small {
        max-width: 25px;
        width: 100px;
        margin-right: 7px; }
      .footer .box.c1 {
           width: calc((100%/6)*1.33 - 0.875rem) !important; }
    .footer .box.white {
      background-color: #fff;
      color: #5776B0; }
    .footer .box.sic {
      width: 100%;
      height: 40px;
      padding: 6px 6px;
      font-size: 12px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .footer .box.sic {
          font-size: 11px; } }
    .footer .box.fullwidth {
      width: 95% !important; }

      .footer .box.c1.white div {
        margin-left: 5px; }
    .footer .box.c2 {
      width: calc((100%/6)*2 - 14px); }
    .footer .box.c3 {
      width: calc((100%/6)*3 - 14px); }
    .footer .box.c4 {
      width: calc((100%/6)*4 - 114px) !important; }
    @media (max-width: 767px) {
      .footer .box.c1 {
        width: 100% !important; }
      .footer .box.c2 {
        width: calc(100%*2); }
      .footer .box.c3 {
        /* width: calc(105px*3);  */
      }
      .footer .box.c4 {
        width: calc(105px*4); } }
  .footer .footerlogo img {
    max-width: 200px;
    height: 80px;
    margin: 0 auto; }
  .footer .address {
    font-size: 13px;
    color: #fff;
    float: left;
    margin-right: 20px; }
  .footer .social {
    float: right; }
    .footer .social img {
      cursor: pointer;
      max-width: 48px;
      max-height: 30px;
      margin-right: 36px;
      height: 80px;
      width: 100px;
      margin: 0 auto; }
  @media (min-width: 767px) {
    .footer .negative-margin {
      margin-top: -20px; } }
  .footer .acessibilidade {
    margin-top: 15px; }
    .footer .acessibilidade span {
      color: #fff;
      font-size: 14px; }
    .footer .acessibilidade img {
      max-width: 23px; }
  .footer .mapadosite {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    color: #fff; }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #5776b0 !important;
    
}


.nav-item.cidade {
  border-right: 1px solid #3330 !important;
  padding: 2px 1px !important;
  border: none !important;
}

.nav-item.cidade:focus, .nav-item.cidade:focus {
border: none !important;
}

#pills-tab {
  margin-bottom: 0rem !important;
  display: flex;
  justify-content: center;
  border: 1px solid transparent !important;
}

.nav-pills > .nav-item:focus, .nav-pills > .nav-item:hover{
   /*border: 1px solid #fff !important;*/
   /*border-radius: 5px !important;*/
   /*padding: 1px !important;*/
}

.nav-pills> .nav-item > .nav-link:focus, .nav-pills> .nav-item > .nav-link:hover{
	border-style: none !important;
}


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

button {
  cursor: pointer;
}





/*MODAL 
-------------------------*/
/* .modal {
  display: none; 
  position: fixed; 
  z-index: 11; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.8);
}

/* Imagem */
/* .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  border-radius: 5px;
} */

/* #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
} */

/* .modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
} */

/* @keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
} */ 



.odometer-inside{
 font-weight: bold;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-plaza{
 background-color: transparent !important;
}


/*atos-numeros-main1*/
@media screen and (max-width: 768px) {
    #atos-numeros-main1 {
        flex-direction: column;
    }
}




/*atos-item1*/
@media screen and (max-width: 62.5em) {
    .atos-item1 {
       margin-bottom: 1rem;
        width: 100%;
    }
}


/* css Banner Covid */
.coronavirus {
    /*height: 3.75rem;*/
    width: 70.625rem;
    display: flex;
    background-color: #95fbdb;
    margin: auto;
    opacity: 1;
    align-items: center;
    margin-top: -29px;
   
}

@media screen and (max-width: 62.5em) {
    .img_background {
        height: 3.75rem;
        width: 43.75rem;
    }
}

@media screen and (max-width: 40.625rem) {
    .img_background {
          height: 3.75rem;
    width: 100%;
    margin-top: 199px;
    }
}

@media screen and (max-width: 21.875rem) {
    .img_background {
        height: 3.75rem;
        /*width: 15.625rem;*/
    }
}


@media screen and (max-width: 62.5em) {
    .coronavirus {
        
    }
}

@media screen and (max-width: 40.625rem) {
    .coronavirus {
           
    width: 100%;
    
    }
}

@media screen and (max-width: 21.875rem) {
    .coronavirus {
        height: 3.75rem;
        /*width: 15.625rem;*/
    }
}


.coronavirusTexto {
    
    /* color: #000000; */
    font-family: Franklin Gothic Medium, sans-serif;
    font-size: 1.1875rem;
    /*font-weight: 600;*/
    font-style: normal;
    font-variant: normal;
    /* margin-top: -48px; */
    margin-left: 85px;
    position: absolute;
}

@media screen and (max-width: 40.625rem) {
    .coronavirusTexto {
     margin-left: 78px;
     font-size: 0.87rem;
    }
  .margemEndereco{
    margin-top: 1rem;
  }
    .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) {
    .coronavirusTexto {
        /*width: 9.375rem;*/
        font-size: 0.6875rem;
       
    }
  .margemEndereco{
    margin-top: 1rem;
  }
    .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;
    }
}

.coronavirus:hover {
    cursor: pointer;
    opacity: 0.7
}



/* css cookies */
.box-cookies.hide {
    transform: translateY(50rem);
    /*opacity:0;*/
}
.box-cookies {
    position: fixed;
    bottom: 2%;
    width: 100%;
    /*animation: moveCookies 1s 0.3s forwards;*/
    transform: translateY(0);
    transition: all .5s ease-out;
    z-index:9999;
    
}
.lgpd-info{
    background: rgb(14, 99, 175, 0.9);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    height:calc(100% - 20vh);
    z-index: 9999;
    margin: 0 auto;
    box-shadow:0 20px 30px rgb(85 86 86 / 40%), 0 0 50px rgb(85 86 86 / 40%);
}
.msg-cookies {
    width: 62%;
}
.msg-cookies p {
    text-align: center;
    padding: 26px;
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.btn-cookies{
  display: flex;
  gap: 0.2rem;
  margin-right: 0.4rem;
}

.btn-cookies button {
    background:#e3e5e8;
    cursor: pointer;
    color: rgb(14 99 175);;
    font-size: 16px;
    border: none;
    border-radius:  4px;
    padding: 7px 14px;
    transition: background 0.3s;
}
.btn-cookies button:hover {
    background: aliceblue;
}
  
@media screen and (max-width: 600px) {
    .lgpd-info {
      flex-direction: column;
    }
    .msg-cookies{
        width: 100%;
    }
    .btn-cookies {
        width: 100%;
    }
    .btn-cookies button{
        width: 90%;
        margin: 0 0 7px 20px;
    }
    .btn-cookies {
      flex-direction: column;
    }
  }
@keyframes moveCookies {
    0%{
        transform: translateY(5rem); 
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}


@media (max-width: 1109px) {
  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: block !important; }

.topo .links {
  color: #5776B0;
  font-size: 12px; }
  .topo .links span:not(:first-child) {
    padding-left: 13px; }

.topo .acessibilidade span {
  color: #5776B0;
  font-size: 13px; }

.topo .acessibilidade img {
  cursor: pointer; }

.busca_home .row {
  text-align: right;
  margin-top: 15px; }
  .busca_home .row:not(:first-child) {
    font-size: 14px;
    color: #5776B0;
    text-transform: lowercase; }

.menu_index {
  font-size: 12px;
  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 black; }
      .menu_index table td::last-child {
        margin-right: -5px; }
      .menu_index table td:hover {
        color: #9b9b9b; }

.menu {
  margin-top: 16px;
  border-bottom: 1px solid black;
  padding-bottom: 3px;
  display: flex; }
  @media (max-width: 1109px) {
    .menu {
      display: none; } }
  .menu .list-inline dl, .menu ol, .menu ul {
    margin-top: 16px;
    font-size: 10px; }
  .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: 10px; }
  .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: 12px;
      cursor: pointer; }
  .menu .list-inline li {
    position: relative; }
    .menu .list-inline li:hover {
      color: #9b9b9b; }
  @media (min-width: 992px) {
    .menu .list-inline {
      margin-left: -30px; } }
  @media (min-width: 1200px) {
    .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: 21px;
    font-family: RobotoLight; }
  .pagina .titulo {
    margin-top: 33px;
    font-size: 22px; }
  .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: 33px !important;
    pointer-events: none;
    right: 0px;
    padding-top: 8px;}
  .inner-addon input {
    font-size: 12px;
    border: 1px solid black;
    border-radius: 0px;
    padding: 5px;
    padding-right: 30px; }

.abamenu {
  display: none;
  color: #fff;
  background-color: #5776B0;
  height: 150px;
  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: 280px;
  background-color: #5776B0;
  color: #fff;
  position: fixed;
  top: 0;
  left: -290px;
  opacity: 0;
  height: 100vh;
  padding: 20px;
  padding-top: 80px;
  font-size: 15px;
  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: 200px; }
  .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: 40px;
    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: 12px;
      padding: 10px;
      font-family: RobotoBold;
	  }

.headermenu {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 10px;
  width: 100vw;
  height: 60px;
  z-index: 49;
  background-color: #fff; }
  .headermenu .logo {
    cursor: pointer;
    float: right;
    /*margin-right: 20px;*/
    /*margin-top: 4px; */
    width:108px;
    /*height:31px;*/
}
    .headermenu .logo img {
      max-width: 109px; }
  .headermenu .hamburger {
    cursor: pointer;
    margin-top: 7px;
    float: left;
    margin-left: 6vw;
    z-index: 61; }
    .headermenu .hamburger img {
      max-width: 109px; }

.menu_exp {
  display: none;
  background-color: #5776B0;
  padding: 40px 0 40px 0; }
  .menu_exp .menu_box {
    cursor: pointer;
    min-width: 170px;
    width: calc((100%/6) - 10px);
    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: rgba(87, 118, 176, 0.7); }
    .menu_exp .menu_box .linha {
      padding-left: 14px;
      width: 100%; }
    .menu_exp .menu_box .coluna_a {
      width: 42px;
      float: left;
      height: 66px;
      display: flex;
      align-items: center;
      line-height: 12px; }
      .menu_exp .menu_box .coluna_a img {
        max-width: 56px;
        max-height: 34px;
        width: 100px;
        padding-right: 21px; }
    .menu_exp .menu_box .coluna_b {
      display: flex;
      align-items: center;
      float: left;
      text-align: left;
      line-height: 17px;
      height: 66px; }
      .menu_exp .menu_box .coluna_b p {
        margin-bottom: 3px;
        font-size: 14px; }

.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: 14px;
  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: 100px;
      max-width: 30px; }
  .footer .box {
    color: #fff;
    text-align: center;
    padding: 20px 6px;
    border: 1px solid #fff;
    margin: 7px;
    font-size: 14px;
    font-family: RobotoLight;
    height: 72px; }
    .footer .box.h40 {
      height: 40px;
      width: calc((100%) - 15px);
      padding: 0;
      text-transform: uppercase; }
    .footer .box.small {
      font-size: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff !important;	  }
    .footer .box.h158 {
      height: 158px;
      padding-top: 40px; }
    .footer .box.links {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: RobotoBold;
      font-size: 18px; }
      .footer .box.links div {
        margin-left: 25px; 
      }

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

      .footer .box.links.c1.white {
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
        line-height: 13px; }
        .footer .box.links.c1.white .small {
          font-family: RobotoLight; }
      .footer .box.links.c1 .icone_small {
        max-width: 25px;
        width: 100px;
        margin-right: 7px; }
      .footer .box.c1 {
           width: calc((100%/6)*1.33 - 0.875rem) !important; 
		   color: #fff !important;
		   }
    .footer .box.white {
      background-color: #fff;
      color: #5776B0; }
    .footer .box.sic {
      width: 100%;
      height: 40px;
      padding: 6px 6px;
      font-size: 12px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .footer .box.sic {
          font-size: 11px; } }
    .footer .box.fullwidth {
      width: 100%; }

      .footer .box.c1.white div {
        margin-left: 5px; }
    .footer .box.c2 {
      width: calc((100%/6)*2 - 14px); }
    .footer .box.c3 {
      width: calc((100%/6)*3 - 14px); }
    .footer .box.c4 {
      width: calc((100%/6)*4 - 114px) !important; }
    @media (max-width: 767px) {
      .footer .box.c1 {
        width: 96% !important; }
      .footer .box.c2 {
        width: calc(100%*2); }
      .footer .box.c3 {
        /* width: calc(105px*3);  */
      }
      .footer .box.c4 {
        width: calc(105px*4); } }
  .footer .footerlogo img {
    max-width: 200px;
    height: 80px;
    margin: 0 auto; }
  .footer .address {
    font-size: 13px;
    color: #fff;
    float: left;
    margin-right: 20px; }
  .footer .social {
    float: right; }
    .footer .social img {
      cursor: pointer;
      max-width: 48px;
      max-height: 30px;
      margin-right: 36px;
      height: 80px;
      width: 100px;
      margin: 0 auto; }
  @media (min-width: 767px) {
    .footer .negative-margin {
      margin-top: -20px; } }
  .footer .acessibilidade {
    margin-top: 15px; }
    .footer .acessibilidade span {
      color: #fff;
      font-size: 13px; }
    .footer .acessibilidade img {
      max-width: 23px; }
  .footer .mapadosite {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    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: 120px;
    text-align: center;
    font-family: RobotoLight;
    font-size: 14px;
    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: 12px; }
    .mapadosite_conteudo li:hover {
      font-family: RobotoBold; }
    .mapadosite_conteudo li.titulo {
      font-size: 14px;
      font-family: RobotoBold;
      margin-bottom: 10px; }

.dropdown.mobile {
  display: none; }
  @media (max-width: 1109px) {
    .dropdown.mobile {
      display: block; } }

@media (max-width: 1109px) {
  .buscafield {
    display: none; } }



.nopadding {
  padding: 0; }

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

.spacer {
  height: 2vh; }

@media (max-width: 1109px) 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: 1109px) {
    .carousel {
      height: 450px;
      width: 100%;
      overflow: hidden;
    } 

    .carousel img {
      width: auto;
      object-fit: cover;
    }
  }
  .carousel .ccontainer {
    position: relative;
    height: 18.75rem;
    width: 96vw; }
    @media (min-width: 576px) {
      .carousel .ccontainer {
        width: 540px;
        max-width: 200%; } }
    @media (min-width: 768px) {
      .carousel .ccontainer {
        width: 720px;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .carousel .ccontainer {
        width: 960px;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .carousel .ccontainer {
        width: 1140px;
        max-width: 100%; } }
  .carousel .indicators {
    position: absolute;
    list-style: none;
    right: 0px;
    bottom: 10px;
    z-index: 19; }
    @media (max-width: 1109px) {
      .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: 37.25rem !important;
    height: 18.75rem;
    /*left: -90px;*/
    top: 0;
    z-index: 7; 
    object-fit:revert;
    padding-left: 78px;}

@media screen and (max-width: 1109px) and (orientation: portrait) {
  .carousel img.fundo {
	height: 209px;
	/*width: 400px;*/
    padding-left: 0px;
  } 

}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .carousel img.fundo {
	height: 209px;
    margin-top: 32px;
  } 
}

@media screen and (max-width: 1109px) and (orientation: landscape) {
  .carousel img.fundo {
    max-width: 100%;
    margin-top: -100px;
    left: calc(50% - 373px); 
  } 
}
  .carousel .titulo {
    color: #3AB186;
    font-size: 30px;
    position: absolute;
    z-index: 8;
    /*text-transform: uppercase;*/
    font-family: RobotoBold;
    line-height: 30px;
    top: calc(42% - 84px) !important;
    left: calc(51% + 24px) !important;
    width: 430px;
  }

    @media (max-width: 1109px) {
      .carousel .titulo {
       left: 6vw;
       top: 310px;
       font-size: 1.1em;
       overflow: hidden;
       width: 320px;
       margin-top: 106px;
       margin-left: -178px;
      } 

      .carousel .titulo .border {
        display: none;
      }
    }

    @media (max-width: 780px) {
      .carousel .titulo {
       left: 6vw;
       top: 310px;
       font-size: 1.1em;
       overflow: hidden;
       width: 320px;
       margin-top: 156px;
       margin-left: -178px;
      } 

      .carousel .titulo .border {
        display: none;
      }
    }

    .carousel .titulo .border {
      background-color: #3AB186;
      height: 3px;
      width: 116px;
      margin-top: 10px; 
    }
    .carousel .titulo .subtitulo {
      font-size: 18px;
      text-transform: none;
      font-family: RobotoLight;
      color: #fff;
      margin-top: 20px; 
    }
      @media (max-width: 1109px) {
        .carousel .titulo .subtitulo {
          font-size: 15px;
          margin-top: 5px;
          line-height: 21px; 
          display: none;
        } 
      }
  .carousel .volta {
    position: absolute;
    left: 0;
    top: calc(100%/2 - 43px);
    z-index: 10; }
    @media (max-width: 1109px) {
      .carousel .volta {
        top: calc(100%/2 - 147px); } }
  .carousel .avanca {
    position: absolute;
    right: 0;
    top: calc(100%/2 - 43px);
    z-index: 10; }
    @media (max-width: 1109px) {
      .carousel .avanca {
        top: calc(100%/2 - 147px); } }
  .carousel .volta img, .carousel .avanca img {
    height: 43px;
    width: 23px;
    opacity: 0.6;
    cursor: pointer; }
  .carousel .volta img:hover, .carousel .avanca img:hover {
    opacity: 1; }

@media (max-width: 1200px) {
  .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: 160px; }

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

  @media screen and (orientation: portrait) {
    .main_box.split {
      width: calc(50% - 10px);
      min-width: 100px;
      height: 130px;
      font-size: 16px;
      padding: 0; }
      .main_box.split .icone {
        margin-top: 18px;
        margin-bottom: 10px; } }
  .main_box.duplo {
    width: calc((100%/2) - 10px); }
    @media screen and (orientation: portrait) {
      .main_box.duplo {
        width: calc(100% - 10px); } }
  @media screen and (orientation: portrait) {
    .main_box {
      width: 100%; } }
  .main_box.verde {
    background-color: #3AB186; }
  .main_box:hover {
    background-color: rgba(87, 118, 176, 0.7); }
  .main_box .icone {
    margin-top: 12px;
    margin-bottom: 25px; }
    .main_box .icone img {
      max-width: 66px;
      max-height: 66px;
      width: 100px; }
  .main_box p {
    line-height: 27px; }

.main_box_medio {
  cursor: pointer;
  min-width: 250px;
  width: calc((100%/4) - 10px);
  min-height: 143px;
  background-color: #5776B0;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  color: #fff;
  font-family: RobotoLight;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center; 
}


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

  .main_box_medio.duplo {
    width: calc((100%/2) - 10px); }
    @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: rgba(87, 118, 176, 0.7); }*/
  .main_box_medio .linha {
    padding-left: 14px;
    width: 100%; }
  .main_box_medio .small {
    padding-top: 5px;
    line-height: 14px;
    text-transform: none;
    font-size: 11px; }
  .main_box_medio .coluna_a {
    width: 25%;
    float: left;
    margin-right: 11px; }
    .main_box_medio .coluna_a img {
      max-width: 86px;
      max-height: 56px;
      width: 100px;
      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: 21px; }
  .main_box_medio.cinza {
    background-color: #e4e8f3;
    color: #fff;
    font-size: 15px;
    padding: 0; 
    width:99%;
    }
    .main_box_medio.cinza img {
      margin-bottom: 10px; }
    @media screen and (orientation: portrait) {
      .main_box_medio.cinza {
        font-size: 10px;
        line-height: 14px;
        
      }
        .main_box_medio.cinza img {
          /* width: 60px; */
          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: 15px;
    padding: 0; }
    .main_box_medio.cnj img {
      margin-bottom: 10px; }
    @media screen and (orientation: portrait) {
      .main_box_medio.cnj {
        font-size: 10px;
        line-height: 14px;
        padding-right: 5px; }
        .main_box_medio.cnj img {
          width: 100px;
          margin-bottom: 0px; } }
    .main_box_medio.cnj span {
      font-size: 18px; }
    .main_box_medio.cnj small {
      font-size: 14px; }
    .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: 12px;
      text-transform: none;
      width: 120px;
      margin-top: 10px; }
      .main_box_medio.cnj .box:first-child {
        margin-top: 0; }

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


@media(max-width: 768px) {
  .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: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    min-height: 135px;
    max-width: 100%;  
  }
}


  .main_box_branco p {
    margin-bottom: 7px; }
  .main_box_branco .small {
    text-transform: none;
    font-size: 13px;
    line-height: 16px;
    padding: 0px 45px 0px 45px; }

.navigation {
  text-transform: uppercase;
  font-size: 11px; }
  .navigation ul {
    padding-top: 15px;
    padding-left: 0px; }
  .navigation li {
    padding-right: 0.6em;
    display: inline; }
    .navigation li:not(:first-child) {
      color: #747474;
      border-left: 1px solid;
      padding-left: 0.6em; }
    .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) - 10px);
    height: 140px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border: 1px solid #5776B0;
    color: #5776B0;
    font-family: RobotoLight;
    line-height: 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 768px) {
      .menu_expandido .box_me {
       width: 99% !important;
       margin-top: 10px !important; } }
    .menu_expandido .box_me.duplo {
      width: calc((100%/2) - 10px); }
      @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: 80px;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .menu_expandido .box_me .coluna_a img {
        max-width: 70px;
        max-height: 70px;
        height: 100px;
        margin-right: 10px; }
    .menu_expandido .box_me .coluna_b {
      width: calc(100% - 80px);
      float: left;
      text-align: left;
      display: flex;
      align-items: center;
      height: 100%; }
      .menu_expandido .box_me .coluna_b.grande {
        height: 80px; }

.atualizacoes {
  padding-top: 20px;
  padding-bottom: 50px; }
  .atualizacoes span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 20px; }
  .atualizacoes .vermais {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 17px;
    text-transform: uppercase; }
  .atualizacoes .box_upd {
    cursor: pointer;
    padding: 15px;
    float: left;
    width: calc((100%/3) - 10px);
    position: relative;
    border: 1px solid black;
    height: 170px;
    margin: 5px;
    min-width: 300px; }


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

    @media screen and (orientation: portrait) {
      .atualizacoes .box_upd {
        width: 100%; } }
    .atualizacoes .box_upd .titulo {
      color: #3AB186;
      text-transform: uppercase;
      /*max-width: 80%;*/
      margin-top: 10px;
      font-weight: bold; }
    .atualizacoes .box_upd .data {
      border-bottom: 3px solid #3AB186;
      width: fit-content;
      font-size: 11px; }
    .atualizacoes .box_upd .icone-tr {
      position: absolute;
      top: 15px;
      right: 15px; }
      .atualizacoes .box_upd .icone-tr img {
        height: 100px;
        max-width: 42px;
        max-height: 53px; }
    .atualizacoes .box_upd .icone-rb {
      position: absolute;
      bottom: 0px;
      right: 15px;
      font-size: 30px;
      color: #3AB186;
      font-weight: bold; }
    .atualizacoes .box_upd .descricao {
      margin-top: 20px;
      color: black; }

.menulocal {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 11px;
  color: #5776B0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .menulocal .padding50 {
    padding-left: 50px; }

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

  .menulocal .main_icone {
    margin-bottom: 5px; }
    .menulocal .main_icone img {
      max-width: 35px; }
  .menulocal .borda {
    border-right: 1px solid #5776B0; }
    @media (min-width: 700px) {
      .menulocal .borda {
        padding: 0px 30px; } }
    @media (max-width: 700px) {
      .menulocal .borda {
        border-right: 0; } }
  .menulocal .box {
    cursor: pointer;
    width: 180px;
    float: left;
    border: 1px solid #5776B0;
    font-size: 10.5px;
    margin-right: 15px;
    margin-bottom: 10px;
    min-height: 54px;
    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: 40px; }
    .menulocal .box img {
      max-width: 35px;
      max-height: 35px;
      margin-left: 12px; }
    @media (max-width: 700px) {
      .menulocal .box {
        width: 100% !important;
        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: 20px;
      color: #5776B0;
      border: 1px solid #5776B0;
      padding: 10px;
      margin: 10px;
      height: 100px;
      text-align: center; }
  .demonstrativo .conteudo {
    /* min-width: 1000px; Comentado porque estava quebrando páginas internas em resoluções menores. Ex: Plantão judiciário*/
    margin-top: 20px;
    padding: 0px 25px;
    color: #5776B0;
    display: none;
    overflow-x: auto; }
    @media screen and (orientation: landscape) {
      .demonstrativo .conteudo {
        min-height: 300px; } }
    .demonstrativo .conteudo .download {
      cursor: pointer;
      border: 1px solid #5776B0;
      display: flex;
      align-items: center;
      padding-left: 15px;
      width: 110px;
      height: 30px;
      font-size: 11px;
      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: 40px;
        max-width: 25px;
        max-height: 25px; }
    .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: 30px;
      font-size: 12px;
      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: 17px;
      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: 11px;
      color: #5776B0;
      margin-bottom: 10px; }
      .demonstrativo .conteudo small.branco {
        color: #fff; }
    .demonstrativo .conteudo .row.botoes {
      margin-top: -1em;
      margin-bottom: 1em;
      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.0em; }
        .demonstrativo .conteudo .row.botoes ul li.inline {
          display: table-header-group; }
          .demonstrativo .conteudo .row.botoes ul li.inline .box {
            min-width: 400px;
            margin-bottom: 5px; }
      .demonstrativo .conteudo .row.botoes table {
        width: 100%;
        font-size: 13px; }
        .demonstrativo .conteudo .row.botoes table th {
          text-transform: uppercase;
          font-size: 14px; }
        .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: 10px; }
      .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.5em;*/
        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.0em;*/ }
        .demonstrativo .conteudo ul li:not(:first-child) {
          cursor: pointer; }
      
        .demonstrativo .conteudo ul li.arrow-down {
          width: 50px;
          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: 14px;
  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: 400px;
  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: 11px; }
    .consulta .searchlbox:first-child {
      justify-content: center;
      line-height: 18px;
      font-size: 16px; }
    .consulta .searchlbox:last-child:not(:first-child) {
      font-weight: bold; }
    .consulta .searchlbox img {
      max-width: 34px;
      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: 26px;
      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: 12px;
    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: 12px;
        color: #fff; }
      .consulta .box input:-moz-placeholder {
        /* Firefox 18- */
        text-align: center;
        font-size: 12px;
        color: #fff; }
      .consulta .box input::-moz-placeholder {
        /* Firefox 19+ */
        text-align: center;
        font-size: 12px;
        color: #fff; }
      .consulta .box input:-ms-input-placeholder {
        text-align: center;
        font-size: 12px;
        color: #fff; }
    .consulta .box .descricao {
      text-transform: none; }
    .consulta .box .box {
      display: flex;
      align-items: center;
      float: left;
      text-align: left;
      min-width: 10px;
      width: calc((100%/4) - 10px);
      height: 60px;
      font-size: 12px;
      font-family: RobotoLight;
      margin-top: 10px; }
      .consulta .box .box.center {
        text-align: center; }
      .consulta .box .box.txt_regular {
        font-size: 11px;
        text-transform: none; }
      .consulta .box .box:not(:last-child) {
        margin-right: 10px; }
      .consulta .box .box img {
        margin-right: 10px;
        max-width: 35px;
        max-height: 35px; }
  .consulta .fecha {
    font-weight: bold;
    float: right;
    font-size: 18px;
    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: 13px;
  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: 10px; }

/* Btorre */
.f-08 {
  font-size: 0.8rem; }

.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: 22px;
  letter-spacing: 0.5px;
  font-weight: 600; }

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

.f-right {
  float: right; }

.ul-btn .aj-btn {
  font-size: 15px !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: auto;
}

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

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

/*.nav li a:hover {
  color: #9b9b9b !important;
}*/
    
.nav .menu {
  border: none;
}

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

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

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

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

.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: 3px; 
  background-color: #3AB186; 
  height: 70px;
  z-index: 5;
}

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

.miniBannerItem:after {
  content: "";
  width: 4px;
  height: 50px;
 
  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: 50px;
  margin: 0 auto;
}

.miniBannerItem .miniBannerItem__text {
  margin-top: 15px;
  color:#5776b0;
  font-weight:bold;
}

.bgBotoesBanner {
  background-color: rgba(0,0,0,0.1); 
  padding: 20px;
}

.bgBotoesBanner:hover {
  background-color: rgba(0,0,0,0.3);
}

/* BUSCA PROCESSUAL */

.separator {
  border-bottom: 1px solid #5776B0;
  width: 100%;
  height: 2px; }
  .separator.branco {
    border-bottom: 1px solid #fff; }

.buscaprocessualb {
  background-color: #3AB186; }
  .buscaprocessualb .ver {
    background-color: white;
    color: #3AB186;
    width: 50px;
    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: 11px; }
      .buscaprocessualb .ver_outro .box.noborder {
        border: 0; }
  .buscaprocessualb .check_icone img {
    max-width: 25px;
    width: 40px;
    margin-right: 12px; }
  .buscaprocessualb .buscap_icone {
    background-color: #3AB186;
    width: 60px;
    left: calc(50% - 20px);
    top: -20px;
    position: absolute; }
    .buscaprocessualb .buscap_icone img {
      max-width: 40px;
      width: 40px; }
  .buscaprocessualb .buscap_icone_b {
    background-color: #3AB186;
    width: 60px;
    left: calc(50% - 26px);
    bottom: -17px;
    position: absolute; }
    .buscaprocessualb .buscap_icone_b img {
      max-width: 40px;
      width: 40px; }
  .buscaprocessualb .box {
    font-size: 1.0em; }
  .buscaprocessualb input {
    text-align: center; }
  .buscaprocessualb .font12 {
    font-size: 1.0em; }
  .buscaprocessualb ::placeholder {
    font-size: 1.0em; }
  .buscaprocessualb ::-webkit-input-placeholder {
    font-size: 1.0em; }
  .buscaprocessualb :-moz-placeholder {
    /* Firefox 18- */
    font-size: 1.0em; }
  .buscaprocessualb ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1.0em; }
  .buscaprocessualb :-ms-input-placeholder {
    font-size: 1.0em; }
  .buscaprocessualb .showxs .box {
    padding: 1px 3px;
    margin-top: 0px; }

    .titulo-consulta-box {
      z-index: 21;
      font-size: 14px;
      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: 400px;
  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: 11px; }
  .consulta .searchlbox:first-child {
    justify-content: center;
    line-height: 18px;
    font-size: 16px; }
  .consulta .searchlbox:last-child:not(:first-child) {
    font-weight: bold; }
  .consulta .searchlbox img {
    max-width: 34px;
    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: 26px;
    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: 12px;
  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: 12px;
      color: #fff; }
    .consulta .box input:-moz-placeholder {
      /* Firefox 18- */
      text-align: left;
      font-size: 12px;
      color: #fff; }
    .consulta .box input::-moz-placeholder {
      /* Firefox 19+ */
      text-align: left;
      font-size: 12px;
      color: #fff; }
    .consulta .box input:-ms-input-placeholder {
      text-align: left;
      font-size: 12px;
      color: #fff; }
  .consulta .box .descricao {
    text-transform: none; }
  .consulta .box .box {
    display: flex;
    align-items: center;
    float: left;
    text-align: left;
    min-width: 10px;
    width: calc((100%/4) - 10px);
    height: 60px;
    font-size: 12px;
    font-family: RobotoLight;
    margin-top: 10px; }
    .consulta .box .box.center {
      text-align: center; }
    .consulta .box .box.txt_regular {
      font-size: 11px;
      text-transform: none; }
    .consulta .box .box:not(:last-child) {
      margin-right: 10px; }
    .consulta .box .box img {
      margin-right: 10px;
      max-width: 35px;
      max-height: 35px; }
.consulta .fecha {
  font-weight: bold;
  float: right;
  font-size: 18px;
  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: 13px;
  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: 10px; }

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

.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: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
  
#modalPesquisa {
  width: 600px;
  background: #fff;
  padding: 10px;
  min-height: 500px;
  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: 30px;
  height: 30px;
  border-radius: 15px;
  /* text-align: center; */
  position: absolute;
  right: -10px;
  top: -10px;

  display: flex;
  align-items: center;
  justify-content: center;
}

#modalBody {
  min-height: 400px;
  color: #5776B0;
}

/* #modalBody p {
  font-size: 20px;
  color: #3AB186; 
}

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

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



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

@media(max-width: 768px) {

  #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: 360px;
    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;
  }
}

/*Acessibilidade*/
a:focus-visible{
    outline: 2px solid #000; /* Borda preto ao focar */
    outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }
  
   img:focus-visible{
    outline: 2px solid #000; /* Borda preto ao focar */
    outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .btn.btn-general:focus-visible{
    outline: 2px solid #000; /* Borda preto ao focar */
    outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .caixa_box_media menu_bottom:focus-visible{
      outline: 2px solid #000; /* Borda preto ao focar */
    outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .miniBanner:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .carousel-item:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   button .nav-link:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .mapadosite_conteudo :focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .vw-plugin-top-wrapper:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .btnCookiesSettings:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   a.noticiaBanner:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   div#contatorBanner:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .carousel .volta:focus-visible {
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .carousel .avanca:focus-visible {
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .carousel a.noticiaBanner:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .carousel .noticiaBanner .bannerItem img.fundo:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */
   }

   .carousel .titulo:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   .carousel .data-noticia:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

    .carousel .bannerCompleto:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   input.btn.btn-primary.Pesquisar:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   input.btn.btn-primary.Limpar:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   button#btnEnviar:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   a.btn.btn-primary.btn-lg.btn-block.m-2.text-white:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   a.btn.btn-secondary.dropdown-toggle:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   i.fa-solid.fa-file-pdf:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   button.btn.btn-primary.btnEmpenho:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   button.btn.btn-primary.btnContrato:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }

   button.btn.btn-danger.dropdown-toggle:focus-visible{
     outline: 2px solid #000; /* Borda preto ao focar */
     outline-offset: 2px; /* Espaçamento entre o elemento e a borda */ 
   }


   /*Css Referente a paginação na página Tela Licitações Arquivos */
   .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: linear-gradient(to bottom, #5776b0 0%, #5776b0 100%) !important;
    box-shadow: inset 0 0 3px #5776b0 !important;
   }

   .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
     background: linear-gradient(to bottom, #5776b0 0%, #5776b0 100%) !important;
   }