:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* @media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
 */
@media screen and (max-width: 768px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  color: #fff;
  -webkit-text-stroke-color: #2b2b2b;
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px) blur();
  backdrop-filter: blur(5px) blur();
  text-align: center;
  -webkit-text-stroke-color: #d81c77;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #ebebeb;
  margin-top: -45px;
  padding: 25px 82px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px #dcebf7;
  border-radius: 0;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  opacity: 1;
  text-align: center;
  -webkit-text-stroke-color: #d31a1d;
  object-fit: fill;
  background-image: url('../assets/images/sfondo_sassi.jpg');
  background-position: 50%;
  background-size: 100%;
  border-bottom: 4px solid #fff; 
  padding-top: 195px;
  padding-bottom: 195px;
  transition: opacity .2s;
  background-size: cover !important;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 357px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.hollow-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffc32f;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 30px;
  margin-left: -180px;
  margin-right: 10px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 29px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
  margin-left: 20px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.footer-text a {
  color: #9e9e9e;        /* Stesso colore del testo */
  font-size: 12px;       /* Stessa dimensione */
  text-decoration: none; /* Rimuove la sottolineatura */
}

.footer-text a:hover {
  text-decoration: underline; /* Aggiunge sottolineatura al passaggio del mouse */
  color: #c1c1c1;             /* Colore hover (opzionale) */
}

.fullwidth-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.grid-image {
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 0%;
  outline: 3px #6a859c;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  display: block;
  overflow: auto;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #8f8f8f;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #ffc32e;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.href-link {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.href-link:hover {
  color: #ffc32e;
}



.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 0;
}

.white-text {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  margin-right: -3px;
  font-size: 20px;
  line-height: 25px;
  overflow: visible;
}

.form {
  margin-top: 40px;
}

.spc {
  box-sizing: border-box;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image {
  width: 300px;
  display: block;      /* Evita che il testo fluttui accanto */
  margin-left: 0;      /* Allineato a sinistra */
  margin-bottom: 0px; /* Spazio tra il logo e il testo */
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;  /* Permette di usare `left` */
  left: 0;             /* Allineato a sinistra */
}

.hero-subheading {
  padding-left: 0px;  /* Crea lo spazio per il logo */
}




.columns {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px 5px #0003;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #ddbd6d;
  text-align: left;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  margin-top: -30px;
  margin-bottom: 24px;
  margin-right: -350px;
  font-size: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 25px;
}

.heading-reclami {
  color: #000;
  text-align: justify;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 25px;
}

.columns-2 {
  margin-top: -60px;
}

.heading-2 {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.heading-3 {
  text-align: center;
}

.heading-4 {
  font-size: 10px;
}

.heading-5 {
  margin-right: 3px;
  font-size: 20px;
}

.heading-6 {
  text-align: left;
  letter-spacing: 2px;
  margin-right: -19px;
  font-size: 10px;
  line-height: 20px;
}

.bold-text {
  text-align: left;
}

.heading-7 {
  text-align: left;
  letter-spacing: 3px;
  margin-left: -1px;
  margin-right: 0;
  font-size: 15px;
}

.paragraph {
  color: #000;
  text-align: left;
}

.bold-text-2 {
  letter-spacing: 3px;
  margin-left: -110px;
  font-size: 15px;
}

.paragraph-2 {
  color: #000;
  text-align: left;
}

.heading-8 {
  text-align: left;
  letter-spacing: 3px;
  font-size: 15px;
}

.heading-9 {
  text-align: left;
}

.heading-10, .heading-11 {
  font-size: 15px;
}

.heading-12 {
  letter-spacing: 3px;
  margin-left: -67px;
  font-size: 15px;
}

.paragraph-3 {
  color: #000;
  text-align: left;
}

.heading-13 {
  text-align: center;
  padding-left: 52px;
  padding-right: 0;
}

.paragraph-4 {
  margin-right: -45px;
}

.navbar-logo-center {
  margin-top: -202px;
  margin-bottom: auto;
  padding-bottom: 215px;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #bebebe;
  text-align: left;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px 5px 1063px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.container-3 {
  margin-top: -103px;
  margin-bottom: 132px;
}

.bold-text-3, .bold-text-4 {
  color: #ddbd6d;
}

.paragraph-5 {
  color: #8f8f8f;
}

/* @media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

/*   .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  } */
/* 
  .grid-image {
    width: 50%;
    margin: 0px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}
 */
@media screen and (max-width: 768px) {
 
.columns {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  margin-top: -1px;
}

  .hero-split {
    max-width: 100%;
  }

  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

 .hero-section.centered {
    background-size: cover;
  } 

  .hero-heading {
margin-bottom: 15px;
        font-size: 25px;
        line-height: normal;
        margin-left: 30px;
  }

  .hero-subheading {
        font-size: 15px;
        /* text-size-adjust: 80%; */
        margin-left: 20px;
        margin-right: 20px;
  }

  .margin-bottom-24px {
    font-size: 18px;
    text-size-adjust: 80%;
    margin-left: 10px;
    margin-right: 0px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 50%;
    margin: 0px;
  }

  .spc {
    margin-bottom: 30px;
    margin-left: 20px;
    padding-right: 30px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}
/* 
@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 50%;
    margin: 0px;
  }

  .columns {
    margin-right: -149px;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}
 */

@media screen and (max-width: 768px) {
  .hero-subheading {
    padding-left: 10px;  /* Rimuove il padding in mobile */
  }
  .image {
    padding-top: 100px;
        width: 250px;
    display: block;
    margin-left: 20px;
    margin-bottom: 0px;
    
    padding-bottom: 0px;
    position: relative;
    left: 0;
  }
  .hero-subheading {
    padding-right: 0;  /* Rimuove il padding in mobile */
  }

  .centered-heading.margin-bottom-32px {
    margin-left: 10px;
  }

  .section.accent {
    padding: 0px 0px;
    margin-top: 0px;
  }

  .section-heading.centered {
    font-size: 20px;
  }
  .heading {
    font-size: 15px;
  }

}

