.pagDetalhes{
	overflow:hidden;
	margin-bottom:20px;
}


.pagDetalhes button.btnOrcarDetalhe{
	width:300px;
	border-radius:5px;
	border:none;
	padding:0 0 0 32px;
	line-height:40px;
	height:40px;
	font-size:20px;
	color:#FFF;
	background-color:#900;
	background-image:url(../images/icon-cart.png);
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position:20px 4px;
	position:absolute;
	left:calc(40% + 10px);
	margin-top:60px;
	cursor:pointer;
}

.pagDetalhes .btnPerguntarNoZap{
	position:absolute;
	left:calc(40% + 320px);
	width:150px;
	margin-top:49px;	
	
}

.pagDetalhes .btnPerguntarNoZap div{
	height:40px;
	line-height:40px;
	background-image:url(../images/bgwhatsapp.jpg);
	color:#FFF;
	font-size:20px;
	position:absolute;
	top:11px;
	width:calc(100% - 31px);
	border-radius:5px;
	padding-left:10px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

.pagDetalhes .btnPerguntarNoZap img{
	position:absolute;
	right:0;
	width:62px;
	height:62px;
	top:0;
}

.pagDetalhes center{
	position:relative;
}

.pagDetalhes h1{
	margin:0 0 20px 0;
	padding:0;
	font-size:24px;
	position:absolute;
	margin-left:40%;
}

.pagDetalhes section.left{
	width:40%;
	overflow:hidden;
	float:left;	
}

.pagDetalhes section.left a img{
	display:block;
	float:left;
	padding:1px;
	border-radius:5px;
}

.pagDetalhes section.left a img.p{
	width:100%;
	height:auto;
}
.pagDetalhes section.left a img.s{
	width:33.33%;
	height:auto;
}

.pagDetalhes section.right{
	margin-top:100px;
	float:left;	
	padding-left:10px;
	overflow:hidden;
	width:60%;
}



@media only screen and (max-width:840px){
	.pagDetalhes section.left{
		width:100%;
		padding:30px;
		margin-top:39px;
	}
	.pagDetalhes section.right{
		width:100%;
		margin-top:10px;
		padding:20px;
	}	
	
	.pagDetalhes h1{
		margin:0;
		position:relative;
		margin-left:30px;
	}
	
.pagDetalhes button.btnOrcarDetalhe{
	width:calc(100% - 82px);
	left:41px;
	margin-top:10px;

}	

.pagDetalhes .btnPerguntarNoZap{
	left:41px;
	margin-top:55px;
}	
	
}