﻿/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- TITOLI */





    /*---------------------------------- TITOLI H1 */
    .titoloestetica-landing {
        font-size: 45px;
        text-align: center; 
        color: #000000; 
        font-weight: 500;
        letter-spacing: 7px;
        text-transform: uppercase;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: block;
        z-index: 2;

    }


@media only screen and (min-width: 1100px) {

.titoloestetica-landing {
font-size: 60px;
letter-spacing: 10px;
}
}



    .titoloesteticalungo-landing {
        font-size: 23px;
        text-align: center; 
        color: #000000; 
        font-weight: 500;
        letter-spacing: 5.5px;
        text-transform: uppercase;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: block;

    }
    @media only screen and (min-width: 738px) {

        .titoloesteticalungo-landing {
            font-size: 30px;
            letter-spacing: 7px;
        }
    }

    @media only screen and (min-width: 375px) and (max-width:400px) {

        .titoloesteticalungo-landing {
            font-size: 21px;
            letter-spacing: 4px;
        }
    }

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

        .titoloesteticalungo-landing {
            font-size: 17px;
            letter-spacing: 4px;
        }
    }

    .sottotitoloestetica1-landing {
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        line-height: 18px;
        letter-spacing: 5px;
        margin-top: 15px;
        display: block;
        z-index: 2;
    }


    .sottotitoloestetica2-landing {
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        line-height: 18px;
        margin-top: 10px;
        display: block;
        letter-spacing: 4px;
        z-index: 2;
    }

  @media only screen and (min-width:1100px){

        .sottotitoloestetica1-landing {
            font-size: 25px;
            line-height: 28px;
            letter-spacing: 7px;
        }
        .sottotitoloestetica2-landing {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 6px;
        }

    } 

    .sottotitoloestetica2-lungo-landing {
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        line-height: 18px;
        margin-top: 10px;
        display: block;
        letter-spacing: 4px;
    }


    @media only screen and (min-width: 375px) and (max-width:400px) {

        .sottotitoloestetica2-lungo-landing {
            font-size: 12px;
            letter-spacing: 4px;
        }
    }

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

        .sottotitoloestetica2-lungo-landing {
            font-size: 10px;
            letter-spacing: 4px;
        }
    }








  /*NON ESTETICA */

.titolo-landing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0 ;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em 1em 1em;

}

.titolo-landing img {
  margin-right: auto;
  margin-left: auto;
}

.button-header {
  margin-right:auto ;
  margin-left: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;

}

  .titolo-landing h1 {
font-size: 42px;
font-family: Lato, Helvetica, Arial, serif;
font-weight: 900;
text-align: center;


  }

.lato-font {
  font-family: Lato, Helvetica, Arial, sans-serif !important;
}

.inter-font {
  font-family: Inter tight, Helvetica, Arial, sans-serif !important;
}


.titolo-landing .sottotitolo-landing {
  font-size: 25px;
  font-weight: 100;
  padding-top: 30px;
  color:#404040;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.titolo-landing .sottotitolo-landing2 {
  font-size: 18px;
  font-weight: 300;
  padding-top: 15px;
  color:#404040;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.bianco {
  color: #ffffff !important;
}

@media only screen and (min-width:1000px) {


  .titolo-landing {
    padding-left: 50px;
    padding-top: 150px;
  }

  .titolo-landing h1 {
    font-size: 60px;
    text-align: left;

  }
  .button-header {
    margin-right:0 ;
    margin-left: 0;
    width: fit-content;
  
  }
  .titolo-landing img {
    margin-right: 0;
    margin-left: 0;
  }



}


/*-----FINE*/




/*-------------------------STILI AI TITOLI */ 

.ombreggiatura {
  /* text-shadow:
  -0.5px -0.5px 0 #000,
  0.5px -0.5px 0 #000,
  -0.5px 0.5px 0 #000,
  0.5px 0.5px 0 #000; */
  text-shadow: 2px 2px #0000003f;
}

.velatura {
  z-index: 2;
  background-color: #5c5c5c39;
  width: 100%;
  height: 100%;
  content: none;
}

.imgheader .immagineprova {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/SoggettoEpilazione.png");
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: inherit;
}






