#banner_slide{
	background: url('../img/estilo_bg_banner_slide.png');
}
#banner_slide li{
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bx-wrapper .bx-prev {
	display: none;
}
.bx-wrapper .bx-next {
	display: none;
}
#destaque_titulo{
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #D2AC6C;
	font-size: 18px;
	letter-spacing: 5px;
}
#destaques{
	margin: 0 10px 0 10px;
	text-align: center;
}
#destaques ul li{
    width: 230px;
    height: 290px;
    cursor: pointer;
}
#dest_img{
	width: 230px;
	height: 230px;
	border: solid 1px #D0CBC5;
	position: relative;
}
#dest_seta{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 44px;
	z-index: 75;
	background: url('../img/estilo_dest_bg.png');
}
#dest_img img{
	z-index: 76;
}
#destaques ul li:hover #dest_img{
	border: solid 1px #D90000;
}
#destaques ul li:hover #dest_seta{
	background: url('../img/estilo_dest_bg.png') 0 -44px;
}
#dest_desc{
	margin-top: 5px;
	color: #525252;
	font-size: 15px;
}
#home_atalhos{
	margin-bottom: 50px;
	text-align: center;
}
#atalho_item_ondecomprar,
#atalho_item_cat{
	width: 96%;
	height: 220px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin: 10px 2%;
}
#atalho_item_busca{
	background: url('../img/estilo_bg_banner_slide.png');
	width: 96%;
	height: 220px;
	position: relative;
	overflow: hidden;
	margin: 10px 2%;
}
#busca_icone{
	display: block;
	height: 44px;
	background: url('../img/estilo_busca_icone.png') center no-repeat;
	margin: 18px 0;
}
#form_busca input[type="text"]{
	width: 90%;
	height: 55px;
	text-align: center;
	background: #ffffff;
	border: none;
	box-shadow: 2px 2px 2px #777777;
	font-size: 16px;
	color: #888888;
}
#form_busca input[type='submit']{
	width: 140px;
	height: 45px;
	border: solid 1px #D2AE6D;
	text-align: center;
	background: #000000;
	color: #ffffff;
	cursor: pointer;
	margin-top: 20px;
}
#atalho_item_ondecomprar{
	background-image: url('../img/estilo_bg_atalho_ondecomprar.jpg');
	background-position: center;
	background-size: cover;
}
#atalho_item_cat{
	background: url('../img/estilo_bg_icon_cat_online.jpg');
}
#atalho_img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#atalho_item_cat img{
	z-index: 77;
	max-width: 95%;
	height: 200px;
}
#atalho_titulo{
	position: absolute;
	left: 0;
	top: 70px;
	padding: 20px 40px;
	background: url('../img/estilo_atalho_titulo_bg.png');
	color: #ffffff;
	z-index: 78;
}
#atalho_seta{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 106px;
	height: 106px;
	background: url('../img/estilo_atalho_seta_bg.png');
	z-index: 79;
}
#atalho_item_ondecomprar:hover #atalho_seta,
#atalho_item_cat:hover #atalho_seta{
	background-position: 0 106px;
}
#frase_rodape{
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #B48536;
	letter-spacing: 8px;
	line-height: 24px;
}
#frase_rodape p{
	font-size: 18px;
}