@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans: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;
}

.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: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #141414;
  background: #F1EFE8;
  font-size: 1.6rem;
  line-height: 1.8;
}

hr {
  margin: 3rem auto;
}

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

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.2;
}

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

button {
  border: none;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: transparent;
  transition: all 0.4s;
  font-size: 1.6rem;
}

input {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

textarea {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  resize: vertical;
}

.center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 142rem;
  padding: 0 5%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    padding: 0 2%;
  }
}

.container_l {
  width: 100%;
  max-width: 180rem;
  padding: 0 5%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container_l {
    padding: 0 2%;
  }
}

.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;
}

/* 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;
}

/* form */
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;
  border-bottom: 1px solid rgba(25, 25, 25, 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 .flex .box label {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0.8;
  display: block;
  margin: 0;
  font-weight: 400;
  color: #141414;
}
form .input__text {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 1rem;
  color: #141414;
}
form .input__text:focus {
  outline: none;
}
form textarea.input__text {
  resize: vertical;
  min-height: 12rem;
}
@media screen and (min-width: 769px) {
  form {
    padding: 7rem;
  }
}

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

.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: #141414;
}
ul.sitemap li a:hover {
  color: #141414;
}
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;
}

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

.dropdown {
  display: inline-block;
  margin: 0;
}
.dropdown .dropdown-content {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  top: 100%;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
}
.dropdown .dropdown-content a {
  line-height: 1.2;
}
.dropdown .dropdown-content a:hover {
  color: #fff;
}
.dropdown .dropdown-content .sub-nav {
  padding: 2rem 0;
  background: #4A423F;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
.dropdown .dropdown-content .sub-nav ul {
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
  justify-content: center;
}
.dropdown .dropdown-content .sub-nav ul li a {
  color: #BFBAB4;
  font-weight: 700;
}
.dropdown .dropdown-content .sub-nav ul li a:hover {
  color: #FDF8E2;
}
.dropdown .parentesi_menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 30rem;
  height: auto;
  aspect-ratio: 300/33;
  object-fit: contain;
  opacity: 0;
  transition: all 0.2s;
}
.dropdown:hover .parentesi_menu {
  opacity: 1;
}
.dropdown:hover .dropdown-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  padding: 6rem 0 0;
  margin: -6rem 0 0;
}

/* menu dropdown */
.mainbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mainbox .toggle {
  flex-grow: 2;
  text-align: right;
}

ul.accordion .inner {
  overflow: hidden;
  display: none;
  padding: 1rem 0;
  width: 100%;
}
ul.accordion .btn_catalogo {
  padding: 5px 1.5rem;
  background: #8B9A90;
  border-radius: 10rem;
  text-transform: none;
  margin: 1rem 0 0;
  display: inline-block;
  height: auto;
}
ul.accordion .btn_catalogo a {
  text-transform: none;
  font-size: 1.6rem;
}

.rotate {
  rotate: 180deg;
}

/* 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: #141414;
  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(139, 126, 109, 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: #141414;
  min-height: 100vh;
  height: 100%;
  padding: 10rem 2rem;
  /* margin-left: 20%; */
  width: 100%;
  padding: 3rem;
}
.sidenav .logo-resp {
  margin: 0 0 2rem;
}
.sidenav .logo-resp img {
  width: 13rem;
  height: auto;
  object-fit: contain;
  aspect-ratio: 5/3;
}

#mySidenav .bgblack a {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

#myBtn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  transition: all 0.3s;
  background: #141414;
  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 5%;
  /* max-width: calc(180rem - 4%); */
  background: #141414;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .fascia_menu {
    padding: 0 2%;
  }
}

.logo {
  width: 12rem;
  height: auto;
  aspect-ratio: 150/89;
  object-fit: contain;
  margin: 0;
  max-width: 100%;
  padding: 2rem 0;
  box-sizing: content-box;
}
@media screen and (min-width: 351px) {
  .logo {
    width: 15rem;
  }
}

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

.ico_xs {
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
  transition: all 0.3s;
}

