/* #region Reset */
body {
  font-family: "open_sansregular", "Open Sans", sans-serif, Tahoma, Arial,
    Verdana;
}

/* #endregion */

/* #region Acessibilidade */
#barra-acessibilidade {
  padding-top: 2px;
  padding-bottom: 5px;
}

.btns-acessibilidade button,
.btns-acessibilidade a {
  background-color: #666;
  border-color: #666;
}

@media (max-width: 767px) {
  #barra-acessibilidade {
    background-color: #f5f5f5;
    padding-bottom: 4px;
  }

  .btns-acessibilidade {
    text-align: right;
    padding-bottom: 0;
  }
}

.acessibilidade-fluid .container {
  width: 100% !important;
}

/* #endregion */

/* #region .topo-links */
.topo-links a {
  color: #666;
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

.topo-links a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .topo-links {
    display: none;
  }
}

/* #endregion */

/* #region #header */
#header {
  min-height: 150px;
}

@media (max-width: 767px) {
  #header {
    background: none !important;
  }
}

/* #endregion */

/* #region #logo */
#logo {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

#logo>div {
  float: left;
}

#logo>div strong,
#logo>div span {
  font-family: "open_sanscondensed_light", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

#logo>div a strong {
  font-size: 50px;
  line-height: 40px;
  padding-top: 26px;
  display: inline-block;
}

#logo>div a strong {
  color: #666;
}

#logo>div a span {
  color: #999;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  #logo {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  #logo>a {
    float: none;
    display: inline-block;
  }

  #logo>div {
    float: none;
  }
}

/* #endregion */

/* #region #top-busca */
#top-busca {
  margin-bottom: 10px;
}

#topo-busca p {
  color: #fff;
  font-size: 17px;
  margin: 41px 0 5px;
}

#topo-busca div.topo-social {
  margin-top: 10px;
  margin-bottom: 10px;
}

#topo-busca div a i {
  color: #fff;
  font-size: 28px;
}

#topo-busca div a:hover i {
  color: #000;
}

@media (max-width: 767px) {

  #top-busca,
  .topo-social {
    display: none;
  }
}

/* #endregion */

/* #region #top-menubar */
#top-menubar {
  background-color: #405875;
  text-align: right;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#top-menubar a,
#top-menubar span {
  color: #fff;
  font-size: 17px;
  margin-left: 25px;
  line-height: 20px;
}

#top-menubar span {
  font-style: italic;
}

#top-menubar a:hover {
  text-decoration: underline;
}

#top-menubar .topo-social a {
  margin-left: 0;
  margin-right: 2px;
  font-size: 18px;
}

#top-menubar .topo-social a:hover {
  text-decoration: none;
  color: #000;
}

#top-menubar .menubar-form-busca .input-group {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

#top-menubar .menubar-form-busca .input-group:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}

#top-menubar .menubar-form-busca input[type="text"],
#top-menubar .menubar-form-busca button.btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 20px;
  font-size: 11px;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #fff !important;
}

@media (max-width: 767px) {
  #top-menubar {
    display: none;
  }

  #top-menubar a {
    display: block;
    margin-left: 0;
    text-align: left;
  }
}

/* #endregion */

/* #region #menubar */
#menubar ul,
.asidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

#menubar ul li,
.asidebar ul li {
  border-top: 1px solid #ccc;
  padding: 4px 0 0 4px;
  margin-top: 4px;
}

#menubar ul li:first-child,
.asidebar ul li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

#menubar a,
.asidebar a {
  color: #333;
  display: block;
}

#menubar a:hover,
.asidebar a:hover {
  color: #999;
}

#menubar>a,
.asidebar>a {
  margin-bottom: 10px;
}

#menubar p,
.asidebar p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px 15px;
  margin-top: 20px;
}

#menubar p.assuntos {
  background-color: #405875;
  border-top: 5px solid #243242;
  margin-top: 0;
}

#menubar p.acesso {
  background-color: #405875;
  border-top: 5px solid #243242;
}

.asidebar p.info_legal {
  background-color: #405875;
  border-top: 5px solid #243242;
  margin-top: 0;
  text-transform: uppercase;
}

.asidebar p.info_legal2 {
  background-color: #405875;
  border-top: 5px solid #243242;
}

.asidebar p.info_legal3 {
  background-color: #405875;
  border-top: 5px solid #243242;
}

@media (max-width: 767px) {

  #menubar,
  .asidebar {
    display: none;
  }
}