/* IMGHEADER2 */ 
.imgheader2 {
  height: 90vh;
  width: 100vw;
 /* background-image: linear-gradient(to top, #0B55B7, #3C78B7) ; */
  background-image: linear-gradient(to top, #4F4F62, #e0c2e2) ;
  position: relative;
  left: calc(-50vw + 50%);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.moreheightmobile {
  height: 110vh !important; 
}

.imgheader2 .immagineprova {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/donna sdraiata.png");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 600px;
  z-index: inherit;
  overflow: hidden;
 
}

.imgheader2 .landlaser2 {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/LandLas2 Horizontal.webp");
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: inherit;
}

.imgheader2 .landlaserman2 {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/LandLas2 man.webp");
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 150%;
  z-index: inherit;
}


.imgheader2 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: white;

}

.imgheader2 p {
  text-align: center;
  font-size: 15px;
  width: 70%;
  max-width: 400px;
  color: white;
  margin-right: auto;
margin-left: auto;
font-weight: 500;
font-family: Lato, Helvetica, Arial, sans-serif;
line-height: 20px;
}

@media only screen and (min-width: 1000px) {
  .imgheader2 .immagineprova {
    background-size: contain;
    object-fit: cover;
  }

  .moreheightmobile {
    height: 90vh !important;
  }

  .imgheader2 .landlaser2 {
    background-size: contain;
  }

  .imgheader2 .landlaserman2 {
    background-size: contain;
  }

  .imgheader2 h3 {
    font-size: 37px;
  }
  .imgheader2 p {
font-size: 14px;

  }
}

@media only screen and (max-height: 500px) {
  .imgheader2 {
    height: 150vh;
  }
}






/*IMGHEADER3*/
.imgheader3 {
  height: 110vh;
  width: 100vw;
 /* background-image: linear-gradient(to top, #0B55B7, #3C78B7) ; */
  background-image: linear-gradient(to top, #dd8ca0, #e0c2e2) ;
  position: relative;
  left: calc(-50vw + 50%);

}

.imgheader3 .immagineprova {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/ginecologo header.png");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 450px;
  z-index: inherit;
  overflow: hidden;
 
}

@media only screen and (min-width: 500px) {
  .imgheader3 .immagineprova {
    background-size: 65%;
    object-fit: cover;
    background-position: right bottom;
  }

 

}

@media only screen and (max-height: 601px) {
  .imgheader3 {
    height: 180vh;
  }
  .imgheader3 .immagineprova {
    background-size: 500px;
    background-position: right bottom;
  }

}

/*----------FINE*/



   /* -------------------------------------- TITOLI H3 */ 

.titoloh3-landing {
    text-align: center;
    font-family: Lato, Helvetica, Arial, sans-serif ;
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 900;
    padding-bottom: 15px;
    border-bottom: 1px solid #9c9c9c;

}

.titoloh3-landing span {
    font-size: 0.95em;
}

@media only screen and (min-width:1100px) {
    .titoloh3-landing {

        text-align: left;
        font-size: 37px;
        margin-bottom: 70px;
    }
}
/*---------------------- FINE */



/* HEADER4 */

.imgheader4 {
  height: 110vh;
  width: 100vw;
 /* background-image: linear-gradient(to top, #0B55B7, #3C78B7) ; */
  background-image: linear-gradient(to top, #292937, #e2b9e4) ;
  position: relative;
  left: calc(-50vw + 50%);
  margin-top: 50px;
  margin-bottom: 80px;
  padding-top: 30px;

}

.imgheader4 .moreheight {
  height: 130vh !important;
}

.imgheader4 .immagineprova {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/dottori sala.png");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 600px;
  z-index: inherit;
  overflow: hidden;
 
}

.imgheader4 .immagineendocrinologo {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/endocrinologo-verticale.jpg");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: inherit;
  overflow: hidden;
 
}

.imgheader4 .immagineendocrinologi {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/dottori-corridoio-verticalee.webp");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 0;
  z-index: inherit;
  overflow: hidden;
}

.imgheader4 .immagineproctologo {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/colon-retto.png");
 /* object-fit: cover; */
 background-repeat: no-repeat;
  background-position: center 0%;
  z-index: inherit;
  overflow: hidden;
}

.imgheader4 .landlaser {
 width: 100%;
 height: 100%;
  background-image: url("/admin/immaginipersonalizzate/LandLas Vertical.webp");
 background-repeat: no-repeat;
  background-position: center bottom;
  z-index: inherit;
  overflow: hidden;
  background-size: contain;

}

.imgheader4 .landlaserman {
  width: 100%;
  height: 100%;
   background-image: url("/admin/immaginipersonalizzate/LandLas Vertical man.webp");
  background-repeat: no-repeat;
   background-position: center bottom;
   z-index: inherit;
   overflow: hidden;
   background-size: contain;
 
 }



.imgheader4 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: white;

}

.imgheader4 p {
  text-align: center;
  font-size: 15px;
  width: 70%;
  max-width: 400px;
  color: white;
  margin-right: auto;
margin-left: auto;
font-weight: 500;
font-family: Lato, Helvetica, Arial, sans-serif;
line-height: 20px;
}

@media only screen and (min-width: 1000px) {
  .imgheader4 .immagineprova {
    background-size: contain;
    object-fit: cover;
  }

  .imgheader4 .moreheight {
    height: 110vh !important;
  }

  .imgheader4 .immagineendocrinologo {
    background-size: cover;
    background-position: 50% 0;
    background-image: url("/admin/immaginipersonalizzate/endocrinologo.jpg");
  }

  .imgheader4 .immagineendocrinologi {
    height: 100%;
    background-image: url("/admin/immaginipersonalizzate/dottori-corridoio.webp");
   /* object-fit: cover; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    z-index: inherit;
    overflow: hidden;
  }

  .imgheader4 .immagineproctologo {
    height: 100%;
    background-image: url("/admin/immaginipersonalizzate/colon-retto.png");
   /* object-fit: cover; */
    background-size: auto 90%;
    background-position: 70% 0%;
 
  }

  .imgheader4 .landlaser {
    width: 100%;
    height: 100%;
     background-image: url("/admin/immaginipersonalizzate/LandLas Horizontal.webp");
    background-repeat: no-repeat;
     background-position: center bottom;
     z-index: inherit;
     overflow: hidden;
     background-size: 100% 100%;
   
   }

   .imgheader4 .landlaserman {
    width: 100%;
    height: 100%;
     background-image: url("/admin/immaginipersonalizzate/LandLas Horizontal man.webp");
    background-repeat: no-repeat;
     background-position: center bottom;
     z-index: inherit;
     overflow: hidden;
     background-size: 100% 100%;
   
   }

  .imgheader4 h3 {
    font-size: 37px;
  }
  .imgheader4 p {
font-size: 14px;

  }
}

@media only screen and (max-height: 500px) {
  .imgheader4 {
    height: 150vh;
  }
  .imgheader4 .moreheight {
    height: 160vh !important;
  }
}

/* FINE  */

/* IMGHEADER 5 */ 

.imgheader5 {
  height: 110vh;
  width: 100vw;
 /* background-image: linear-gradient(to top, #0B55B7, #3C78B7) ; */
  background-image: linear-gradient(to top , #3b1f45 ,#ffb5db) ;
  position: relative;
  left: calc(-50vw + 50%);

}

.gradienteprolasso {
  background-image: linear-gradient(to top , #74546a ,#ffb997) !important;

}

.imgheader5 .immagineprova {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/laserbeam-min.png");

  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250px 100%;
  z-index: inherit;
  overflow: hidden;
 
  
}

.imgheader5 .immagineprolasso {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/illustrazione prolasso variante.png");

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 250px 40%;
  z-index: inherit;
  overflow: hidden;
 
}

.imgheader5 .ringiovanimento {
  height: inherit;
  background-image: url("/admin/immaginipersonalizzate/header-ringiovanimento-verticale.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: inherit;
  overflow: hidden;
}


/* schermi piu grandi del mobile */
@media only screen and (min-width: 500px) {
  .imgheader5 .immagineprova {
    background-position: right bottom;
    background-size: 450px 100%;
  }

  .imgheader5 {
    height: 90vh;
  }

  .imgheader5 .ringiovanimento {
        background-image: url("/admin/immaginipersonalizzate/header-ringiovanimento-orizzontale.jpg");
 
  }

}

/* schermi landscape */
@media only screen and (max-height: 601px) {
  .imgheader5 {
    height: 180vh;
  }
  .imgheader5 .immagineprova {
    background-size: 450px 100%;
    background-position: right bottom;
  }

}

/* FINE */

/* HEADER 6 */

.imgheader6 {
  height: 110vh;
  width: 100vw;
 /* background-image: linear-gradient(to top, #0B55B7, #3C78B7) ; */
  background-image: linear-gradient(to top, #DD878F, #bdbaf6) ;
  position: relative;
  left: calc(-50vw + 50%);
  margin-top: 50px;
  margin-bottom: 80px;
  padding-top: 30px;

}



.imgheader6 .immagineprova {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/immagine donna vasca.png");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
  z-index: inherit;
  overflow: hidden;
 
}

.imgheader6 .docimage {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/header-verticale-dottore.jpg");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: inherit;
  overflow: hidden;
}

.imgheader6 .docimagepng {
  background-image: url("/admin/immaginipersonalizzate/header-orizzontale-dottore.png");
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom right;
  z-index: 3;
  overflow: hidden;
  height: 100%;
}

.imgheader6 .dentiimage {
  background-image: url("/admin/immaginipersonalizzate/denti.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  z-index: 3;
  overflow: hidden;
  height: 100%;
}

.imgheader6 .scientistimage {
  background-image: url("/admin/immaginipersonalizzate/dottore-ricerca-verticale.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 3;
  overflow: hidden;
  height: 100%;
}

.gradientedenti {
  background-image: linear-gradient(to top, #000000,  #000000, #587db6) ;
}


.imgheader6 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);

}

.imgheader6 p {
  text-align: center;
  font-size: 15px;
  width: 70%;
  max-width: 400px;
  color: white;
  margin-right: auto;
margin-left: auto;
font-weight: 500;
font-family: Lato, Helvetica, Arial, sans-serif;
line-height: 20px;
}

@media only screen and (min-width: 1000px) {
  .imgheader6 .immagineprova {
    background-size: 100% 80%;
    object-fit: cover;
  }

  .imgheader6 {
    height: 110vh;
  }

  .imgheader6 .docimage {
    background-image: url("/admin/immaginipersonalizzate/header-orizzontale-dottore.jpg");
    background-size: cover;
    background-position: 60% 0;
  }

  .imgheader6 .docimagepng {
    background-image: url("/admin/immaginipersonalizzate/header-orizzontale-dottore.png");
    background-size: 70%;
    background-position: bottom left;
  }

  .imgheader6 .dentiimage {
    background-size: 70%;
   
  }

  .imgheader6 .scientistimage {
    background-image: url("/admin/immaginipersonalizzate/dottore-ricerca-orizzontale.jpg");

  }
  

  .imgheader6 h3 {
    font-size: 37px;
  }
  .imgheader6 p {
font-size: 14px;

  }
}

@media only screen and (max-height: 500px) {
  .imgheader6 {
    height: 150vh;
  }
  .imgheader6 .docimage {
    background-image: url("/admin/immaginipersonalizzate/header-orizzontale-dottore.jpg");
  }

  .imgheader6 .dentiimage {
    background-size: 70%;
   
  }
}


/* HEADER 7 + BOX */

.imgheader7main {
  position: relative;
  width: 100vw;
   left: calc(-50vw + 50%);
  display: flex;
  flex-wrap: wrap;
}

.imgheader7 {
  height: 50vh;
  width: 100vw;
  background-image: url("admin/immaginipersonalizzate/clinica reception.jpg") ;
  position: relative;
  left: calc(-50vw + 50%);
  background-repeat: no-repeat;
  background-size: contain;
  order: 2;

}

.scomparsa {
  display: none;

}


.box-header1 {
  width: 100%;
  background-color:#173042;
  text-align: center;
  padding: 30px;
  order: 1;
}

.testobianco {
  color: white;
}

.testo30px {
  font-size: 30px;
  font-family: Merriweather, Helvetica, Arial, serif;
  font-weight: 900;
}

.testo15px {
  font-size: 15px;
}


@media only screen and (min-width: 799px) {

  .imgheader7main {
    display: block;
  }
  

  .scomparsa {
    display: block ;
  }

  .imgheader7 {
    height: 1000px;
    width: 100vw;
    background-size: cover;
  
  }

  .box-header1 {
    width: 57%;
   position: absolute;
   top: 50px;
   left: 20px;
  }

}

@media only screen and (max-height: 500px) {

  .imgheader7 {
    height: 130vh;
    width: 100vw;
    background-size: cover;
  
  }
}

/* FINE */

/* HEADER 8*/
.imgheader8 {
  height: 130vh;
  width: 100vw;
 /* background-image: linear-gradient(to top, #0B55B7, #3C78B7) ; */
  background-color: #353535 ;
  position: relative;
  left: calc(-50vw + 50%);
  margin-bottom: 80px;

}

.imgheader8 .immagineprova {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/header-landing-verticale.jpg");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: inherit;
  overflow: hidden;
 
}

.imgheader8 .immagineimpianti {
  height: 100%;
  background-image: url("/admin/immaginipersonalizzate/header-impianti-verticale.jpg");
 /* object-fit: cover; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: inherit;
  overflow: hidden;
 
}


@media only screen and (min-width: 799px) {

  .imgheader8 {
    height: 110vh;
  }

  .imgheader8 .immagineprova {
    background-image: url("/admin/immaginipersonalizzate/header-landing-1.jpg");
    background-size: 100% 100%;
  }

  .imgheader8 .immagineimpianti {
    background-image: url("/admin/immaginipersonalizzate/header-impianti-orizzontale.jpg");
    background-size: 100% 100%;
  }

  .imgheader8 h3 {
    font-size: 37px;
  }
  .imgheader8 p {
font-size: 14px;

  }
}

@media only screen and (max-height: 500px) {
  .imgheader8 {
    height: 150vh;
  }

  .imgheader8 .immagineprova {
    background-image: url("/admin/immaginipersonalizzate/header-landing-1.jpg");
    background-size: 100% 100%;
  }

  .imgheader8 .immagineimpianti {
    background-image: url("/admin/immaginipersonalizzate/header-impianti-orizzontale.jpg");
    background-size: 100% 100%;
  }

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- DIV CON POSITION ABSOLUTE */

/* Mobile */
.mainw100 {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.mainw100 .figlio {
  padding: 15px;
  text-align: left;
}

 .figlio h3 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.mainw100 img {
  height: 50vh;
}

.mainw100 .picture1 {
  height: 50vh;
}

  .mainw100 .picture1 img {
    width: 100%;
    object-fit: fill;
  }

.mainw100 .moreheight {
  height: 60vh;
}

.mainw100 .desktop {
  display: none;
}

.mainw100 .mobile {
  display: initial;
}

/* 800px */
@media only screen and (min-width: 769px) and (max-width:999px) {
  .mainw100 .figlio {
    padding: 35px;
  }

  .mainw100 img {
    height: 80vh;
    margin: 0 30px 0 30px;
  }

}

/* Desktop */
@media only screen and (min-width: 1000px) {

  .mainw100 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mainw100 .figlio {
    padding-left: 4rem;
    padding-top: 3rem;
    width: 48%;
  }

  .mainw100 img {
    object-fit: contain;
    max-width: 48%;
    height: auto;
  }

  .mainw100 .picture1 {
    max-width: 48%;
    height: 100%;
  }

  .mainw100 .picture1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
  }

  .mainw100 .moreheight {
    height: 60%;
  }

  .mainw100 .desktop {
    display: initial;
  }
  
  .mainw100 .mobile {
    display: none;
  }
}


@media only screen and (max-height: 500px) {
  .mainw100 img {
    height: 100vh;
  }

  .mainw100 .moreheight {
    height: 150vh;
  }

  .mainw100 .picture1 {
    height: 140vh;
  }
  
    .mainw100 .picture1 img {
      width: 100%;
      object-fit: fill;
      height: 100%;
    }
}






/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- LINK ALTRE PRESTAZIONI */



 /* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ICONE + SCRITTE */
 



 /* --------------------------------- Icone a sinistra + scritte a destra */
 .iconascritta-main {
  display: block;
  margin-bottom: 35px;
 }
 
.iconascritta-content {
  display: flex;
  justify-content: left;
  gap: 35px;
  flex-wrap: nowrap;
  padding: 20px;

}



.iconascritta-content  img {

  width: 45px;
  align-self: center;
}

.iconascritta-content2 {
  display: flex;
flex-direction: column;
align-items: flex-start;
}
.iconascritta-content2 h4 {

  font-size: 19px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.iconascritta-content2 p {
  font-size: 13.5px;
  line-height: 15px;
  vertical-align: middle;
  margin-top: 5px;
  
}

.testopiccolo {
  margin-top: 10px;
  font-size: 11px;

}
 /*----------FINE*/








 /* ICONE NEI VARI RIQUADRI */
 .iconeriquadri-main {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
align-items: center;

 }

 .iconeriquadri1 {
  width: 100%;
  max-width: 350px;
  /*border: 1px solid #c2c2c2; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 1.5em;
 }
 

 .iconeriquadri1 h5 {
  font-size: 18px;
  font-weight: 900;
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-align: center;
  /* background: -webkit-linear-gradient(right, #DD5262, #E463A6, #8E82EC, #98B5C0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* color: #D1BB83; */
  background: -webkit-linear-gradient(left, #373737, #0d0d0d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
 }
 
 .iconeriquadri1 p {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #606060;

 }

 .iconeriquadri1 img {
    width: 60px;

 }

 .gradiente {
  background: -webkit-linear-gradient(right, #DD5262, #E463A6, #8E82EC, #98B5C0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

 }
 
 .gradientebeige {
  background: -webkit-linear-gradient(right, #9f30a2, #DAD0C9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

 }

 .gradienteluxury {
background-image: linear-gradient(to left, #f1eadb, #faf1f8);

 }

 .gradienteginecologo {
  background-image: linear-gradient(to left, #f9e8ef, #f4d8ee);
 }

 .gradienteginecologo-light {
  background-image: linear-gradient(to top, #a475cd, #e9e8e9) !important;
 }

 .gradienterosa {
  background: -webkit-linear-gradient(left, #e2a2e7, #da219a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
 }


 .gradienterosa2 {
  background: -webkit-linear-gradient(left, #86207c, #6673ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
 }
 
 /*----------FINE*/





 /*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- LINK BOTTONI */
.button-numero-landing {
    margin-top: 3.5em; 
    /* background-color: #5dfdcb; */
    color: #ffffff; 
    width: 100%; 
  height: 60px;
  
    margin-right: auto;
    margin-left: auto; 
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 1.1;
    border: 2px solid #000000;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    background-color: #000000;
    border-radius: 8px;
    /* box-shadow: 3px 3px 2px rgb(204, 204, 204); */
    
    }

  
    .blueapple {

      background-color: #5175E5 !important;
      border: 0px ;
    }

    .pulsante-numero-landing {
        padding: 8.5px;
        width: fit-content;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        font-size: 17px;
       /* color: #ffffff; 
        transition: color 0.3s ease-in-out; */
        } 
    
    .button-numero-landing:hover {
    background-color: white; 
    color: #bca694;
    cursor: pointer;
    box-shadow: none;
    border: 2px solid #000000;
    }

    .pulsante-numero-landing {
      transition: opacity .25s ease;
    }

    .pulsante-numero-landing:hover {
      opacity: .85;
    }

 
      .formnuovo {
        width: 100%;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin-top: 2em;
      }

      @media only screen and (min-width: 1000px) {
        .formnuovo {
          width: 50%;
          margin-left: auto;
          margin-right:auto;
        }
      }


    .pulsante-richiedi-informazioni {
      margin-top: 10px; 
      color: rgb(0, 0, 0); 
      width: 100%; 
    height: 60px;
      margin-right: auto;
      margin-left: auto; 
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.1;
      border: 2px solid #5d5d5d;
      transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
      background-color: #ffffffd0;
      cursor: pointer;
      border-radius: 8px;
  

    }

    .pulsante-richiedi-informazioni-header {
      margin-top: 10px; 
      color: rgb(255, 255, 255); 
      width: 100%; 
    height: 60px;
      margin-right: auto;
      margin-left: auto; 
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.1;
      border: 2px solid #d4d3d4;
      border-radius: 8px;
      transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
      background-color: rgba(215, 215, 215, 0);
      cursor: pointer;
  

    }

    .pulsante-richiedi-informazioni .testo {
      padding: 8.5px;
      width: fit-content;
      font-weight: 600;
      text-decoration: none;
      text-align: center;
      font-size: 17px;
     /* color: #ffffff; 
      transition: color 0.3s ease-in-out; */
      } 

      .pulsante-richiedi-informazioni-header .testo {
        padding: 8.5px;
        width: fit-content;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        font-size: 17px;
        color:rgb(255, 255, 255); 
        
        } 
      
      .icona-sotto-numero {
        display: flex;
        justify-content: center;
        width: 230px;
        line-height: 18px;
        margin-top: 10px;
    
      }
      .icona-sotto-numero span {
        font-size: 15px;
        margin-right: 10px;
        align-self: center;
      }
      .icona-sotto-numero p {
        font-size: 11px;
        margin-top: 0px !important;
        text-align: center;
      }
    /* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- COLUMNS & ROWS */





    /*----------------------------------- COLONNE CON ORDINE INVERTITO */
    .colonnacontainer-inverted {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 50px;
      margin-bottom: 50px;
      padding-top: 30px;
      padding-bottom: 30px;
      position: relative;
  }


  .colonnacontainer-inverted .imgcolonna {
      width: 400px;
      overflow: hidden;
      object-fit: cover;
      height: 50vh;

  }

  .contained {
    object-fit: contain !important;
  }

  @media only screen and (min-width:1000px){
      .colonnacontainer-inverted {
          flex-direction: row;
          justify-content: space-between;
    
      }
      
      .colonnacontainer-inverted .imgcolonna {
        width: 100%;
        overflow: hidden;
    }

  }
    
  @media only screen and (max-height: 500px) {
    .colonnacontainer-inverted .imgcolonna {
        height: auto;
    }
}
    .colonnacontent-inverted1 {

      width: 100%;
      position: relative;
      order: 1;
      }

      .colonnacontent-inverted2 {

        width: 100%;
        position: relative;
        order: 2;
        
        }
      
        .colonnacontent-inverted2 img {

          width: 100vw !important;
          }

      @media only screen and (min-width:1000px) {
      
          .colonnacontent-inverted1 {
              width: 49%;
              padding: 10px;
              order: 2;
              
          }
          .colonnacontent-inverted2 {
            width: 49%;
            padding: 30px;
            order: 1
          }
          .colonnacontent-inverted2 img {

            width: 100%;
            left: 0;
            
            }

        }

 /*------FINE*/ 






/* ------------------------COLONNE CON IMMAGINI */

    .imgcolonna {
        width: 100%;
        object-fit: cover;
        display: block;
        margin-right:auto;
        margin-left:auto;

    }

    .imgcolonna-lunga {
        width: 60%;
        top: 10%; 
        object-fit: cover;
        right:0;
        left:0;
        margin: auto;
        position: absolute;
        order: 2;


    }

    @media only screen and (min-width:1000px) {
        .imgcolonna-lunga {
            width: 46%;
            top: 0;
            position: inherit;
        
        }
    }

    .colonnacontent-imglunga {

        width: 100%;
        position: relative;
        order: 2;
        height: 35vh;
        
        }
        
        @media only screen and (min-width:1000px) {
        
            .colonnacontent-imglunga {
                width: 44%;
                padding: 10px;
                order:1;
                
            }
    
      
        }

        .colonnacontent-testoimglunga {

            width: 100%;
            order: 1;
            
            }
            
            @media only screen and (min-width:1000px) {
            
                .colonnacontent-testoimglunga {
                    width: 44%;
                    padding: 10px;
                    order:2;
                    
                }
        
          
            }
    
            .colonnacontainer-imglunga {
                display: flex;
                flex-direction: column;
                width: 100%;
                padding-top: 30px;
                padding-bottom: 45px;
            }

            @media only screen and (min-width:1000px){
                .colonnacontainer-imglunga {
                    flex-direction: row;
                    justify-content: space-between;
                }
            }

    /*------- FINE*/





    /*--------------------------------- COLONNE CON BACKGROUND NERO ED IMMAGINI */ 

    /*mobile*/
    .contenitorenero-main {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      margin-top: 50px;
      margin-bottom: 50px;
      padding-top: 30px;
      padding-bottom: 30px;

    }

             .contenitorenero {
                display: block;
                text-align: center;
                width:100%;
                position: relative;
            }
                    .contenitorenero .donna {
                        background-image: url(/admin/immaginipersonalizzate/donna.jpeg) ;
                        background-position: center top;
                        min-height: 400px;
                        overflow: hidden;
                        background-size: cover;
                    }

                    .contenitorenero .uomo {
                      background-image: url(/admin/immaginipersonalizzate/uomo.jpeg) ;
                      background-position: center top;
                      min-height: 400px;
                      overflow: hidden;
                      background-size: cover;
                  }
                            .testoepilazione {
                              color: #ffffff;
                              position: absolute;
                              top: 30%;
                              left: 50%;
                                transform: translate(-50%, -50%);}

                                .testoepilazione h5 {
                                font-size: 30px;
                                font-family: Lato, Helvetica, Arial, sans-serif ;
                                font-weight: 900;
                                margin-top: 10px;
                                color: #ffffff;
                              }

                              .testoepilazione p {
                                margin-bottom: 0px;
                                font-size: 17px;
                                font-weight: 700;
                              }

                              .testoepilazione a {
                                font-size: 15px;
                                cursor: pointer;
                              }

                              .testoepilazione > a:hover {
                                text-decoration: underline;
                              }
/*desktop*/
          @media only screen and (min-width:1000px) {

            .contenitorenero-main {
              display: flex;
              justify-content: space-around;
              gap: 15px;
              flex-direction:row;
        
            }
        
                     .contenitorenero {
                        display: block;
                        text-align: center;
                        width:44%;
                        position: relative;
                    }

          }

/*MODAL*/
     

          .modaldonna {
            width: 85%;
            max-width: 400px;
            height: 70vh;
            max-height: 400px;
            background-color: white;
            position: fixed;
            top: 50%;
            left:50%;
            transform: translate(-50%, -50%);
            border-radius: 15px;
            box-shadow: 0 4px 12px 0 rgb(81, 81, 81);
            padding: 20px;
            overflow: auto;
          }

          .darkbluebackground {
            background-color: #173042;
          }

          .modaldonna h5 {
              text-align: left;
              font-size: 25px;
              font-family: Lato, Helvetica, Arial, sans-serif ;
              margin-top: 10px;

          }
        
          .modaldonna .list-marked > li + li {
            font-size: 14px;
            margin-top: 0px;
          }


          /* MODAL FORM che viene aperto quando utente clicca su "Invia Messaggio" */
          .modalform {
            width: 85%;
            max-width: 600px;
            height: 80vh;
            max-height: 600px;
            position: fixed;
            top: 50%;
            left:50%;
            transform: translate(-50%, -50%);
            border-radius: 15px;
            box-shadow: 0 4px 12px 0 rgb(81, 81, 81);
            padding: 20px;
            overflow: auto;
          }


 /* --------- */

#formmodal.modal {
  background: none !important;
}

#formmodal.glossy-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 36px);
  z-index: 9999;
}

#formmodal.glossy-modal.is-open {
  display: flex;
}

#formmodal.glossy-modal .glossy-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(46, 54, 68, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

#formmodal.glossy-modal.is-open .glossy-modal__overlay {
  opacity: 1;
  pointer-events: auto;
}

#formmodal.glossy-modal .glossy-modal__dialog,
#formmodal.glossy-modal .glossy-modal__content {
  overscroll-behavior: contain;
}

#formmodal.glossy-modal .glossy-modal__dialog {
  position: relative;
  width: min(640px, 100%);
  max-height: min(80vh, 720px);
  background: linear-gradient(155deg,
              rgba(255,255,255,0.92),
              rgba(250,250,250,0.80) 55%,
              rgba(255,255,255,0.94));
  border-radius: 30px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow:
    0 10px 28px -10px rgba(20,28,40,0.18),
    0 2px 6px -2px rgba(20,28,40,0.15),
    inset 0 1px 0 rgba(255,255,255,0.65);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  transform: translateY(24px) scale(.96);
  opacity: 0;
  transition: transform .36s cubic-bezier(.4,.2,.2,1), opacity .36s cubic-bezier(.4,.2,.2,1);
  border-radius: 25px;
}

#formmodal.glossy-modal.is-open .glossy-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

#formmodal.glossy-modal .glossy-modal__dialog::before,
#formmodal.glossy-modal .glossy-modal__dialog::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 25px;
}

#formmodal.glossy-modal .glossy-modal__dialog::after {
  background:
    linear-gradient(to bottom right, rgba(255,255,255,0.35), rgba(255,255,255,0)),
    linear-gradient(to top, rgba(255,255,255,0.25), rgba(255,255,255,0));
  opacity: .55;
}

#formmodal.glossy-modal .glossy-modal__content {
  max-height: inherit;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.35) transparent;
}

#formmodal.glossy-modal .glossy-modal__content::-webkit-scrollbar {
  width: 10px;
}
#formmodal.glossy-modal .glossy-modal__content::-webkit-scrollbar-track {
  background: transparent;
}
#formmodal.glossy-modal .glossy-modal__content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg,#c9d2da,#aeb8c3);
  border-radius: 40px;
  border: 2px solid transparent;
  background-clip: content-box;
}

#formmodal.glossy-modal .glossy-modal__body {
  padding: 0 clamp(28px, 4vw, 42px) clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 26px;
  color: #111;
  flex: 0 0 auto;
}

#formmodal.glossy-modal .glossy-modal__footer {
  flex: 0 0 auto;
  padding: 0 clamp(28px, 4vw, 42px) clamp(30px, 4vw, 42px);
  text-align: center;
  color: #222;
  background: transparent;
  border-radius: 25px;
}

#formmodal.glossy-modal .glossy-modal__header {
  padding: 34px clamp(28px, 4vw, 42px) 20px clamp(28px, 4vw, 42px);
  padding-right: calc(clamp(28px, 4vw, 42px) + 72px);
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#formmodal.glossy-modal .glossy-modal__title {
  margin: 0;
  font: 900 clamp(1.45rem, 2.1vw, 1.95rem)/1.25 "Lato", Helvetica, Arial, sans-serif;
  color: #111;
  font-size: 2.2rem;
}

#formmodal.glossy-modal .glossy-modal__subtitle {
  font-size: .86em;
  font-weight: 400;
  color: #333;
  opacity: .85;
}

