@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%;
	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: 40%;
	font-size: 18px;
	text-align: left;
}

#titulo {
	position: relative;
	left: 15%;
	top: 35%;
	font-size: 40px;
	text-align: left;
	line-height: 35px;
}

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

#texto {
	position: relative;
	left: 15%;
	top: 37%;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
}

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

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

/* ----------------- 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;
}

#artigos-titulo h3 a {
	text-decoration: none;
	color: black;
}

#artigos-titulo h3 a:hover { color: #a02b2d }

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

/* ----------------- Início - ARTIGO ----------------- */

.link-artigo {
	text-align: center;
	color: #a02b2d;
}

.link-artigo:hover {
	color: #a02b2d;
}

.link-artigo:visited {
	color: #a02b2d;
}
.link-artigo:visited:hover {
	text-decoration: underline;
}

#artigo {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-color: #E9E9E9;
	color: black;
}

.fb-like { max-width: 90% }

#artigo-texto img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	max-width: 70%;
}

#artigo-texto h2 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 2em;
}

#artigo-texto h3 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	padding-top: 20px;
}

#artigo-texto h4 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	font-style: italic;
	font-size: 12px;
	text-align: left;
}

#artigo-texto p {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	font-size: 1.2em;
	text-align: left;
}

#veja-tambem {
    background-color: #E0E0E0;
	min-height: 200px;
}

#veja-tambem-titulo {
	position: relative;
	padding-top: 20px;
	font-size: 2.5em;
	text-align: center;
}

#veja-tambem-texto {
	width: 100%;
	text-align: center;
	padding: 10px 0 40px;
	font-size: 1.2em;
}

.link-veja-mais {
	text-align: center;
	color: #a02b2d;
}

.link-veja-mais:hover {
	color: #a02b2d;
}

.link-veja-mais:visited {
	color: #a02b2d;
}
.link-veja-mais:visited:hover {
	text-decoration: underline;
}

/* ----------------- Fim - ARTIGO ----------------- */

/* ------------------------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: 1024px) {	
	.banners { background-attachment: scroll }
	
	#banner { background-position: 0 0 }
	
	#fb-page { margin-right: 7% }
}

@media (max-width: 991px) {	
	#banner { margin-top: 59px }
	
	#titulo { top: 25% }
	
	#texto { top: 30% }
	
	#texto h2 { width: 60% }
	
	#fb-page { display: none }
	
	#artigos-titulo h3 {
		padding-left: 20px;
		font-size: 1.7em;
	}
	
	#artigo-texto h2 { line-height: 40px }
	
	#artigo-texto h2, #artigo-texto h3, #artigo-texto h4 { width: 90% }
	
	#artigo-texto p { width: 90% }
	
	#artigo-texto img { max-width: 90% }
	
	#veja-tambem-titulo {
		font-size: 2em;
		padding-top: 30px;
	}
	#veja-tambem-texto {
		font-size: 1.1em;
		margin-bottom: -10px;
	}
}

@media (max-width: 650px) {	
	#titulo { font-size: 30px }
	
	#texto { font-size: 18px }
	
	.fb-like { margin-left: auto }
}

@media (max-width: 600px) {
	#veja-tambem-titulo {
		padding: 15px 10px 0px;
	}
	#veja-tambem-texto { font-size: 1em }
}

@media (max-width: 480px) {
	#banner {
		height: auto;
		background-position: 53% 50%;
	}
	
	#titulo {
		text-align: center;
		top: 30%;
		left: 0;
		line-height: 30px;
		padding-bottom: 40px;
		padding-top: 100px;
	}
	
	#texto {
		padding-bottom: 100px;
		text-align: center;
		left: 0;
	}
	
	#texto h2 { width: 100% }
}

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