header {
	-webkit-box-shadow: 0px 4px 11px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 11px 1px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 11px 1px rgba(50, 50, 50, 0.5);
}

#fundo-textura {
	padding-top: 0;
}

#capa-home {
	height: 100%;
	width: 100%;
	position: relative;
	/*background-image: url(../images/Home1.JPG); */
	/*background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	
	border-bottom: 1px solid #BBB;
	/*z-index: -20;*/
}

#social-capa-home {
	height: 45px;
	position: absolute;
	top: 120px;
	right: 130px;
	z-index: 10;
}

#social-capa-home a {
	height: 45px;
	width: 45px;
	//background-color: rgba(0, 0, 0, .7);
	display: inline-block;
	margin-right: 2px;
	position: relative;
}
#social-capa-home img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	transition: all .1s ease-in-out;
}
	#social-capa-home a:hover img {
		opacity: .8;
	}

#logos-capa-home {
	height: 45px;
	position: absolute;
	top: 120px;
	left: 130px;
	z-index: 10;
}

#logos-capa-home a {
	height: 120px;
	width: 120px;
	//background-color: rgba(0, 0, 0, .7);
	display: inline-block;
	margin-right: 2px;
	position: relative;
}
#logos-capa-home img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	transition: all .1s ease-in-out;
}
#sbc-photo {
	margin-top: 20px;
}
	#social-capa-home a:hover img {
		opacity: .8;
	}	

#logo-capa-home {
	height: 118px;
	width: 692px;
	padding: 12px;
	margin-left: -375px;
	background-color: rgba(250, 250, 250, .75);
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 10;
}

#slideshow {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	/*z-index: -20;*/
}

.slide {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0;

	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	.slide:first-child {
		opacity: 1;
	}

.paisagem {
	height: 100%;
}
.retrato {
	width: 100%;
}

#navegacao {
	position: absolute;
	top: 120px;
	left: 130px;
	z-index: 10;
	/*width: 150px;*/
}

.botao {
	height: 45px;
	width: 45px;
	background-color: rgba(0, 0, 0, .7);
	cursor: pointer;
	color: #FFF;
	font-size: 50px;
	margin: 5px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
}
	.navegacao:first-child {

	}

#sobre-corpo {
	width: 625px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}

#sobre-corpo h2 {
	margin-bottom: 15px;
}

#sobre-corpo h3 {
	font-size: 25px;
}

#widgets {
	height: 400px;
	width: 300px;
	margin-left: 20px;
	display: inline-block;
}

#fb-plugin {
	margin-top: 10px;
}

#ultimas-noticias h2 {
	font-size: 25px;
	border-bottom: 2px solid #595657;
	margin-bottom: 10px;
	/*display: inline-block;*/
	padding-right: 15px;
	margin-top: 15px;
}

#ultimas-noticias a {
	color: #083E89;
}

#ultimas-noticias h3 {
	font-size: 20px;
}

#noticia-destaque {
	border-left: 2px solid rgba(0, 165, 79, .6);
	padding: 10px;
}
#noticia-destaque p {
	margin: 0;
}

.noticias {
	margin-left: 18px;
	margin-top: 5px;
	font-size: 20px;
}
.noticias h4 {
	font-size: 15px;
	font-family: sans-serif;
	margin-top: 10px;
}

#ler-mais {
	color: #3B5998;
	font-family: sans-serif;
	font-weight: 200;
	margin-top: 10px;
	margin-left: -2px;
	font-size: 15px;
}
#ler-mais a {
	font-weight: 600;
}