#formmodal.glossy-modal .glossy-modal__close {
  position: absolute;
  top: 22px;
  right: clamp(24px, 4vw, 32px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.12);
  background: linear-gradient(140deg,#ffffff,#f2f4f6);
  color: #111;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px -12px rgba(0,0,0,0.28);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  z-index: 1;
}

#formmodal.glossy-modal .glossy-modal__close:hover,
#formmodal.glossy-modal .glossy-modal__close:focus {
  transform: translateY(-2px);
  border-color: rgba(0,0,0,0.22);
  box-shadow: 0 18px 34px -16px rgba(0,0,0,0.34);
  outline: none;
}

#formmodal.glossy-modal .form-main-0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

#formmodal.glossy-modal .testo-form {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 400px;
  color: #222;
}
#formmodal.glossy-modal .testo-form__bullet {
  font-size: 22px;
  color: #0a61c2;
  padding-top: 5px;
}
#formmodal.glossy-modal .testo-form__text {
  flex: 1;
  color: #222;
  line-height: 22px;
}

#formmodal.glossy-modal .form-main-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(255,255,255,0.9), rgba(255,255,255,0.75));
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow:
    0 2px 4px -1px rgba(0,0,0,0.12),
    0 12px 28px -12px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.65);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  color: #111;
}

