

#banner	
{
	height: 557px;
	background: url('/imagens/quem-somos.png');
	background-size: cover;
	background-position: center;
	

}

#conheca{
	width: 740px;	
	background: #f3f2f2; 
	position: relative; 
	margin: -100px auto 100px;
	-webkit-box-shadow: 10px 10px 36px -1px rgba(163,161,163,1);
	-moz-box-shadow: 10px 10px 36px -1px rgba(163,161,163,1);
	box-shadow: 10px 10px 36px -1px rgba(163,161,163,1);
	padding: 80px;
	text-align: center;
}

#conheca h2{
	margin-bottom: 40px;
}

#conheca p{
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 150%;
}

#conheca a{
	width: 400px;
	height: 75px;
	line-height: 75px;
	font-size: 32px;
	color: #fff;
	background: #0b1d76;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
}


/*-lg*/
@media (max-width: 1199.98px) {

}

/*-md*/
@media (max-width: 991.98px) {
	#conheca{
		width: 100%;
		padding: 20px;
	}
}

/*-sm*/
@media (max-width: 767.98px)  {
   	#conheca a{
		   width: 90%;
		   font-size: 18px;
		   height: 50px;
		   line-height: 50px;
	   }
	
}
/*-mobile*/
@media (max-width: 575.98px) {
	#banner{height: 250px;}
	#conheca{margin-top: -20px;}
	#conheca p{
		font-size: 14px;
	}
}