/* #endregion */

/* #region .bxsliderhome */
.bxsliderhome ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bxsliderhome img {
  max-width: 100%;
  min-height: 400px;
}

.bxsliderhome ul li {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  text-align: center;
}

.bxsliderhome ul li span {
  display: block;
  width: 100%;
  padding: 12px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  color: #fff;
  text-align: left;
}

.bxsliderhome ul li span:hover {
  color: #999;
}

.bxsliderhome ul li span em {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
}

.bxsliderhome .bx-pager {
  text-align: center;
  padding-top: 8px;
}

.bxsliderhome .bx-pager>div {
  display: inline-block;
  margin: 0 4px;
}

.bxsliderhome .bx-pager a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -3000px;
  background-color: #999;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.bxsliderhome .bx-pager a:hover,
.bxsliderhome .bx-pager a.active {
  background-color: #222;
}

.bxsliderhome .bx-controls {
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.bxsliderhome .bx-controls .bx-controls-direction {
  width: 100%;
}

.bxsliderhome .bx-controls .bx-controls-direction a {
  display: block;
  width: 22px;
  height: 35px;
  background: rgba(0, 0, 0, 0.6) url(../img/prevnext.png) no-repeat;
  text-indent: -3000px;
  position: absolute;
  top: 0;
}

.bxsliderhome .bx-controls .bx-controls-direction a.bx-prev {
  left: 15px;
  background-position: center -36px;
}

.bxsliderhome .bx-controls .bx-controls-direction a.bx-next {
  right: 15px;
  background-position: center 0;
}

.bxsliderhome .bx-controls .bx-controls-direction a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .bxsliderhome .bx-controls {
    top: 60px;
  }

  .bxsliderhome img {
    min-height: 100px;
  }
}

/* #endregion */

/* #region #mais-noticias */
#mais-noticias {
  padding-top: 25px;
  padding-bottom: 20px;
}

#mais-noticias p {
  margin-bottom: 20px;
}

#mais-noticias p span {
  font-weight: normal;
}

#mais-noticias p span:hover {
  background-color: #ccc;
}

#mais-noticias a {
  color: #666;
}

#mais-noticias a:hover {
  text-decoration: underline;
}

#mais-noticias a.vejamaisnoticias:hover {
  text-decoration: none;
}

#mais-noticias a.vejamaisnoticias span {
  font-size: 12px;
}

#mais-noticias a strong {
  display: block;
  line-height: 16px;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 16px;
}

#mais-noticias a em {
  font-style: normal;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* #endregion */

/* #region .home-panels */
.home-panels h3 {
  font-size: 14px;
}

.home-panels h4 {
  font-size: 14px;
}

.home-panels p {
  font-size: 12px;
}


ul.breadcrumbs li {
  display: inline-block;
  padding: 13px;
  font-size: 15px;
}


.home-panels .panel-title a {
  font-size: 12px;
}

.home-panels .panel-title a:hover {
  color: #fff;
  padding-left: 5px;
}

/* #endregion */

/* #region #footer */
#footer {
  padding: 10px 0 0px;
  background-color: #656d78;
  border-top: 2px solid #434a54;
  margin-top: 30px;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

#footer .footer-copyright {
  color: #888;
}

#footer p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px !important;
}

#footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

#footer ul a {
  color: #fff;
  font-size: 13px;
}

#footer ul a:hover {
  text-decoration: underline;
}

#footer2 {
  padding: 10px 0 30px;
}

#footer3 {
  padding: 15px 0 15px;
  border-top: 3px solid #434a54;
}

@media (max-width: 767px) {
  #footer2 {
    display: none;
  }
}

/* #endregion */

/* #region .botoes */
.botoes {
  text-align: center;
  display: block;
  font-family: "open_sanscondensed_light", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  /* background-color: #f00; */
  padding: 20px 10px;
  /* min-height: 280px; */
  color: #fff;
}

.botoes:hover {
  color: #fff;
}

.botoes:focus {
  color: #000;
}

.botoes em {
  display: block;
  height: 80px;
}

.botoes em i {
  font-size: 50px;
  line-height: 80px;
  -webkit-transition: font-size 0.2s;
  -moz-transition: font-size 0.2s;
  -ms-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  transition: font-size 0.2s;
}

.botoes:hover em i {
  font-size: 70px;
}

.botoes strong {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  min-height: 56px;
}

.botoes-geral {
  background-color: #5d9cec;
  border: 1px solid #4a89dc;
}