#formmodal.glossy-modal .input-form {
  width: 100%;
  min-height: 58px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.15);
  background: linear-gradient(145deg,#ffffff,#f5f6f7);
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.18);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s;
}

#formmodal.glossy-modal .input-form::placeholder {
  color: rgba(0,0,0,0.42);
}

#formmodal.glossy-modal .input-form:focus {
  outline: none;
  border-color: #0a84ff;
  box-shadow: 0 0 0 3px rgba(10,132,255,0.28);
  background: #ffffff;
}

#formmodal.glossy-modal .input-form[rows] {
  resize: vertical;
}

#formmodal.glossy-modal .privacy-form {
  width: 100%;
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(140deg,#f4f6f8,#e9edf1);
  border: 1px solid rgba(0,0,0,0.10);
  color: #333;
  line-height: 1.5;
  font-size: .84rem;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.12);
}

#formmodal.glossy-modal .privacy-modal-text a {
  color: #0a61c2;
  text-decoration: underline;
}

#formmodal.glossy-modal .bottone-form {
  width: 100%;
  max-width: 240px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(10,97,194,0.25);
  background: linear-gradient(135deg,#0a84ff 0%, #0564d0 55%, #004ea5 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 24px -8px rgba(0,90,190,0.55), 0 0 0 1px rgba(255,255,255,0.15) inset;
  filter: none;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  cursor: pointer;
}

