.contato_conteudo{
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}
.contato_mensagem{
  text-align: center;
  font-size: 14px;
  background: #eeeeee;
  padding: 40px;
  margin: 30px auto 20px auto;
  width: 535px;
  color: #E03D42;
}
.contato_erro{
  text-align: center;
  font-size: 14px;
  background: #f00f00;
  padding: 10px 40px;
  margin: 30px auto 20px auto;
  width: 535px;
  border-radius: 4px;
  color: #ffffff;
}
.contato_enviado{
  text-align: center;
  font-size: 14px;
  background: #53ac53;
  padding: 10px 40px;
  margin: 30px auto 20px auto;
  width: 535px;
  border-radius: 4px;
  color: #ffffff;
}
.contato_form{
  padding: 0 0 20px 0;
}
.form_coluna1{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
.form_coluna2{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
.contato_form label{
  display: block;
  margin: 20px 0 10px 10px;
  font-size: 16px;
  color: #777777;
  font-style: italic;
}
.contato_form input[type='text']{
  display: block;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  color: #7D6E65;
  outline: none;
  border: none;
  box-sizing: border-box;
  border-radius: 23px;
  background: #E8E6E6;
  -webkit-box-shadow: 2px 2px 8px #cccccc inset;
	-moz-box-shadow: 2px 2px 8px #cccccc inset;
	box-shadow: 2px 2px 8px #cccccc inset;
}
.contato_form textarea{
  margin: 0 auto;
  display: block;
  height: 335px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  color: #7D6E65;
  border: none;
  outline: none;
  border-radius: 23px;
  background: #E8E6E6;
  -webkit-box-shadow: 2px 2px 8px #cccccc inset;
	-moz-box-shadow: 2px 2px 8px #cccccc inset;
	box-shadow: 2px 2px 8px #cccccc inset;
}
.contato_form a{
  display: block;
  width: 170px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  margin: 50px auto 60px auto;
  background: #3DB8FB;
  border-radius: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.atalho_redessociais{
  width: 685px;
  margin: 0 auto;
  height: 100px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
}
.atalho_redessociais a{
  text-decoration: none;
  color: #777777;
}
.atalho_redessociais p{
  padding: 3px 10px;
  color: #777777;
}
.atalho_redessociais p i{
  font-size: 25px;
  color: #3DB8FB;
}
#mapa_google{
  width: 100%;
  height: 560px;
  background: #ffffff;
}
.mapsInfoWindow{
  padding: 10px;
  width: 260px;
}
.mapsInfoWindow h4{
  text-align: center;
}
.mapsInfoWindow h4 img{
  width: 180px;
}
.mapsInfoWindow p{
  color: #003D92;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 960px){
  .form_coluna1, .form_coluna2{
      float: inherit;
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
  }
  .contato_titulo p{
    padding-top: 70px;
  }
  .contato_mensagem{
    padding: 20px 0;
    width: 70%;
  }
  .contato_erro{
    padding: 20px 0;
    width: 70%;
  }
  .contato_enviado{
    padding: 20px 10%;
    width: 70%;
  }
  .atalho_redessociais{
    width: 98%;
    height: 80px;
  }
  .atalho_redessociais p{
    float: inherit;
    display: block;
    padding: 4px 0;
    color: #777777;
    font-size: 18px;
  }
  .atalho_redessociais p i{
    font-size: 22px;
    color: #3DB8FB;
  }
}
