/* line 5, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 72px*/
/* 18px*/
/* line 1, ../scss/_base.scss */
body {
  font-family: "Moderustic", serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  background-color: #FFFFFF;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 66.375em) {
  /* line 1, ../scss/_base.scss */
  body {
    font-size: 18px;
    font-weight: 400;
  }
}

/* line 15, ../scss/_base.scss */
h1 {
  font-size: 1.7em;
  font-weight: 600;
}
@media (min-width: 66.375em) {
  /* line 15, ../scss/_base.scss */
  h1 {
    font-size: 50px;
  }
}

/* line 24, ../scss/_base.scss */
h2 {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 66.375em) {
  /* line 24, ../scss/_base.scss */
  h2 {
    font-size: 1.8rem;
  }
}

/* line 32, ../scss/_base.scss */
.bold {
  font-weight: 600;
}

/* line 36, ../scss/_base.scss */
p {
  line-height: 1.5rem;
}

/* line 40, ../scss/_base.scss */
h4 {
  color: #C00076;
}
@media (min-width: 66.375em) {
  /* line 40, ../scss/_base.scss */
  h4 {
    font-size: 25px;
  }
}

/* line 1, ../scss/_header.scss */
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 5rem;
}
@media (min-width: 66.375em) {
  /* line 1, ../scss/_header.scss */
  .nav-bar {
    background: none;
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    align-items: flex-start;
    height: auto;
  }
}
/* line 19, ../scss/_header.scss */
.nav-bar .logo {
  max-width: auto;
  height: 4rem;
  display: none;
}
@media (min-width: 66.375em) {
  /* line 19, ../scss/_header.scss */
  .nav-bar .logo {
    display: block;
    max-width: 485px;
    height: auto;
  }
}
/* line 30, ../scss/_header.scss */
.nav-bar .logo-mob {
  max-width: auto;
  height: 3rem;
  display: block;
  margin-left: 1rem;
}
@media (min-width: 66.375em) {
  /* line 30, ../scss/_header.scss */
  .nav-bar .logo-mob {
    display: none;
    max-width: 485px;
    height: auto;
  }
}
/* line 42, ../scss/_header.scss */
.nav-bar .lan-selection {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  gap: 0.3rem;
  align-items: center;
}
@media (min-width: 66.375em) {
  /* line 42, ../scss/_header.scss */
  .nav-bar .lan-selection {
    font-size: 23px;
  }
}
/* line 52, ../scss/_header.scss */
.nav-bar .lan-selection a {
  color: #000;
  text-decoration: none;
}
/* line 56, ../scss/_header.scss */
.nav-bar .lan-selection a:hover {
  color: grey;
}
/* line 60, ../scss/_header.scss */
.nav-bar .lan-selection .action {
  color: #C00076;
  font-weight: 500;
}
/* line 67, ../scss/_header.scss */
.nav-bar .index {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  margin-right: 1rem;
}
@media (min-width: 66.375em) {
  /* line 67, ../scss/_header.scss */
  .nav-bar .index {
    align-items: center;
    justify-content: space-between;
    gap: 95px;
    margin-right: 145px;
    margin-top: 94px;
  }
}
/* line 83, ../scss/_header.scss */
.nav-bar .hamburger a {
  color: #C00076;
}
@media (min-width: 66.375em) {
  /* line 87, ../scss/_header.scss */
  .nav-bar .hamburger {
    display: none;
  }
}
/* line 93, ../scss/_header.scss */
.nav-bar .fa-2x {
  font-size: 1.8em !important;
}

/* line 100, ../scss/_header.scss */
.items #nav-items {
  display: none;
  position: fixed;
  top: 5rem;
  z-index: 2;
  width: 100%;
  flex-direction: column;
  background-color: #C00076;
  padding: 3rem;
  gap: 1.7rem;
}
/* line 111, ../scss/_header.scss */
.items #nav-items a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

/* line 121, ../scss/_header.scss */
.items-web {
  display: none;
}
@media (min-width: 66.375em) {
  /* line 121, ../scss/_header.scss */
  .items-web {
    display: flex;
    justify-content: space-between;
    gap: 95px;
    font-weight: 500;
    font-size: 23px;
  }
  /* line 129, ../scss/_header.scss */
  .items-web a {
    color: black;
    text-decoration: none;
  }
  /* line 134, ../scss/_header.scss */
  .items-web a:hover {
    color: gray;
  }
}