#formmodal.glossy-modal .bottone-form:hover,
#formmodal.glossy-modal .bottone-form:focus {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px -14px rgba(0,90,190,0.58);
  outline: none;
  filter: brightness(1.05);
}

#formmodal.glossy-modal .bottone-form:active {
  transform: translateY(-1px);
  filter: brightness(.92);
}

#formmodal.glossy-modal .glossy-modal__footer h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.6rem);
  font-weight: 500;
  color: #111;
}

#formmodal.glossy-modal .glossy-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px auto;
}

#formmodal.glossy-modal .glossy-modal__cta {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(155deg,#ffffff 0%, #f4f7fa 55%, #ffffff 100%);
  border: 1px solid rgba(0,0,0,0.12);
  color: #111;
  font-weight: 600;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  box-shadow: 0 6px 18px -8px rgba(0,0,0,0.18), 0 0 0 1px rgba(255,255,255,0.6) inset;
  filter: none;
}

#formmodal.glossy-modal .glossy-modal__cta:hover,
#formmodal.glossy-modal .glossy-modal__cta:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.22);
  box-shadow: 0 14px 30px -12px rgba(0,0,0,0.28);
  outline: none;
}

#formmodal.glossy-modal .glossy-modal__cta-title {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  color: #111;
}

#formmodal.glossy-modal .glossy-modal__cta-subtitle {
  font-size: .82rem;
  font-weight: 400;
  opacity: .92;
  line-height: 22px;
  text-align: left;
  color: #222;
}

