* {
  box-sizing: border-box;
}

/* @font-face {
  font-family: 'Chalkduster';
  src: url('./font/Chalkduster.ttf') format('truetype'),
       url('./font/Chalkduster.woff2') format('woff2'), 
       url('./font/Chalkduster.woff') format('woff');
}
 */


body {
  margin: 0;
  padding: 0;
  font-family: 'Telegraf Medium', sans-serif;
}

header {
  max-width: 1366px;
  /* background-color: #38b6ff;
  color: #00bf63; */
  padding: 20px 0;
  margin: 0 auto;
  z-index: 9999;

  background-color: #00bf63;
  background-image: linear-gradient(to bottom, #00bf63, #38b6ff);

} 



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
/*
.logo {
   font-size: 24px;
  font-weight: bold;
}
 */
.logoTestuale {
  font-family: "Chalkduster";
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.logoTestuale img {
  max-height:50px; 
  width:auto;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.menu li {
  font-size: 24px;
  margin-left: 40px;
  position: relative;
  
}

.menu li::before {
  content: "\2022"; /* Utilizza il codice unicode del carattere del pallino (•) */
  position: absolute;
  left: -10px; /* Posiziona il pallino a sinistra rispetto all'elemento li */
  color: #fff;
}

.menu li:first-child {
  margin-left: 0;
}

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

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-overlay {
  background-color: #00bf63;
  background-image: linear-gradient(to bottom, #00bf63, #38b6ff);

  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.8); */
  z-index: 999;
}

.menu-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/* 
 .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}  */
.close-icon {
  position: absolute;
  margin: 2%;
  top: 0;
  right: 0;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.logoOverflow {
  position: absolute;
  padding: 20px 20px;
  top: 0;
  left: 0;
  font-size: 48px;
  font-size: 24px;
 font-weight: bold;
}


.menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container ul li {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;

}

.menu-container ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 36px;
  
}


.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 10px;
}

section {
  padding: 15px 0;
}

footer {
  
  color: #fff;
  padding: 20px 0;
  text-align: center;
  max-width: 1366px;
  margin: 0 auto;
  background-color: #00bf63;
  background-image: linear-gradient(to bottom, #00bf63, #38b6ff);

}

@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }

  .logoTestuale img {
    max-height:35px; 
    width:auto;
  }

  .hamburger-menu {
    display: flex;
  }

  .menu-overlay.show {
    display: block;
  }
}

.logoVideo {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 36.6%; /* Calcolo del rapporto di aspetto del video (500 / 1366) * 100% */
}

.logoVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*
* #### SECTION CHIAMACI ####
*/
.div-chiamaci {
  display: flex;
  flex-direction: column;
  background-color: #00bf63;
  background-image: linear-gradient(to bottom, #00bf63, #38b6ff);
  padding: 5%; 
}

/*Chiamaci Header*/
.chiamaci-header {
  display: flex;
  flex-wrap: wrap;
}

.chiamaci-header .h1,
.chiamaci-header .h2 {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chiamaci-header .h1 {
  /*font-size: 4vw;  Utilizza 4% della larghezza del viewport come dimensione del testo */
  font-size: 36px; /* Utilizza 4% della larghezza del viewport come dimensione del testo */
  font-weight: bold;
  margin-bottom: 5%;
}

.chiamaci-header .h2 {
  /*font-size: 3vw;  Esempio: Ridimensionamento del testo in base alla larghezza dello schermo */
  font-size: 24px;
  text-align: center; /* Allinea il testo a destra */
  margin-left: auto; /* Sposta il div verso destra */
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .chiamaci-header .h1,
  .chiamaci-header .h2 {
    flex-basis: 100%;
  }
  .chiamaci-header .h1 {
    font-size: 4vw; /*Utilizza 4% della larghezza del viewport come dimensione del testo */
  }
  .chiamaci-header .h2 {
  font-size: 3vw; /*Utilizza 3% della larghezza del viewport come dimensione del testo */
  }
}

/*Chiamaci Click*/
.chiamaci-click {
  display: flex;
  flex-wrap: wrap;
}
.chiamaci-click .whatsapp,
.chiamaci-click .phone {
  border: 5px solid transparent;
  border-image: linear-gradient(to bottom, #00bf63, #38b6ff) 5;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 45%;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
}


.chiamaci-click .phone {
  text-align: center; /* Allinea il testo a destra */
  margin-left: auto; /* Sposta il div verso destra */
}

.chiamaci-click .whatsapp i,
.chiamaci-click .phone i {
  font-size: 250px; /* Imposta la dimensione delle icone a 250px */
  color: #20ab4b;
}

.chiamaci-click .whatsapp a,
.chiamaci-click .phone a {
  font-size: 20px; 
  color: #333;
}

@media screen and (max-width: 768px) {
  .chiamaci-click .whatsapp i,
  .chiamaci-click .phone i {
    font-size: 25vw; /*Utilizza 25% della larghezza del viewport come dimensione del testo */
  }

  .chiamaci-click .whatsapp a,
  .chiamaci-click .phone a {
    font-size: 2vw; /*Utilizza 2% della larghezza del viewport come dimensione del testo */
  }
  
}
/*
*  #### END SECTION CHIAMACI
*/


/*
* #### SECTION LINK HOME RULLI ####
*/

/*Rullo Blu*/
.rulloBlu-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(370 / 1368 * 100%);
  background-image: url('../img/rulloImbianchino_1368x370.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.rulloBlu-link {
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: white;
  font-size: 60px;
  height: 30%;
  width: max-content;
  text-align: center;
}

.rulloBlu-link:hover {
  color: #f7d332;
}

.rulloBlu-link i {
  font-size: 40px; 
}
@media screen and (max-width: 900px) {
  .rulloBlu-link {
    font-size: 6vw; /*Utilizza 25% della larghezza del viewport come dimensione del testo */
  }

  .rulloBlu-link i {
    font-size: 4vw; 
  }
}

/*Rullo Giallo*/
.rulloYlw-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(370 / 1368 * 100%);
  background-image: url('../img/rulloCartongessista_1368x370.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.rulloYlw-link {
  position: absolute;
  top: 60%;
  left: 38%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: white;
  font-size: 65px;
  height: 30%;
  width: 100%;
  text-align: center;
}

.rulloYlw-link:hover {
  color: #3f3efa;
}


.rulloYlw-link i {
  font-size: 40px; 
}
@media screen and (max-width: 900px) {
  .rulloYlw-link {
    font-size: 6vw; /*Utilizza 25% della larghezza del viewport come dimensione del testo */
  }

  .rulloYlw-link i {
    font-size: 4vw; 
  }
}

/*
* #### END SECTION LINK HOME RULLI ####
*/

/*
* #### SECTION NOSTRI SERVIZI ####
*/

/*NostriServizi Click*/



.nostriServizi-titolo {
  border-top: 2px dotted #D9d9d9;
  font-size: 48px; 
  font-weight: bold;
  margin-bottom: 2%;

  color: #333;
  padding-top: 20px;
  text-align: center;
}

.nostriServizi-desc {
  font-size: 24px; 
  /* font-weight: bold; */
  margin-bottom: 2%;
  margin-left: 2%;
  color: #333;
  padding-bottom: 40px;
}





/* .nostriServizi-titolo {
  font-size: 36px; 
  font-weight: bold;
  margin-bottom: 5%;
  margin-left: 5%;
  color: #3f3efa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

@media screen and (max-width: 768px) {
  .nostriServizi-titolo {
    font-size: 6vw; 
  }
}

/*NostriServizi Click*/
.nostriServizi-click {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}


.nostriServizi-click .interne,
.nostriServizi-click .esterne,
.nostriServizi-click .cartongesso {

  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 31%;
  text-align: center; 
  justify-content:center;
}

/*Fondamentale per allineare gli altri 2 div*/
.nostriServizi-click .esterne,
.nostriServizi-click .cartongesso
 {
  text-align: center; /* Allinea il testo a destra */
  margin-left: auto; /* Sposta il div verso destra */
}




.nostriServizi-click .interneImg {
  background-image: url('../img/in-im.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 10%; /* Imposta la posizione del background al 50% sia orizzontalmente che verticalmente */
}

.nostriServizi-click .esterneImg {
  background-image: url('../img/pitturazioneEsterni.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

}

.nostriServizi-click .poseCartongessoImg {
  background-image: url('../img/posaCartongessi.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.nostriServizi-click .interneImg,
.nostriServizi-click .esterneImg{
  border-radius: 50%; /* Imposta il bordo arrotondato al 50% per ottenere una forma circolare */
  border: 5px solid #3f3efa; /* Imposta il colore rosso per il bordo */
  height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.nostriServizi-click .poseCartongessoImg {
  border-radius: 50%; /* Imposta il bordo arrotondato al 50% per ottenere una forma circolare */
  border: 5px solid #f7d332; /* Imposta il colore rosso per il bordo */
  height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.nostriServizi-click .titolo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center; 
  justify-content:center;
  font-size: 36px;
  padding-top: 0.5%;
  margin-top: 2%;
  background-color: #3f3efa;
  border-radius: 10px; /* Imposta il bordo arrotondato al 50% per ottenere una forma circolare */
  /* Imposta il colore rosso per il bordo */
  color: #fff;
}


.nostriServizi-click .titoloYellow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center; 
  justify-content:center;
  font-size: 36px;
  padding-top: 0.5%;
  margin-top: 2%;
  background-color: #f7d332;
  border-radius: 10px; /* Imposta il bordo arrotondato al 50% per ottenere una forma circolare */
  /* Imposta il colore rosso per il bordo */
  color: #333;
}


@media screen and (max-width: 1200px) {
  .nostriServizi-click .interneImg,
  .nostriServizi-click .esterneImg, 
  .nostriServizi-click .poseCartongessoImg {
    height: 25vw;
    width: 25vw;
  }

  .nostriServizi-click .titolo {
    font-size: 3vw;
  }
  .nostriServizi-click .titoloYellow {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .nostriServizi-click .interne,
  .nostriServizi-click .esterne,
  .nostriServizi-click .cartongesso {
    width: max-content;
    margin-bottom: 20px;
  
  }

  .nostriServizi-click {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }

  
  .nostriServizi-click .interneImg,
  .nostriServizi-click .esterneImg, 
  .nostriServizi-click .poseCartongessoImg {
      height: 300px;
    width: 300px;

  }

.nostriServizi-click .esterne,
.nostriServizi-click .cartongesso
 {
  margin-right: auto; /* Sposta il div verso destra */
}
.nostriServizi-click .titolo {
  font-size: 24px;
}

.nostriServizi-click .titoloYellow {
  font-size: 24px;
}

}

/*
* #### END SECTION NOSTRI SERVIZI ####
*/


/*
* #### SECTION LAVORAZIONI CLASSICHE ####
*/

.sectionImbian-titolo {
  border-top: 2px dotted #D9d9d9;;
  font-size: 48px; 
  font-weight: bold;
  margin-bottom: 2%;

  color: #333;
  padding-top: 20px;
  text-align: center;
}

.sectionImbian-desc {
  font-size: 24px; 
  /* font-weight: bold; */
  margin-bottom: 2%;
  margin-left: 2%;
  color: #333;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sectionImbian-titolo {
    /* font-size: 4vw;  */
    font-size: 6vw; 
  }

  .sectionImbian-desc {
    font-size: 4vw; 
  }
}


.div-lavClassiche {
  display: flex;
  flex-direction: column;
  background-color: aquamarine;
  padding: 5%; 
}

/*lavClassiche Click*/
.lavClassiche-click {
  display: flex;
  flex-wrap: wrap;
}




.lavClassiche-click .immagine,
.lavClassiche-click .descrizione {

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
}

.lavClassiche-click .immagine{
  width: 60%;
  border: 5px solid transparent; /* Imposta il bordo iniziale come trasparente */
  border-image: linear-gradient(to bottom, #3f3efa, transparent) 1;
  border-radius: 20px;

  background-image: url('../img/lavorazioniClassicheNuova.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
 
  
}
@media screen and (max-width: 1200px) {
  .lavClassiche-click .immagine{
    height: calc(650px / 1200 * 100vw);
  }
}
/* .lavClassiche-click .immagine img{
width: 700px;
height: auto;
  
} */

.lavClassiche-click .descrizione{
  width: 40%;

}

.lavClassiche-click .descrizione {
  text-align: center; /* Allinea il testo a destra */
  margin-left: auto; /* Sposta il div verso destra */
}

.lavClassiche-click .immagine i,
.lavClassiche-click .descrizione i {
  font-size: 250px; /* Imposta la dimensione delle icone a 250px */
  color: #20ab4b;
}

.lavClassiche-click .immagine a,
.lavClassiche-click .descrizione a {
  font-size: 20px; 
  color: #333;
}

@media screen and (max-width: 768px) {
  .lavClassiche-click .immagine i,
  .lavClassiche-click .descrizione i {
    font-size: 25vw; /*Utilizza 25% della larghezza del viewport come dimensione del testo */
  }

  .lavClassiche-click .immagine a,
  .lavClassiche-click .descrizione a {
    font-size: 2vw; /*Utilizza 2% della larghezza del viewport come dimensione del testo */
  }
  
}

/*
* #### END SECTION LAVORAZIONI CLASSICHE ####
*/


.lavClassic-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(650 / 900 * 100%);
  background-image: url('../img/lavorazioniClassiche_900x650.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.lavClassic-titolo {
  position: absolute;
  top: 0%;
  text-decoration: none;
  color: white;
  font-size: 36px;
  height: 10%;
  width: 100%;
  text-align: left;
  background-color: rgba(63, 62, 250, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
  padding-top: 2%;
}


.lavClassic-desc {
  position: absolute;
  top: 10%;
  text-decoration: none;
  color: white;
  font-size: 20px;
  height: max-content;
  padding-bottom: 2%;
  width: 100%;
  text-align: left;
  background-color: rgba(63, 62, 250, 0.8); /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
}

.lavClassic-bottom {
  position: absolute;
  top: 98%;
  height: 2%;
  width: 100%;
  background-color: rgba(63, 62, 250, 0.8); /* Imposta il background con un'opacità del 30% */
}


@media screen and (max-width: 768px) {

  .lavClassic-titolo{
    font-size: 4vw; /*Utilizza 4% della larghezza del viewport come dimensione del testo */
  }
  .lavClassic-desc {
  font-size: 3vw; /*Utilizza 3% della larghezza del viewport come dimensione del testo */
  }
}




.lavDeco-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(650 / 900 * 100%);
  background-image: url('../img/lavorazioniDecorative_900x650.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.lavDeco-titolo {
  position: absolute;
  top: 0%;
  text-decoration: none;
  color: white;
  font-size: 36px;
  height: 10%;
  width: 100%;
  text-align: right;
  background-color: rgba(63, 62, 250, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-right: 2%;
  padding-top: 2%;
}


.lavDeco-desc {
  position: absolute;
  top: 10%;
  text-decoration: none;
  color: white;
  font-size: 20px;
  height: max-content;
  padding-bottom: 2%;
  width: 100%;
  text-align: right;
  background-color: rgba(63, 62, 250, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-right: 2%;
}

.lavDeco-bottom {
  position: absolute;
  top: 98%;
  height: 2%;
  width: 100%;
  background-color: rgba(63, 62, 250, 0.8); /* Imposta il background con un'opacità del 30% */
}


@media screen and (max-width: 768px) {

  .lavDeco-titolo{
    font-size: 4vw; /*Utilizza 4% della larghezza del viewport come dimensione del testo */
  }
  .lavDeco-desc {
  font-size: 3vw; /*Utilizza 3% della larghezza del viewport come dimensione del testo */
  }
}


.lavOikos-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(650 / 900 * 100%);
  background-image: url('../img/lavorazioniOikos_900x650.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.lavOikos-titolo {
  position: absolute;
  top: 0%;
  text-decoration: none;
  color: white;
  font-size: 36px;
  height: 10%;
  width: 100%;
  text-align: left;
  background-color: rgba(63, 62, 250, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
  padding-top: 2%;
}

.lavOikos-bottom {
  position: absolute;
  top: 98%;
  height: 2%;
  width: 100%;
  background-color: rgba(63, 62, 250, 0.8); /* Imposta il background con un'opacità del 30% */
}
.lavOikos-desc {
  position: absolute;
  top: 10%;
  text-decoration: none;
  color: white;
  font-size: 20px;
  height: max-content;
  width: 100%;
  text-align: left;
  background-color: rgba(63, 62, 250, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
  padding-bottom: 2%;
}

@media screen and (max-width: 768px) {

  .lavOikos-titolo{
    font-size: 4vw; /*Utilizza 4% della larghezza del viewport come dimensione del testo */
  }
  .lavOikos-desc {
  font-size: 3vw; /*Utilizza 3% della larghezza del viewport come dimensione del testo */
  }
}



.sectionCart-titolo {
  border-top: 2px dotted #D9d9d9;;
  font-size: 48px; 
  font-weight: bold;
  margin-bottom: 2%;

  color: #333;
  padding-top: 40px;
  text-align: center;


}

.sectionCart-desc {
  font-size: 24px; 

  margin-bottom: 2%;
  margin-left: 2%;
  color: #333;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sectionCart-titolo {
    /* font-size: 4vw;  */
    font-size: 5.5vw; 
  }

  .sectionCart-desc {
    font-size: 4vw; 
  }
}

.sectionCart-desc,
.sectionChiSiamo-desc,
.sectionImbian-desc
{
    margin-right: 2%;
    text-align: justify;
}






.cartPareti-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(650 / 900 * 100%);
  background-image: url('../img/cartPareti_900x650.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.cartPareti-titolo {
  position: absolute;
  top: 0%;
  text-decoration: none;
  color: #333;
  font-size: 36px;
  height: 10%;
  width: 100%;
  text-align: left;
  background-color: rgba(247, 211, 50, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
  padding-top: 2%;
}


.cartPareti-desc {
  position: absolute;
  top: 10%;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  height: max-content;
  padding-bottom: 2%;
  width: 100%;
  text-align: left;
  background-color: rgba(247, 211, 50, 0.8); /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
}

.cartPareti-bottom {
  position: absolute;
  top: 98%;
  height: 2%;
  width: 100%;
  background-color: rgba(247, 211, 50, 0.8); /* Imposta il background con un'opacità del 30% */
}


@media screen and (max-width: 768px) {

  .cartPareti-titolo{
    font-size: 4vw; /*Utilizza 4% della larghezza del viewport come dimensione del testo */
  }
  .cartPareti-desc {
  font-size: 3vw; /*Utilizza 3% della larghezza del viewport come dimensione del testo */
  }
}




.cartSoffitti-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(650 / 900 * 100%);
  background-image: url('../img/cartSoffitti_900x650.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.cartSoffitti-titolo {
  position: absolute;
  top: 0%;
  text-decoration: none;
  color: #333;
  font-size: 36px;
  height: 10%;
  width: 100%;
  text-align: right;
  background-color: rgba(247, 211, 50, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-right: 2%;
  padding-top: 2%;
}


.cartSoffitti-desc {
  position: absolute;
  top: 10%;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  height: max-content;
  padding-bottom: 2%;
  width: 100%;
  text-align: right;
  background-color: rgba(247, 211, 50, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-right: 2%;
}

.cartSoffitti-bottom {
  position: absolute;
  top: 98%;
  height: 2%;
  width: 100%;
  background-color: rgba(247, 211, 50, 0.8); /* Imposta il background con un'opacità del 30% */
}


@media screen and (max-width: 768px) {

  .cartSoffitti-titolo{
    font-size: 4vw; /*Utilizza 4% della larghezza del viewport come dimensione del testo */
  }
  .cartSoffitti-desc {
  font-size: 3vw; /*Utilizza 3% della larghezza del viewport come dimensione del testo */
  }
}


.cartFinDet-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(650 / 900 * 100%);
  background-image: url('../img/cartFinDet_900x650.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.cartFinDet-titolo {
  position: absolute;
  top: 0%;
  text-decoration: none;
  color: #333;
  font-size: 36px;
  height: 10%;
  width: 100%;
  text-align: left;
  background-color: rgba(247, 211, 50, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
  padding-top: 2%;
}

.cartFinDet-bottom {
  position: absolute;
  top: 98%;
  height: 2%;
  width: 100%;
  background-color: rgba(247, 211, 50, 0.8); /* Imposta il background con un'opacità del 30% */
}
.cartFinDet-desc {
  position: absolute;
  top: 10%;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  width: 100%;
  text-align: left;
  background-color: rgba(247, 211, 50, 0.8);  /* Imposta il background con un'opacità del 30% */
  padding-left: 2%;
  height: max-content;
  padding-bottom: 2%;
}

@media screen and (max-width: 768px) {

  .cartFinDet-titolo{
    font-size: 4vw; /*Utilizza 4% della larghezza del viewport come dimensione del testo */
  }
  .cartFinDet-desc {
  font-size: 3vw; /*Utilizza 3% della larghezza del viewport come dimensione del testo */
  }
}



.sectionChiSiamo-titolo {
  border-top: 2px dotted #D9d9d9;;
  font-size: 48px; 
  font-weight: bold;
  margin-bottom: 2%;

  color: #333;
  padding-top: 40px;
  text-align: center;


}

.sectionChiSiamo-desc {
  font-size: 24px; 

  margin-bottom: 2%;
  margin-left: 2%;
  color: #333;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sectionChiSiamo-titolo {
    /* font-size: 4vw;  */
    font-size: 5.5vw; 
  }

  .sectionChiSiamo-desc {
    font-size: 4vw; 
  }
}

.footer-desc {
  font-size: 24px; 
  color: #fff;

}

@media screen and (max-width: 768px) {
  .footer-desc {
    font-size: 3vw; 
  }
} 


.scroll-to-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  /* background-color: #000; */
  background-color: #00bf63;
  background-image: linear-gradient(to bottom, #00bf63, #38b6ff);
  border: 1px dotted grey;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.scroll-to-top i {
  transform: translateY(-2px);
}

.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background-color: #333;
}