.contato-bg {
  background-color: var(--cor-6);
  border-radius: 10px;
}

#contato-form form label {
  font-weight: 700;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  color: var(--cor-1);
  width: 48%;
  margin-bottom: 10px;
}
#contato-form form label input {
  display: block;
  height: 55px;
  width: 100%;
  border: 1px solid var(--cor-4);
  background-color: white;
  line-height: 55px;
  color: var(--cor-1);
  margin-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
#contato-form form label.mensagem {
  width: 100%;
}
#contato-form form label.mensagem textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--cor-4);
  height: 100px;
  margin-top: 7px;
  color: var(--cor-1);
  padding: 15px 5px;
}

#contato-mapa .row {
  overflow: hidden;
}
#contato-mapa .info {
  height: 400px;
}
#contato-mapa .mapa {
  position: absolute;
  right: 0;
  height: 400px;
  width: 100%;
}

#contato-trabalhe .sub-titulo {
  text-transform: uppercase;
}

#contato-assessoria a {
  color: var(--cor-1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

/*-xl*/
/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  #contato-mapa .info {
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #contato-mapa .mapa {
    position: static;
  }
}
/*-sm*/
/*-xs*/
@media (max-width: 575.98px) {
  #contato-form form label {
    width: 100%;
  }
}

/*# sourceMappingURL=contato.css.map */
