@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* colori */
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.active.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade {
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-fast {
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.active.fade-up {
  -webkit-animation: fade-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.active.fade-left {
  -webkit-animation: fade-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.bounce-in-fwd {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* KEYFRAMES */
/* animation fade-in */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* animation fade-up */
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* fade-left */
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.active.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* Shine */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 1s; /* infinite */
  display: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgb 128, 186, 232, 0), color-stop(100%, rgba(125, 185, 232, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Chrome1 +,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
}
.shine:hover::after {
  display: block;
}

/* animation */
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #0A0A0A;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2.4;
}

hr {
  margin: 3rem auto;
}

ul, ol, nav {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 2.5rem;
}
h1 em, h2 em, h3 em, h4 em, h5 em {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #0A0A0A;
  transition: all 0.3s;
  cursor: pointer;
}

button {
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  background: transparent;
  transition: all 0.4s;
  font-size: 1.6rem;
}

input {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

textarea {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  resize: vertical;
}

.center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 142rem;
  padding: 0 2%;
  margin: 0 auto;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.splide__arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
}
.splide__arrow svg {
  fill: #fff;
}

.splide__arrow--prev {
  left: 0;
  translate: 0 -7px;
  rotate: 180deg;
}

.splide__arrow--next {
  right: 0;
}

.splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide .splide__pagination {
  gap: 4rem;
  margin: 10rem 0 0;
}
.splide .splide__pagination li button {
  width: 11px;
  height: 11px;
  background-color: #EFEFEF;
  border-radius: 20px;
}
.splide .splide__pagination li button.is-active {
  background-color: #CCCCCC;
  scale: 1.2;
}

/* PER ANIMAZIONI!!! mantenere in tutti i file insieme a reveal.js - selezionare le animazioni a mano e copiarle nel file animation.css con classe .active davanti*/
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}

.privacy h2, .privacy h3, .privacy h4, .privacy h5 {
  margin: 2.5rem 0 1rem;
}
.privacy h2 {
  font-size: 3rem;
}
.privacy h3, .privacy h4, .privacy h5 {
  font-size: 2rem;
}

/*SITEMAP*/
ul.sitemap {
  margin: 5rem auto 10rem;
}
ul.sitemap li {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 5px 0;
}
ul.sitemap li a {
  color: #0A0A0A;
}
ul.sitemap li a:hover {
  color: #EF182F;
}
ul.sitemap li.sublink {
  font-size: 1.6rem;
  /* padding: 0 0 0 3rem; */
  text-transform: none;
}

p.errore {
  font-size: 27vw;
  line-height: 1;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 401px) {
  p.errore {
    font-size: 12rem;
  }
}

p.errore_p {
  font-size: 2.5rem;
  line-height: 1.4;
}

/* SITO */
h1 {
  font-size: clamp(3.5rem, 5.5rem, 5.5vw);
}

h2 {
  font-size: clamp(3.5rem, 4.5rem, 4.5vw);
}

h3 {
  font-size: clamp(2.8rem, 3.8rem, 3.8vw);
}

h4 {
  font-size: clamp(2.5rem, 3.2rem, 3.2vw);
}

h5 {
  font-size: clamp(2rem, 2.8rem, 2.8vw);
}

.sfumatura_dx {
  background: #FFFFFF;
  background: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  background: -moz-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F7F7F7", GradientType=0);
}

.sfumatura_sx {
  background: #FFFFFF;
  background: -webkit-linear-gradient(-120deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  background: -moz-linear-gradient(-120deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  background: linear-gradient(-120deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F7F7F7", GradientType=0);
}

.ico-down {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  transition: all 0.3s;
}

.dropdown {
  display: inline-block;
  margin: 0;
  /* position: relative; */
}
.dropdown .dropdown-content {
  position: absolute;
  z-index: 99;
  left: 50%;
  width: 100vw;
  max-width: 180rem;
  top: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  text-align: left;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 2rem 2rem 4rem 2rem;
  background-color: #fff;
  min-width: 25rem;
  translate: -50% 0;
  text-align: center;
}
.dropdown .dropdown-content a {
  line-height: 1.2;
}
.dropdown .dropdown-content a:hover {
  color: #fff;
}
.dropdown:hover .dropdown-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* menu dropdown */
.menuresponsive {
  display: flex;
  width: calc(100% - 12rem - 5.3rem);
  justify-content: flex-end;
  align-items: center;
  padding: 0 3%;
}
.menuresponsive img {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .menuresponsive {
    display: none;
  }
}

ul.accordion .inner {
  overflow: hidden;
  display: none;
  padding: 1rem 0;
}

.rotate {
  rotate: 180deg;
}

.ico_down {
  transition: all 0.3s;
  width: 1.5rem;
  height: 1.5rem;
}

.toggle {
  cursor: pointer;
}

.ico_s-menu {
  width: 7.5rem;
  height: 7.5rem;
  filter: invert(1);
}

.accordion li.mainbox a {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* sidenav menu resp */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  right: 0;
  overflow-y: scroll;
}
.sidenav .closebtn {
  position: absolute;
  top: 2rem;
  color: #0A0A0A;
  font-size: 2.6rem;
  background: #fff;
  border-radius: 5px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  right: 2rem;
  z-index: 9;
  background: transparent;
}
.sidenav .flexnav {
  display: flex;
  position: relative;
  /* & .bgcolor {
      position: fixed;
      background-color: rgba(234,91,12,0.8);
      width: 20%;
      min-height: 100vh;
      transition-timing-function: cubic-bezier(1.28, 0.89, 0.32, 0.18);
      left: 0;
      top: 0;
      position: absolute;
      height: 100%;
  } */
}
.sidenav .flexnav .bgblack {
  background-color: #0A0A0A;
  min-height: 100vh;
  height: 100%;
  padding: 10rem 2rem;
  /* margin-left: 20%;
  width: 80%; */
  width: 100%;
  padding: 3rem;
}
.sidenav .flexnav .bgblack a {
  font-size: clamp(1.6rem, 2rem, 2vw);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.sidenav .logo-resp {
  margin: 0 0 2rem;
}
.sidenav .logo-resp img {
  width: 13rem;
  height: auto;
  object-fit: contain;
  aspect-ratio: 5/3;
}

#myBtn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  transition: all 0.3s;
  background: #0A0A0A;
  border-radius: 10rem;
  height: 3.5rem;
  width: 3.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
#myBtn img {
  width: 2.5rem;
  height: 2.5rem;
}
#myBtn.arrow-visible {
  opacity: 1;
  visibility: visible;
}

.fascia_menu {
  padding: 0 2%;
  width: 100%;
  max-width: 180rem;
  position: relative;
  margin: 0 auto;
  z-index: 9;
  display: flex;
  background-color: #414141;
}
@media screen and (min-width: 1025px) {
  .fascia_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
  }
}

.sfumatura_menu {
  width: 100%;
  height: 30rem;
  background: #0A0A0A;
  background: -webkit-linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.6) 100%);
  background: -moz-linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.6) 100%);
  background: linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0A0A", endColorstr="#0A0A0A", GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.logo {
  width: 12rem;
  height: auto;
  aspect-ratio: 160/60;
  object-fit: contain;
  box-sizing: content-box;
  margin: 2rem 0;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .logo {
    width: 16rem;
    margin: 4rem 0 0;
  }
}

