@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir/avenir-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/avenir/AvenirLTStd-Light.otf');
  src: url('../fonts/avenir/avenir-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/avenir/avenir-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/avenir/avenir-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/avenir/avenir-light-webfont.svg#avenir-light-webfont') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Avenir', sans-serif;
	line-height: 30px;
	font-size: 15px;
	color: #2F2F2F;
	overflow-x: hidden;
	overflow-y: hidden;
}

/* Ocultar as barras de rolagem do browser */
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

/* ----------------- BANNER TOPO ----------------- */

.banners {
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
}

#banner {
	width: 100%;
	min-height: 500px;
    background-image: url(../imagens/background/blog-banner.jpg);
    background-position: 0 110%;
}

.titulos {
	font-size: 46px;
	line-height: 70px;
}
.titulos h2 { font-weight: bold }

.textos {
	width: 100%;
	font-size: 18px;
	text-align: left;
}

#titulo {
	position: relative;
	left: 10%;
	padding-top: 190px;
	font-size: 40px;
	text-align: left;
	line-height: 60px;
}

#titulo h1 {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000000;
}

#texto {
	position: relative;
	left: 10%;
	width: 60%;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
}

#texto h2 {
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
}

#fb-page {
	float: right;
	margin-right: 100px;
	margin-top: -150px;
}

/* ----------------- Fim - BANNER TOPO ----------------- */

/* ----------------- Início - ARTIGOS TITULO ----------------- */

#artigos-titulo {
	width: 100%;
	height: 80px;
	background-color: #E0E0E0;
}

#artigos-titulo h3 {
	display: block;
	font-size: 30px;
	margin: auto;
	padding-top: 25px;
	padding-left: 100px;
	font-weight: bold;
}

/* ----------------- Fim - ARTIGOS TITULO ----------------- */

#wrapper-artigos {
	width: 100%;
	min-height: 1150px;
	background-color: #E9E9E9;
	padding-bottom: 150px;
}

.artigos {
	width: 980px;
	padding-top: 115px;
	margin-left: auto;
	margin-right: auto;
}

.artigos a { color: black }

.artigos a:hover { text-decoration: none }

.img-blog01-highres {
	float: left;
	width: 320px;
	margin-left: 60px;
}

.img-blog01-lowres { display: none }

.artigo-texto {
	width: 550px;
	margin-left: 415px;
	margin-top: -1px;
}

.artigos a h1 {
	font-weight: bold;
	font-size: 1.2em;
}

.artigos a h3 { font-size: 0.9em }

.artigos a h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.artigos a h5 {
	font-size: 0.72em;
	font-style: italic;
}

.artigos a p { font-size: 0.9em }

.artigos a:hover h4 { color: #a02b2d }


/* ------------------------Responsive ------------------------ */

@media (min-width: 1367px) {
	#banner { background-position: 0 -20vw }
}

/*@media (max-width: 1366px) {	
	#banner { background-position: 0 -15vw }
	
	#texto h2 { width: 40% }
}*/

/*@media (max-width: 1200px) {	
	#banner { background-position: -15vw -20vw }
	
	#titulo { left: 7% }
	
	#texto { left: 7% }
	
	#texto h2 { width: 50% }
}*/

@media (max-width: 1071px) {	
	.banners { background-attachment: scroll }
	
	#banner { background-position: 0 0 }
	
	#fb-page { margin-right: 7% }
}

@media (max-width: 991px) {
	#banner { background-position: 0 0 }
	
	#titulo {
		max-width: 80%;
		font-size: 2em;
		padding-top: 200px;
	}
	#texto {
		max-width: 80%;
		font-size: 1.2em;
		padding-bottom: 150px;
	}
	
	#fb-page { display: none }
	
	#artigos-titulo h3 {
		padding-left: 20px;
		font-size: 1.7em;
	}
	
	#wrapper-artigos {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}

	.artigos {
		padding-top: 5%;
		padding-bottom: 5%;
		width: 550px;
		font-size: 1.3em;
	}
	
	.artigos a h1,
	.artigos a p,
	.artigos a h3,
	.artigos a h4,
	.artigos a h5 {
		margin-right: auto;
		margin-left: auto;
	}

	.artigos a h4 {
		text-align: center;
		font-size: 0.9em;
		padding-top: 10px;
	}
	.artigos a h5 { text-align: center }
	
	.img-blog01-highres { display: none }
	
	.img-blog01-lowres {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 550px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
}

@media (max-width: 600px) {
	#banner { background-position: -25vw 10vw }
	
	.titulos { font-size: 1.8em }
	.textos { font-size: 1.0em }
	
	#titulo,
	#texto {
		width: 100%;
		margin-left: -5%;
	}
	
	.artigo-texto { width: 90% }
	
	.artigos, .img-blog01-lowres { width: 95% }
}

@media (max-width: 360px) {
	#artigos-titulo h3 { font-size: 1.5em }
}
