@import url('../../statics/assets/css/style_inicial.css?v=1.1.3');

body,
html {
  font-family: 'Poppins-Regular', sans-serif;
  background: #F8F8F8;
  color: #333333;
  font-weight: 500;
}

img,
embed,
object,
iframe {
  max-width: 100% !important;
}

@media (min-width: 992px) {
  .container {
    /*max-width: 980px;*/
  }
}

.pagina_site {
  min-height: 300px;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.nopadding {
  padding: 0;
}

/*Menu Fixo*/
.fixed-acessibilidade {
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 10;
}

.contrast #bloco-logo li.btn-acessibilidade>a>img {
  background: transparent !important;
  filter: brightness(0) invert(1) !important;
}

#header_ li a {
  font-family: 'Poppins-Bold';
  font-weight: 500;
}

.contrast #header_ li a {
  color: #fff !important;
}

.redes-sociais-logo {
  display: flex;
  align-items: center;
}

.redes-sociais-logo a>img {
  margin: 0 !important;
}

.redes-sociais-logo a {
  display: inline-block;
  margin-inline: 9px;
}

#bloco-logo {
  min-height: 111px !important;
}

.fundo-da-logo {
  background: url('../img/fundo-logo.png') no-repeat;
  height: 111px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

@media (max-width:820px) {
  .fundo-da-logo {
    padding-left: 30px;
  }

  .fundo-da-logo img {
    width: 80%;

  }
}

@media (min-width:768px) {
  .form-padrao {
    max-width: 185px;
  }

  .form-padrao button,
  .form-padrao button:hover,
  .form-padrao button:focus {
    background: #fff !important;
    color: var(--Primary0);
  }

  .contrast .form-padrao button,
  .contrast .form-padrao button:hover,
  .contrast .form-padrao button:focus {
    background: transparent !important;
    color: #000 !important;
  }

  .form-padrao input {
    border: 1px solid #3B3E99;
  }

  .form-padrao button {
    border: 1px solid #3B3E99;
    border-left: 0px;
  }

  .form-padrao input:focus+span>button {
    border: 1px solid #3b94cb;
    border-left: 0;
  }
}


.flex-form-busca {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bloco-logo li.btn-acessibilidade>a>img {
  background: #000;
  border-radius: 50% 50%;
}

.menu-fixo {
  position: fixed;
  top: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
}

.show-desktop li a {
  color: var(--Primary0) !important;
}

@media (min-width:768px) {

  #header_,
  #header_ ul {
    background: transparent;
  }

  .nav_bar {
    display: flex;
    justify-content: flex-end;

  }

  #menu_bar.show-desktop {
    margin-right: 15px;
    margin-top: -5px;
    max-width: 1050px;
    width: 100%;
    justify-content: space-around;
    background: #FFCC2B;
    border-radius: 10px 10px;
  }

  .nav_bar #menu_bar li:hover,
  .nav_bar #menu_bar li:focus-within,
  .nav_bar #menu_bar li ul li {
    background: #FFCC2B;
  }
}

/*Busca*/


.topo-imagem {
  padding-top: 25px;
}

/* MENU 1 */
.topo1-fundo {
  min-height: 30px;
  background: #EEEEEE;
}


.topo1 .navbar {
  min-height: 32px !important;
}

.topo1 .navbar-nav>li>a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  color: #6466BF !important;
  font-weight: 600;
  font-size: 12px;
}

.pesquisa-barra {
  background: #DBDBDB;
  position: relative;
}

.topo-pesquisa {
  height: 50px;
  position: relative;
  left: 195px;
  top: 45px;
}

#pesquisa,
#pesquisa:hover {
  background: #fff url("../img/lupa.png") no-repeat center;
  border: 1px solid #CCCCCC !important;
  /*border-radius: 0 15px 15px 0;*/
  border-left: none !important;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 0 2px 0px 0 !important;
  height: 30px;
}

.pesquisa {
  width: 100%;
  display: inline-block;
  float: right;
  padding-top: 7px;
}

.pesquisa input {
  font-family: 'Open Sans Condensed', sans-serif;
  border: 1px solid #ccd1d9 !important;
  border-right: none;
  background: #fff;
  color: #CCCCCC;
  height: 30px;
}

.pesquisa-texto {
  color: #041B3F;
  padding-right: 50px;
}

.social {
  /*width: 165px;*/
  display: inline-block;
  float: right;
  padding-left: 50px;
}

.social img {
  width: 33px;
}

.social div {
  display: inline-block;
}

@media(min-width: 992px) and (max-width: 1199px) {
  .pesquisa {
    /*width: 150px;*/
  }

  .social {
    /*width: 35px;*/
  }

  .social img {
    width: 28px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .pesquisa input {
    width: 362px !important;
  }

  .pesquisa-texto {
    padding-right: 5px;
  }

  .social {
    width: auto;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

.topo-logo {
  padding: 10px 0;
}

@media(max-width: 767px) {
  .pesquisa {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
  }

  .pesquisa input {
    width: 100% !important;
  }

  .pesquisa-texto {
    padding-right: 5px;
  }

  .topo-logo {
    padding: 10px;
  }
}



/* MENU PRINCIPAL */
.menu {
  padding: 0;
}

#header_ {
  min-height: 45px;
}

@media (max-width: 768px) {
  #header_ {
    height: 80px;
  }

  #menu_bar {
    top: 80px;
  }

  #header_ #posicao-form-busca {
    top: 70px;
  }

  #nav-nav.activeAces #menu_bar,
  #nav-nav.active #menu_bar {
    padding-top: 30px;
  }
}


/*Slide*/
#slide h3 {
  margin: 0;
}

#slide .item {
  /* height: 500px; */
  overflow: hidden;
}

#slide .carousel-inner,
#slide .carousel-control,
.acesso-rapido-item {
  border-radius: 6px;
  /* height: 479px; */
}

#banner_home .carousel-control {
  background-image: none;
}

.acesso-rapido-item {
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

@media (min-width: 768px) and (max-width: 991px) {

  #slide,
  #slide .item {
    height: 411px;
  }
}

@media (max-width: 768px) {

  #slide .carousel-inner,
  #slide .carousel-control,
  .acesso-rapido-item {
    height: auto;
  }

  #slide,
  #slide .item {
    height: auto;
  }
}


.slide-btn {
  margin-top: 235px;
}

.slide-btn-esq {
  margin-left: -30px;
}

.slide-btn-dir {
  margin-right: -30px;
}

@media (max-width: 991px) {
  .slide-btn {
    margin-top: 150%;
  }

  .slide-btn-esq {
    margin-left: -50%;
  }

  .slide-btn-dir {
    margin-right: -50%;
  }
}

.slide-caption {
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 15px;
}

.slide-caption div {
  background: rgb(0, 2, 106, .75);
  padding: 5px;
}

@media (min-width: 563px) and (max-width: 610px) {
  .slide-caption div {
    width: 100%;
    height: 90%;
    margin-left: 0;
  }

  .slide-caption h3 {
    font-size: 0.9em;
  }

  .slide-caption h4 {
    font-size: 0.85em;
  }

  .slide-caption p {
    font-size: 0.82em;
  }
}