/* line 140, ../scss/_header.scss */
.hero-img {
  position: relative;
  top: 5rem;
  width: 100%;
  max-height: 100%;
  display: flex;
}
@media (min-width: 66.375em) {
  /* line 140, ../scss/_header.scss */
  .hero-img {
    object-fit: contain;
    position: static;
    margin-top: 0;
  }
}

/* line 153, ../scss/_header.scss */
.hamburger {
  display: flex;
  align-items: center;
  color: #C00076;
  margin-right: 1rem;
}

/* line 161, ../scss/_header.scss */
.hero-title {
  background-color: #C00076;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 2rem 3rem;
  position: relative;
  top: 5rem;
}
@media (min-width: 66.375em) {
  /* line 161, ../scss/_header.scss */
  .hero-title {
    position: static;
    padding: 60px;
    gap: 24px;
  }
}
/* line 179, ../scss/_header.scss */
.hero-title h1 {
  line-height: 1.1;
}

/* line 1, ../scss/_content.scss */
.main-section {
  display: grid;
  max-width: 100%;
  padding: 4rem 2rem;
  row-gap: 4rem;
  position: relative;
  top: 5rem;
}
@media (min-width: 66.375em) {
  /* line 1, ../scss/_content.scss */
  .main-section {
    padding: 8rem 9.5rem;
    row-gap: 150px;
    position: static;
  }
}
@media (min-width: 88.875em) {
  /* line 1, ../scss/_content.scss */
  .main-section {
    padding: 9.37rem 17rem;
    row-gap: 150px;
  }
}

/* line 20, ../scss/_content.scss */
.chi-siamo {
  max-width: 100%;
  display: grid;
  justify-content: center;
  text-align: center;
  row-gap: 2rem;
}
@media (min-width: 66.375em) {
  /* line 20, ../scss/_content.scss */
  .chi-siamo {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 73px;
    justify-content: center;
    text-align: left;
  }
}
/* line 36, ../scss/_content.scss */
.chi-siamo h3 {
  color: #C00076;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 66.375em) {
  /* line 36, ../scss/_content.scss */
  .chi-siamo h3 {
    grid-column: 1/ span 2;
    font-size: 2.2rem;
    text-align: center;
  }
}
/* line 47, ../scss/_content.scss */
.chi-siamo img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 56, ../scss/_content.scss */
.swiper-image {
  aspect-ratio: 4 / 3;
}

/* line 60, ../scss/_content.scss */
.swiper-pagination-bullet-active {
  background-color: #C00076 !important;
}

/* line 64, ../scss/_content.scss */
.swiper-wrapper {
  padding-bottom: 30px;
}

/* line 69, ../scss/_content.scss */
.prodotti {
  max-width: 100%;
  display: grid;
  justify-content: center;
  row-gap: 2rem;
  text-align: center;
}
@media (min-width: 66.375em) {
  /* line 69, ../scss/_content.scss */
  .prodotti {
    row-gap: 50px;
  }
}
/* line 81, ../scss/_content.scss */
.prodotti h3 {
  color: #C00076;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 66.375em) {
  /* line 81, ../scss/_content.scss */
  .prodotti h3 {
    font-size: 2.2rem;
  }
}
/* line 91, ../scss/_content.scss */
.prodotti .prod {
  display: grid;
  row-gap: 1rem;
}
@media (min-width: 66.375em) {
  /* line 91, ../scss/_content.scss */
  .prodotti .prod {
    row-gap: 123px;
  }
}
/* line 100, ../scss/_content.scss */
.prodotti .gallery-prodotti {
  display: grid;
  row-gap: 2rem;
  max-width: 100%;
}
@media (min-width: 66.375em) {
  /* line 100, ../scss/_content.scss */
  .prodotti .gallery-prodotti {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 131px;
  }
}
/* line 108, ../scss/_content.scss */
.prodotti .gallery-prodotti img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 116, ../scss/_content.scss */
.prodotti .prodotto-singolo {
  display: grid;
  gap: 1rem;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 66.375em) {
  /* line 116, ../scss/_content.scss */
  .prodotti .prodotto-singolo {
    gap: 30px;
  }
}
/* line 125, ../scss/_content.scss */
.prodotti .prodotto-singolo h4 {
  font-weight: 500;
}
@media (min-width: 66.375em) {
  /* line 125, ../scss/_content.scss */
  .prodotti .prodotto-singolo h4 {
    font-size: 25px;
  }
}