.botoes-especie {
  background-color: #48cfad;
  border: 1px solid #37bc9b;
}

.botoes-tema {
  background-color: #656d78;
  border: 1px solid #434a54;
}

.botoes-situacao {
  background-color: #fc6e51;
  border: 1px solid #e9573f;
}

.botoes-autor {
  background-color: #a0d468;
  border: 1px solid #8cc152;
}

.botoes-pedido {
  background-color: #5d9cec;
  border: 1px solid #4a89dc;
}

.botoes-pedido-cinza {
  background-color: #999;
  border: 1px solid #434a54;
}

.botoes-fale {
  background-color: #5d9cec;
  border: 1px solid #4a89dc;
}

.botoes-protocolo {
  background-color: #a0d468;
  border: 1px solid #8cc152;
}

.botoes-cinza {
  background-color: #656d78;
  border: 1px solid #434a54;
}

.botoes-denuncia {
  background-color: #fc6e51;
  border: 1px solid #e9573f;
}

.botoes-reclamacao {
  background-color: #f0ad4e;
  border: 1px solid #eea236;
}

.botoes-solicitacao {
  background-color: #48cfad;
  border: 1px solid #37bc9b;
}

.botoes-sugestao {
  background-color: #5d9cec;
  border: 1px solid #4a89dc;
}

.botoes-elogio {
  background-color: #a0d468;
  border: 1px solid #8cc152;
}

.botoes span {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .botoes {
    min-height: 250px;
    margin-bottom: 20px;
  }
}

/* #endregion */

/* #region .custom-accordion */
.custom-accordion .panel-heading,
.custom-accordion .panel {
  border-radius: 0px;
}

.custom-accordion .panel-heading:hover {
  background-color: #434a54;
}

.custom-accordion .panel-heading .panel-title {
  font-size: 17px;
}

.custom-accordion .panel-heading .panel-title a {
  color: #434a54;
}

.custom-accordion .panel-heading:hover .panel-title a {
  color: #fff;
}

.custom-accordion .btns-anos a {
  display: inline-block;
  margin: 0 2px 4px;
}

.custom-accordion .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #endregion */

/* #region .row.actions */
.row.actions {
  margin-bottom: 20px;
}

.row.actions a {
  text-decoration: none;
}

.row.actions .pull-right a {
  color: #434a54;
}

.row.actions .pull-right a:hover {
  color: #fff;
}

/* #endregion */

/* #region .badges */
.badges {
  padding-top: 20px;
}

.badges>span {
  font-weight: normal;
  font-size: 13px;
}

/* #endregion */

/* #region #tabela */
#tabela a {
  color: #666;
}

#tabela a:hover {
  color: #111;
  text-decoration: underline;
}

#tabela td {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* #endregion */

/* #region .panel-consulta-geral */
.panel-consulta-geral>.panel-heading {
  background-color: #5d9cec;
  border-color: #4a89dc;
}

.panel-consulta-geral>.panel-heading .panel-title {
  color: #fff;
}

.panel-especie>.panel-heading {
  background-color: #48cfad;
  border-color: #37bc9b;
}

.panel-especie>.panel-heading .panel-title {
  color: #fff;
}

.panel-tema>.panel-heading {
  background-color: #656d78;
  border-color: #434a54;
}

.panel-tema>.panel-heading .panel-title {
  color: #fff;
}

.panel-situacao>.panel-heading {
  background-color: #fc6e51;
  border-color: #e9573f;
}

.panel-situacao>.panel-heading .panel-title {
  color: #fff;
}

.panel-autor>.panel-heading {
  background-color: #a0d468;
  border-color: #8cc152;
}

.panel-autor>.panel-heading .panel-title {
  color: #fff;
}

/* #endregion */

/* #region #resultado-legenda */
#resultado-legenda strong {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}

#resultado-legenda strong span {
  display: inline-block;
  width: 10px;
  height: 10px;
}

#resultado-legenda strong.resultado-legenda-vigente span {
  background-color: #000;
}

#resultado-legenda strong.resultado-legenda-naovigente span {
  background-color: #f00;
}

#resultado-legenda strong.resultado-legenda-naovigente {
  color: #f00;
}

/* #endregion */

/* #region #footer-orgaos */
#footer-orgaos {
  padding-top: 40px;
}

#footer-orgaos>h5 {
  margin-bottom: 5px;
}

#footer-orgaos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-orgaos ul li {
  display: inline;
  margin-right: 10px;
  text-align: center;
}