@media (max-width: 562px) {

  .slide-caption {
    padding-left: 0 !important;
    bottom: 0;
  }

  .slide-caption div {
    width: 100%;
    height: 90%;
    margin-left: 0;
  }

  .slide-caption h4 {
    font-size: 0.75em !important;
    margin-left: 0 !important;
  }

  .slide-caption p {
    font-size: 0.72em !important;
  }
}

.slide-caption h3 {
  /*height: 20px;*/
  /*margin-top: 0;*/
  text-align: center;
  font-size: 25px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.slide-caption h4 {
  display: inline-block;
  text-align: left;
  background: #FF7CCC;
  padding: 5px;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 12px;
}

.slide-caption p {
  /*height: 12px;*/
  text-align: left;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.slide-caption a {
  color: #333333;
}

@media (max-width: 768px) {
  .slide-caption h3 {
    font-size: 1.1em;
  }

  .slide-caption p {
    font-size: 0.8em;
  }
}

.carousel-programas {
  min-height: 65px;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-programas>.carousel-control {
  width: 30px !important;
  padding-top: 18px;
  color: #3B5998;
}

.carousel-programas>.carousel-control.left {
  left: -26px;
}

.carousel-programas>.carousel-control.right {
  right: -28px;
}

.carousel-programas>.carousel-control.left,
.carousel-programas>.carousel-control.right {
  background: none;
}

.carousel-fixos {
  min-height: 65px;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-fixos>.carousel-control {
  width: 50px !important;
}

.carousel-fixos-itens>a>img {
  height: 30rem;
}

.banner-slide-btn2 {
  margin-top: 14rem;
}

.carousel-caption {
  text-shadow: none;
  background-color: rgb(100, 102, 191, .6);
  bottom: 8vh;
  padding: 15px;
  left: 8vw;
  right: 8vw;
}

.carousel-inner .item a img {
  margin-inline: auto;
}

#slide .carousel-inner .item a img {
  width: 100%;
}

@media(max-width: 767px) {
  .carousel-programas-itens {
    text-align: center;
    padding: 5px 0;
  }

  .carousel-programas>.carousel-control.left {
    left: 0;
    top: 30px;
  }

  .carousel-programas>.carousel-control.right {
    right: 0;
    top: 30px;
  }
}

@media(max-width: 767px) {
  .carousel-fixos-itens {
    text-align: center;
    padding: 5px 0;
  }

  .carousel-fixos>.carousel-control.left,
  .carousel-fixos>.carousel-control.right {
    background: none;
  }
}

/*Banner*/
.banner-grande {
  /*background: url('../../uploads/filemanager/xxx.png') no-repeat top center;*/
  height: 500px;
}

#slide .banner-padrao {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.banner-slide {
  margin-top: 0;
}

@media (max-width: 992px) {
  .banner-slide {
    min-height: 500px;
  }
}

.banner-slide-btn {
  margin-top: 220px;
}

.banner-slide-btn-esq {
  /*margin-right: -3rem;*/
}

.banner-slide-btn-dir {
  /*margin-left: -3rem;*/
}

.banner-slide-btn-esq2 {
  margin-right: -3rem;
}

.banner-slide-btn-dir2 {
  margin-left: -3rem;
}

@media (min-width: 767px) and (max-width: 991px) {
  .banner-slide-btn {
    margin-top: 80px;
  }

  .banner-slide-btn-esq {
    margin-left: -60px;
  }

  .banner-slide-btn-dir {
    margin-right: -60px;
  }
}

@media (max-width: 767px) {
  .banner-slide-btn-esq2 {
    margin-right: 0;
  }

  .banner-slide-btn-dir2 {
    margin-left: 0;
  }

  .banner-slide-btn2 {
    margin-top: 4.5rem;
  }
}

.banner_tca {
  padding-top: 10px;
  padding-bottom: 2px;
}


/*Botões*/
.btn-home {
  /*margin: 40px -22px 20px -18px;*/
  margin-top: 9px;
  padding-left: 0;
  padding-right: 0;
}

.btn-home-fundo {
  background: #E8E8E8;
  margin-top: 27px;
  margin-bottom: 0;
}

.btn-home .btn-home-clear {
  height: 1px;
  visibility: hidden;
  width: 100%;
  clear: both;
}

.btn-home>a,
.btn-home>.subbtn {
  display: block;
  width: 138px;
  min-height: 121px;
  float: left;
  margin: 0 7px 5px 0;
  background-color: #EEE;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
}

.btn-home>.subbtn {
  cursor: pointer;
}

.btn-home>a:hover,
.btn-home>.subbtn:hover {
  background-color: #DDD;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .btn-home>a,
  .btn-home>.subbtn {
    margin: 0 6px 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .btn-home>a,
  .btn-home>.subbtn {
    width: 181px;
    margin: 0 6px 5px 0;
  }
}

@media (max-width: 767px) {

  .btn-home>a,
  .btn-home>.subbtn {
    width: 174px;
    margin: 0 6px 5px 0;
  }
}

.btn-home>a i,
.btn-home>.subbtn i {
  display: block;
  margin: 10px auto;
  width: 62px;
  height: 64px;
  background: url(../img/icones_home.png) no-repeat;
}

.btn-home>a span,
.btn-home>.subbtn span {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  line-height: 14px;
  padding: 0 5px 5px;
  display: block;
  /*text-transform: uppercase;*/
}

.btn-home>a span em,
.btn-home>.subbtn span em {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}

.btn-home-texto2 {
  font-size: 9px !important;
  font-weight: normal !important;
  padding: 0 !important;
}

.btn-home>a.btn-home1 i {
  background-position: 0 -1px;
}

.btn-home>a.btn-home2 i {
  background-position: 0 -326px;
}

.btn-home>a.btn-home3 i {
  background-position: 0 -131px;
}

.btn-home>a.btn-home4 i {
  background-position: 0 -651px;
}

.btn-home>a.btn-home5 i {
  background-position: 0 -391px;
}

.btn-home>a.btn-home6 i {
  background-position: 0 -261px;
}

.btn-home>a.btn-home7 i {
  background-position: 0 -781px;
}

.btn-home>a.btn-home8 i {
  background-position: 0 -521px;
}

.btn-home>a.btn-home9 i,
.btn-home>div.btn-home9 i {
  background-position: 0 -196px;
}

.btn-home>a.btn-home10 i {
  background-position: 0 -1106px;
}

.btn-home>a.btn-home11 i {
  background-position: 0 -66px;
}

.btn-home>a.btn-home12 i {
  background-position: 0 -716px;
}

.btn-home>a.btn-home13 i {
  background-position: 0 -846px;
}

.btn-home>a.btn-home14 i {
  background-position: 0 -911px;
}

.btn-home>a.btn-home15 i {
  background-position: 0 -975px;
}

.btn-home>a.btn-home16 i {
  background-position: 0 -457px;
}

.btn-home>a.btn-home17 i {
  background-position: 0 -1172px;
}

.btn-home>a.btn-home18 i {
  background-position: 0 -1237px;
}

.btn-home>a.btn-home19 i {
  background-position: 0 -1302px;
}

.btn-home>a.btn-home20 i {
  background-position: 0 -1367px;
}

.btn-home>a.btn-home21 i {
  background-position: 0 -1432px;
}

.btn-home>a.btn-home22 i {
  background-position: 0 -1497px;
}

.btn-home>a.btn-home23 i {
  background-position: 0 -1562px;
}

.btn-home>a.btn-home24 i {
  background-position: 0 -1627px;
}

/*hover*/
.btn-home>a.btn-home1:hover i {
  background-position: -63px -1px;
}

.btn-home>a.btn-home2:hover i {
  background-position: -63px -326px;
}

.btn-home>a.btn-home3:hover i {
  background-position: -63px -131px;
}

.btn-home>a.btn-home4:hover i {
  background-position: -63px -651px;
}

.btn-home>a.btn-home5:hover i {
  background-position: -63px -391px;
}

.btn-home>a.btn-home6:hover i {
  background-position: -63px -261px;
}

.btn-home>a.btn-home7:hover i {
  background-position: -63px -781px;
}

.btn-home>a.btn-home8:hover i {
  background-position: -63px -521px;
}

.btn-home>a.btn-home9:hover i,
.btn-home>div.btn-home9:hover i {
  background-position: -63px -196px;
}

.btn-home>a.btn-home10:hover i {
  background-position: -63px -1107px;
}

.btn-home>a.btn-home11:hover i {
  background-position: -63px -66px;
}

.btn-home>a.btn-home12:hover i {
  background-position: -63px -716px;
}

.btn-home>a.btn-home13:hover i {
  background-position: -63px -846px;
}

.btn-home>a.btn-home14:hover i {
  background-position: -63px -911px;
}

.btn-home>a.btn-home16:hover i {
  background-position: -63px -456px;
}

.btn-home>a.btn-home17:hover i {
  background-position: -63px -1172px;
}

.btn-home>a.btn-home18:hover i {
  background-position: -63px -1237px;
}

.btn-home>a.btn-home19:hover i {
  background-position: -63px -1302px;
}

.btn-home>a.btn-home20:hover i {
  background-position: -63px -1367px;
}

.btn-home>a.btn-home21:hover i {
  background-position: -63px -1432px;
}

.btn-home>a.btn-home22:hover i {
  background-position: -63px -1497px;
}

.btn-home>a.btn-home23:hover i {
  background-position: -63px -1562px;
}

.btn-home>a.btn-home24:hover i {
  background-position: -63px -1627px;
}


@media (max-width: 510px) {
  .btn-home>a {
    width: 100%;
    float: none;
  }
}

/*Contra cheque*/
.contra-cheque {
  position: relative;
}

.contra-cheque-1 {
  border: 0 solid red
}

.contra-cheque-2 {
  border: 0 solid yellow
}

.contra-cheque a {
  position: absolute;
  width: 130px;
  height: 130px;
  background: #00026A;
  top: 0;
  left: 13px;
  opacity: 0;
  border-radius: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  overflow: hidden;
  padding-top: 48px;
}


/*Notícia*/
.titulo {
  font-size: 20px;
  color: #333;
}

/* Bloco Horários */
.flex-mobile-horarios {
  max-width: 360px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-inline: auto;
}

.flex-mobile-horarios span {
  hyphens: auto;
}

.ir-para-o-top {
  display: block;
  position: absolute;
  left: initial;
  right: -19px;
  bottom: calc(14px - 61px);
  border: 2px solid white;
  border-radius: 50% 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:768px) {
  .ir-para-o-top {
    position: relative;
    margin-inline: auto;
  }
}

#horarios .titulo {
  color: white;
  margin-bottom: 30px;
}

#horarios .titulo h2 {
  margin: 0;
  margin-bottom: .3em;
  line-height: 1.5;
}

#horarios .titulo h4 {
  margin: 0;
  margin-bottom: .8em;
  line-height: 1.6;
}

