.interna-sobre {
  background: url("../img/bg-contato.jpg") no-repeat center;
  background-size: cover;
}

/*form*/

.contato {
  margin-top: 60px;
}

.form {
  padding-right: 60px;
}

.form label {
  display: block;
  color: #464646;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 4px;
}

.form input {
  display: block;
  width: 75%;
  border: 2px solid #f7cc00;
  background: none;
  color: #464646;
  padding: 7px 10px;
  margin-bottom: 10px;
  outline: none;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.form textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 2px solid #f7cc00;
  background: none;
  color: #000000;
  padding: 7px 10px;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.form .btn {
  border-color: #f7cc00;
  color: #464646;
}

.form .btn:hover {
  border-color: #464646;
}

.contato-enderecos {
  margin-top: 20px;
  font-weight: bolder;
}

.contato_dados {
  padding-left: 120px;
}

.contato_dados h3 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #f7cc00;
  font-weight: bold;
  margin-bottom: 20px;
}

.contato_dados span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #464646;
}

.contato_dados ul {
  margin-top: 10px;
}

.contato_dados ul li {
  display: inline-block;
  margin-right: 10px;
}

.contato_redes {
  margin-top: 20px;
}

.mapa-endereco {
  margin-top: 30px;
}
