section.one .row {
  height: 450px;
  max-height: 450px;
}
section.one .hero-swiper-container {
  height: 450px;
  max-height: 450px;
  overflow: hidden;
}
section.one .hero-swiper {
  width: 100%;
  height: 100%;
}
section.one .hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
section.one .background-sezione {
  height: 100%;
  overflow: hidden;
}
section.one .background-sezione:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(255, 255, 255, 0) 80%);
}
section.one h1 {
  color: white;
}
section.one span {
  color: white;
  font-size: 25px;
}
@media (min-width: 992px) {
  section.one span {
    font-size: 38px;
  }
}

section.two {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  section.two {
    padding-bottom: 0;
  }
}
section.two .the-content a {
  color: #717171;
  text-decoration: none !important;
}
section.two .the-content a:hover {
  color: #B27A3A;
}

.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}
.lightbox-modal .lightbox-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lightbox-modal .lightbox-content .lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #f1f1f1;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.lightbox-modal .lightbox-content .lightbox-close:hover {
  color: #bbb;
}
.lightbox-modal .lightbox-content #lightboxImage {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.lightbox-modal .lightbox-content .lightbox-title {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.mappa-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* proporzione 16:9 */
  height: 0;
}

.mappa-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

footer {
  border-top: 1px solid #cecece;
}