p {
  margin: 0;
}

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

.whats{
    display: flex;
    align-items: center;
    justify-content: center;	
}
.whats p{
	font-size: 40px;
}
.whats p span{
	font-size: 10px;
}
.whats img{
    width: 10%;	
}
.form {
  padding: 3em 0;
  background: linear-gradient(0deg, #d1d0d1, #d6d6d6);
}
.form .title {
  font-size: 20px;
  text-align: center;
}
.form .container {
  max-width: 55%;
}
.form .campos {
  padding: 0.5em 0;
}
.form .campos input {
  width: 100%;
  padding: 1em;
  height: 3em;
  border: 1px solid #00310d;
  border-radius: 5px;
}
.form .aceite {
  margin: 1.5em 0;
  color: #00310d;
  font-size: 14px;
}
.form .botao-form {
  text-align: center;
}
.form .botao-form span {
  display: block;
}
.form .botao-form input {
  background: #c5d558;
  padding: 0.5em 3em;
  color: white;
  border: 1px solid #c5d558;
  border-radius: 5px;
  transition: 0.5s;
}
.form .botao-form input:hover {
  background: transparent;
  color: #ab623b;
}

#mob {
  display: none;
}

footer {
  padding: 3em 0;
}

footer .ass {
  text-align: center;
}

footer .ass img {
  width: 75%;
}

footer .legal {
  text-align: center;
  font-size: 12px;
  margin: 2em 0;
}

footer .mcia {
  text-align: right;
}

footer .mcia a {
  font-size: 12px;
  color: black;
  font-family: "Montserrat", sans-serif;
}

footer .mcia a img {
  width: 5em;
}

@media (max-width: 980px) {
  footer .mcia {
    text-align: center;
  }
  footer .mcia a {
    font-size: 11px;
  }
  footer .mcia a img {
    width: 14%;
  }
}
@media (max-width: 980px) {
  .sect1-lp .title-lp {
    font-size: 19px;
  }
  .sect1-lp .campos input {
    height: 3em;
  }
  footer .ass img {
    width: 11em;
  }
}
@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
  .form .container {
    max-width: 90%;
  }
}

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