html.lenis {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-scrolling iframe {
  pointer-events: none; }

/*
a:hover .fa-facebook,a:hover .at-icon-facebook{
  color: $facebook;
  fill: $facebook!important;
}
a:hover .fa-facebook-f,a:hover .at-icon-facebook{
  color: $facebook;
  fill: $facebook!important;
}
a:hover .fa-pinterest-p,a:hover .at-icon-pinterest_share{
  color: $pinterest;
  fill: $pinterest!important;
}
a:hover .fa-twitter,a:hover .at-icon-twitter{
  color: $twitter;
  fill: $twitter!important;
}
a:hover .at-icon-email{
  color: $email;
  fill: $email!important;
}
a:hover .fa-instagram{
  color: $instagram;
}
a:hover .fa-youtube{
  color: $youtube;
}
a:hover .fa-flickr{
  color: $flickr;
}
a:hover .fa-linkedin-in{
  color: $linkedin;
}*/
.box-img-hover {
  width: 100%;
  overflow: hidden;
  position: relative;
  justify-content: center; }

.box-img-hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s; }

.box-img-hover .ovrly {
  /*background: url(../img/image-hover.png) center center no-repeat, rgba(0, 0, 0, 0.5);*/
  /*background: rgba(0, 0, 0, 0.5);*/
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .box-img-hover .ovrly img {
    display: inline !important; }

.box-img-hover:hover a > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.box-img-hover:hover .ovrly {
  opacity: 1; }

.semi-trasp.box-img-hover .ovrly {
  opacity: 0.7;
  color: white;
  background: rgba(0, 0, 0, 0.5); }
  .semi-trasp.box-img-hover .ovrly:hover {
    opacity: 1; }

#toTopButton {
  background: rgba(200, 200, 200, 0.7);
  color: white;
  position: fixed;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  bottom: 6rem;
  right: 1rem;
  display: none;
  z-index: 10;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem; }

#toTopButton:hover {
  background: rgba(150, 150, 150, 0.3); }

.collapse-img {
  background: url(../img/collapse.png) center center no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%; }

.z-index2 {
  position: relative;
  z-index: 2; }

.spazio-30 {
  padding-top: 30px; }

.spazio-60 {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .spazio-60 {
      padding-top: 30px; } }

.spazio-90 {
  padding-top: 90px; }
  @media (max-width: 991px) {
    .spazio-90 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-90 {
      padding-top: 30px; } }

