/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  color: #191D26;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

hr {
  margin: 3rem auto;
}

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

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.2px;
  margin: 0 0 1.5rem;
}

h1, h3 {
  font-size: 2.7rem;
  font-weight: 400;
}

.txt_big {
  font-size: clamp(2.2rem, 2.7rem, 2.7vw);
  line-height: 1.2;
  font-weight: 300;
}

h2 {
  font-size: clamp(2.7rem, 3.5rem, 3.5vw);
  font-weight: 400;
}

.tit_intro, h1.txt_intro {
  font-size: clamp(3rem, 5.5rem, 5.5vw);
  font-weight: 300;
}
.tit_intro, h2.txt_intro {
  font-size: clamp(3rem, 5.5rem, 5.5vw);
  font-style: italic;
  font-weight: 100;
}

.btn_bordo_dark {
  padding: 1.8rem;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  border: 1px solid #191D26;
  color: #191D26;
}

.btn_bordo_light {
  padding: 1.8rem 2rem;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  border: 1px solid #fff;
  color: #fff;
}

.btn_scritta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.btn_scritta p {
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  display: inline-block;
  padding: 1.5rem;
}
.btn_scritta span {
  display: inline-block;
  height: 1px;
  width: 8rem;
  max-width: 100%;
  background-color: #808080;
}
.btn_scritta.light {
  color: #fff;
}
.btn_scritta.dark {
  color: #191D26;
}

.cta {
  padding: 1.8rem 2rem;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  background-color: #191D26;
  color: #fff;
}

.btn_bordo_dark, .btn_bordo_light, .btn_scritta, .cta {
  transition: all 0.3s;
}
.btn_bordo_dark:hover, .btn_bordo_light:hover, .btn_scritta:hover, .cta:hover {
  translate: 0 -6px;
}

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

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

input {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

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

.center {
  text-align: center;
}
.right {
  text-align: right;
}

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

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.min-h-90vh{
  min-height: 90vh;
}

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

/* 

.privacy {
    h2, h3, h4, h5 {
        margin: 2.5rem 0 1rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3, h4, h5 {
        font-size: 2rem;
    }
} */
/*SITEMAP*/
ul.sitemap {
  margin: 5rem 0 10rem;
}
ul.sitemap li {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 5px 0;
}
ul.sitemap li a {
  color: #191D26;
}
ul.sitemap li a:hover {
  color: #191D26;
}
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 */
.ico-down {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  transition: all 0.3s;
}

.dropdown {
  display: inline-block;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.dropdown .dropdown-content {
  position: absolute;
  z-index: 99;
  left: 50%;
  width: auto;
  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;
  background-color: #fff;
  min-width: inherit;
  translate: -50% 0;
  text-align: center;
}
.dropdown .dropdown-content a {
  line-height: 1.2;
}
.dropdown .dropdown-content a:hover {
  color: #24a5ff;
}
.dropdown:hover .dropdown-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* menu dropdown */
.menuresponsive {
  display: flex;
  width: 8rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  margin-top: 20px;
}
.menuresponsive img {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1360px) { /* 1025px */
  .menuresponsive {
    display: none;
  }
}

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

.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: #191D26;
  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;
}
.sidenav .flexnav .bgcolor {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  width: 10%;
  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: #191D26;
  min-height: 100vh;
  height: 100%;
  padding: 10rem 2rem;
  margin-left: 10%;
  width: 90%;
  padding: 3rem;
}
.sidenav .flexnav .bgblack li {
  padding: 5px 0;
}
.sidenav .flexnav .bgblack li a {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.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: #191D26;
  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: 1.5rem 2%;
  width: 100%;
  max-width: 180rem;
  position: relative;
  margin: 0 auto;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #fff;
}
@media screen and (min-width: 441px) {
  .fascia_menu {
    /* justify-content: flex-start; */
    justify-content: space-around;
  }
}

.logo {
  width: 15rem;
  height: auto;
  aspect-ratio: 200/101;
  object-fit: contain;
  max-width: 100%;
}
@media screen and (min-width: 441px) {
  .logo {
    width: 20rem;
  }
}

nav.lingue {
  padding: 0;
  width: 5rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 441px) {
  nav.lingue {
    width: 8rem;
  }
}
nav.lingue li.dropdown > p {
  padding: 2.2rem 0;
  display: inline-block;
  line-height: 1;
}
nav.lingue .sub-nav li a {
  padding: 1rem 0;
  display: block;
}

nav.social {
  padding: 0;
  width: 5rem;
  text-align: center;
  margin-top: 20px;
  display: none;
}
nav.social a{
  padding: 2.2rem 0;
    display: inline-block;
    line-height: 1;
}
@media screen and (min-width: 441px) {
  nav.social {
    width: 8rem;
  }
}


nav.menu {
  width: calc(100% - 19.714rem - 8rem - 6.2rem);
  margin-top: 20px;
  display: none;
}
@media screen and (min-width: 1360px) { /* 1025px */
  nav.menu {
    display: block;
  }
  nav.social {
    display: block;
  }
}
@media screen and (min-width: 1141px) {
  nav.menu {
    /* width: calc(100% - 19.714rem - 8rem - 20rem); */
    width: calc(100% - 19.714rem - 8rem - 14rem);
  }
}
nav.menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  gap: 4rem;
  justify-content: flex-start;
  padding: 0 0 0 6%;
  /* text-transform: uppercase; */
}
@media screen and (min-width: 1291px) {
  nav.menu ul {
    gap: 4rem;
  }
}
nav.menu ul li a {
  color: #191D26;
  display: block;
  padding: 1.8rem 0;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
}
nav.menu ul li a:hover {
  text-decoration: underline;
}
nav.menu ul li a.active {
  text-decoration: underline;
}