nav.menu {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 12rem);
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 351px) {
  nav.menu {
    width: calc(100% - 15rem);
  }
}
@media screen and (min-width: 421px) {
  nav.menu {
    flex-direction: row;
    align-items: inherit;
    justify-content: flex-end;
    gap: 0;
  }
}
nav.menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem 0 0;
}
@media screen and (min-width: 1090px) {
  nav.menu ul {
    padding: 0 3.75rem 0 0;
  }
}
nav.menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1090px) {
  nav.menu ul li a {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 1281px) {
  nav.menu ul li a {
    padding: 0 2.25rem;
  }
}
nav.menu ul li a.active {
  font-weight: 700;
}
nav.menu ul li a:hover {
  color: #FDF8E2;
}
nav.menu ul li.btn_catalogo a {
  padding: 1rem 2rem;
  background: #8B9A90;
  border-radius: 10rem;
  text-transform: none;
  margin: 0 0 0 1rem;
  display: inline-block;
  height: auto;
  font-size: 1.5rem;
}
@media screen and (min-width: 1090px) {
  nav.menu ul li.btn_catalogo a {
    margin: 0 0 0 1.5rem;
  }
}
@media screen and (min-width: 1281px) {
  nav.menu ul li.btn_catalogo a {
    margin: 0 0 0 2.5rem;
  }
}
nav.menu ul li.btn_catalogo a:hover {
  translate: 0 -5px;
}
nav.menu ul.desk {
  width: calc(100% - 14.7rem);
  justify-content: flex-end;
  display: none;
  flex-grow: 2;
}
@media screen and (min-width: 1025px) {
  nav.menu ul.desk {
    display: flex;
  }
}
@media screen and (min-width: 1090px) {
  nav.menu ul.desk {
    width: calc(100% - 16.7rem);
  }
}
@media screen and (min-width: 1281px) {
  nav.menu ul.desk {
    width: calc(100% - 21.7rem);
  }
}
nav.menu ul.menu_shop {
  display: none;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 301px) {
  nav.menu ul.menu_shop {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 421px) {
  nav.menu ul.menu_shop {
    border-left: 1px solid #2B2C2E;
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1090px) {
  nav.menu ul.menu_shop {
    gap: 3rem;
    padding: 0 0 0 3rem;
  }
}
@media screen and (min-width: 1281px) {
  nav.menu ul.menu_shop {
    gap: 4rem;
    padding: 0 0 0 6rem;
  }
}
nav.menu ul.menu_shop li button {
  transition: all 0.3s;
}
nav.menu ul.menu_shop li button:hover {
  translate: 0 -5px;
}

.header.header_shop nav.menu ul.menu_shop {
  display: flex;
}

.menuresponsive {
  display: flex;
  width: calc(100% - 14.7rem);
  justify-content: flex-end;
  align-items: center;
  padding: 0 2rem;
}
.menuresponsive img {
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .menuresponsive {
    display: none;
  }
}

/* cart menu resp */
#myCart {
  display: block;
  z-index: 1000;
}

#myCart.sidenav {
  right: -100%;
  width: 100%;
}

#myCart.sidenav.classWidth {
  right: 0;
}

#myCart.sidenav .closebtn {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-left: auto;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  background: #D9D7CB;
  border-radius: 0;
  top: 0;
  height: auto;
  color: #9c9c9c;
  right: 0;
}

#myCart.sidenav .flexnav {
  width: 100%;
  z-index: 1;
  position: relative;
}

#myCart.sidenav .flexnav .bgblack {
  margin-left: auto;
  width: 80%;
  max-width: 40rem;
  z-index: 1;
  background-color: #fff;
  padding: 0;
}

#myCart.sidenav .flexnav .bgcolor {
  background: rgba(25, 25, 25, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  height: 100%;
}

#myCart.sidenav.classWidth .flexnav .bgcolor {
  opacity: 1;
}

.logo-resp {
  width: 22rem;
  height: auto;
  aspect-ratio: 110/27;
  margin: 0 0 4rem;
}

