/* Epilazione Laser */

/* Footer */

@media (max-width: 575px) {
    .footerlaser {
        width: 100vw;
        background-color: #141621;
        height: 100svh;
        position: relative;
        z-index: 2;
        right: 15px;
    }
}

@media (min-width: 576px) {
    :root {
        --parent-width: 540px;
        --sibling-width: calc(var(--parent-width) * 0.6666667);
        --parent-margin-left: calc((100vw - var(--parent-width)) / 2);
    }
    
    .footerlaser {
        width: 100vw;
        background-color: #141621;
        height: 100svh;
        position: relative;
        right: calc(var(--parent-margin-left) + 15px);
        z-index: 2;
    }
}

@media (min-width: 768px) {
    :root {

        --parent-width: 720px;
        --sibling-width: calc(var(--parent-width) * 0.6666667);
        --parent-margin-left: calc((100vw - var(--parent-width)) / 2);
    }
    
    .footerlaser {
        width: 100vw;
        background-color: #141621;
        height: 100svh;
        position: relative;
        right: calc(var(--parent-margin-left) + 15px);
        z-index: 2;
    }
}

@media (min-width: 992px) {
    :root {
        --parent-width: 960px;
        --sibling-width: calc(var(--parent-width) * 0.6666667);
        --parent-margin-left: calc((100vw - var(--parent-width)) / 2);
    }
    
    .footerlaser {
        width: 100vw;
        background-color: #141621;
        height: 100svh;
        position: relative;
        right: calc(var(--parent-margin-left) + 15px);
        z-index: 2;
    }
}

@media (min-width: 1200px) {
    :root {
        --parent-width: 1200px;
        --sibling-width: calc(var(--parent-width) * 0.6666667);
        --parent-margin-left: calc((100vw - var(--parent-width)) / 2);
    }
    
    .footerlaser {
        width: 100vw;
        background-color: #141621;
        height: 100svh;
        position: relative;
        right: calc(var(--parent-margin-left) + 15px);
        z-index: 2;
    }
}

@media (min-width: 1600px) {
    :root {

        --parent-width: 1400px;
        --sibling-width: calc(var(--parent-width) * 0.6666667);
        --parent-margin-left: calc((100vw - var(--parent-width)) / 2);
    }
    
    .footerlaser {
        width: 100vw;
        background-color: #141621;
        height: 100svh;
        position: relative;
        right: calc(var(--parent-margin-left) + 15px);
        z-index: 2;
    }
    }

    



.footerimage {
    height: 50%;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footertext {
    position: absolute;
    top: 40%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    left:0;
    right:0;

}

    .footertext h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 3.3rem;
        font-weight: 500;
        font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
        color: #e1d5cc;
    }

    .footertext p {
        text-align: center;
        font-size: 18px;
        color: #e1d5cc;
        font-family: Lato, helvetica, arial, sans-serif;
    }



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

    .footertext h3 {
        font-size: 2.5rem;
    }

}



/* Header */

.headerlaserimage {
    width: 100vw;
    height: 100svh;
    background-color: #141621
    ;
    position: relative;
    z-index: 1;
}

.headerlaserimage .whitebackground {
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 0;
}

.headerlaserimage img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
}

.headerlaserimage .testo {
    position: absolute;
    bottom: 20%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    right:20%;
    z-index: 1;
}

    .headerlaserimage .testo h2 {
        text-align: left;
        text-transform: uppercase;
        font-size: 3.3rem;
        font-weight: 500;
        font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
        color: #e1d5cc;
    }

    .headerlaserimage .testo p {
        text-align: left;
        font-size: 18px;
        color: #e1d5cc;
        font-family: Lato, helvetica, arial, sans-serif;
    }


@media (max-width: 768px) {

    .headerlaserimage {
        height: 120svh;
    }

    .headerlaserimage .testo {
        bottom: 20%;        left:20%;
       
    }
    
        .headerlaserimage .testo h2 {

            font-size: 2rem;
        }
    
        .headerlaserimage .testo p {
            font-size: 17px;
        }
}




/* New Footer */

.newfooter0 {
    background-color:  #1582d6;
    width: 100%;
    padding: 70px 30px 30px 30px;
}

.newfooter {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
    padding: 70px 30px 30px 30px;
}

