@font-face {
    font-family: 'din';
    src: url('../fonts/dinmittelschriftstd-webfont.eot');
    src: url('../fonts/dinmittelschriftstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinmittelschriftstd-webfont.woff') format('woff'),
         url('../fonts/dinmittelschriftstd-webfont.ttf') format('truetype'),
         url('../fonts/dinmittelschriftstd-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneueregular';
    src: url('../fonts/Helvetica/helveticaneue_regular-webfont.eot');
    src: url('../fonts/Helvetica/helveticaneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica/helveticaneue_regular-webfont.woff') format('woff'),
         url('../fonts/Helvetica/helveticaneue_regular-webfont.ttf') format('truetype'),
         url('../fonts/Helvetica/helveticaneue_regular-webfont.svg#helveticaneueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NexaBoldRegular';
    src: url('../fonts/nexa/nexa_bold-webfont.eot');
    src: url('../fonts/nexa/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa/nexa_bold-webfont.svg#NexaBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NexaLightRegular';
    src: url('../fonts/nexa/nexa_light-webfont.eot');
    src: url('../fonts/nexa/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa/nexa_light-webfont.svg#NexaLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaLtRegular';
    src: url('../fonts/proxima-nova/proximanova-light-webfont.eot');
    src: url('../fonts/proxima-nova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proxima-nova/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proxima-nova/proximanova-light-webfont.svg#ProximaNovaLtRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/fonts/icomoon.eot?8r07u9');
	src:url('../fonts/icomoon/fonts/icomoon.eot?#iefix8r07u9') format('embedded-opentype'),
		url('../fonts/icomoon/fonts/icomoon.woff?8r07u9') format('woff'),
		url('../fonts/icomoon/fonts/icomoon.ttf?8r07u9') format('truetype'),
		url('../fonts/icomoon/fonts/icomoon.svg?8r07u9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-newspaper:before {
	content: "\e600";
}
.icon-file:before {
	content: "\e601";
}
.icon-googleplus:before {
	content: "\e602";
}
.icon-facebook:before {
	content: "\e603";
}
.icon-instagram:before {
	content: "\e605";
}
.icon-twitter:before {
	content: "\e606";
}

h1 { font-family: helveticaneueregular; }
h2, h3, h4 { font-family: ProximaNovaLtRegular; }
figure, figcaption, img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.redes-sociais a {
	color: #3f3f40;
	font-size: 36px;
	padding: 40px 10px 0px 0px;
	float: right;
}
.redes-sociais a:hover {
	color: #3a8375;
}

/*Slide Capa*/

.bg-preto {
	width: 100%;
	margin-bottom: 5px;
	padding-top: 0px;
	float: left;
}
.slide-destaques a {
	color: #3f3f40;
	width: 100%;
	position: relative;
	float: left;
}
.slide-destaques a:hover {
	color: #3A8375;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slide-destaques figure {
	width: 100%;
	float: left;
}
.slide-destaques figure figcaption {
	width: 100%;
	border-top: 10px solid #3f3f40;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slide-destaques a:hover figure figcaption {
	border-top: 10px solid #3A8375;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slide-destaques figure figcaption .categoria {
	color: #FFF;
	background-color: #3f3f40;
	font: 18px ProximaNovaLtRegular;
	font-weight: bolder;
	padding: 15px;
	position: absolute;
	left: 0px;
	top: -50px;
	z-index: auto;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slide-destaques a:hover figure figcaption .categoria {
	background-color: #3A8375;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slide-destaques figure figcaption .titulo {
	font: 30px ProximaNovaLtRegular;
	width: 100%;
	margin: 0px;
	padding: 20px 10px 0px 20px;
	float: left;
}
.slide-destaques figure figcaption .subtitulo {
	font-size: 14px;
	width: 100%;
	margin: 0px;
	padding: 5px 20px 30px 20px;
	float: left;
}

#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 100%;
  background: #EDEDED;
}
#progressBar{
  width: 100%;
  height: 80%;
  background: #fff;
  float: right;
  position: absolute;
  bottom: 40px;
  z-index: auto;
}

/*Slide Destaques*/

h3 {
	font: 18px ProximaNovaLtRegular;
	width: 100%;
	color: #3f3f40;	
	background-color: #ededed;
	border-bottom: 1px solid #3f3f40;
	font-weight: bolder;
	padding: 15px;
	margin: 0px 0px 20px 0px;
}
.noticias-destaque-capa a {
	color: #3F3F40;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.noticias-destaque-capa a:hover {
	color: #3A8375;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.noticias-destaque-capa a figure img { border: 5px solid #fff; }
.noticias-destaque-capa a:hover figure img { border: 5px solid #3A8375; }

.noticias-destaque-capa a figure figcaption .titulo {
	font: 24px ProximaNovaLtRegular;
	font-weight: bolder;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
}
.noticias-destaque-capa a figure figcaption .subtitulo {
	font-size: 14px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
}

/*Notícia detalhe*/

.noticia-detalhe figcaption {
	color: #fff;
	background-color: #3a8375;
	padding: 10px;
	margin-bottom: 10px;
}

/*Rodapé*/

.rodape p {
	color: #3f3f40;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 40em) {
	.redes-sociais a {
		font-size: 24px;
		padding: 15px 10px 0px 0px;
	}
	.slide-destaques figure figcaption .categoria {
		font: 11px ProximaNovaLtRegular;
		padding: 10px;
		left: 0px;
		top: -35px;
	}
	.slide-destaques figure figcaption .titulo {
		font: 24px ProximaNovaLtRegular;
		padding: 20px 10px 0px 10px;
	}
	.slide-destaques figure figcaption .subtitulo {
		font-size: 11px;
		padding: 10px 10px 10px 10px;
	}
}