#formmodal.glossy-modal .glossy-modal__cta-icon {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 2px;
  color: #0a61c2;
  text-shadow: 0 1px 2px rgba(255,255,255,0.6);
}

#formmodal.glossy-modal .glossy-modal__cta-copy {
  display: flex;
  flex-direction: column;
}

#formmodal.glossy-modal .glossy-modal__cta--whatsapp {
  background: linear-gradient(145deg,#34c471,#1d9a55);
  border-color: rgba(0,0,0,0.18);
  box-shadow: 0 20px 42px -18px rgba(31,152,86,0.55);
  color: #fff;
}

#formmodal.glossy-modal .glossy-modal__cta--whatsapp .glossy-modal__cta-title,
#formmodal.glossy-modal .glossy-modal__cta--whatsapp .glossy-modal__cta-subtitle,
#formmodal.glossy-modal .glossy-modal__cta--whatsapp .glossy-modal__cta-icon {
  color: #ffffff;
}

#formmodal.glossy-modal .glossy-modal__cta--mail {
  background: linear-gradient(150deg,#ffffff 0%, #eef3f7 55%, #ffffff 100%);
  color: #111;
  border-color: rgba(0,0,0,0.14);
}

#formmodal.glossy-modal .glossy-modal__cta.is-active {
  border-color: rgba(0,0,0,0.28);
  box-shadow: 0 16px 36px -14px rgba(0,0,0,0.30);
}