.icoleft {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.cart__contenuto {
  padding: 2rem 2rem 10rem;
}

.cart__contenuto .txt {
  font-size: 14px;
}

.cart__contenuto .cart__box-prodotto__center .txt {
  line-height: 1.5;
  margin: 0 0 8px;
}

.cart__riepilogo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.cart__message {
  display: flex;
  margin-bottom: 1rem;
}

.cart__message .info {
  padding: 1rem;
}

.cart__message .info img {
  width: 1.8rem;
  display: flex;
  height: 100%;
  align-content: center;
  align-items: center;
}

.cart__message.colore1 .info {
  background: rgb(110, 159, 245);
}

.cart__message.colore2 .info {
  background: rgb(236, 109, 109);
}

.cart__message.colore3 .info {
  background: rgb(74, 215, 126);
}

.cart__message .txt {
  padding: 5px 1.5rem;
  flex-grow: 2;
}

.cart__message.colore1 .txt {
  background: rgba(110, 160, 245, 0.3);
}

.cart__message.colore2 .txt {
  background: rgba(236, 109, 109, 0.3);
}

.cart__message.colore3 .txt {
  background: rgba(74, 215, 126, 0.3);
}

.cart__box-prodotto {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}

.cart__box-prodotto__img {
  width: 7rem;
  height: 100%;
  object-fit: cover;
}

.cart__box-prodotto__center {
  flex-grow: 2;
  padding: 1rem 2rem;
}

.cart__box-prodotto__center a {
  color: #141414;
}

.box__quantita {
  display: flex;
  justify-content: flex-start;
}

.trash {
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s;
}

.trash:hover {
  transform: rotate(-10deg);
}

.cart__box-prodotto__prezzo {
  font-weight: 600;
  padding: 1rem 0;
  min-width: 10rem;
  text-align: right;
}

.cart__totale {
  border-top: 2px solid #F1EFE8;
  padding: 1rem 0;
  margin: 2rem 0;
}

.row {
  display: flex;
  justify-content: space-between;
}

.row .cart__box-prodotto__prezzo {
  padding: 0;
}

.cart__btns {
  margin: 0 0 3rem;
}

.cart__btns .icoleft {
  margin: 0 1.5rem;
}

.cart__btns a {
  display: flex;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 1rem;
}

.cart__btns button {
  display: flex;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.cart__btns-cassa {
  background-color: #8aa18e;
  color: #fff;
  transition: all 0.3s;
  margin: 0 0 1rem;
}

.cart__btns-cassa:hover {
  background-color: #77927b;
}

.cart__btns-cart {
  background-color: #D9D7CB;
  color: #141414;
  transition: all 0.3s;
}

.cart__btns-cart:hover {
  background-color: #e0e0e0;
}

/* .cart__buono > div {display: flex;}
.cart__buono button { background: #ffb03b; display: flex; justify-content: center; align-items: center; padding: 0 1rem;}
.cart__buono button .icoleft { margin: 0;}
.input_buonosconto {flex-grow: 2; padding: 1.5rem 2rem;font-size: 16px;border: none;background: #f7f7f7;}
.input_buonosconto::placeholder {font-size: 14px;color: #979797;} */
.aggiungi_quantita_cart {
  width: 7rem;
  margin-right: 1rem;
  padding: 5px;
  border: 1px solid #F1EFE8;
  border-radius: 5px;
}

@font-face {
  font-family: "abugetregular";
  src: url("../font/abuget-webfont.woff2") format("woff2"), url("../font/abuget-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.font {
  font-family: "abugetregular";
  font-weight: normal;
  font-style: normal;
  font-size: clamp(5rem, 10vw, 10rem); /* min, val, max */
  line-height: 0.7;
}

.btn {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1.3rem 4rem;
  border-radius: 10rem;
  background-color: #D9D7CB;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
}
.btn:hover {
  translate: 0 -8px;
}
@media screen and (min-width: 420px) {
  .btn {
    padding: 2.5rem 6rem;
  }
}

.tit_20 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.txt_22 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 300;
}

.txt_25 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 300;
}

.txt_30 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 300;
}

.txt_35 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.3;
}

.txt_40 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 300;
}

.txt_big {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 200;
}

main, footer {
  overflow: hidden;
}

.video_box {
  width: 100%;
  position: relative;
}
.video_box video {
  width: 100%;
  height: auto;
  aspect-ratio: 32/9;
  object-fit: cover;
}

#stopmotion {
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  overflow-y: visible;
}

#image-sequence {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  #image-sequence {
    display: block;
  }
}

#image-sequence-mobile {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 1024px) {
  #image-sequence-mobile {
    display: none;
  }
}

#image-sequence-mobile .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  object-position: center right;
}

#image-sequence-mobile .frame:first-child {
  display: block;
}

#final-text {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 160rem;
  padding: 10% 2% 0;
  margin: 0 auto;
  transform: translate(-50%, 0);
  display: none;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#final-text .box {
  width: 50%;
}
#final-text .box .btn {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1024px) {
  #final-text {
    display: flex;
  }
}

.right {
  text-align: right;
}