#horarios iframe {
  width: 100%;
  height: 400px;
}


@media (min-width: 1200px) {
  .noticias {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .noticias {
    padding-right: 15px;
  }
}

.noticias>a:hover,
.noticias>a:focus,
.noticia-titulo:hover,
.noticia-titulo:focus,
.noticia-resumo:hover,
.noticia-resumo:focus {
  text-decoration: underline;
}

.noticia-linha,
.acesso-linha {
  /*border: 1px solid #CCCCCC;*/
  margin-top: 46px;
  float: left
}

.noticia-linha-fundo,
.acesso-linha-fundo,
.video-linha-fundo,
.titulo-linha-fundo {
  background: url('../img/noticias_linha.png') repeat-x left 16px;
}

.noticia-linha h1.titulo,
.acesso-linha h1.titulo,
.video-linha h1.titulo {
  font-weight: normal !important;
  color: #666666;
  background: #fff;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-left: 15px;
}

.noticia-linha h1.titulo span,
.acesso-linha h1.titulo span,
.video-linha h1.titulo span {
  font-weight: bold !important;
}

@media(min-width: 768px) and (max-width: 991px) {

  .noticia-linha h1.titulo,
  .acesso-linha h1.titulo,
  .video-linha h1.titulo {
    font-size: 18px !important;
  }

  .noticia-titulo {
    width: 100% !important;
  }

  .noticia-resumo {
    width: 100% !important;
  }
}

@media(max-width: 767px) {
  .acesso-linha {
    width: 100%;
  }

  .acesso-rapido {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.veja-mais a {
  color: #3B5998;
}

.noticia-btn-busca {
  width: 50px;
}

.noticia-veja-mais,
.noticia-btn-busca {
  background: #3A589B;
  border: 1px solid #0766A0 !important;
  color: #fff !important;
}

.noticia-veja-mais:hover,
.noticia-veja-mais:active,
.noticia-veja-mais:focus,
.noticia-btn-busca:hover,
.noticia-btn-busca:active,
.noticia-btn-busca:focus {
  background: #0766A0;
  border: 1px solid #0766A0 !important;
}

.noticia-form {
  display: inline-block;
}

.noticia-form input[type=text] {
  height: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .facebook {
    margin-top: 34px;
    /*padding-right: 0;
      padding-left: 25px;*/
  }
}

@media (max-width: 767px) {
  .facebook {
    margin-top: 36px;
  }
}

@media(max-width: 767px) {
  .noticia-form {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.noticia-colunas {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.noticia-data {
  position: absolute;
  top: -5px;
  font-size: 11px;
  color: #FFF;
  border-right: 12px solid #FF7CCC;
  background: #0766A0;
  padding: 5px;
  display: inline-block;
}

.noticia-titulo {
  font-size: 14px;
  font-weight: bold;
  color: #0766A0;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  width: 200px;
}

.noticia-subtitulo {
  font-size: 14px;
  font-weight: bold;
  color: #0766A0;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.noticia-titulo2 {
  font-size: 14px;
  color: #fff;
  background: #00026A;
  text-align: left;
}

.noticia-resumo {
  font-size: 12px;
  color: #666666;
  width: 200px;
  padding-bottom: 10px;
}

.noticia-img {
  border: 1px solid #CCCCCC;
  display: inline-block;
}

.noticia-img div {
  border: 4px solid #fff;
  max-height: 215px;
  overflow: hidden;
  width: 200px;
}

@media (min-width: 768px) {
  .noticia-data {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .noticia-titulo {
    width: auto;
  }

  .noticia-resumo {
    width: auto;
  }

  .noticia-data {
    left: 93px;
  }
}

/*Notícias lista*/
.noticias-data {
  font-size: 12px;
  color: #00026A;
  margin-bottom: 2px;
}

.noticias-titulo {
  font-weight: bold;
  font-size: 18px;
  color: #00026A;
  margin-top: 10px;
}

.noticias-texto {
  color: #00026A;
}

.miniatura {
  margin-top: 14px;
}


/*Agenda*/
.agenda-data {
  color: #666666;
  font-size: 16px;
}

.agenda-titulo {
  color: #666666;
  margin-bottom: 25px;
}

/*Acesso Rápido*/
@media (min-width: 1200px) {
  .acesso-rapido {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .acesso-rapido {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .acesso-rapido {
    padding-left: 0;
  }
}

.acesso-linha {
  /*border: 1px solid #CCCCCC;*/
}

/*.acesso-linha-botao{
  text-align: left;
  width: 100%;
  height: 52px;
  margin-bottom: 2px;
}
.acesso-linha-botao a{
  background: #00AFEF;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: bold;
}
.acesso-linha-botao a:hover{
  background: #383A92;
  color: #fff;
}

.acesso-linha-botao img{
  padding-bottom: 5px;
  }*/
.acesso-linha-botao>a {
  display: block;
  background-color: #E9E9ED !important;
  border: 1px solid #E9E9ED;
  border-right: 4px solid #F0B63C;
  border-radius: 0;
  text-align: left;
  line-height: 16px;
  font-size: 18px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  padding: 5px 7px 7px 7px;
  min-width: 116px;
  overflow: hidden;
  margin-bottom: 5px;
}

.acesso-linha-botao>a:hover {
  color: #666;
  text-shadow: none;
  border-right: 4px solid #ddd;
}

.acesso-linha-botao>a i {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  background: url(../img/icones_home2.png) no-repeat;
}

.acesso-linha-botao>a span {
  font-size: 18px;
  color: #666;
  line-height: 14px;
  display: inline-block;
  margin: 12px 0 0 10px;
}

.acesso-linha-botao>a span em {
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
}

.acesso-linha-botao>a.acesso-linha-botao-1 i {
  background-position: 0 0;
}

.acesso-linha-botao>a.acesso-linha-botao-2 i {
  background-position: 0 -38px;
}

.acesso-linha-botao>a.acesso-linha-botao-3 i {
  background-position: 0 -77px;
}

.acesso-linha-botao>a.acesso-linha-botao-4 i {
  background-position: 0 -119px;
}

.panel-primary>.panel-heading {
  color: #fff;
  background: #00026A;
  border-bottom: 0;
}

.panel .panel-heading {
  color: #fff;
}

.panel {
  background: #F8F8F8;
  margin-top: 30px;
  border: none;
  box-shadow: none;
}

.inline-15 {
  padding-inline: 0;
}

.panel-heading h3.panel-title {
  font-size: 18px;
}

.panel,
.panel-heading {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}


/*Rodapé*/
#rodape-newletter {
  padding-block: 11px;
}

#rodape-newletter h2 {
  letter-spacing: 0.18rem;
  margin: 0;
  color: #fff;
  padding-block: 6.5px;
}

#form_newsletter_contato input::placeholder {
  color: #505050;
}

#form_newsletter_contato input {
  margin-block: 4px;
  min-width: 220px;
  height: 40px;
  color: #505050;
  background: #fff;
}

#telefone,
#email,
#nome {
  margin-right: 9px;
}

#form_newsletter_contato .botao-newsletter {
  min-width: 130px;
  background-color: #EBECF5;
  color: var(--Primary0);
  font-family: 'Poppins-Bold';
  border: none;
}


@media (max-width:768px) {

  #form_newsletter_contato,
  #rodape-newletter h2 {
    text-align: center;

  }

  #form_newsletter_contato .botao-newsletter {
    margin-top: 34px;
  }

  #rodape-newletter h2 {
    margin-bottom: 34px;
  }

  #rodape-newletter {
    padding-block: 30px;
  }
}