/* line 135, ../scss/_content.scss */
.contatti {
  max-width: 100%;
  display: grid;
  position: relative;
  top: 5rem;
  padding: 4rem;
  text-align: center;
  align-items: start;
  row-gap: 2rem;
  background-image: url("../img/Raggruppa 57.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 66.375em) {
  /* line 135, ../scss/_content.scss */
  .contatti {
    position: static;
    padding: 5rem 9.5rem;
    column-gap: 73px;
  }
}
@media (min-width: 88.875em) {
  /* line 135, ../scss/_content.scss */
  .contatti {
    padding: 9.37rem 17rem;
    row-gap: 150px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 66.375em) {
  /* line 135, ../scss/_content.scss */
  .contatti {
    row-gap: 48px;
  }
}
@media (min-width: 66.375em) {
  /* line 135, ../scss/_content.scss */
  .contatti {
    background-image: url("../img/form-contatti-2x.png");
    background-size: cover;
  }
}
/* line 168, ../scss/_content.scss */
.contatti h3 {
  color: #C00076;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 66.375em) {
  /* line 168, ../scss/_content.scss */
  .contatti h3 {
    grid-column: 1/ span 2;
    font-size: 2.2rem;
  }
}
/* line 178, ../scss/_content.scss */
.contatti h4 {
  font-weight: 500;
}
@media (min-width: 66.375em) {
  /* line 178, ../scss/_content.scss */
  .contatti h4 {
    margin-top: 16px;
  }
}

/* line 186, ../scss/_content.scss */
.form {
  width: 100%;
  display: grid;
  justify-content: center;
}
/* line 192, ../scss/_content.scss */
.form form {
  display: grid;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 66.375em) {
  /* line 192, ../scss/_content.scss */
  .form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 18px;
    gap: 25px;
    flex-direction: column;
  }
}
@media (min-width: 88.875em) {
  /* line 192, ../scss/_content.scss */
  .form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 25px;
    row-gap: 50px;
  }
}
/* line 211, ../scss/_content.scss */
.form .form-cont {
  width: 100%;
  display: grid;
}
@media (min-width: 66.375em) {
  /* line 211, ../scss/_content.scss */
  .form .form-cont {
    row-gap: 15px;
  }
}
@media (min-width: 88.875em) {
  /* line 211, ../scss/_content.scss */
  .form .form-cont {
    row-gap: 20px;
  }
}
/* line 222, ../scss/_content.scss */
.form .form-input {
  background: transparent;
  font-family: "Moderustic", serif;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid black;
  padding-top: 1.5rem;
  text-align: center !important;
}
@media (min-width: 66.375em) {
  /* line 222, ../scss/_content.scss */
  .form .form-input {
    text-align: left !important;
    font-size: 18px;
  }
}
@media (min-width: 88.875em) {
  /* line 222, ../scss/_content.scss */
  .form .form-input {
    text-align: left !important;
    font-size: 25px;
  }
}
/* line 244, ../scss/_content.scss */
.form .button {
  font-family: "Moderustic", serif;
  padding: 0.8rem;
  color: #C00076;
  border: 2px solid #C00076;
  background-color: #E8E8E8;
  font-weight: 500;
}
@media (min-width: 66.375em) {
  /* line 244, ../scss/_content.scss */
  .form .button {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media (min-width: 88.875em) {
  /* line 244, ../scss/_content.scss */
  .form .button {
    font-size: 25px;
    padding: 14px 36px;
  }
}
/* line 265, ../scss/_content.scss */
.form .form-cont-check {
  font-size: 14px;
}
/* line 269, ../scss/_content.scss */
.form .privacy {
  color: #000;
}
@media (min-width: 66.375em) {
  /* line 186, ../scss/_content.scss */
  .form {
    text-align: left;
  }
}
@media (min-width: 66.375em) {
  /* line 277, ../scss/_content.scss */
  .form #az {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 66.375em) {
  /* line 283, ../scss/_content.scss */
  .form #mess {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 66.375em) {
  /* line 289, ../scss/_content.scss */
  .form #form-cont-check {
    grid-column: 1 / span 2;
    font-size: 15px;
  }
}
@media (min-width: 66.375em) {
  /* line 296, ../scss/_content.scss */
  .form .submit {
    grid-column: 2 / span 1;
    justify-self: end;
  }
}
/* line 302, ../scss/_content.scss */
.form .submit :hover {
  color: #fff;
  background-color: #C00076;
}
/* line 309, ../scss/_content.scss */
.form a:hover {
  color: #C00076;
}

/* line 315, ../scss/_content.scss */
.info {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 66.375em) {
  /* line 315, ../scss/_content.scss */
  .info {
    text-align: left;
  }
}
@media (min-width: 66.375em) {
  /* line 315, ../scss/_content.scss */
  .info {
    padding-top: 0;
    gap: 24px;
  }
}
/* line 326, ../scss/_content.scss */
.info img {
  max-width: 100%;
}
/* line 329, ../scss/_content.scss */
.info .text-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  line-height: 1.2;
}
/* line 335, ../scss/_content.scss */
.info .text-info a {
  color: #000;
}
/* line 338, ../scss/_content.scss */
.info .text-info p {
  line-height: 1.2;
}
/* line 343, ../scss/_content.scss */
.info a:hover {
  color: #C00076;
}

