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

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

a:focus, input:focus, button:focus, textarea: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: 5vh 0;
  background: linear-gradient(90deg, #3f0d48, #722267);
}
.sect1-lp .title-lp {
  font-size: 25px;
  text-align: center;
  margin-bottom: 1vh;
  color: white;
  font-weight: 500;
}
.sect1-lp .campos {
  margin-bottom: 1vh;
}
.sect1-lp .campos input {
  width: 100%;
  height: 7vh;
  border-radius: 5px;
  border: 1px solid #792064;
  padding: 1vh 2vh;
  background: rgba(255, 255, 255, 0.7019607843);
}
.sect1-lp .aceite {
  margin-bottom: 1vh;
  font-size: 14px;
  color: white;
}
.sect1-lp .botao-form {
  text-align: center;
}
.sect1-lp .botao-form input {
  padding: 1vh 3vh;
  border-radius: 5px;
  background: #aeaab8;
  border: 1px solid #3c0d43;
  color: #3f0d48;
  font-weight: 500;
  transition: 0.5s;
}
.sect1-lp .botao-form input:hover {
  background: white;
}
.sect1-lp .botao-form span {
  display: block;
}

footer {
  padding: 5vh 0;
  background: #afabb9;
}
footer .ass {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ass img {
  width: 40%;
}
footer .lynq {
  text-align: end;
}
footer .lynq a {
  font-size: 12px;
  color: black;
}
footer .lynq a img {
  width: 8vh;
  margin-left: 0.5vh;
}

.whats {
  background: #00d756;
  position: fixed;
  bottom: 3vh;
  right: 3vh;
  z-index: 2020;
  padding: 1.5vh;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 7px white);
  cursor: pointer;
}
.whats svg {
  width: 5.5vh;
}

#whatsModal .modal-dialog {
  margin-top: 15vh;
}
#whatsModal .modal-dialog .modal-header {
  background: #00d756;
}
#whatsModal .modal-dialog .modal-header h1 {
  width: 100%;
  text-align: center;
  color: white;
}
#whatsModal .modal-dialog .modal-header button {
  filter: brightness(0) invert(1);
}
#whatsModal .modal-dialog .modal-body .texto-form {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2vh;
  text-align: center;
}
#whatsModal .modal-dialog .modal-body .campos {
  margin-bottom: 1vh;
}
#whatsModal .modal-dialog .modal-body .campos input {
  width: 100%;
  height: 6vh;
  border-radius: 5px;
  border: 1px solid #212121;
  padding: 1vh 2vh;
}
#whatsModal .modal-dialog .modal-body .botao-form {
  text-align: center;
}
#whatsModal .modal-dialog .modal-body .botao-form input {
  background: #528d2d;
  border: 1px solid #528d2d;
  padding: 0.5vh 3vh;
  color: white;
  border-radius: 5px;
  transition: 0.5s;
}
#whatsModal .modal-dialog .modal-body .botao-form input:hover {
  background: transparent;
  color: #528d2d;
}

@media (max-width: 980px) {
  .sect1-lp .title-lp {
    font-size: 22px;
  }
  .sect1-lp .campos input {
    height: 8vh;
  }
  footer {
    padding: 5vh 0 15vh;
  }
  footer .ass img {
    width: 60%;
    margin-bottom: 6vh;
  }
}

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