@import "https://use.typekit.net/rwm8ixe.css";
@import "https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css";
body,
html {
  padding: 0;
  margin: 0;
  font-size: calc(17px + (24 - 17) * ((100vw - 300px) / (1600 - 300)));
  box-sizing: border-box;
  line-height: 1.1;
  font-family: "inter-variable", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}
div,
label {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.container {
  width: 100%;
  position: relative;
}
.content {
  width: 100%;
  margin: 0 auto;
/*padding-left 10%
    padding-right 10%*/
  position: relative;
  max-width: 1200px;
}
.content.large {
  max-width: 1500px;
}
.radius-30 {
  border-radius: 30px;
}
.radius-20 {
  border-radius: 20px;
}
.box {
  width: 273px;
  margin: 0 15px 60px;
}
.box-arancio {
  background: radial-gradient(50% 50% at 50% 50%, #f3b420 0%, #f38120 100%);
  box-shadow: 0 0 60px 30px rgba(0,0,0,0.03);
  padding: 0 10%;
}
.box-verde {
  background: radial-gradient(50% 50% at 50% 50%, #739c8d 0%, #518472 100%);
  box-shadow: 0 0 60px 30px rgba(0,0,0,0.03);
  padding: 20px;
}
img {
  display: block;
  max-width: 100%;
}
a {
  transition: all 0.5s ease;
}
a:hover {
  transition: all 0.5s ease;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
.shrink {
  flex-shrink: 0;
}
.flex-auto {
  width: auto;
}
.flex-expand {
  flex: 1;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex,
.flex-mobile {
  display: flex;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
.flex-top {
  align-items: flex-start;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-space {
  justify-content: space-between;
}
.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry;
  grid-gap: 40px;
}
.col-1-3 {
  width: 33.333%;
}
.col-2-3 {
  width: 66.666%;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.d-table {
  display: table;
}
.block {
  display: block;
}
.width-100 {
  width: 100%;
  box-sizing: border-box;
}
.height-100 {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
strong {
  font-weight: 700;
}
.font-2 {
  font-family: alfarn, sans-serif;
  text-transform: uppercase;
}
.font-uppercase {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
}
.font-right {
  text-align: right;
}
.font-left {
  text-align: left;
}
.font-underline {
  text-decoration: underline;
}
.font-72 {
  font-size: calc(42px + (72 - 42) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
}
.font-64 {
  font-size: calc(38px + (64 - 38) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
}
.font-56 {
  font-size: calc(33px + (56 - 33) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
}
.font-24 {
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.1;
}

.font-22 {
  font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.1;
}

.font-20 {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.1;
}
.font-14 {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
  font-weight: 400;
}
.no-link {
  color: inherit;
  text-decoration: none;
}
.no-link:hover {
  text-decoration: none;
}
.bg-giallo {
  background: #fcf1ca;
}
.c-rosso {
  color: #b63125;
}
.c-verde {
  color: #518472;
}
.c-bianco {
  color: #fff;
}
.btn {
  color: #fff;
  background: #e53224;
  padding: 30px 48px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 60px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.12);
}
.btn:hover {
  background: #b63125;
  transition: all 0.5s ease;
}
.margin-0 {
  margin: 0;
}
.margin-xsmall-left {
  margin-left: 15px;
}
.margin-xsmall-right {
  margin-right: 15px;
}
.margin-xsmall-top {
  margin-top: 15px;
}
.margin-xsmall-bottom {
  margin-bottom: 15px;
}
.margin-small-left {
  margin-left: 40px;
}
.margin-small-right {
  margin-right: 40px;
}
.margin-small-top {
  margin-top: 40px;
}
.margin-small-bottom {
  margin-bottom: 40px;
}
.margin-left {
  margin-left: 60px;
}
.margin-right {
  margin-right: 60px;
}
.margin-top {
  margin-top: 60px;
}
.margin-bottom {
  margin-bottom: 60px;
}
.margin-large-left {
  margin-left: 120px;
}
.margin-large-right {
  margin-right: 120px;
}
.margin-large-top {
  margin-top: 120px;
}
.margin-large-bottom {
  margin-bottom: 120px;
}
.padding-small-left {
  padding-left: 40px;
}
.padding-small-right {
  padding-right: 40px;
}
.padding-small-top {
  padding-top: 40px;
}
.padding-small-bottom {
  padding-bottom: 40px;
}
.padding-left {
  padding-left: 60px;
}
.padding-right {
  padding-right: 60px;
}
.padding-top {
  padding-top: 60px;
}
.padding-bottom {
  padding-bottom: 60px;
}
.padding-large-left {
  padding-left: 120px;
}
.padding-large-right {
  padding-right: 120px;
}
.padding-large-top {
  padding-top: 120px;
}
.padding-large-bottom {
  padding-bottom: 120px;
}
.d-mobile {
  display: none;
}
.carosello-prodotti .box {
  width: 100%;
  margin: auto;
}
.carosello-prodotti .box img {
  width: 100%;
}
.stagger-in__el {
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .d-mobile {
    display: block;
  }
  .btn {
    padding: 20px 38px;
  }
  .d-desktop {
    display: none !important;
  }
  .flex {
    display: block;
  }
  .col-2-3,
  .col-1-3 {
    width: 100%;
  }
  .col-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: masonry;
    grid-gap: 20px;
  }
  .col-2.mobile {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .col-2.mobile .margin-small-bottom {
    margin-bottom: 10px;
  }
  .no-padding-left-mobile {
    padding-left: 0 !important;
  }
  .no-padding-right-mobile {
    padding-right: 0 !important;
  }
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important;
  }
  .margin-xsmall-left {
    margin-left: 10px;
  }
  .margin-xsmall-right {
    margin-right: 10px;
  }
  .margin-xsmall-top {
    margin-top: 10px;
  }
  .margin-xsmall-bottom {
    margin-bottom: 10px;
  }
  .margin-small-left {
    margin-left: 20px;
  }
  .margin-small-right {
    margin-right: 20px;
  }
  .margin-small-top {
    margin-top: 20px;
  }
  .margin-small-bottom {
    margin-bottom: 20px;
  }
  .margin-left {
    margin-left: 30px;
  }
  .margin-right {
    margin-right: 30px;
  }
  .margin-top {
    margin-top: 30px;
  }
  .margin-bottom {
    margin-bottom: 30px;
  }
  .margin-large-left {
    margin-left: 60px;
  }
  .margin-large-right {
    margin-right: 60px;
  }
  .margin-large-top {
    margin-top: 60px;
  }
  .margin-large-bottom {
    margin-bottom: 60px;
  }
  .padding-small-left {
    padding-left: 20px;
  }
  .padding-small-right {
    padding-right: 20px;
  }
  .padding-small-top {
    padding-top: 20px;
  }
  .padding-small-bottom {
    padding-bottom: 20px;
  }
  .padding-left {
    padding-left: 30px;
  }
  .padding-right {
    padding-right: 30px;
  }
  .padding-top {
    padding-top: 30px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
  .padding-large-left {
    padding-left: 60px;
  }
  .padding-large-right {
    padding-right: 60px;
  }
  .padding-large-top {
    padding-top: 60px;
  }
  .padding-large-bottom {
    padding-bottom: 60px;
  }
}
