body{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.img_rodape{
	width: 30px;
	height: 30px;
}

.top{
	margin-top: 0.5rem;
}

footer#contato-rodape{
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(0, 0, 50, 1.0);
	color: #fff;
	padding: 100px 0;
	text-align: center;
}

footer#contato-rodape a{
	text-decoration: none;
	color: #fff;
}

article#grupoRodape{
	position: relative;
	width: 22%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 25px 0;
}

article#grupoRodape p{
	font-size: 12pt;
	text-align: center;
	text-indent: 0px;
	line-height: 5px;
	color: #fff;
}

article#grupoRodape h3{
	color: #fff;
	font-size: 18pt; 
}

article#pagamento{
	width: 90%;
	padding: 100px 0px;
	margin-left: 5%;
}

article#hgroupPagamento p{
	font-size: 12pt;
	text-align: center;
	text-indent: 0px;
	line-height: 20px;
	color: #fff;
}

article#hgroupPagamento h3{
	color: #fff;
	font-size: 18pt; 
}

.cartoes{
		width: auto;
		height: 100%;
}

iframe#mapa{
	position: relative;
	width: 100%;
	height: 300px;
	padding: 100px 0;
}

article#reservado{
	position: relative;
	width: 100%;
	height: auto;
	height: auto;
	background: rgb(0, 0, 30);
	padding: 30px 0;
	text-align: center;
}

article#reservado p{
	text-align: center;
	color: #fff;
}

/******************************************* MOBILE ***********************************************/
@media (max-width: 980px){		
	.img_rodape{
		width: 30px;
		height: 30px;
	}

	.cartoes{
		width: 90%;
		height: 40px;
	}

	article#grupoRodape{
		position: relative;
		width: 90%;
		height: auto;
		display: block;
		vertical-align: middle;
	}

	iframe#mapa{
		position: relative;
		width: 100%;
		height: 150px;
		padding: 25px 0;
	}

}