/* GLOBAL STYLES
-------------------------------------------------- */



body {
  font-family: "Asap", sans-serif;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Asap", sans-serif;
  font-weight: 600;
}

h2.sectionitle {
  font-size: 68px;
}

@media (max-width: 767px) {
  h2.sectionitle {
    font-size: 40px;
  }
}

h3.sectionitle {
  font-size: 48px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h3.sectionitle {
    font-size: 40px;
  }
}



.linkproject {
  position: relative;
  display: block;
  background-color: #000000;
}

.img-project {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img-project:HOVER {
  width: 100%;
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.container-fluid {
  padding: 0;
  position: relative;
}

body {
  font-size: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:HOVER {
  color: #fff;
}


.bg-black {
  background-color: #000000;
}

.bg-green {
  background-color: #6faa41;
}

.bg-grey {
  background-color: #4A5C59;
}

.bg-dark {
  background-color: #18191A;
}

.bg-white {
  background-color: #fff;
}


.color-green {
  color: #6faa41;
}

.color-grey {
  color: #4A5C59;
}


.logo {
  width: 200px;
  margin: 0px 0px 0px 0px;
  z-index: 99999;
  position: relative;
}

@media (max-width: 520px) {
  .logo {
    width: 160px;
    margin: 0px 0px 0px 0px;
  }
}


.block-white {
  background-color: #F3F3F3;
  color: #000000;
}


.bloccoicon-home {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: #ffffff 1px solid;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  aspect-ratio: 1/1;
}

.bloccoicon-home svg {
  height: 50%;
  margin-bottom: 20px;
}

.bloccoicon-home:HOVER svg {
  fill: #ffffff;
  height: 50%;
}


@media (max-width: 642px) {
  .bloccoicon-home svg {
    height: 80%;
    margin-bottom: 20px;
  }

  .bloccoicon-home:HOVER svg {
    fill: #ffffff;
    height: 80%;
  }
}

.bloccoicon-home:HOVER {
  border: #ffffff 1px solid;
  background-color: #000000;
  color: #fff;
}

.navbar {
  position: fixed;
  background-color: #000000 !important;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #fff;
}


main {
  margin-top: 82px;
}

@media (max-width: 520px) {
  main {
    margin-top: 63px;
  }
}


.nav-item {
  font-size: 22px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .nav-item {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }
}


.nav-link {
  font-family: "Asap", sans-serif;
  color: #ffffff !important;
  padding: 0 !important;
  font-size: 22px;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  white-space: nowrap;
}


.nav-link:HOVER {
  color: #ffffff !important;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .nav-link.active {
    color: #ffffff !important;
    text-decoration: underline;
  }
}




.dropdown-menu.show {
  display: block;
  padding: 0;
  left: 10px;
  margin-top: -1px;
  border-radius: 0;
  border: none;
  padding-top: 10px;
  background: transparent;
  border-bottom: 1px solid #4A5C59;
}

.dropdown-menu.show .dropdown-item {
  color: #ffffff;
  background-color: #000000;
  border-top: 1px solid #4A5C59;
  border-right: 1px solid #4A5C59;
  border-left: 1px solid #4A5C59;
}

.dropdown-menu.show .dropdown-item:HOVER {
  color: #ffffff;
  background-color: #000000;
  text-decoration: underline;
}


.footer {
  background-color: #000000;
  color: #ffffff;
}

.footerbottom {
  padding-top: 20px;
  background-color: #000000;
  color: #ffffff;
}

.footerbottom a {
  color: #ffffff;
}

.logofooter {
  width: 80%;
  max-width: 254px;
}

.footer h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 35px;
  color: #ffffff;
}

.footer p {
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.footer .icon-social {
  margin: 10px 10px 0 0;
  width: 32px;
}



.dropdown-toggle::after {
  display: none !important;
}



.solomobile {
  display: none !important;
}

@media (max-width: 767px) {
  .solomobile {
    display: block !important;
  }

  .solopc {
    display: none !important;
  }





  .dropdown-toggle::before {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .dropdown-toggle.show::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotate(90deg);
  }

  .navbar-collapse {
    position: fixed;
    top: 82px;
    left: -100vw;
    width: 100%;
    margin-left: 0;
    bottom: auto;
    flex-direction: column !important;
    height: 100vh;
    background-color: transparent !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 9999;
    padding-top: 10px;
  }

  .navbar-collapse.show {
    left: 0vw;
    bottom: 0vh;
    height: 100vh;
    background-color: #18191A !important;
    overflow: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }


  @media (max-width: 520px) {
    .navbar-collapse {
      top: 63px;
    }
  }


  .navbar-nav {
    width: 100%;
    text-align: center !important;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
  }

  .nav-item {
    margin-top: 0px;
    padding: 0;
    text-align: center;
  }

  .nav-link {
    padding: 30px 0 0 0 !important;
    font-size: 22px;
    text-align: center;
  }


  .dropdown-menu.show {
    display: block;
    padding: 0;
    border-radius: 0;
  }

  .dropdown-item {
    font-size: 16px;
    padding: 4px 10px;
    text-align: center;
  }

  .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
  }

  .socialmenu {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }

  .socialmenu .icon-social {
    width: 30px;
    margin: 15px;
  }

}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ffffff;
  background-clip: padding-box;
  border-radius: 50%;
}