.logofooter {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom:30px;
    border-bottom: solid 1px rgb(173, 172, 234);
}

    .logofooter h3 {
        font-size: 30px;
        letter-spacing: 5px;
        font-weight: 500;
        color: white;
    }

    .logofooter .icone {

        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .logofooter .icone img{

        height: auto;
        margin-top: auto;
    }

.newfooter .sezioni { 
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    align-items: flex-start;
}

.newfooter .sezioni:nth-child(1) {
    order: 1;
}

.newfooter .sezioni:nth-child(2) {
    order: 2;
}

.newfooter .sezioni:nth-child(3) {
    order: 3;
}

.newfooter .sezioni ul {
    margin: 0;
    list-style-type: none;
    margin-left: 15px;
    padding-left: 10px;
    border-left: solid 2px rgb(204, 208, 241);
}

    .newfooter .sezioni p,
    .newfooter .sezioni a,
    .newfooter .sezioni li { 
        color: rgb(240, 240, 242);
        text-align: left;
        font-size: 13px;
        line-height: 18px;
        margin: 0;
        text-decoration: none;
    }

    .newfooter .sezioni h3 {
        font-size: 22px;
        font-weight: 900;
        color: white;
        text-align: left;
        margin:0;
        letter-spacing: 2px;
    }

    .newfooter .sezioni .icone {

        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .newfooter .sezioni .icone img{

        height: auto;
        margin-top: auto;
    }

@media (max-width: 768px) { 

    .logofooter {
        flex-direction: column;
        gap: 30px;
    }

    .newfooter {
        flex-direction: column;
        align-items: flex-start;
        gap: 70px;
        padding: 40px 15px 15px 15px;
    }

    
    .newfooter .sezioni:nth-child(1) {
        order: 1;
        padding-bottom: 40px;
        border-bottom: dashed 1px white;
        width: 100%;
    }
    
    .newfooter .sezioni:nth-child(2) {
        order: 3;
    }
    
    .newfooter .sezioni:nth-child(3) {
        order: 2;
        padding-bottom: 40px;
        border-bottom: dashed 1px white;
        width: 100%;
    }

       /* .newfooter .sezioni ul {
            margin-left: 0;
            padding-left: 0;
            border: none;
        }

        .newfooter .sezioni p,
        .newfooter .sezioni a,
        .newfooter .sezioni li { 
            text-align: center;
        }

        .newfooter .sezioni h3 {
            text-align: center;
        }*/
}




/* Header Oculista */
.headeroculistaimage {
    width: 100vw;
    height: 100svh;
    background-image: url("/admin/immaginipersonalizzate/Oculista main 16-9.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.headeroculistaimage .testo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 90%;
  top: 20%;
}

    .headeroculistaimage .testo h2 {
        text-align: center;
        font-size: 5rem;
        font-weight: 700;
        font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
        color: #ffffff;
    }

    .headeroculistaimage .testo p {
        text-align: center;
        font-size: 22px;
        color: #ffffff;
        font-family: Lato, helvetica, arial, sans-serif;
        letter-spacing: 10px;
    }

    .headeroculistaimage .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

        .headeroculistaimage .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headeroculistaimage .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }


@media (max-width: 768px) {

    .headeroculistaimage {
        height: 120svh;
        background-image: url("/admin/immaginipersonalizzate/Oculista main 9-16.webp");
    }

    .headeroculistaimage .testo {
        top: 20%;
      }

    
        .headeroculistaimage .testo h2 {

            font-size: 3rem;
        }
    
        .headeroculistaimage .testo p {
            font-size: 17px;
        }
        .headeroculistaimage .testo .bottonee {
            min-height: 40px
        }

        .headeroculistaimage .testo .ctas {
           align-items: center;
           flex-direction: column;
           margin-top: 30px;
       }
 
}




/* Header Estetica */

.headerestetica0 {
    position: relative;
    width: 100vw;
    height: 100svh;
    background-color: black;
  }

  
  .headerestetica {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background-size: cover;
    transition: opacity 500ms ease-in-out;
  }
  
  #bg1, #bg2 {
    z-index: 1;
  }
  
  .headerestetica0 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .headerestetica0.sizeclinici {
    height: 80svh !important;
  }

  .headerestetica0 .headercasiclinici {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    transition: opacity 500ms ease-in-out;
  }

  .headerestetica0 .gradientoverlay {
    display: none;
  }
  
  .headerestetica0 .logoesteticaheader {
    position: absolute;
    top: 30%;
    background-image: url('/admin/immaginipersonalizzate/logo medicina estetica bianco.png');
    width: 500px;
    height: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .headerestetica0 .logoesteticaheader2 {
    position: absolute;
    top: 90%;
    background-image: url('/admin/immaginipersonalizzate/logo medicina estetica bianco.png');
    width: 500px;
    height: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .headerestetica0 .testo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
  }
  
      .headerestetica0 .testo h2 {
          text-align: center;
          font-size: 5rem;
          font-weight: 700;
          font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
          color: #ffffff;
      }
  
      .headerestetica0 .testo p {
          text-align: center;
          font-size: 22px;
          color: #ffffff;
          font-family: Lato, helvetica, arial, sans-serif;
          letter-spacing: 10px;
      }

      .headerestetica0 .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: center;
    }

        .headerestetica0 .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;

        }

        .headerestetica0 .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }

  
  /* Mobile version */
  @media (max-width: 767px) {
    .headerestetica0 {
        height: 120svh;
    }

      
  .headerestetica {
    height: 120svh;
  }

  .headerestetica0 .logoesteticaheader {
    top: 30%;
    background-image: url('/admin/immaginipersonalizzate/logo medicina estetica bianco.png');
    width: 300px;
    height: 200px;
  }

  .headerestetica0 .gradientoverlay {
    display: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50svh;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 139, 1), 
    rgba(151, 204, 247, 0) 100% );
    z-index: 3; 
  }

  .headerestetica0 .logoesteticaheader2 {
    top: 90%;
    background-image: url('/admin/immaginipersonalizzate/logo medicina estetica bianco.png');
    width: 300px;
    height: 200px;
  }

  .headerestetica0 .testo h2 {

    font-size: 3rem;
}

