html {
	height: 35vw;
}

body{
	height: 70vw;
	margin: 20px;
	background-color: #D3D3D3
}

.siteprincipal {
	width: 100%;
	background-color: white;
	height: 100%;
	box-shadow: 0px 0px 10px 5px #888888;

}
.siteprincipal2 {
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 10px 5px #888888;
	background-image: url('imagens/grama.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;

}




.logo {
	background-image: url('imagens/logo.png');
	height: 120px;
	width: 100%;
	background-size: 100% 100%;
	
}

.banner {
	width: 100%;
	height: 400px;
	background-image: url('imagens/baner.png');
	background-repeat: no-repeat;background-size: 100% 100%;
}


.parte1 {

	width: 25%;
	height: 300px;
	box-shadow: 0px 0px 10px 5px #888888;
	margin-top: 15px;
	float: left;
	margin-left: 78px;
	background-color: white;
	
}

.parte2 {
	
	width: 25%;

	height: 300px;
	box-shadow: 0px 0px 10px 5px #888888;
	margin-top: 15px;
	float: left;
	margin-left: 78px;
	
}

.parte3 {
	
	width: 25%;
	height: 300px;
	box-shadow: 0px 0px 10px 5px #888888;
	margin-top: 15px;
	float: left;
	margin-left: 78px;
	
}


.icone2 {
	background-image: url('imagens/curiosidades.png');
	width: 100px;
	height: 100px;
	margin-top: 10px;
	background-size: 100% 100%;
	margin-left: 110px;
}

.icone1 {
	background-image: url('imagens/quemsomos.png');
	width: 100px;
	height: 100px;
	margin-top: 10px;
	background-size: 100% 100%;
	margin-left: 110px;
}

.icone3 {
	background-image: url('imagens/ic_lampada.png');
	width: 100px;
	height: 100px;
	margin-top: 10px;
	background-size: 100% 100%;
	margin-left: 110px;
}

.paginagrande {
	width: 50%;
	height: 822px;
	background-color: white;
	margin-left: 25%;
	margin-top: 35px;
	box-shadow: 0px 0px 25px 5px #888888;
	float: left;

	
	

}

.grama {
	background-image: url('imagens/grama.jpg');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 1310px 1250px;
	
}


.intro {
	background-image: url('imagens/quemsomos.png');
	width: 100px;
	height: 100px;
	background-size: 100% 100%;
	float: left;
	margin-left: 15px;
	margin-top: 40px;

}

.solu {
	background-image: url('imagens/ic_lampada.png');
	width: 100px;
	height: 100px;
	background-size: 100% 100%;
	float: left;
	margin-left: 15px;
	margin-top: 40px;
}

.curiosidades {
	background-image: url('imagens/curiosidades.png');
	width: 100px;
	height: 100px;
	background-size: 100% 100%;
	float: left;
	margin-left: 15px;
	margin-top: 40px;
}





.botao {	
	width: 100px;
	height: 25px;
	background-color: #363636;
	margin-top: 5px;
	margin-left: 110px;
	box-shadow: 0px 0px 35px 2px #363636;
	color: white;
	font-style: italic;
	text-align: center;
	border-top: 5px #363636 solid;

	
}


.textos {
	text-align: justify;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-family: Times;
	font-style: italic;
	font-size: 16px;

}

.textosdapag {
	
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 30px;
	font-family:TIMES;
	font-style: italic;
	font-size: 20px;
	text-align: justify;



}

.lixoeletronico1 {
	background-image: url('imagens/eletro.jpg');
	width: 250px;
	height: 200px;
	float: right;
	margin-right: 10px;

}


.textosdapag1 {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	font-family:TIMES;
	font-style: italic;
	font-size: 20px;
	text-align: justify;
}


.lixoeletronico2 {
	background-image: url('imagens/lixo.jpg');
	width: 250px;
	height: 240px;
	float: right;
	margin-right: 10px;

}