body{
	color: #3b3b3b;
	font-family: 'Open Sans', sans-serif;
}

/* ############### HOME ############### */

/* ---- HEADER ---- */

.header-home{
	background: url(../img/banner/home.jpg) top center no-repeat;
}

.header-home h2{
	color: white;
	font-size: 52px;
	text-align: center;
	display: inline-block;
	margin-top: 140px;
	font-family: inherit;
	margin-bottom: 100px;
}

.title-banner{
	text-align: center;
}

.footer-banner h3{
	font-weight: 600;
	font-size:  28px;
	font-family:  'Open Sans',sans-serif;
	margin: 16px 80px 0 0;
}

.footer-banner{
	background: rgba(255,255,255,0.3);
	padding: 30px 0;
}

.footer-banner h3, .footer-banner a{
	display: inline-block;
	color: white;
}

.footer-banner a{
	float: right;
	border: solid 2px;
	padding: 15px 40px;
	font-weight: 600;
	font-size:  20px;
}

.footer-banner a:hover{
	background: rgba(255,255,255,0.2);
}


.logo{
	width: 300px;
	height: auto;
	background: rgba(255,255,255,0.5);
	display: block;
	padding: 20px 0 10px ;
}

.logo h1{
	text-indent: -9999px;
	margin: 0 auto;
	padding: 10px 10px;
	height: 80px;
	background: url(../img/layout/logo.svg) top center no-repeat;
}