.logo_wrap {
  width: calc(100% - 5rem - 8rem);
}
@media screen and (min-width: 441px) {
  .logo_wrap {
    width: calc(100% - 8rem - 8rem - 6rem);
  }
}
@media screen and (min-width: 1360px) { /* 1025px */
  .logo_wrap {
    width: auto;
  }
}

.header .btn_bordo_dark {
  display: none;
}
@media screen and (min-width: 1141px) {
  .header .btn_bordo_dark {
    display: block;
  }
}
.header .cta_resp {
  display: block;
  margin: 0 1rem;
}
.header .cta_resp img {
  width: 5.9rem;
  height: 5rem;
  object-fit: contain;
}
@media screen and (min-width: 441px) {
  .header .cta_resp {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 1141px) {
  .header .cta_resp {
    display: none;
  }
}

.img_header_home {
  width: 100%;
  height: calc(100vh - 14.4rem);
  overflow: hidden;
  position: relative;
}
.img_header_home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
   transform-origin: center;
  animation: zoomInOut 20s ease-in-out infinite;
}
.img_header_home .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #191D26;
  opacity: 40%;
  z-index: 1;
}
.img_header_home .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  /* max-width: 90rem; */
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.img_header_home .txt .btn_scritta {
  justify-content: center;
}
/* .img_header_home .txt .btn_scritta span {
  flex-grow: 2;
} */


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}



.bg_dark {
  background-color: #191D26;
  color: #fff;
}

.bg_light {
  background-color: #fff;
  color: #191D26;
}

.intro .container {
  padding: 6rem 2%;
}

.progetti_home {
  padding: 6rem 0;
}

.title .bl {
  width: 100%;
  max-width: 90rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .title .bl {
    flex-wrap: nowrap;
  }
}
.title .bl p {
  padding: 0 4% 0 0;
}
.title .bl .btn_bordo_light, .title .bl .btn_bordo_dark {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: 2.5rem 0 0;
}
@media screen and (min-width: 300px) {
  .title .bl .btn_bordo_light, .title .bl .btn_bordo_dark {
    min-width: 25rem;
  }
}
@media screen and (min-width: 900px) {
  .title .bl .btn_bordo_light, .title .bl .btn_bordo_dark {
    margin: 0;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #191D26;
  opacity: 40%;
  z-index: 1;
}

#slide-home {
  width: 100%;
  height: 100vh;
  min-height: 65rem;
  position: relative;
}
#slide-home .splide__track, #slide-home .splide__list, #slide-home .splide__slide, #slide-home .img_slide {
  height: 100%;
}
#slide-home .splide__slide {
  opacity: 1 !important;
  transition: none !important;
}

#slide-home .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  /* max-width: 90rem; */
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}
#slide-home .txt .btn_scritta {
  justify-content: center;
}

.slide_progetti {
  width: 100%;
  overflow: hidden;
  padding: 0 0 12rem;
}

