.endereco,
.telefone,
.email {
    position: relative;
    padding-left: 40px;
}
.endereco i,
.telefone i,
.email i {
	position: absolute;
    top: 3px;
    left: 0px;
}

#mapa {
	height: 500px;
}

#contato {
	margin: 0px auto 0px auto;
	z-index: 2;
	position: relative;
	color: rgba(70,128,138,1);
	background: rgba(84,197,208,0.8);
	background-size:  cover;
}
.dadosContato {
	position: relative;
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0;
}
.dadosContato > div {
	padding: 5px 20px 0 110px;
	min-height: 105px;
}
.dadosContato > div span.titulo {
	position: relative;
}
.dadosContato > div span.titulo:before {
	width: 96px;
	height: 96px;
	position: absolute;
	left: -110px;
	top: -15px;
	display: block;
	content: '';
	background: url(../img/icones-contato.png) no-repeat;
}
.dadosContato > div.endereco span.titulo:before {

}
.dadosContato > div.endereco:hover span.titulo:before {
	background-position: 0px -96px;
}
.dadosContato > div.telefone span.titulo:before {
	background-position: -96px 0px;
}
.dadosContato > div.telefone:hover span.titulo:before {
	background-position: -96px -96px;
}
.dadosContato > div.email span.titulo:before {
	background-position: -192px 0px;
}
.dadosContato > div.email:hover span.titulo:before {
	background-position: -192px -96px;
}

.gm-style-iw {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.gm-style-iw > div {
  overflow: visible !important;   
}
.infoWindow {
  overflow: hidden !important;
  color: rgba(67,82,90,1);
}


.infoWindow .dadosContato > div.endereco:hover span.titulo:before {
	background-position: 0px -192px;
}
.infoWindow .dadosContato > div.telefone:hover span.titulo:before {
	background-position: -96px -192px;
}
.infoWindow .dadosContato > div.email:hover span.titulo:before {
	background-position: -192px -192px;
}

#contatoForm {
	padding: 0;
	margin: 50px 0px 0px 0px;
}
#contatoForm legend {
	display: none;	
}

#contatoForm .grupo {
    width: 100%;
}
#alertaGCaptcha {
	display: none;
}


#contatoForm .campoTexto,
#contatoForm .campoTextoarea,
.realperson-challenge {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0px;
	resize: none;
}
.captchaBox {
	padding: 40px 0px 0px 37px;
}
form#contatoForm span.captcha {
	text-align: right;
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px !important;
	position: relative;
}

#contatoForm .input-group-addon {
    background: none;
    border: 0px;
    color: rgba(145,140,140,1);
}
#contatoForm #enviar {
	color: rgba(255,255,255,1);
	background: rgba(70,128,138,1);
}
#contatoForm .form-control:focus {
	border-color: rgba(84,197,208,0.2);
	-webkit-box-shadow: 0 0 8px rgba(70,128,138,0.4);
	box-shadow: 0 0 8px rgba(70,128,138,0.4);
	border-width: 1px
}
#contatoForm #enviar:focus {
	outline: 0px;
	border-color: rgba(84,197,208,0.6);
	-webkit-box-shadow: 0 0 8px rgba(70,128,138,0.4);
	box-shadow: 0 0 8px rgba(70,128,138,0.4);
	border-width: 1px	
}
.help-block {
    padding-left: 40px;
}