.botao {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-general {
  position: absolute;
  bottom: 110px;
  right: 30px;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  background-color: #ebe5de;
  padding: 0;
  width: 100%;
  border-radius: 0;
  max-width: 480px;
  box-shadow: 0.0625rem 0.0625rem 1.25rem rgb(0 0 0 / 6%) 
}

.modal-content {
  background-color: #ebe5de;
  padding: 15px;
}

.modal-content h3 {
  display: none;
}

.modal-header {
  padding: 15px;
  background-color: #265c54;
  color: #ffffff;
}

.modal-header p {
  margin: 0;
}

.close-button {
  float: right;
  cursor: pointer;
  color: #ffffff;
  font-size: 25px;
  padding: 10px 15px;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.form-whats .hs-form input[type=date],
.form-whats .hs-form input[type=datetime],
.form-whats .hs-form input[type=datetime-local],
.form-whats .hs-form input[type=email],
.form-whats .hs-form input[type=month],
.form-whats .hs-form input[type=number],
.form-whats .hs-form input[type=password],
.form-whats .hs-form input[type=range],
.form-whats .hs-form input[type=search],
.form-whats .hs-form input[type=tel],
.form-whats .hs-form input[type=text],
.form-whats .hs-form input[type=file],
.form-whats .hs-form input[type=time],
.form-whats .hs-form input[type=url],
.form-whats .hs-form input[type=week],
.form-whats .hs-form fieldset.form-columns-1 textarea.hs-input,
.form-whats .hs-form fieldset.form-columns-1 .input select,
.form-whats .hs-form .input textarea,
.form-whats .hs-form .hs-input textarea,
.form-whats .hs-form textarea,
.form-whats .hs-form .input select,
.form-whats .hs-form .hs-input select,
.form-whats .hs-form select {
  padding: 12px 20px!important;
  color: #000000!important;
  background-color: #FFFFFF!important;
  font-size: 16px!important;
  border-radius: 5px!important;
  border: 1px #cacaca solid!important;
}

.form-whats .hs-form button, .form-whats .hs-form input[type=button], .form-whats .hs-form input[type=submit] {
  color: #FFFFFF!important;
  background-color: #53a451!important;
  border: solid 1px  #53a451!important;
  border-radius: 5px!important;
  font-size: 18px!important;
  padding: 15px 30px;
  width: 100%!important;
}

@media (max-width: 768px) {
  .modal-general {
    bottom: 110px;
    right: 0;
    width: auto;
    margin: 20px;
  }
}