.espacamento-iframe {
  margin-top: 22px;
}

#horarios * {
  font-family: 'Poppins-Regular';
  font-size: 14px;
}

#horarios {
  padding-block: 61px;
}

.flex-horarios {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 22px;
}

.flex-horarios img {
  margin: 0;
  margin-right: 12px;
}

#horarios .flex-sitemap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

#horarios .btn-sitemap, #horarios .btn-p-satisfacao {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-Medium';
  background: #FFCC2B;
  color: #3B3E99;
  height: 43px;
  padding-inline: 8px;
  border-radius: 5px 5px;
  font-weight: 600;
}

#horarios .btn-sitemap svg>path, #horarios .btn-p-satisfacao svg>path {
  fill: #3B3E99;
}

.contrast #horarios .btn-sitemap svg>path, .contrast #horarios .btn-p-satisfacao svg>path {
  fill: #fff !important;
}

#horarios .btn-sitemap svg {
  margin-right: 9px;
}

.logo-rodape {
  margin-bottom: 22px;
}

@media (max-width:768px) {
  .flex-horarios {
    justify-content: center;
  }

  #horarios .flex-sitemap {
    justify-content: center;
    margin-bottom: 30px;
  }

  .logo-rodape {
    margin-bottom: 47px;
    text-align: center;
  }
}

.rodape {
  padding-top: 45px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .rodape {
    font-size: 0.85em;
  }
}

@media (max-width: 767px) {
  .rodape {
    font-size: 0.95em;
  }

  .rodape-form,
  .rodape-form-texto {
    padding-left: 25px;
  }
}


.rodape-linha1 {
  min-height: 44px;
  background: #4A6CBB;
}

.rodape-linha2 {
  min-height: 168px;
  background: #4A6CBB;
  padding-left: 0;
}

.rodape-linha3 {
  background-color: #3A589B;
  padding: 40px 0 30px;
}

.rodape-linha3 * {
  color: #fff;
}

.rodape-linha3 ul {
  list-style: none;
}

.rodape-linha3 ul li {
  margin-bottom: 2px;
}

.rodape-linha3 ul li>span {
  display: block;
  padding-top: 15px;
}

.rodape-linha4 {
  padding: 20px 0;
  border-bottom: #fff solid 1px;
  background: #3A589B;
}

