.total-ver-produto{
	width:800px;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	background:#FFF;
}
.foto-ver-produto{
	float:left;
	width:290px;
	height: 340px;
	border: 1px solid #B9BBC1;
}
.informacoes-ver-produto{
	float:left;
	padding-left:40px;
	width:calc(100% - 290px);
}
.titulo-ver-produto {
    color:#004A7C;
    font-size:40px;
    font-weight: bold;
    line-height: 30px;
	font-family: 'Titillium Web', sans-serif;
}
.valor-ver-produto {
    width:100%;
    color:#004A7C;
    font-size:20px;
    margin-bottom:20px;
    margin-top: 5px;
    font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.texto-ver-produto{
	height:204px;
	overflow:auto;
	margin-bottom:30px;
}
.texto-ver-produto, .texto-ver-produto p{
	color:#737883;
	margin-bottom: 10px;
	font-size:16px;
}
.contorno-foto-ver-produto{
	width: 1000px;
	height: 340px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.btt-ver-mais-produtos{
	width: 210px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}
.rodape-ver-produto{
	width: 100%;
	height: 160px;
	position: relative;
	background: url('../imagens/baixo-lightbox.jpg');
}
.total-informacoes-rodape{
	position: absolute;
	left: 0px;
	bottom: 12px;
	width: 100%;
	text-align: center;
}
.titulo-rodape{
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 12px;
	font-family: 'Titillium Web', sans-serif;
}
.contorno-telefone-rodape, .contorno-email-rodape{
	float: left;
}
.contorno-telefone-rodape{
	margin-right: 40px;
}
.icone-telefone-rodape{
	width: 35px;
	height: 34px;
	float: left;
	margin-right: 10px;
	background: url('../imagens/icone-telefone.png');
}
.texto-telefone-rodape{
	color: #FFF;
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.icone-email-rodape{
	width: 35px;
	height: 28px;
	float: left;
	margin-right: 10px;
	background: url('../imagens/icone-mensagem.png');
}
.texto-email-rodape{
	color: #FFF;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.contorno-total-informacoes-rodape{
	display: table;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.total-ver-produto{
		width: 100%;
		min-height: 10px;
		height: auto;
	}
	.foto-ver-produto img{
		display: table;
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.foto-ver-produto, .informacoes-ver-produto{
		text-align: center;
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.contorno-foto-ver-produto, .foto-ver-produto{
		min-height: 10px;
		height: auto;
	}
	.texto-ver-produto{
		min-height: 10px;
		overflow: inherit;
		height: auto;
	}
	.btt-ver-mais-produtos{
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.rodape-ver-produto{
		background: #014B7C !important;
		height: 200px !important;
	}
	.total-informacoes-rodape{
		padding-left: 15px;
		padding-right: 15px;
	}
	.contorno-telefone-rodape{
		display: table;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
		float: none !important;
	}
	.contorno-total-informacoes-rodape{
		display: inherit !important;
		margin: inherit !important;
	}
	.contorno-email-rodape{
		display: table;
		float: none !important;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
	}
}