body {
	background-color: antiquewhite;
	font-family: 'Montserrat', sans-serif;
}

header {
	background-color: #c29a79;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

img.banner {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 50%;
	box-sizing: border-box;
	border-color: black;
	border-width: 2px ;
	border-style: groove;
	border-radius: 4px;
	box-shadow: 10px 6px 30px black;
}

nav ul {
	position: absolute;
	top: 10%;
}

nav li {
	display: inline-block;
	position: relative;
	margin: 5px;
	padding: 4px;
	box-sizing: border-box;
	border-color: black;
	border-width: 2px ;
	border-style: groove;
	border-radius: 4px;
	text-align: center;
}

nav li:hover {
	border-color: #ffffff;
	text-decoration: underline;
	transition: all 500ms;
}

nav li:active {
	border-color:blue;
	color: blue;
	transition: all 500ms;
}

nav a {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	transition: all 500ms;
}

nav a:hover {
	color: #ffffff;
	transition: all 500ms;
}

nav a:active {
	color: blue;
	border-color: blue;
	transition: all 500ms;
}

.titulo-principal {
	display: inline-block;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	background-color: #c9a461;
	box-sizing: border-box;
	border-color: black;
	border-width: 3px ;
	border-style: groove;
	border-radius: 7px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-shadow: 0px 0px 10px #ffffff;
}

.titulo-centralizado {
	text-align: center;
	text-decoration: underline;
	text-shadow: 0px 0px 10px #ffffff;
}

.principal {
	background: #b9b5b5;
	padding: 5px;
	margin: auto;
}

.utensilios {
	width: 120px;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	border-color: black;
	border-width: 2px ;
	border-style: groove;
	border-radius: 4px;
}

#missao {
	font-size: 20px;
	text-align: center;
}

.beneficios {
	background-color: #c29a79;
	vertical-align: top;
	padding: 5px;
	margin-top: 8px;
}

.titulo-beneficios {
	text-align: center;
	font-size: 25px;
	text-decoration: underline;
	text-shadow: 0px 0px 10px #ffffff;
}

ul {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	list-style: none;
	margin-right: 20px;
}

.itens {
	font-style: italic;
	font-size: 20px;
	margin: auto;
	padding-bottom: 30px;
	text-shadow: 0px 0px 10px #ffffff;
}

.itens:before {
	content: "★";
}

.itens:first-child {
	font-weight: bold;
}

.itens:nth-child(3) {
	font-weight: bold;
}

.itens:last-child {
	font-weight: bold;
}

img.imagembeneficios {
	display: inline-block;
	position: relative;
	margin-left: 0px;
	margin-right: auto;
	width: 60%;
	box-sizing: border-box;
	border-color: black;
	border-width: 4px ;
	border-style: groove;
	border-radius: 4px;
	box-shadow: 10px 10px 30px black;
}

.mapa {
	background-color: #b9b5b5;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	margin-top: 8px;
	font-size: 25px;
}

.mapa iframe {
	display: block;
	margin: auto;
}

footer {
	background: url("../images/bg.jpg");
	width: 100%;
	bottom: 0;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 5px;
}

.copyright {
	color: white;
	text-align: center;
}

@media screen and (max-width: 480px) {
	body,header, section ul, section li {width: auto; height: auto;}

	img.banner {
		display: inline-block;
		position: relative;
		margin-left: 20px;
	}

	nav ul {
		position: absolute;
		left: 48%;
		bottom: 20%;
	}

	nav li {
		text-shadow: 0px 0px 10px white
	}

	img.imagembeneficios {
		width: 100%;}
}