#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;
}
#contato_titulo{
	padding: 30px;
	color: #B48536;
	letter-spacing: 8px;
	font-size: 18px;
	text-align: center;
}
#form_contato{
	width: 95%;
	position: relative;
	margin: 0 auto;
}
#form_left{
	width: 100%;
}
#form_left label{
	display: block;
}
#form_left input[type='text']{
	width: 96%;
	height: 45px;
	border: solid 1px #dddddd;
	background: #eeeeee;
	margin-bottom: 15px;
	margin-top: 3px;
	padding: 0 2%;
}
#form_right{
	width: 100%;
}
#form_right label{
	display: block;
}
#form_right textarea{
	width: 96%;
	height: 188px;
	border: solid 1px #dddddd;
	background: #eeeeee;
	margin-bottom: 30px;
	margin-top: 3px;
	padding: 0 2%;
}
#form_contato input[type='submit']{
	position: relative;
	display: block;
	cursor: pointer;
	width: 120px;
	height: 35px;
	background: #000000;
	color: #ffffff;
	border: solid 1px #B48536;
	margin: 0 auto 50px auto;
}
#googleMaps{
	width: 95%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	background: #F6F6F6;
}
.gm-style-iw *{
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
.mapsInfoWindow{
	color: #000000;
	background: #FFFFFF;
	padding: 5px;
	width: 150px;
}
.mapsInfoWindow a{
	text-decoration: none;
}
#dadosContato{
	padding-bottom: 50px;
	padding-top: 20px;
	text-align: center;
}
#dadosContato h1{
	font-size: 18px;
}