.headerestetica0 .testo p {
    font-size: 17px;
}

  }
  

/* Tablet Portrait */
@media only screen and (orientation: portrait) and (min-width: 768px) and (max-width: 3000px) {
    .headerestetica0.sizeclinici {
        height: 50svh !important;
    }

    .sizeclinici .testo {
        top: 30%;
    }

    .sizeclinici .testo h2 {
        font-size: 3.5rem;
    }
}

/* Mobile Landscape */
@media only screen and (orientation: landscape) and (max-width: 812px) {
    .sizeclinici .testo {
        top: 30%;
    }

    .sizeclinici .testo h2 {
        font-size: 3rem;
    }
  }




/* Header Endocrinologo */
.headerendocrinologo00 {
    background-color: #fbfbfb;

}
.headerendocrinologo0 {
   display: flex;
   flex-direction: row;
   gap: 20px;
   align-items: stretch; 
   max-width: 1200px;
   padding: 30px 30px;
   background-color: #fbfbfb;
   justify-content: center;
   margin: auto;
}

.headerendocrinologo0 .testo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding-top: 30px;
    flex: 1;
}

    .headerendocrinologo0 .testo h2 {
        font-size: 3.5rem;
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 700;
        color: black;
        line-height: 3.5rem;
    }

    .headerendocrinologo0 .testo h3 {
        font-size: 1.6rem;
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 700;
        color: black;
        line-height: 2.9rem;
    }

    .headerendocrinologo0 .testo .subheader {
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        color: #585858;
        line-height: 31px;
    }

    .headerendocrinologo0 .testo ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .headerendocrinologo0 .testo ul li {
        font-size: 15px;
        font-family: Lato, helvetica, arial, sans-serif;
        margin-bottom: 0px;
        position: relative;
        color: #585858;
        display: flex;
        flex-direction: row;

    }

    .headerendocrinologo0 .testo ul li::before {
        content:'';
        position: absolute;
        left: -15px;
        
    }

    .headerendocrinologo0 .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
    }

        .headerendocrinologo0 .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headerendocrinologo0 .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }

    
    .headerendocrinologo0 .immagine {
        flex: 0.8;
    }    

    .headerendocrinologo0 .immagine img { 
        object-fit: fill;
        width: 100%;
        height: 100%;
    }


    /* Mobile */
    @media only screen and (max-width: 768px) {
        .headerendocrinologo0 {
            flex-direction: column;
         }
         
         .headerendocrinologo0 .testo {
             align-items: center;
         }
         
             .headerendocrinologo0 .testo h2 {
                 text-align: center;
                 font-size: 2.9rem;
             }

            .headerendocrinologo0 .testo h3 {
                 text-align: center;
                 font-size: 1.2rem;
             }
         
             .headerendocrinologo0 .testo .subheader {
                 text-align: center;
                 font-size: 1.5rem;
             }
         
            
         
             .headerendocrinologo0 .testo .bottonee {
                 min-height: 40px
             }

             .headerendocrinologo0 .testo .ctas {
                align-items: center;
                flex-direction: column;
            }
      
             .headerendocrinologo0 .immagine {
                 height: 60svh;
             }    
             
    }

    /* Mezze Misure */ 
    @media only screen and (min-width: 769px) and (max-width: 850px) {
        .headerendocrinologo0 {
            flex-direction: column;
         }
         
         .headerendocrinologo0 .testo {
             align-items: flex-start;
         }
         
             .headerendocrinologo0 .testo h2 {
                 text-align: left;
             }
         
             .headerendocrinologo0 .testo .subheader {
                 text-align: left;
             }
         
            
         
             .headerendocrinologo0 .testo .ctas {
                 justify-content: flex-start;
             }
      
             .headerendocrinologo0 .immagine {
                 height: 90svh;
             }    
             
    }




/* Header Cardiologia */
.headercardiologo00 {
    background-color: #fbfbfb;

}
.headercardiologo0 {
   display: flex;
   flex-direction: row;
   gap: 20px;
   align-items: stretch; 
   max-width: 1200px;
   padding: 30px 30px;
   background-color: #fbfbfb;
   justify-content: center;
   margin: auto;
}

