#destaques{
	background: #fff;
	float: left;
	width: 100%;
	margin: 0vw 0 -3vw 0;
	padding: 2.5vw 8vw;
	z-index: 3;
}

.titulosecao_home{
	position: absolute;
	font-family: 'Neris-SemiBold';
	left: 8vw;
	margin-top: -4.5vw;
	font-size: 2.7vw;
	color: rgba(0,0,0,.05);
	cursor: default;
}

.destaques {
	float: left;
	width: 100%;
	max-height: 14.5vw;
	padding-bottom: .5vw;
}

/* .destaques .swiper-pagination2{
	bottom: 0;
}

.destaques .swiper-pagination-bullet {
	width:.7vw;
	min-width: 8px;
	height:.7vw;
	min-height: 8x;
	background: #000;
}

.destaques .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #ffc73c;
} */


.destaques .swiper-button-next2, 
.destaques .swiper-button-prev2{
/* 	text-shadow: 0 0 1vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff; */
	color: rgba(0,0,0,.2);
	margin-top: -2.5vw;
}

.destaques .swiper-button-next2:hover, 
.destaques .swiper-button-prev2:hover{
	color: #ffc73c;
	text-shadow: 0 0 1.5vw #fff;/*, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff;*/
}


.destaques .destaque{
	display: inline-block;
	max-height: 14vw;
	padding-bottom: .5vw;
	text-align: center;
    transition: all 0.3s;
	background: #fff;
}

.destaques .destaque:hover{
	box-shadow: inset 0 0 3vw rgba(0,0,0,.05);
}
 
 .destaque .imagem_produto{
	float: left;
	width: 100%;
	padding: 0 15%;
	
}
.destaque .img_destaque{
	float: left;
	width: 100%;
}

#destaques .destaque .selo_oferta{
	position: absolute;
	right: 2%;
	top: 2%;
	max-width: 4vw;
	min-width: 4vw;
	max-height: 4vw;
	min-height: 4vw;
}

.destaque .link_destaque{
	float: left;
	width: 100%;
	text-decoration: none;
	color: #8f8f8f;
	font-family: 'Neris-Black';
	font-size: .8vw;
	line-height: 1vw;
	margin-top: .4vw;
	padding: 0vw .5vw;
}
.destaque .preco_destaque,
.destaque .precoAntigo_destaque{
	float: left;
	width: 80%;
	margin: 3% 10% 0% 10%;
	border-top: solid 1px rgba(0,0,0,.1);
	color: #8f8f8f;
	font-family: 'Roboto Condensed';
	font-weight: 600;
	font-style: italic;
	font-size: .75vw;
	line-height: 1.2vw;
}
.destaque .precoAntigo_destaque{
	margin: 0% 10%;
	border: none;
	font-size: .65vw;
	line-height: .8vw;
	font-weight: 500;
	font-style: normal;
	text-decoration: line-through;
}