#footer-orgaos ul li a {
  display: block;
  max-width: 120px;
}

#footer-orgaos ul li img {
  display: inline-block;
  max-height: 80px;
  max-width: 100%;
}

/* #endregion */

/* #region .list-group-ins */
.list-group-ins .list-group-item,
.list-group-legislacao .list-group-item {
  padding: 5px;
}

.list-group-ins a,
.list-group-legislacao a {
  color: #434a54;
  font-size: 12px;
}

.list-group-ins a:hover,
.list-group-legislacao a:hover {
  color: #111;
}

.list-group-ins-link {
  padding-right: 25px;
  display: inline-block;
}

.list-group-ins-btn {
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
  font-size: 18px !important;
}

.list-group-ins a.list-group-ins-btn:hover {
  color: #cc201f;
}

/* #endregion */

/* #region #header2 */
#header2 {
  padding: 10px 0 20px 0;
}

#header2 div.btn-group {
  width: 100%;
}

#header2 div.btn-group>button {
  text-align: left;
  font-size: 16px;
}

#header2 .panel-title i {
  vertical-align: middle !important;
}

/* #endregion */

/* #region #tabela */
#tabela td p {
  margin: 0;
}

#tabela tr.nospan td span.treegrid-expander,
#tabela tr.nospan td span.treegrid-indent {
  display: none;
}

/* #endregion */

/* #region .tabelalicitacao */
.tabelalicitacao .tdcinza {
  background-color: #f5f5f5;
  font-weight: bold;
}

.tabelalicitacao .tdpreto {
  background-color: #222;
  color: #fff;
  font-weight: bold;
  padding: 10px 8px;
  text-transform: uppercase;
  -moz-border-radius: 4px 4px 0 0 !important;
  -webkit-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
}

.tabelalicitacao .tdupper {
  text-transform: uppercase;
}

.tabelalicitacao .table-anexos td {
  border: none !important;
}

.tabelalicitacao td a:hover {
  text-decoration: underline;
}

/* #endregion */

/* #region .transp-paginacao */
.transp-paginacao {
  text-align: center;
}

.transp-paginacao-2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.transp-paginacao ul.pagination {
  float: none !important;
}

/* #endregion */

/* #region .wheel Custom */
.wheel-button {
  position: relative;
}

.wheel {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 365px;
  height: 365px;
  visibility: hidden;
  position: relative;
  display: none;
}

.wheel li {
  overflow: hidden;
  float: left;
}

.wheel li a {
  display: block;
}

.whell-container {
  position: relative;
  width: 600px;
  height: 410px;
  margin: 15px auto 100px auto;
}

.whell-container ul {
  list-style: none;
  padding: 0;
  display: none;
}

.whell-btn {
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}

.whell-00 {
  background: url(../img/novo/00.png) no-repeat center;
  width: 220px;
  height: 220px;
  top: 0;
  left: 50%;
  margin-left: -110px;
  z-index: 2;
}

.whell-01 {
  background: url(../img/novo/01.png) no-repeat center;
  top: 30px;
  left: 220px;
}

.whell-02 {
  background: url(../img/novo/02.png) no-repeat center;
  left: 220px;
  top: 30px;
}

.whell-03 {
  background: url(../img/novo/03.png) no-repeat center;
  top: 30px;
  left: 220px;
}

.whell-transparencia {
  width: 190px;
  height: 190px;
  margin: 0 auto;
}

.whell-transparencia a {
  display: block;
  border-radius: 100%;
}

.whell-container li {
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.whell-container li a {
  display: block;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-radius: 100%;
}

.whell-container a.whell-btn.opacidade {
  opacity: 0.5 !important;
}

.whellmask {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: none;
}

/* #endregion */

/* #region #linev #lineh */
#linev,
#lineh {
  display: block;
  background-color: #eee;
  position: absolute;
  display: none;
}

#linev {
  width: 2px;
  height: 220px;
  left: 299px;
  top: 110px;
}

#lineh {
  width: 440px;
  height: 2px;
  left: 80px;
  top: 110px;
}

/* #endregion */

/* #region .menu100  */
.background {
  background-color: #405875;
}

