body {
  font-family: "Montserrat", sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

a:focus, input:focus, textarea:focus, button:focus, select:focus {
  outline: none; }

p {
  margin-bottom: 0; }

.banner .desk {
  display: block; }
.banner .mob {
  display: none; }
@media (max-width: 980px) {
  .banner .desk {
    display: none; }
  .banner .mob {
    display: block; } }

.sect1-lp {
  padding: 7vh 0; }
  .sect1-lp .container {
    max-width: 50%; }
  .sect1-lp .title-form {
    text-align: center;
    font-size: 30px;
    margin-bottom: 2vh;
    color: #4d665a; }
  .sect1-lp .campos {
    padding: 1vh 0; }
    .sect1-lp .campos input {
      width: 100%;
      padding: 1vh 2vh;
      height: 7vh;
      border: 1px solid gray;
      border-radius: 100px; }
  .sect1-lp .botao-form {
    text-align: center;
    margin-top: 1vh; }
    .sect1-lp .botao-form input {
      background: #31393b;
      padding: 1vh 4vh;
      color: white;
      border: none;
      border-radius: 100px;
      text-transform: uppercase;
      transition: .5s; }
      .sect1-lp .botao-form input:hover {
        background: #4d665a; }
    .sect1-lp .botao-form span {
      display: block; }

footer {
  background: #63736a;
  padding: 7vh 0 1vh;
  text-align: center; }
  footer .col-lg-3 {
    border-right: 3px solid white; }
    footer .col-lg-3:nth-last-child(1) {
      border-color: transparent; }
  footer .ass img {
    width: 20vh;
    height: 10vh;
    object-fit: contain; }
  footer p {
    color: white;
    font-size: 12px;
    margin-bottom: 3vh; }
  footer .mcia {
    text-align: center;
    margin-top: 5vh; }
    footer .mcia a {
      color: white;
      font-family: 'Montserrat';
      font-size: 12px; }
      footer .mcia a img {
        width: 9vh;
        filter: brightness(0) invert(1); }

@media (max-width: 980px) {
  .sect1-lp .container {
    max-width: inherit; }
  .sect1-lp .title-form {
    font-size: 25px; }

  footer .ass img {
    width: 16vh;
    height: 8vh; } }

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