.titulo-faleconosco{
	color: #5A5A5A;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    margin-top: 75px;
}
.texto-faleconosco{
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #5A5A5A;
	font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 15px;
    margin-top: 35px;
}
.mensagem{
	width: 100%;
	text-align: center;
	font-weight: 500;
	height: 37px;
	line-height: 37px;
	color:#FF3B00;
    font-family: 'Ubuntu', sans-serif;
}
.formulario-faleconosco{
	width: 45%;
	margin:0 auto;
}
.formulario-faleconosco p{
	color: #5A5A5A;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 2px;
    font-family: 'Ubuntu', sans-serif;
}
.formulario-faleconosco input[type="text"],input[type="email"],input[type="tel"]{
	height:40px;
	width:100%;
	border:0px;
	color:#737883;
	outline:none;
	background:#FFF;
	margin-bottom:15px;
	padding-left:15px;
    font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight: 500;
	border:1px solid #969696;
}
.formulario-faleconosco textarea{
	width:100%;
	max-width: 100%;
	color:#737883;
	background:#FFF;
	padding-left:15px;
	padding-top:15px;
	outline:none;
	border:0px;
	height:150px;
	max-height: 150px;
    font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight: 500;
	border:1px solid #969696;
}
.formulario-faleconosco input[type="submit"]{
	width: 155px;
    height: 38px;
    line-height: 38px;
    display: table;
    margin: 0 auto;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 35px;
}
.anti-bot{
	position:absolute !important;
	left:-500000000px !important;
	top:-5000000000px !important;	
}
.informacoes-faleconosco{
    margin-bottom: 130px;
    margin-top: 40px;
}
.informacoes-faleconosco .campo-informacoes{
    width:33.333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.informacoes-faleconosco .campo-informacoes + .campo-informacoes{
    border-left: 1px solid #029245;
}
.titulo-informacoes{
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #5A5A5A;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}
.texto-informacoes{
    margin-top: 20px;
}
.texto-informacoes,
.texto-informacoes p{
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}
.i-telefone{
    display: table;
    margin: 0 auto;
    width: 38px;
    height: 49px;
    background: url('../imagens/icone-telefone.png') 50% 50% no-repeat;
}
.i-endereco{
    display: table;
    margin: 0 auto;
    width: 38px;
    height: 49px;
    background: url('../imagens/icone-endereco.png') 50% 50% no-repeat;
}
.i-email{
    display: table;
    margin: 0 auto;
    width: 42px;
    height: 49px;
    background: url('../imagens/icone-email.png') 50% 50% no-repeat;
}
.icone-informacoes{
    margin-bottom: 5px;
}
.total-mapa{
    margin-top: 65px;
    width: 100%;
    min-height: 320px;
    background: #E9E9E9;
}
.mapa-faleconosco{
    margin-top: -65px;
    -webkit-box-shadow: 10px 10px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 19px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 19px 0px rgba(0,0,0,0.75);
}
.contorno-mapa{
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 767px) {
	.informacoes-faleconosco .campo-informacoes{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.informacoes-faleconosco .campo-informacoes + .campo-informacoes{
		border-left: 0px;
		border-top: 1px solid #029245;
		margin-top: 20px;
		padding-top: 20px;
	}
	.formulario-faleconosco{
		width: 100%;
	}
}

@media (max-width: 999px) and (min-width: 768px){

}