.menu100 {
  min-height: 100px;
  background-color: #405875;
  /* padding: 5px 0; */
  /* margin: 0 0 30px 0; */
  margin-bottom: 3vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu100::after,
.menu100::before {
  display: none;
}

.menu100 .logo-text {
  display: inline-block;
}

.menu100 .logo img {
  height: 45px;
}

.menu100 .navbar-brand {
  /* float: left; */
  /* margin-left: 0px; */
  /* padding-top: 1px; */
  padding: 0;
  height: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.menu100 .text span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 17px;
  padding-left: 5px;
  line-height: 18px;
}

.menu100 .navbar {
  float: right;
  min-height: 40px;
  border-radius: 0;
  margin: 0;
}

.menu100 .navbar .navbar-toggle {
  color: #fff;
  margin: 0;
  padding: 6px 10px 6px 0;
  float: none;
}

.menu100 .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu100 ul {
  list-style: none;
  padding: 0;
}

.menu100 .menu100-links {
  float: right;
  list-style: none;
  margin-bottom: 0;
}

.menu100 .menu100-links>li {
  display: inline-block;
  position: relative;
}

.menu100 .menu100-links>li a {
  display: block;
  background-color: #2391ba;
  color: #fff;
  line-height: 45px;
  padding: 0 10px;
  margin-left: 3px;
  font-size: 16px;
}

.menu100 .menu100-links ul>li a {
  font-size: 15px;
}

.menu100 .menu100-links>li a:hover,
.menu100 .menu100-links>li a.active {
  background-color: #1e7a9d;
}

.menu100 .menu100-links>li a.icone-submenu {
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 42px;
}

.menu100 .menu100-links .menu100-submenu ul {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  padding-top: 2px;
  z-index: 99;
  width: 220px;
}

.menu100 .menu100-links .menu100-submenu .menu100-submenu2,
.menu100 .menu100-links .menu100-submenu .menu100-submenu3 {
  position: relative;
}

.menu100 .menu100-links .menu100-submenu .menu100-submenu2 ul {
  display: none;
  position: absolute;
  left: 214px;
  padding-left: 4px;
  padding-top: 0;
  top: 0;
}

.menu100 .menu100-links .menu100-submenu .menu100-submenu2 ul ul {
  left: 210px;
}

.menu100 .menu100-links .menu100-submenu .menu100-submenu2 ul ul ul {
  left: 110px;
}

@media (max-width: 767px) {
  .menu100 .text {
    float: none !important;
    padding-top: 0;
  }

  .menu100 .navbar {
    float: none;
  }

  .menu100 .navbar-header {
    text-align: center;
  }

  .menu100 .menu100-links {
    float: none;
    padding-left: 10px;
  }

  .menu100 .menu100-links>li {
    display: block;
  }

  .menu100 .menu100-links>li a {
    background: transparent;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
  }

  .menu100 .menu100-links li {
    border-bottom: 1px solid #517095;
  }

  .menu100 .menu100-links li:last-child {
    border: none;
  }

  #menutpdesktop {
    display: none;
  }

  #menutpmobile {
    display: block !important;
    min-height: 70px;
  }
}

/* #endregion */

/* #region #news_icon */
#news_icon {
  display: block;
  position: fixed;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  right: -130px;
  min-width: 40px;
  background: rgba(56, 58, 146, 0.8) url(../img/sent.png) no-repeat 5px center;
  padding-left: 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  z-index: 97;
}

#news_icon em {
  display: block;
  font-style: normal;
  padding-top: 3px;
  width: 130px;
}

#news_icon span {
  display: block;
  font-size: 19px;
}

@media (max-width: 767px) {
  #news_icon {
    display: none;
  }
}

/* #endregion */

/* #region .template-esic */
.template-esic {
  background-color: #fafafa;
}

.template-esic .logo-text span {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
}

.template-esic .logo-cliente span {
  line-height: 42px;
}

.template-esic .navbar-brand img {
  height: 49px;
}

.fit-detalhes-pedido {
  background: #f5f5f5;
}

.fit-detalhes-pedido span {
  display: block;
}

/* #endregion */

/* #region #navbarmobile */
#navbarmobile * {
  color: #fff;
}

#menutpmobile {
  display: none;
}

#btn_mobile {
  display: none;
  margin-bottom: 10px;
}

#btn_mobile .btn {
  border-radius: 0;
}

#navbarmobile .navbar-brand {
  height: auto;
  padding: 5px 15px;
}

#navbarmobile .navbar-header button,
#navbarmobile .navbar-header a {
  z-index: 2;
  cursor: pointer;
}

#navbarmobile .navbar-header .text {
  padding-top: 9px;
}

