/* COLOR VARIABLES
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* MAIN ELEMENTS
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* HTML ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* BODY ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
body {
  margin: 100px 0 0 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: clamp(14px, 2vw, 16px);
  line-height: clamp(22px, 2vw, 24px);
  background: #FFFFFF;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background: #F7F8F9;
}

main {
  min-height: calc(100vh - 100px - 460px);
}

body.stop-transitions * {
  transition: none !important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* HTML5 ELEMENTS ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

section:before, section:after {
  content: "";
  display: table;
}

section:after {
  clear: both;
}

section {
  zoom: 1;
  clear: both;
}

figure {
  margin: 0 65px;
}

section hgroup {
  text-align: center;
  margin-bottom: clamp(15px, 1.5vw, 50px);
}
section.padding {
  padding: clamp(20px, 2vw, 100px) 0;
}
section.padding-top {
  padding-top: clamp(20px, 2vw, 100px);
}
section.padding-50 {
  padding: clamp(10px, 2vw, 50px) 0;
}
section.margin {
  margin: clamp(20px, 2vw, 100px) 0;
}
section.margin-top {
  margin-top: clamp(20px, 2vw, 100px);
}

/* ---------------------------------------------------------------------------------------------------- */
/* TYPOGRAPHY ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  color: #000000;
}

h1, h2, .h2 {
  font-size: clamp(32px, 3vw, 50px);
  line-height: clamp(36px, 4vw, 60px);
  /*font-family: classico-urw, sans-serif;*/
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-size: 28px;
  /*font-family: classico-urw, sans-serif;*/
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h4 {
  font-size: 22px;
}

h5, h6 {
  font-size: 18px;
}

p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: clamp(22px, 2vw, 24px);
}