nav > ul {

  	float: right;
    list-style: none;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

nav > ul li:hover{
	text-decoration: underline;
}

nav > ul > li {
  	text-align: center;
	  line-height: 40px;
	  margin-left: 70px;
	  padding-bottom: 30px;
}

nav > ul li ul li {
	  width: 100%;
  	text-align: left;
  	margin-bottom: 25px;


}

nav > ul li ul li:last-child{
	margin-bottom: 0;
}

nav ul li:hover {
	  cursor: pointer;
	  position: relative;
	  color: #2C4C23 !important;
}
nav ul li:hover > ul.dropdown {
    display: block;
    background: rgba(255,255,255,0.8);
	color: #2C4C23;
    padding: 35px;
    list-style: none;
    width: 290px;
    font-size: 14px;
    margin-left: 0;

}
nav ul li:hover > a {
	  color: white;
}
nav > ul > li > a {
	  cursor: pointer;
	  display: block;
  	outline: none;
  	width: 100%;
	  text-decoration: none;
}

nav > ul > li {
  	float: left;
}
nav a {
	  color: white;
}
nav > ul li ul {
  	display: none;
  	position: absolute;
  	left: 0;
	  top: 100%;
  	width: 100%;
	  z-index: 2000;
}
nav > ul li ul li > a {
	  text-decoration: none;
	  color: #2C4C23;
}

nav > ul li  ul li > a:hover{
	color: #2C4C23;
}

[type="checkbox"], label {
	  display: none;
}

@media screen and (max-width: 768px) {
	nav ul {
		  display: none;
	}

	label {
  		display: block;
  		background: #80C666;
		  width: 40px;
  		height: 40px;
  		margin: 30px 20px;
  		cursor: pointer;
		  position: absolute;
		  right: 0;
  		top: 0px;
	}

label:after{
  content:'';
  display: block;
  width: 30px;
  height: 5px;
  background: rgba(255,255,255, 0.8);
  margin: 7px 5px;
  box-shadow: 0px 10px 0px rgba(255,255,255, 0.8), 0px 20px 0px rgba(255,255,255, 0.8);
}

	[type="checkbox"]:checked ~ ul {
  		display: block;
  		top:80px;
  		z-index: 9999;
  		width: 290px;
  		  		position: absolute;
		  right: 20px;

	}

	nav a {
		  color: #80C666;
	}

	nav ul li {
		  display: block;
  		float: none;
  		width: 100%;
  		text-align: left;
  		background: #222;
		  text-indent: 20px;
	}

	nav > ul > li {
  		margin-left: 0px;
  		    padding: 20px 0 0px 20px;

  		background: rgba(255,255,255, 0.9);

	}

	nav > ul > li a:hover{
		color: #80C666;
	}

	nav > ul > li:last-child{
		padding-bottom: 20px;
	}

nav ul li:hover > ul.dropdown {
	display: none;
}

ul.dropdown{
	display: block;
}

	nav > ul li ul li {
  		display: block;
		  float: none;
background: none;
text-align: right;
color: #2C4C23;
	}

	nav > ul > li > a{
		color: #2C4C23;
	}

	nav > ul li ul {
		  display: block;
  		position: relative;
  		width: 100%;
		  z-index: 9999;
		  float: none;
	}


	nav.nav-inner label{
		margin-top: 80px;
	}

	nav.nav-inner [type="checkbox"]:checked ~ ul{
		top: 130px;
	}
}



/* ---- SERVICOS ---- */

.services-home{
	text-align: center;
	padding:80px 0 0;
}

.services-home h2{
	font-weight: 700;
	font-size:  20px;
	font-family:  'Open Sans',sans-serif;
	margin-bottom: 30px;
}

.services-home p{
	line-height: 1.6;
	font-size: 15px;
}

.services-home img{
	margin-bottom: 30px;
}

.service-box{
	padding: 0 30px;
	margin-bottom: 80px;
}

.service-box a{
	display: inline-block;
	padding: 12px 20px;
	background: #80C666;
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	color: white;
	text-transform: uppercase;
}

.service-box a:hover{
	background: #6CAB55;
}


/* ---- FORM ---- */


.form-home{
	height: 191px;
	background: #80C666;
	position: relative;
	margin: 80px 0 120px 0;
}

.form-box{
	min-height: 288px;
	padding: 44px;
	background: white;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	top: -48px;
}

.form-box b{
	font-weight: 700;
	font-size:  24px;
	padding-bottom: 27px;
	display: block;
}

.form-box p{

	font-size:  18px;
	font-weight: 600;
}

.form-box a{
	color: inherit;
}

.form-box p span {
	color: #558E42;}

.form-container{
	padding: 30px 0 0;
}

.form-box input[type='submit'], .form-contact input[type='submit']{
	border: none;
	color: white;
	padding: 18px 20px;
	background: #80C666;
	font-weight: 700;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
}

.form-box input[type='text'], .form-box input[type='email'], .form-green input[type='text'], .form-green input[type='email'], .form-contact input[type='text'], .form-contact input[type='email'] {
	border: 1px solid #E4E4E4;
	padding: 13.5px 7px;
	font-size: 18px;
	margin: 0 0 25px;
	width: 100%;
}

.form-box ::-webkit-input-placeholder, .form-green ::-webkit-input-placeholder {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 14px;
}

.form-box  :-moz-placeholder, .form-green  :-moz-placeholder {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 14px;
}

.form-box  ::-moz-placeholder, .form-green  ::-moz-placeholder {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 14px;
}

.form-box  :-ms-input-placeholder, .form-green  :-ms-input-placeholder {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 14px;
}

/* ---- CLIENTES ---- */


.clients{
	text-align: center;

}
.clients h2{
	font-weight: 600;
	font-size:  26px;
	font-family:  'Open Sans', sans-serif;

	margin: 40px 0 60px;
}

.clients ul {
	list-style: none;
	margin: 70px 0 0;
	padding: 0;
}

.clients ul li {
	float: left;
	margin-left: 32px;
}

.clients ul:first-child {
	margin-left: none;
}

.clients ul li img{
	max-width: 100%;
	height: auto;
	width: 80%;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

/* ---- FOOTER ---- */

footer{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 335px;
	border-top: 3px solid #86C86D;
	margin: 95px 0 0;
	padding: 50px 0 0;
}

footer b {
	color: #80C666;
	font-size: 14px;
}

footer a{
	color: inherit;
}

footer a:hover{
	color: inherit;
}

footer img {
	width: 50%;
	display: block;
	margin-bottom: 20px;
}

footer p{
	line-height: 1;
}


/* ############### CONSULTORIA ############### */

/* ---- HEADER ---- */

.header-inner{
	background: url(../img/banner/empresa.jpg) top center no-repeat;
	/*color: white;*/
}

.header-inner p{
	text-transform: uppercase;
	font-weight: 600;
	font-size:  14px;
	margin: 50px 0 0 0;
}

.header-inner h2{
	font-weight: 600;
	font-size:  45px;
	font-family:  'Open Sans',sans-serif;
	padding-bottom: 50px;
}

.ghost-menu{
	background: rgba(255,255,255,0.7);
	margin-top: 50px;
	height: 100px;
}

 nav.nav-inner a{
	color: #2C4C23;
}

nav.nav-inner a:hover{
	color: #2C4C23;
}

.logo-inner{
	background: none;
}


.logo-inner h1{
	text-indent: -9999px;
	background-size: 100%;
	background: url(../img/layout/logo.svg) no-repeat;
}

nav.menu-inner{
	color: #2C4C23;
}

nav.menu-inner h1{
	display: none;
}

nav.menu-inner ul {
	float: right;
}

nav.menu-inner ul li{
	display: inline-block;
	float: left;
	margin: 20px 10px 0px 40px;
	text-transform: uppercase;
	font-weight: 700;
}

nav.menu-inner ul li:first-child{
	margin-left: none;
}

nav.menu-inner ul li a{
	color: inherit;
}

nav.menu-inner ul li a:hover{
	text-decoration: underline;
}



/* ---- INTRO ---- */

.projects-intro, .residual-intro, .residual-projects, .hazard-intro, .hazard-projects, .water-intro {
	margin-top: 60px;
}

.projects-intro h2, .projects h2, .where h2, .empresa-intro h2, .clientes-list h2, .residual-intro h2, .residual-projects h2, .hazard-intro h2, .hazard-projects h2, .water-intro h2, .water-projects h2{
	font-weight: 600;
	font-size:  36px;
	font-family:  'Open Sans', sans-serif;
	color: #558E42;
	margin-bottom: 40px;
}

.projects-intro p, .hazard-intro p, .water-intro p{
	line-height: 2;
}

/* ---- MORE INFO ---- */

.projects-more-info, .residual-more-info, .hazard-more-info{
	margin-top: 40px;
	padding: 60px 0;
	background: url(../img/layout/faixa.jpg);
	color: white;

}

.projects-more-info div, .residual-more-info div, .hazard-more-info div{
	padding: 0 25px 0 0;
}

.projects-more-info div:last-child, .residual-more-info div:last-child, .hazard-more-info div:last-child{
	padding: none !important;
}

.projects-more-info p, .residual-more-info p, .hazard-more-info p{
	line-height: 1.8;
	font-size: 18px;
}

/* ---- PROJECTS LIST ---- */

.projects ul li{
	list-style: none;
}

.projects ul li.bullet, .projects ul.bullet li, .empresa-intro ul.bullet li, .residual-projects ul.bullet li, .hazard-projects ul.bullet li, .water-projects ul.bullet li{
	list-style: none;
	font-weight: 600;
	padding-left: 30px;
	background: url(../img/layout/bullet.svg) no-repeat;
	margin-bottom: 20px;
}

.projects .list-one ul li ul {
	margin-top: 10px;
	line-height: 2.4;
	font-weight: 400;
}


.projects, .water-projects {
	margin-top: 60px;
}

.projects .list-one .no-bullet{
	list-style: none;
	background: none;
}


.where{
	margin-top: 60px;
}
/* ---- FORM GREEN ---- */

.form-green{
	background: #80C666;
	margin-top: 60px;
}

.form-green-box{
	padding: 40px 40px;

}

.form-green-box b{
	font-size: 28px;
	color: white;
	display: block;
	margin-bottom: 20px;
}

.form-green-box p{
	color: white;
	font-size: 18px;
	margin: 0;
}

.form-green-box a{
	color: white;
}

.info p:first-child{
	margin-top: 40px;
}

.form-green input[type='submit']{

	border: solid 2px white;
	padding: 14px 20px;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	background: none;
	color: white;
	font-weight: 600;
}

.form-green input[type='submit']:hover{
	background: rgba(255,255,255,0.2);

}

.eng-intro{
	padding-right: 40px;
}
.engenharia-page{
	background: url(../img/banner/engenharia.jpg) top center no-repeat;
}
.eng-pics{
	    padding: 60px 0px;
	background: #e7e7e7;
}

.eng-pics img.max{
	margin-bottom: 30px;
	max-width: 100%;
	max-height: 240px;
	padding: 4px;
	border: 1px solid white;
}
/* ############### HELPERS ############### */

.alert {
	display: block;
	position: relative;
	bottom: -10px;
	clear: both;
	padding: 14px;
}

.error-msg{
	border: 1px solid #800514;
	background: #F0CDD1;
	color: #800514;
}

.success-msg{
	border: 1px solid #1D5936;
	background: #D6E5DD;
	color: #1D5936;
}

.mission{
	background: #80C666;
	font-family: 'Open Sans', sans-serif;
	color: white;
	padding: 60px;
}

.mission h2{
	font-weight: 600;
	font-size:  30px;
	font-family:  'Open Sans', sans-serif;
}

.mission ul{
	margin: 0;
}
.mission ul li{
	display: inline-block;
	    background: rgba(255,255,255,0.7);
	    color: #3b3b3b;
	    font-size: 14px;
	    padding: 10px 13px;
	    margin-left: 10px;
	    border-radius: 30px;
}

.mission ul li:first-child{
}

.empresa-intro{
	margin-top: 60px;
	margin-bottom: 40px;
}

.empresa-intro p{
	line-height: 2;
}

.empresa-intro ul{
	margin-left: 0;
	font-size: 18px;
	font-weight: 700 ;
}

.empresa-intro ul li{
	font-weight: 700 !important;
}

.list-states-border{
	border: solid 3px #e7e7e7;
	width: 440px;
	border-bottom: none;
	margin-top:50px;
}

.list-states-border ul{
background: white;
    line-height: 2.4;
    font-size: 18px;
    center: 0;
    width: 425px;
    height: 50px;
    top: -14px;
    left: 5px;
    margin: -10px 0 0 5px;
    padding: 10px 20px;
    font-weight: 600;
	list-style: none;
    color: #80C666;
}

.list-states-border span{
	color: #3b3b3b;
}

.empresa-intro a{
	display: inline-block;
	padding: 12px 20px;
	background: white;
	border: 2px solid #80C666;
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	color: #80C666;
	text-transform: uppercase;
}

.empresa-intro a:hover{
	background: #F0FBEC;
}

.list-states{

}

.contact{
	margin-top: 60px;
}

p.contact-info{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}

.map-box p:last-child{
	margin-bottom: 40px;
}

p.contact-info span{
	color: #80C666;
}

p.contact-info a{
	color: inherit;
}

.form-contact input[type='textarea']{
	border: 1px solid #E4E4E4;
	padding: 13.5px 7px;
	font-size: 18px;
	margin: 0 0 25px;
	min-height: 160px;
	width: 100%;
}

.contact hr{
	margin: 40px 0;
}

.map-wrapper{
	background: url(../img/fale-conosco/mapa.jpg);
	
}

.map-box{
background: rgba(255,255,255,0.8);
    margin: 80px auto;
    padding: 40px 40px 50px 40px;
}

.map-box a{
		border: solid 2px #80C666;
	padding: 14px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	background: none;
	color: #80C666;
	font-weight: 600;
	margin-top: 20px;
}

.map-box a:hover{
	background: #F0FBEC;
}


#svg-map path { fill:#80C666 }
#svg-map .no-color { fill: #e7e7e7; }
    #svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
    #svg-map a{ text-decoration:none }
    #svg-map a:hover { cursor:pointer; text-decoration:none }
    #svg-map a:hover path{ fill:#64AC49 !important }
    #svg-map .circle { fill:#64AC49 }
    #svg-map a:hover .circle { fill:#408A25 !important; cursor:pointer }

.contact-page{
	background: url(../img/banner/contato.jpg) top center no-repeat;
}

#map{
	width: 584px;
	height: 777px;
}

.servicos-intro{
	margin-top: 60px;
	text-align: center;

}
.servicos-intro h2{
		font-weight: 600;
		font-size:  36px;
		font-family:  'Open Sans', sans-serif;
	color: #558E42;
	margin-bottom: 40px;

}

.servicos-intro p{
	line-height: 2;
}

.center{
	float: none !important;
}

.hr-arrow{
	margin-bottom: -28px;
	position: relative;
	border-top: solid 3px #e7e7e7;
}

.arrow{
	position: relative;
	z-index: 999;
	margin-top: 40px;
}

.client-line img{
	vertical-align: middle;
	margin-bottom: 50px;
}

.clientes-list h2{
		margin-bottom: 60px;
}
.client-line{
	margin-bottom: 40px;
}

.clientes-list{
	margin-top: 60px;

}

.text-border{
	border-right: solid 1px #e7e7e7;
	padding-right: 50px;
}

.residual-intro img{
	margin-left: 6%;
}

.residual-more-info ul li{
    display: inline-block;
    margin-right: 35px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 34px;

}

.residual-more-info p{
	margin-bottom: 0;
}

.residual-page{
	background: url(../img/banner/gerenciamento-residuos.jpg) top center no-repeat;
}

.areas-page{
	background: url(../img/banner/gerenciamento-areas-contaminadas.jpg) top center no-repeat;
}

.water-page{
	background: url(../img/banner/aguas-saneamento.jpg) top center no-repeat;
}


.hazard-intro img{
	max-width: 70%;
}


/* ############### RESPONSIVE ############### */


/* Small only 640px */
@media screen and (max-width: 39.9375em) {

.logo{
	width: 200px;
}

.logo h1{

	height: 60px;

		background-size: 80%;
}

.logo-inner h1{
	background-size: 68%;
}

.service-box {
    margin-bottom: 80px;
}

.form-box{

	padding: 14px;
}

.form-box a{
	font-size: 13px;
}

.clients h2{
	text-align: center;
}

.clients img, .clients h2{
	margin-bottom: 40px;
}

footer{
	text-align: center;
}

footer img{
	    width: 20%;
    display: block;
    margin: 0 auto;
	margin-top: 40px;
    margin-bottom: 20px;
}

.footer-banner h3{
	display: block;
	margin: 0 auto;
	font-size: 24px;
	margin-bottom: 30px;
}

.footer-banner{
	text-align: center;
}

.footer-banner a{
	text-align: center;
	float: none;
}

.header-home h2{
	font-size: 30px;
	margin: 70px 0 80px;
}

.header-inner h2{
	font-size: 34px;
}

.empresa-intro h2, .empresa-intro p, .empresa-intro ul, .empresa-intro a, .where h2, .where p, .residual-intro h2, .residual-intro p, .residual-intro, .hazard-intro h2, .hazard-intro p, .projects-intro h2, .projects-intro p{
	text-align: center;
}

.empresa-intro{
	margin-bottom: 40px;
}

.empresa-intro ul{
	list-style: none;
	text-align: center;
background: none;
}

.empresa-intro a{
	display: block;
    margin-top: 50px;
}

.mapao{
	margin-top: 40px;
}

.form-green-box b{
	font-size: 24px;
}

.form-green-box a{
	font-size: 14px;
}

.empresa-intro h2.second{
	margin-top: 40px;
}

.list-states-border{
	width: 380px;
	margin: 30px 0;
}

.list-states-border ul{
	width: 365px;
	list-style: none;
	font-size: 15px;
}


footer a{
	font-size: 14px;
}

.footer-banner a{
	font-size: 18px;
}

.form-green-box a{
	font-size: 14px;
}

.form-green-box {
    padding: 30px 10px;
}

.form-contact{
	    margin-bottom: 60px;
}

.contact-info a{
	font-size: 14px;
}

.form-green{
	    margin-top: 0;

}

.services-home{
	padding-bottom: 30px;
}

.text-border{
 padding: 8px 8px;
 border: none;
}

.residual-intro img{
	margin-left: 0;
}

.residual-intro div{
	padding: 5px 2px;
}

.residual-more-info ul li{
	display: block;
	text-align: center;
	margin-top: 2px;

}

.areas-page h2{
	font-size: 30px;
}

.hazard-intro{
	text-align: center;
}

.hazard-more-info div, .projects-more-info div {
    padding: 0 10px;
}

}


/* Medium and up */
@media screen and (min-width: 40em) {


}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.service-box {
    margin-bottom: 80px;
}

.form-box{
		padding: 14px;
	text-align: center;
}

.clients h2{
	text-align: center;
}

.footer-banner h3{
	font-size: 24px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.footer-banner{
	text-align: center;
}

.footer-banner a{
	text-align: center;
	float: none;
}

.header-home h2{
	font-size: 36px;
	margin: 110px 0;
}

.form-green-box a{
	font-size: 14px;
}

p.contact-info a {

    font-size: 16px;
}

.residual-intro h2, .residual-intro p, .residual-projects h2, .residual-intro, .hazard-intro h2, .hazard-intro p{
	text-align: center;
}

.text-border{
 padding: 8px 8px;
 border: none;
}

.residual-intro img{
	margin-left: 0;
}

.residual-intro div{
	padding: 5px 2px;
}
.areas-page h2{
	font-size: 36px;
}

.hazard-intro{
	text-align: center;
}

.hazard-more-info p, .projects-more-info p{
	text-align: left;
	margin-bottom: 40px;

}

.hazard-more-info, .projects-more-info{
	    padding: 40px 0 0;
    padding-left: 10px;
}

}


/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
