@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

body, html {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	color:#1f221b;
	font-size:15px;
}

.holder {
	overflow:auto;
	padding-bottom:25px;
	border-bottom:1px solid #e7f2c7;
	margin-bottom:25px;
}

.lastholder {
	border-bottom:none;
}

h1 {
	margin:0 0 30px 0;
	font-size:2.3em;
	color:#425d23;
	font-weight:300;
	text-align:center;
}

h4 {
	margin:0 0 30px 0;
	font-size:31px;
	color:#425d23;
	font-weight:300;
	text-align:left;
}

h2 {
	font-weight:600;
    color: #fff;
	text-transform:uppercase;
	font-size:47px;
	text-align:center;
	text-shadow: 0 0 10px #3d5611;
	padding:30px 0;
	width:100%;
	background: url(../image/pagebg.jpg);
	margin:0 0 70px 0;
}

h3 {
	display:block;
	width:90%;
	text-align:center;
	color:#425d23;
	text-transform:uppercase;
}

h3 a {
	text-decoration:none;
	display:block;
	width:90%;
	padding:10px 4.5%;
	border: 1px solid #ebf2d7;
	text-align:center;
	color:#425d23;
	text-transform:uppercase;
	font-size:15px;
}

h3 a:hover {
	text-decoration:none;
	color:#425d23;
	background:#ebf2d7;
}

h5 {
	margin:0 0 15px 0;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:#425d23;
	font-weight:600;
}

.float_left {
	float:left;
}

.aligncenter {
	text-align:center;
}

.acordos img {
	margin:0 10px 10px 0;
}

#header {
	width:100%;
	padding:30px 0;
	overflow:auto;
	text-align:center;
}

.container{
	width:90%;
	max-width:1100px;
	overflow:auto;
	margin:0 auto 70px auto;
}

#links {
	margin-top:15px;
	float:right;
	text-align:center;
}

#links a {
	margin:0 10px;
	color:#535959;
	font-weight:600;
	text-decoration:none;
	font-size:14px;
	-webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

#links a:hover {
	color:#8bc302;
	-webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.demo_wrapper {
	margin-bottom:70px;
}

.span4 {
	width:22%;
	min-width:22%;
	margin-right:4%;
	float:left;
	overflow:auto;
}

.span4extra {
	width:44%;
	margin-right:4%;
	float:left;
	overflow:auto;
	text-align:center;
}

.span3 {
	width:30%;
	margin-right:5%;
	float:left;
	overflow:auto;
}

.span4 img, .span3 img {
	width:100%;
	height:auto;
}

.span5 {
	width:18%;
	margin-right:2.5%;
	float:left;
}

.last {
	margin-right:0 !important;
}

#footer {
	margin-top:110px;
	width: 100%;
	padding:80px 0 50px 0;
	background:#e4f7c7;
	font-size:14px;
	color:#3b5513;
}

.acordos img {
	margin:20px;
}

.span2 {
	width:70%;
	float:left;
	text-align:justify;
}

.span2 a {
	color:#1f221b;
}

.span2title {
	width:25%;
	margin-right:5%;
	float:left;
	font-size:14px;
	text-transform:uppercase;
	color:#425d23;
	font-weight:600;
}

.span50 {
	width:47%;
	margin-right:6%;
	float:left;
}

.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
	
#popup{
    height : 200px;
	width:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top: -100px;
    background-color:blue;
	z-index:100;
}

#showLeft {
	display:none;
	}

@media only screen and (max-width: 1100px) {
	#header > .container img {
		width:250px;
		height:auto;
		}

	#links a {
		font-size:12px !important;
	}
}

@media only screen and (max-width: 1000px) {
	#header > .container {
		text-align:center;
		}
	#header > .container img {
		width:300px;
		height:auto;
		}

	#links {
		display:none;
	}

	#links a {
		font-size:14px !important;
		display:block;
		margin:12px 0;
		width:100%;
		text-align:center;
	}

	.float_left {
		float: none;
	}

	#showLeft {
		display:block;
		width:90%;
		margin:25px 5% 15px 5%;
		text-align:center;
		text-transform:uppercase;
		background:#fff;
		border:1px solid #BEC4B4;
		padding:10px 0;
		font-size:2em;
	}
	
	.mobilecolapce {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	
	.mobilecolapcenone {
		display:none;
	}
	
	.aligncentermobile {
		text-align:center;
		margin-bottom:25px;
		}
}