.headercardiologo0 .testo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding-top: 30px;
    flex: 1;
}

.headercardiologo0 .testo .tiny {
    text-align: left;
}

    .headercardiologo0 .testo h2 {
        font-size: 3.5rem;
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 700;
        color: #251F18;
        line-height: 3.5rem;
    }

    .headercardiologo0 .testo .subheader {
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        color: #585858;
        line-height: 31px;
    }

    .headercardiologo0 .testo ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .headercardiologo0 .testo ul li {
        font-size: 15px;
        font-family: Lato, helvetica, arial, sans-serif;
        margin-bottom: 0px;
        position: relative;
        color: #585858;
        display: flex;
        flex-direction: row;

    }

    .headercardiologo0 .testo ul li::before {
        content:'';
        position: absolute;
        left: -15px;
        
    }

    .headercardiologo0 .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
    }

        .headercardiologo0 .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headercardiologo0 .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }

    
    .headercardiologo0 .immagine {
        flex: 0.8;
    }    

    .headercardiologo0 .immagine img { 
        object-fit: fill;
        width: 100%;
        height: 100%;
    }


    /* Mobile */
    @media only screen and (max-width: 768px) {
        .headercardiologo0 {
            flex-direction: column;
         }
         
         .headercardiologo0 .testo {
             align-items: center;
         }

         .headercardiologo0 .testo .tiny {
            text-align: center;
        }
         
             .headercardiologo0 .testo h2 {
                 text-align: center;
                 font-size: 2.9rem;
             }
         
             .headercardiologo0 .testo .subheader {
                 text-align: center;
                 font-size: 1.5rem;
             }
         
            
         
             .headercardiologo0 .testo .bottonee {
                 min-height: 40px
             }

             .headercardiologo0 .testo .ctas {
                align-items: center;
                flex-direction: column;
            }
      
             .headercardiologo0 .immagine {
                 height: 80svh;
             }    
             
    }

    /* Mezze Misure */ 
    @media only screen and (min-width: 769px) and (max-width: 850px) {
        .headercardiologo0 {
            flex-direction: column;
         }
         
         .headercardiologo0 .testo {
             align-items: flex-start;
         }
         
             .headercardiologo0 .testo h2 {
                 text-align: left;
             }
         
             .headercardiologo0 .testo .subheader {
                 text-align: left;
             }
         
            
         
             .headercardiologo0 .testo .ctas {
                 justify-content: flex-start;
             }
      
             .headercardiologo0 .immagine {
                 height: 90svh;
             }    
             
    }




/* Header Vascolare */
.headervascolare00 {
    background-color: #fbfbfb;

}
.headervascolare0 {
   display: flex;
   flex-direction: row;
   gap: 20px;
   align-items: stretch; 
   max-width: 1200px;
   padding: 30px 30px;
   background-color: #fbfbfb;
   justify-content: center;
   margin: auto;
}

.headervascolare0 .testo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding-top: 30px;
    flex: 1;
}

    .headervascolare0 .testo h2 {
        font-size: 3.5rem;
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 900;
        color: #251F18;
        line-height: 3.5rem;
    }

    .headervascolare0 .testo .subheader {
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        color: #585858;
        line-height: 31px;
    }

    .headervascolare0 .testo ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .headervascolare0 .testo ul li {
        font-size: 15px;
        font-family: Lato, helvetica, arial, sans-serif;
        margin-bottom: 0px;
        position: relative;
        color: #585858;
        display: flex;
        flex-direction: row;

    }

    .headervascolare0 .testo ul li::before {
        content:'';
        position: absolute;
        left: -15px;
        
    }

    .headervascolare0 .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: flex-start;
    }

        .headervascolare0 .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headervascolare0 .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }

    
    .headervascolare0 .immagine {
        flex: 0.8;
    }    

    .headervascolare0 .immagine img { 
        object-fit: fill;
        width: 100%;
        height: 100%;
    }


    /* Mobile */
    @media only screen and (max-width: 768px) {
        .headervascolare0 {
            flex-direction: column;
         }
         
         .headervascolare0 .testo {
             align-items: center;
         }
         
             .headervascolare0 .testo h2 {
                 text-align: center;
                 font-size: 2.9rem;
             }
         
             .headervascolare0 .testo .subheader {
                 text-align: center;
                 font-size: 1.5rem;
             }
         
            
         
             .headervascolare0 .testo .bottonee {
                 min-height: 40px
             }

             .headervascolare0 .testo .ctas {
                align-items: center;
                flex-direction: column;
            }
      
             .headervascolare0 .immagine {
                 height: 80svh;
             }    
             
    }

    /* Mezze Misure */ 
    @media only screen and (min-width: 769px) and (max-width: 850px) {
        .headervascolare0 {
            flex-direction: column;
         }
         
         .headervascolare0 .testo {
             align-items: flex-start;
         }
         
             .headervascolare0 .testo h2 {
                 text-align: left;
             }
         
             .headervascolare0 .testo .subheader {
                 text-align: left;
             }
         
            
         
             .headervascolare0 .testo .ctas {
                 justify-content: flex-start;
             }
      
             .headervascolare0 .immagine {
                 height: 90svh;
             }    
             
    }




