* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body{
	background: #012853;
}

object{
  display: none !important;
}

.menuEntidades{
	margin-top: 0 !important;
}

.menuPrincipal{
  margin-bottom: 0 !important;
}

.btnAcesseMunicipio{
  float: right;
  background: #30688e !important;
  border:1px solid #164f76 !important;
  padding: 6px 10px;
  margin-top: 5px;
  text-transform: none !important;
}

.btnAcesseMunicipio a{
  color: #fff;
  font-family: "Tahoma";
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(1,0,2,.35);
}

.btnAcesseMunicipio .fa{
  border-right: 1px solid #164f76;
  padding: 0 13px 0 0px;
  font-size: 19px;
}

.btnAcesseMunicipio span{
  padding: 0 0px 0 8px;
}

#navbar{
  float: left;
}

.navbar-nav a{
  background: url(../img/divisoria-menu.png) no-repeat right center;
}
/************ Conteudo **************/
.boxLogos{
  height: 205px;
  background: url(../img/bg-fumaca-superior-esquerda.jpg) no-repeat left top ,url(../img/bg-fumaca-superior-direito.jpg) no-repeat right top;
}

.logoCNM{
  margin-top: 15px;
}

.plMenu{
  position: absolute;
  top: 8px;
  left: 50px;
  font-family: "Tahoma";
  font-size: 16px;
  color:#164f76;
}

h1 .fa-angle-double-right {
  color: #fe9528;
  margin-right: 4px;
}


/**************** Mapa *******************/
.mapaCrack{
  position: relative;
  width: 100%;
}
.abaMenuMapa{
  background-color: #30688e;
}

.abaMenuMapa ul{
  position: relative;
  text-align: center;
  margin-bottom: 0 !important;
}

.abaMenuMapa ul li{
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}