@media (max-width: 767px) {
  #btn_mobile {
    display: block;
  }
}

/* #endregion */

/* #region .template-transparencia */
.template-transparencia {
  background-color: #fafafa;
}

/* #endregion */

/* #region .template-ouvidoria */
body.template-ouvidoria {
  background-color: #fafafa;
}

/* #endregion */

/* #region Geral */
.ps-list li span {
  display: none !important;
}

.min-height-500 {
  min-height: 500px;
}

.panel-primary>.panel-heading {
  background-color: var(--Primary0);
  border-color: #243242;
}

.p-top-6 {
  padding-top: 6px;
}

.panel-title {
  font-family: "open_sansregular", "open_sanscondensed_light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 17px;
}

.lh30 {
  line-height: 30px;
}

.addthis_sharing_toolbox {
  clear: both;
}

#container-botoes {
  margin-bottom: 30px;
}

#links-uteis {
  margin-top: 30px;
}

.palavra-destaque {
  background-color: #ff0;
  padding: 1px 0;
}

.norma-revogada * {
  color: #f00 !important;
}

.maxlengthFeedback {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #c00;
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 10000px !important;
  }
}

.paginatransparencia {
  min-height: 600px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .paginatransparencia .panel .panel-heading>form select {
    max-width: 250px;
  }

  .paginatransparencia .panel .panel-heading>h3.panel-title.pull-left {
    float: none !important;
    margin-bottom: 12px;
  }

  .paginatransparencia .panel .panel-heading>form.pull-right {
    float: none !important;
  }

  .paginatransparencia .panel .panel-heading>form select,
  .panel .panel-heading>form input,
  .panel .panel-heading>form button {
    max-width: 100% !important;
  }
}

/* #endregion */

/* #region e-SIC */
.fieldset-well {
  background: #f5f5f5 !important;
}

.fieldset-well legend {
  margin-bottom: 5px;
}

.anexos_list {
  list-style: none;
  padding: 0;
}

.anexos_list li {
  margin-bottom: 5px;
}

@media print {
  .container {
    width: 100% !important;
  }
}

textarea {
  resize: vertical;
}

/* #endregion e-SIC */


.vertical-align-middle {
  display: flex;
  align-items: center;
}


/* ESTILIZAÇÃO DO MAPA DO SITE */
.links-sitemap{
  font-weight: 400;
  display: block;
  padding: 5px;
  width: 100%;
  background-color: #aab2bd;
  text-align: center;
  font-size: 14px;
  margin: 2px 0;
  border-radius: 4px;
  cursor: pointer;
}
.links-sitemap a{
  color: white;
}
.links-sitemap:hover a{
  color: #9ea2a8;
  transition: 0.2s ease-out;
}
.links-sitemap:hover{
  background-color: #e6e9ed;
  transition: 0.3s ease-out;
}


.botoes-transparencia {
  background-color: transparent;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 100px !important;
}

.botoes-transparencia .botao-item {
	width: 150px !important;
  height: 80px !important ;
	min-width: 150px !important;
  min-height: 80px !important ;
  height: 80px;
	margin: 0 5px;
}

.botoes-transparencia .dropdown a, .botoes-transparencia a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333;
	font-weight: 700;
	font-size: 18px;
}



.botoes-transparencia .btn {
   min-height: 80px;
}
.botoes-transparencia .dropdown a, .botoes-transparencia a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    font-weight: 700;
    font-size: 18px;
}
.botoes-transparencia a, .botoes-transparencia a:hover, .botoes-transparencia a:focus {
    -webkit-box-shadow: 2px 2px 0 0 #bbb;
    -moz-box-shadow: 2px 2px 0 0 #bbb;
    box-shadow: 2px 2px 0 0 #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666666;
    background-color: #DDDDDDcc !important;
    text-align: left;
    text-shadow: 1px 1px 0 #fff;

    border: none;
    margin: 5px 0;
}

.botoes-transparencia .botao01 {
	background: url("../../../assets/img/radarsemfundo.png") no-repeat right center !important;
	background-size: 100% !important;
  padding: 10px;
	text-align: center;
  width: 100%;
  height: 100%;
}



.botoes .dropdown a {
  margin: 0;
  background-color: transparent;
}
.botoes .dropdown a, .botoes a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  font-weight: 700;
  font-size: 18px;
}

.botoes {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.botoes .botao-item {
  margin: 10px ;
}
.botoes .botao-item a {
  width: 150px;
  min-height: 80px;


}

