.interna-contato {
  background: url("img/bg-contato.jpg") no-repeat center;
  background-size: cover;
}

.interna-contato p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 20px;
}

.contato {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 40px 0;
  color: #000000;
}


.form-contato {
  padding-right: 60px;
}

.form-contato  label {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 4px;
}

.form-contato  input {
  display: block;
  width: 100%;
  border: #fec63e solid 4px;
  background: none;
  color: rgb(0, 0, 0);
  padding: 7px 10px;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.form-contato  textarea {
  display: block;
  width: 100%;
  height: 120px;
  border: #fec63e solid 4px;
  background: none;
  color: rgb(0, 0, 0);
  padding: 7px 10px;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.form-contato  button {
  display: block;
  color: #fec63e;
  border: #fec63e solid 3px;
  background: none;
  padding: 7px 40px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.contato-dados {
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}

.contato-dados h3 {
  color: #fec63e;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: bold;
  margin: 20px 0;
}

.contato-dados span {
  display: block;
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 30px;
}

.dados-email {
  margin-bottom: 40px;
}

.contato-redes h3 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fec63e;
  font-weight: bold;
  margin-bottom: 10px ;
}

.contato-redes ul li{
  display: inline-block;
  margin-right: 10px;
}

.contato-redes ul li a {
  border: 3px solid #fec63e;
  display: block;
  padding: 10px;
}

.contato-redes ul li a:hover {
  border-color: rgb(0, 0, 0);
}

.contato-mapa {
  margin-bottom: 30px;
}