.carousel-indicators [data-bs-target].active {
  background-color: #fff;
  border: 1px solid #ffffff;

}



.img-slide {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .img-slide {
    height: 90vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}


.carousel-item {
  background-color: #000000;
}

.caption-slide {
  position: absolute;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.caption-slide h5 {
  font-size: 30px;
  color: #ffffff;
}

.caption-slide p {
  font-size: 20px;
  color: #ffffff;
}

.caption-slide h2 {
  font-size: 80px;
  line-height: 1;
  color: #ffffff;
  padding: 20px 0;
}

.toppage .caption-slide h5 {
  color: #ffffff;
}

.toppage .caption-slide h2 {
  color: #ffffff;
}

.toppage .caption-slide p {
  color: #ffffff;
}

@media (max-width: 1201px) {

  .caption-slide h5 {
    font-size: 30px;
  }

  .caption-slide h2 {
    font-size: 46px;
    padding: 15px 0;
  }
}



@media (max-width: 991px) {

  .caption-slide h5 {
    font-size: 24px;
  }

  .caption-slide h2 {
    font-size: 36px;
    padding: 15px 0;
  }
}



@media (max-width: 767px) {
  .caption-slide-mobile {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    align-items: center;
  }

}





.carousel-control-next,
.carousel-control-prev {
  align-items: end;
}


.scorri {
  position: absolute;
  bottom: -10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-decoration: none;
  z-index: 99;
}

.scorri:HOVER {
  color: #fff;
}

.scorri i {
  position: relative;
  top: -20px;
  font-size: 50px;
}

#scorri {
  position: absolute;
  bottom: 60px;
}

.carousel-control-prev-icon {
  background-image: url('../image/arrow-sx.png');
  height: 50px;
  width: 35px;
  margin-bottom: 25px;
}

.carousel-control-next-icon {
  background-image: url('../image/arrow-dx.png');
  height: 50px;
  width: 35px;
  margin-bottom: 25px;
}



@media (max-width: 767px) {
  .caption-center {
    text-align: left;
    right: auto;
    left: 0;
    top: auto;
    bottom: 3%;
    zoom: 80%;
    padding: 0 30px 0 40px !important;
  }


  .caption-center.simple {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
  }

  .caption-center.simple h2 {
    font-size: 35px;
  }

}



.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #154194;
  position: relative;
  top: -50px;
}

.slick-next,
.slick-prev {
  width: 50px;
}

.slick-next:before {
  content: "\f285";
}

.slick-prev:before {
  content: "\f284";
}


.grid-item {
  width: 33.3%;
  padding: 20px;
}