/* line 350, ../scss/_content.scss */
.maps {
  position: relative;
  top: 5rem;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (min-width: 66.375em) {
  /* line 350, ../scss/_content.scss */
  .maps {
    position: static;
  }
}

/* line 1, ../scss/_footer.scss */
footer {
  display: grid;
  position: relative;
  top: 5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1.5rem;
  color: #fff;
  background-color: #C00076;
  padding: 4rem 2rem;
}
@media (min-width: 66.375em) {
  /* line 1, ../scss/_footer.scss */
  footer {
    position: static;
  }
}
@media (min-width: 66.375em) {
  /* line 1, ../scss/_footer.scss */
  footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 91px 9.5rem;
  }
}
@media (min-width: 88.875em) {
  /* line 1, ../scss/_footer.scss */
  footer {
    padding: 4rem 20rem;
    row-gap: 50px;
  }
}
/* line 28, ../scss/_footer.scss */
footer img {
  justify-self: center;
  align-self: center;
  width: 50%;
}
@media (min-width: 66.375em) {
  /* line 28, ../scss/_footer.scss */
  footer img {
    justify-self: center;
    width: 60%;
    max-width: 60%;
  }
}
/* line 40, ../scss/_footer.scss */
footer .lavoro {
  max-height: 75px;
  width: auto;
  align-self: center;
}
@media (min-width: 66.375em) {
  /* line 40, ../scss/_footer.scss */
  footer .lavoro {
    max-height: 100px;
    justify-self: end;
  }
}
/* line 53, ../scss/_footer.scss */
footer .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 66.375em) {
  /* line 53, ../scss/_footer.scss */
  footer .links {
    grid-column: 3/ span 1;
    justify-self: end;
  }
}
/* line 64, ../scss/_footer.scss */
footer .links a {
  font-size: 12px;
  color: #fff;
}
/* line 70, ../scss/_footer.scss */
footer .text {
  text-align: center;
}
@media (min-width: 66.375em) {
  /* line 70, ../scss/_footer.scss */
  footer .text {
    text-align: left;
  }
}
/* line 78, ../scss/_footer.scss */
footer a {
  color: #fff;
}
/* line 81, ../scss/_footer.scss */
footer a:hover {
  text-decoration: none;
}
/* line 85, ../scss/_footer.scss */
footer .info-footer {
  font-size: 10px;
}
@media (min-width: 66.375em) {
  /* line 85, ../scss/_footer.scss */
  footer .info-footer {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-self: start;
    align-content: left;
    text-align: left;
  }
}
/* line 98, ../scss/_footer.scss */
footer h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 66.375em) {
  /* line 98, ../scss/_footer.scss */
  footer h4 {
    line-height: 1.2;
    font-size: 25px;
  }
}
/* line 111, ../scss/_footer.scss */
footer .loghi {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 66.375em) {
  /* line 111, ../scss/_footer.scss */
  footer .loghi {
    align-items: space-between;
    justify-content: end;
  }
}
