section.back-to-home {
  margin-top: 2em;
}
section.back-to-home .text-back-to-home {
  margin: 0 auto;
  width: 80%;
  border-top: 2px solid #529721;
  border-bottom: 2px solid #529721;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  color: #529721;
}
section.back-to-home .text-back-to-home a, section.back-to-home .text-back-to-home a:hover, section.back-to-home .text-back-to-home a:active, section.back-to-home .text-back-to-home a:visited {
  text-decoration: none;
  color: #529721;
}

section.form-contatti {
  width: 100%;
  display: flex;
  flex-flow: column;
  background-color: rgba(82, 151, 33, 0.09);
  margin-top: 2em;
}
section.form-contatti .box-form {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
section.form-contatti .box-form .title {
  margin-top: 2em;
  font-weight: bold;
  color: #529721;
}
section.form-contatti .box-form .subtitle {
  margin-top: 2em;
  font-weight: bold;
  color: #000000;
}
section.form-contatti .box-form input {
  margin-top: 2em;
  width: 100%;
  border: 1px solid white;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 1em;
}
section.form-contatti .box-form textarea {
  border: 1px solid white;
  margin-top: 2em;
  width: 100%;
  text-align: center;
  padding-top: 2em;
  border-radius: 1em;
}
section.form-contatti .box-form .send-form {
  margin-top: 2em;
  padding: 1em;
  background-color: #529721;
  border-radius: 2em;
  color: white;
  width: 10%;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 2em;
}
@media all and (max-width: 480px) {
  section.form-contatti .box-form .send-form {
    width: 80%;
  }
}

/*# sourceMappingURL=form-contatti.css.map */
