/* layout */


/* Barra de Navegação */
html, body, .capa{
	height: 100%;
}


body{		 
	background-attachment: fixed;
	font-family: Helvetica, Arial, Sans-serif;	
}



.img-logo{
	margin-top: -20px;
	height: 80px;
	width: 80px;
	display: block;
	background: url('_img/logo.png') no-repeat;	
	background-size: contain;
	color: transparent;
}

nav.navbar-transparente{
	padding: 15px 0px;
	background: white;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: black;
}


.slider01{
	margin-top: 100px;

}

.divisor{
	width: 1px;
	height: 16px;
	background: black;
	margin: 16px 10px;
}




/* Tipografia */


/* -- rodape -- */
footer {
	background: #000;
	padding: 50px 0px 20px 0px;
	position: relative;
}

.item-rede-social{
	float: right;
}

#rodape h4 {
	color: #919496;
	font-size: 12px;
	text-transform: uppercase;
}





