#banner_slide{
	background: url('../img/estilo_bg_banner_slide.png');
}
#banner_slide li{
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#ondecomprar_titulo{
	padding: 30px;
	color: #B48536;
	letter-spacing: 8px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
#tabela_rep{
	width: 95%;
	margin: 35px auto;
}
#tabela_rep_mapa{
	width: 50%;
}
#tabela_rep_resultados{
	width: 50%;
}
#brazil-map{
	width: 550px;
	margin-top: -25px;
	margin-right: 20px;
}
#svg-map{
	max-width: 100%;
	display: block;
}
#svg-map .estado-mapa{
	overflow: hidden;
	cursor: pointer;
}
#svg-map .estado-mapa .circle{
 	fill: #cccccc;
}
#svg-map .estado-mapa path{
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	fill: #cccccc;
}
#svg-map .estado-mapa:hover path{
	fill: #000000;
}
#svg-map .estado-mapa text{
 	font-size: 12px;
}
#seleciona_estado{
	display: none;
}
#resultado_msg_tablet_mobile{
	display: none;
}
#resultados{
	width: 95%;
	max-width: 600px;
	margin-left: 20px;
}
#resultado_msg{
	max-width: 350px;
	padding: 20px;
	border: solid 1px #dddddd;
	background: #eeeeee;
}
#resultado_msg a{
	color: #B48536;
}
#nome_estado{
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #B48536;
	letter-spacing: 8px;
	font-size: 18px;
}
#qtde_result{
	color: #222222;
	margin-bottom: 20px;
	font-style: italic;
}
#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;
}