/* Header Allineatori */
.headerallineatori00 {
    width: 100%;
    height: 110svh;
    background-image: url('/admin/immaginipersonalizzate/headerallineatori16-9.webp');
    background-size: 100% 100%;
}

.headerallineatori0 {
    margin: 0px auto;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50%;
}

    .headerallineatori0 .text1 {
        font-size: 15px;
        text-transform: uppercase;
        color:white;
        text-align: center;
    }

    .headerallineatori0 h2 {
        font-size: 3.5em;
        color: white;
        font-weight: 900;
        text-align: center;
    }

    .headerallineatori0 .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: center;
        margin-top: 40px;
    }

        .headerallineatori0 .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headerallineatori0 .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }
    
@media only screen and (max-width: 975px) and (min-width: 769px) {
    .headerallineatori00 {
        background-image: url('/admin/immaginipersonalizzate/headerallineatori10-16.webp');
        height: 120svh;
    }

    .headerallineatori0 {
        padding-top: 100px;
        max-width: 60%;
    }
}

@media only screen and (max-width:768px) {
    .headerallineatori00 {
        background-image: url('/admin/immaginipersonalizzate/headerallineatori9-16.webp');
    }


    .headerallineatori0 {
        padding-top: 100px;
        max-width: 90%;
    }

    .headerallineatori0 .text1 {
        max-width: 70%;
    }

    .headerallineatori0 .ctas {
        flex-direction: column;
        align-items: center;
    }

}




/* Header Arcate */ 
.headerarcate00 {
    background: linear-gradient(to top, rgb(190, 190, 190), rgb(255, 255, 255));

}
.headerarcate0 {
   display: flex;
   flex-direction: row;
   gap: 20px;
   align-items: stretch; 
   max-width: 1200px;
   padding: 30px 30px 0px 30px;
   justify-content: center;
   margin: auto;
}

.headerarcate0 .testo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 1;
}

    .headerarcate0 .testo h2 {
        font-size: 2.5rem;
        font-family: Lato, helvetica, arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #251F18;
        line-height: 4rem;
    }

    .headerarcate0 .tiny {
        font-size: 1rem;
        font-family: Lato, helvetica, arial, sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: -50px;
    }

    .headerarcate0 .tiny2 {
        font-size: 0.9rem;
        font-family: Lato, helvetica, arial, sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: -50px;
        color: #676767;
    }

    .headerarcate0 .testo .subheader {
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 300;
        font-size: 1.2rem;
        color: #2e2e2e;
        line-height: 34px;
        margin-top: -20px;
    }

    .headerarcate0 .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: flex-start;
    }

        .headerarcate0 .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headerarcate0 .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }

    
    .headerarcate0 .immagine {
        flex: 1;
    }    

    .headerarcate0 .immagine img { 
        object-fit: fill;
        width: 100%;
        height: 100%;
    }

    .headerarcate0 .loghi {
        display: flex;
        max-width: 600px;
        flex-wrap: wrap;
        gap: 15px;
        opacity: 0.7;
    }


    /* Mobile */
    @media only screen and (max-width: 768px) {
        .headerarcate0 {
            flex-direction: column;
         }
         
         .headerarcate0 .testo {
             align-items: center;
         }
         
         .headerarcate0 .testo h2 {
            font-size: 2rem;
            text-align: center;
            line-height: 3rem;
        }
    
        .headerarcate0 .tiny {
            text-align: center;
        }
    
        .headerarcate0 .tiny2 {
            text-align: center;
        }
    
        .headerarcate0 .testo .subheader {
            text-align: center;
            font-size: 1rem;
        }
            
         
             .headerarcate0 .testo .bottonee {
                 min-height: 40px
             }

             .headerarcate0 .testo .ctas {
                align-items: center;
                flex-direction: column;
            }
      
             .headerarcate0 .immagine {
                 height: 60svh;
             }  

             .headerarcate0 .loghi {
                justify-content: center;
             }
             
    }

    /* Mezze Misure */ 
    @media only screen and (min-width: 769px) and (max-width: 850px) {
        .headerarcate0 {
            flex-direction: column;
         }
         
         .headerarcate0 .testo {
             align-items: center;
         }
         
             .headerarcate0 .testo h2 {
                 text-align: center;
             }
         
             .headerarcate0 .testo .subheader {
                 text-align: center;
             }
         
            
             .headerarcate0 .tiny {
                text-align: center;
            }
        
            .headerarcate0 .tiny2 {
                text-align: center;
            }

             .headerarcate0 .testo .ctas {
                 justify-content: center;
             }
      
             .headerarcate0 .immagine {
                 height: 60svh;
             }    
             
    }