#slide-progetti img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 7/8;
}
#slide-progetti .splide__track {
  overflow: visible;
}
#slide-progetti .splide__arrow {
  bottom: -8rem;
  border-top: 1px solid rgba(248, 248, 242, 0.5);
  top: inherit;
}
#slide-progetti .splide__arrow--prev {
  rotate: 0deg;
  padding: 5px 4rem 0 0;
}
#slide-progetti .splide__arrow--prev svg {
  rotate: 180deg;
}
#slide-progetti .splide__arrow--next {
  translate: 0 -7px;
  padding: 5px 0 0 4rem;
}
#slide-progetti .splide__slide {
  position: relative;
}
#slide-progetti .splide__slide .txt_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(25, 29, 38, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
}
#slide-progetti .splide__slide .txt_slide .box {
  padding: 0 5% 5rem;
  color: #fff;
}
#slide-progetti .splide__slide .txt_slide .box .btn_scritta span {
  flex-grow: 2;
}
#slide-progetti .splide__slide:hover .txt_slide {
  opacity: 1;
}

.fascia_prodotti {
  padding: 6rem 0 10rem;
}
.fascia_prodotti .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem 10rem;
  align-items: center;
}
.fascia_prodotti .flex .bl {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .fascia_prodotti .flex .bl {
    width: calc(50% - 5rem);
  }
}
.fascia_prodotti .flex .bl picture {
  display: block;
  text-align: center;
}
.fascia_prodotti .flex .bl img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  max-width: 45rem;
}
.fascia_prodotti .flex .bl .txt_big {
  margin: 0 0 5rem;
}

header {
  position: relative;
  z-index: 2;
}

main {
  margin: 0;
  position: relative;
  z-index: 1;
}

footer {
  padding: 4rem 0 8rem;
  position: relative;
}
@media screen and (min-width: 801px) {
  footer {
    padding: 8rem 0 11rem;
  }
}
@media screen and (min-width: 1025px) {
  /* footer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  } */
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .logoft_wrap {
  width: 100%;
  padding: 0;
  margin: 0 0 3rem;
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  footer .logoft_wrap {
    width: 20rem;
    padding: 0 3rem 0 0;
  }
}
footer .logoft_wrap img {
  width: 20rem;
  max-width: 100%;
}
footer .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  width: 100%;
}
@media screen and (min-width: 801px) {
  footer .flex {
    width: calc(100% - 23rem);
  }
}
footer .flex .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem 5rem;
}
@media screen and (min-width: 940px) {
  footer .flex .row {
    gap: 3rem 10rem;
  }
}
footer .flex .row:first-of-type {
  padding: 0 0 4rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  margin: 0 0 2rem;
}
footer .flex .row:nth-of-type(2) {
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  margin: 0 0 2rem;
  align-items: flex-end;
}
footer .flex .row .bl_50 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width: 571px) {
  footer .flex .row .bl_50 {
    width: calc(50% - 3.34rem);
  }
}
@media screen and (min-width: 940px) {
  footer .flex .row .bl_50 {
    width: calc(50% - 6.7rem);
  }
}
footer .flex .row .bl_30 {
  width: 100%;
}
@media screen and (min-width: 571px) {
  footer .flex .row .bl_30 {
    width: calc(30% - 3.34rem);
  }
}
@media screen and (min-width: 940px) {
  footer .flex .row .bl_30 {
    width: calc(30% - 6.7rem);
  }
}
footer .flex .row .bl_20 {
  width: 100%;
}
@media screen and (min-width: 571px) {
  footer .flex .row .bl_20 {
    width: calc(20% - 3.34rem);
  }
}
@media screen and (min-width: 940px) {
  footer .flex .row .bl_20 {
    width: calc(20% - 6.7rem);
  }
}
footer .flex .row .bl .box {
  display: block;
}
footer .flex .row .bl .box .cl {
  width: 100%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 361px) {
  footer .flex .row .bl .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3rem;
  }
  footer .flex .row .bl .box .cl {
    width: calc(50% - 1.5rem);
    margin: 0;
  }
}
@media screen and (min-width: 571px) {
  footer .flex .row .bl .box {
    display: block;
  }
  footer .flex .row .bl .box .cl {
    width: 100%;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1281px) {
  footer .flex .row .bl .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3rem;
  }
  footer .flex .row .bl .box .cl {
    width: calc(50% - 1.5rem);
    margin: 0;
  }
}
footer a:hover {
  /* color: #24a5ff; */
  text-decoration: underline;
}
footer .credits {
  font-size: 1.3rem;
  color: #808080;
}
footer .credits a {
  color: #808080;
}
footer .credits a:hover {
  color: #191D26;
}
footer.bg_dark .logo_ft {
  filter: invert(1);
}
footer.bg_dark a {
  color: #fff;
}
footer.bg_dark a:hover {
  /* color: #24a5ff; */
  text-decoration: underline;
}
footer.bg_dark .credits a {
  color: #808080;
}
footer.bg_dark .credits a:hover {
  color: #fff;
}