strong, b {
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LINKS ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #EA0029;
  cursor: pointer;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
a:hover {
  color: #636B73;
}

.txtcenter {
  text-align: center;
}

.txtjustify {
  text-align: justify;
  text-justify: newspaper;
  text-align-last: left;
}

.uppercase {
  text-transform: uppercase;
}

address {
  font-style: normal;
}

cite {
  font-family: "Georgia", "Times New Roman", serif;
  /*font-family: "Gordita", "Avenir", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  padding: 0 10%;
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
}
cite strong {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #EA0029;
  display: inline-block;
  padding-bottom: 5px;
}
cite em {
  font-size: 14px;
}

.margin-bottom {
  margin-bottom: clamp(10px, 3vw, 20px);
}

/* ---------------------------------------------------------------------------------------------------- */
/* COLUMNS  ------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.half {
  width: 50%;
}

.one-third {
  width: 33.3333333333%;
}

.full {
  width: 100%;
}

.one {
  width: 8.3333333333%;
}

.two {
  width: 16.6666666667%;
}

.three {
  width: 25%;
}

.four {
  width: 33.3333333333%;
}

.five {
  width: 41.6666666667%;
}

.six {
  width: 50%;
}

.seven {
  width: 58.3333333333%;
}

.eight {
  width: 66.6666666667%;
}

.nine {
  width: 75%;
}

.ten {
  width: 83.3333333333%;
}

.eleven {
  width: 91.6666666667%;
}

.twelve {
  width: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* BUTTONS -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
button {
  border: 0;
  cursor: pointer;
}

.btn-black, .btn {
  width: auto;
  font-size: 18px;
  background-color: #EA0029;
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn-black:hover, .btn:hover {
  background-color: #B90029;
  color: #FFFFFF;
}

.btn {
  padding: 15px 25px;
}

.btn-black {
  padding: 15px;
  background-color: #000000;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  min-height: 22px;
  line-height: 23px;
}

.btn-outline-grey, .btn-outline-black, .btn-outline-red, .btn-outline-white {
  width: auto;
  background: none;
  padding: 15px 35px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn-outline-grey:hover, .btn-outline-black:hover, .btn-outline-red:hover, .btn-outline-white:hover {
  background: none;
}

.btn-outline-white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-outline-white:hover {
  border-color: #E2E6EB;
}

.btn-outline-red {
  border: 1px solid #EA0029;
  color: #EA0029;
}
.btn-outline-red:hover {
  border: 1px solid #EA0029;
  color: #EA0029;
}

.btn-outline-black {
  border: 1px solid #000000;
  color: #000000;
}
.btn-outline-black:hover {
  border: 1px solid #636B73;
  color: #636B73;
}

.btn-mini {
  padding: 5px 10px;
  font-size: clamp(14px, 2vw, 16px);
}

.btn-image {
  padding: 15px 20px;
  display: inline-flex;
}
.btn-image img {
  width: 24px;
  margin-right: 15px;
}

.btn-outline-grey {
  border: 1px solid #DADEE3;
  color: #000000;
}
.btn-outline-grey:hover {
  border-color: #EA0029;
}

.btn-outline-black {
  border: 1px solid #000000;
  color: #000000;
}
.btn-outline-black:hover {
  border-color: #EA0029;
}

.read-more {
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-left: 20px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.read-more span:nth-child(2) {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 3px 0 5px;
  -webkit-transition: color 0.35s ease 0s;
  -moz-transition: color 0.35s ease 0s;
  -ms-transition: color 0.35s ease 0s;
  -o-transition: color 0.35s ease 0s;
  transition: color 0.35s ease 0s;
  position: relative;
  z-index: 1;
}
.read-more:hover span:nth-child(2) {
  color: #000000;
}
.read-more span:last-child {
  padding: 0 3px;
  display: inline-block;
  -webkit-transition: color 0.35s ease 0s;
  -moz-transition: color 0.35s ease 0s;
  -ms-transition: color 0.35s ease 0s;
  -o-transition: color 0.35s ease 0s;
  transition: color 0.35s ease 0s;
  position: relative;
  z-index: 1;
}
.read-more:hover span:last-child {
  color: #FFFFFF;
}
.read-more .back {
  background: #EA0029;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transform: translateX(calc(-100% + 55px));
  -ms-transform: translateX(-142px);
  /* width: 100%;*/
  width: 200px;
  height: 60px;
  position: absolute;
  z-index: 0;
}
.read-more:hover .back {
  transform: translateX(55px);
}

/* ---------------------------------------------------------------------------------------------------- */
/* WEBPAGES ELEMENTS ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.container-large {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.container-full {
  width: calc(100% - 40px);
  max-width: 1560px;
  margin: 0 auto;
}

.container {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

.container-small {
  width: calc(100% - 40px);
  max-width: 650px;
  margin: 0 auto;
}

.auto {
  width: auto;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.w100 {
  width: 100%;
}

.block {
  display: block;
}

.overflow-x {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.snap-x {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.snap-x > li, .snap-x > article, .snap-x > a {
  scroll-snap-align: start;
}

.hidden {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.relative {
  position: relative;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style: disc outside;
}

ol {
  list-style: decimal;
  margin: 4px 0 4px 15px;
  padding: 0;
}

ul.nav li {
  padding: 0;
  list-style: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* LAZY IMAGES ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.lazy {
  background: #E2E6EB;
  display: block;
  overflow: hidden;
}
.lazy img {
  display: block;
  border: 0;
  opacity: 0;
  transform: scale(1);
}
.lazy img:not(.initial) {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.lazy img.initial, .lazy img.loaded, .lazy img.error {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
  transform: scale(1);
}
.lazy img:not([src]) {
  visibility: hidden;
}

.move-right {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blur {
  filter: blur(10px);
}

/* ---------------------------------------------------------------------------------------------------- */
/* ANIMAZIONI ------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.toAnimate {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  will-change: transform;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.toAnimate.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  will-change: transform;
  opacity: 1;
}

.dx.ok, .sx.ok {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.sx {
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
  will-change: transform;
  opacity: 0;
}

.dx {
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
  will-change: transform;
  opacity: 0;
}

.fade {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  will-change: transform;
}

.fade.scale {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  will-change: transform;
  -webkit-transition: transform 15000ms ease-out 0s 0.5s ease 0s;
  -moz-transition: transform 15000ms ease-out 0s 0.5s ease 0s;
  -ms-transition: transform 15000ms ease-out 0s 0.5s ease 0s;
  -o-transition: transform 15000ms ease-out 0s 0.5s ease 0s;
  transition: transform 15000ms ease-out 0s 0.5s ease 0s;
}

/* ---------------------------------------------------------------------------------------------------- */
/* INCLUDES ------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.dark {
  background: #000000;
  opacity: 0.35;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  z-index: 1;
}

/* ---------------------------------------------------------------------------------------------------- */
/* LOADER --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#loader {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 20;
  background-color: rgba(247, 248, 249, 0.92);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding-top: calc(50vh - 25px);
}

#prodotti-loading, #articoli-loading {
  width: 100%;
  min-height: 150px;
  display: block;
  float: left;
  position: relative;
  background: url("/library/pagination/icon/loading.svg") no-repeat scroll 50% 0% transparent;
}

.ajax-prodotti, .ajax-articoli {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.47s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

.ajax-prodotti.visible, .ajax-articoli.visible {
  opacity: 1;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.showmobile {
  display: none;
}

.nomobile {
  display: inherit;
}

@media all and (max-width: 767px) {
  .showmobile {
    display: inherit;
  }

  .nomobile {
    display: none;
  }
}

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