.total-produtos-home{
	margin-top: 90px;
}
.titulo-produtos-home{
	width: 100%;
	height: 46px;
	position: relative;
	border-bottom: 3px solid #00B1CE;
}
.texto-titulo-produtos{
	background: #FFF;
	padding-right: 33px;
	color: #00B0CD;
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	display: table;
	position: absolute;
	left: 0px;
	top: 12px;
}
.contorno-lista-produtos{
	margin-left: -10px;
	margin-right: -10px;
}
.total-lista-produtos{
	width: 100%;
	margin-top: 30px;
	height: auto;
	margin-bottom: 60px;
}
.btt-ver-mais{
	width: 220px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 60px;
}
.botao-consultenos{
	width: 185px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 42px;
}
.contorno-campo-produtos{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.contorno-campo-produtos a{
	width: 100%;
	padding:24px;
	padding-top: 0px;
	position: relative;
	min-height: 355px;
	-webkit-transition:0.5s;
    transition:0.5s;
	border: 2px solid #EFEFEF;
}
.contorno-campo-produtos a:hover{
	border:2px solid #00B0CD;
}
.contorno-campo-produtos a:hover .produto-hover{
	opacity: 10;
}
.foto-produto img{
	width: 100%;
}
.descricao-produto{
	width: 100%;
	text-align: center;
	color: #5D5D5D;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	height: 60px;
	overflow: hidden;
	font-family: 'Titillium Web', sans-serif;
}
.valor-produto{
	margin-top: 17px;
	color: #00B0CD;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
}
.valor-de{
	text-decoration: line-through;
	color: #5D5D5D;
	font-size: 16px;
	width: 100%;
	height: 24px;
	font-weight: 400;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}
.produto-hover{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 193px;
	height: 121px;
	opacity: 0;
	-webkit-transition:0.5s;
    transition:0.5s;
	background: url('../imagens/hover-vermais.png');
}
@media (max-width: 767px){
	.contorno-campo-produtos{
		width: 100%;
		min-height: 10px;
		height: auto;
	}
	.contorno-campo-produtos{
		padding-left: 0px;
		padding-right: 0px;
	}
	.total-lista-produtos{
		margin:0 auto;
	}
	.titulo-produtos-home{
		border-bottom: 0px;
		margin-bottom: 20px;
		min-height: 10px;
		height: auto;
	}
	.texto-titulo-produtos{
		width: 100%;
		text-align: center;
		padding-right: 0px;
		position: inherit;
		left: inherit;
		top: inherit;
	}
}
@media (min-width:768px) and (max-width:999px){
	.contorno-campo-produtos{
		width: 50%;
		min-height: 10px;
		height: auto;
	}
	.total-lista-produtos{
		margin:0 auto;
	}
	.titulo-produtos-home{
		border-bottom: 0px;
		margin-bottom: 20px;
		min-height: 10px;
		height: auto;
	}
	.texto-titulo-produtos{
		width: 100%;
		text-align: center;
		padding-right: 0px;
		position: inherit;
		left: inherit;
		top: inherit;
	}
}