.intro_pag {
  padding: 7rem 0 9rem;
  background-color: #fff;
}
.intro_pag .txt {
  width: 100%;
  max-width: 70rem;
}

.progetti_pag {
  padding: 0;
}
@media screen and (min-width: 800px) {
  .progetti_pag {
    padding: 0 0 10rem;
  }
}
.progetti_pag .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4rem;
}
.progetti_pag .container .bl {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 451px) {
  .progetti_pag .container .bl {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 651px) {
  .progetti_pag .container .bl {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1051px) {
  .progetti_pag .container .bl {
    width: calc(33.3% - 2.66rem);
  }
}
@media screen and (min-width: 1451px) {
  .progetti_pag .container .bl {
    width: calc(25% - 3rem);
  }
}
.progetti_pag .container .bl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.progetti_pag .container .bl .box_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  background-color: rgba(25, 29, 38, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (min-width: 451px) {
  .progetti_pag .container .bl .box_txt {
    aspect-ratio: 1/1;
  }
}
@media (pointer: coarse) {
  .progetti_pag .container .bl .box_txt {
    opacity: 1;
  }
}
.progetti_pag .container .bl .box_txt .wrap {
  padding: 0 4% 3rem;
}
.progetti_pag .container .bl .box_txt .wrap h3 {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.progetti_pag .container .bl:hover .box_txt {
  opacity: 1;
}

.foto_progetto img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media screen and (min-width: 451px) {
  .foto_progetto img {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1280px) {
  .foto_progetto img {
    aspect-ratio: 16/7;
  }
}

.breadcrumbs {
  padding: 3rem 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}
.breadcrumbs li span {
  padding: 0 0 0 3px;
}
.breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  /* color: #24a5ff; */
}

.page_desc{
  padding: 0 0 7rem;
}
.page_desc .container {
  max-width: 142rem;
}
.page_desc .desc {
  padding: 2rem 0 6rem;
}
.page_desc .desc h1 {
  font-size: clamp(3rem, 5.5rem, 5.5vw);
  margin: 2.5rem 0 2.5rem;
}
.page_desc .desc p, .page_desc .desc ul, .page_desc .desc ol {
  margin: 1rem 0;
}
.page_desc .desc ul li {
  padding: 5px 0;
  list-style: inside disc;
}
.page_desc .desc ul li::marker {
  color: #191D26;
}
.page_desc .desc a {
  font-weight: 600;
  text-decoration: underline;
}
.page_desc .desc a:hover {
  color: #24a5ff;
}



.progetto_desc {
  padding: 0 0 7rem;
}
.progetto_desc .container {
  max-width: 142rem;
}
.progetto_desc .dettagli {
  padding: 7rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem 7rem;
}
.progetto_desc .dettagli .row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.progetto_desc .dettagli .row span {
  display: inline-block;
  height: 1px;
  background-color: #808080;
  width: 8rem;
}
.progetto_desc .desc {
  padding: 2rem 0 6rem;
}
.progetto_desc .desc h1 {
  font-size: clamp(3rem, 5.5rem, 5.5vw);
}
.progetto_desc .desc h2 {
  font-size: clamp(2.7rem, 4rem, 4vw);
}
.progetto_desc .desc h3 {
  font-size: clamp(2.5rem, 3.5rem, 3.5vw);
}
.progetto_desc .desc h4 {
  font-size: clamp(2.3rem, 3rem, 3vw);
}
.progetto_desc .desc h5 {
  font-size: clamp(2rem, 2.8rem, 2.8vw);
}
.progetto_desc .desc h1{
  margin: 2.5rem 0 2.5rem;
}
.progetto_desc .desc h2, .progetto_desc .desc h3, .progetto_desc .desc h4, .progetto_desc .desc h5 {
  margin: 2.5rem 0 1rem;
}
.progetto_desc .desc p, .progetto_desc .desc ul, .progetto_desc .desc ol {
  margin: 1rem 0;
}
.progetto_desc .desc ul li, .progetto_desc .desc ol li {
  padding: 5px 0;
}
.progetto_desc .desc ul li {
  list-style: inside disc;
}
.progetto_desc .desc ul li::marker {
  color: #191D26;
}
.progetto_desc .desc ol li {
  list-style: inside decimal;
}
.progetto_desc .desc ol li::marker {
  color: #191D26;
  font-weight: 600;
}
.progetto_desc .desc a {
  font-weight: 600;
  text-decoration: underline;
}
.progetto_desc .desc a:hover {
  color: #24a5ff;
}

.gallery {
  padding: 7rem 0;
}
.gallery .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
@media screen and (min-width: 850px) {
  .gallery .container {
    gap: 2rem;
  }
}
.gallery .container a {
  display: block;
  height: auto;
  aspect-ratio: 4/3;
}
.gallery .container :nth-child(1), .gallery .container :nth-child(2), .gallery .container :nth-child(3), .gallery .container :nth-child(6), .gallery .container :nth-child(7), .gallery .container :nth-child(8) {
  width: 100%;
}
@media screen and (min-width: 351px) {
  .gallery .container :nth-child(1), .gallery .container :nth-child(2), .gallery .container :nth-child(3), .gallery .container :nth-child(6), .gallery .container :nth-child(7), .gallery .container :nth-child(8) {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 850px) {
  .gallery .container :nth-child(1), .gallery .container :nth-child(2), .gallery .container :nth-child(3), .gallery .container :nth-child(6), .gallery .container :nth-child(7), .gallery .container :nth-child(8) {
    width: calc(33.3% - 1.33rem);
  }
}
.gallery .container :nth-child(4), .gallery .container :nth-child(5), .gallery .container :nth-child(9), .gallery .container :nth-child(10) {
  width: 100%;
}
@media screen and (min-width: 351px) {
  .gallery .container :nth-child(4), .gallery .container :nth-child(5), .gallery .container :nth-child(9), .gallery .container :nth-child(10) {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 850px) {
  .gallery .container :nth-child(4), .gallery .container :nth-child(5), .gallery .container :nth-child(9), .gallery .container :nth-child(10) {
    width: calc(50% - 2rem);
  }
}
.gallery .container .thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.slide_altri_progetti {
  background-color: #fff;
  padding: 5rem 0 20rem;
}
@media screen and (min-width: 850px) {
  .slide_altri_progetti {
    padding: 10rem 0 20rem;
  }
}
.slide_altri_progetti .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.slide_altri_progetti .container .bl.txt {
  width: 100%;
  margin: 0 0 2rem;
}
@media screen and (min-width: 850px) {
  .slide_altri_progetti .container .bl.txt {
    width: 25%;
    padding: 0 2rem 0 0;
    margin: 0;
  }
}
.slide_altri_progetti .container .bl.slider {
  width: 100%;
}
@media screen and (min-width: 850px) {
  .slide_altri_progetti .container .bl.slider {
    width: 75%;
  }
}
.slide_altri_progetti #slide-altri .splide__arrow:disabled {
  display: none;
}
.slide_altri_progetti #slide-altri .splide__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 451px) {
  .slide_altri_progetti #slide-altri .splide__slide {
    aspect-ratio: 1/1;
  }
}
.slide_altri_progetti #slide-altri .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide_altri_progetti #slide-altri .splide__slide .box_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  background-color: rgba(25, 29, 38, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (min-width: 451px) {
  .slide_altri_progetti #slide-altri .splide__slide .box_txt {
    aspect-ratio: 1/1;
  }
}
@media (pointer: coarse) {
  .slide_altri_progetti #slide-altri .splide__slide .box_txt {
    opacity: 1;
  }
}
.slide_altri_progetti #slide-altri .splide__slide .box_txt .wrap {
  padding: 0 4% 3rem;
}
.slide_altri_progetti #slide-altri .splide__slide .box_txt .wrap h3 {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.slide_altri_progetti #slide-altri .splide__slide:hover .box_txt {
  opacity: 1;
}
.slide_altri_progetti #slide-altri .splide__arrow {
  bottom: -8rem;
  border-top: 1px solid rgba(25, 25, 25, 0.5);
  top: inherit;
}
.slide_altri_progetti #slide-altri .splide__arrow svg {
  fill: #191D26;
}
.slide_altri_progetti #slide-altri .splide__arrow--prev {
  rotate: 0deg;
  padding: 5px 4rem 0 0;
}
.slide_altri_progetti #slide-altri .splide__arrow--prev svg {
  rotate: 180deg;
}
.slide_altri_progetti #slide-altri .splide__arrow--next {
  translate: 0 -7px;
  padding: 5px 0 0 4rem;
}

