@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700&display=swap");
html,
body {
  font-family: "Exo 2", sans-serif;
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

header {
  margin: 150px 0 0px;
  padding: 0;
  position: relative;
}
header.container, header.container-fluid {
  position: relative;
  padding: 0;
}
header .logo-h1 {
  margin: 0 auto;
}
header .logo {
  width: 150px;
  height: auto;
  top: -132px;
  left: calc((100% - 150px) / 2);
  z-index: 1;
  height: 100%;
  position: absolute;
  z-index: 5;
}
header .centra {
  max-width: 1200px;
  margin: 0;
  position: relative;
}
header .fascia {
  position: relative;
}
header .fascia::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #e3b036;
  background: linear-gradient(to right, #e3b036 9%, #d68d39 95%);
  z-index: 1;
}
header .benvenuto {
  z-index: 2;
  position: relative;
}
header .benvenuto h1 {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  line-height: 110%;
  padding: 10px;
  margin: 20px 0 0;
  text-align: center;
  color: #fff;
  font-weight: 800;
}
header .benvenuto h1 span {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
header .benvenuto h1 span br.b {
  display: none;
}

.verde-scuro {
  color: #417245;
}

.verde-chiaro {
  color: #5aaf43;
}

.arancio-1 {
  color: #f2a833;
}

.presentazione {
  margin: 0 auto;
}
.presentazione p {
  margin: 25px auto;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 125%;
  max-width: 700px;
}

a:hover {
  color: #f2a833;
}

#arrow-form {
  width: 50px;
  position: absolute;
  top: -7px;
  left: 40px;
  z-index: 1;
}

.site-contact {
  margin-top: 100px;
  background: url("../images/sfondo_negozi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 700px;
}

#contact-form {
  position: relative;
  z-index: 10;
}

.form-wrapper {
  max-width: 520px;
  margin: 0 auto;
  margin-top: -100px;
  border-radius: 38px;
  position: relative;
  color: white;
  border: 0px solid #fff;
  background: #fff;
}
.form-wrapper .form-control {
  font-size: 120%;
}
.form-wrapper::before {
  content: "";
  background: #417245;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 3px solid #5aaf43;
  border-radius: 25px;
  z-index: 1;
}
.form-wrapper .sub-h2 {
  text-align: center;
  font-size: 24px;
  max-width: 100%;
  margin: 30px auto 10px;
}
.form-wrapper .invalid-feedback {
  background: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  margin-top: -3px;
}
.form-wrapper .form-control:invalid,
.form-wrapper .form-control.is-invalid {
  border-color: red;
  border-width: 2px;
  border-radius: 5px;
}
.form-wrapper #submit-form {
  position: absolute;
  right: 0px;
  bottom: -115px;
  width: 128px;
  height: 128px;
  background: transparent;
  background-image: url("/images/btn-invia.png");
  /* Change url to wanted image */
  background-size: cover;
  border: none;
  cursor: pointer;
  color: transparent;
}
.form-wrapper .box-check-privacy .custom-control {
  padding-left: 0;
}
.form-wrapper a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .site-contact > .container {
    padding: 0;
  }
}
@media (min-width: 521px) {
  .form-wrapper {
    border: 16px solid #fff;
  }
}
@media (min-width: 768px) {
  header {
    margin: 50px 0;
  }
  header .logo {
    width: 170px;
    top: -32px;
    left: 30px;
  }
  header .benvenuto h1 {
    margin: 0;
  }

  .site-contact {
    min-height: 900px;
  }

  .form-wrapper {
    max-width: 520px;
    margin: 0 auto;
    margin-top: -100px;
    border-radius: 38px;
    position: relative;
    color: white;
    border: 16px solid #fff;
    background: #fff;
  }
  .form-wrapper::before {
    content: "";
    background: #417245;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 3px solid #5aaf43;
    border-radius: 25px;
    z-index: 1;
  }
  .form-wrapper .sub-h2 {
    max-width: 70%;
    margin: 0 auto;
  }
}
.response-success h2.sub-h2 {
  color: #f2a833;
  z-index: 3;
  max-width: 100%;
  position: relative;
  padding: 10px 20px;
  font-weight: 700;
}
.response-success h3.sub-h2 {
  color: white;
  z-index: 3;
  max-width: 100%;
  position: relative;
  font-size: 20px;
  padding: 10px 20px;
}

.response-resend h2.sub-h2 {
  color: #f2a833;
  z-index: 3;
  max-width: 100%;
  position: relative;
  padding: 10px 20px;
  font-weight: 700;
}
.response-resend a.btn {
  text-decoration: none;
  color: #417245;
}
.response-resend p {
  text-align: center;
  z-index: 3;
  max-width: 100%;
  position: relative;
}

.file-caption .file-caption-name {
  background: white;
}/*# sourceMappingURL=site.css.map */