@media screen and (max-width:1366px) {
	#destaques{
		padding: 4vw 8vw 2.5vw 8vw;
	}
	.titulosecao_home{
		font-size: 3vw;
		margin-top: -5.5vw;
	}
	.destaques {
		max-height: 18.13vw;
		padding-bottom: .8vw;
	}
	.destaques .destaque{
		max-height: 17.5vw;
		padding-bottom: .8vw;
	}
	#destaques .destaque .selo_oferta{
		right: 2%;
		top: 2%;
		max-width: 4.5vw;
		min-width: 4.5vw;
		max-height: 4.5vw;
		min-height: 4.5vw;
	}
	.destaque .link_destaque{
		font-size: 1vw;
		line-height: 1.2vw;
		margin-top: .6vw;
		padding: 0vw .6vw;
	}
	.destaque .preco_destaque,
	.destaque .precoAntigo_destaque{
		font-size: .9375vw;
		line-height: 1.5vw;
	}
	.destaque .precoAntigo_destaque{
		font-size: .8125vw;
		line-height: 1vw;
	}
}
@media screen and (max-width:1200px) {
	#destaques{
		padding: 5vw 8vw 2.5vw 8vw;
	}
	.titulosecao_home{
		margin-top: -6vw;
		font-size: 3.5vw;
	}
	.destaques {
		max-height: 22.27vw;
	}
	.destaques .destaque{
		max-height: 21.5vw;
	}
	.destaques .destaque:hover{
		box-shadow: inset 0 0 5vw rgba(0,0,0,.05);
	}
	#destaques .destaque .selo_oferta{
		right: 2%;
		top: 2%;
		max-width: 4.5vw;
		min-width: 4.5vw;
		max-height: 4.5vw;
		min-height: 4.5vw;
	}
	.destaque .link_destaque{
		font-size: 1.3vw;
		line-height: 1.3vw;
	}
	.destaque .preco_destaque,
	.destaque .precoAntigo_destaque{
		margin: 4% 10% 0% 10%;
		font-size: 1.15vw;
		line-height: 2.5vw;
	}
	.destaque .precoAntigo_destaque{
		font-size: .9vw;
		line-height: .8vw;
		margin: 0% 10%;
	}
	.destaques .swiper-button-next2, 
	.destaques .swiper-button-prev2{
		margin-top: -2.5vw;
	}
}
@media screen and (max-width:920px) {
	#destaques{
		padding: 5.5vw 8vw 3vw 8vw;
	}
	.titulosecao_home{
		margin-top: -7vw;
		font-size: 4vw;
	}
	.destaques {
		max-height: 31vw;
		padding-bottom: 1vw;
	}
	.destaques .destaque{
		max-height: 30vw;
		padding-bottom: 1vw;
	}
	#destaques .destaque .selo_oferta{
		right: 3%;
		top: 3%;
		max-width: 7vw;
		min-width: 7vw;
		max-height: 7vw;
		min-height: 7vw;
	}
	.destaque .link_destaque{
		font-size: 1.8vw;
		line-height: 1.8vw;
	}
	.destaque .preco_destaque,
	.destaque .precoAntigo_destaque{
		font-size: 1.5vw;
		line-height: 3vw;
	}
	.destaque .precoAntigo_destaque{
		font-size: 1.3vw;
		line-height: 1.3vw;
	}
	.destaques .swiper-button-next2, 
	.destaques .swiper-button-prev2{
		margin-top: -2.5vw;
		padding: 2.5vw 1.8vw;
	}
}
@media screen and (max-width:750px) {
	#destaques{
		padding: 6vw 8vw 3vw 8vw;
	}
	.titulosecao_home{
		margin-top: -7.5vw;
		font-size: 4.5vw;
		color: rgba(0,0,0,.1);
	}
	.destaques {
		max-height: 37vw;
		padding-bottom: 1.5vw;
	}
	.destaques .destaque{
		max-height: 36vw;
		padding-bottom: 1.5vw;
	}
	.destaques .destaque:hover{
		box-shadow: inset 0 0 7vw rgba(0,0,0,.05);
	}
	#destaques .destaque .selo_oferta{
		right: 3%;
		top: 3%;
		max-width: 7vw;
		min-width: 7vw;
		max-height: 7vw;
		min-height: 7vw;
	}
	.destaque .link_destaque{
		font-size: 2.2vw;
		line-height: 2.2vw;
	}
	.destaque .preco_destaque,
	.destaque .precoAntigo_destaque{
		font-size: 1.9vw;
		line-height: 3.4vw;
	}
	.destaque .precoAntigo_destaque{
		font-size: 1.5vw;
		line-height: 1.5vw;
	}
	.destaques .swiper-button-next2, 
	.destaques .swiper-button-prev2{
		margin-top: -4vw;
		padding: 3.5vw 2.5vw;
	}
}
@media screen and (max-width:620px) {
	#destaques{
		padding: 8vw 5vw 5vw 5vw;
	}
	.titulosecao_home{
		left: 5vw;
		margin-top: -9vw;
		font-size: 5.5vw;
	}
	.destaques {
		max-height: 48vw;
		padding-bottom: 2vw;
	}
	.destaques .destaque{
		max-height: 47vw;
		padding-bottom: 2vw;
	}
	.destaques .destaque:hover{
		box-shadow: inset 0 0 8vw rgba(0,0,0,.08);
	}
	#destaques .destaque .selo_oferta{
		right: 2%;
		top: 2%;
		max-width: 11.5vw;
		min-width: 11.5vw;
		max-height: 11.5vw;
		min-height: 11.5vw;
	}
	.destaque .link_destaque{
		font-size: 2.8vw;
		line-height: 2.8vw;
	}
	.destaque .preco_destaque,
	.destaque .precoAntigo_destaque{
		font-size: 2.6vw;
		line-height: 4.6vw;
	}
	.destaque .precoAntigo_destaque{
		font-size: 2.2vw;
		line-height: 2.2vw;
	}
	.destaques .swiper-button-next2, 
	.destaques .swiper-button-prev2{
		margin-top: -4.5vw;
		padding: 4vw 3vw;
	}
}
@media screen and (max-width:520px) {
	#destaques{
		padding: 11vw 5vw 6vw 5vw;
	}
	.titulosecao_home{
		margin-top: -12vw;
		font-size: 7vw;
	}
	.destaques {
		max-height: 60vw;
		padding-bottom: 2.5vw;
	}
	.destaques .destaque{
		max-height: 59vw;
		padding-bottom: 2.5vw;
	}
	#destaques .destaque .selo_oferta{
		right: 2%;
		top: 2%;
		max-width: 14vw;
		min-width: 14vw;
		max-height: 14vw;
		min-height: 14vw;
	}
	.destaque .link_destaque{
		font-size: 3.6vw;
		line-height: 3.6vw;
	}
	.destaque .preco_destaque,
	.destaque .precoAntigo_destaque{
		font-size: 3.2vw;
		line-height: 5.5vw;
	}
	.destaque .precoAntigo_destaque{
		font-size: 2.6vw;
		line-height: 2.6vw;
	}
	.destaques .swiper-button-next2, 
	.destaques .swiper-button-prev2{
		margin-top: -7vw;		
		padding: 6vw 4vw;
	}
}
@media screen and (max-width:420px) {
	#destaques{
		padding: 13vw 5vw 6vw 5vw;
	}
	.titulosecao_home{
		margin-top: -13vw;
		font-size: 8.5vw;
	}
	.destaques {
		max-height: 80vw;
		padding-bottom: 3vw;
	}
	.destaques .destaque{
		max-height: 79vw;
		padding-bottom: 3vw;
	}
	#destaques .destaque .selo_oferta{
		right: 2%;
		top: 2%;
		max-width: 17vw;
		min-width: 17vw;
		max-height: 17vw;
		min-height: 17vw;
	}
	.destaque .link_destaque{
		font-size:4.2vw;
		line-height:4.2vw;
	}
	.destaque .preco_destaque,
	.destaque .precoAntigo_destaque{
		font-size: 3.8vw;
		line-height: 7vw;
	}
	.destaque .precoAntigo_destaque{
		font-size: 3.2vw;
		line-height: 3.2vw;
	}
	.destaques .swiper-button-next2, 
	.destaques .swiper-button-prev2{
		margin-top: -8vw;
		padding: 7vw 4.5vw;
	}
}