body {
	margin: 0;
	padding: 0;
}
#texto {
	background: #e42a2a;
	font-size: 28px;
	font-family: Arial;
	color: #FFF;
	text-align: center;
	padding: 35px;
	box-shadow: 0 2px 5px #d51c1c;
}
#imgs {
	background: url("../img/img.png") no-repeat 0 10px / 100%;
	height: 370px;
}
#imgs:after {
	content: "";
	height: 370px;
	width: 100%;
	position: absolute;
	background: #321919;
	opacity: 0.8;
}
#rodape {
	position: absolute;
	margin-top: -55px;
	color: #FFF;
	width: 100%;
	line-height: 35px;
	padding: 0;
}
#rodape ul {
	padding: 0;
}
#rodape ul li {
	max-height: 36px;
	float: left;
	padding-left: 20px;
	list-style: none;
}
#motrar_endereco {
	padding: 5px;
	margin-left: 10px;
	width: 250px;
	text-align: center;
	border-radius: 5px;
	background: rgba(212,212,212,0.3);
	margin-top: -115px;
	font-size: 14px;
	line-height: 1.5;
	display: none;
	font-family: Arial;
	color: #E5E5E5;
}

@media screen and (max-width: 1024px) {
	#imgs {
		background-position: 0 70px;
	}
}
@media screen and (max-width: 600px) {
	#imgs {
		background-position: 0 110px;
	}
	#texto {
		font-size: 24px;
	}
}
@media screen and (max-width: 400px) {
	#imgs {
		background-position: 0 150px;
	}
	#rodape {
		font-size: 10px;
	}
	#texto {
		font-size: 16px;
	}
}