.grid-item a {
  display: block;
  position: relative;
  background-color: #c29d19;
}

.grid-item img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.grid-item h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
  opacity: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  color: #ffffff;
}

.grid-item:HOVER img {
  opacity: 0.2;
}

.grid-item:HOVER h3 {
  opacity: 1;
}

.itemsingle {
  width: 20%
}


@media (max-width: 767px) {
  .grid-item {
    width: 49.9%;
    padding: 20px;
  }

  .itemsingle {
    width: 49, 9%
  }

  .imageq {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}



.chatta {
  position: absolute;
  opacity: 0;
  right: 70px;
  bottom: 0px;
  width: 180px;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.btn-wa:hover .chatta {
  opacity: 1;

}

/* effetto menù */
.navbar-toggler {
  box-shadow: none !important;
  z-index: 99999;
  background-color: transparent !important;
  color: #ffffff !important;
}

.navbar-toggler span {
  display: block;
  color: #ffffff !important;
  height: 3px;
  width: 34px;
  margin-top: 7px !important;
  margin-bottom: 0px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
  border-radius: 10px;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

@media (max-width: 767px) {
  .navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}




.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -99%) rotate(45deg);
  background-color: #ffffff !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
  background-color: #ffffff !important;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}


.toppage {
  min-height: CALC(100vh - 60px);
  padding: 0;
  padding-top: 80px;
  margin: 0;
  display: block;
  background-color: #18191A;
  background-image: url('../image/bg-pc-1.jpg');
  background-position: top right;
  background-size: cover;
}

@media (max-width: 767px) {

  .toppage {
    background-image: url('../image/bg-mb-1.jpg');
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .singleproject {
    background-size: cover;
  }
}


.slide-bg {
  min-height: CALC(100vh - 60px);
  padding: 0;
  margin: 0;
  display: block;
}

.slide-bg video {
  min-height: CALC(100vh - 60px);
  width: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  display: block;
}

#videoHomeBtnAudio .soundoff,
#videoHomeBtnAudioMobile .soundoff {
  display: block;
}

#videoHomeBtnAudio .soundon,
#videoHomeBtnAudioMobile .soundon {
  display: none;
}

#videoHomeBtnAudio.muted .soundoff,
#videoHomeBtnAudioMobile.muted .soundoff {
  display: none;
}

#videoHomeBtnAudio.muted .soundon,
#videoHomeBtnAudioMobile.muted .soundon {
  display: block;
}


#videoHomeBtnAudio,
#videoHomeBtnAudioMobile {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 32px;
  bottom: 20px;
  right: 20px;
}

.videomob {
  display: none;
}

@media (max-width: 520px) {
  .videomob {
    display: block;
  }

  .videopc {
    display: none;
  }
}







.formcontatti .form-control {
  border-radius: 10px;
  border: #888888 1px solid;
  margin-bottom: 12px;
  margin-top: 5px;
  color: #333333;
  position: relative;
  padding: 15px;
}

.formcontatti .form-select:after {
  content: '▼';
  position: absolute;
  top: 15px;
  right: 10px;
}

.formcontatti .form-control::placeholder {
  color: #333333;
}

.formcontatti .form-control:-ms-input-placeholder {
  color: #333333;
}

.formcontatti .form-control::-ms-input-placeholder {
  color: #333333;
}

.formcontatti .label-form {
  font-size: 15px;
  font-weight: 500;
}

.formcontatti .labelnotshow {
  display: none;
}

.formcontatti .label-form span {
  color: #e10819;
}


textarea:focus,
#validationTextarea,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0) inset, 0 0 8px rgba(126, 239, 104, 0.0);
  outline-color: #fff;
}

.form-contatti {
  color: #ffffff;
}

.form-label {
  color: #ffffff;
}

.form-check-label {
  color: #ffffff;
}

.form-control {
  border: none;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  margin: 0px 0 10px;
}

.form-check {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}

