
h2.indicadores {
	margin: .5em 0 .75em 0;
	padding: 0 0 .75em 0;
	font-size: 1.325em;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #b3830066;
}

h1.blue,
h2.blue,
h3, h4, h5 {
	color: #30558a;
}

h5 {
	font-size: 1.2em;
}

img.indicadores {
	width: 100%;
}


div#breadcrumbs {
	margin: 2em 0;
	font-size: 1.25em;
}

div#breadcrumbs::after {
	border-top: 1px solid #ccc;
	content: "";
	display: block;
	margin-top: 2em;
}

div#breadcrumbs a {
	font-weight: 700;
}

div.informa {
	background-color: #eef8ff;
	color: initial;
}

div.informa-light {
	background-color: #fff;
	color: initial;
	//box-shadow: 0 .25em .75em #0251bf44;
}

div.informa h4 {
	text-transform: uppercase;
	//margin: 0;
}

div.informa h4::after {
	content: "";
	display: block;
	width: 1em;
	height: 1px;
	background-color: #4f9fee;
	margin: .5em 0;
}

div.informa ol,
div.informa ul {
	padding: 0 0 0 1em;
}

div.informa li {
	padding-left: .25em;
	margin-left: .15em;
}

div.informa-light img {
	height: auto;
	width: 100%;
}

div.informa-light a.botao {
	position: relative;
	padding: 1em 1em 1em 3em;
	display: block;
	margin: 0;
	font-weight: bold;
	border: none;
	box-shadow: none;
	transition: .3s all;
	border: 1px solid #fff;
}

div.informa-light a.botao:hover {
	//background-color: #f6f6f6;
	text-decoration: none;
	box-shadow: 0 0 .75em #0002;
	border: 1px solid;
}

div.informa-light a.botao i.fa {
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
	color: #4f9fee;
	transition: .3s all;
}

div.informa-light a.botao:hover i.fa {
	color: unset;
}

div.informa img.decor {
	height: auto;
	width: calc(200% + 30px);
	margin: 0 -15px;
}

div.informa div.banner {
	margin-top:  12vw;
}

div.informa.inside {
	margin: 2em 0 0;

}

div.informa.inside dl.caixa-central {
	margin: 0;
}

div.informa dl.caixa-central img {
	height: auto;
	width: calc(100% + 2em);
	margin: -1em -1em 1em -1em;
	border-bottom: .5em solid;
}

div.informa dl.caixa-central a {
	padding: 1em !important;
}

div.informa dl.caixa-central a:hover {
	text-decoration: none;
}

i.fa-external-link,
i.fa-file-pdf-o,
i.fa-file-o,
i.fa-folder-open-o {
	font-size: .75em;
}

.tabela-responsive {
    width: 100%;
    overflow-x: auto;
}

.tabela-horizontal {
    width: 100%;
    border-collapse: collapse;
    //min-width: 600px;
}

.accordion {
	margin: 0;
}

.accordion .trigger {
	//margin-top: .5em;
	font-weight: bold;
	color: #8c2d19;
	cursor: pointer;
	padding: 0;
	border: none;
}

.accordion .trigger:hover {
	color: #b38300;
}

.accordion .triggered {
	display: none;
}

.accordion .triggered.faq {
	display: none;
	margin: 1em 0 3em;
	padding: 1em 2em 3em 2em;
	background-color: #fff;
}

@media (max-width: 1200px) {


}

@media (max-width: 992px) {

	div.informa img.decor {
		height: auto;
		width: calc(100% + 30px);
	}

	div.informa div.banner {
		margin-top:  0;
	}

}

@media (max-width: 768px) {

	div.container-fluid.informa {
		padding: 0;
	}
	
}
