#banner_slide{
	background: url('../img/estilo_bg_banner_slide.png');
}
#banner_slide li{
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bx-wrapper .bx-prev {
	display: none;
}
.bx-wrapper .bx-next {
	display: none;
}
#ondecomprar_titulo{
	padding: 30px;
	color: #B48536;
	letter-spacing: 8px;
	font-size: 18px;
	text-align: center;
}
#tabela_rep{
	width: 95%;
	margin: 0 auto 35px auto;
}
#tabela_rep_mapa{
	display: none;
}
#table_rep_resultados{
	width: 100%;
}
#seleciona_estado{
	width: 100%;
	padding: 2%;
	height: 50px;
	border: solid 1px #dddddd;
	margin-bottom: 15px;
	background: #eeeeee;
}
#resultados{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
#resultado_msg{
	display: none;
}
#resultado_msg_tablet_mobile{
	padding: 20px;
	border: solid 1px #dddddd;
	background: #eeeeee;
	text-align: center;
}
#resultado_msg a{
	color: #B48536;
}
#nome_estado{
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #B48536;
	letter-spacing: 8px;
	font-size: 18px;
	text-align: center;
}
#qtde_result{
	color: #222222;
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
}
#resultados_item{
	padding: 20px;
	border: solid 1px #dddddd;
	background: #eeeeee;
	margin-bottom: 15px;
}
#rep_nome{
	margin-bottom: 10px;
	color: #B48536;
	font-size: 15px;
}
#rep_fone{
	color: #222222;
}
#rep_end{
	color: #222222;
}
#rep_reg_titulo{
	margin-top: 15px;
	color: #B48536;
}
#rep_reg{
	color: #222222;
}
#bt_up{
	width: 50px;
	height: 50px;
	background: url('../img/estilo_bt_up.png');
	position: fixed;
	bottom: 80px;
	right: 20px;
	display: none;
	z-index: 8888;
	cursor: pointer;
}