#formmodal.glossy-modal .glossy-modal__cta.is-muted {
  opacity: .65;
  filter: grayscale(.25);
}

#formmodal.glossy-modal .glossy-modal__focus-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#formmodal.glossy-modal .glossy-modal__mail-panel {
  max-height: 0;
  opacity: 0;
  transform: translateY(-12px);
  overflow: hidden;
  pointer-events: none;
  transition: max-height .4s ease, opacity .32s ease, transform .32s ease;
  will-change: max-height, opacity, transform;
  background: linear-gradient(145deg,rgba(255,255,255,0.95),rgba(255,255,255,0.75));
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 18px;
  padding: 0 8px;
}

#formmodal.glossy-modal .glossy-modal__hint {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px 12px 0;
  color: #333;
  font-size: 0.92rem;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .28s ease, transform .28s ease;
}

#formmodal.glossy-modal .glossy-modal__mail-panel.is-visible .glossy-modal__hint {
  opacity: 1;
  transform: translateY(0);
}

#formmodal.glossy-modal .glossy-modal__hint-icon {
  font-size: 1.25rem;
  color: #0a61c2;
}

#formmodal.glossy-modal .glossy-modal__mail-panel.is-visible {
  max-height: 1400px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 560px) {
  #formmodal.glossy-modal .glossy-modal__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #formmodal.glossy-modal {
    padding: 14px;
  }
  #formmodal.glossy-modal .glossy-modal__dialog {
    border-radius: 24px;
  }
  #formmodal.glossy-modal .glossy-modal__close {
    top: 18px;
    right: 18px;
  }
  #formmodal.glossy-modal .form-main-modal {
    padding: 22px;
  }
}

