html{
	font-size: 14px;
}

body{
	background: url(../img/background.jpg) no-repeat top center;
	background-size: cover;
	font-family: "Arial", sans-serif;
	font-size: 1em;
	color: #4d4d4e;
}

header img{
	max-width: 50%;
	margin: 130px auto 90px;
}

@media(max-width: 991px){
	header img{
		margin: 70px auto 50px;
	}
}

@media(max-width: 500px){
	header img{
		max-width: 60%;
		margin: 30px auto 20px;
	}
}

.container{
	max-width: 940px;
}

@media(max-width: 1050px){
	.container{max-width: 90%;}
}

.pag{
	background-color: #f1f2f2;
	padding-bottom: 100px;
}

@media(max-width: 500px){
	.pag{padding-bottom: 30px;}
}

.img-pag{
	position: relative;
    width: 110%;
    margin-left: -5%;
    top: -33px;
}

@media(max-width: 768px){
	.img-pag{
		top: -15px;
	}
}
@media(max-width: 400px){
	.img-pag{
		top: -10px;
		width: 120%;
    	margin-left: -10%;
    }
}

p.apresentacao{
	position: relative;
	display: block;
	max-width: 730px;
	margin: 20px auto 0;
	color: #66ac91;
	text-align: center;
}

@media(min-width: 992px){
	p.apresentacao{line-height: 2em;}
}

h1{
	font-size: 1.45em;
	font-weight: bold;
	text-align: center;
	color: #9d6e4a;
	margin: 100px 0 30px;
	text-transform: uppercase;
	clear: both;
}

p.instrucao{
	text-align: center;
	font-size: 0.9em;
	color: #ccc;
}

@media(min-width: 992px){
	p.instrucao{display: none;}
}

@media(max-width: 992px){
	h1{
		font-size: 1.3em;
		margin: 80px 0 0;
	}

	p.instrucao{margin-bottom: 20px;}
}

@media(max-width: 768px){
	h1{
		font-size: 1.25em;
		margin: 40px 0 0;
	}

	p.instrucao{margin-bottom: 15px;}
}

@media(max-width: 500px){
	h1{margin: 40px 0 0;}
	p.instrucao{margin-bottom: 0;}
}


.iniciativas{
	display: block;
	position: relative;
	width: 792px;
	margin: 0 auto;
}

.iniciativas a{
	display:block;
	width:103px;
	height:103px;
	background-size:contain !important;
	background-repeat:no-repeat;
	background-position:50% 50%;
	color:transparent !important;
	margin:0 5px;
	float: left;
	cursor: pointer;
}

.iniciativas a:hover, .iniciativasHover{
	height: 119px !important;
}

@media(max-width: 940px){
	.iniciativas{width:  100%;}
	.iniciativas a{width: calc(14.28571428571429% - 10px);}
}

@media(max-width: 650px){
	.iniciativas a, .iniciativas a:hover, .iniciativasHover{height: 80px !important;}
}

@media(max-width: 530px){
	.margin-inic{margin-left: 8%;}

	.iniciativas a{
		margin: 0 2px;
		width: calc(12% - 4px);
	}

	.iniciativas a:hover, .iniciativasHover{
		width:  calc(25% - 4px) !important;
	}
}

.iniciativas #faro{background-image:url(../img/menu/faroverde.png);}
.iniciativas #clubinho{background-image:url(../img/menu/clubinhoverde.png);}
.iniciativas #simbiotech{background-image:url(../img/menu/simbiotechverde.png);}
.iniciativas #mandua{background-image:url(../img/menu/manduaverde.png);}
.iniciativas #consultoria{background-image:url(../img/menu/consultoriaverde.png);}
.iniciativas #arvoreQuerida{background-image:url(../img/menu/arvorequeridaverde.png);}
.iniciativas #theris{background-image:url(../img/menu/therisverde.png);}