.labelcv {
  font-size: 16px;
  color: #7b7b7b;
  margin-top: 25px;
}

.formfile {
  margin-top: 5px;
}

.btn-green {
  background-color: #6faa41;
  border-color: #6faa41;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 25px;
  text-align: center;
  font-size: 20px;
}

.btn-green:HOVER {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6faa41;
}

.btn-disabled {
  background-color: #4A5C59;
  border-color: #4A5C59;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 25px;
  text-align: center;
  font-size: 20px;
  cursor: not-allowed;
}

.btn-disabled:HOVER {
  background-color: #4A5C59;
  border-color: #4A5C59;
  color: #ffffff;
}

.btn-form {
  font-size: 50px;
  padding: 1px 10px;
  text-decoration: underline;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
}

.btn-form:HOVER {
  color: #fff;
  background-color: #000000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn-form {
    font-size: 36px;
  }
}

.sedeimg img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sedeimg:HOVER img {
  width: 100%;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}



.animate__delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.2);
  animation-delay: calc(var(--animate-delay)*0.2)
}

.animate__delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.4);
  animation-delay: calc(var(--animate-delay)*0.4)
}

.animate__delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.6);
  animation-delay: calc(var(--animate-delay)*0.6)
}

.animate__delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.8);
  animation-delay: calc(var(--animate-delay)*0.8)
}

.animate__delay-12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-delay: calc(var(--animate-delay)*1.2);
  animation-delay: calc(var(--animate-delay)*1.2)
}

.animate__delay-14s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-delay: calc(var(--animate-delay)*1.4);
  animation-delay: calc(var(--animate-delay)*1.4)
}

.animate__delay-16s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-delay: calc(var(--animate-delay)*1.6);
  animation-delay: calc(var(--animate-delay)*1.6)
}

.animate__delay-18s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-delay: calc(var(--animate-delay)*1.8);
  animation-delay: calc(var(--animate-delay)*1.8)
}

.animate__delay-22s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2.2);
  animation-delay: calc(var(--animate-delay)*2.2)
}

.animate__delay-24s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -webkit-animation-delay: calc(var(--animate-delay)*2.4);
  animation-delay: calc(var(--animate-delay)*2.4)
}


.top-page {
  height: 320px;
}

.breadcrumb {
  color: #ffffff;
}

.breadcrumb a {
  color: #ffffff;
}


.blocco-serv {
  position: relative;
  overflow: hidden;
  color: white;
  font-family: Arial, sans-serif;
  background-color: #28a745;
  float: left;
}

/* Immagine di sfondo */
.blocco-serv img.image-blocco {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.5s ease;
}

/* Titolo iniziale */
.blocco-serv .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  font-size: 32px;
  font-weight: bold;
  transition: opacity 0.5s ease;
  width: 75%;
}

/* Bottoni icona */
.blocco-serv .open-btn,
.blocco-serv .close-btn {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #6faa41;
  font-size: 32px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.5s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Posizionamento pulsanti */
.blocco-serv .open-btn {
  bottom: 20px;
  right: 20px;
}

.blocco-serv .close-btn {
  top: 20px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
}

/* Hover verde */
.blocco-serv .open-btn:hover,
.blocco-serv .close-btn:hover {
  color: white;
  background-color: #6faa41;
}

/* Descrizione nascosta */
.blocco-serv .descriz {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 2;
}


.fotogreen:HOVER {
  opacity: 0.5;
}

/* Stato attivo */
.blocco-serv.active img.image-blocco {
  opacity: 0.2;
}

.blocco-serv.active .title,
.blocco-serv.active .open-btn {
  opacity: 0;
  pointer-events: none;
}

.blocco-serv.active .descriz {
  opacity: 1;
  transform: translateY(0);
}

.blocco-serv.active .close-btn {
  opacity: 1;
  pointer-events: auto;
}

.blocco-desc-realiz {
  position: relative;
}

.desc-realiz {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .desc-realiz {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
}

.mappa {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: -10px;
}

.image_square {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}