/* Focus visibile */
#formmodal.glossy-modal .glossy-modal__dialog :where(a,button,input,textarea,select):focus-visible {
  outline: 2px solid #0a84ff;
  outline-offset: 2px;
  border-radius: 6px;
}
/* --------- Fine Glossy Modal --------- */





  /* ROW CON SOLA IMMAGINE */

  .rowimmagine {

    background-image: url("/admin/immaginipersonalizzate/fullbody.jpg"); 
    background-size: cover;
    width:100%;
    min-height: 70vh;
    background-repeat: no-repeat;
    background-position: center;

  }


  /* ROW GINECOLOGO (MENOPAUSA, GRAVIDANZA) */


.rowginecologo-container {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 30px;

}

.rowginecologo-content {

  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: left;
  line-height: 29px;

}

.rowginecologo-content .smalltext {
  font-size: 14px;
  font-weight: 100;
}


  /* FINE */


   /* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- VARIE */

   .pinkbox {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #b163c9;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: -5px;
}

.bluebox {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #6387c9;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: -5px;
}


.logodipartimento-landing {
  display: block;
  margin-right: auto;
  margin-left:auto;
  width: 60%;
  max-width: 330px;

}

@media only screen and (min-width: 1000px) {

  .logodipartimento-landing {
    margin-right: 0;
    margin-left: 0;
  }

}






   /* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FORMS */



   /* MOBILE */ 
  .form-main-0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-main-0 .o1 {
    order: 1;
    width: 100%;
  }

  .form-main-0 .o2 {
    order: 2;
  }

  .form-main-0 .o3 {
    order: 3;
    width: 100%;
    padding: 10px;
  }

  .form-main-0 .o4 {
    order: 4;
    width: 100%;
  }

   .form-main-1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    padding: 10px;
    background-color: #173042;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
   }

   .form-main-modal {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    padding: 10px;
    background-color: #173042;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
   }

   .input-form {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 17px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    color: #888;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #f8f8f8;
    border-radius: 7px;
    box-shadow: none;
  -webkit-appearance: none !important;
  appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #f8f8f8;
   }

   .privacy-form p{
    font-size: 12px;
    line-height: 15px;
    color: white;
    text-align: left;

   }

   .testo-termini {
    font-size: 12px;
    line-height: 15px;
    color: white;
    text-align: left;

   }

   .bottone-form {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 60px;
    max-width: 400px;
    color: white ;
    background-color: #55BB9B;
    transition: opacity 0.3s ease-in-out;
    height: 50px;
    border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .bottone-form:hover {

    opacity: 70%;
   }

   .bottone-form span {
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 500;

   }

   .testo-form {
    color: white;
    font-size: 16px;
    padding-top: 10px;
    margin-top: none !important;
  }

  .testo-form {
    color: white;
    font-size: 16px;
    padding-top: 10px;
    margin-top: none !important;
  }

  


   /* DESKTOP */
@media only screen and (min-width: 1000px) and (max-width: 1200px) {

  .form-main-0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-main-0 .o1 {
    order: 1;
    width: 200px;
  }

  .form-main-0 .o2 {
    order: 2;
  }

  .form-main-1 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 420px;
    margin-left:0;
    margin-right: 0;
 
   }

  .form-main-0 .o3 {
    order: 4;
    width: 100%;
  }

  .form-main-0 .o4 {
    order: 3;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }


  .bottone-form {
    margin-right: auto;
    margin-left: auto;
    width: 170px;
    height: 60px;
    margin-right: 0;
    margin-left: 0;
   }

   .bottone-form span {
    font-size: 15px;
 

   }

   .testo-form {
    font-size: 14px;
   }



}

@media only screen and (min-width: 1201px) {

  .form-main-0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-main-0 .o1 {
    order: 1;
    width: 200px;
  }

  .form-main-0 .o2 {
    order: 2;
  }

  .form-main-1 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    min-width: 400px;
    max-width: 700px;
    margin-left:0;
    margin-right: 0;
 
   }

  .form-main-0 .o3 {
    order: 4;
    width: 100%;
  }

  .form-main-0 .o4 {
    order: 3;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    
  }


  .bottone-form {
    margin-right: auto;
    margin-left: auto;
    width: 170px;
    height: 60px;
    margin-right: 0;
    margin-left: 0;
   }

   .bottone-form span {
    font-size: 15px;
 

   }

   .testo-form {
    font-size: 14px;
   }



}


/*-------------------------------------------------------*/
/* FORM SEZIONE HAI BISOGNO */

.haibisogno0 {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
  margin-top: 0px !important;
}

.haibisogno0 .form-main-1 {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0px !important;

}

.haibisogno0 .form-main-1 .input-form {

  display: block;
  width: 31%;
  min-height: 30px;
  padding: 17px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  color: #888;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #f8f8f8;
  border-radius: 7px;
  box-shadow: none;
  -webkit-appearance: none !important;
  appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f8f8f8;
}
.haibisogno0 .form-main-1 .input-form-big {

  display: block;
  width: 97%;
  min-height: 30px;
  padding: 17px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  color: #888;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #f8f8f8;
  border-radius: 7px;
  box-shadow: none;
  -webkit-appearance: none !important;
  appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f8f8f8;
}

.haibisogno0 .form-main-1 .privacy-form p{
  font-size: 12px;
  line-height: 15px;
  color: white;
  text-align: left;

 }

.haibisogno0 .privacy-form {

  margin-top: 10px;
  margin-bottom: 5px;
}


.haibisogno0 .bottone-form {
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  width: 80%;
  height: 60px;
  max-width: 400px;
  color: white ;
  background-color: #55BB9B;
  transition: opacity 0.3s ease-in-out;
  height: 50px;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 .haibisogno0 .bottone-form:hover {

  opacity: 70%;
 }

.haibisogno0 .bottone-form span {
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 500;

 }

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

  .haibisogno0 .form-main-1 .input-form {
    width: 97%;
   
  }

 }