.iniciativas #faro:hover, .farohover{background-image:url(../img/menu/faro.jpg) !important;}
.iniciativas #clubinho:hover, .clubinhohover{background-image:url(../img/menu/clubinho.jpg) !important;}
.iniciativas #simbiotech:hover, .simbiotechhover{background-image:url(../img/menu/simbiotech.jpg) !important;}
.iniciativas #mandua:hover, .manduahover{background-image:url(../img/menu/mandua.jpg) !important;}
.iniciativas #consultoria:hover, .consultoriahover{background-image:url(../img/menu/consultoria.jpg) !important;}
.iniciativas #arvoreQuerida:hover, .arvoreQueridahover{background-image:url(../img/menu/arvorequerida.jpg) !important;}
.iniciativas #theris:hover, .therishover{background-image:url(../img/menu/theris.jpg) !important;}

.textos_iniciativas{
	padding:  50px 0;
	clear: both;
	display: none;
}

@media(max-width: 940px){
	.textos_iniciativas{padding: 20px 0;}
}

@media(max-width: 767px){
	.textos_iniciativas{padding: 0 0 20px;}
}

.textos_iniciativas > div{
	position: relative;
	display: block;
	max-width: 450px;
	margin: 0 auto;
}

.textos_iniciativas p{
	text-align: justify;
}

.textos_iniciativas .links a{float: right;}

.textos_iniciativas .acessos{
	background-color: #ffca05;
	text-transform:uppercase;
	color:#fff;
	padding:7px;
	border-radius:10px;
	box-shadow:1px 3px #b4b5b5;
	margin:5px 7px 0 0;
	font-weight:bold;
	text-shadow: 1px 1px #d5a904;
}

.textos_iniciativas .acessos:hover{
	text-decoration:none;
	background-color:#ebba04;
}

.textos_iniciativas .acessos:active{box-shadow:0 0 #808080; margin:7px 5px 0 0;}

footer{
	position: relative;
	background: url(../img/rodape_background.png) no-repeat top center;
	background-size: cover;
	margin-top: 200px;
	padding: 200px 0 30px;
}

@media(max-width: 550px){
	footer{
		margin-top: 100px;
		padding: 150px 0 20px;
		background: url(../img/background_mobile.png) no-repeat top center;
		background-size: cover;
	}
}

footer .col-md-5, footer .col-md-1{float: left;}

footer .folha{
	position: absolute;
	right: 0;
	top: -100px;
	width: 300px;
}

@media(max-width: 1249px){
	footer .folha{
		width: 250px;
		top: -70px;
	}
}

@media(max-width: 768px){
	footer .folha{
		width: 200px;
		top: -20px;
	}
}

@media(max-width: 500px){
	footer .folha{
		width: 120px;
		top: 0;
	}
}

footer .redes{
	text-align: center;
}

footer .redes a,
footer .redes img{
	display: inline-block;
	max-width: 100%;
}

footer .redes a{width: 50px;}

footer .formulario input,
footer .formulario textarea{
	width:100%;
	resize:none;
	padding:3px;
	margin:2px 0;
	font-style:italic;
}

footer .formulario textarea{height:75px;}

footer .formulario input:focus,
footer .formulario textarea:focus{
	outline: none;
	box-shadow: none;
}

footer .formulario #submit{
	position: relative;
	width: 100px;
	font-style:normal;
	background-color: #5b3419;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	left: 50%;
	margin-left: -50px;
}

footer .formulario #submit:hover{background-color:#009447;}

footer .formulario p{
	color:#fff;
	font-size:12px;
	margin-top:10px;
	font-style:italic;
	text-align: center;
}

footer .formulario p span{
	font-weight:bold;
	font-style:normal;
	font-size:14px;
}

footer p.copyright{
	text-align: center;
	color: #fff;
	margin: 50px 0 0;
}

footer p.copyright span{
	font-weight: normal;
	font-size: 0.9em;
}

footer p.copyright a{color: #fff;}

footer p.copyright a:hover{color: #009447;}