
#sliderHome {
	float: left;
	width: 100%;
}

#sliderHome img {
	width: 100%;
}

#sliderHome .left i {
	position: absolute;
	top: 50%;
	left: 50px;
	opacity: 0.7;
	font-size: 60px;
	color: #5D7B3D;
}

#sliderHome .left i:hover {
	opacity: 1;
}

#sliderHome .right i {
	position: absolute;
	top: 50%;
	right: 50px;
	opacity: 0.7;
	font-size: 60px;
	color: #5D7B3D;
}

#sliderHome .right i:hover {
	opacity: 1;
}

/* Quem Somos */

#quemSomosHome {
	padding: 70px 0;
	float: left;
	width: 100%;
}

#quemSomosHome span {
	font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.285em;
    letter-spacing: 1.8px;
	color: #666;
}

#quemSomosHome h2 {
	text-transform: uppercase;
    font-weight: bold;
    color: #666;
    font-size: 48px;
    margin: 20px 0 0 0;
    letter-spacing: 2.4px;
}

#quemSomosHome .separador {
	float: left;
    width: 100px;
    height: 5px;
    background: #D5E9B4;
    margin: 30px 0 15px 0;
}

#quemSomosHome p {
	color: #666;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 2.143em;
    margin: 0;
}

#quemSomosHome a {
	float: left;
    font-family: 'Oswald', sans-serif!important;
    margin: 20px 0 0 0;
    padding: 15px 35px;
    border: solid 1px #D5E9B4;
    color: #666;
    font-weight: bold;
    letter-spacing: 4px;
}

#quemSomosHome a:hover {
	background: #D5E9B4;
}

/* Serviços */

#servicosHome {
	padding: 0;
	margin: 0;
	background: #F8F8F8;
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

#servicosHome .imagem {
	padding: 0;
}

#servicosHome .texto {
	padding: 50px;
}

#servicosHome .texto span {
	font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.285em;
    letter-spacing: 1.8px;
	color: #666;
}

#servicosHome .texto h2 {
	font-family: "Oswald", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3333em;
    letter-spacing: 1.8px;
	color: #555555;
}

#servicosHome .texto .separador {
	float: left;
    width: 100px;
    height: 5px;
    background: #D5E9B4;
    margin: 30px 0 15px 0;
}

#servicosHome .texto p {
	color: #666;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 2.143em;
    margin: 0;
}

#servicosHome .texto a {
	float: left;
    font-family: 'Oswald', sans-serif!important;
    margin: 20px 0 0 0;
    padding: 15px 35px;
    border: solid 1px #D5E9B4;
    color: #666;
    font-weight: bold;
    letter-spacing: 4px;
}

#servicosHome .texto a:hover {
	background: #D5E9B4;
}

/* Projetos */

#projetosHome {
	float: left;
	padding-top: 50px;
	width: 100%;
}

#projetosHome .boxTextoProjetosHome {
	margin-bottom: 50px;
}

#projetosHome .boxTextoProjetosHome .titulo span {
	font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.285em;
    letter-spacing: 1.8px;
    color: #666;
}

#projetosHome .boxTextoProjetosHome .titulo h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3333em;
    letter-spacing: 1.8px;
    color: #555555;
}

#projetosHome .boxTextoProjetosHome .titulo .separador {
	float: left;
    width: 100px;
    height: 5px;
    background: #D5E9B4;
    margin: 15px 0 0 0;
}

#projetosHome .boxTextoProjetosHome .texto p {
	color: #666;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 2.143em;
    margin: 0;
}

#projetosHome #listaProjetosHome {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

#projetosHome #listaProjetosHome ul {
	padding: 0;
	margin: 0;
}

#projetosHome #listaProjetosHome ul li {
	padding: 0!important;
	list-style: none;
}

#projetosHome #listaProjetosHome ul li .interno img {
	float: left;
	width: 100%;
}

#projetosHome #listaProjetosHome ul li .interno .conteudo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    align-items: center;
    justify-content: center;
	background: rgba(120,142,80,0.9);
	display: flex;
	opacity: 0;
}

#projetosHome #listaProjetosHome ul li:hover .interno .conteudo {
	opacity: 1;
}

#projetosHome #listaProjetosHome ul li .interno .conteudo span {
	color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: normal;
}