/* Header Openday */ 

/* Header Oculista */
.headeropenday {
    width: 100vw;
    height: 100svh;
    background-image: url("/admin/immaginipersonalizzate/HeroOpenDayEstetica16-9.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.headeropenday.immagineorto {
    background-image: url("/admin/immaginipersonalizzate/HeroRF16-9.webp") !important;
}

.headeropenday.immagineRF {
    background-image: url("/admin/immaginipersonalizzate/TORTO16-9.webp") !important;
}

.headeropenday .testo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

    .headeropenday .testo h2 {
        text-align: center;
        font-size: 5rem;
        font-weight: 700;
        font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
        color: white;
    }

    .headeropenday .testo p {
        text-align: center;
        font-size: 22px;
        color: white;
        font-family: Lato, helvetica, arial, sans-serif;
        letter-spacing: 10px;
    }

    .headeropenday .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: center;
    }

        .headeropenday .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headeropenday .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }

    .headeropenday .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 2;    
    }


@media (max-width: 768px) {

    .headeropenday {
        height: 120svh;
        background-image: url("/admin/immaginipersonalizzate/HeroOpenDayEstetica9-16.webp");
    }

    .headeropenday.immagineorto {
        background-image: url("/admin/immaginipersonalizzate/TORTO9-16.webp") !important;
    }

    .headeropenday.immagineRF {
        background-image: url("/admin/immaginipersonalizzate/HeroRF9-16.webp") !important;
    }
    
        .headeropenday .testo h2 {

            font-size: 3rem;
        }
    
        .headeropenday .testo p {
            font-size: 17px;
        }
        .headeropenday .testo .bottonee {
            min-height: 40px
        }

        .headeropenday .testo .ctas {
           align-items: center;
           flex-direction: column;
       }
 
}




/* Header ProgettoDonna */
.headerprogettodonna {
    width: 100vw;
    height: 100svh;
    background-image: url("/admin/immaginipersonalizzate/HeaderProgettoDonna16-9.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.headerprogettodonna.menopausa {
    background-image: url("/admin/immaginipersonalizzate/MenopausaHero16-9.webp");
}

.headerprogettodonna2 {
    width: 100vw;
    height: 100svh;
    background-image:url("/admin/immaginipersonalizzate/ProgettoDonnaHero.webp"), linear-gradient(to top, #f5f5f7 , #715c85);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 60svh, cover;
    z-index: 0;
    position: relative;
}

.headerprogettodonna .testo, .headerprogettodonna2 .testo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 90%;
  top: 20%;
}

    .headerprogettodonna .testo h2, .headerprogettodonna2 .testo h2 {
        text-align: center;
        font-size: 5rem;
        font-weight: 700;
        font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
        color: #ffffff;
    }

    .headerprogettodonna .testo p, .headerprogettodonna2 .testo p {
        text-align: center;
        font-size: 22px;
        color: #ffffff;
        font-family: Lato, helvetica, arial, sans-serif;
        letter-spacing: 10px;
    }

    .headerprogettodonna .testo .ctas, .headerprogettodonna2 .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

        .headerprogettodonna .testo .ctas .bottonee, .headerprogettodonna2 .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headerprogettodonna .testo .ctas .bottonee .buttone2, .headerprogettodonna2 .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }


@media only screen and (min-width: 421px) and (max-width: 767px) {
    .headerprogettodonna {
        height: 120svh;
        background-image: url("/admin/immaginipersonalizzate/HeaderProgettoDonna9-13.webp");
        background-size: cover;
        background-position: bottom left;

    }

    .headerprogettodonna.menopausa {
        background-image: url("/admin/immaginipersonalizzate/MenopausaHero9-16.webp");
    }

    .headerprogettodonna2 {
        height: 90svh;
        background-size: contain;
    }

    .headerprogettodonna .testo h2, .headerprogettodonna2 .testo h2 {
        font-size: 3rem;
    }

}

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

    .headerprogettodonna.menopausa {
        background-image: url("/admin/immaginipersonalizzate/MenopausaHero9-16.webp");
    }


    .headerprogettodonna {
        height: 120svh;
        background-image: url("/admin/immaginipersonalizzate/HeaderProgettoDonna9-16.webp");
        background-size: 120% 100%;
        background-position: bottom left;

    }

    .headerprogettodonna2 {
        height: 120svh;
        background-image:url("/admin/immaginipersonalizzate/ProgettoDonnaHero9-16.webp"), linear-gradient(to top, #f5f5f7 , #715c85);
        background-size: 100%, cover;

    }

    .headerprogettodonna .testo, .headerprogettodonna2 .testo {
        top: 20%;
      }

    
        .headerprogettodonna .testo h2, .headerprogettodonna2 .testo h2 {

            font-size: 3rem;
        }
    
        .headerprogettodonna .testo p, .headerprogettodonna2 .testo p {
            font-size: 17px;
        }
        .headerprogettodonna .testo .bottonee, .headerprogettodonna2 .testo .bottonee  {
            min-height: 40px
        }

        .headerprogettodonna .testo .ctas, .headerprogettodonna2 .testo .ctas  {
           align-items: center;
           flex-direction: column;
           margin-top: 30px;
       }
 
}