.filtri {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .filtri {
    background-color: #191D26;
  }
}

.filter {
  cursor: pointer;
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #191D26;
  margin: 0 1rem 2rem;
  font-weight: 600;
  transition: all 0.3s;
  opacity: 0.6;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .filter {
    margin: 0;
  }
}
.filter.current {
  opacity: 1;
}
.filter:hover {
  opacity: 1;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.filtri .container {
  text-align: center;
}

.projects {
  padding: 3rem 0 10rem;
}

.project {
  margin: 2rem 0 5rem;
}
.project .wrap {
  padding: 5rem 2% 6.5rem;
  margin: 2rem 0 5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 731px) {
  .project .wrap {
    padding: 8rem;
  }
}
.project .angle {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  max-width: 100%;
  object-fit: contain;
}
.project .angle.sx {
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 731px) {
  .project .angle.sx {
    display: block;
  }
}
.project .angle.dx {
  bottom: 0;
  right: 0;
  rotate: 180deg;
}
.project .box_logo {
  width: 100%;
  max-width: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin: 0 0 3rem;
}
@media screen and (min-width: 1025px) {
  .project .box_logo {
    order: 2;
    margin: 0;
  }
}
.project .box_logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: contain;
}
.project .box_txt {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 1025px) {
  .project .box_txt {
    width: calc(100% - 40rem);
    padding: 0 5rem 0 0;
    order: 1;
  }
}
.project .box_txt .cta {
  margin: 5rem 0 0;
}