.rodape-linha4 .rodape4-logo {
  text-align: right;
}

.rodape-linha4 .copyright {
  color: #fff;
  font-size: 14px;
  padding-top: 16px;
}

.rodape-logo {
  padding-top: 36px;
}

.rodape-endereco {
  color: #fff;
  font-size: 16px;
  padding-top: 17px;
}

.rodape-endereco div {
  display: inline-block;
  vertical-align: top;
}

@media(max-width: 767px) {
  .rodape-endereco {
    font-size: 1.2em;
  }

  .rodape-linha1 {
    height: 230px;
  }
}

.rodape-form {
  margin-top: 5px;
}

.rodape-form-texto {
  margin-top: 12px;
  color: #fff;
}


/*Form*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  ;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  ;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
  ;
}

.form-rodape .form-control,
.form-rodape .btn {
  color: #fff;
  background: #3A589B;
  border: 1px solid #fff;
}

.form-rodape .btn-default {
  border: 1px solid #3A589B !important;
}

.form-rodape .btn-default:hover,
.btn-default:focus {
  background: #00026A;
}


.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #00026A !important;
  border-color: #000 !important;
}


.transp-paginacao {
  text-align: center;
}

.transp-paginacao .pull-left {
  float: none !important;
}


/* ACESSIBILIDADE */
#acessibilidade a {
  font-family: 'Poppins-Medium';
}

#acessibilidade .navbar {
  min-height: auto;
  max-height: 38px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.skiplist {
  margin: 0;
  padding: 0
}

.skip {
  display: none;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute
}

.skip {
  display: block
}

:root .skip {
  display: block
}

.skip a {
  padding: 0 0.5em;
  display: inline;
  z-index: 49;
  text-decoration: none;
  position: absolute;
  width: 12em;
  left: -200em;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.skip a:focus,
.skip a:active {
  position: absolute;
  left: 0;
  border: solid #999 5px;
  background: #eee;
}

.skip a:hover {
  cursor: default
}

.btns-acessibilidade {
  padding-top: 4px;
}

.ajustar_fonte .btns-acessibilidade .btn,
.ajustar_fonte .btns-acessibilidade .btn i,
.btns-acessibilidade .btn {
  font-size: 10px !important;
}

@media (max-width: 767px) {
  .btns-acessibilidade {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

body.com_contraste,
body.com_contraste * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body.com_contraste .topo-imagem {
  display: none;
}

body.com_contraste .topo1 .navbar-nav>li>a {
  color: white !important;
}


/* do not group these rules */
*::-webkit-input-placeholder {
  color: #bbb !important;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: #bbb !important;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: #bbb !important;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb !important;
}


/*Tabelas de listagem*/
.table>tbody>tr>td.vertical-center {
  vertical-align: middle !important;
}

.tabela-listagem {}

.tabela-listagem th,
.tabela-titulo {
  font-weight: bold;
  color: #fff;
  background: #656D78;
}

.tabela-label,
.tdcinza {
  font-weight: bold;
  background: #F5F5F5;
}

.lista-foto {
  width: 160px;
  padding: 5px;
  margin-left: 12px;
  margin-right: 12px;
  border: 1px solid #EEEEEE;
  float: left;
  display: inline-block;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.lista-foto-primeira {
  margin-left: 0 !important;
}

.lista-foto-ultima {
  margin-right: 0 !important;
}

.lista-foto-imagem {
  width: 150px;
  height: 190px;
  overflow: hidden;
}

.lista-foto-titulo {
  color: #3BAFDA;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  padding-top: 5px;
}

.lista-foto-titulo2 {
  text-align: center;
}

/*Bootestrap Calendar*/
.datepicker {
  background: #fff !important;
  border: 1px solid #ccc !important;
}

/*Tabs*/
.nav-tabs>li>a {
  color: #434a54 !important;
}

/*Vídeo*/
.videos {
  background: #E5E6E7;
}

.video-principal {
  width: 100%;
  height: 374px;
  margin-left: -15px !important;
}

.video {
  padding-bottom: 5px;
}

.video-titulo {
  background: url('../img/ico_video.png') no-repeat left center;
  height: 26px;
  margin-bottom: 10px;
}

.video-titulo h1 {
  color: #666666;
  font-size: 16px;
  margin-left: 36px;
  margin-top: 20px;
}

/******/
table.licenciamento-ambiental a {
  color: #333333;
}

table.licenciamento-ambiental a:hover {
  text-decoration: underline;
}

/*Galerias*/
@media(min-width: 768px) {
  .galerias {
    padding-right: 0;
  }
}

/*Área Restrita*/
.area-item a {
  display: block;
  background: #00026A;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 70px;
  padding: 10px;
}

.area-item a:hover,
.area-item a:focus,
.area-item a:active {
  background: #3A589B;
}

.area-item h4 {
  font-size: 17px;
}

/*Colunas*/
.col-padding-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.col-margin-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.zero_size {
  font-size: 0em;
}

.display_none {
  display: none;
}

.titulo_slide {
  padding: 10px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.acesso-linha-fundo p.titulo {
  font-weight: normal !important;
  color: #666666;
  background: #fff;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-left: 15px;
}

.acesso-linha-fundo p.titulo span {
  font-weight: bold !important;
}

.noticia-linha p.titulo {
  font-weight: normal !important;
  color: #666666;
  background: #fff;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-left: 15px;
}

.noticia-linha p.titulo span {
  font-weight: bold !important;
}

@media(min-width: 768px) {
  .col-no-margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .col-no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .col-no-margin-31 {
    margin-right: -31px !important;
    margin-left: -31px !important;
  }
}

@media(max-width: 767px) {
  .col-no-padding-xs {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .col-no-margin-xs {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

}

.size_zero {
  font-size: 0px;
}

/* Acesso rápido */
.back-blue {
  /* background: #F8F8F880; */
}

.back-blue-4 {
  background-color: #3E4095;
}

.top7 {
  padding-top: 7em;
}


.titulo h4 {
  font-family: 'Poppins-Bold';
}

.top3 {
  padding-top: 3em;
}

.bot3 {
  padding-bottom: 3em;
}

/* Bloco Acesso Rápido */
#acesso .acesso-rapido-item {
  background: #fff;
  text-align: center;
  display: grid;
  align-items: center;
  justify-items: center;
  align-content: space-evenly;
}

#acesso .acesso-rapido-item h4 {
  font-family: 'Poppins-Bold';
  font-style: normal;
  color: #2F3234;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.acesso-rapido-item h4 {
  margin-bottom: 0;
  line-height: 1.5em;
}

#acesso-rapido .acesso-rapido-item h4 {
  font-family: 'Poppins-Bold';
  font-style: normal;
  color: #2F3234;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

#acesso-rapido .acesso-rapido-item {
  background: #fff;
  text-align: center;
  display: grid;
  align-items: center;
  justify-items: center;
  align-content: space-evenly;
}

@media (min-width: 768px) {
  .col-sm-13 {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .col-sm-14 {
    width: 24.2%;
  }
}

.acesso-rapido-item {
  background: #fff;
  height: 140px;
  transition: all .2s;
}

.acesso-rapido-item:active,
.acesso-rapido-item:focus,
.acesso-rapido-item:hover {
  border-bottom: 4px solid black;
  /* margin-top: -4px; */
}

.acesso-rapido-item h3 {
  font-family: 'Poppins-Regular';
  line-height: 1.5;
  margin: 0;
}


/* Bloco Notícias */
#noticias .bloco-noticia-1,
#noticias .bloco-noticia-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

#noticias .bloco-noticia-2:hover>div,
#noticias .bloco-noticia-3:hover>div {
  display: block;
}

#noticias .bloco-noticia-1 {
  height: 40em;
}

#noticias .bloco-noticia-2 {
  height: 18.5em;
}

#noticias .bloco-noticia-2 .linha-titulo,
#noticias .bloco-noticia-3 .linha-titulo {
  display: none;
}

#noticias .linha-titulo {
  margin: 0;
  background-color: white;
  padding: 1em 1em 0;
  font-family: 'Poppins-Light';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 0px 0 10px 10px;
}