@media only screen and (max-height: 450px) {
    .headerprogettodonna {
        height: 140svh;
        background-image: url("/admin/immaginipersonalizzate/HeaderProgettoDonna16-9.webp");
        background-size: cover;
        background-position: bottom center;

    }
}




/* Footer CasiClinici */

.footercasiclinici {
width: 100vw;
background: url('/admin/immaginipersonalizzate/StaffFooterOdontoiatrika.webp') center center / contain no-repeat, linear-gradient(to bottom, rgba(255,255,255,0) 0%, #1582d6 100%);
height: 50svh;
position: relative;
z-index: 2;
opacity: 0;
transform: translateY(100px);
transition: opacity 0.5s, transform 0.5s;
margin-top: 100px;
}

.footercasiclinici.animate {
    opacity: 1;
    transform: translateY(0);
}




/* Header Tecnico Ortopedico */
.headertecnico {
    width: 100vw;
    height: 70svh;
    background-image: url("/admin/immaginipersonalizzate/torto16-9.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.headertecnico.plantari {
    background-image: url("/admin/immaginipersonalizzate/heroplantari16-9.webp");
    background-size: 100% 100%;

}

.headertecnico.plantarisportivi {
    background-image: url("/admin/immaginipersonalizzate/hero plantari sportivi 16-9.webp");
    background-size: 100% 100%;

}


.headertecnico .testo {
  position: absolute;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  width: 45%;
  left: 10%;
  top:10%;
}

    .headertecnico .testo h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 100;
        font-family: 'Palanquin Dark', helvetica, Arial, Helvetica, sans-serif;
    }

    .headertecnico .testo p {
        text-align: left;
        font-size: 18px;
        font-family: 'Open Sans', helvetica, arial, sans-serif;
    }

    .headertecnico .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: flex-start;
    }

        .headertecnico .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headertecnico .testo .ctas .bottonee .buttone2 {
            display: flex; 
            flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }

    .headertecnico .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 2;    
    }

    .headertecnico .testo ul {
        padding: 0;
        margin: 20px 0 30px 0;
        list-style-type: none;
    }
    
    .headertecnico .testo ul li {
        font-size: 18px;
        font-family: 'Open Sans', helvetica, arial, sans-serif;
        padding-left: 20px;
        position: relative;
        color: #000000;
        line-height: 27px;
    }
    
    .headertecnico .testo ul li::before {
        content: '';
        position: absolute;
        left: 0; 
        top: 0.8em; 
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000000;
    }
    

@media (max-width: 768px) {

    .headertecnico {
        height: 120svh;
        background-image: url("/admin/immaginipersonalizzate/torto9-16.webp");
        background-size: cover;
    }

    .headertecnico.plantari {
        background-image: url("/admin/immaginipersonalizzate/heroplantari9-16.webp");
        background-position: left;
    }

    .headertecnico.plantarisportivi {
        background-image: url("/admin/immaginipersonalizzate/hero plantari sportivi 9-16.webp");
        background-position: left;
    }

        .headertecnico .testo {
            width: 100%;
            left: 0;
            top: 0;
        }

        .headertecnico .testo.v2 {
            top:35% !important;
          }

        .headertecnico .testo h2 {

            font-size: 32px;
        }
    
        .headertecnico .testo p {
            font-size: 15px;
        }
        .headertecnico .testo .bottonee {
            min-height: 40px
        }

        .headertecnico .testo .ctas {
           align-items: flex-start;
       }


    .headertecnico .testo ul li {
        font-size: 15px;

    }

 
}