.final-text_resp {
  width: 100%;
  max-width: 160rem;
  padding: 4rem 5%;
  margin: 0 auto;
  display: block;
}
.final-text_resp .box {
  width: 100%;
}
.final-text_resp .box .btn {
  margin: 1rem 0 0;
}
.final-text_resp .right {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .final-text_resp .right {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .final-text_resp {
    display: none;
  }
}

.box_scritta {
  position: relative;
  margin: 2rem 0;
}
@media screen and (min-width: 769px) {
  .box_scritta {
    margin: 0;
  }
}
.box_scritta .font {
  color: #D9D7CB;
}
.box_scritta .linea {
  position: absolute;
  top: 5.5rem;
  left: 0;
  width: 39rem;
  height: 9.2rem;
  object-fit: contain;
  rotate: 0deg;
  display: none;
}
@media screen and (min-width: 769px) {
  .box_scritta .linea {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .box_scritta .linea {
    top: 3.5rem;
    left: -12rem;
    rotate: 4deg;
  }
}

.sez_brand {
  display: flex;
  flex-wrap: wrap;
}

.fascia_brand {
  position: relative;
  background-color: #141414;
}
.fascia_brand.big {
  width: 96%;
  margin: 4rem 2%;
  height: calc(100vh - 8rem);
  max-height: calc(100vh - 8rem);
  min-height: 50rem;
}
.fascia_brand.small {
  width: 96%;
  margin: 4rem 2%;
  height: calc(100vh - 8rem);
  max-height: calc(100vh - 8rem);
  min-height: 50rem;
}
@media screen and (min-width: 1281px) {
  .fascia_brand.small {
    width: 29.3%;
    margin: 4rem 2%;
    height: auto;
    aspect-ratio: 1/1;
    min-height: inherit;
  }
}
.fascia_brand .wrap_img {
  z-index: 2;
  border-radius: 0 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fascia_brand .wrap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
@media (pointer: coarse) {
  .fascia_brand .wrap_img img {
    border-radius: 0 0 42rem 0;
  }
}
@media screen and (pointer: coarse) and (min-width: 769px) {
  .fascia_brand .wrap_img img {
    border-radius: 0 0 70rem 0;
  }
}
.fascia_brand .wrap_img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #FFFFFF;
  background: -webkit-linear-gradient(345deg, rgb(255, 255, 255) 55%, rgb(139, 126, 109) 100%);
  background: -moz-linear-gradient(345deg, rgb(255, 255, 255) 55%, rgb(139, 126, 109) 100%);
  background: linear-gradient(345deg, rgb(255, 255, 255) 55%, rgb(139, 126, 109) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#8B7E6D", GradientType=0);
  z-index: 2;
  mix-blend-mode: multiply;
}
@media (pointer: coarse) {
  .fascia_brand .wrap_img .overlay {
    border-radius: 0 0 42rem 0;
  }
}
@media screen and (pointer: coarse) and (min-width: 769px) {
  .fascia_brand .wrap_img .overlay {
    border-radius: 0 0 70rem 0;
  }
}
.fascia_brand .wrap_txt {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  padding: 0 3%;
  z-index: 3;
  color: #fff;
}
.fascia_brand .wrap_txt .logo_brand {
  width: 61rem;
  height: auto;
  object-fit: contain;
  aspect-ratio: 610/150;
  max-width: 100%;
  object-position: top left;
}
@media screen and (min-width: 1281px) {
  .fascia_brand.small .logo_brand {
    max-width: 55%;
  }
}
.fascia_brand .btn {
  position: absolute;
  background-color: #F1EFE8;
  z-index: 1;
  bottom: 3%;
  right: 3%;
  padding: 8px 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .fascia_brand .btn {
    font-size: 1.6rem;
    bottom: 3.5%;
    right: 3.5%;
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .fascia_brand .btn {
    bottom: 7%;
    padding: 2rem 4rem;
  }
}
.fascia_brand:hover .wrap_img img, .fascia_brand:hover .wrap_img .overlay {
  border-radius: 0 0 42rem 0;
}
@media screen and (min-width: 769px) {
  .fascia_brand:hover .wrap_img img, .fascia_brand:hover .wrap_img .overlay {
    border-radius: 0 0 70rem 0;
  }
}

.ready {
  padding: 13rem 0 15rem;
  text-align: center;
  position: relative;
}
.ready .txt_big {
  color: #D9D7CB;
  margin: 4rem 0 0;
}
.ready .box {
  margin: 7rem 0 0;
}
.ready .box .btns {
  margin: 5rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem 0;
}
.ready .box .btns .btn {
  border-radius: 2rem;
  width: 80rem;
  max-width: 100%;
}
@media screen and (min-width: 401px) {
  .ready .box .btns .btn {
    border-radius: 10rem;
  }
}
.ready .box .btns .btn:hover {
  background-color: #FDF8E2;
}

.parentesi {
  width: 40rem;
  height: 4.4rem;
  object-fit: contain;
  max-width: 100%;
  position: absolute;
  bottom: -4.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  object-position: top center;
}

.contact_us {
  background-color: #2A2B2D;
  padding: 14rem 0 20rem;
  text-align: center;
}
.contact_us .txt_big {
  color: #4A423F;
}
.contact_us form {
  max-width: 142rem;
  margin: 3rem auto 0;
  padding: 0;
}
.contact_us form .row {
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
  margin: 0 auto 2rem;
}
.contact_us form .row.bg {
  padding: 4rem 2% 5rem;
  background-color: rgba(255, 255, 255, 0.05);
}
.contact_us form .row .wrap_input, .contact_us form .row .custom-select {
  max-width: 100rem;
  margin: 0 auto;
}
.contact_us form .row input, .contact_us form .row textarea {
  padding: 1rem;
  background-color: transparent;
  border: none;
  color: #FDF8E2;
  text-align: center;
}
.contact_us form .row input {
  font-size: clamp(2rem, 3rem, 3vw);
}
.contact_us form .row textarea {
  font-size: clamp(1.6rem, 2rem, 2vw);
  min-height: 12rem;
}
.contact_us form .row .wrap_input {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
  width: 100%;
}
.contact_us form .row label {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  color: #A19A8A;
}
.contact_us form .row label#select {
  margin: 0 0 -1rem;
  position: relative;
}
.contact_us form .row .custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #2A2B2D;
  border: none;
}
.contact_us form .row .custom-select .selected_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
}
.contact_us form .row .custom-select .selected {
  font-family: "abugetregular";
  font-weight: normal;
  font-style: normal;
  font-size: clamp(5rem, 10rem, 10vw);
  line-height: 1;
  color: #FDF8E2;
}
.contact_us form .row .custom-select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
  background-color: #fff;
}
.contact_us form .row .custom-select .options li {
  font-size: 1.8rem; /* font più piccolo nel menu */
  cursor: pointer;
  padding: 1rem 2%;
}
.contact_us form .row .custom-select .options li:first-of-type {
  padding: 2rem 2% 1rem;
}
.contact_us form .row .custom-select .options li:last-of-type {
  padding: 1rem 2% 2rem;
}
.contact_us form .row .custom-select.open .options {
  display: block;
}
.contact_us form .riga_form {
  opacity: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.contact_us form .box_btn {
  position: relative;
}
.contact_us form .box_btn .btn {
  position: relative;
  z-index: 2;
}
.contact_us form .box_btn .aereo {
  width: 20rem;
  height: 12rem;
  max-width: 100%;
  object-fit: contain;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 321px) {
  .contact_us form .box_btn .aereo {
    top: 2rem;
    right: -14rem;
  }
}
@media screen and (min-width: 581px) {
  .contact_us form .box_btn .aereo {
    top: -5rem;
    right: -30rem;
  }
}
.contact_us form .box_btn:hover .aereo {
  translate: 5px -8px;
}

.fascia_retail {
  padding: 16rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fascia_retail .container {
  max-width: 100rem;
  text-align: center;
  color: #F1EFE8;
}
.fascia_retail .container .font {
  color: #FDF8E2;
  margin: -2rem auto 1rem;
}
.fascia_retail .container p:not(.font) {
  margin: 0 auto 4rem;
}

footer {
  background-color: #BFBAB4;
}
footer .container {
  padding: 7rem 5%;
}
@media screen and (min-width: 1025px) {
  footer .container {
    padding: 7rem 2%;
  }
}
footer .container .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem 5rem;
}
footer .container .flex.tit {
  align-items: flex-end;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  footer .container .flex.tit {
    gap: 5rem;
  }
}
footer .container .flex.tit .bl p {
  margin: 0 0 2rem;
}
footer .container .flex.tit .bl.vuoto {
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .container .flex.tit .bl.vuoto {
    display: block;
  }
}
footer .container .flex .bl {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .container .flex .bl {
    width: calc(33.3% - 3.33rem);
  }
}
footer .container .flex .bl p, footer .container .flex .bl a {
  font-weight: 300;
}
footer .container .flex .bl a:hover {
  color: #fff;
}
footer .container .flex .bl .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
footer .container .flex .bl .box p.resp {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .container .flex .bl .box p.resp {
    display: none;
  }
}
footer .container .flex .bl .box a {
  display: inline-block;
}
footer .container .flex .bl .box a img {
  width: 13.3rem;
  height: auto;
  aspect-ratio: 133/55;
  max-width: 100%;
}
footer .credits {
  background-color: #2A2B2D;
}
footer .credits .container {
  padding: 4rem 5%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  footer .credits .container {
    padding: 4rem 2%;
  }
}
footer .credits .container p, footer .credits .container a {
  color: #BFBAB4;
  font-weight: 300;
  font-size: 1.4rem;
}
footer .credits .container a:hover {
  color: #FDF8E2;
}
footer .logo_ft {
  width: 20rem;
  height: auto;
  max-width: 100%;
  aspect-ratio: 5/3;
  margin: 0 0 2rem;
}
footer ul.social {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin: 2rem 0 0;
}
footer ul.social li {
  transition: all 0.3s;
}
footer ul.social li a img {
  width: 2.8rem;
  height: 2.8rem;
}
footer ul.social li:hover {
  translate: 0 -8px;
}
footer ul.contatti {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer ul.contatti li a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
footer ul.contatti li a img {
  margin: 5px 0 0;
}

#header-brand .dropdown-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#header-brand .dropdown .parentesi_menu {
  opacity: 1;
}

.box_img_top {
  width: 100%;
  height: 35rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .box_img_top {
    height: 45rem;
  }
}
.box_img_top .img_top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box_img_top .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(139, 126, 109, 0.7);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .box_img_top .overlay {
    background: #FFFFFF;
    background: -webkit-linear-gradient(225deg, rgb(255, 255, 255) 55%, rgb(139, 126, 109) 100%);
    background: -moz-linear-gradient(225deg, rgb(255, 255, 255) 55%, rgb(139, 126, 109) 100%);
    background: linear-gradient(225deg, rgb(255, 255, 255) 55%, rgb(139, 126, 109) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#8B7E6D", GradientType=0);
  }
}
.box_img_top .wrap_txt {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
  z-index: 2;
  color: #fff;
}
.box_img_top .wrap_txt .container {
  max-width: 80rem;
  margin: 0;
}
.box_img_top .wrap_txt .logo_brand {
  width: 60rem;
  height: auto;
  object-fit: contain;
  object-position: top left;
  aspect-ratio: 150/37;
  max-width: 100%;
}

.intro_brand {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 1024px) {
  .intro_brand {
    padding: 7.5rem 0 13rem;
  }
}

.split_50 .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.split_50 .flex .bl {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .split_50 .flex .bl {
    width: 50%;
  }
}
.split_50 .flex .bl.img {
  position: relative;
}
.split_50 .flex .bl.img .bl_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split_50 .flex .bl.img .parentesi {
  width: 44rem;
  height: auto;
  object-fit: contain;
  object-position: top left;
  max-width: 100%;
  aspect-ratio: 100/11;
  position: absolute;
  margin: 0;
}
.split_50 .flex .bl.img .parentesi.sx {
  top: -1px;
  left: 0;
  bottom: inherit;
}
.split_50 .flex .bl.img .parentesi.dx {
  rotate: 180deg;
  bottom: -1px;
  right: 0;
  left: inherit;
}
.split_50 .flex .bl.txt {
  padding: 6rem 5%;
}
@media screen and (min-width: 1024px) {
  .split_50 .flex .bl.txt {
    padding: 6rem 3rem;
  }
}
.split_50 .flex .bl.txt .txt_30 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 2rem;
}
.split_50 .flex .bl.txt .notes {
  display: block;
  margin: 0 0 5rem;
}
.split_50 .flex .bl.txt .notes p span {
  position: relative;
  display: inline-grid;
}
.split_50 .flex .bl.txt .notes .circle {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: clamp(12rem, 23vw, 23rem);
  height: auto;
  mix-blend-mode: darken;
}
.split_50 .flex .bl.txt .notes .double {
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: clamp(3rem, 5.8vw, 5.8rem);
  height: auto;
  mix-blend-mode: darken;
}
.split_50 .flex .bl.txt .notes .underline {
  position: absolute;
  bottom: 0;
  mix-blend-mode: darken;
  width: clamp(20rem, 42.1vw, 42.1rem);
  left: 0;
}
.split_50 .flex .bl.txt .notes .sparkle {
  position: absolute;
  right: -10%;
  top: 0;
  mix-blend-mode: darken;
  width: clamp(2rem, 4.7vw, 4.7rem);
}