.lingue {
  display: flex;
  gap: 5px;
  color: #fff;
  width: 5.3rem;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (min-width: 1025px) {
  .lingue {
    padding: 4rem 0 0;
  }
}
.lingue a {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.lingue a:hover {
  color: #EF182F;
}

nav.menu {
  width: calc(100% - 16rem - 5.3rem);
  margin: 0;
  padding: 4rem 2.5rem 0 3rem;
}
nav.menu ul {
  display: flex;
  /*  gap: 5rem; */
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
nav.menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
nav.menu ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1130px) {
  nav.menu ul li a {
    padding: 0 2.5rem;
  }
}
nav.menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: #EF182F;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
  opacity: 0;
}
nav.menu ul li a.active {
  font-weight: 600;
}
nav.menu ul li a.active::after {
  opacity: 1;
}
nav.menu ul li a:hover::after {
  opacity: 1;
}
nav.menu ul.dropdown-content_ul {
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
nav.menu ul.dropdown-content_ul li {
  width: 18rem;
}
nav.menu ul.dropdown-content_ul li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #0A0A0A;
}
nav.menu ul.dropdown-content_ul li a img {
  width: 12rem;
  height: 12rem;
  object-fit: cover;
}
nav.menu ul.dropdown-content_ul li a:hover {
  color: #0A0A0A;
}
nav.menu ul.dropdown-content_ul li a::after {
  bottom: -1.2rem;
}
@media screen and (max-width: 1024px) {
  nav.menu {
    display: none;
  }
}

#header_home {
  position: relative;
  overflow: hidden;
}

