/* REPRESENTANTE */
#form_representante {
  max-width: 600px;
  margin: 0;
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 1200px) {
  #form_representante {
    padding: 30px 0 50px 0;
  }
}
#form_representante label {
  display: none;
}
#form_representante .envio {
  background: #fff;
  padding: 30px;
}
#form_representante input[type="file"] {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
#form_representante .upload label {
  display: block;
  background: url(../imagens/upload.svg) #f1f1f1 left center no-repeat;
  padding: 10px 10px 10px 48px;
  color: #8b8b8b;
  font-size: 14px;
}
.texto_repre h3 {
  margin-bottom: 0;
}
.banner_repre {
  margin: 30px 0;
}
@media only screen and (min-width: 992px) {
  .banner_repre {
    margin: 50px 0 0 0;
  }
}