.listaMenuMapa li:nth-child(2){
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.listaMenuMapa li:hover{
  background-color: #e7e7e7;
}

.listaMenuMapa li:hover a{
  background-color: #e7e7e7;
  color: #2f678d;
  text-decoration: none;
}


.abaMenuMapa ul li a{
  font-family: "Tahoma";
  font-size: 16px;
  color: #fff;
  padding: 12px 22px;
  display: inline-block;
}

.abaMenuMapa .ativo{
  background-color: #e7e7e7;
}

.abaMenuMapa .ativo a{
  color: #2f678d;
}

.iframeMapa{
  /* height: 540px; */
  width: 100%;
  background: pink;
  position: relative;
  margin-bottom: 10px;
}

.descricaoMapa{
  background: rgba(0,0,0, 0.4);
  width: 100%;
  padding: 15px 0;
  position: absolute;
  top: 0;
}

.tituloDescMapa{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  height: 60px;
  display: inline-block;
  padding-top: 5px;
}

.descMapa{
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  margin-top: 7px;
  line-height: 20px;
}

.setaSobeDesce{
  position: absolute;
  bottom: 11px;
  font-size: 23px;
  color: #fff;
  cursor: pointer;
}

/************** Promocional ***************/
.promocional{
  width: 100%;
  height: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: -10px;

}

.tracoladolado{
  width: 100%;
  height: 267px;
  background-color: #e5ebef;
  position: absolute;
  top: 0;
}

/*************** Abas Principal ********************/
.tracoEscuro{
  background: #001831;
  width: 100%;
}

.abasHome{
  width: 100%;
  position: relative;
  background: url('../img/bg-fumaca-aba-baixo.jpg') no-repeat bottom left #02254f;
  padding-bottom: 25px;
}

.abasHome .nav-tabs li{
  text-align: center;
}

.abasHome .nav-tabs i{
  display: block;
  font-size: 24px;
  margin-top: 6px;
}

.abasHome .nav-tabs a {
  height: 78px;
  color: #fff;
  border-right: 1px solid #001730;
  font-size: 18px;
  font-family: tahoma;
  opacity: 0.8;
  width: 141px;
  position: relative;
}

.abasHome .nav-tabs > li > a:hover {
  background: #84A2C7;
}

.abasHome .nav-tabs li.active a {
  color: #30688e;
}


.abasHome .nav-tabs img{
  position: absolute;
  bottom: -9px;
  left:65px;
}

.imgSetaBaixo{
  background: url(../img/seta-baixo-aba.png) no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left:65px;
}

.conteudoAbas h2{
  font-size: 20px;
  color: #ffffff;
  background: url('../img/traco-titulo-abas.png') no-repeat bottom left;
}

/************** Aba Biblioteca ****************/

/* .boxPublicacoes{
  float: left;
}
 */
/* .boxPublicacoes figure{
  float: left;
  margin:0 7px;
  background: #e6ebf0;
  padding: 3px;
}
 */

@media (max-width: 1200px){
  .boxPublicacoes figure:nth-child(4){
    display:none;
  }
}

@media (max-width: 555px){
  .boxPublicacoes figure{
    margin-bottom: 10px;
  }
  .boxPublicacoes figure:nth-child(4){
    display:block;
  }
}

.estudosCrack{
  float: left;
}

.estudosCrack nav{
  background:#e6ebf0;
}

.estudosCrack li{
  display: block;
  width:100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 8px 10px;
}

.estudosCrack i{
  color: #30688e;
  font-size: 20px;
  margin-right: 7px;
}

.estudosCrack a{
  color: #646464;
  font-size: 16px;
}


/************** Rodape ****************/
.rodapePrincipal{
  border-top:10px solid #30688e;
  background: #e6ebf0;
  width: 100%;
}

.mapaSite{
  padding-bottom: 25px;
}

.logoRodape{
  float: left;
}


/************** Páginas Internas ****************/
.conteudo {
  background-color: #e5ebef;
  color: #636363;
  padding-top: 40px;
  padding-bottom: 70px;
}

.conteudo p {
  line-height: 22px;
  margin: 0 0 20px;
}

.conteudo p.descricao {
	line-height: 16px;
}

.conteudo a {
	color: #0172BA;
}

a.btn-padrao {
  background-color: #30688e;
  color: #fff;
  border-radius: 0px;
  padding: 6px 25px;
  font-size: 16px;
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

a.btn-padrao:hover, a.btn-padrao:focus {
  color: #fff;
  background-color: #315e7c;
}

h1 {
  font-size: 26px !important;
  font-weight: normal !important;
  margin-top: 0px !important;
  margin-bottom: 22px !important;
  line-height: 1 !important;
}

.no-gutter {
  margin-left: 0px;
  margin-right: 0px;
  div[class^="col-"]{
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* **** Notícias **** */

.noticias .item {
  padding-top: 25px;
}

div.noticias div.item:first-child {
  padding-top: 0px;
}

.noticias .item .link-noticia {
  border-bottom: 2px solid #fe9528;
  padding-bottom: 6px;
}

.noticias .item img {
  max-width: 150px;
  width: 100%;
  height: auto;
  border: 3px solid #30688e;
  margin: 0px 18px 18px 0px !important;
  float: left;
}

.noticias .item .link-noticia {
  display: inline-block;
  width: 100%;
}

.noticias .item a .data {
  color: #30688e;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.noticias .item a .titulo {
  color: #636363;
  font-size: 16px;
  display: block;
  line-height: 22px;
}

.noticias .botao-box, .boas-praticas .botao-box, .biblioteca .botao-box {
  margin-top: 34px;
}

.filtraNoticia label {
  float: left;
}

.filtraNoticia input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url("../img/search-32x32.png") no-repeat;
  border: 0;
  margin: 19px 0px 0px 8px;
}

.filtraNoticia .btnFiltraNoticia {
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.titulo-com-form {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 25px;
}

/* **** Notícia Clicada **** */
.noticia-clicada h2 {
  color: #30688e;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 9px;
}

.noticia-clicada .data {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.noticia-clicada img {
  width: 255px;
  height: auto;
  border: 3px solid #30688e;
  margin: 6px 20px 20px 0px;
  float: left;
}

.noticia-clicada .btn-padrao {
  margin-top: 13px;
}


/* **** Paginação **** */

.paginacao-box {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.pagination {
  margin: 0px;
}

.pagination > li > a, .pagination > li > span {
  border-radius: 18px;
  font-size: 16px;
  padding: 4px 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: transparent;
  border: 3px solid #628da9;
  color: #628da9;
  margin: 0 6px;
}

.pagination > li > a:hover {
  background-color: #628da9;
  border: 3px solid #628da9;
  color: #fff;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 18px;
}

.pagination > li.active a {
  background-color: #30688e;
  border: 3px solid #30688e;
  color: #fff;
}

.pagination > li.active a:hover {
  background-color: #30688e;
  border: 3px solid #30688e;
}

.pagination > li.primeiro a, .pagination > li.anterior a, .pagination > li.proximo a, .pagination > li.ultimo a {
  background-color: transparent;
  border: 3px solid #7d95a5;
  color: #7d95a5;
}

.pagination > li.primeiro a:hover, .pagination > li.anterior a:hover, .pagination > li.proximo a:hover, .pagination > li.ultimo a:hover {
  background-color: #7d95a5;
  color: #fff;
}

/* **** Boas Práticas **** */
.boas-praticas .nome-municipio, .legislacao .panel-default > .panel-heading {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #30688d; /* layer fill content */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.15); /* drop shadow */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.15); /* drop shadow */
	box-shadow: 1px 1px 1px rgba(0,0,0,.15); /* drop shadow */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5Mjk1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxNjc4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #092955 0%, #516787 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #092955 0%, #516787 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #092955 0%, #516787 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #092955 0%, #516787 100%); /* gradient overlay */
}

.boas-praticas .nome-municipio, .tab-boas-praticas .nome-municipio {
	padding: 0px; /* padding 24px 11px */
	text-align: center;
	margin-bottom: 8px;
	min-height: 100px;
  display: table;
  width: 100%;
}

.boas-praticas .nome-municipio a, .tab-boas-praticas .nome-municipio a {
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	display: table-cell;
  vertical-align: middle;
}

.boas-praticas .item .nome-municipio img,.tab-boas-praticas .item .nome-municipio img {
	/* float: left; */
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.boas-praticas .item .titulo, .tab-boas-praticas .item .titulo {
  height: 135px;
}

.boas-praticas .item .titulo a, .tab-boas-praticas .item .titulo a {
	font-size: 16px;
	line-height: 18px;
	color: #30688e;
	display: block;
  width: 100%;
  height: auto;
  padding: 10px 7px;
  display: table-cell;
  vertical-align: middle;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #fff; /* layer fill content */
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.15); /* drop shadow */
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.15); /* drop shadow */
  box-shadow: 1px 1px 1px rgba(0,0,0,.15); /* drop shadow */
  text-align: center;
  display: table;
  width: 100%;
  min-height: 93px;
  margin-bottom: 25px;
}

.boas-praticas .paginacao-box, .tab-boas-praticas .paginacao-box {
	margin-top: 0px;
}

.tab-boas-praticas .botao-todas {
  margin-top: 0px !important;
}

/* **** Legislação **** */
.legislacao .table {
	margin-bottom: 0px;
}

.legislacao .table tr td {
	padding: 12px 15px;
	font-size: 16px;
	vertical-align: middle;
}

.legislacao .table tr td:nth-child(1) {
	width: 3%;
  padding-right: 0px;
}

.legislacao .table tr td:nth-child(2) {
	width: 15%;
}

.legislacao .table tr td:nth-child(3) {
	width: 13%;
}

.legislacao .fa-check {
	color: #fe9528;
}

.legislacao .panel-default {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.legislacao .panel-default .panel-collapse {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0px;
}

.legislacao .panel-group .panel + .panel {
  margin-top: 34px;
}

.legislacao .panel-heading {
	padding: 0px;
	margin-bottom: 4px;
}

.legislacao .panel-title img {
	margin-right: 3px;
}

.legislacao .panel-title > a, .legislacao .panel-title > small, .legislacao .panel-title > .small, .legislacao .panel-title > small > a, .legislacao .panel-title > .small > a {
	padding: 8px 6px;
	display: block;
	color: #fff;
	font-size: 20px;
}

.legislacao .botao-box {
	margin-top: 38px;
}

/* **** Biblioteca **** */
.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

h2.titulo {
  font-size: 18px;
  color: #30688e;
  margin-top: 0px;
  line-height: 16px;
  border-bottom: 3px solid #aeaeae;
  padding-bottom: 11px;
  margin-bottom: 0px;
  position: relative;
  /* background: url(../img/seta-titulo-padrao.png) no-repeat 10px bottom; */
}

span.triangulo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 8px 8.5px;
  border-color: transparent transparent #aeaeae transparent;
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.tip_trigger{
  float: left;
  position: relative;
}

.tip {
  color: #fff;
  background:#fff url('../img/padrao-pontilhado.png');
  display:none; /*--Hides by default--*/
  padding: 6px 11px;
  position:absolute;
  z-index:1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #595959;
  font-size: 14px;
  border: 1px solid #d0d0d0;
  font-family: arial, tahoma, sans-serif;
  top: -26px;
  box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}

.tip img{
  position: absolute;
  left: 41%;
  bottom: -13px;
}

.capa-box {
  position: relative;
  display: block;
}

.linkLivros{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(53,112,182,0.5);
  display: none;
}

.boxLinks{
  width: 120px;
  height: 120px;
  background: rgba(0,0,0,0.7);
  border-radius: 70px;
  margin: 30% auto;
}

.boxLinks .fa-download{
  font-size: 22px;
  color: #f7f7f7;
  float: left;
  margin: 50px 0 0 49px;
}

.boxLinks .download{
  left: -34px;
}

.boxLinks .fa-plus-circle{
  font-size: 22px;
  color: #f7f7f7;
  float: left;
  margin: 50px 0 0 35px;
}

.boxLinks .saibaMais{
  left: -39px;
  width: 95px;
}

/* .link-livros {
  position: absolute;
  max-width: 158px;
  max-height: 218.67px;
  width: 100%;
  height: 100%;
  background: rgba(53,112,182,0.5);
  display: none;
}

.box-links{
  width: 120px;
  height: 120px;
  background: rgba(0,0,0,0.7);
  border-radius: 70px;
  margin: 30% auto;
}

.box-links .fa-download{
  font-size: 22px;
  color: #f7f7f7;
  float: left;
  margin: 50px 0 0 24px;
}

.box-links .download{
  left: -34px;
}

.box-links .fa-plus-circle{
  font-size: 22px;
  color: #f7f7f7;
  float: left;
  margin: 50px 0 0 35px;
}

.box-links .saiba-mais {
  left: -39px;
  width: 95px;
} */

/* .avaliacao {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 25px;
  margin-top: 7px;
}

.avaliacao span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.avaliacao span.star:before {
  content: "\f006";
  padding-right: 0px;
  color: #777;
}

.avaliacao span.star:hover {
  cursor: pointer;
}

.avaliacao span.star:hover:before,.avaliacao span.star:hover~span.star:before{
  content:"\f005";
  color:#e3cf7a;
} */

.estrelas {
  margin-left: -2px;
  margin-top: 2px;
}

.biblioteca .boxMaisLidos {
  margin-bottom: 10px;
}

.biblioteca .maisLidos {
  background: url('../img/padrao-pontilhado.png') #fcfcfc;
  border-right:1px solid #d0d0d0;
  border-left:1px solid #d0d0d0;
}

.biblioteca .maisLidos ul, .biblioteca .maisLidos ol {
  list-style: none;
  list-style-image: none;
}

.biblioteca .maisLidos a {
  color: #949494;
  text-decoration: none;
  height: 35px;
  width: 100%;
  display: block;
  line-height: 35px;
  padding-left: 8px;
  border-bottom:1px solid #d0d0d0;
  transition:all 0.2s linear 0.1s;
  font-size: 16px;
}

.biblioteca .maisLidos a:hover{
  color: #595959;
  border-bottom:2px solid #0554a0;
}

.biblioteca .maisLidos .fa-plus-circle {
  margin-right: 5px;
}

.biblioteca .box-formulario {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 3px solid #aeaeae;
  background: url("../img/seta-titulo-padrao.png") no-repeat 10px bottom;
  padding-bottom: 10px;
}

.biblioteca .pesquisa span {
  display: block;
  color: #595959;
  font-family: tahoma,arial,sans-serif;
  font-size: 16px;
}

.biblioteca .pesquisa input[type="text"], .biblioteca .formato select {
  height: 26px;
  margin-bottom: 3px;
  margin-top: 2px;
  padding: 4px 6px;
}

.biblioteca .pesquisa input[type="text"] {
  max-width: 198px;
  margin-right: 7px;
}

.biblioteca .pesquisa input[type="submit"]{
  width: 41px;
  height: 25px;
  background-color: #30688e;
  border: 0;
  color: #e1e1e1;
  font-family: tahoma,arial,sans-serif;
  font-size: 16px;
}

.biblioteca .formato label{
  font-weight: normal !important;
  font-size: 16px;
  margin-bottom: 0px;
}

.biblioteca .formato select {
  display: inline-block;
  max-width: 220px;
}

.biblioteca .ordenarBiblioteca {
  font-size: 16px;
  color: #595959;
  float: left;
  margin: 6px 0 10px 0;
  width: 100%;
}

.biblioteca .ordenarBiblioteca a {
  color: #0166a5;
}

.biblioteca .box-livros .livroCategoria {
  margin-bottom: 20px;
}

/* .biblioteca .box-livros .livroCategoria:nth-child(odd) {
  clear: left;
} */

.biblioteca .box-livros img.capa {
  display: block;
  /* max-width: 100%; */
  width: 100%; /* Retirar caso dê erro */
  height: auto;
}

.biblioteca .box-livros .anoLivro {
  font-size: 16px;
  color: #595959;
  margin: 3px 0 0;
}

.biblioteca .box-livros .formatoLivro {
  font: 14px tahoma,arial,sans-serif;
  color: #a3a3a3;
  margin: -3px 0 0;
  display: block;
}

.biblioteca .paginacao-box {
  display: inline-block;
  margin-top: 20px;
}

.ordenarBiblioteca form {
display: inline-block;
}

.ordenarBiblioteca input {
color: #0166a5;
background: none;
border: none;
}

/* ---------------
  Aba Notícias
------------------ */

.abasHome .tab-noticias .foto-noticia img {
  width: 100%;
  float: none !important;
  max-height: 160px;
  min-height: 144px;
  max-width: 270px;
  height: auto;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  margin: 0px !important;
}

.abasHome .tab-noticias .box-conteudo {
  width: 100%;
  max-width: 270px;
  height: 305px;
  /* float: left; */
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  margin-top: 4px;
  margin-bottom: 15px;
  text-align: left;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transition-property: all;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
}

.abasHome .tab-noticias .box-conteudo:hover {
  background-color: #E6EBF0;
}

.abasHome .tab-noticias .titulo, .abasHome .tab-noticias .data, .abasHome .tab-noticias .texto, .abasHome .tab-noticias .leia-mais {
  width: 100%;
  display: block;
  float: left;
}

.abasHome .tab-noticias div.box-conteudo span.titulo a {
  color: #30688E;
  font-size: 14px;
  font-weight: bold;
  line-height: 17.04px;
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.abasHome .tab-noticias div.box-conteudo span.data {
  color: #363636;
  font-size: 11px;
  line-height: 18.05px;
  font-weight: bold;
  margin-top: 10px;
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.abasHome .tab-noticias div.box-conteudo span.texto {
  margin-top: 10px;
  line-height: 17.04px;
  font-size: 14px;
  color: #363636;
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.abasHome .tab-noticias div.box-conteudo span.leia-mais {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 14px;
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.abasHome .tab-noticias div.box-conteudo span.leia-mais a {
  color: #30688E;
  font-weight: bold;
}

.abasHome .tab-noticias div.box-conteudo.hover span.titulo a, .abasHome .tab-noticias div.box-conteudo.hover span.leia-mais a {
  color: #02254F;
}

.abasHome .tab-noticias div.box-conteudo.hover span.titulo a:hover {
  text-decoration: underline;
}

/* .abasHome .tab-noticias div.box-conteudo.hover span.data, .abasHome .tab-noticias div.box-conteudo.hover span.texto {
  color: #fff;
} */

.abasHome .tab-noticias .leia-mais i.fa-angle-double-right {
  font-size: 16px;
  padding-left: 5px;
}

.abasHome .tab-noticias div.col-md-3.col-sm-6.col-xs-12 {
  text-align: center;
}

.abasHome .botao-todas {
  margin-top: 20px;
  padding-right: 8px;
}

.abasHome .btn-padrao {
  float: right;
}

/* ---------------
  Aba Publicações
------------------ */
.abasHome .boxPublicacoes .img-publicacao img {
  width: 245px;
  max-width: 100%;
  height: auto;
  /* max-height: 247px; */
  margin: 0 auto;
  -webkit-box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
}

.abasHome .boxPublicacoes .box-conteudo {
  position: relative;
  width: 245px;
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transition-property: all;
}

.abasHome .boxPublicacoes .box-conteudo:hover {
  background-color: #ecefe3;
}

.abasHome .boxPublicacoes span.descricao a {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #6d6d6d;
  line-height: 22px;
}

.abasHome .boxPublicacoes span.descricao a:hover {
  text-decoration: underline;
}

.abasHome .boxPublicacoes span.lupa a {
  /* position: absolute;
  bottom: 5px;
  right: 5px; */
  opacity: 0.5;
  color: #464646;
  float: right;
}

.abasHome .boxPublicacoes span.lupa a:hover {
  opacity: 1;
  color: #838975;
}

.abasHome .boxPublicacoes span.lupa i {
  background-color: #f3d28f;
  border-radius: 5px;
  padding: 4px;
  font-size: 17.56px;
}

div.modal-publicacao.modal .modal-header {
  background-color: #874E4E;
  color: #fff;
  padding: 10px 15px 10px;
}

div.modal-publicacao.modal .modal-header .close {
  text-shadow: none;
  opacity: .7;
  color: #fff;
  font-size: 25px;
}

div.modal-publicacao.modal .modal-header .close:hover {
  opacity: 1;
}

div.modal-publicacao.modal .modal-header .modal-title {
  text-align: center;
}

div.modal-publicacao.modal .modal-body {
  text-align: left;
  font-size: 14px;
}

div.modal-publicacao.modal .modal-body .ano {
  font-weight: bold;
  display: inline-block;
  margin: 14px 0 7px;
}

div.modal-publicacao.modal .modal-footer {
  text-align: center;
}

div.modal-publicacao.modal .modal-footer .btn-padrao {
  float: none;
}


/* ---------------
  Aba Vídeos
------------------ */
.abasHome .videos .col-md-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.abasHome .videos .box-video {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  background-color: #cbcdc8;
  padding: 4px;
}

.videos .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videos .video-container iframe,
.videos .video-container object,
.videos .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
}

.abasHome .videos .box-conteudo {
  width: 100%;
  max-width: 500px;
  height: 88px;
  margin: 0 auto;
  background-color: #fff;
  padding: 11px;
  text-align: center;
  webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  margin-bottom: 25px;
}

.abasHome .videos span.titulo a {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #6d6d6d;
  line-height: 22px;
}

.abasHome .videos span.titulo a:hover {
  text-decoration: underline;
}

.abasHome .videos .botao-todas {
  margin-top: 0px;
}


/* ---------------
  Aba Agenda
------------------ */
.esquerda {
  float: left;
}

.abasHome .tab-agenda .titulo {
  color: #fff;
}

.abasHome .agenda {
  position: relative;
}

.abasHome .agenda .calendario-dia {
  background: url(../img/calendario-dia.png) no-repeat;
  height: 125px;
  width: 84px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 54px;
  text-align: center;
  color: #5f5f5f;
}

.abasHome .agenda .dia-semana, .abasHome .agenda .dia-mes {
  font-weight: bold;
  display: block;
  width: 100%;
}

.abasHome .agenda .dia-semana {
  font-size: 15px;
  text-transform: uppercase;
}

.abasHome .agenda .dia-mes {
  font-family: 'Droid Serif', serif;
  font-size: 35px;
  margin-top: -5px;
}

.abasHome .agenda .calendario-mes {
  width: 84px;
  height: 30px;
  background-color: #7d95a5;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  color: #fff;
  line-height: 1.8;
  margin-top: 14px;
  font-size: 16px;
  padding-top: 1px;
  text-align: center;
}

.abasHome .agenda .info {
  height: 156px;
  width: 200px;
  margin-top: 13px;
  max-width: 100%;
  margin-left: 9px;
  background-color: #f1f1f1;
  margin-bottom: 2px;
  font-size: 16px;
  color: #5f5f5f;
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  text-align: center;
}

.abasHome .agenda .apelido {
  display: block;
  font-size: 16px;
  color: #30688e;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0px 11px;
}

.abasHome .agenda .titulo, .abasHome .agenda .local {
  display: block;
  text-align: left;
  padding: 0px 10px;
  color: #636363;
}

.abasHome .agenda .titulo {
  font-weight: bold;
  margin-top: 10px; 
}

.abasHome .agenda .local {
  margin-top: 4px;
}

.abasHome .agenda div.info.esquerda a.btn-padrao {
  padding: 2px 7px;
  margin-top: 1px;
  float: none;
}

.gradient {   /* [if gte IE 9] */
  filter: none;
}

.abasHome .agenda .linha-degrade {
  width: 100%;
  height: 2px;
  display: block;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M0YzRjNCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left,  rgba(241,241,241,1) 0%, rgba(196,196,196,0.5) 50%, rgba(241,241,241,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,241,241,1)), color-stop(50%,rgba(196,196,196,0.5)), color-stop(100%,rgba(241,241,241,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(196,196,196,0.5) 50%,rgba(241,241,241,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(196,196,196,0.5) 50%,rgba(241,241,241,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(196,196,196,0.5) 50%,rgba(241,241,241,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(241,241,241,1) 0%,rgba(196,196,196,0.5) 50%,rgba(241,241,241,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=1 ); /* IE6-8 */
}

.abasHome .agenda div.col-md-4 {
  margin-bottom: 14px;
}

.abasHome .agenda .botao-todas {
  margin-top: 15px;
}

.grupo {
  margin-right: -15px;
  margin-left: -15px;
}

.setasEventos .proximo {
  right: 0;
}

.setasEventos span {
  position: absolute;
  z-index: 99;
  top: 160px;
  display: block;
  font-size: 50px;
  color: #FFCB10;
  /* Anterior: #e1e1e1; */
  opacity: 0.6;
  cursor: pointer;
  text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}

.setasEventos span:hover {
  opacity: 1;
}

.setasEventos .anterior {
  left: 0;
}

/* ------------------
  Contato
--------------------- */
#contato select {
  margin: 5px 0;
  padding: 5px 8px;
  border: 1px solid #b0b198;
  border-radius: 5px;
  color: #7d7d7d;
  margin-left: 15px;
  height: 32px;
  max-width: 220px;
  width: 100%;
}

#contato input[type="text"] {
  margin: 5px 0;
  padding: 5px 8px;
  border: 1px solid #b0b198;
  border-radius: 5px;
  color: #7d7d7d;
  margin-left: 15px;
  height: 32px;
  width: 95%;
}

#contato textarea {
  margin: 5px 0;
  padding: 5px 8px;
  border: 1px solid #b0b198;
  border-radius: 5px;
  color: #7d7d7d;
  margin-left: 15px;
  width: 95%;
}

#contato input[type="email"] {
  margin: 5px 0;
  padding: 5px 8px;
  border: 1px solid #b0b198;
  border-radius: 5px;
  color: #7d7d7d;
  margin-left: 15px;
  height: 32px;
  width: 95%;
}

.limiteTexto {
  color: #757575;
  font-size: 14px;
  margin-left: 8px;
}

.sidebar-contato p {
  margin: 0 0 10px !important;
}

#contato input[type="submit"] {
  background-color: #30688E !important;
  color: #fff;
  width: 100px;
  height: 35px;
  margin-right: -30px;
  border: none;
  margin-right: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#contato input[type="submit"]:hover {
  background-color: #315e7c !important;
}

#contato td {
  font-size: 16px;
}

/* ---------------
  Vídeos
------------------ */
.conteudo .videos .box-video {
  width: 100%;
  height: auto;
  display: inline-block;
}

.conteudo .videos .texto a {
  font-size: 16px;
  color: #6d6d6d;
  line-height: 22px;
}

.conteudo .videos .texto {
  padding-top: 10px;
  width: 100%;
  display: block;
  padding: 0px 20px 10px;
  text-align: center;
}

.conteudo .videos .box-conteudo {
  height: 106px;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
  display: inline-block;
  font-family: 'Droid Serif', serif;
  margin-bottom: 36px;
  width: 100%;
}

.conteudo .videos .paginacao-box {
  margin-top: 0px;
}

.conteudo .videos .paginacao-box .pagination {
  margin-top: 0px !important;
}

.conteudo .videos .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.conteudo .videos .video-container iframe,
.conteudo .videos .video-container object,
.conteudo .videos .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px -1px 1px 0px rgba(50, 50, 50, 0.3);
}

.conteudo .videos .botao-box {
  margin-top: 25px;
}

/* Outros */
.brightness:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

input.enviaPesquisa {
  background-color: #30688e;
  color: #fff;
  border-radius: 0px;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

input.enviaPesquisa:hover, input.enviaPesquisa:focus {
  color: #fff;
  background-color: #315e7c;
}

div.mostraResultado label span {
  margin-right: 10px;
  font-weight: normal;
}

/* **** Media Queries **** */
@media (max-width: 1199px) {
  .abasHome .tab-noticias .box-conteudo {
    height: 390px;
  }
}

@media (max-width: 991px) {
  .abasHome .tab-noticias .box-conteudo {
    height: 300px;
  }
}


@media (max-width: 780px){
  .logoRodape{
    width:100%;
    text-align: center;
  }
}

.menuMapaSite{
  float: left;
}

@media (max-width: 780px){
  .menuMapaSite{
    width:100%;
  }
}

.menuMapaSite ul{
  float: left;
  padding-top: 35px;
}

@media (max-width: 780px){
  .menuMapaSite ul{
    width:50%;
    text-align: center;
  }
}

.menuMapaSite ul li{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.menuMapaSite ul a{
  color: #636363;
  font-family: "Tahoma";
  font-size: 16px;
  margin-bottom: 10px;
}

.enderecoRodape{
  padding-top: 35px;
  background: url('../img/traco-endereco-rodape.png') no-repeat left 36px;
  float: right;
  padding-left:40px;
  color: #636363;
  font-family: "Tahoma";
  font-size: 16px;
}

.relatorio-home{
  width: 100%;
}

.topo-relatorio{
  width: 100%;
  background: #E4EBF0;
}

.topo-relatorio .container{
  display: flex;
  align-items: flex-start;
}

.titulo-relatorio{
  font-family: "Tahoma";
  font-size: 28px;
  color: #505051;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  padding: 25px 0;
}

.titulo-relatorio svg{
  width: 33px;
  height: 33px;
  fill: #505051;
  margin-right: 10px
}

.link-relatorio-completo{
  background: #006890;
  padding: 10px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: auto;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s;
}

.link-relatorio-completo:hover{
  background: #014c69;
  color: #fff;
  text-decoration: none;
}

.link-relatorio-completo svg{
  width: 17px;
  height: 23px;
  fill: #fff;
  margin-right: 8px
}

.info-relatorio{
  min-height: 260px;
  background: #fff;
  width: 100%;
  padding-bottom: 30px; 
}

#rede{
  padding-top: 30px;
}

#rede .highcharts-container{
  background: none !important;
}

.info-relatorio .container{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.esquerda-relatorio{
  width: 35%;
  margin-right: 30px;
  min-height: 260px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
  position: relative;
  padding-right: 35px;
}

.esquerda-relatorio:before{
  content: "";
  height: 60%;
  width: 2px;
  position: absolute;
  right: 0;
  background: #E5E5E5;
  top: 28%;
}

.titulo-info-relatorio{
  font-size: 20px;
  line-height: normal;
  width: 100%;
}

.numero-destaque-relatorio{
  font-family: tahoma;
  font-size: 54px;
  background: #F2F2F2;
  color: #505051;
  padding: 50px 30px;
  border-radius: 100%;
  display: flex;
  line-height: normal;
  width: 180px;
  height: 180px;
  align-items: center;
  justify-content: center;
  
}

.direita-relatorio{
  width: 60%;
  min-height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
  position: relative;
}

.direita-relatorio .titulo-info-relatorio{
  text-align: center;
}

.caurosel-relatorio{
  position: relative;
  padding: 0 20px
}

.caurosel-relatorio .item{
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.tipo-info-caurosel{
  width: 100%;
  color: #6E6E6E;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.valor-grafico-causorel{
  color: #505051;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 10px;
}

.progress-percentage{
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  display: none;
}

.caurosel-relatorio .owl-nav{
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 40px;
}

.caurosel-relatorio .owl-prev{
  position: absolute;
  left: -40px
}

.caurosel-relatorio .owl-next{
  position: absolute;
  right: 0px;
}

/*************** Grafico ***************/
.grafico-caurosel{
  position: relative;
  background: #E5E5E5;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tipo-grafico-redondo{
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  align-items: center;
  justify-content: center;
}

.box-svgGrafico{
  background: #fff;
  padding: 10px;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-svgGrafico svg{
  width: 40px;
  height: 40px;
  fill: #FF7C65;
}

.my-progress-bar{
  position: absolute;
}

/****************** Relatório completo ***************/

.topo-relatorioCompleto{
  background: #006890;
}

.topo-relatorioCompleto .container{
  display: flex;
  flex-wrap: wrap;
}

.topo-relatorioCompleto p{
  font-size: 16px;
  color: #fff;
  font-family: tahoma;
}

.topo-relatorioCompleto svg{
  fill: #fff;
  width: 25px;
  height: 25px
}

.imprima-relatorio-completo{
  margin-left: auto;
  background: none;
  display: flex;
  align-items: center;
  border: none;
  transition: all 0.2s;
  padding: 0 15px;
}

.imprima-relatorio-completo:hover{
  background: #1d4a69;
}

.imprima-relatorio-completo p{
  margin-left: 15px;
}

.select-comparacao{
  background: #E4EBF0;
  padding: 20px 0;
}

.select-comparacao .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.select-comparacao .container:before{
  display: none;
}

.select-comparacao .container:after{
  display: none;
}

.remove-comparacao{
  display: none;
  background: #35AF76;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 17px;
  transition: all 0.2s;
}

.remove-comparacao a{
  color: #fff;
}

.remove-comparacao:hover{
  background: rgb(43, 146, 98);
}

.remove-comparacao a:hover{
  text-decoration: none;
}

.box-select{
  display: flex;
  align-items: center;
  
}

.box-select select{
  font-size: 18px;
  padding: 6px 10px
}


.select-comparacao p{
  color: #505051;
  font-size: 18px;
  font-family: tahoma;
  margin-right: 10px;
}

.select-comparacao svg{
   fill: #505051;
   width: 22px;
   height: 22px;
   margin-right: 3px;
}

.topo-comparacao-relatorio{
  border-bottom: 1px solid #D4D4D4;
  width: 100%;
  padding: 20px 0;
}

.topo-comparacao-relatorio p{
  font-size: 32px;
  color: #35AF76;
}

.topo-comparacao-relatorio strong{
  color: #003B75;
}

.box-grafico-relatorio{
  border-top: 1px solid #D4D4D4;
  width: 100%;
  margin-top: 30px
}

.box-grafico-relatorio h3{
  font-size: 22px;
}

.item-grafico{
  min-height: 300px;
  width: 100%;
}

.box-comparacao{
  display: flex;
  flex-wrap: wrap;
}

.box-comparacao-municipio{
  width: 50%;
  display: none;
  padding-left: 20px;
  background: #fbfbfb;
  border-left: 1px solid #D4D4D4;
}

.comparacao-esquerda{
  width: 50%;
  padding-right: 20px;
}

.comparacao-esquerda .esquerda-relatorio{
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.comparacao-esquerda .esquerda-relatorio:before{
  display: none;
}

.comparacao-esquerda .titulo-info-relatorio{
  text-align: center;
}

.comparacao-esquerda .direita-relatorio{
  width: 100%;
}



@media (max-width: 1000px){
  .enderecoRodape{
    background:none;
    width: 100%;
  }

  .esquerda-relatorio{
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  .esquerda-relatorio:before{
    display: none;
  }

  .direita-relatorio{
    width: 100%;
    padding-right: 0;
  }

  .titulo-info-relatorio{
    text-align: center;
  }

  .topo-comparacao-relatorio{
    text-align: center;
  }

  .comparacao-esquerda .tipo-grafico-redondo{
    width: 50%
  }

  .comparacao-esquerda .topo-comparacao-relatorio strong{
    display: block;
    margin-top: 15px;
  }
}

.enderecoRodape strong{
  color: #30688e;
}


.copyright{
  background: #fbfbfb;
  width: 100%;

}

.copyright p{
  color:#646464;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px){
  .text-xs-left {
    text-align: left;
  }

  .tipo-grafico-redondo{
    width: 50%;
    margin-bottom: 35px;
  }

  .topo-relatorio .container{
    flex-wrap: wrap;
  }

  .link-relatorio-completo{
    width: 100%;
    order: 1;
    justify-content: center;
  }

  .titulo-relatorio{
    width: 100%;
    order: 2;
    justify-content: center;
  }

  .caurosel-relatorio .owl-prev{
    left: 0;
  }

  .caurosel-relatorio .owl-next{
    right: 0;
  }

  .caurosel-relatorio{
    padding: 0;
  }

  .titulo-relatorio{
    width: 100%;
    justify-content: center;
    order: 1;
  }

  .imprima-relatorio-completo{
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    order: 2;
  }

  .box-select{
    width: 100%;
    justify-content: center;
    margin: 15px 0;
  }
}

@media (max-width: 640px){
  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .biblioteca .box-livros img.capa {
    display: block;
    width: 100%;
    height: auto;
  }

  .conteudo .filtraNoticia div.pull-right {
    float: left !important;
  }

  .conteudo .filtraNoticia {
    margin-bottom: 20px;
  }

  
}

@media (max-width: 500px){
  .col-xxxs-12 {
    width: 100%;
  }

  .tipo-grafico-redondo{
    width: 100%;
  }

  .comparacao-esquerda .tipo-grafico-redondo{
    width: 100%;
  }
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .logoCrack img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 360px){
  .col-xs-portrait-12 {
    width: 100%;
  }

  .boxLogos {
    height: 290px !important;
  }
}

.loading{
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
}

.item-video a{
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  margin-bottom: 10px
}

.item-video a:hover{
  text-decoration: none;
}

.item-video img{
  border: 4px solid #cbcdc8;  
}

.box-icon-video{
  display: none;
}

.item-video figcaption{
  padding: 8px 10px;
  background: #fff;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-video p{
  margin: 0;
  text-align: center;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #6d6d6d;
  line-height: 22px;
}

.form_municipios{
  display: flex;
  align-items: center;
}

#acoesenfrentamento2 .highcharts-background {
  fill: #fbfbfb;
}

#rede2 .highcharts-background {
  fill: #fbfbfb;
}