#noticias a {
  color: #636364;
}

#noticias a.botao-noticias {
  color: #6466BF;
}

#noticias .linha-titulo h4,
#noticias .linha-titulo h6,
#noticias .linha-titulo h3 {
  margin: 0;
  font-family: 'Poppins-Regular';
  font-size: 18px;
}

#noticias .linha-titulo h5,
#noticias .linha-titulo h6 {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #636364;
  margin: 0;
}

#noticias .linha-titulo h6 {
  font-family: 'Poppins-Medium';
  font-size: 1em;
}

.botao-noticias {
  margin-top: 30px;
  border: 2px solid #6466BF;
  background-color: transparent;
  padding: .5em 1em;
  border-radius: 5px;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

#noticias .botao-noticias:active,
#noticias .botao-noticias:focus,
#noticias .botao-noticias:hover {
  background-color: #6466BF;
  color: white;
}

@media screen and (max-width: 992px) {
  #noticias .col-md-5.top3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  /* Media Query Notícias */

  #noticias .bloco-noticia-1 {
    height: 25em;
  }

  #noticias h3 {
    font-size: 1.7em;
  }

  #noticias .col-md-5,
  #noticias .col-md-5.top3 {
    padding-top: 3em;
  }
}

/* Titulos */
.titulo h2 {
  font-family: 'Poppins-Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 120%;
  margin-top: 0;
  color: #3B3E99;
}

.titulo h4 {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

.titulo img {
  width: 30px;
  vertical-align: middle;
  margin-right: 15px;
}

/* Cor de Fundo */
.back-blue {
  /* background: #F8F8F880; */
}

.back-blue-2 {
  background: #444444;
}

.back-blue-3 {
  background-color: #494BB1;
}

.back-cinza {
  background-color: #eee;
}

#rodape {
  color: white;
}

#rodape .bord-left {
  border-left: 1px solid rgba(248, 248, 248, 0.5);
}

#rodape h5 {
  margin: 0;
  margin-bottom: 1em;
  font-weight: 600;
}

#rodape ul {
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

#rodape ul li a {
  color: #f8f8f8;
  padding: .5em 0;
  display: block;
  font-family: 'Poppins-Regular';
}

/* Bloco Sub-RodapÃ© */
#sub-rodape {
  color: white;
}

#sub-rodape p {
  margin: 0;
}

.bloco-vertical-middle {
  padding-top: 3em;
  /* padding-bottom: 3em; */
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1503px) {
  #acessibilidade a {
    padding: .8em .6em;
  }
}

.bot1 {
  padding-bottom: 1em;
}

.top1 {
  padding-top: 1em;
}


#noticias {
  /* background: #F8F8F8; */
  /* height: 1190px; */
}

#noticias h5 {
  font-family: 'Poppins-Medium';
  font-size: 14px;
}

#noticias h5 img {
  height: 18px;
  padding: 0px 11px 2px 0px;
}

.notiticias-img {
  width: 100%;
  max-height: 100%;
}

#slides-noticias {
  padding-top: 65px;
  padding-left: 0;
  padding-right: 0;
}

.carousel-caption h1 {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
  margin: 0;
}

#publicacoes {
  font-family: 'Poppins-Bold';
}

#publicacoes img {
  height: 18px;
  padding: 0px 11px 2px 0px;
  font-family: 'Poppins-Bold';
}

.padding-0 {
  padding: 0;
}

.acesso-rapido-linha {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-home-portal {
  padding: 16px 0px 16px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.servico {
  height: 184px;
  padding: 15px;
  display: grid;
  justify-items: center;
  align-content: space-evenly;
}

.servico h4 {
  color: #2F3234;
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
}

#img-seta {
  color: #2F3234;
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  /* float: right; */
  position: absolute;
  top: 7%;
  right: 3%;
}

#subdestaques {
  background: #F8F8F8;
}

#bloco-noticia-1 {
  height: 480px;
  padding: 0px 5px 0px 0px;
  list-style: none;
  border-radius: 6px 6px 0px 0px;
}

#bloco-noticia-1:first-child {
  height: 371px;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
}

#bloco-noticia-1>li:nth-child(2) {
  height: 106px;
  border-radius: 0px 0px 6px 6px;
  background: #F8F8F8;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
}

#bloco-noticia-1>li:nth-child(2)>h5 {
  margin: 0px;
  padding: 18px 20px 0px 20px;
}

#bloco-noticia-1>li:nth-child(2)>p {
  padding: 9px 20px 0px 20px;
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

#bloco-noticia-2 {
  height: 480px;
  padding: 0px 0px 0px 2;
  padding: 0px;
  list-style: none;
}

#bloco-noticia-2 ul {
  padding: 0px;
  list-style: none;
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(1),
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(1) {
  height: 164.86px;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
  border-radius: 6px;
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(2),
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(2) {
  height: 69px;
  border-radius: 0px 0px 6px 6px;
  background: #F8F8F8;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(2)>h5,
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(2)>h5 {
  margin: 0px;
  padding: 3px 20px 0px 20px;
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(2)>p,
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(2)>p {
  margin: 0px;
  padding: 3px 20px 0px 20px;
}

#ver-mais-noticias {
  display: flex;
  justify-content: center;
  background: #F8F8F8;
}

#ver-mais-noticias>a:hover {
  background-color: #494BB1;
  color: white;
  transition: 0.3s;
}

#ver-mais-noticias>a {
  color: #0061A8;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins-Bold';
  border: 3px solid #494BB1;
  box-sizing: border-box;
  border-radius: 6px;
  width: 348PX;
  height: 40px;
  padding: 8px 16px 8px 16px;
}

.redes {
  align-items: center;
  justify-content: center;
}

.redes li {
  color: #525257;
  font-weight: bold;
  font-size: 16px;
}

#redes-sociais h2 {
  font-size: 18px;
}

