@charset "utf-8";
body {
	margin: 0px;
	color: #151515;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #EFF5F8;
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	left: 0%;
	float: none;
}
#top {
    overflow: hidden;
}
#hero img {
	max-width: 100%;
	text-align: center;
}
h1 , h2  {
	color: #189B2B;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
}


h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
h2 {
	margin-top: 0.5em;
	/* [disabled]background-color: #BDBDBD; */
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
}
#wrapper #topo #hero img {

}

#sidebar {
	width: 34%;
	margin-left: 4%;
	float: left;
}




figure {
	display: block;
	width: 420px;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	text-align: center;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	right: 0px;
	float: none;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #43a6cb;
	color: #FFFFFF;
	width: 100%;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF944C;

}
#main ul {
	list-style-type: none;
	text-align: left;
}
#main {
	text-align: justify;
	background-color: #AEE5A7;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
}
#main a:hover, #mainnav a :active, #mainnav a:focus  ,#mainnav a ,thispage{
	background-color: #949292;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 25%;
	display: block;
	float: left;
	color: #FDFDFD;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #4d4d4d;
}
#mainnav a:hover, #mainnav a:active, #mainnaiv a:focus  , #mainnav a.thispage {
	background-color: #3E9211;
}
#wrapper #topo #main h2 {
	padding-top: 0px;
	top: 0px;
	margin-top: -22px;
}
#wrapper #topo figure #imagemtitulo img {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: -50px;

}
#imagemtitulo ul {
	text-align: justify;
}
#secção {
	text-align: right;

}
#button {
	color: #110101;
	background-color: #5ACC55;
	display: inherit;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 50%;
	height: 30%;
}
#button2 {
	background-color: #5ACC55;
	width: 64%;
}
#hero {
}


@media screen{
}
