@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;600;700&display=swap');


body {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  min-width: 300px;
  max-width: 2000px;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Nunito', sans-serif;
}

/*#pag_config {
  margin-top: 250px;
}*/

.pouvidoria {
  font-family: 'Roboto Mono', monospace;
  font-size: 15px;
}

.myImg {

  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin: 5px 0px 2px 5px;
  border: 2px solid;
}


.myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal1-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

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

/* Add Animation */
.modal1-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  /*position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
z-index:9999999;*/
  position: absolute;
  top: 100px;
  right: 287px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal1-content {
    width: 100%;
  }
}

/*
.navbar-8-bg-transprarente{
background-color:rgba(0, 0, 0, 0.3);
}

:-moz-any-link.navbar-8-remove-transprarente{
background-color:rgba(0, 0, 0, 0.3);
}
*/

.navbar-8-bg-transprarente {
  background-color: #008F3B;
  ;
}

.tempo {
  width: 350px;
  padding-left: 114px !important;
}

.tempo2 {
  padding-left: 114px !important;
  width: 720px;
}

.navbar-8-bg-mini {
  background-color: #ffffff;
  ;
}

#conteudoNavbarSuportado ul li a {
  color: black;
}

.bg-top {
  background-color: #ffffff;
  height: 115px !important;

}

.fonte_rodape {
  font-family: 'Ubuntu', sans-serif !important;
}

.logo {
  max-width: 600px !important;
  margin-left: 4rem !important;
  width: 13rem !important;
}

.div-logo {
  padding-bottom: 20px;
}

.menu-topo {
  align-items: right;
  text-align: right;
}

.a_topo {
  float: right;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right !important;
}

li {
  text-align: right;
}

.social_topo {
  color: #0d56ac !important;
  font-weight: bold;
  margin-top: 30px;
}

.social_topo_mobile {
  margin-left: -3%;
}

.clima_tempo {
  margin-left: 250px;
  margin-right: 250px;
}


@media only screen and (max-width: 300px) {
  .media {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .media {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .media {
    display: none;
  }
}

footer-1 .bg-secundario {
  background-color: #4FCE4D !important;
}


a:link,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: underline !important;
  color: #FFF;
}

a:active {
  text-decoration: none;
}

.carrossel_config {
  margin-top: 10%;
}

.carrossel_config img {
  height: 600px;
}

.cidadao_im_function {
  height: 100px;
  width: 662px;
  border: none !important;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  color: #FFF;
  transition: box-shadow 0.3s ease;
  /* Adicionando uma transição suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Adicionando transições suaves */
}

.cidadao_im_function:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Adicionando sombra ao passar o mouse */
  transform: scale(1.05);
  /* Aplicando o efeito de zoom */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Adicionando sombra ao passar o mouse */
}

.servidor_im_function {
  height: 100px;
  width: 447px;
  border: none !important;
  font-size: 24px;
  font-weight: bolder;
  color: #FFF;
  transition: box-shadow 0.3s ease;
  /* Adicionando uma transição suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Adicionando transições suaves */
}


.servidor_im_function:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Adicionando sombra ao passar o mouse */
  transform: scale(1.05);
  /* Aplicando o efeito de zoom */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Adicionando sombra ao passar o mouse */
}

.cidadao {
  border: none !important;
}


.noticia-title {
  font-size: 15px;
  font-weight: bold;
}

.noticia-desc {
  font-size: 12px;
  font-weight: normal;
}

.zoom-effect {
  transition: transform 0.3s ease;
}

.zoom-effect:hover {
  transform: scale(1.1);
}

.img-noticia {
  height: 500px !important;
  width: 700px !important;
}

.trans-mini {
  height: 180px !important;
  color: #FFF;
}

.trans-mini img {
  align-items: center !important;
  margin-top: 5px !important;
}

.tv-camara-title {
  font-size: 25px !important;
  font-weight: bold !important;
}

.title-episodio {
  font-size: 15px;

}