#redes-sociais p {
  font-family: 'Poppins-Light';
  color: #3B3E99;
  font-size: 16px;
}

.redes-sociais-img {
  float: left;
  padding-right: 20px;
}

.redes-sociais-item {
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
  height: 479px;
}

#redes-sociais-item {
  max-height: 160px !important;
  padding: 44px;
}

.redes-sociais .acesso-rapido-item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .acesso-rapido-item {
    margin-top: 30px;
  }
}

#instagram>h4 {
  margin: 10px;
  color: #2F3234;
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
}

#facebook>h4 {
  margin: 10px;
  color: #2F3234;
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
}

#youtube>h4 {
  margin: 10px;
  color: #2F3234;
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
  margin: 0px;
}

#newsletter {
  background: #eee;
}

#newsletter>div {
  display: flex;
  align-items: center;
}

.newsletter-icon>img {
  float: right;
}

#pagina_site5 {
  padding: 42px 0px 42px 0px;
}

#pagina_site5>div.col-lg-8 {
  display: flex;
  flex-direction: column;
}

#titulo-newsletter h5 {
  margin-top: 0px;
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
}

#titulo-newsletter p {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

#input-btn-newsletter {
  padding-bottom: 3.5px;
  display: flex;
}

#input-btn-newsletter input {
  border-color: transparent;
  margin-right: 10px;
}

#input-btn-newsletter button {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background: #494BB1;
  background: #494BB1;
  border-color: #494BB1;
}

@media screen and (max-width: 768px) {
  #input-btn-newsletter {
    display: block;
  }

  #input-btn-newsletter button {
    margin-top: 10px;
  }
}

.banner-topo {
  background: #f8f8f8;
}

#banner-linha {
  margin-top: 5px;
  padding-top: 20px;
}

#acompanhe-redes-sociais {
  width: 22px;
}

.badge-primary {
  border-radius: 4px;
  background: #6466BF;
  font-size: 15px;
}

.acessibilidade-text {
  font-size: 12px;
  font-weight: 600;
  color: #6466BF;
  padding-right: 8px;
}

.menu-right>ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  padding: 0px;
  height: 120px;
  align-items: center;
}

.menu-right>ul>li>a {
  padding: 2px 10px;
  color: black;
  font-weight: 600;
}

/* NOTICIAS  */
#noticias-destaques .titulo {
  text-align: justify;
}

.SwiperDestaques .swiper-slide img {
  object-fit: fill;
  border-radius: 6px 6px;
  min-height: 684px;
  max-height: 684px;
  object-position: center;
  width: 100%;
  margin-inline: auto;
}

.SwiperDestaques .swiper-slide .texto-sub-destaque {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(185.25deg, rgba(0, 0, 0, 0) 34.38%, rgba(0, 0, 0, 0.72) 83.65%);
  max-height: 684px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding-inline: 40px;
  padding-block: 23.5px;
  padding-bottom: 35px;
}

.contrast .SwiperDestaques .swiper-slide .texto-sub-destaque {
  background: transparent !important;
}

.SwiperDestaques .swiper-button-next,
.SwiperDestaques .swiper-button-prev {
  background: #50505099;
  color: transparent !important;
  border-radius: 50% 50%;
  width: 40px;
  height: 40px;
}

.SwiperDestaques .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='white' d='M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8 .4 34.3z'/%3E%3C/svg%3E");
}

.SwiperDestaques .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='white' stroke='white' stroke-width='5' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
}

.SwiperDestaques .swiper-button-next:after,
.SwiperDestaques .swiper-button-prev:after {
  width: 25px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

.SwiperDestaques .swiper-pagination .swiper-pagination-bullet {
  border-radius: 4px;
  width: 42px;
  height: 4px;
  background: #ffffff90;
}

.SwiperDestaques .swiper-pagination-bullet-active.swiper-pagination-bullet {
  width: 60px;
  background-color: white;
}

.texto-sub-destaque h4 {
  font-family: 'Poppins-Medium';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 5px;
  color: white;
}

.texto-sub-destaque h2 {
  font-family: 'Poppins-Bold';
  font-weight: 500;
  font-size: 21px;
  line-height: 25.2px;
  margin: 5px;
  color: white;
}

@media (max-width:768px) {
  .SwiperDestaques .swiper-slide .texto-sub-destaque {
    padding-inline: 15px;
  }

  .texto-sub-destaque h4 {
    font-size: 14px;
  }

  .texto-sub-destaque h2 {
    font-size: 16px;
  }

  .SwiperDestaques .swiper-slide img {
    min-height: 350px;
    max-height: 350px;
    object-fit: fill;
  }

  .SwiperDestaques .swiper-wrapper {
    /* max-height: 320px; */
  }
}

/* NOTICIAS EM SUBDESTAQUES */
.card-subdestaques {
  display: block;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 10px 10px;
  min-height: 580px;
  margin-block: 10px;
  padding-bottom: 14px;
}

.card-subdestaques:hover {
  transform: scale(1.006);
  transition: all .2s ease-in;
}

.card-subdestaques img {
  max-height: 190px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.card-subdestaques>div {
  padding-top: 14px;
  padding-inline: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
}

.card-subdestaques div span {
  font-size: 14px;
  font-family: 'open_sansregular';
}

.card-subdestaques div h3 {
  margin-block: 12px;
  color: var(--Primary0);
  font-weight: normal;
  font-family: 'Poppins-Bold';
  font-size: 16px;
}

.card-subdestaques div p {
  font-family: 'Poppins-Light';
  font-size: 16px;
  color: #666666;

}

.card-subdestaques div h4 {
  font-family: 'Poppins-Bold';
  font-weight: normal;
  font-size: 16px;
  color: var(--Primary0);
  margin: 0;
}

.btn-subdestaques a {
  font-family: 'Poppins-Bold';
  color: var(--Primary0);
  font-weight: normal;
  font-size: 16px;
}

.btn-subdestaques {
  margin-top: 24px;
  text-align: right;
}

@media (max-width:1265px) and (min-width:769px) {
  .card-subdestaques {
    min-height: 380px;
  }

  .card-subdestaques div h3,
  .card-subdestaques div p,
  .card-subdestaques div h4 {
    font-size: 15px;
  }

  .card-subdestaques>div {
    min-height: 200px;
  }
}

@media(max-width:768px) {
  .btn-subdestaques {
    text-align: center;
  }

  .card-subdestaques,
  .card-subdestaques>div {
    min-height: auto;
  }
}

/* BANNER NO BLOCO DAS NOTICIAS EM DESTAQUES */
.banner-informativo img {
  width: 100%;
  max-height: 400px;
  border-radius: 10px 10px;
}

@media (min-width:769px) {
  .banner-informativo img {
    height: 400px;
    border-radius: 10px 10px;
    object-fit: cover;
    object-position: center top;
  }
}

.banners img {
  border-radius: 10px 10px;
}

/* CARTA DE SERVIÇO / SERVIÇOS */
#carta-de-servico {
  background: #EEEEF3;
}

#carta-de-servico .titulo p {
  font-family: 'Poppins-Light';
  color: #3B3E99;
  font-size: 16px;
}