/* what we do */
#content_what_we_do {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
#content_what_we_do h2 {
  font-size: clamp(2.7rem, 2rem, 3.5vw);
}

/* <= 1280px → 2 colonne */
@media (max-width: 1280px) {
  #content_what_we_do {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* <= 900px → 1 colonna */
@media (max-width: 900px) {
  #content_what_we_do {
    grid-template-columns: 1fr;
  }
}

/* ABOUT */
.section-split {
  padding: 6rem 0;
}

.split-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: stretch; 
}

/* TESTO */
.split-content .text {
  padding-bottom: 2.5rem;
}

/* MEDIA */
.split-content .media {
  width: 100%;
  height: 100%;
}
.split-content .media img {
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  display: block;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .split-content {
    grid-template-columns: 1fr;
  }

  .split-content .media {
    order: -1;
    height: auto;
  }

  .split-content .media img {
    height: auto;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .split-content {
    grid-template-columns: 1fr;
  }

  .split-content .media {
    order: -1; /* immagine sopra il testo */
  }
}

/* form */
.map {
  padding: 0 0 3rem;
}
.map iframe {
  width: 100%;
  height: 40rem;
  border: none;
}

form {
  padding: 2rem;
  /* background: #191D26; */
  margin: 0 auto 2rem;
  /* border-radius: 1rem; */
}
/* @media screen and (min-width: 581px) {
  form {
    padding: 5rem 3rem;
  }
} */
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 2.5rem;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  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;
  opacity: 0.8;
  display: block;
  margin: 0;
  font-weight: 400;
  color: #191D26;;
}
form label.privacy {
  width: calc(100% - 2rem);
  display: inline-block;
  padding: 0 0 0 1rem;
  cursor: pointer;
  vertical-align: top;
  margin: -4px 0 0;
}
form label.privacy u {
  color: #191D26;
}
form .input__text {
  width: 100%;
  border: none;
  border-bottom: 1px solid #191D26;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 1rem;
  color: #191D26;;
}
form .input__text:focus {
  outline: none;
}
form textarea.input__text {
  resize: vertical;
  min-height: 12rem;
}
/* @media screen and (min-width: 769px) {
  form {
    padding: 7rem;
  }
} */
form .cta {
  margin: 2rem auto 0;
  color: #fff;
  background-color: #191D26;;
}

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

form #msg_invio{
  text-align: right;
  font-weight: 500;
  margin: 2rem auto 0; 
}

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