.sect1-contato {
  padding: 10vh 0;
  background: #293b3b;
}
.sect1-contato .container {
  max-width: 70%;
  color: white;
}
.sect1-contato .container .title {
  color: white;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-bottom: 4%;
}
.sect1-contato .container .form {
  padding: 0 5%;
}
.sect1-contato .container .form .campo input {
  width: 100%;
  background: white;
  border: 1px solid white;
  color: black;
  padding: 2vh;
  margin-bottom: 2%;
}
.sect1-contato .container .form input[type=submit] {
  background: #c5c2bb;
  color: black;
  border: 1px solid #c5c2bb;
  z-index: 10;
  padding: 0.5vh 3vh;
  border-radius: 50px;
  margin-top: 4%;
  float: right;
}

#mob {
  display: none;
}

footer {
  padding: 10vh 0;
}
footer .legal {
  font-size: 10px;
  margin-top: 2%;
}
footer .ass {
  text-align: center;
}
footer .ass img {
  width: 6%;
}

@media (max-width: 980px) {
  #mob {
    display: block;
  }
  #desk {
    display: none;
  }
  .sect1-contato .container {
    max-width: 95%;
  }
  footer .ass img {
    width: 16%;
  }
}

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