@media only screen and (max-height: 450px)
{
    .headertecnico {
        height: 200svh;
    }

        .headertecnico .testo {
            width: 70%;

        }

        .headertecnico .testo h2 {

            font-size: 3rem;
        }
    
        .headertecnico .testo p {
            font-size: 17px;
        }
        .headertecnico .testo .bottonee {
            min-height: 40px
        }

        .headertecnico .testo .ctas {
           align-items: flex-start;
           flex-direction: column;
       }
 
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {

    .headertecnico {
        background-size: 100% 100%;
        height: 90svh;
    }
    .headertecnico .testo {
        width: 45%;
        left: 10%;
        top: 0;
      }
}




/* Header Sbiancamento LP */ 
.headersbiancamento2 {
    width: 100vw;
    height: 90lvh;
    background-image: url("/admin/immaginipersonalizzate/HeroSbiancamento16-9.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.headersbiancamento2 .testo{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 90%;
  top: 20%;
}

    .headersbiancamento2 .testo h2 {
        text-align: center;
        font-size: 3.7rem;
        font-weight: 700;
        font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
        color: #000000;
    }

    .headersbiancamento2 .testo p {
        text-align: center;
        font-size: 22px;
        color: #000000;
        font-family: Lato, helvetica, arial, sans-serif;
        letter-spacing: 10px;
    }

    .headersbiancamento2 .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

        .headersbiancamento2 .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headersbiancamento2 .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }


@media only screen and (min-width: 421px) and (max-width: 767px) {
    .headersbiancamento2 {
        height: auto;
        aspect-ratio: 9 / 16;
        background-image: url("/admin/immaginipersonalizzate/HeroSbiancamento9-16.webp");
        background-size: cover;
        background-position: bottom left;

    }

    .headersbiancamento2 .testo h2 {
        font-size: 3rem;
    }

}

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

    .headersbiancamento2 { 
        height: auto ;
        aspect-ratio: 9 / 20;
        background-image: url("/admin/immaginipersonalizzate/HeroSbiancamento9-16.webp");
        background-position: bottom left;

    }

    .headersbiancamento2 .testo {
        top: 20%;
      }

    
        .headersbiancamento2 .testo h2 {

            font-size: 2.5rem;
        }
    
        .headersbiancamento2 .testo p {
            font-size: 17px;
        }
        .headersbiancamento2 .testo .bottonee  {
            min-height: 40px
        }

        .headersbiancamento2 .testo .ctas  {
           align-items: center;
           flex-direction: column;
           margin-top: 30px;
       }
 
}

@media only screen and (max-height: 450px) {
    .headersbiancamento2 {
        height: 140lvh;
        background-image: url("/admin/immaginipersonalizzate/HeroSbiancamento16-9.webp");
        background-size: cover;
        background-position: ottom center;

    }
}


/* Header EyeLight */

.headerLight {
    width: 100vw;
    height: 100svh;
    background-image: url("/admin/immaginipersonalizzate/HeroEyeLight16-9.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.headerLight.occhiosecco {
        background-image: url("/admin/immaginipersonalizzate/HeroOcchioSecco16-9.webp");
}

.headerLight.openday {
        background-image: url("/admin/immaginipersonalizzate/HeroLLLT16-9.webp");
}

.headerLight .testo{
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translate(-50%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 90%;
}

.headerLight .testo.occhiosecco{
  bottom: 60% !important;
}

    .headerLight .testo h1 {
        text-align: center;
        font-size: 3.7rem;
        font-weight: 700;
        font-family: Lato, helvetica, Arial, Helvetica, sans-serif;
        color: #000000;
    }

    .headerLight .testo p {
        text-align: center;
        font-size: 22px;
        color: #000000;
        font-family: Lato, helvetica, arial, sans-serif;
        letter-spacing: 10px;
    }

    .headerLight .testo .ctas {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

        .headerLight .testo .ctas .bottonee {
            max-width: 250px;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex: 1;
            width: fit-content;
            padding: 10px;
            width: 100%;
            background-color: transparent;
        }

        .headerLight .testo .ctas .bottonee .buttone2 {
            display: flex; flex-direction: row; justify-content: center; align-items: center; 
            gap: 10px;
            width: fit-content;
        }


@media only screen and (min-width: 450px) and (max-width: 767px) {
    .headerLight {
        height: auto;
        aspect-ratio: 9 / 16;
        background-image: url("/admin/immaginipersonalizzate/HeroEyeLight9-16.webp");

    }

    .headerLight.occhiosecco {
        background-image: url("/admin/immaginipersonalizzate/HeroOcchioSecco9-16.webp");
}

.headerLight.openday {
        background-image: url("/admin/immaginipersonalizzate/HeroLLT9-16.webp");
}

    .headerLight .testo h1 {
        font-size: 3rem;
    }

}

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

    .headerLight { 
        height: auto ;
        aspect-ratio: 9 / 20;
        background-image: url("/admin/immaginipersonalizzate/HeroEyeLight9-16.webp");

    }
.headerLight.occhiosecco {
        background-image: url("/admin/immaginipersonalizzate/HeroOcchioSecco9-16.webp");
}

    .headerLight .testo {
        bottom: 5%;
      }

    
        .headerLight .testo h1 {

        font-size: clamp(2rem, 8vw, 2.5rem);
        }
    
        .headerLight .testo p {
            font-size: 17px;
            line-height: 30px;
        }
        .headerLight .testo .bottonee  {
            min-height: 40px
        }

        .headerLight .testo .ctas  {
           align-items: center;
           flex-direction: column;
           margin-top: 30px;
       }
 
}

@media only screen and (max-height: 450px) {
    .headerLight {
        height: 140lvh;
        background-image: url("/admin/immaginipersonalizzate/HeroEyeLight16-9.webp");
        background-size: cover;
        background-position: bottom center;

    }
}