#projetosHome #listaProjetosHome ul li .interno .conteudo h3 {
	color: #fff;
    font-size: 30px;
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
	text-align: center;
    padding: 0 30px;
	line-height: 45px;
}

#projetosHome .botaoMaisProjetos {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

#projetosHome .botaoMaisProjetos a {
    font-family: 'Oswald', sans-serif!important;
    margin: 20px 0 0 0;
    padding: 15px 35px;
    border: solid 1px #D5E9B4;
    color: #666;
    font-weight: bold;
    letter-spacing: 4px;
}

#projetosHome .botaoMaisProjetos a:hover {
	background: #D5E9B4;
}

/* Metros Projetados */

#metroProjetados {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #B1C98A;
	text-align: center;
}

#metroProjetados p {
	text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 48px;
    margin: 0;
    letter-spacing: 2.4px;
}

#metroProjetados span {
	font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.285em;
    letter-spacing: 1.8px;
    color: #fff;
}

/* Sustentabilidade */

#sustentabilidadeHome {
	padding: 0;
	margin: 0;
	background: #B1C98A;
	float: left;
	width: 100%;
}

#sustentabilidadeHome .imagem {
	padding: 0;
}

#sustentabilidadeHome .texto {
	padding: 50px; 
}

#sustentabilidadeHome .texto span {
	font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.285em;
    letter-spacing: 1.8px;
	color: #fff;
}

#sustentabilidadeHome .texto h2 {
	font-family: "Oswald", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3333em;
    letter-spacing: 1.8px;
	color: #fff;
}

#sustentabilidadeHome .texto .separador {
	float: left;
    width: 100px;
    height: 5px;
    background: #D5E9B4;
    margin: 30px 0 15px 0;
}

#sustentabilidadeHome .texto p {
	color: #fff;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 2.143em;
    margin: 0;
    font-weight: lighter;
}

#sustentabilidadeHome .texto a {
	float: left;
    font-family: 'Oswald', sans-serif!important;
    margin: 20px 0 0 0;
    padding: 15px 35px;
    border: solid 1px #fff;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
}

#sustentabilidadeHome .texto a:hover {
	background: #fff;
	color: #B1C98A;
}

@media (max-width: 768px) {

	/* Banner */
	
	#sliderHome {
		display: none;
	}
	
	/* Portfólio */
	
	#projetosHome .boxTextoProjetosHome .titulo h2 {
		font-size: 26px;
	}
	
	#projetosHome .boxTextoProjetosHome .titulo .separador {
		margin: 15px 0 15px 0;
	}
	
	#projetosHome #listaProjetosHome ul li .interno .conteudo {
		opacity: 1;
		background: rgba(120,142,80,0.7);
	}
	
	#projetosHome #listaProjetosHome ul li {
		float: left;
		width: 100%;
	}
	
	#projetosHome #listaProjetosHome ul li .interno .conteudo span {
		font-size: 12px;
	}
	
	#projetosHome #listaProjetosHome ul li .interno .conteudo h3 {
		font-size: 22px;
		line-height: 30px;
	}
	
	#projetosHome #listaProjetosHome {
		margin-bottom: 40px;
	}
	
	#projetosHome .botaoMaisProjetos {
		margin-bottom: 40px;
	}
	
	#projetosHome .botaoMaisProjetos a {
		margin: 0;
		width: 90%;
    	display: inline-block;
		padding: 15px 0px;
	}
	
	/* Contador */
	
	#metroProjetados p {
		font-size: 40px;
	}
	
	/* Quem Somos */
	
	#quemSomosHome h2 {
		font-size: 26px;
	}
	
	#quemSomosHome a {
		display: inline-block;
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	
	/* Serviços */
	
	#servicosHome {
		margin-bottom: 0;
	}
	
	#servicosHome .texto {
		padding: 30px;
		display: inline-block;
	}
	
	#servicosHome .texto h2 {
		font-size: 26px;
	}
	
	#servicosHome .texto a {
		width: 100%;
    	text-align: center;
	}
	
	/* Sustentabilidade */
	
	#sustentabilidadeHome .texto {
		padding: 30px;
		display: inline-block;
	}
	
	#sustentabilidadeHome .texto h2 {
		font-size: 26px;
	}
	
	#sustentabilidadeHome .texto a {
		width: 100%;
		text-align: center;
	}
	
}