.simple {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 1024px) {
  .simple {
    padding: 8.5rem 0 12rem;
  }
}
.simple .container {
  display: flex;
  flex-direction: column;
}
.simple .btn {
  margin: 5rem auto 0;
  align-self: center;
}
.simple .brand_big {
  width: 80rem;
  align-self: center;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.simple .brand_big#biobamboo {
  aspect-ratio: 130/30;
  object-fit: cover;
}

.foto_100 {
  width: 100%;
  height: 100vh;
  min-height: 60rem;
  position: relative;
}
.foto_100 .img_foto_100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foto_100 .parentesi {
  position: absolute;
  right: 0;
  top: -1px;
  margin: 0;
  left: inherit;
}
@media screen and (min-width: 700px) {
  .foto_100 .parentesi {
    right: 20%;
  }
}
.foto_100 .parentesi.sx {
  left: 0;
  right: inherit;
  top: inherit;
  bottom: -1px;
  rotate: 180deg;
}
@media screen and (min-width: 700px) {
  .foto_100 .parentesi.sx {
    left: 20%;
  }
}

.icons {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 1024x) {
  .icons {
    padding: 7.5rem 0 14rem;
  }
}
.icons .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5rem;
  justify-content: center;
}
.icons .container .bl {
  width: 100%;
  max-width: 40rem;
  text-align: center;
}

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

