.introducao_interna {
  width: 100%;
  height: 160px;
  background: url(../img/bg-contato.jpg) no-repeat center;
  background-size: cover;
  margin-top: 92px;
  text-align: center;
  padding-top: 80px;
  color: #fff;
}

form input {
  color: #000;
}

.introducao_interna h1 {
  margin-top: -30px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.introducao_interna h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 14px auto 10px auto;
}

.orcamento {
  width: 100%;
  height: 600px;
  padding: 40px 0;
  overflow: auto;
}

.formulario .form_input {
  border: 3px solid #fec63e;
  margin-bottom: 20px;
  background: none;
  color: #000;
  width: 80%;
}

.orcamento p,
label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 25px;
  padding-right: 60px;
}

.orcamento p:nth-child(3),
.orcamento p:nth-child(5) {
  margin-bottom: 40px;
}

.btn:hover {
  color: black;
  border-color: #000;
}

.btn {
  background-color: #fff;
}

.subtitulo-info {
  color: #fec63e;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
  text-align: left;
}

.redes-sociais img {
  border: 3px solid #fec63e;
  padding: 10px;
  float: left;
  margin-right: 10px;
}

.redes-sociais img:hover {
  border: 3px solid #000;
}

.mapa {
  margin: 0 auto;
}

.mapa img {
  display: block;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
}