.video_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
  max-height: 95vh;
}
.video_wrap .overlay {
  background-color: #0A0A0A;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  max-height: 95vh;
  top: 0;
  left: 0;
}

.video_home {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  max-height: 95vh;
}

.splide img.ico_freccia {
  width: 20px;
  height: 12px;
  object-fit: contain;
  margin: 0 0 0 5px;
  transition: all 0.3s;
}

.ico_freccia_l {
  width: 20px;
  height: 12px;
  object-fit: contain;
  margin: 0 0 0 5px;
  transition: all 0.3s;
}

.btn {
  position: relative;
  font-size: 1.6rem;
  padding: 0 0 5px 3rem;
  border-bottom: 1px solid;
  margin: 3rem 0 0;
  display: inline-block;
  line-height: 1;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 15%;
  width: 8px;
  height: 8px;
  background: #EF182F;
}
.btn .ico_freccia {
  width: 13px;
  height: 8px;
  object-fit: contain;
  margin: 0 0 0 5px;
  transition: all 0.3s;
}
.btn:hover .ico_freccia {
  margin: 0 0 0 10px;
}

.txt_abs {
  max-width: 180rem;
  width: 100%;
  padding: 3rem 0;
  position: relative;
  left: 0;
}
@media screen and (min-width: 769px) {
  .txt_abs {
    position: absolute;
    bottom: 20%;
    padding: 0 2%;
  }
}
.txt_abs .container {
  max-width: 120rem;
  margin: 0;
}
.txt_abs .container h1 {
  color: #0A0A0A;
}
@media screen and (min-width: 769px) {
  .txt_abs .container h1 {
    color: #fff;
  }
}
.txt_abs .container h1 em {
  font-weight: 300;
}
.txt_abs .container .btn {
  color: #0A0A0A;
}
.txt_abs .container .btn img {
  filter: invert(1);
}
@media screen and (min-width: 769px) {
  .txt_abs .container .btn {
    color: #fff;
  }
  .txt_abs .container .btn img {
    filter: invert(0);
  }
}

.specchio {
  padding: 5rem 0 10rem;
}
@media screen and (min-width: 769px) {
  .specchio {
    padding: 10rem 0 15rem;
  }
}
.specchio .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 8rem;
  justify-content: center;
}
.specchio .container .bl {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .specchio .container .bl {
    width: calc(50% - 4rem);
    max-width: 50rem;
  }
}
@media screen and (min-width: 769px) {
  .specchio .container .bl:first-of-type {
    text-align: right;
  }
}
.specchio.no-pad {
  padding: 10rem 0 5rem;
}

.foto_split {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  /* align-items: center; */
  margin: -4rem 0 6rem;
}
@media screen and (min-width: 851px) {
  .foto_split {
    gap: 6rem;
  }
}
@media screen and (min-width: 1421px) {
  .foto_split {
    gap: 6rem 12rem;
  }
}
.foto_split .bl {
  width: 100%;
}
@media screen and (min-width: 851px) {
  .foto_split .bl {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1421px) {
  .foto_split .bl {
    width: calc(50% - 6rem);
  }
}
.foto_split .bl.foto {
  max-width: 95%;
}
@media screen and (min-width: 851px) {
  .foto_split .bl.foto {
    max-width: inherit;
  }
}
.foto_split .bl.foto img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.foto_split .bl.txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foto_split .bl.txt .wrap {
  max-width: 80rem;
  padding: 6rem 2%;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 851px) {
  .foto_split .bl.txt .wrap {
    padding: 6rem 2%;
  }
}
.foto_split .bl.txt .wrap ul {
  list-style: inside disc;
}
.foto_split .bl.txt .wrap ul li::marker {
  color: #EF182F;
}
.foto_split.reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 851px) {
  .foto_split.reverse {
    flex-direction: row;
  }
}
.foto_split.reverse .bl.txt .wrap {
  margin: 0 0 0 auto;
}
.foto_split.blog .bl p:not(.btn) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.foto_split.blog .link_blog {
  margin: 4rem 0 0;
  padding: 4rem 0 0;
  border-top: 1px solid #CCCCCC;
}

