/*
.bloco li.menor {
	float: left;
	margin-right: 2%;
	width: 40%;
	display: block;
	background-image: url('../imgs/bullet2.png');
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: 20px 6px;
}

#prod1{
	float: left;
    margin: 0 0 0 0;
    width: 425px;
	clear: right;
}

#prod2{
	float: right;
    margin: 0 0 0 0;
    width: 800px;	
	clear: right;
}

.conteudo .bloco.produtos .accordion > li > div{
 	height: 372px;
}

*/



article > h2 {
	background-image: url("../imgs/craquelado_verde.jpg");
	background-repeat: repeat;
	display: block;
	padding: 20px 0 20px 5%;
}
article .bloco h2 {
	color: #555555;
	padding: 20px 0;
}
article h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0;
}
article h3.parallax {
	background-image: url("../imgs/craquelado_verde.jpg");
	background-repeat: repeat;
	color: #333333;
	display: block;
	padding: 20px 0 20px 5%;
	transition: color 0.5s;
}
article h3.parallax::before {
	content: "";
	display: block;
	float: left;
	height: 50px;
	margin-top: -10px;
	width: 65px;
}
article h3 strong {
	display: none;
}
article div.bloco {
	padding: 0 0 40px 5%;
}
article div.bloco.parallax {
	background-image: url("../imgs/craquelado_claro.jpg");
	height: auto;
	margin-top: 40px;
	overflow: hidden;
	/*padding-top: 20px;*/
}
article p, 
aside p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-top: 30px;
}
article > ul {
	background-image: url("../imgs/craquelado_verde.jpg");
	/*background-image: url("../imgs/craquelado_escuro.jpg");*/
	/*background-image: url("../imgs/craquelado.jpg");*/
	background-repeat: repeat;
	box-sizing: border-box;
	display: block;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 20px 5% 60px 5%;
	position: relative;
	width: 100%;
}
article > ul::before {
	background-color: #ffffff;
	/*bottom: 33%;*/
	bottom: 53%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
article > ul > li {
	background-color: #e3e3e3;
	background-image: url("../imgs/craquelado_claro.jpg");
	display: block;
	float: left;
	height: auto;
	margin: 0 2%;
	padding: 5px 1.3% 20px;
	position: relative;
	transition: background-color 1s ease 0s;
	width: 45%;
}
/*
article ul li:hover {
	background-color: #34C774;
	background-image: none;
}
*/
article > ul > li:first-of-type {
	margin-left: 0;
}
article > ul > li:last-of-type {
	margin-right: 0;
}
article > ul > li h3 {
	color: #333333;
	display: block;
	height: auto;
	padding: 20px 0 0;
	text-align: center;
	width: 100%;
}
article > ul > li .sobreposto {
	background-color: #666;
	border: 2px solid #555;
	border-radius: 5px;
	bottom: 100px;
	color: #daf2d9;
	display: block;
	height: 35px;
	left: 50%;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 10px;
	position: absolute;
	transition: all 0.5s;
	-ms-transform: translate(-50%, 0px);/* IE 9*/
	-webkit-transform: translate(-50%, 0px);/* CHROME SAFARI OPERA*/
	transform: translate(-50%, 0px);
	width: 200px;
}
article > ul > li .sobreposto p, 
article > ul > li .sobreposto ul {
	display: none;
}
article > ul > li .sobreposto p:first-of-type {
	color: #daf2d9;
	display: block;
	font-size: 17px;
	margin: 0;
	opacity: 1;
	padding: 0;
	text-align: center;
}
/*article > ul > li:hover .sobreposto {*/
article > ul > li .sobreposto:hover {
	background-color: #ffffff; /*#A0D8A7;*/
	border-color: #aaaaaa; /*#ffffff;*/
	border-radius: 0;
	/*height: 400px;*/
	height: 65%;
	padding: 10px 5%;
	/*overflow: auto;*/
	width: 85%;
}
/*article > ul > li:nth-of-type(2):hover .sobreposto {*/
article > ul > li:nth-of-type(2) .sobreposto:hover {
	height: 60%;
}
/*article > ul > li:hover .sobreposto p, 
article > ul > li:hover .sobreposto ul {*/
article > ul > li .sobreposto:hover p, 
article > ul > li .sobreposto:hover ul {
	display: block;
}
/*article > ul > li:hover .sobreposto p:first-of-type {*/
article > ul > li .sobreposto:hover p:first-of-type {
	/*opacity: 0;*/
	color: #555555;
	font-size: 20px;
}
article ul li ul {
	list-style: circle inside;
	margin: 20px 0 0 0;
}
article ul li ul li {
	font-size: 1em;
	margin: 0 0 10px;
}
article .parallax > ul {
	height: auto;
	list-style: none;
	overflow: hidden;
}
article .parallax > ul > li {
	float: left;
	font-size: 0.85em;
	margin: 0 2% 60px 0;
	min-height: 270px;
	overflow: hidden;
	position: relative;
	width: 22%;
}
article .bloco ul li:nth-of-type(4n) {
	margin-right: 0;
}
article .bloco ul li p {
	padding-top: 10px;
}
article ul li .bloco {
	/*
	border-bottom: 3px solid #090;
	margin: 0 5% 20px;
	padding: 0 0 20px;
	*/
	margin: 0 0 20px;
}
article .parallax > ul > li > div > p > a {
	background-color: #666;
	border: 2px solid #555;
	border-radius: 5px;
	color: #daf2d9;
	display: block;
	float: right;
	font-size: 17px;
	margin: 40px auto 0;
	padding: 1px 2px;
	/*right: 0;*/
	text-align: center;
	text-decoration: none;
	transition: all 1s ease 0s;
}
article ul li a.contato {
	background-color: #666;
	border: 2px solid #555;
	border-radius: 5px;
	color: #daf2d9;
	display: block;
	float: none;
	font-size: 17px;
	/*margin: 10px 5% 20px 0;*/
	margin: 60px auto 10px;
	/*padding: 1px 10px;*/
	padding: 1px 2px;
	/*right: 0;*/
	text-align: center;
	text-decoration: none;
	transition: all 1s ease 0s;
	width: 200px;
}
article ul li a.contato:hover {
	background-color: #999;
	border-color: #999;
	color: #e9ffe7;
}
article .parallax > ul > li > div > p > a {
	bottom: 2px;
	float: none;
	left: 50%;
	position: absolute;
	width: 96%;
	-ms-transform: translate(-50%, 0px);/* IE 9*/
	-webkit-transform: translate(-50%, 0px);/* CHROME SAFARI OPERA*/
	transform: translate(-50%, 0px);
}
article .parallax > ul > li > div > p > a:hover {
	background-color: #999;
	border-color: #999;
	color: #e9ffe7;
}




aside {
	background-color: #1f4629;
	background-image: url("../imgs/craquelado_verde_escuro.jpg");
	background-repeat: repeat;
	clear: both;
	display: block;
	float: none;
	height: auto;
	overflow: hidden;
	padding: 30px 0 40px 5%;
	width: auto;
}
aside p, 
aside a, 
aside li {
	color: #ffffff;
}



