.modal-content .main-content {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .input-width{
    width: 304px;
  }
}

.main-form .logo-area {
  text-align: center;
  }
.main-form .logo-area img {
  width: 20%; }
.main-form #nome, .main-form #email {
  width: 100%;
  padding-left: 7px;
}
  .main-form #nome {
  margin-bottom: 10px; }
.main-form .g-recaptcha {
  margin-left: -15px;
  margin-bottom: 30px; }
.main-form #submit {
  background-color: #3d7ab9;
  width: 10em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
 
  color: #fff;
  cursor: pointer;
  margin-left: -15px; }
.main-form #submit:hover {
  background-color: #508fcf; }
.main-form select {
    border-radius: 0px;
    -webkit-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-dropdown.png');
    padding-left: 7px;
    background-color: #fff;
    height: 26px;
}
.main-form textarea {
  text-align: left;
  width: 100%;
  height: 100px;
  padding-left: 7px;}
.main-form .margin-bottom {
  margin-bottom: 30px; }

.modal-open-button{
  position: fixed;
  /* display: none; */
  bottom: 45%;
  right: 4%;
  z-index: 5;
  cursor: pointer;
  width: 60px;
  /* top: 20px; */
}




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