h2{
color: #FFFFFF;
font-weight: bold;
}

.lptema .splash-zone .main-list h3 {
	color: #2C4333;
}

.lptema .splash-zone .main-list li a {
	color: #750000;
}


.lptema .page-heading{

	background: url('images/lp-header.jpg');
}


.lptema #innercontent {
    background: url('images/bg_pascoa2.jpg');
    background-position: center;
    min-width: 100%;
    min-height: 100%;
}



.pic-area {
    background-color: #ffffff;
    border-color: #a4a4a4;
    box-shadow: 0 0 10px #b5b5b5;
}

.lptema .quick-products{


/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle farthest-corner, #8AB9D5 0%, #70A9CE 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-corner, #8AB9D5 0%, #70A9CE 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-corner, #8AB9D5 0%, #70A9CE 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 500, color-stop(0, #70A9CE), color-stop(1, #2C4333));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-corner, #8AB9D5 0%, #70A9CE 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center, #8AB9D5 0%, #70A9CE 100%);

}


.lptema .split-products .frase-produto { text-shadow: 1px 1px 0px rgba(0,0,0,0.5); color: #FFF; }


.lptema .split-products h2 {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
}

a.btn_vermais {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
	padding: 15px 20px;
	transition: 0.2s all;
}

.btn_vermais:hover {
	color: #FF3464;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
	padding: 15px 20px;
	transition: 0.2s all;
}



.prod_titulo{
	
	color: #222;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 15px;
	font-weight: bold;
}

.prod_titulo_branco{
	
	color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;
}

.prod_slogan{
	
	color: #FFFFFF;
    font-size: 12px;
    line-height: 1.2em;
}