@media (min-width:769px) {
  .card-carta-servico {
    text-align: center;
  }
}

.card-carta-servico {
  margin-bottom: 24px;
}

.card-carta-servico label {
  margin-right: 39px;
  font-family: 'Poppins-Bold';
  font-weight: 500;
  font-size: 16px;
}

.card-carta-servico label[for="publico-100"] {
  color: #3B3E99;
}

.card-carta-servico label[for="publico-1"] {
  color: #FECB00;
}

.card-carta-servico label[for="publico-2"] {
  color: #1E8449;
}

.card-carta-servico label[for="publico-3"] {
  color: #AF1181;
}


.contrast .card-carta-servico label {
  color: #fff !important;
}

#lista-card-100>div>a,
#lista-card-1>div>a,
#lista-card-2>div>a,
#lista-card-3>div>a {
  margin-inline: auto;
  margin-bottom: 42px;
}

.item-acesso-rapido span {
  color: #525257;
  font-family: 'Poppins-Bold';
  font-size: 16px;
  line-height: 17px;
}

.item-acesso-rapido img {
  height: 32px;
  color: var(--Primary0);
}

.item-acesso-rapido svg>path {
  fill: var(--Primary0);
}

.item-acesso-rapido svg {
  height: 32px;
}

.item-acesso-rapido {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  background: #fff;
  border-radius: 10px 10px;
  width: 200px;
  min-height: 118px;
  padding: 13px 5px;
  border-bottom: 2px solid var(--Primary0);
}

.item-acesso-rapido:hover {
  box-shadow: inset 0 -3px var(--Primary0);
  border-bottom-color: var(--Primary0);
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(1) .item-acesso-rapido {
  border-bottom: 2px solid #FFCC2B;
}

.cards-colors:nth-child(2) .item-acesso-rapido {
  border-bottom: 2px solid #B51510;
}

.cards-colors:nth-child(3) .item-acesso-rapido {
  border-bottom: 2px solid #FF7200;
}

.cards-colors:nth-child(4) .item-acesso-rapido {
  border-bottom: 2px solid #047CC3;
}

.cards-colors:nth-child(5) .item-acesso-rapido {
  border-bottom: 2px solid #EE1D23;
}

.cards-colors:nth-child(6) .item-acesso-rapido {
  border-bottom: 2px solid #098C76;
}

.cards-colors:nth-child(7) .item-acesso-rapido {
  border-bottom: 2px solid #035D92;
}

.cards-colors:nth-child(8) .item-acesso-rapido {
  border-bottom: 2px solid #AF1181;
}

.cards-colors:nth-child(9) .item-acesso-rapido {
  border-bottom: 2px solid #68950E;
}

.cards-colors:nth-child(10) .item-acesso-rapido {
  border-bottom: 2px solid #95680E;
}

.cards-colors:nth-child(11) .item-acesso-rapido {
  border-bottom: 2px solid #6A2F07;
}

.cards-colors:nth-child(12) .item-acesso-rapido {
  border-bottom: 2px solid #5C089C;
}

.cards-colors:nth-child(1) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #FFCC2B;
  border-bottom-color: #FFCC2B;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(2) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #B51510;
  border-bottom-color: #B51510;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(3) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #FF7200;
  border-bottom-color: #FF7200;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(4) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #047CC3;
  border-bottom-color: #047CC3;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(5) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #EE1D23;
  border-bottom-color: #EE1D23;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(6) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #098C76;
  border-bottom-color: #098C76;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(7) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #035D92;
  border-bottom-color: #035D92;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(8) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #AF1181;
  border-bottom-color: #AF1181;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(9) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #68950E;
  border-bottom-color: #68950E;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(10) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #95680E;
  border-bottom-color: #95680E;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(11) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #6A2F07;
  border-bottom-color: #6A2F07;
  transition: all .12s ease-in-out;
}

.cards-colors:nth-child(12) .item-acesso-rapido:hover {
  box-shadow: inset 0 -3px #5C089C;
  border-bottom-color: #5C089C;
  transition: all .12s ease-in-out;
}



.cards-colors:nth-child(1) .item-acesso-rapido:hover svg>path {
  fill: #FFCC2B;
}

.cards-colors:nth-child(2) .item-acesso-rapido:hover svg>path {
  fill: #B51510;
}

.cards-colors:nth-child(3) .item-acesso-rapido:hover svg>path {
  fill: #FF7200;
}

.cards-colors:nth-child(4) .item-acesso-rapido:hover svg>path {
  fill: #047CC3;
}

.cards-colors:nth-child(5) .item-acesso-rapido:hover svg>path {
  fill: #EE1D23;
}

.cards-colors:nth-child(6) .item-acesso-rapido:hover svg>path {
  fill: #098C76;
}

.cards-colors:nth-child(7) .item-acesso-rapido:hover svg>path {
  fill: #035D92;
}

.cards-colors:nth-child(8) .item-acesso-rapido:hover svg>path {
  fill: #AF1181;
}

.cards-colors:nth-child(9) .item-acesso-rapido:hover svg>path {
  fill: #68950E;
}

.cards-colors:nth-child(10) .item-acesso-rapido:hover svg>path {
  fill: #95680E;
}

.cards-colors:nth-child(11) .item-acesso-rapido:hover svg>path {
  fill: #6A2F07;
}

.cards-colors:nth-child(12) .item-acesso-rapido:hover svg>path {
  fill: #5C089C;
}

.contrast .item-acesso-rapido img {
  filter: brightness(0) invert(1) !important;
}

.contrast .item-acesso-rapido svg>path {
  fill: #fff !important;
}

@media (max-width:768px) {
  .item-acesso-rapido {
    width: 100%;
  }

  .item-acesso-rapido span {
    font-size: 12px;
  }

  .item-acesso-rapido img {
    height: 28px;
  }
}

.t {
  color: #FFCC2B;
  color: #B51510;
  color: #FF7200;
  color: #047CC3;
  color: #EE1D23;
  color: #098C76;
  color: #035D92;
  color: #AF1181;
  color: #68950E;
  color: #95680E;
  color: #6A2F07;
  color: #5C089C;
}

/* @media (max-width:68px) {
  .item-acesso-rapido {
    width: 90%;
  }
} */
/* pagina */
.panel .panel-heading {
  border-radius: 10px 10px;
  background-color: var(--Primary0);
  text-align: center;
}

.servico-detalhe .panel-heading * {
  color: #fff !important;
}

.bloco-diario-oficial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  background: url('../img/diario_oficial.png') no-repeat;
  background-size: 100% 100%;
}

.bloco-diario-oficial p {
  color: #fff;
  font-family: 'Brawler';
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 27px;
}

.bloco-diario-oficial img {
  margin: 0;
  padding-inline: 17px;

}

#noticias-destaques .swiper.bannersTopo {
  padding-bottom: 35px;
}