.tcu {
  border-radius: 4px;
}

.tcu-text {
  font-size: 40px;
  font-weight: 800;
  margin-top: 2px;
}

.clima-tempo {
  height: 60px;
  margin-left: -91px;
}

.tr {
  margin-top: 30px !important;
}

#card-3 {
  padding-top: 7%;
  padding-bottom: 5%;
}

#card-3 .img-thumbnail {
  padding-top: 15%;
  padding-bottom: 10%;
}

#card-3 .img-thumbnail2 {
  padding-top: 5%;
  padding-bottom: 4%;
}

#card-3 .img-thumbnail:hover {
  opacity: 0.9;
  font-style: italic;
  cursor: pointer;
}


#card-3 a:hover {
  text-decoration: none;
}

#card-3 .col-md-12 .img-thumbnail {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

#card-3 .col-md-4 {
  padding-bottom: 3%;
}

#card-3 .col-lg-4 {
  padding-bottom: 3%;
}

#card-3 .col-xl-4 {
  padding-bottom: 3%;
}

#card-3 .titulo-1 {
  font-weight: bolder;
  font-size: 23px !important;
  font-family: open sans, sans-serif;
}

.resultado {
  font-size: x-large;
}

#card-3 a {
  color: black;
}

.clima-wid {
  width: 740px !important;
  margin-top: 10px !important;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.icon-list li {
  margin-bottom: 10px;
  /* Espaçamento opcional entre os ícones */
}

.icon-list img {
  display: block;
  margin-right: 10px;
  /* Espaçamento opcional entre a imagem e o texto */
}

.servicos {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-right: -19px;
}

.servicos_servidor {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-right: -3px;
}

/*Media screen */

@media screen and (min-width: 1920px) {
  body {
    max-width: 1920px !important;
    max-height: 1080px !important;
    margin: 0 auto !important;
  }

  .mb_mn_config {
    top: 124px !important;
    height: 68px !important;
    font-size: 18px !important;
  }

  .carrossel_config img {
    margin-top: 0% !important;
  }

  .social_topo_mobile {
    margin-left: 8% !important;
  }

  .servidor_im_function {
    width: 419px !important;
  }

  .cidadao_im_function {
    width: 690px;
    height: 102px !important;
    margin-left: 94px !important;
  }

  .servidor_im_function {
    height: 99px !important;
    margin-left: 16px !important;
  }

  .cfg_cidadao2 {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .cfg_servidor2 {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .breadcrumb {
      margin-top: 195px !important;
  }

}




@media only screen and (max-width: 768px) {

  .mb_menu {
    margin-top: 5px !important;
  }

  .logo {
    margin-left: -2rem !important;
  }

  .carrossel_config img {
    width: 100% !important;
    height: 350px !important;
    margin-top: 18% !important;
  }

  .mb_mn_config {
    top: 160px !important;
  }

  .menu_mobileconfig {
    width: 100%;
  }

  .social_topo {
    font-size: 17px !important;
  }

  .social_topo_mobile {
    margin-left: -16rem !important;
    font-size: 1px !important;
  }

  .links_mobileconfig {
    align-items: center;
    margin-left: 0%;
    font-size: 14px;
  }

  .tempo_mobileconfig {
    margin-left: -12rem !important;
  }

  .tempo_mobileconfig a {
    width: 124px !important;

  }

  .mobile_access {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cidadao_im_function,
  .servidor_im_function {
    width: 283px !important;

  }

  .cidadao_im_function {
    height: 100px !important;
    margin-left: -20px !important;
  }

  .servidor_im_function {
    height: 92px !important;
    margin-left: -90px !important;
  }

  .txt_mobile {
    font-size: 15px !important;
  }

  .cfg_icon {
    height: 90px !important;
  }

  .cfg_cidadao2 {
    display: block !important;
  }

  .cfg_servidor2 {
    display: block !important;
  }

  .mobile_cidadao {
    text-align: center;
  }

  .mobile_servidor {
    text-align: center !important;
  }

  .mobileconfig_noticia img {
    height: 500px !important;
    width: 600px !important;
    margin-top: 2% !important;
  }

  .mobileconfig_noticia2 {
    width: 100% !important;
    margin-bottom: 7% !important;
  }

  .ft-img {
    width: 250px;
    margin-left: -5rem;
  }

  .tx_ft_config {
    text-align: left;

  }

  .configmobile_comi {
    margin-top: 10% !important;
    margin-left: -20% !important;
  }

  .configmobile_comi2 {
    width: 106% !important;
  }

  .comi_mobile2 {
    text-align: right !important;
  }

  .mobile_margin {
    margin-top: 220px !important;
  }

  .mb_im_tr {
    margin-top: -53px !important;
  }

}


@media screen and (max-width: 720px) {

  .mb_menu {
    margin-top: 15px !important;
  }

  .mb_mn_config {
    top: 120px !important;
  }

  .logo {
    margin-left: -2rem !important;
  }

  .carrossel_config img {
    width: 100% !important;
    height: 325px !important;
    margin-top: 14% !important;
  }

  .menu_mobileconfig {
    width: 100%;
  }

  .social_topo {
    font-size: 17px !important;
  }

  .social_topo_mobile {
    margin-left: -16rem !important;
    font-size: 1px !important;
  }

  .links_mobileconfig {
    align-items: center;
    margin-left: 0%;
    font-size: 14px;
  }

  .tempo_mobileconfig {
    margin-left: -22rem !important;
  }

  .tempo_mobileconfig a {
    width: 245px !important;

  }

  .mobile_access {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cidadao_im_function,
  .servidor_im_function {
    width: 247px !important;

  }

  .cidadao_im_function {
    height: 100px !important;
    margin-left: -20px !important;
  }

  .servidor_im_function {
    height: 92px !important;
    margin-left: -53px !important;
  }

  .txt_mobile {
    font-size: 15px !important;
  }

  .cfg_icon {
    height: 75px !important;
  }


  .mobileconfig_noticia img {
    height: 400px !important;
    width: 400px !important;
    margin-top: 2% !important;
  }

  .mobileconfig_noticia2 {
    width: 100% !important;
    margin-bottom: 7% !important;
  }

  .mb_cfg {
    width: 95% !important;
  }

  .mb_cfg1 {
    width: 900px !important;
  }

  .mb_cfg2 {
    width: 450px !important;
    margin-left: 15px !important;
  }

  .tcu-text {
    font-size: 15px !important;
  }

  .mobilecard_config {
    text-align: center !important;
  }

  .cfg_icon {
    height: 60px !important;
  }

  .ft-img {
    display: none;
  }

  .tx_ft_config {
    text-align: left;

  }

  /* classes dos menus institucional e legislativo */

  .mbcard_config {
    width: 80% !important;
  }

  .txt_mobile2 {
    font-size: 18px !important;
  }

  .config_mobile {
    margin: 3% !important;
  }

  .comi_mobile {
    display: flex;
    width: 80% !important;
  }

  .configmobile_comi {
    margin-top: 15% !important;
    margin-left: -20% !important;
  }

  .configmobile_comi2 {
    width: 100% !important;
  }

  .legis_mobileconfig {
    width: 80% !important;
    display: flex;
  }

  .legis_mobileconfig2 {
    width: 100% !important;
    margin-left: 1% !important;
  }

  .legis_mobileconfig3 {
    margin-left: -2% !important;
  }

  .comi_mobile2 {
    text-align: left;
  }

  .mobile_margin {
    margin-top: 200px !important;
  }

  .mb_im_tr {
    margin-top: -38px !important;
  }

}


@media screen and (max-width: 600px) {

  .mb_menu {
    margin-top: 15px !important;
  }

  .mb_mn_config {
    top: 120px !important;
  }

  .logo {
    width: 200px !important;
    margin-left: -4rem !important;

  }

  .carrossel_config img {
    width: 100% !important;
    height: 300px !important;
    margin-top: 19% !important;
  }

  .menu_mobileconfig {
    width: 100%;
  }

  .social_topo {
    font-size: 17px !important;
  }

  .social_topo_mobile {
    margin-left: -16rem !important;
    font-size: 1px !important;
  }

  .links_mobileconfig {
    align-items: center;
    margin-left: 0%;
    font-size: 14px;
  }

  .tempo_mobileconfig {
    margin-left: -22rem !important;
  }

  .mobile_access {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cidadao_im_function,
  .servidor_im_function {
    width: 214px !important;

  }

  .cidadao_im_function {
    height: 100px !important;
    margin-left: -20px !important;
  }

  .servidor_im_function {
    height: 100px !important;
    margin-left: -68px !important;
  }

  .txt_mobile {
    display: none;
  }

  .cfg_icon {
    height: 70px !important;
  }

  .config_nt {
    width: 95% !important;
  }

  .mobileconfig_noticia img {
    height: 400px !important;
    width: 400px !important;
    margin-top: 2% !important;
  }

  .mobileconfig_noticia2 {
    width: 100% !important;
    margin-bottom: 7% !important;
  }

  .mb_cfg {
    width: 95% !important;
  }

  .mb_cfg1 {
    width: 900px !important;
  }

  .mb_cfg2 {
    width: 450px !important;
    margin-left: 15px !important;
  }

  .tcu-text {
    font-size: 15px !important;
  }

  .mobilecard_config {
    width: 300px !important;
    display: block;
    margin-left: 20%;
  }

  .cfg_icon {
    height: 60px !important;
  }

  .ft-img {
    display: none;
  }

  .tx_ft_config {
    text-align: left;

  }

  /* classes dos menus institucional e legislativo */

  .mbcard_config {
    width: 80% !important;
  }

  .txt_mobile2 {
    font-size: 18px !important;
  }

  .config_mobile {
    margin: 3% !important;
  }

  .comi_mobile {
    display: flex;
    width: 80% !important;
  }

  .configmobile_comi {
    margin-top: 25% !important;
    margin-left: -28% !important;
  }

  .configmobile_comi2 {
    width: 127% !important;
  }

  .legis_mobileconfig {
    width: 80% !important;
    display: flex;
  }

  .legis_mobileconfig2 {
    width: 100% !important;
    margin-left: 1% !important;
  }

  .legis_mobileconfig3 {
    margin-left: -2% !important;
  }

  .comi_mobile2 {
    text-align: left;
  }

  .mobile_margin {
    margin-top: 200px !important;
  }

  .mb_im_tr {
    margin-top: -38px !important;
  }


}


@media screen and (max-width: 520px) {

  .mb_menu {
    margin-top: 17px !important;
  }

  .mb_mn_config {
    top: 120px !important;
  }

  .logo {
    margin-left: 9rem !important;
    padding: 3px;

  }

  .carrossel_config img {
    width: 100% !important;
    height: 300px !important;
    margin-top: 23% !important;
  }

  .menu_mobileconfig {
    width: 100%;
  }

  .social_topo_mobile {
    display: none;
  }

  .links_mobileconfig {
    display: flex;
    align-items: center;
    margin-left: 0;
    font-size: 14px;
  }

  .tempo_mobileconfig {
    display: none;
  }

  .mobile_access {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cidadao_im_function,
  .servidor_im_function {
    width: 165px !important;

  }

  .cidadao_im_function {
    height: 100px !important;
    margin-left: -20px !important;
  }

  .servidor_im_function {
    height: 100px !important;
    margin-left: -75px !important;
  }

  .txt_mobile {
    display: none;
  }

  .cfg_cidadao ul {
    display: block !important;
  }

  .cfg_servidor ul {
    display: block !important;
  }


  .cfg_icon {
    height: 100px !important;
    text-align: center !important;
    margin-right: 0% !important;
  }

  .cfg_icon_servidor {
    height: 100px !important;
    text-align: center !important;
    margin-left: 0% !important;
  }

  .config_nt {
    width: 95% !important;
  }

  .mobileconfig_noticia img {
    height: 400px !important;
    width: 400px !important;
    margin-top: 2% !important;
  }

  .mobileconfig_noticia2 {
    width: 100% !important;
    margin-bottom: 7% !important;
  }

  .mb_cfg {
    width: 95% !important;
  }

  .mb_cfg1 {
    width: 900px !important;
  }

  .mb_cfg2 {
    width: 420px !important;
    margin-left: 10px !important;
  }

  .tcu-text {
    font-size: 15px !important;
  }

  .mobilecard_config {
    width: 300px !important;
    display: block;
    margin-left: 20%;
  }


  .ft-img {
    display: none;
  }

  .tx_ft_config {
    text-align: left;

  }

  /* classes dos menus institucional e legislativo */

  .mbcard_config {
    width: 80% !important;
  }

  .txt_mobile2 {
    font-size: 18px !important;
  }

  .config_mobile {
    margin: 3% !important;
  }

  .comi_mobile {
    display: flex;
    width: 80% !important;
  }

  .configmobile_comi {
    margin-top: 25% !important;
    margin-left: -28% !important;
  }

  .configmobile_comi2 {
    width: 127% !important;
  }

  .legis_mobileconfig {
    width: 80% !important;
    display: flex;
  }

  .legis_mobileconfig2 {
    width: 100% !important;
    margin-left: 1% !important;
  }

  .legis_mobileconfig3 {
    margin-left: -2% !important;
  }

  .comi_mobile2 {
    text-align: left;
  }

  .mobile_margin {
    margin-top: 200px !important;
    font-size: 16px !important;
  }

  .mb_im_tr {
    margin-top: -36px !important;
  }

}

@media screen and (max-width: 480px) {

  .mb_menu {
    margin-top: 17px !important;
  }


  .mb_mn_config {
    top: 120px !important;
  }


  .logo {
    margin-left: 8rem !important;
    padding: 3px;

  }

  .carrossel_config img {
    width: 100% !important;
    height: 300px !important;
    margin-top: 25% !important;
  }

  .menu_mobileconfig {
    width: 100%;
  }

  .social_topo_mobile {
    display: none;
  }

  .links_mobileconfig {
    display: flex;
    align-items: center;
    margin-left: 0;
    font-size: 14px;
    width: 100% !important;
  }

  .tempo_mobileconfig {
    display: none;
  }

  .mobile_access {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cidadao_im_function,
  .servidor_im_function {
    width: 165px !important;

  }

  .cidadao_im_function {
    height: 100px !important;
    margin-left: -20px !important;
  }

  .servidor_im_function {
    height: 100px !important;
    margin-left: -75px !important;
  }

  .txt_mobile {
    display: none;
  }



  .config_nt {
    width: 95% !important;
  }

  .mobileconfig_noticia img {
    height: 400px !important;
    width: 400px !important;
    margin-top: 2% !important;
  }

  .mobileconfig_noticia2 {
    width: 100% !important;
    margin-bottom: 7% !important;
  }

  .mb_cfg {
    width: 95% !important;
  }

  .mb_cfg1 {
    width: 900px !important;
  }

  .mb_cfg2 {
    width: 350px !important;
    margin-left: 25px !important;
  }

  .tcu-text {
    font-size: 15px !important;
  }

  .mobilecard_config {
    width: 300px !important;
    display: block;
    margin-left: 15%;
  }

  .cfg_cidadao ul {
    display: block !important;
  }

  .cfg_servidor ul {
    display: block !important;
  }


  .cfg_icon {
    height: 100px !important;
    text-align: center !important;
    margin-right: 0% !important;
  }

  .cfg_icon_servidor {
    height: 100px !important;
    text-align: center !important;
    margin-left: 0% !important;
  }

  .ft-img {
    display: none;
  }

  .tx_ft_config {
    text-align: left;

  }

  /* classes dos menus institucional e legislativo */

  .mbcard_config {
    width: 80% !important;
  }

  .txt_mobile2 {
    font-size: 18px !important;
  }

  .config_mobile {
    margin: 3% !important;
  }

  .comi_mobile {
    display: flex;
    width: 80% !important;
  }

  .configmobile_comi {
    margin-top: 25% !important;
    margin-left: -28% !important;
  }

  .configmobile_comi2 {
    width: 127% !important;
  }

  .legis_mobileconfig {
    width: 80% !important;
    display: flex;
  }

  .legis_mobileconfig2 {
    width: 100% !important;
    margin-left: 1% !important;
  }

  .legis_mobileconfig3 {
    margin-left: -2% !important;
  }

  .comi_mobile2 {
    text-align: right;
  }

  .mobile_margin {
    margin-top: 200px !important;
    font-size: 16px !important;
  }

  .mb_im_tr {
    margin-top: -30px !important;
  }


}

@media screen and (max-width: 400px) {



  .mb_menu {
    margin-top: 17px !important;
  }


  body {
    max-width: 400px !important;
  }

  .mb_mn_config {
    top: 120px !important;
  }


  /* classes do menu e carrossel */

  .logo {
    margin-left: 5rem !important;
    padding: 3px;

  }

  .carrossel_config img {
    width: 100% !important;
    height: 300px !important;
    margin-top: 33% !important;
  }

  .menu_mobileconfig {
    width: 100%;
  }

  .social_topo_mobile {
    display: none;
  }

  .links_mobileconfig {
    display: flex;
    align-items: center;
    margin-left: 0;
    font-size: 12px;
    width: 100% !important;
  }

  .tempo_mobileconfig {
    display: none;
  }

  ---------------------------------------------------------------------------------->
  /* classes dos serviços e noticia e rodape */

  .mobile_access {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cidadao_im_function,
  .servidor_im_function {
    width: 150px !important;

  }

  .cidadao_im_function {
    height: 100px !important;
    margin-left: -20px !important;
  }

  .servidor_im_function {
    height: 100px !important;
    margin-left: -62px !important;
  }

  .cfg_cidadao ul {
    display: block !important;
  }

  .cfg_servidor ul {
    display: block !important;
  }

  .txt_mobile {
    display: none;
  }

  .cfg_icon {
    height: 100px !important;
    text-align: center !important;
    margin-right: 0% !important;
  }

  .cfg_icon_servidor {
    height: 100px !important;
    text-align: center !important;
    margin-left: 0% !important;
  }

  .ft-img {
    display: none;
  }

  .tx_ft_config {
    text-align: left;

  }

  .cfg_mobile {
    word-break: break-all !important;
    align-items: center;
    justify-content: center;
  }

  .config_nt {
    width: 95% !important;
  }

  .mobileconfig_noticia img {
    height: 400px !important;
    width: 300px !important;
    margin-top: 2% !important;
  }

  .mobileconfig_noticia2 {
    width: 100% !important;
    margin-bottom: 7% !important;
  }

  .mobilecard_config {
    width: 300px !important;
    display: block;
    margin-left: 10%;
  }

  .mb_cfg {
    width: 95% !important;
  }

  .mb_cfg1 {
    width: 900px !important;
  }

  .mb_cfg2 {
    width: 330px !important;
    margin-left: -1px !important;
  }

  .tcu-text {
    font-size: 15px !important;
  }

  /* classes dos menus institucional e legislativo */

  .mbcard_config {
    width: 80% !important;
  }

  .txt_mobile2 {
    font-size: 18px !important;
  }

  .config_mobile {
    margin: 3% !important;
  }

  .comi_mobile {
    display: flex;
    width: 80% !important;
  }

  .configmobile_comi {
    margin-top: 25% !important;
    margin-left: -28% !important;
  }

  .configmobile_comi2 {
    width: 127% !important;
  }

  .legis_mobileconfig {
    width: 80% !important;
    display: flex;
  }

  .legis_mobileconfig2 {
    width: 100% !important;
    margin-left: 1% !important;
  }

  .legis_mobileconfig3 {
    margin-left: -15% !important;
  }

  .comi_mobile2 {
    text-align: right;
  }

  .mobile_margin {
    margin-top: 200px !important;
    font-size: 15px !important;
  }

  .mb_im_tr {
    margin-top: -14px !important;
  }


}


@media only screen and (max-width: 320px) {

  .mb_menu {
    margin-top: 21px !important;
  }

  .mb_mn_config {
    top: 120px !important;
  }

  .logo {
    margin-left: 3rem !important;
    padding: 3px;

  }

  .carrossel_config img {
    width: 100% !important;
    height: 200px !important;
    margin-top: 45% !important;
  }

  .mb_settings {
    margin-top: 30% !important;
  }

  .menu_mobileconfig {
    width: 100%;
  }

  .social_topo_mobile {
    display: none;
  }

  .links_mobileconfig {
    display: flex;
    align-items: center;
    margin-left: 0%;
    font-size: 10px;
    width: 100% !important;


  }

  .tempo_mobileconfig {
    display: none;
  }

  .mobile_access {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cidadao_im_function,
  .servidor_im_function {
    width: 94px !important;

  }



  .cidadao_im_function {
    height: 81px !important;
    margin-left: -20px !important;
  }


  .cfg_cidadao ul {
    display: block !important;
  }

  .cfg_servidor ul {
    display: block !important;
  }

  .servidor_im_function {
    height: 72px !important;
    margin-left: -66px !important;
  }

  .servicos {
    font-size: 10px !important;
  }

  .txt_mobile {
    display: none;
  }

  .cfg_icon {
    height: 70px !important;
    text-align: center !important;
    margin-right: 0% !important;
  }

  .cfg_icon_servidor {
    height: 70px !important;
    text-align: center !important;
    margin-left: 0% !important;
  }

  .ft-img {
    display: none;
  }

  .tx_ft_config {
    text-align: left;

  }

  .mobileconfig_noticia img {
    height: 250px !important;
    width: 200px !important;
    margin-top: 2% !important;
  }


  .mobilecard_config {
    width: 250px !important;
    display: block;
    margin-left: 6%;
  }

  .mb_cfg {
    width: 95% !important;
  }

  .mb_cfg1 {
    width: 900px !important;
  }

  .mb_cfg2 {
    width: 250px !important;
    margin-left: -1px !important;
  }

  .tcu-text {
    font-size: 15px !important;
  }

  .comi_mobile {
    display: flex;
    width: 80% !important;
    margin-left: 2rem !important;
  }

  .configmobile_comi {
    margin-top: 25% !important;
    margin-left: -28% !important;
  }

  .configmobile_comi2 {
    width: 127% !important;
  }

  .legis_mobileconfig {
    width: 80% !important;
    display: flex;
  }

  .legis_mobileconfig2 {
    width: 100% !important;
    margin-left: 1% !important;
  }

  .legis_mobileconfig3 {
    margin-left: -15% !important;
  }

  .legis_mobileconfig {
    width: 80% !important;
    display: flex;
    margin-left: 2rem !important;
  }

  .legis_mobileconfig2 {
    width: 100% !important;
    margin-left: 1% !important;
  }

  .legis_mobileconfig3 {
    margin-left: -44% !important;
  }

  .comi_mobile2 {
    text-align: center !important;
    overflow-wrap: normal;
  }

  .mobile_margin {
    margin-top: 200px !important;
    font-size: 10px !important;
  }

  .mb_im_tr {
    margin-top: -14px !important;
  }

}



.text_pergunt_wp {
  text-align: justify;
}

/* Estilo para o modo de contraste */
.high-contrast {
  background-color: black;
  color: white;
}

.img-carousel {
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: auto;
}