* {box-sizing: border-box; margin: 0; padding: 0;}
html, body {height: 100%; width: 100%;}
body {
	font-family: "roboto", sans serif;
	background: rgb(0,0,0);
}
/*-------------------------------*/
@media (min-width: 320px) and (max-width: 480px) {
	.menu {
		margin-left:10px;
		margin-right: 10px;
	}
	.menu .borda {
		padding: 0px!important;
		background: none!important;
	}
}
/*-------------------------------*/

.container {
	max-width: 800px;
	text-align: center;
	height: 100%;
}
.margin-auto {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.topo {
	width: 100%;
	background-image: url('img/aguia.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200px;
  padding-top: 150px;
  margin-top: 20px;
}
.topo .logo {
	margin: 20px 0px;
	width: 280px;
}
.menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 20px 20px 0px 0px;
	padding-top: 20px;
	padding-bottom: 100px;
}
.menu .borda{
	padding: 5px;
	margin: 10px;
	border-radius: 10px;
	background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
               radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.menu a {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	display: flex;
	text-align: center;
	height: 150px;
	width: 150px;
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
	border-radius: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.menu a:hover {
	
	background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	
	}
	

.menu a img {
	width: 75px;
	height: 75px;
	padding: 5px;
}
.menu a span {
	font-size: 1em;
	display: block;
	margin: 0px 5px 5px 5px;
	text-align: center;

}
a.mesolu {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 100px;
}
.socialmedia{
	display: block;
	position: fixed;
	bottom: -1px;
	width: 100%;
	padding: 10px;
	border-top: solid 5px #FDB931;
	
	background-color:#ccc;
	/*background: url("bg.jpg");*/
	

	
	
	-webkit-box-shadow: -1px -5px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -5px 14px -4px rgba(0,0,0,0.75);
	box-shadow: -1px -5px 14px -4px rgba(0,0,0,0.75);
}
.socialmedia .flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
}
.socialmedia a{
	
	border-radius: 10px;
	display: block;
	width: 43px;
	height: 43px;
	margin: 10px;
	
	/*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
}
.socialmedia a:lastchild{margin-right: 0px;}
.socialmedia img:hover {width: 40px; height: 40px;}

.socialmedia img{
	width: 33px;
	height: 33px;
	margin: 5px;
}


.page {
	display: block;
	width: 94%;
	margin-top: 20px;
	margin-bottom: 100px;
	border-radius: 20px;
	padding: 10px 20px;
	background-color: #fff;
}
.page .title {
	font-size: 22px;
	font-weight: bolder;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: solid 5px #000;
	text-transform: uppercase;
	
}
.page .desc {
	font-size: 18px;
	padding-top: 20px;
	text-align: justify;
}
.page .imagens {
	margin: 20px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}
.page .imagens img{
	width: 300px;
	margin: 10px;
	border-radius: 10px;
    box-shadow: 0 5px 13px 0 rgba(0,0,0,.13);	
}
@media (max-width: 480px) {
	.page .imagens img{
		width: 100%;
	}
}