.fascia_prodotti {
  padding: 6rem 2%;
  max-width: 180rem;
  margin: 0 auto;
}
.fascia_prodotti .box_img {
  margin: 0 0 2rem;
}
.fascia_prodotti .box_img .img_sl {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.fascia_prodotti .box_txt h4 {
  margin: 0 0 1rem;
}
.fascia_prodotti .box_txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  line-height: 1.8;
}

.five_box {
  padding: 5rem 0 15rem;
}
.five_box .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem 6rem;
  max-width: 180rem;
  margin: 0 auto;
  padding: 0 2%;
  justify-content: center;
}
.five_box .flex .bl {
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (min-width: 451px) {
  .five_box .flex .bl {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 769px) {
  .five_box .flex .bl {
    width: calc(33.3% - 4rem);
  }
}
@media screen and (min-width: 1025px) {
  .five_box .flex .bl {
    width: calc(20% - 4.8rem);
  }
}
.five_box .flex .bl:hover {
  translate: 0 -5px;
}
.five_box .flex .bl p {
  line-height: 1.8;
  margin: -3rem auto 0;
}

.ico_app {
  width: 28rem;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 100%;
  object-fit: contain;
}

.pf {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.pf .container {
  max-width: 180rem;
  position: relative;
  z-index: 2;
}
.pf .container .bl {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 0 0;
  padding: 10rem 0;
  color: #fff;
}
@media screen and (min-width: 651px) {
  .pf .container .bl {
    padding: 30rem 0 10rem;
  }
}
.pf .overlay {
  background-color: #0A0A0A;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cta {
  padding: 1.5rem 4rem;
  border-radius: 10rem;
  background-color: #EF182F;
  color: #fff;
  transition: all 0.3s;
  margin: 4rem 0 0;
  display: inline-block;
  line-height: 1.2;
}
.cta:hover {
  translate: 0 -8px;
}

footer {
  padding: 10rem 0 13rem;
  background-color: #0A0A0A;
  color: #fff;
  font-size: 1.4rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #EF182F;
}
footer .logo_ft {
  width: 11rem;
  height: 11rem;
  margin: 0 0 3rem;
}
footer .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3.5rem;
  justify-content: center;
}
footer .flex .bl {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 661px) {
  footer .flex .bl {
    max-width: 35rem;
    width: calc(33.3% - 2.33rem);
    text-align: left;
  }
}
footer .social_ft {
  margin: 5rem 0 0;
}
footer .social_ft ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  justify-content: center;
}
@media screen and (min-width: 661px) {
  footer .social_ft ul {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 891px) {
  footer .social_ft ul {
    gap: 4rem;
  }
}

.credits {
  font-size: 1.3rem;
  text-align: center;
  padding: 3rem 2% 0;
  margin: 6rem auto 0;
  width: 100%;
  max-width: 142rem;
  opacity: 50%;
  border-top: 1px solid #414141;
}

#header_pag {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 40rem;
  position: relative;
  /*  @media screen and (min-width:769px) {

   } */
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 142rem;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 1.3rem;
  padding: 0 2% 1rem;
  line-height: 1.5;
  /* varia il contrasto a seconda del bg - serve impostare colore bg */
  /* li {
      filter: invert(1) grayscale(1) brightness(1.3) contrast(9000);
      mix-blend-mode: luminosity;
      opacity: 0.95;
  } */
}
.breadcrumbs a:hover {
  color: #EF182F !important;
}

.tooltips {
  padding: 5rem 0 15rem;
}
.tooltips .container {
  text-align: center;
}
.tooltips .container .blocks {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 56rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-end;
}
@media screen and (min-width: 960px) {
  .tooltips .container .blocks {
    flex-direction: row;
    gap: 0;
    align-items: inherit;
    max-height: 65rem;
  }
}
.tooltips .container .blocks .bl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .tooltips .container .blocks .bl {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .tooltips .container .blocks .bl {
    width: 50%;
  }
}
.tooltips .container .blocks .bl p {
  padding: 2rem 1rem;
  background: rgba(235, 235, 235, 0.7);
  line-height: 1.2;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 321px) {
  .tooltips .container .blocks .bl p {
    padding: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .tooltips .container .blocks .bl p {
    width: auto;
  }
}
.tooltips .container .tooltip_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 500px) {
  .tooltips .container .tooltip_img {
    max-width: 50rem;
    position: absolute;
    left: 2%;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .tooltips .container .tooltip_img {
    left: 50%;
    translate: -50% -50%;
  }
}

.ico_s {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.prodotti_pag {
  padding: 0 0 12rem;
  margin: -5rem auto 0;
}
.prodotti_pag .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem 4rem;
}
.prodotti_pag .container .bl {
  width: 100%;
}
@media screen and (min-width: 651px) {
  .prodotti_pag .container .bl {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1025px) {
  .prodotti_pag .container .bl {
    width: calc(33.3% - 2.66rem);
  }
}
@media screen and (min-width: 1281px) {
  .prodotti_pag .container .bl {
    width: calc(25% - 3rem);
  }
}
.prodotti_pag .container .bl .img_sl {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.prodotti_pag .container .bl h4 {
  margin: 0 0 1rem;
}
.prodotti_pag .container .bl p {
  line-height: 1.8;
}

.intro_dettaglio {
  padding: 5rem 0;
  margin: 0 0 5rem;
}
@media screen and (min-width: 769px) {
  .intro_dettaglio {
    padding: 10rem 0 5rem;
  }
}
.intro_dettaglio .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.intro_dettaglio .flex .cta {
  margin: 0 0 3rem;
}

.stit {
  font-size: clamp(2rem, 3rem, 3vw);
  font-style: italic;
  font-weight: 300;
}

.img_dett {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin: 3rem 0;
}
@media screen and (min-width: 1131px) {
  .img_dett {
    width: calc(100% - 30rem);
  }
}

.desc {
  margin: 0 0 10rem;
}
.desc h1, .desc h2, .desc h3, .desc h4, .desc h5 {
  margin: 2.5rem 0 1rem;
}
.desc ul {
  list-style: inside disc;
  margin: 1rem 0;
}
.desc ul li::marker {
  color: #EF182F;
}
.desc ol {
  list-style: inside decimal;
  margin: 1rem 0;
}
.desc ol li::marker {
  color: #EF182F;
}
.desc a {
  text-decoration: underline;
  font-weight: 600;
  color: #EF182F;
}

.gallery {
  padding: 6rem 0;
}
.gallery .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
}
.gallery .container a {
  width: 100%;
}
@media screen and (min-width: 351px) {
  .gallery .container a {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 601px) {
  .gallery .container a {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (min-width: 1025px) {
  .gallery .container a {
    width: calc(20% - 1.6rem);
  }
}
.gallery .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.five_box.pag_app .flex .bl {
  text-align: center;
}
@media screen and (min-width: 451px) {
  .five_box.pag_app .flex .bl {
    text-align: left;
  }
}
.five_box.pag_app .flex .bl p {
  line-height: 1.6;
  margin: -2rem 0 0;
}

#slide-app img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 1s ease-in-out;
}
.modal .content {
  width: 98%;
  height: auto;
  max-width: 142rem;
  margin: 2% auto;
  background: #fff;
  padding: 6rem 2% 5rem;
  border-radius: 2rem;
  position: relative;
}
.modal .content .box_img {
  max-width: 60rem;
  margin: 0 auto 1rem;
  position: relative;
}
.modal .content .box_img .decorativo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.modal .content .box_img .box_cta {
  position: relative;
  margin: 1rem auto 3rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width:600px) {
  .modal .content .box_img .box_cta {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }
}
.modal .content .box_img .box_cta a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #414141;
  padding: 5px 2rem;
  color: #fff;
  border-radius: 10rem;
}
.modal .content .box_img .box_cta a img {
  width: 1.5rem;
  height: 1.5rem;
}
.modal .content .box_txt {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.modal .content .box_txt .txt {
  width: 100%;
  margin: 0 0 2rem;
}
@media screen and (min-width: 640px) {
  .modal .content .box_txt .txt {
    width: calc(100% - 25rem);
    margin: 0;
  }
}
.modal .content .box_txt .txt h3 {
  margin: 0 0 1rem;
  font-size: clamp(2.8rem, 3rem, 3vw);
}
.modal .content .box_txt .txt .disponibilita {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.5;
}
.modal .content .box_txt .txt .disponibilita img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  margin: 3px 0 0;
}
.modal .content .box_txt .cta {
  margin: 0;
  padding: 1rem 2rem;
}
.modal .content .modal-close {
  position: absolute;
  right: 3%;
  top: 1.5rem;
}
.modal .content .modal-close img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.decorativi {
  padding: 8rem 0 0;
}
.decorativi .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.decorativi .filtri {
  width: 100%;
  background-color: #EFEFEF;
  padding: 2rem 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .decorativi .filtri {
    width: 35rem;
    padding: 4rem 1%;
    display: block;
  }
}
.decorativi .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5rem 3rem;
  padding: 5rem 2% 10rem;
}
@media screen and (min-width: 901px) {
  .decorativi .wrap {
    width: calc(100% - 35rem);
    padding: 8rem 5% 18rem;
  }
}
.decorativi .wrap .box {
  width: 100%;
}
@media screen and (min-width: 301px) {
  .decorativi .wrap .box {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 461px) {
  .decorativi .wrap .box {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 681px) {
  .decorativi .wrap .box {
    width: calc(25% - 2.25rem);
  }
}
@media screen and (min-width: 801px) {
  .decorativi .wrap .box {
    width: calc(20% - 2.4rem);
  }
}
@media screen and (min-width: 901px) {
  .decorativi .wrap .box {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .decorativi .wrap .box {
    width: calc(25% - 2.25rem);
  }
}
@media screen and (min-width: 1200px) {
  .decorativi .wrap .box {
    width: calc(20% - 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  .decorativi .wrap .box {
    width: calc(16.66% - 2.5rem);
  }
}
@media screen and (min-width: 1800px) {
  .decorativi .wrap .box {
    width: calc(14.28% - 2.57rem);
  }
}
.decorativi .wrap .box .decorativo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.decorativi .wrap .box p {
  line-height: 1.4;
}
.decorativi .accordion .mainbox {
  width: 100%;
  /* &.active {
      > .toggle > span {
          border: 4px solid $grey;
      }
  } */
}
.decorativi .accordion .mainbox input {
  display: none;
}
.decorativi .accordion .mainbox label {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  width: 100%;
  cursor: pointer;
  margin: 0 0 1rem;
}
.decorativi .accordion .mainbox .inner {
  width: 100%;
  padding: 0 0 0 2rem;
  display: block;
  max-height: 0;
  transition: all 0.3s;
}
.decorativi .accordion .mainbox span {
  padding: 1rem 1.8rem;
  display: inline-flex;
  background: #fff;
  border-radius: 10rem;
  /* border: 4px solid $white; */
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5;
  font-size: 1.5rem;
}
.decorativi .accordion .mainbox span:first-of-type {
  flex-grow: 2;
  position: relative;
  padding: 1rem 3.5rem 1rem 1.5rem;
}
.decorativi .accordion .mainbox span:first-of-type::after {
  content: "x";
  display: none;
  line-height: 1;
  font-size: 1.8rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  background: #EF182F;
  padding: 0 5.5px 3px;
  border-radius: 2rem;
  color: #fff;
}
.decorativi .accordion .mainbox input:checked + label span {
  background: #ccdaec;
}
.decorativi .accordion .mainbox input:checked + label span:first-of-type::after {
  display: block;
}
.decorativi .accordion .mainbox input:checked + label .ico_down {
  rotate: 180deg;
}
.decorativi .accordion .mainbox input:checked ~ .inner {
  max-height: 30rem;
}
.decorativi .accordion.desk {
  display: block;
}
#filters-desktop-mount {
  display: none;
}
@media screen and (min-width: 901px) {
  #filters-desktop-mount {
    display: block;
  }
}

#spallaFiltri {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  right: 0;
  overflow-y: scroll;
  background-color: rgba(240, 240, 240, 0.95);
  padding: 6rem 2%;
}
#spallaFiltri .closebtn {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2%;
}
#spallaFiltri .closebtn img {
  width: 2rem;
  height: 2rem;
}

.resp_filtri {
  display: block;
}
@media screen and (min-width: 901px) {
  .resp_filtri {
    display: none;
  }
}
.resp_filtri img {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.search {
  padding: 3rem 0;
  transition: all 0.3s;
  background: #414141;
}
.search form {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  background: transparent;
}
.search form input {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 20rem;
  width: 100%;
}
.search form label {
  display: none;
}

.accordion_download {
  padding: 5rem 0 10rem;
}
@media screen and (min-width: 451px) {
  .accordion_download {
    padding: 8rem 0 15rem;
  }
}
.accordion_download .mainbox {
  margin: 0 0 3rem;
}
.accordion_download .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  background: #ddd;
  border-radius: 10rem;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.accordion_download ul.accordion .inner {
  padding: 1rem 0;
}
@media screen and (min-width: 451px) {
  .accordion_download ul.accordion .inner {
    padding: 1rem 2.5rem;
  }
}
.accordion_download ul.accordion .inner li a {
  padding: 1rem 2.5rem;
  background: #efefef;
  line-height: 1.5;
  border-radius: 5rem;
  margin: 0 0 2rem;
  transition: all 0.3s;
}
.accordion_download ul.accordion .inner li a:hover {
  translate: 0 -6px;
}
.accordion_download .link_risultato {
  padding: 1rem 2.5rem;
  background: #efefef;
  line-height: 1.5;
  border-radius: 5rem;
  margin: 0 0 2rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.accordion_download .link_risultato:hover {
  translate: 0 -6px;
}

.filter {
  cursor: pointer;
  display: inline-block;
  padding: 5px 2rem;
  background-color: #EFEFEF;
  margin: 0 1rem 1rem 0;
  font-weight: 600;
  border-radius: 10rem;
  transition: all 0.3s;
}
.filter.current {
  background-color: #EF182F;
  color: #fff;
}
.filter:hover {
  background-color: #414141;
  color: #fff;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
}

.projects {
  padding: 0 0 10rem;
}
.projects .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem;
}
.projects #altro {
  padding: 1rem 2rem;
  border: 3px solid #EFEFEF;
  color: #414141;
  margin: 7rem auto 0;
}

.project {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .project {
    width: calc(50% - 3rem);
  }
}
.project .img_blog {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.project .txt_slide {
  /* h3 {
      font-size: 2.8rem;
      width: 100%;
      padding: 2.8rem 0 1.8rem;
      border-bottom: 1px solid rgba(43, 43, 43, 0.4);
      margin: 0 0 3rem;
  } */
  /* p:not(.btn) {
      @include truncate-vert;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      margin: 0 0 2.5rem;
  } */
}
.project .txt_slide h5 {
  margin: 0 0 1rem;
}
.project .txt_slide .btn {
  margin: 0;
}

.filtri {
  padding: 4rem 0;
}
.filtri .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-wrap: wrap;
}
.filtri .container .wrap {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 790px) {
  .filtri .container .wrap {
    width: calc(100% - 30rem);
    padding: 0 2rem 0 0;
  }
}
.filtri .container .search {
  width: 100%;
}
@media screen and (min-width: 790px) {
  .filtri .container .search {
    width: 30rem;
  }
}
.filtri .container .search form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 0 1rem 0 0;
  border-radius: 5px;
}
.filtri .container .search input {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: none;
  border-radius: 5px;
}
.filtri .container .search label {
  display: none;
}
.filtri .container .search button img {
  width: 2rem;
  height: 2rem;
}

.img_dett_blog {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.img_risorse {
  width: 100%;
  height: auto;
  aspect-ratio: 16/5;
  object-fit: cover;
}

.map {
  padding: 8rem 0;
}
.map .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem 3rem;
}
.map .flex .bl {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .map .flex .bl {
    width: calc(50% - 1.5rem);
  }
}
.map .flex .bl iframe {
  width: 100%;
  border: none;
  height: 100%;
  min-height: 40rem;
}

/* form */
.form_bg {
  background: #414141;
  padding: 8rem 0 5rem;
  color: #fff;
}

form {
  margin: 0 auto 2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  form {
    padding: 7rem 0;
  }
}
form .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
form .flex div[class^=box-] {
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
form .flex .box-50 {
  width: 100%;
}
@media screen and (min-width: 581px) {
  form .flex .box-50 {
    width: 48%;
  }
}
form .flex .box-100 {
  width: 100%;
}
form label {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0.8;
  display: block;
  margin: 0;
  font-weight: 400;
  color: #fff;
}
form .input__text {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 1rem;
  color: #fff;
}
form .input__text:focus {
  outline: none;
}
form textarea.input__text {
  resize: vertical;
  min-height: 12rem;
}

.txt-small {
  font-size: 1.2rem;
  margin: 1rem 0 0;
  color: #fff;
}

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