@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700&display=swap");
/* line 7, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
html,
body {
  font-family: 'Exo 2', sans-serif;
  height: 100%; }

/* line 13, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.wrap {
  min-height: 100%;
  height: auto; }

/* line 20, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px; }

/* line 29, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
header {
  margin: 150px 0 0px;
  padding: 0;
  position: relative; }
  /* line 34, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  header.container, header.container-fluid {
    position: relative;
    padding: 0; }
  /* line 40, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  header .logo-h1 {
    margin: 0 auto; }
  /* line 44, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  header .logo {
    width: 150px;
    height: auto;
    top: -132px;
    left: calc((100% - 150px) /2);
    z-index: 1;
    height: 100%;
    position: absolute;
    z-index: 5; }
  /* line 55, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  header .centra {
    max-width: 1200px;
    margin: 0;
    position: relative; }
  /* line 61, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  header .fascia {
    position: relative; }
    /* line 64, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
    header .fascia::before {
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0;
      right: 0;
      background: #e3b036;
      background: -webkit-linear-gradient(left, #e3b036 9%, #d68d39 95%);
      background: -o-linear-gradient(left, #e3b036 9%, #d68d39 95%);
      background: linear-gradient(to right, #e3b036 9%, #d68d39 95%);
      z-index: 1; }
  /* line 79, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  header .benvenuto {
    z-index: 2;
    position: relative; }
    /* line 83, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
    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; }
      /* line 94, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
      header .benvenuto h1 span {
        display: block;
        margin: 0 auto;
        max-width: 500px; }
        /* line 99, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
        header .benvenuto h1 span br.b {
          display: none; }

/* line 107, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.verde-scuro {
  color: #417245; }

/* line 111, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.verde-chiaro {
  color: #5AAF43; }

/* line 115, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.arancio-1 {
  color: #f2a833; }

/* line 119, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.presentazione {
  margin: 0 auto; }
  /* line 122, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .presentazione p {
    margin: 25px auto;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 125%;
    max-width: 700px; }

/* line 133, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
a:hover {
  color: #f2a833; }

/* line 137, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
#arrow-form {
  width: 50px;
  position: absolute;
  top: -7px;
  left: 40px;
  z-index: 1; }

/* line 145, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.site-contact {
  margin-top: 100px;
  background: url("../images/sfondo_negozi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 700px; }

/* line 154, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
#contact-form {
  position: relative;
  z-index: 10; }

/* line 159, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.form-wrapper {
  max-width: 520px;
  margin: 0 auto;
  margin-top: -100px;
  border-radius: 38px;
  position: relative;
  color: white;
  border: 0px solid #fff;
  background: #fff; }
  /* line 160, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper .form-control {
    font-size: 120%; }
  /* line 173, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .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; }
  /* line 186, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper .sub-h2 {
    text-align: center;
    font-size: 24px;
    max-width: 100%;
    margin: 30px auto 10px; }
  /* line 193, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper .invalid-feedback {
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
    margin-top: -3px; }
  /* line 201, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper .form-control:invalid,
  .form-wrapper .form-control.is-invalid {
    border-color: red;
    border-width: 2px;
    border-radius: 5px; }
  /* line 208, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .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; }
  /* line 224, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper .box-check-privacy .custom-control {
    padding-left: 0; }
  /* line 229, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper a {
    color: #fff;
    text-decoration: underline; }

@media (max-width: 767px) {
  /* line 236, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .site-contact > .container {
    padding: 0; } }

@media (min-width: 521px) {
  /* line 242, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper {
    border: 16px solid #fff; } }

@media (min-width: 768px) {
  /* line 248, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  header {
    margin: 50px 0; }
    /* line 251, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
    header .logo {
      width: 170px;
      top: -32px;
      left: 30px; }
    /* line 258, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
    header .benvenuto h1 {
      margin: 0; }
  /* line 263, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .site-contact {
    min-height: 900px; }
  /* line 266, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
  .form-wrapper {
    max-width: 520px;
    margin: 0 auto;
    margin-top: -100px;
    border-radius: 38px;
    position: relative;
    color: white;
    border: 16px solid #fff;
    background: #fff; }
    /* line 277, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
    .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; }
    /* line 290, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
    .form-wrapper .sub-h2 {
      max-width: 70%;
      margin: 0 auto; } }

/* line 298, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.response-success h2.sub-h2 {
  color: #f2a833;
  z-index: 3;
  max-width: 100%;
  position: relative;
  padding: 10px 20px;
  font-weight: 700; }

/* line 306, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.response-success h3.sub-h2 {
  color: white;
  z-index: 3;
  max-width: 100%;
  position: relative;
  font-size: 20px;
  padding: 10px 20px; }

/* line 316, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.response-resend h2.sub-h2 {
  color: #f2a833;
  z-index: 3;
  max-width: 100%;
  position: relative;
  padding: 10px 20px;
  font-weight: 700; }

/* line 324, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.response-resend a.btn {
  text-decoration: none;
  color: #417245; }

/* line 328, /Users/enricocampani/Lavori/web/sky2020/web/css/site.scss */
.response-resend p {
  text-align: center;
  z-index: 3;
  max-width: 100%;
  position: relative; }

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