.total-produto-home{
	width: 100%;
	height: 909px;
	background: url('../../imagens/fundo-produtos-home.jpg?v=1.1') center top no-repeat;
}
.total-produto-home .titulo-padrao-home{
	display: table;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 65px;
}
.total-produto-home .bola-esquerda, .total-produto-home .bola-direita{
	float: left;
	width: 10px;
	height: 10px;
	background:#FFF;
	margin-top: 12px;
	border-radius: 100px; 
}
.total-produto-home .bola-esquerda{
	margin-right: 15px;
}
.total-produto-home .bola-direita{
	margin-left: 15px;
}
.total-produto-home .texto-titulo{
	float: left;
	color: #FFF;
	font-weight: 400;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
}
.contorno-produtos-destaque{
	width: 100%;
	min-height: 350px;
}
.campo-produtos-home{
	padding-left:10px;
	padding-right:10px;
	float: left;
	width: 25%;
}
.campo-produtos-home:hover .hover-produto{
	opacity: 10;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.campo-produtos-home:hover .botao-ver-mais{
	background: #FFF;
	color: #FF706F;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.foto-produto-home{
	text-align: center;
	position: relative;
	min-height: 305px;
	background-color: #FFF;
	border: 1px solid #B9BBC1;
	border-radius: 15px;
}
.foto-produto-home img{
	width: 100%;
	border-radius: 15px;
}
.titulo-produto-home{
	color: #FFF;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	height: 46px;
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.sub-titulo-produto-home{
	color: #FFF;
	font-size: 18px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.hover-produto{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	opacity: 0;
	-webkit-transition:0.5s;
	transition:0.5s;
	background-size: cover;
	background: url('../../imagens/hover-produtos.png');
	border-radius: 15px;
}
.nenhum-produto-home{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	border: 1px solid  #B9BBC1;
}
.botao-ver-mais{
	margin: 0 auto;
	text-align: center;
	width: 160px;
	height: 47px;
	line-height: 47px;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	margin-top: 33px;
	border: 1px solid #FFF;
	border-radius: 10px;
}
.botao-ver-mais:hover{
	background: #FFF;
	color: #FF706F;
}
.rs-valor{
	font-size: 14px;
	display: inline;
}
@media (max-width: 767px){
	.contorno-produtos-destaque{
		margin-left: 0px;
		margin-right: 0px;
		min-height: 10px;
	}
	.foto-produto-home{
		min-height: 10px;
		height: auto;
	}
	.total-produto-home {
	    width: 100%;
	    min-height: 10px;
	    height: auto;
	    padding-bottom: 40px;
	    background: #FF706F;
	}
	.total-produto-home .bola-esquerda, .total-produto-home .bola-direita{
		display: none;
	}
	.total-produto-home .texto-titulo{
		width: 100%;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.total-produto-home .titulo-padrao-home{
		display: table;
		margin: 0 auto;
		margin-top: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width:501px) and (max-width:766px){
	.campo-produtos-home{
		width: 50%;
		margin:0 auto;
		float: none;
		margin-bottom: 25px;
	}
}
@media (min-width:351px) and (max-width:500px){
	.campo-produtos-home{
		width: 70%;
		margin:0 auto;
		float: none;
		margin-bottom: 25px;
	}
}
@media (max-width: 350px){
	.campo-produtos-home{
		width: 100%;
		margin:0 auto;
		float: none;
		margin-bottom: 25px;
	}
}
@media (min-width:768px) and (max-width:999px){
	.total-produto-home {
	    width: 100%;
	    min-height: 10px;
	    height: auto;
	    padding-bottom: 40px;
	    background: #FF706F;
	}
	.total-listagem-produtos-home{
		margin-top: 40px;
	}
	.sub-titulo-produtos-home{
		width: 100%;
		text-align: center;
	}
	.campo-produtos-home{
		width: 50%;
		margin-bottom: 35px;
	}
	.contorno-produtos-home{
		margin-left: 0px;
		margin-right: 0px;
	}
	.foto-produto-home{
		min-height: 10px;
		height: auto;
	}
}