body, html {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600; 
}

body {
	background-color: #de9e59;
}

div#orc img {	
	width: 80%; 
	max-width:600px;
	height:auto;
}

div#orc {	
	text-align: center;
}

div#logo {
	background-image: url('../img/tenda.png');
	width: 245px;
	height: 83px;
	margin: auto;
}

div#texto-destaque {
	width: 60%;
	margin: auto;
	margin-top: 30px;
	font-size: 1.1rem;
	line-height: 2.0rem;
	text-align: center;
	padding-bottom: 50px;
}

div#facebook {
	text-align: center;
	margin-bottom: 50px;
}