.page_produtos_1 {
	font-size:1.0em;
	margin:1em 0 5em;
}
.page_produtos_1 .tituloProduto {
	margin:0.5em 0;
	text-align:center;
	color:#333;
	font-weight:300;
	font-size:1.2em;
	line-height:1.1em;
	height:2.6em;
	overflow:hidden;
}
.page_produtos_1 .tituloProduto a{
	text-decoration:none;
	color:#444;
}
.page_produtos_1 .imagemProduto {
	text-align:center;
}
.page_produtos_1 .cxProduto:hover .imagemProduto img {
	width:85%;
	border:12px solid #FFF;
	box-shadow:1px 1px 5px #666;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
.page_produtos_1 .cxProduto:hover .tituloProduto a{
	text-decoration:none;
	color:#111;
}
.page_produtos_1 .imagemProduto img {
	width:85%;
	border:12px solid #FFF;
	box-shadow:1px 1px 5px #999999;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.page_produtos_1 input[type=text]{
	width:98%;
	font-weight:300;
	font-size:1.2em;
	line-height:2.2em;
	text-indent:15px;
	color:#999;
	border:solid 1px #E3E3E3;
	background:#FFF;
	box-shadow:inset 0px 0px 6px #F3F3F3;
	margin:10px 0px;
}
.page_produtos_1 input[type=text]:focus{
	border:solid 1px #CCC;
	background:#F5F5F5;
}
.page_produtos_1 .btnMais {
	text-align:center;
	margin:3em 0 1em;
}
.page_produtos_1 .btnMais .fa {
	color:#CCC;
	padding:0em .3em;
}
.page_produtos_1 .btnMais a:hover .fa{
	color:#999;
}
.page_produtos_1 .btnMais a{
	font-size:1.4em;
	background:#EEE;
	padding:10px 30px;
	color:#666;
	text-shadow:1px 1px 1px #FFFFFF;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_produtos_1 .btnMais a:hover{
	background:#E6E6E6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.width_1of3_product, .width_1of4_product, .width_3of4_product {
	float:left;
	height:auto;
}
.width_1of3_product {
	width:31.3%;
	margin:1%;
}
.width_1of4_product {
	width:23%;
	margin:1%;
}
.width_3of4_product {
	width:73%;
	margin:1%;
}
@media only screen and ( max-width:1280px ) {
.width_1of3_product {
	width:48%;
	margin:1%
}
.page_produtos_1 .tituloProduto {
	font-size:1.4em;
	height:2.6em;
}
.page_produtos_1 input[type=text]{
	font-size:1.1em;
}
}
@media only screen and ( max-width:980px ) {
.width_1of3_product {
	width:48%;
	margin:1%;
}
.page_produtos_1 .tituloProduto {
	font-size:1.3em;
	height:2.6em;
}
.page_produtos_1 input[type=text]{
	font-size:1.0em;
}
}
@media only screen and ( max-width:880px ) {
.width_1of4_product {
	width:98%;
	margin:1%;
}
.width_3of4_product {
	width:98%;
	margin:1%;
}
.page_produtos_1 .tituloProduto {
	font-size:1.1em;
	height:2.6em;
}
.page_produtos_1 input[type=text]{
	font-size:1.2em;
	width:99%;
}
}
@media only screen and ( max-width:540px ) {
.width_1of3_product {
	width:98%;
	margin:1%;
}
.width_1of4_product {
	width:98%;
	margin:1%;
}
.width_3of4_product {
	width:98%;
	margin:1%;
}
.page_produtos_1 .tituloProduto {
	font-size:1.4em;
	height:2.6em;
}
}
@media screen and (min-width: 941px) and (orientation: portrait) {
.width_1of3_product {
	width:98%;
	margin:1%;
}
.width_1of4_product {
	width:98%;
	margin:1%;
}
.width_3of4_product {
	width:98%;
	margin:1%;
}
.page_produtos_1 .tituloProduto {
	font-size:2.4em;
	height:2.4em;
}
.page_produtos_1 .imagemProduto img {
	width:85%;
	border:20px solid #FFF;
	box-shadow:0px 0px 12px #666;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_produtos_1 .btnMais {
	text-align:center;
	margin:0em 0 2em;
}
.page_produtos_1 .btnMais .fa {
	color:#CCC;
	padding:0em .6em;
}
.page_produtos_1 .btnMais a:hover .fa{
	color:#999;
}
.page_produtos_1 .btnMais a{
	font-size:2.4em;
	background:#EEE;
	padding:5% 10%;
	width:70%;
	color:#666;
	text-shadow:1px 1px 1px #FFFFFF;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_produtos_1 .btnMais a:hover{
	background:#E6E6E6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_produtos_1 input[type=text]{
	width:98%;
	font-weight:300;
	font-size:2.4em;
	line-height:4.2em;
	text-indent:1em;
	color:#999;
	border:solid 1px #E3E3E3;
	background:#FFF;
	box-shadow:inset 0px 0px 12px #EEE;
	border:solid 0.1em #EEE;
	margin:1em 0px;
}
.page_produtos_1 input[type=text]:focus{
	border:solid 0.1em #CCC;
	background:#F5F5F5;
}
}