.spazio-100 {
  padding-top: 100px; }
  @media (max-width: 1199px) {
    .spazio-100 {
      padding-top: 80px; } }
  @media (max-width: 991px) {
    .spazio-100 {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .spazio-100 {
      padding-top: 20px; } }

.spazio-120 {
  padding-top: 120px; }
  @media (max-width: 1199px) {
    .spazio-120 {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .spazio-120 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-120 {
      padding-top: 30px; } }

.spazio-150 {
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .spazio-150 {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .spazio-150 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-150 {
      padding-top: 30px; } }

.spazio-180 {
  padding-top: 180px; }
  @media (max-width: 1199px) {
    .spazio-180 {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .spazio-180 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-180 {
      padding-top: 30px; } }

.at-share-btn-elements a {
  background-color: transparent !important; }

a {
  color: inherit; }

a:hover {
  color: inherit; }

.no-underline {
  text-decoration: none; }
  .no-underline:hover {
    text-decoration: none; }
  .no-underline a:hover {
    text-decoration: none; }

section {
  overflow-x: hidden;
  overflow-y: hidden; }

.section-xl {
  padding-bottom: 180px; }
  @media (max-width: 1199px) {
    .section-xl {
      padding-bottom: 90px; } }
  @media (max-width: 991px) {
    .section-xl {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-xl {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section-xl {
      padding-bottom: 45px; } }

.section-l {
  padding-bottom: 150px; }
  @media (max-width: 1199px) {
    .section-l {
      padding-bottom: 90px; } }
  @media (max-width: 991px) {
    .section-l {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-l {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section-l {
      padding-bottom: 45px; } }

.section {
  padding-bottom: 120px; }
  @media (max-width: 1199px) {
    .section {
      padding-bottom: 90px; } }
  @media (max-width: 991px) {
    .section {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section {
      padding-bottom: 45px; } }

.section-s {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .section-s {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-s {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section-s {
      padding-bottom: 45px; } }

.section-xs {
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .section-xs {
      padding-bottom: 45px; } }

.section-xxs {
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .section-xxs {
      padding-bottom: 45px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1400px; } }

@media (min-width: 1200px) {
  .c-1900 {
    max-width: 1920px; } }

@media (min-width: 1200px) {
  .c-1800 {
    max-width: 1800px; } }

@media (min-width: 1200px) {
  .c-1700 {
    max-width: 1700px; } }

@media (min-width: 1200px) {
  .c-1600 {
    max-width: 1600px; } }

@media (min-width: 1200px) {
  .c-1500 {
    max-width: 1500px; } }

@media (min-width: 1200px) {
  .c-1450 {
    max-width: 1450px; } }

@media (min-width: 1200px) {
  .c-1400 {
    max-width: 1400px; } }

@media (min-width: 1200px) {
  .c-1350 {
    max-width: 1350px; } }

@media (min-width: 1200px) {
  .c-1300 {
    max-width: 1300px; } }

@media (min-width: 1200px) {
  .c-1200 {
    max-width: 1200px; } }

@media (min-width: 1200px) {
  .c-1140 {
    max-width: 1140px; } }

@media (min-width: 1100px) {
  .c-1100 {
    max-width: 1100px; } }

@media (min-width: 1000px) {
  .c-1000 {
    max-width: 1000px; } }

@media (min-width: 950px) {
  .c-950 {
    max-width: 950px; } }

@media (min-width: 900px) {
  .c-900 {
    max-width: 900px; } }

@media (min-width: 800px) {
  .c-800 {
    max-width: 800px; } }

@media (min-width: 700px) {
  .c-700 {
    max-width: 700px; } }

@media (min-width: 650px) {
  .c-650 {
    max-width: 650px; } }

@media (min-width: 600px) {
  .c-600 {
    max-width: 600px; } }

@media (min-width: 500px) {
  .c-550 {
    max-width: 550px; } }

@media (min-width: 500px) {
  .c-500 {
    max-width: 500px; } }

@media (min-width: 450px) {
  .c-450 {
    max-width: 450px; } }

@media (min-width: 400px) {
  .c-400 {
    max-width: 400px; } }

@media (min-width: 350px) {
  .c-350 {
    max-width: 350px; } }

@media (min-width: 300px) {
  .c-300 {
    max-width: 300px; } }

@media (min-width: 250px) {
  .c-250 {
    max-width: 250px; } }

@media (min-width: 200px) {
  .c-200 {
    max-width: 200px; } }

@media (min-width: 100px) {
  .c-100 {
    max-width: 100px; } }

@media (min-width: 150px) {
  .c-150 {
    max-width: 150px; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type='number'] {
  -moz-appearance: textfield; }

.t-10 {
  font-size: 10px; }
  @media (max-width: 767px) {
    .t-10 {
      font-size: 8px; } }

.t-11 {
  font-size: 11px; }
  @media (max-width: 767px) {
    .t-11 {
      font-size: 9px; } }

.t-12 {
  font-size: 12px; }
  @media (max-width: 767px) {
    .t-12 {
      font-size: 10px; } }

.t-13 {
  font-size: 13px; }
  @media (max-width: 767px) {
    .t-13 {
      font-size: 11px; } }

.t-14 {
  font-size: 14px; }
  @media (max-width: 767px) {
    .t-14 {
      font-size: 12px; } }

.t-15 {
  font-size: 15px; }
  @media (max-width: 767px) {
    .t-15 {
      font-size: 13px; } }

.t-16 {
  font-size: 16px; }
  @media (max-width: 767px) {
    .t-16 {
      font-size: 14px; } }

.t-18 {
  font-size: 18px; }
  @media (max-width: 767px) {
    .t-18 {
      font-size: 16px; } }

.t-19 {
  font-size: 19px; }
  @media (max-width: 767px) {
    .t-19 {
      font-size: 17px; } }

.t-20 {
  font-size: 20px; }
  @media (max-width: 767px) {
    .t-20 {
      font-size: 18px; } }

.t-22 {
  font-size: 22px; }
  @media (max-width: 767px) {
    .t-22 {
      font-size: 20px; } }

.t-24 {
  font-size: 24px; }
  @media (max-width: 767px) {
    .t-24 {
      font-size: 21px; } }

.t-25 {
  font-size: 25px; }
  @media (max-width: 767px) {
    .t-25 {
      font-size: 21px; } }

.t-28 {
  font-size: 28px; }
  @media (max-width: 767px) {
    .t-28 {
      font-size: 22px; } }

.t-30 {
  font-size: 30px; }
  @media (max-width: 767px) {
    .t-30 {
      font-size: 25px; } }

.t-32 {
  font-size: 32px; }
  @media (max-width: 767px) {
    .t-32 {
      font-size: 25px; } }

.t-35 {
  font-size: 35px; }
  @media (max-width: 767px) {
    .t-35 {
      font-size: 27px; } }

.t-40 {
  font-size: 40px; }
  @media (max-width: 1199px) {
    .t-40 {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .t-40 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .t-40 {
      font-size: 28px; } }

.t-45 {
  font-size: 45px; }
  @media (max-width: 991px) {
    .t-45 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .t-45 {
      font-size: 35px; } }

.t-50 {
  font-size: 50px; }
  @media (max-width: 1199px) {
    .t-50 {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .t-50 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .t-50 {
      font-size: 32px; } }

.t-55 {
  font-size: 55px; }
  @media (max-width: 991px) {
    .t-55 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .t-55 {
      font-size: 32px; } }

.t-60 {
  font-size: 60px; }
  @media (max-width: 1199px) {
    .t-60 {
      font-size: 50px; } }
  @media (max-width: 991px) {
    .t-60 {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .t-60 {
      font-size: 34px; } }

.t-70 {
  font-size: 70px; }
  @media (max-width: 1199px) {
    .t-70 {
      font-size: 52px; } }
  @media (max-width: 991px) {
    .t-70 {
      font-size: 43px; } }
  @media (max-width: 767px) {
    .t-70 {
      font-size: 34px; } }

.lh-1 {
  line-height: 1; }

.lh-2 {
  line-height: 1.2; }

.lh-3 {
  line-height: 1.3; }

.lh-4 {
  line-height: 1.4; }

.lh-5 {
  line-height: 1.5; }

.lh-6 {
  line-height: 1.6; }

.lh-7 {
  line-height: 1.7; }

.lh-8 {
  line-height: 1.8; }

.lh-9 {
  line-height: 1.9; }

.videoWrapper {
  position: relative;
  padding-bottom: 53.70%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.text-shadow-black {
  text-shadow: 0 0 3px #000000; }

.text-shadow-white {
  text-shadow: 0 0 3px #FFFFFF; }

.we1 {
  font-weight: 100 !important; }

.we2 {
  font-weight: 200 !important; }

.we3 {
  font-weight: 300 !important; }

.we4 {
  font-weight: 400 !important; }

.we5 {
  font-weight: 500 !important; }

.we6 {
  font-weight: 600 !important; }

.we7 {
  font-weight: 700 !important; }

.we8 {
  font-weight: 800 !important; }

.we9 {
  font-weight: 900 !important; }

.italic {
  font-style: italic !important; }

.popup-homepage {
  max-width: 1200px; }
  @media (min-width: 767px) {
    .popup-homepage {
      min-width: 800px; } }

.wi-40 {
  width: 40px; }

.wi-50 {
  width: 50px; }

.wi-120 {
  width: 120px; }

.wi-200 {
  width: 200px; }

.minw-40 {
  min-width: 40px; }

.maxw-400 {
  max-width: 400px; }

.background-responsive {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: #000; }

.bg-beige {
  background-color: #faeed9; }

.bg-beige2 {
  background-color: #dbceb6; }

.bg-grigio {
  background-color: #d6d6d6; }

.bg-grigioF5 {
  background-color: #F5F5F5; }

.bg-grigioF9 {
  background-color: #F9F9F9; }

.bg-oro {
  background-color: #cfa761; }

.text-white {
  color: white; }

.text-nero6 {
  color: #666; }

.text-nero3 {
  color: #333; }

.text-oro {
  color: #cfa761; }

.text-grigio {
  color: #d6d6d6; }

.text-oro {
  color: #cfa761 !important; }

a.inherit {
  color: inherit !important;
  text-decoration: none; }

.ls-1 {
  letter-spacing: 1px; }

.ls-2 {
  letter-spacing: 2px; }

.ls-3 {
  letter-spacing: 3px; }

.ls-4 {
  letter-spacing: 4px; }

.ls-5 {
  letter-spacing: 5px; }

.ls-6 {
  letter-spacing: 6px; }

.ls-7 {
  letter-spacing: 7px; }

.ls-8 {
  letter-spacing: 8px; }

.ls-9 {
  letter-spacing: 9px; }

.ls-10 {
  letter-spacing: 10px; }

h0, .h0 {
  font-size: 70px; }
  @media (max-width: 991px) {
    h0, .h0 {
      font-size: 40px; } }

h1, .h1 {
  font-size: 55px; }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 45px; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 36px; }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 28px; }
  @media (max-width: 991px) {
    h4, .h4 {
      font-size: 22px; } }

.pe-6 {
  padding-right: 4.5rem !important; }

.pe-7 {
  padding-right: 5.5rem !important; }

.parallax {
  width: 100%;
  overflow: hidden; }

@font-face {
  font-family: 'ofelia_probold_italic';
  src: url("/font/ofelia_pro_bold_italic-webfont.woff2") format("woff2"), url("/font/ofelia_pro_bold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_probold';
  src: url("/font/ofelia_pro_bold-webfont.woff2") format("woff2"), url("/font/ofelia_pro_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_probook_italic';
  src: url("/font/ofelia_pro_book_italic-webfont.woff2") format("woff2"), url("/font/ofelia_pro_book_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_probook';
  src: url("/font/ofelia_pro_book-webfont.woff2") format("woff2"), url("/font/ofelia_pro_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_prolight_italic';
  src: url("/font/ofelia_pro_light_italic-webfont.woff2") format("woff2"), url("/font/ofelia_pro_light_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_prolight';
  src: url("/font/ofelia_pro_light-webfont.woff2") format("woff2"), url("/font/ofelia_pro_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_promedium_italic';
  src: url("/font/ofelia_pro_medium_italic-webfont.woff2") format("woff2"), url("/font/ofelia_pro_medium_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_promedium';
  src: url("/font/ofelia_pro_medium-webfont.woff2") format("woff2"), url("/font/ofelia_pro_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_proultralight_italic';
  src: url("/font/ofelia_pro_ultralight_italic-webfont.woff2") format("woff2"), url("/font/ofelia_pro_ultralight_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ofelia_proultralight';
  src: url("/font/ofelia_pro_ultralight-webfont.woff2") format("woff2"), url("/font/ofelia_pro_ultralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.ofelia-b {
  font-family: 'ofelia_probold'; }

.ofelia-book {
  font-family: 'ofelia_probook'; }

.ofelia {
  font-family: 'ofelia_promedium'; }

.ofelia-l {
  font-family: 'ofelia_prolight'; }

.ofelia-xl {
  font-family: 'ofelia_proultralight'; }

strong {
  font-family: 'ofelia_promedium';
  font-weight: normal;
  font-style: normal; }

.btn1 {
  border: 1px solid white;
  border-radius: 0px;
  padding: 15px 40px;
  color: white;
  font-size: 14px; }
  .btn1:hover {
    border: 1px solid white;
    background-color: #444; }

.btn2 {
  border: 0px solid white;
  border-radius: 0px;
  padding: 0px 0px 0px 45px;
  color: white;
  position: relative; }
  .btn2:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0px;
    width: 40px;
    border-bottom: 1px solid white; }

.btn3 {
  border-radius: 0px;
  border-width: 0px;
  padding: 15px 40px;
  color: #000;
  background: #fff; }
  .btn3:hover {
    border-width: 0px;
    background-color: #444; }

.btn4 {
  border: 0px solid white;
  border-radius: 0px;
  color: white;
  padding: 0px; }
  .btn4 span {
    border-bottom: 1px solid white; }

.bg-sfondo {
  background-color: #282828 !important; }

.bg-sfondo2 {
  background-color: #404040 !important; }

.bg-sfondo3 {
  background-color: #1D1D1F !important; }

.linea {
  border-bottom: 1px solid white;
  width: 45px; }

input, select, option {
  font-family: 'ofelia_probook'; }

body.menu-trasparente {
  padding-top: 0; }
  @media (max-width: 991px) {
    body.menu-trasparente {
      padding-top: 80px; } }

body {
  font-family: 'ofelia_probook';
  padding-top: 94px;
  background-color: #282828;
  color: white; }
  @media (max-width: 1199px) {
    body {
      padding-top: 94px; } }
  @media (max-width: 991px) {
    body {
      padding-top: 80px; } }

.section-splash {
  overflow: hidden;
  max-height: 100vh; }
  @media (max-width: 767px) {
    .section-splash {
      aspect-ratio: 1 / 1; } }
  .section-splash .box {
    min-height: 200px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 1199px) {
      .section-splash .box {
        min-height: 100vh; } }
    @media (max-width: 767px) {
      .section-splash .box {
        background-image: none !important;
        aspect-ratio: 1 / 1; } }
    .section-splash .box .bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      animation: scale 40s linear infinite; }
  .section-splash a:hover {
    text-decoration: none; }
  .section-splash .box-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%; }
    .section-splash .box-video video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      width: 100%; }
  .section-splash .btn-mute {
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2; }
    .section-splash .btn-mute:focus {
      outline: 0;
      outline-offset: 0px; }
  .section-splash .btn-play {
    position: absolute;
    bottom: 15px;
    right: 50px;
    cursor: pointer;
    z-index: 2; }
    .section-splash .btn-play:focus {
      outline: 0;
      outline-offset: 0px; }
  .section-splash .box-testo {
    position: relative;
    z-index: 10; }
  .section-splash .box {
    background-position: center; }

.menu-trasparente .menu:not(.open) {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000; }

.menu-laterale .menu {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000; }

.menu {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1D1D1F;
  -webkit-box-shadow: 0 0 0px 0 #444444cc;
  box-shadow: 0 0 0px 0 #444444cc; }
  .menu .dropdown-lingua {
    width: 48px; }
    .menu .dropdown-lingua .dropdown-menu {
      width: 60px;
      min-width: 60px;
      max-width: 60px;
      transform: translate(0px, 29px) !important; }
    .menu .dropdown-lingua:after {
      content: '';
      width: 8px;
      display: block;
      border-bottom: 1px solid white;
      position: absolute;
      bottom: -3px;
      left: 16px;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu .dropdown-lingua:before {
      content: '';
      width: 8px;
      display: block;
      border-bottom: 1px solid white;
      position: absolute;
      bottom: -3px;
      right: 16px;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .menu .nav-link {
    color: #fff; }
    .menu .nav-link.selected {
      color: #aaa; }
  .menu .dropdown {
    color: #fff;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    padding-right: 15px;
    padding-left: 15px; }
    .menu .dropdown a {
      text-decoration: none; }
  .menu .dropdown-menu {
    background-color: #282828; }
  .menu .dropdown-item {
    color: #fff; }
    .menu .dropdown-item:hover {
      background-color: #444; }
  .menu .navbar-toggler {
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer; }
    .menu .navbar-toggler span {
      background: #FFF;
      border-radius: 10px;
      height: 1px;
      margin: 3.5px 0;
      transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    .menu .navbar-toggler span:nth-of-type(1) {
      width: 100%;
      margin-left: auto; }
    .menu .navbar-toggler span:nth-of-type(2) {
      width: 70%;
      margin-left: auto; }
    .menu .navbar-toggler span:nth-of-type(3) {
      width: 100%;
      margin-left: auto; }
    .menu .navbar-toggler:focus {
      box-shadow: 0 0 0 0; }
  .menu .navbar-toggler.active span:nth-of-type(1) {
    transform-origin: bottom;
    width: 50%;
    transform: rotatez(45deg) translate(-7px, 10px); }
  .menu .navbar-toggler.active span:nth-of-type(2) {
    transform-origin: top;
    width: 100%;
    transform: rotatez(-45deg); }
  .menu .navbar-toggler.active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(-1px, -3px) rotatez(45deg); }

.menu-laterale {
  height: 0px;
  top: 0px;
  right: 0px;
  position: fixed;
  z-index: 21474836470 !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .menu-laterale .animazione {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
  .menu-laterale.open {
    height: 100vh; }
    .menu-laterale.open .animazione1 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out .4s;
      -moz-transition: all .3s ease-in-out .4s;
      -o-transition: all .3s ease-in-out .4s;
      transition: all .3s ease-in-out .4s; }
    .menu-laterale.open .animazione2 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out .5s;
      -moz-transition: all .3s ease-in-out .5s;
      -o-transition: all .3s ease-in-out .5s;
      transition: all .3s ease-in-out .5s; }
    .menu-laterale.open .animazione3 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out .6s;
      -moz-transition: all .3s ease-in-out .6s;
      -o-transition: all .3s ease-in-out .6s;
      transition: all .3s ease-in-out .6s; }
    .menu-laterale.open .animazione4 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out .7s;
      -moz-transition: all .3s ease-in-out .7s;
      -o-transition: all .3s ease-in-out .7s;
      transition: all .3s ease-in-out .7s; }
    .menu-laterale.open .animazione5 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out .8s;
      -moz-transition: all .3s ease-in-out .8s;
      -o-transition: all .3s ease-in-out .8s;
      transition: all .3s ease-in-out .8s; }
    .menu-laterale.open .animazione6 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out .9s;
      -moz-transition: all .3s ease-in-out .9s;
      -o-transition: all .3s ease-in-out .9s;
      transition: all .3s ease-in-out .9s; }
    .menu-laterale.open .animazione7 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out 1s;
      -moz-transition: all .3s ease-in-out 1s;
      -o-transition: all .3s ease-in-out 1s;
      transition: all .3s ease-in-out 1s; }
    .menu-laterale.open .animazione8 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out 1.1s;
      -moz-transition: all .3s ease-in-out 1.1s;
      -o-transition: all .3s ease-in-out 1.1s;
      transition: all .3s ease-in-out 1.1s; }
    .menu-laterale.open .animazione9 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out 1.2s;
      -moz-transition: all .3s ease-in-out 1.2s;
      -o-transition: all .3s ease-in-out 1.2s;
      transition: all .3s ease-in-out 1.2s; }
    .menu-laterale.open .animazione10 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out 1.3s;
      -moz-transition: all .3s ease-in-out 1.3s;
      -o-transition: all .3s ease-in-out 1.3s;
      transition: all .3s ease-in-out 1.3s; }
    .menu-laterale.open .animazione11 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out 1.4s;
      -moz-transition: all .3s ease-in-out 1.4s;
      -o-transition: all .3s ease-in-out 1.4s;
      transition: all .3s ease-in-out 1.4s; }
    .menu-laterale.open .animazione12 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out 1.5s;
      -moz-transition: all .3s ease-in-out 1.5s;
      -o-transition: all .3s ease-in-out 1.5s;
      transition: all .3s ease-in-out 1.5s; }
    .menu-laterale.open .animazione13 {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      /* ADDED - move x to 0 on hover */
      -webkit-transition: all .3s ease-in-out 1.6s;
      -moz-transition: all .3s ease-in-out 1.6s;
      -o-transition: all .3s ease-in-out 1.6s;
      transition: all .3s ease-in-out 1.6s; }
  .menu-laterale .menu {
    background-color: transparent;
    position: relative;
    z-index: 21474836471 !important; }
  .menu-laterale .menu-left {
    width: 50%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute; }
  .menu-laterale .menu-right {
    width: 50%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0px;
    background-color: #1D1D1F;
    color: #FFF;
    padding-top: 130px; }
    .menu-laterale .menu-right > div {
      max-height: calc(100% - 50px);
      overflow-y: auto; }
      .menu-laterale .menu-right > div::-webkit-scrollbar {
        width: 3px; }
      .menu-laterale .menu-right > div::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .menu-laterale .menu-right > div::-webkit-scrollbar-thumb {
        background: #888; }
      .menu-laterale .menu-right > div::-webkit-scrollbar-thumb:hover {
        background: #555; }
  .menu-laterale .menu-right-content {
    max-width: 950px; }
  .menu-laterale .accordion .accordion-item {
    border-bottom: 0px;
    background-color: transparent; }
    .menu-laterale .accordion .accordion-item a {
      color: #FFF; }
  .menu-laterale .accordion .accordion-button {
    text-align: right;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: transparent;
    color: #FFF;
    /*&:after{
      content: '';
      margin-left: 0px;
      border-top: 2px solid #fff;
      width: 15px;
      position: absolute;
      right: -24px;
      top: 19px;
      background-image: none;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
    }
    &:before{
      content: '';
      margin-left: 0px;
      border-right: 2px solid #fff;
      height: 15px;
      position: absolute;
      right: -18px;
      top: 12px;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
    }
    &:not(.collapsed)::after{
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -18px;
      top: 16px;
    }
    &:not(.collapsed)::before{
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }*/ }
    .menu-laterale .accordion .accordion-button:not(.collapsed), .menu-laterale .accordion .accordion-button:focus {
      background-color: transparent;
      color: white; }
  .menu-laterale .accordion-button:not(.collapsed), .menu-laterale .accordion-button:focus {
    color: var(--bs-accordion-btn-color);
    background-color: var(--bs-accordion-btn-bg);
    box-shadow: inset 0 0 0 0; }

.menu-xs {
  background: #1D1D1F;
  -webkit-box-shadow: 0 0 10px 0 #444444cc;
  box-shadow: 0 0 10px 0 #444444cc; }
  .menu-xs .nav-link {
    color: white; }
  .menu-xs .navbar-toggler {
    display: flex;
    flex-direction: column;
    width: 50px;
    min-width: 50px;
    cursor: pointer; }
    .menu-xs .navbar-toggler span {
      background: #fff;
      border-radius: 10px;
      height: 2px;
      margin: 2px 0;
      transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    .menu-xs .navbar-toggler span:nth-of-type(1) {
      width: 50%; }
    .menu-xs .navbar-toggler span:nth-of-type(2) {
      width: 100%; }
    .menu-xs .navbar-toggler span:nth-of-type(3) {
      width: 75%; }
    .menu-xs .navbar-toggler:focus {
      box-shadow: 0 0 0 0; }
  .menu-xs .navbar-toggler[aria-expanded="true"] span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(1px, -2px); }
  .menu-xs .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg); }
  .menu-xs .navbar-toggler[aria-expanded="true"] span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(15px, 0px) rotatez(45deg); }

.form1 .form-control:not(textarea) {
  height: 54px; }
  .pc_br {display:block}
   .mo_br {display:inline;}
  @media (max-width: 767px) {
      .pc_br {display:inline}
      .mo_br {display:block;}
    .form1 .form-control:not(textarea) {
      height: 45px; } }
.form1 .form-control {
  font-family: 'ofelia_probook';
  border-radius: 0;
  border-width: 0px; }
.form1 .form-check-input {
  border-radius: 0;
  border-width: 0px; }

.section-home1 .linea {
  padding-top: 10px; }
.section-home1 .h1 {
  font-size: 65px; }
  @media (max-width: 1199px) {
    .section-home1 .h1 {
      font-size: 55px; } }
  @media (max-width: 991px) {
    .section-home1 .h1 {
      font-size: 40px; } }

.section-home2 {
  text-align: center; }
  .section-home2 .box {
    position: relative;
    z-index: 2;
    margin-top: -40px; }
    @media (max-width: 1199px) {
      .section-home2 .box {
        margin-top: -20px; } }
  @media (max-width: 1199px) {
    .section-home2 .h1 {
      font-size: 35px; } }

.section-home3 .box {
  margin-top: -250px;
  width: 600px; }
  @media (max-width: 1199px) {
    .section-home3 .box {
      margin-top: 60px;
      width: 100%; } }

.section-home4 {
  height: 800px;
  font-size: 18px; }
  @media (max-width: 991px) {
    .section-home4 {
      height: 600px; } }
  @media (max-width: 767px) {
    .section-home4 {
      height: auto;
      background-image: none !important; } }
  .section-home4 .h4 {
    font-size: 26px; }
  .section-home4 .h2 {
    font-size: 50px;
    color: #E50906; }

.section-home5 .linea {
  width: 90px; }

.section-home6 {
  aspect-ratio: 16/9;
  position: relative; }
  @media (max-width: 767px) {
    .section-home6 {
      aspect-ratio: 1/1; } }
  .section-home6 .h1 {
    font-size: 80px; }
    @media (max-width: 767px) {
      .section-home6 .h1 {
        font-size: 50px; } }
  .section-home6 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .section-home6 .bg:first-child {
      animation: animationFade2 20s infinite linear; }
    .section-home6 .bg:nth-child(2) {
      animation: animationFade 20s infinite linear; }
  .section-home6 .box {
    position: relative;
    z-index: 3; }
  .section-home6 .bg3 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2; }

@keyframes animationFade {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.05); }
  20% {
    transform: scale(1.1); }
  30% {
    transform: scale(1.15); }
  40% {
    transform: scale(1.2); }
  50% {
    transform: scale(1.2);
    opacity: 0; }
  90% {
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes animationFade2 {
  40% {
    opacity: 1;
    transform: scale(1.2); }
  50% {
    transform: scale(1.2); }
  60% {
    transform: scale(1.15); }
  70% {
    transform: scale(1.1); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
.section-footer2 {
  color: #aaa; }
  .section-footer2 .titolo {
    font-size: 16px;
    color: white; }
    .section-footer2 .titolo span {
      display: inline-block;
      border-bottom: 1px solid white; }
  .section-footer2 .link {
    font-size: 15px;
    padding: 12px 0; }
    @media (max-width: 767px) {
      .section-footer2 .link {
        padding: 8px 0; } }
    .section-footer2 .link a {
      text-decoration: none; }

.section-footer3 {
  font-size: 12px; }

.section-cucine1 {
  aspect-ratio: 2/1; }
  .section-cucine1 .h1 {
    font-size: 90px; }
    @media (max-width: 767px) {
      .section-cucine1 .h1 {
        font-size: 50px; } }
  .section-cucine1 .bg {
    position: relative; }
    .section-cucine1 .bg:after {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }

.video-foto-full {
  position: relative; }
  .video-foto-full .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: scale 40s linear infinite; }
  .video-foto-full .box-testo {
    position: relative;
    z-index: 2; }
  .video-foto-full .box-video {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .video-foto-full .box-video video {
      position: absolute;
      left: 50%;
      top: 50%;
      right: 0;
      bottom: 0;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }
    .video-foto-full .box-video:after {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }
.section-cucine2 {
  text-align: center; }
  .section-cucine2 .box {
    position: relative;
    z-index: 2;
    margin-top: -40px; }
    @media (max-width: 991px) {
      .section-cucine2 .box {
        margin-top: -20px; } }
  @media (max-width: 767px) {
    .section-cucine2 .h1 {
      font-size: 30px; } }

.section-cucine4 {
  height: calc(100vh - 94px); }
  @media (max-width: 991px) {
    .section-cucine4 {
      height: 400px; } }
  @media (max-width: 767px) {
    .section-cucine4 {
      height: auto; } }
  .section-cucine4 .bg {
    position: relative; }
    .section-cucine4 .bg:after {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }
  .section-cucine4 .h1 {
    font-size: 100px; }
    @media (max-width: 991px) {
      .section-cucine4 .h1 {
        font-size: 50px; } }
    .section-cucine4 .h1 small {
      font-size: 50px; }
      @media (max-width: 991px) {
        .section-cucine4 .h1 small {
          font-size: 30px; } }
  .section-cucine4 .background-responsive {
    animation: animation1 20s infinite linear;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .section-cucine4 .container-fluid {
    position: relative;
    z-index: 2; }

@keyframes animation1 {
  0% {
    transform: scale(1) translateX(0px); }
  50% {
    transform: scale(1.2) translateX(30px); }
  100% {
    transform: scale(1) translateX(0px); } }
.play-button {
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 15px;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 110px;
  text-decoration: none; }

.box-video {
  position: relative; }
  .box-video .overly {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    z-index: 2; }
    .box-video .overly .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.section-cucine5 .box {
  padding: 60px 120px;
  margin-right: -90px;
  margin-left: 60px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .section-cucine5 .box {
      margin-right: 0px;
      margin-left: 0px; } }
  @media (max-width: 991px) {
    .section-cucine5 .box {
      padding: 60px 30px; } }
  @media (max-width: 767px) {
    .section-cucine5 .box {
      padding: 30px 15px; } }

.section-rete-vendita2 {
  overflow-y: visible; }
  .section-rete-vendita2 #ricercaMappa {
    font-size: 14px;
    padding-left: 30px; }
  .section-rete-vendita2 #map {
    height: 1000px;
    position: relative; }
    @media (max-width: 991px) {
      .section-rete-vendita2 #map {
        height: 700px; } }
    @media (max-width: 767px) {
      .section-rete-vendita2 #map {
        height: 400px; } }
  .section-rete-vendita2 .box-contatto {
    position: absolute;
    top: 100px;
    bottom: 100px;
    background-color: white;
    width: 0;
    right: 0;
    color: #000;
    display: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .section-rete-vendita2 .box-contatto {
        position: relative;
        top: 0;
        bottom: auto; } }
    .section-rete-vendita2 .box-contatto .linea {
      border-color: #000;
      width: 75px; }
    .section-rete-vendita2 .box-contatto .btn1 {
      border-color: #000;
      color: #000; }
      .section-rete-vendita2 .box-contatto .btn1:hover {
        color: #fff; }
    .section-rete-vendita2 .box-contatto .box1 {
      width: 500px;
      min-width: 500px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 991px) {
        .section-rete-vendita2 .box-contatto .box1 {
          width: 100%;
          min-width: 100%;
          height: auto;
          position: static; } }
    .section-rete-vendita2 .box-contatto .box2 {
      background-color: #f5f5f5;
      overflow-x: hidden;
      overflow-y: auto;
      width: 600px;
      min-width: 600px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 500px; }
      @media (max-width: 991px) {
        .section-rete-vendita2 .box-contatto .box2 {
          width: 100%;
          min-width: 100%;
          height: auto;
          position: static; } }
    .section-rete-vendita2 .box-contatto.aperto1 {
      width: 500px;
      display: block; }
      @media (max-width: 991px) {
        .section-rete-vendita2 .box-contatto.aperto1 {
          width: 100%; } }
    .section-rete-vendita2 .box-contatto.aperto2 {
      width: 1100px;
      display: block; }
      @media (max-width: 991px) {
        .section-rete-vendita2 .box-contatto.aperto2 {
          width: 100%; } }
    .section-rete-vendita2 .box-contatto .form1 .form-control:not(textarea) {
      height: 48px;
      font-size: 14px; }
    .section-rete-vendita2 .box-contatto .form1 .small {
      font-size: 12px; }
    .section-rete-vendita2 .box-contatto .form-check-input {
      border: 1px solid #333; }
  .section-rete-vendita2 .box-chiudi {
    top: 30px;
    right: 15px;
    position: absolute;
    z-index: 2; }
    @media (max-width: 767px) {
      .section-rete-vendita2 .box-chiudi {
        display: none; } }
    .section-rete-vendita2 .box-chiudi a {
      width: 40px;
      height: 40px;
      border: 1px solid #000;
      border-radius: 0;
      position: relative;
      background-color: white; }
      .section-rete-vendita2 .box-chiudi a::after {
        width: 30px;
        top: 19px;
        left: 4px;
        position: absolute;
        content: '';
        display: block;
        border-bottom: 1px solid #000;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .section-rete-vendita2 .box-chiudi a::before {
        width: 30px;
        top: 19px;
        left: 4px;
        position: absolute;
        content: '';
        display: block;
        border-bottom: 1px solid #000;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.section-rete-vendita3 .accordion {
  background: transparent;
  color: white;
  border-width: 0px; }
.section-rete-vendita3 .accordion-button {
  background: transparent;
  color: #eee;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px !important;
  border-top: 1px solid white;
  font-size: 28px;
  padding-left: 0;
  transition: all 0.3s ease-in-out; }
  .section-rete-vendita3 .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .section-rete-vendita3 .accordion-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    border-bottom: 0px solid white; }
  .section-rete-vendita3 .accordion-button:not(.collapsed) {
    box-shadow: 0 0 0 0 transparent; }
  .section-rete-vendita3 .accordion-button:hover {
    padding-left: 30px; }
.section-rete-vendita3 .accordion-item {
  background-color: transparent;
  color: white;
  border-width: 0px;
  border-radius: 0px;
  border-bottom: 1px solid white; }
.section-rete-vendita3 .linea {
  width: 70px; }

.section-news-det1 {
  height: 100vh; }
  @media (max-width: 991px) {
    .section-news-det1 {
      height: auto; } }
  .section-news-det1 .box1 {
    position: absolute;
    top: 94px; }
    @media (max-width: 991px) {
      .section-news-det1 .box1 {
        top: 15px; } }
  .section-news-det1 .box2 {
    padding-top: 94px; }
    @media (max-width: 991px) {
      .section-news-det1 .box2 {
        padding-top: 0px; } }
  @media (max-width: 991px) {
    .section-news-det1 .background-responsive {
      aspect-ratio: 1; } }

.section-news-det2 .slick-dots {
  text-align: left; }
.section-news-det2 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px; }
.section-news-det2 .slick-dots li button {
  color: #ccc;
  font-size: 14px; }
.section-news-det2 .slick-dots li button:before {
  content: none; }
.section-news-det2 .slick-dots li button {
  width: auto;
  height: auto;
  padding-right: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .section-news-det2 .slick-dots li button:after {
    content: '';
    width: 0px;
    border-bottom: 1px solid white;
    color: white;
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.section-news-det2 .slick-dots li.slick-active button {
  padding-right: 80px;
  color: #ddd;
  font-family: 'ofelia_probold'; }
  .section-news-det2 .slick-dots li.slick-active button:after {
    width: 60px; }

.section-promozioni-det1 .box {
  border-bottom: 1px solid #000;
  width: 100%; }
.section-promozioni-det1 .box:last-of-type {
  border-width: 0px; }
.section-promozioni-det1 .box2 {
  border-left: 1px solid #000;
  width: 80px;
  min-width: 80px; }
  .section-promozioni-det1 .box2 .form-check-input {
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    margin: auto; }
.section-promozioni-det1 .dropdown:focus, .section-promozioni-det1 .dropdown :hover {
  color: black; }
.section-promozioni-det1 .dropdown label:hover {
  cursor: pointer; }
.section-promozioni-det1 .dropdown .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
  border-radius: 0; }

.section-living1 .box {
  position: absolute;
  bottom: 80px;
  left: 180px;
  width: 700px; }
  @media (max-width: 991px) {
    .section-living1 .box {
      bottom: 50px;
      left: 50px;
      right: 50px;
      width: auto; } }
  @media (max-width: 767px) {
    .section-living1 .box {
      position: static;
      padding-top: 15px; } }

.section-showroom1 {
  height: 100vh; }
  @media (max-width: 991px) {
    .section-showroom1 {
      height: auto; } }
  .section-showroom1 .box1 {
    position: absolute;
    top: 94px; }
    @media (max-width: 991px) {
      .section-showroom1 .box1 {
        top: 15px; } }
  .section-showroom1 .box2 {
    padding-top: 94px; }
    @media (max-width: 991px) {
      .section-showroom1 .box2 {
        padding-top: 0px; } }
  @media (max-width: 991px) {
    .section-showroom1 .background-responsive {
      aspect-ratio: 2/1; } }
  .section-showroom1 .h1 {
    font-size: 110px; }
    @media (max-width: 991px) {
      .section-showroom1 .h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-showroom1 .h1 {
        font-size: 40px; } }

.section-showroom2 .h1 {
  font-size: 140px;
  color: #444; }
  @media (max-width: 991px) {
    .section-showroom2 .h1 {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .section-showroom2 .h1 {
      font-size: 50px; } }

.section-showroom3 .link {
  padding: 0px;
  margin: 0 30px;
  display: inline-block;
  text-decoration: none;
  color: #888;
  font-size: 14px; }
  .section-showroom3 .link.active {
    border-bottom: 1px solid white;
    color: white; }
.section-showroom3 .box {
  position: absolute;
  padding: 0px 0px 20px 45px;
  bottom: 0;
  left: 0; }
  @media (max-width: 767px) {
    .section-showroom3 .box {
      padding: 0px 0px 20px 30px; } }
.section-showroom3 .ovrly {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.3; }

.line {
  overflow: hidden;
  display: block; }

.word {
  display: inline-block; }

[data-aos=testo-grow-up] {
  transform: translateY(100%) !important; }

[data-aos=testo-grow-up].aos-animate {
  transform: translateY(0) !important; }

[data-aos=img-grow-up] {
  overflow: hidden; }
  [data-aos=img-grow-up] > * {
    display: inline-block;
    transition-duration: inherit;
    transition-timing-function: inherit;
    transition-delay: inherit;
    transform: translateY(100%) !important; }

[data-aos=img-grow-up].aos-animate > * {
  transform: translateY(0) !important; }

[data-aos=img-grow-zoom] {
  clip-path: polygon(40% 40%, 60% 40%, 60% 60%, 40% 60%); }

[data-aos=img-grow-zoom].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

[data-aos=img-grow-right] {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); }

[data-aos=img-grow-right].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

[data-aos=img-grow-left] {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }

[data-aos=img-grow-left].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.gradiente1 a {
  position: relative; }
.gradiente1 a::after {
  content: '';
  display: table;
  clear: both; }
.gradiente1 a::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 2; }

.anchor {
  position: relative; }
  .anchor a {
    display: block;
    top: -94px;
    position: absolute; }

.hover1 {
  display: inline-block;
  overflow: hidden; }
  .hover1 img {
    transition: all 2s; }
  .hover1:hover img {
    opacity: .6;
    transform: scale(1.1, 1.1); }

.section-rivenditori .box-contatto {
  border: 2px solid #000; }

.fancybox-close-small {
  color: #fff !important; }

@media (min-width: 991px) {
  .section-finanziamenti1 .box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000077; } }

.read-more .read-more-testo {
  overflow: hidden;
  transition: all  0.3s ease-in-out;
  max-height: 29px; }
.read-more .read-more-btn-chiudi {
  display: none; }
.read-more.open .read-more-testo {
  max-height: 1000px;
  height: auto; }
.read-more.open .read-more-btn {
  display: none; }
.read-more.open .read-more-btn-chiudi {
  display: block; }

.section-azienda {
  position: relative;
  aspect-ratio: 2/1; }
  .section-azienda .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .section-azienda .bg:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''; }

@media (min-width: 768px) {
  .section-azienda7 .overly {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000077; } }

.breadcrumb-menu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out; }
  .breadcrumb-menu.open {
    max-height: 100px; }

/*# sourceMappingURL=style.css.map */