.foto_bassa {
  width: 100%;
  height: 35rem;
}
@media screen and (min-width: 1024px) {
  .foto_bassa {
    height: 50rem;
  }
}
.foto_bassa .img_foto_100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sessanta_quaranta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* align-items: center; */
}
.sessanta_quaranta .bl.img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .sessanta_quaranta .bl.img {
    width: 60%;
  }
}
.sessanta_quaranta .bl.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sessanta_quaranta .bl.txt {
  width: 100%;
  padding: 3rem 5%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sessanta_quaranta .bl.txt {
    width: 40%;
    padding: 3rem;
    text-align: left;
  }
}
.sessanta_quaranta .bl.txt .txt_30 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 2rem;
}

.open_close {
  padding: 5rem 0 8rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .open_close {
    padding: 12rem 0 15rem;
  }
}
.open_close h3 {
  text-align: center;
  margin: 0 0 1.5rem;
}
.open_close .mainbox {
  display: block;
  margin: 0 0 4rem;
}
.open_close .mainbox .toggle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 2rem 1.3rem 0;
  background-color: #F1EFE8;
  border-radius: 2rem;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 420px) {
  .open_close .mainbox .toggle {
    padding: 2.5rem 6rem 2.5rem 3rem;
    border-radius: 10rem;
  }
}
.open_close .mainbox .toggle div {
  display: flex;
  align-items: center;
}
.open_close .mainbox .toggle div img {
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
}
.open_close .mainbox .inner {
  padding: 1rem 2rem;
}
@media screen and (min-width: 420px) {
  .open_close .mainbox .inner {
    padding: 1rem 6rem;
  }
}

.mappa {
  margin: 6rem 0 -1rem;
}
.mappa iframe {
  width: 100%;
  height: 50rem;
}

.social.contacts {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin: 2rem 0 0;
}
.social.contacts li {
  transition: all 0.3s;
}
.social.contacts li img {
  width: 3rem;
  height: 3rem;
}
.social.contacts li:hover {
  translate: 0 -8px;
}

.sez_coming_soon {
  color: #DCC2AA;
}
.sez_coming_soon .container {
  text-align: center;
  max-width: 110rem;
}
.sez_coming_soon .container .bl_txt {
  position: relative;
  padding: 10rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .sez_coming_soon .container .bl_txt {
    padding: 15rem 10rem 8rem;
  }
}
.sez_coming_soon .container .bl_txt h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: 8px;
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
}
.sez_coming_soon .container .bl_txt img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 4/25;
  display: none;
}
@media screen and (min-width: 768px) {
  .sez_coming_soon .container .bl_txt img {
    display: block;
  }
}

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