  body{
    background-color: rgb(0, 0, 0);
 overflow-x: hidden;
   position: relative!important;
  
  }

  *::-webkit-scrollbar {
    display: none;
  }

a:link{
  color: rgb(199, 161, 79);
  font-style: italic;
}

a:visited{
  color: rgb(199, 161, 79);
}




  * {
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */

}


                  
            

#curtains{
  width: 100%;
  height: 100vh;
  z-index: 9000;
  display: block;
  position: fixed;
  background-color: #00000000;
  pointer-events: none;  
}


#loadScreen{
  width: 100%;
  height: 60px;
  z-index: 9001;
  display: block;
  position: fixed;
  bottom: -0px;
  background:   linear-gradient(to top, rgba(77, 4, 26, 0.932) 10%, #a31c3ef8  205%); 
border-radius: 40% 40% 0 0;
}

.preloader-1 {
  margin: auto;
  width: 66px;
  height: 12px;
  position: relative;
 display: block;

}



.loadBox {
  color: rgb(224, 194, 165);
  margin: auto; 
  pointer-events: none;
  text-transform: uppercase;
  text-align: center;
  font-family: 'marcellus sc';
  font-size: 16px;
  letter-spacing: 2px;
  width: 100%;
 pointer-events: none;
  display: block;
}

.preloader-1 .lines {
  width: 3px;
  height: 15px;
  border-radius: 2px;
  background: rgb(233, 205, 164);
  display: inline-block;
  animation: opacity-1 1000ms infinite ease-in-out;
}

.loadText{
  margin-top: 8px;
  margin-bottom: 4px;
}


.preloader-1 .line-1 { animation-delay: 1600ms; }
.preloader-1 .line-2 { animation-delay: 1200ms; }
.preloader-1 .line-3{ animation-delay: 800ms; }
.preloader-1 .line-4{ animation-delay: 400ms; }
.preloader-1 .line-6{ animation-delay: 400ms; }
.preloader-1 .line-7 { animation-delay: 800ms; }
.preloader-1 .line-8{ animation-delay: 1200ms; }
.preloader-1 .line-9 { animation-delay: 1600ms; }

@keyframes opacity-1 { 
  0% { 
    opacity: 1;
  }
  50% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }  
}

@keyframes opacity-2 { 
  0% { 
    opacity: 1;
    height: 15px;
  }
  50% { 
    opacity: 0;
    height: 12px;
  }
  100% { 
    opacity: 1;
    height: 15px;
  }  
} 

.curtain{
pointer-events: initial;
margin-top: 0px;
position: relative;
  width: 0%;
  height: 100%;
  transition: ease 1s;
  color: #f1d67d00;
  font-size: 27px;
  font-family: 'marcellus sc';
 letter-spacing: 2px;
  padding-top: 50vh;
pointer-events: none;
}

#halfLeftCurt{
  float: left;
  background:   linear-gradient(to right, rgb(0, 6, 10) 60%, #8d2d21 305%); 
  text-align: right;
}

#halfRightCurt{
  float: right;
  background:   linear-gradient(to left, rgb(0, 6, 10) 60%, #8d2d21  305%); 
  text-align: left;
}

.closedCurtain{
  width: 50%;
  color: #f1d67d;
  font-size: 27px;
}



         
  h1{
    font-size: 40px;
  font-family: 'Marcellus SC';
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 15px;
  text-align: center;
  color: rgb(216, 189, 147);
  z-index: 40;
  width: 100%;

  }


  h2{
    font-size: 15px;
    font-family: 'Marcellus SC';
    font-weight: 700;
    letter-spacing: 4px;
text-align: center;
    color: rgb(194, 206, 206);
    z-index: 40;
    }

#footer{
  width: 100%;
  height: 330px;
  background:   linear-gradient(to top, rgb(9, 28, 43) 20%, #6396d8de 195%);
  position: fixed;
  bottom: -200%;

  z-index: 1000;
border-radius: 10% 10% 0 0;
  box-shadow: 1px 1px 18px 5px #c8c5c56e;
  opacity: 1;
  transition: 0.8s;
  padding: 0px;
}
.contactFooter{
  width: 100%;
  height: 220px;
  background:   linear-gradient(to top, rgb(9, 28, 43) 20%, #6396d8de 195%);
float: left;


border-radius: 10% 10% 0 0;
  box-shadow: 1px 1px 18px 5px #c8c5c56e;
  opacity: 1;
  transition: 0.8s;

}
.contactFooter.mare{
  background:   linear-gradient(to top, rgb(139, 44, 18) 10%, #d7c2b6de 235%)!important;
  box-shadow: 1px 1px 28px 2px #ddd1d7d5;
 }

.infoFooterContact{
  width: 100%;
  font-family: 'comfortaa';
 letter-spacing: 1px;
  text-align: center;
text-decoration: none!important;
  margin-top: 30px;
  font-size: 15px; 
  color: #b0bfcd;
  text-decoration-color: rgba(173, 172, 172, 0.726);
}
#linkTelContact{
  color: #b0bfcd;
font-style: normal;
text-decoration: none!important;
 }
 .contactIconContact{
  font-size: 22px;
  margin-right: 16px;
  color: #c2983d;
}

.footerCenterContFixed{
  
  width: 100%;

float: left;
  margin-right: 0px;


 margin-top: 60px;
 
text-align: center;
padding-bottom: 20px;
 }
#footer.opened{
  bottom:0;
}
#blurryFooter{
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 902;
  transition: 1.3s;
  opacity: 0;
  pointer-events: none;
 
}
#blurryFooter.aperto{
  opacity: 1;
  pointer-events: all;
}

.startHere{
  color: #d0c09a;
  font-family: 'marcellus sc';
  font-size: 19px;
  font-weight: 100;
  letter-spacing: 3px;
  text-align:center;
  width: 100%;
  margin-bottom: 30px;
}

.startHere.mare{
  color: #ddc699;
}


.spaziatoreFooter{
  height: 100px;
  float: left;
  width: 100%;
  padding: 0px 0%;
  margin-top: 10px;
}
.footerLink{
  color: #accfd3;
  font-size: 13px;
  font-family: 'comfortaa';
  float: left;
cursor: pointer;
 text-align: right;
border-radius: 5px;
  transition: 0.1s;
/* box-shadow: inset 2px 2px 2px 2px rgba(198, 87, 87, 0.239), 1px 1px 14px 1px rgba(235, 86, 86, 0.998); */
}

.footerLink.mare{
  color: #ede2db;
}

.footerLink.selected{
  box-shadow: 1px 1px 8px 5px #f0c5c02a, inset 1px 1px 1px 12px #eccab32a ;
  color: rgb(211, 184, 116);
}

.footerLink:hover{
  color: #dbc892;
}
.footerLink1{

margin-right: 40px;
 
}
.footerLink2{
  margin-right: 40px;
}
.footerLink3{
 text-align: left;
}

 .portLink2{

  margin-top: 2px;
 }


 .infoPort{
left: 620px;
  font-size: 20px;
margin-bottom: -5px;
  }

  .infoPort2{
    left: 620px;
      font-size: 20px;
    margin-bottom: -5px;
    
      }

 .dividerFooter{
  height: 2px;
  background-color: #45758848;
  border-radius: 10px;
  width: 50%;
  padding: 0px 25%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 30px;
 }

 .dividerFooter.mare{
  background-color: #a0804e48;
 }


#footer.mare{
 background:   linear-gradient(to top, rgb(139, 44, 18) 10%, #d7c2b6de 235%)!important;
 box-shadow: 1px 1px 28px 2px #ddd1d7d5;
}

#footer.diorama{
  background:  linear-gradient(to bottom, rgba(54, 118, 116, 0.938) 5%, #febb97bb 155%)!important;
}

.diorama{
  background:  linear-gradient(to bottom, rgba(54, 118, 116, 0.938) 5%, #febb97bb 155%)!important;
}


       #navigator{
                    position: fixed;
                    top: -0px;
                    float: right;
                    height: 60px;
                    background:   linear-gradient(to top, rgb(12, 39, 58) 10%, #5498d4 235%);
                    
                    box-shadow: 1px 1px 28px 2px #81827e6e;
                    width: 100%;
                    z-index: 903;
                    padding-top: 5px;
                    border-radius: 0  0 10% 10% ;
                    transition: 0.5s;
               }    
               
               #navigator.mares{
                background:   linear-gradient(to top, rgb(136, 47, 22) 10%, #d7c2b6 235%)!important;
                box-shadow: 1px 1px 28px 2px #301724d5;
               }
               #navigator.diorama{
                background:  linear-gradient(to bottom, rgba(54, 118, 116, 0.938) 5%, #febb97bb 155%)!important;
               }
 
                        .logoLink:hover{
                          transform: scale(1.1);
                        }

                        .logoLink{
                        float: left;
                        font-size: 27px!important;
                        font-weight: bolder;
                        font-family: 'Marcellus SC';
                        color: rgb(216, 189, 147);
                        margin: 8px 20px 0 55px;
                        height: 50%;
                        width: 60px;
                        cursor: pointer;
                        transition: 0.7s;
                        }

                   



  .header{
    height:800px;
    width: 100%;
    margin: auto;
  padding-top: 80px;  
  }

#buttonTo2{
  height: 10px;
  width: 30px;


margin: auto;

z-index: 800;
}

.arrowTo{

  -webkit-animation: point 1s infinite linear;
  animation: point 1s infinite linear;
 position: absolute;
 bottom: 178px;
  font-size: 35px;
  color: #d1b67b;
cursor: pointer;

display: block;

}

  #title{

size: 100%;
height: 0px;
width: 100%;
margin-top: 10vh;
margin-bottom: 20px;
  }

  .half60{
    width: 100%;
    float: left;
    height: 300px;

  }

.half40{
  height: auto;
  width: 100%;
  float: left;
}
          #presentazione{
    
          width: 100%;
          margin: auto;
          height: fit-content;
          background-color: rgba(8, 30, 37, 0.679);
          max-width: 500px;
       border: 2px solid rgba(163, 152, 101, 0.332);
          margin-top: 40px;
         transition: 1s;
          color: rgb(194, 187, 174);
          box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.267);
          -webkit-box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.267);
          -moz-box-shadow: 0 4px 14px 0 rgba(244, 244, 244, 0.399);
          padding: 30px;
          padding-top: 10px;
          padding-bottom: 10px;
          border-radius: 10px 10px 45% 45%;
          z-index: 150;
          margin-bottom: 150px;
          }
          #presentazione.mare{
            background-color: rgba(37, 22, 8, 0.679);
          }

       

          #testoPre{
            font-size: 16px;
            font-family: 'marcellus sc'!important;
            text-align: center;
            letter-spacing: 4px;
          line-height: 28px;
          margin-top: 8px;
          z-index: 151; 
          }

          .homeSubText{
            font-family: 'comfortaa';
            letter-spacing: 0px;
            font-size: 14px;
            text-align: left!important;
          }
          #presentazioneMusic{
    
            width: 100%;
            margin: auto;
            height: fit-content;
      
            background-color: rgba(8, 30, 37, 0.781);
            max-width: 500px;
         border: 2px solid rgba(163, 152, 101, 0.332);
            margin-top: 40px;
           transition: 1s;
            color: rgb(194, 187, 174);
            box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.267);
            -webkit-box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.267);
            -moz-box-shadow: 0 4px 14px 0 rgba(244, 244, 244, 0.399);
            padding: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 10px 10px 40% 40%;
            z-index: 150;
            margin-bottom: 90px;
            }
            #presentazioneMusic.mare{
              background-color: rgba(37, 22, 8, 0.679);
            }
  
         
  
            #testoPreMusic{
              font-size: 14px;
              font-family: 'marcellus sc'!important;
              text-align: center;
              letter-spacing: 3px;
            line-height: 28px;
            margin-top: 23px;
            margin-bottom: -30px;
            z-index: 151; 
            }
            .centerElementPre{
              width: 100%;
    
            }
            .shrinkVideo{
              transform: scale(0.8);
            }

            .homeLastWork{
              display: inline-block;
          
              margin-top: 30px;
              margin-bottom: 0px;
              width: 200px;
              height: 130px;
              cursor: pointer;    
              border: 2px solid rgb(175, 163, 126);
              border-radius: 9px;
              background-image: url('assets/Images/miniatures/BACARO.jpg');
              background-size: cover;
            }
 #lastWorkLB{
  background-image: url('assets/Images/miniatures/LB DANZA.jpg');
  margin-left: 25px;
 }
 #lastWorkBacaro{
  background-image: url('assets/Images/miniatures/BACARO.jpg');
 }
 #lastWorkDett{
  background-image: url('assets/Images/miniatures/dettagli.jpg');
 }
 #lastWorkShot{
  background-image: url('assets/Images/miniatures/SHOT ME DOWN.jpg');
  margin-left: 25px;
 }
    #goToAdaptive{
      margin: auto;
      width: 120px;
      text-align: center;
      color: rgb(225, 209, 158);
      height: 50px;
      margin-top: 0px;
      margin-bottom: 20px;
      border-radius: 40px;
      background:   linear-gradient(to bottom, rgba(70, 183, 214, 0.767) 17%, #4f4427b6 215%);
             border: 2px solid rgb(188, 170, 104);                   
      font-family: 'marcellus sc';
      padding-top: 12px;
      cursor: pointer;
    }
    .marginTop{
      margin-top: 60px!important;
    }

  #mixer{
  height: 137px;
  width: 0px;
  background-image:   linear-gradient(to left, rgb(14, 45, 70) 40%, #314557fb 105%); 
  position: fixed;
  top: 260px;
  right: -30px;
  border-radius: 40px 0px 0px 40px;
  transition: 0.4s;
border-style: solid;
  border-color:  rgba(150, 131, 90, 0.96);
  border-width: 1px 3px 1px 3px;
  border-right-width: 0!important;
  z-index: 905;
  box-shadow: inset 0 1px 8px 5px rgba(0, 0, 0, 0.309), 
  2px 2px 22px 2px rgba(199, 181, 157, 0.527);
  }
#mixer.mare{
  background-image:   linear-gradient(to left, rgb(136, 47, 22) 10%, #beaa9f 235%)!important;
}

  .muteAlertMixer{
    font-size: 40px;
    margin:45px 85px;
  }



 

  .mixerOpen{
    width: 210px!important;
  
    }



    #closeMixer{
      font-size: 0px;
      position: absolute;
      text-align: center;
     width: 20px;
     height: 20px;
      transition: 0.3s;
      padding-bottom: 45px;
      z-index: 410;
      border-radius: 4px;
    }

    .showCloseBut{
      z-index: 410;
      font-size: 30px!important;
      top: 51px;
      left: -19px; 
     
    }

    .croceBlu{
      border: solid  rgb(170, 143, 83);
      border-width: 0px;
      cursor: pointer;
      color: rgb(184, 157, 83);  background: linear-gradient(to right, rgba(39, 62, 93, 0.979) 10%, #274c60fd 115%);   border-radius: 37%; 
      box-shadow:inset 3px 5px 10px 1px rgba(0, 0, 0, 0.166),  2px 2px 14px 2px rgba(224, 206, 206, 0.209);
      z-index: 1001;
    }
    .croceBlu.openCroce{
      border-width: 1px 1px 1px 3px;
    }

    .croceBlu.mare{
      color: rgb(184, 157, 83);  background-image:   linear-gradient(to right, rgb(114, 46, 27) 10%, #c28b6e 235%)!important; 
    }


                    #volumeBar{
                      position: fixed;
                      width: 0px;
                      height: 40px;
                      top: 180px;
                      float: right;
                      right: -0px;
                      border-radius: 15px 0px 0px 15px;
                      z-index: 599;
                    opacity: 0;
                      border-style: solid;
                      border-color:  rgb(150, 134, 95);
                      border-width: 1px 0px 1px 3px;
                      -webkit-box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),  1px 2px 10px 10px rgba(105, 105, 105, 0.226);
                      -moz-box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),  1px 2px 10px 10px rgba(105, 105, 105, 0.226);
                      box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),  1px 2px 10px 10px rgba(105, 105, 105, 0.226);
                      transition: 0.5s;
                      background:   linear-gradient(to left, rgba(30, 46, 53, 0.877) 70%, #803306c9 175%); 
                      background:   linear-gradient(to left, rgb(14, 45, 70) 40%, #314557fb 105%); 

                      }

                      #volumeBar.mare{
                        background-image:   linear-gradient(to left, rgb(136, 47, 22) 10%, #beaa9f 235%)!important;
                      }

                        .openVolume{
                          width: 220px!important;
                      opacity: 1!important;
                        }

                      #s4 {                                       
                        height:13px;
                        width: 150px;
                          transition: 0.3s;
                      margin: 13px auto ;
                          background:   linear-gradient(to top, rgba(83, 83, 83, 0.911) 10%, #000000 215%); 
                          border: 2px solid rgba(201, 122, 32, 0.733) !important;  
                          -webkit-border-radius: 8px;
                          -moz-border-radius: 8px;
                          border-radius: 8px;
                          box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
                                  0 1px 0 0px rgba(250, 250, 250, 0);
                      }



                      #s4 .ui-slider-range {   background: linear-gradient(to right, rgba(199, 127, 33, 0.911) 10%, #f1d34e 115%);
                        border-radius: 6px;
                        box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
                        0 1px 0 0px rgba(250, 250, 250, 0);
                      }

                    #s4 .ui-slider-handle { background-image: url('assets/Images/interface/handler.png');
                      background-color: #00000000;
                      background-size: cover;
                      display: block;
                  
                    margin-top: -1px;
                      width: 22px !important;
                      height: 22px !important;
                      border: none;
                    }





                    #switchFixedContainer{
                      position: fixed;
                      top: 30px;
                      float: right;
                      height: 30px;
               display: block;
                pointer-events: none;
                      width: 100%;
                      z-index: 904;
               transition: 0.6s;
          
                    }
                    
                    .containerSwitch {
                    pointer-events: all;
                      height: calc(100% - 2rem);
                    transition: 0.6s;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      transform: scale(0.5);
         
                    }

                    .containerSwitch.largeEx{
                      transform: scale(1.8);
                    }
                    #switchFixedContainer.largeEx{
                      top: 330px;
                    }

                    
                    .switch {
                      position: relative;
                      overflow: hidden;
                      width: 7.5rem;
                      height: 4rem;
                      border-radius: 40px;
                      box-shadow: inset 0 1px 8px 5px rgba(255, 255, 255, 0.007), 
                      2px 2px 22px 2px rgba(199, 191, 157, 0.512);
                     
                    }
                    .switch.mare{
                      box-shadow: inset 0 1px 8px 5px rgba(255, 255, 255, 0.007), 
                      2px 2px 22px 2px rgba(69, 33, 5, 0.716);
                    }
                    
                    .switch input {
                      position: absolute;
                      top: 0;
                      left: 0;
                      z-index: 2;
                      opacity: 0;
                    }
                    
                    .switch label {
                      cursor: pointer;
                    }
                    
                    .background {
                      z-index: 1;
                      position: absolute;
                      width: 7.5rem;
                      height: 4rem;
                      border-radius: 2.5rem;
                      border: 0.25rem solid #af9881;
                      background: linear-gradient(to right, #484848 0%,#25324a 100%);
                      transition: all 0.3s;
              
                    }
                    
               
                    
                    .switch input:checked ~ .fill {
                      background: #E9F8FD;
                    }
                    
                    .stars1,
                    .stars2 {
                      position: absolute;
                      height: 0.4rem;
                      width: 0.4rem; 
                      background: #FFFFFF;
                      border-radius: 50%;
                      transition: 0.3s all ease;
                    }
                    
                    .stars1 {
                      top: 6px;
                      right: 23px;
                    }
                    
                    .stars2 {
                      top: 40px;
                      right: 48px;
                    }
                    
                    .stars1:after,
                    .stars1:before,
                    .stars2:after,
                    .stars2:before{
                      position: absolute;
                      content: "";
                      display: block;
                      height: 0.25rem;
                      width: 0.25rem;
                      background: #FFFFFF;
                      border-radius: 50%;
                      transition: 0.2s all ease;
                    }
                    
                    .stars1:after {
                      top: 8px;
                      right: 20px;
                    }
                    
                    .stars1:before {
                      top: 18px;
                      right: -12px;
                    }
                    
                    .stars2:after {
                      top: -8px;
                      right: -16px;
                    }
                    
                    .stars2:before {
                      top: 6px;
                      right: -26px;
                    }
                    
                    .sun-moon {
                      z-index: 2;
                      position: absolute;
                      left: 0;
                      display: inline-block;
                      height: 3rem;
                      width: 3rem;
                      margin: 0.5rem;
                      background: #FFFDF2;
                      border-radius: 50%;
                      transition: all 0.5s ease;
                      
                      /* Default to Moon */
                      border: 0.25rem solid #DEE2C6;
                    }
                    
                    .sun-moon .dots {
                      position: absolute;
                      top: 3px;
                      left: 23px;
                      height: 1rem;
                      width: 1rem; 
                      background: #EFEEDB;
                      border: 0.25rem solid #DEE2C6;
                      border-radius: 50%;
                      transition: 0.4s all ease;
                    }
                    
                    .sun-moon .dots:after,
                    .sun-moon .dots:before {
                      position: absolute;
                      content: "";
                      display: block;
                      height: 0.25rem;
                      width: 0.25rem;
                      background: #EFEEDB;
                      border: 0.25rem solid #DEE2C6;
                      border-radius: 50%;
                      transition: 0.4s all ease;
                    }
                    
                    .sun-moon .dots:after {
                      top: -4px;
                      left: -26px;
                    }
                    
                    .sun-moon .dots:before {
                      top: 18px;
                      left: -10px;
                    }
                    
                    /* Transition to Sun */
                    
                    .switch input:checked ~ .sun-moon {
                      left: calc(100% - 4rem);
                      background: #F5EC59;
                      border-color: #E7C65C;
                      transform: rotate(-25deg);
                    }
                    
                    .switch input:checked ~ .sun-moon .dots,
                    .switch input:checked ~ .sun-moon .dots:after,
                    .switch input:checked ~ .sun-moon .dots:before {
                      background: #FFFFFF;
                      border-color: #FFFFFF;
                    }
                    
                    .switch input:checked ~ .sun-moon .dots {
                      height: 1.5rem;
                      width: 1.5rem;
                      top: 0px;
                      left: -20px;
                      transform: rotate(25deg);
                    }
                    
                    .switch input:checked ~ .sun-moon .dots:after {
                      height: 0.65rem;
                      width: 0.65rem;
                      top: 2px;
                      left: -12px;
                    }
                    
                    .switch input:checked ~ .sun-moon .dots:before {
                      height: 0.4rem;
                      width: 0.4rem;
                      top: 6px;
                      left: 14px;
                    }
                    
                    .switch input:checked ~ .background .stars1,
                    .switch input:checked ~ .background .stars2 {
                      opacity: 0;
                      transform: translateY(2rem);
                    }
                    
                    .switch input:checked ~ .background {
                      border: 0.25rem solid #bba185;
                      background: linear-gradient(to right, #5ad3fb 0%, #ddad7e 70%);
                    }







                              #s1 {
                                    
                                    height:13px;
                                    width: 100px;
                                      transition: 0.3s;
                                      position: absolute;
                                      left: 49px;
                                      top:83px;
                                      background:   linear-gradient(to left, rgba(38, 92, 117, 0.911) 10%, #19b6ff 215%);
                                      border: 2px solid rgba(201, 122, 32, 0.733) !important;
                                      -webkit-border-radius: 8px;
                                      -moz-border-radius: 8px;
                                      border-radius: 8px;
                                      box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
                                      2px 2px 15px 2px rgba(250, 250, 250, 0.177);
                                  }

                         




                                    #s1 .ui-slider-range {   background: linear-gradient(to right, rgba(130, 111, 216, 0.911) 10%, #7be1eb 115%);
                                                              border-radius: 6px;
                                                              box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
                                                              0 1px 0 0px rgba(250, 250, 250, .5);
                                                            }

                                    #s1 .ui-slider-handle { background-image: url('assets/Images/interface/handler.png');
                                        background-color: #00000000;
                                                            background-size: cover;
                                                            display: block;
                                                            margin-top: -1px;
                                                            width: 22px !important;
                                                            height: 22px !important;
                                                            border: none;
                                                          }




                                    #s3 {
                                                  
                                      height:13px;
                                      width: 100px;
                                        transition: 0.3s;
                                        position: absolute;
                                        left: 49px;
                                        top: 37px;
                                        background:   linear-gradient(to top, rgba(83, 83, 83, 0.911) 10%, #000000 215%); 
                                        border: 2px solid rgba(201, 122, 32, 0.733) !important;
                                        -webkit-border-radius: 8px;
                                        -moz-border-radius: 8px;
                                        border-radius: 8px;
                                        box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
                                                2px 2px 15px 2px rgba(250, 250, 250, 0.173);
                                    }



                                    #s3 .ui-slider-range {   background: linear-gradient(to right, rgba(114, 30, 153, 0.911) 10%, #ff558d 95%);
                                      border-radius: 6px;
                                      box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
                                      0 1px 0 0px rgba(250, 250, 250, 0);
                                    }

                                  #s3 .ui-slider-handle { background-image: url('assets/Images/interface/handler.png');
                                    background-color: #00000000;
                                    background-size: cover;
                                    display: block;
                                
                                  margin-top: -1px;
                                    width: 22px !important;
                                    height: 22px !important;
                                    border: none;
                                  }




                                        .ui-slider-handle {
                                          outline: none!important;
                                          cursor: pointer!important;
                                        }






                                        #hideBottone{
                                          position: fixed;
                                                width: 50px;
                                                height: 50px; 
                                                top: 219px;
                                                float: right;
                                                right: -0px;
                                                border-radius: 27px 0px 0px 27px;
                                                z-index: 399;
                                                border-color:  rgb(161, 143, 93);
                                                border-width: 2px 0px 2px 2px;
                                                border-style: solid;
                                                background:   linear-gradient(to top, rgb(77, 4, 26) 10%, #a31c3e  205%); 

                                        }

                                


                                                #bottone{
                                                position: fixed;
                                                width: 50px;
                                                height: 50px;
                                                top: 219px;
                                                float: right;
                                                right: -0px;
                                                border-radius: 27px 0px 0px 27px;
                                                z-index: 399;
                                                cursor: pointer;
                                                border-style: solid;
                                                border-color:  rgb(161, 143, 93);
                                                border-width: 1px 0px 1px 2px;
                                                -webkit-box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),  1px 2px 10px 10px rgba(155, 155, 155, 0.295);
                                                -moz-box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),  1px 2px 10px 10px rgba(155, 155, 155, 0.295);
                                                box-shadow: inset 2px 6px 9px 0px rgba(0, 0, 0, 0.5),  1px 2px 10px 10px rgba(155, 155, 155, 0.226);
                                                transition: 0.9s;
                                                background: linear-gradient(to top, rgba(24, 30, 56, 0.911) 15%, #ad5c36ec 185%);
                                                }

                                                #bottone:hover{
                                                  background-color: rgb(41, 39, 36);
                                                  box-shadow: inset 5px 1px 10px 0px rgba(112, 112, 112, 0.5),  1px 2px 18px 12px rgba(211, 211, 211, 0.295);
                                                              }

                                                .closeBottone{
                                               
                                                margin-right: -99px;
                                                            }

                                                           .sliderIcon{
                                                            color: #e0c18f;
                                                            font-size: 32px;
                                                            margin-left: 11px;
                                                            margin-top: 0.25em;
                                                           }
                                                           .sliderIconEx{
                                                            color: #e0c18f;
                                                            font-size: 32px;
                                                         margin-left: 10px;
                                                         margin-bottom: -12px;
                                                         margin-right: 10px;
                                                           }





                                                              #hideMute{
                                                                top: 95px; 
                                                                width: 50px;
                                                                background:   linear-gradient(to top, rgb(77, 4, 26) 10%, #a31c3e  205%); 
                                                                height: 50px;
                                                                position: fixed;
                                                                float: right;
                                                                right: -0px;
                                                                border-radius: 26px 0px 0px 26px;
                                                                z-index: 399;
                                                                border-style: solid;
                                                                border-color:  rgb(161, 143, 93);
                                                                border-width: 2px 0px 2px 2px;
                                                              }

                                                              #hideMuteHome{
                                                             top:112px ;
                                                                width: 55px;
                                                                background:   linear-gradient(to top, rgb(77, 4, 26) 10%, #a31c3e  205%); 
                                                                height: 55px;
                                                            position: absolute;
                                                                padding-top: 3px;
                                                                border-radius: 26px 26px 26px 26px;
                                                                z-index: 400;
                                                                border-style: solid;
                                                                border-color:  rgb(161, 143, 93);
                                                                border-width: 2px 2px 2px 2px;
                                                              }


                                                              #wrapperMuteButtonSide{
                                                                opacity: 0;
                                                                pointer-events: none;
                                                                transition: 0.8s;
                                                              }

                                                              #wrapperMuteButtonSide.visibles{
                                                                opacity: 1;
                                                                pointer-events: all;
                                                              }

                                                #muteButton{
                                                  top: 95px; 
                                                  width: 50px;
                                                  background: linear-gradient(to top, rgba(59, 67, 110, 0.452) 10%, #965c3abe 115%);
                                                   background-color: rgb(0, 0, 0);
                                                  height: 50px;
                                                  position: fixed;
                                                  float: right;
                                                  right: -0px;
                                                  border-radius: 26px 0px 0px 26px;
                                                  z-index: 399;
                                                  cursor: pointer;
                                                  border-style: solid;
                                                  border-color:  rgb(146, 130, 85);
                                                  border-width: 1px 0px 1px 2px;
                                                  -webkit-box-shadow: inset 2px 6px 9px 0px rgba(0, 0, 0, 0.5),  1px 2px 10px 10px rgba(155, 155, 155, 0.226);
                                                  -moz-box-shadow: inset 2px 6px 9px 0px rgba(0, 0, 0, 0.5),  1px 2px 10px 10px rgba(155, 155, 155, 0.226);
                                                  box-shadow: inset 2px 6px 9px 0px rgba(0, 0, 0, 0.5),  1px 2px 18px 12px rgba(155, 155, 155, 0.377);
                                                  transition: 0.5s;
                                                  
                                    
                                                  }

                                  

                                                #muteButtonHome{
                                          margin-top: 20px!important;
                                                  width: 55px;
                                                  background: linear-gradient(to top, rgba(59, 67, 110, 0.452) 10%, #965c3abe 115%);
                                                   background-color: rgb(0, 0, 0);
                                                  height: 55px;
                                                 
                                                  position: absolute;
                                          
                                        
                                                  top: 92px;
                                                  border-radius: 26px 26px 26px 26px;
                                                  z-index: 399!important;
                                                  cursor: pointer;
                                                  border-style: solid;
                                                  border-color:  rgb(146, 130, 85);
                                                  border-width:2px 2px 2px 2px;
                                                  -webkit-box-shadow: inset 2px 6px 9px 0px rgba(0, 0, 0, 0.5),  1px 2px 10px 10px rgba(155, 155, 155, 0.226);
                                                  -moz-box-shadow: inset 2px 6px 9px 0px rgba(0, 0, 0, 0.5),  1px 2px 10px 10px rgba(155, 155, 155, 0.226);
                                                  box-shadow: inset 2px 6px 9px 0px rgba(0, 0, 0, 0.5),  1px 2px 18px 12px rgba(155, 155, 155, 0.377);
                                                  transition: 0.5s;
                                                  
                                    
                                                  }

                                              .spaziatoreMuteButtonHome{
                                                height: 100%;
                                                float: left;
                                                width: 40%;
                                              }

                                              #contenitoreMuteButtonHome{
                                                height: 100%;
                                                float: left;
                                                width: 20%;
                                                padding-left: 7.6vw;
                                      
                                                
                                              }


                                                  #wrapperMuteButton{
                                  position: relative;
                                                    height:120px;
                                                    width: 100%;
                                                 
                                                  }
                                                  
                                                  #muteButton:hover{
                                              
                                                    box-shadow: 1px 2px 18px 12px rgba(211, 211, 211, 0.295);
                                                  }
                                                  #muteButtonHome:hover{
                                              
                                                    box-shadow: 1px 2px 18px 12px rgba(211, 211, 211, 0.295);
                                                  }

                                                  #ingranaggio{
                                                    color: rgb(146, 123, 80); font-size: 55px; position: fixed; float: right; right: -3px; top: 93px;
                                                    display: block;
                                                    z-index: 398;
                                                  }


                                                  #ingranaggioHome{
                                                    position: absolute;
                                          
                                                margin-left: -2px;
                                                 top: 110px;
                                                    color: rgb(146, 123, 80); font-size: 59px; 
                                                    display: block;
                                                    z-index: 398!important;
                                                    
                                                  }


                                                .slow-spin {
                                                  -webkit-animation: fa-spin 3s infinite linear;
                                                  animation: fa-spin 3s infinite linear;
                                                 
                                                }

                                                .on-off{
                                                  font-size: 34px; padding: 5px; color: rgb(207, 191, 170); position: absolute; right: 7px; top: 6px; 
                                                  transition: 0.8s;
                                                }

                                                .on-off-mobile{
                                                  position: absolute;
                                                  font-size: 34px; padding: 5px; color: rgb(207, 191, 170);right: 8px; top: 8px; 
                                                  transition: 0.8s;
                                                }

                                                .volIcon{
                                                 opacity: 1;
                                                }
                                                .muteIcon{
                                                  opacity: 1;
                                                 }

                                                .hidden{
                                                  opacity: 0!important;
                                                  pointer-events: none;
                          
                                                }

                                                .disabled{
                                                  pointer-events: none;
                                                }

                                                #freccia{
                                                  animation: animation 0.7s infinite linear;
                                                }

                                            
                                                                                 

  #section1{
   
background: transparent;
  width: 100%;
  height: 100%;
overflow: hidden!important;
position: initial;
  }

  #turnOnAudioText{
    text-decoration: underline;
    color: #d4a464;
    cursor: pointer;
  }
  #getInTouchText{
    text-decoration: underline;
    color: #d4a464;
    cursor: pointer;
  }

  #halfEx{
   height: 100%; min-height: 600px; overflow-y: scroll; padding-top: 0px;
   width: 100%;
  
  };

  #spessoreNightDay{
    background-color: rgb(0, 255, 128);
    width: 100%;
    min-height: 300px!important;
    float: left;
  z-index: 1000;
  color: wheat;
  }

  #bollo{
    float: left;
    width: 100%;
    height: 100px;
    transform: scale(0.9);
  background-color: #0c7ac3;
  }

#rippleExCont{
  position: fixed;
  height: 100%;
  width: 50%;
  right: 0px;
  pointer-events: none;
}
  #rippleEx{
    margin: auto;
    margin-top: 29vh;
    border-radius: 50%;
 background-color: rgba(255, 136, 0, 0.151);
  
  }




.rippleExAnim{
  height: 700px;
  width: 700px;
  animation: ripplez 1.5s  cubic-bezier(.36,.45,.63,.53);

}

  @keyframes ripplez {
    0% {
      opacity: 1;
      transform: scale(0);
    }

    50% {
      opacity: 0; 
transform: scale(10);
    }


    100% {
        opacity: 0;
        transform: scale(0);
      }
  }

 
  

  .staticBGDay{
    background-image: url('assets/Images/main/giornopp.jpg');
    background-repeat: no-repeat; 
    width: 100%;
    height: 100vh;  
    margin-left: -100%; 
background-size: cover;
    position: fixed;
    z-index: -1;
    transition: 0.9s;
    animation-timing-function: ease-in;
 opacity: 1;
  }

  #staticBGNight{
    background-image: url('assets/Images/main/nottepp.jpg')!important;
    background-repeat: no-repeat; 
    width: 100%;
    height: 100vh;  
    right: 0%;
   
background-size: cover;
    position: fixed;
    z-index: -1;
    opacity: 1;
    transition: 0.9s;
    animation-timing-function: ease-in;
 display: block;
 
  }

  .openedBGDay{
    margin-left: 0%!important;
    }
    .openedBGNight{
     right: -100%!important;
      }

  .staticBGDio{
    background-image: url('assets/Images/main/dioramaBack.jpg');   
    width: 1600px;
    height: 800px;
    zoom: 90%;
background-size: cover;
    background-position: 0% 60%;
    position: fixed;
    z-index: -1;   
  }

  .staticBGMusi{
    background-image: url('/assets/Images/main/theater.jpg');
    background-repeat: no-repeat; 
    width: 100%;
    height: 1000px;
    zoom: 80%;
background-size: cover;
    position: fixed;
    z-index: -1;
  }

  .staticBGAbou{
    background-image: url('assets/home.jpg');
    background-repeat: no-repeat; 
    width: 100%;
    height: 1000px;
    zoom: 100%;
margin-top: 50px;
    position: fixed;
    z-index: -1;
  }

  .half50{
    width: 100%;
    float: left; 
  }

  #adaptText{
    padding-top: 30px;
    padding-bottom: 19px;
    z-index: 100;
  }

  #adaptSectionDotWrapper{
    position: fixed;
    background-color: #19b6ff00;
    width: 100%;
    height: 20px;
    bottom: 20px;
    z-index: 500;
  }
  .adaptSectionDotCell{
    float: left;
    width: 30px;
    height: 100%;
    display: block;
  
  
  }
  #dotCenterWrapper{
    margin: auto;
    width: 310px;
    height: 100%;
  }
  .iconArrowEx{
    color: rgb(192, 176, 137);
    font-size: 30px;
    margin-left: 6px;
    margin-top: -10px;
    cursor: pointer;
  }

  .iconArrowExSX{
    margin-left: 16px;
  }
  
  .pallini{
    border-radius: 100%;
    margin: auto;
    box-shadow: 5px 4px 28px 5px #86827b4a ;
    background-color: rgb(102, 100, 100);
    height: 10px;
    width: 10px;
  transition: 0.4s;
  }
 
  .pallini.selected{
  
    background-color: rgb(224, 169, 19);
    box-shadow: 5px 4px 28px 5px #dbd8d2d2 ;
  }

  .spessorePallini{
    float: left;
    width: 50px;
    height: 100%;
    display: block;
    position: initial;
  
  }

#closeListAdapt{
  display: none;
}
#adaptListButton{
  display: none;
}

  #listAdaptive{
    margin: auto;
    height: 240px;
    width: 300px;
    background-color: #00000000;
    border-radius: 40px;
    color: #d3cca7;
    margin-top: 30px;
  }

  #listAdaptive li{
    font-size: 13px;
    font-family: 'alata';
    letter-spacing: 4px;
    padding: 8px;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-left: 20px;
    border-radius: 30px;
    margin: 5px 0px;
    cursor: pointer;
    transition: 0.3s;
    background:   linear-gradient(to right, rgba(165, 115, 21, 0) 2%, #e9b21b00 35%); 
  }

  #listAdaptive li:hover{

    background:   linear-gradient(to right, rgba(53, 38, 16, 0.39) 2%, #e9b21b00 35%); 
  }

  #listAdaptive li.selected{
    background:   linear-gradient(to right, rgba(73, 99, 105, 0.849) 20%, #e9b21b2f 205%); 
    border-radius: 30px;
    box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.411);
  }


.listPad{
  margin-left: 30px!important;
}

                        #lockScreen{
                      position: absolute;
                          color: #ebc51e;
                          font-size: 20px;
                          font-family: 'cabin sketch';
                          text-align: center;
                          background-color: #000000ea;
                       padding: 17px;
                          border-radius: 10px;
                          opacity: 0;
                          transition: 1.3s;
                          pointer-events: none;
                       width: 100%;
                        }

                        .appear{
                          opacity: 1!important;
                        }

                          .TextBox{
                            font-size: 14px;
                          font-family: 'Comfortaa';
                          line-height: 28px;
                          z-index: 151;
                          color: rgb(202, 195, 185);
                          padding: 27px;
                          border-radius: 10px;
                          max-width: 520px;
                          margin: 40px auto;
                          text-align: left;
                          background-color: rgba(5, 5, 4, 0.178);
                          box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.322);
                          -webkit-box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.322);
                          -moz-box-shadow: 0 4px 14px 0 rgba(155, 155, 155, 0.322);
                          }





                            .iconInside{
                              height: 30px; width: 30px; position: relative; top: 10px; left: 0px;
                            }

                            
                            .TextBoxDist{
                              color: rgb(221, 216, 210);                         
                              background:   linear-gradient(to top, rgb(104, 73, 105) 20%, #3fcaf5 205%); 
                              box-shadow: inset 8px 7px 40px 10px rgba(0, 0, 0, 0.5),  1px 2px 19px 5px rgba(158, 158, 158, 0.295);
                              transition: 1s;
                              border-radius: 10px 10px 40% 40%;
                              height: 310px;
                              }


                                  
                            .TextBoxWater{
                              color: rgb(221, 216, 210);                         
                              background:   linear-gradient(to top, rgb(6, 21, 53) 30%, #5bffff 195%); 
                              box-shadow: inset 8px 7px 40px 10px rgba(0, 0, 0, 0.5),  1px 2px 19px 5px rgba(158, 158, 158, 0.295);
                              transition: 1s;
                              border-radius: 10px 10px 40% 40%;
                              height: 230px;
                              }

                              .coverWater{
                                background:   linear-gradient(to top, rgb(6, 21, 53) 30%, #5bffff 195%); 
                                box-shadow: inset 8px 7px 40px 10px rgba(0, 0, 0, 0.5);
                                transition: 1s;
                                border-radius: 10px;
                                width: 520px;
                                height: 228px;
                                position: absolute;
                                line-height: 28px;
                                color: rgb(187, 181, 173);
                                padding: 27px;
                                margin-top: -203px;
                                margin-left: -27px;
                                text-align: left;
                                transition: 3s;
                                opacity: 1;
                              }

                              .obscure{
                                transition: 2s;
                                opacity: 1;
                                z-index: 405;
                                position: absolute;
                                width: 520px;
                                background-color: rgba(0, 0, 0, 0.808);
                                border-radius: 10px;
                              }

                              .obscureWater{
                                border-radius: 10px 10px 40% 40%;
                                height: 300px;
                                margin-top: -203px;
                                margin-left: -27px;
                              }

                              .muteAlertWater{
                                font-size: 50px;
                                margin:95px auto;
                                position: relative;
                                left: 230px;

                              }
                           
                              .muteAlert{
                                display: block;
                                color: rgb(202, 175, 87);
                                opacity: 1; 
                              }


                              #buttonWater{
                                display: block;
                                position: inherit;
                                width:64px;
                                height: 64px;
                                margin: auto;
                              cursor: pointer;
                              transition: 0.5s;
                              z-index: 400;
                              }

                              .noClick{
                                pointer-events: none!important;
                                }

                                .buttonIcon{
                                  position: relative; left: 30px; top: 10px; margin: -13px;   font-size: 20px; color: rgb(12, 55, 80);z-index: 999; transition: 0.3s;
                                }

                                .buttonIcon.acceso{
                                  color: #2e9caa;
                                }




                         



                                  .muteAlertCass{
                                    font-size: 52px; 
                                    position: absolute;
                                    left: 230px;
                                    top: 130px;
                                    z-index: 102;
                                  }

                                #cogCassette{
                                  position: relative;
                                  left: 178px;
                                  bottom: 96px;
                                  font-size: 21px; color: rgb(0, 0, 0);
                                }
                                #cogCassette2{
                                  position: relative;
                                  left: 178px;
                                  bottom: 96px;
                                  font-size: 21px; color: rgb(0, 0, 0);
                                }

                                .cogSpinner{
                                  -webkit-animation: fa-spin 1s infinite linear;
                                  animation: fa-spin 1s infinite linear;
                                }

                                .cog2{
                                  left: 245px!important;
                                }

                                .TextBoxRec{
                                  color: rgb(24, 21, 17);                         
                                  background:   linear-gradient(to top, rgb(65, 23, 44) 30%, #aa3a56 195%); 
                                  box-shadow: inset 8px 7px 40px 10px rgba(0, 0, 0, 0.5),  1px 2px 19px 5px rgba(158, 158, 158, 0.295);
                                  transition: 1s;
                               height: 360px;
                               border-radius: 10px 10px 40% 40%;
                               
                            
                                  }
                                  .TextBoxCass{
                                    box-shadow: inset 8px 7px 40px 10px rgba(0, 0, 0, 0.5),  1px 2px 19px 5px rgba(158, 158, 158, 0.295);
                                  }


                                  .cassCover{
                                    background-color: rgba(29, 20, 26, 0.931);   
                                    position: absolute;                      
                                   width: 520px;
                                 height: 360px;
                                 z-index: 100;
                               margin-left: -27px;
                               margin-top: -27px;
                               border-radius: 10px;
                               opacity: 1;
                               transition: 4s;

                               border-radius: 10px 10px 40% 40%;
                                    }

                               .disappear{
                                opacity: 0;
                                pointer-events: none;
                               }

                           
                                  .TextBoxDioramas{
                                    background-image: url('assets/Images/main/dioramaBack.jpg'); background-size: cover;
                                    background-position: 0px 40px;
                                    height: 450px;
                                    padding-top: 55px;
                                    border-radius: 10px 10px 40% 40%;
                                  }

                                  .TextBoxAdam{
                                    background-image: url('assets/Images/main/adam.jpeg'); background-size: cover;
                                    background-position: 0px -60px;
                                    height: 500px;
                                    padding-top: 145px;
                                    border-radius: 10px 10px 20% 20%;
                                  }

                          .iconTextBox{
                          position: relative;
                          top: 55px;
                          right: 230px;
                          width: 90px;
                          margin: auto;
                     
                          }

                          .infoBlue{
                          left: 150px;
                          top: 60px;
                          font-size: 25px;
                          margin: auto;
                
                          }

                          h4{
                            font-size: 20px;
                          font-family: 'marcellus sc';
                          font-weight: 200;
                          letter-spacing: 3px;
                          text-align: center;
                          color: rgb(216, 189, 147);
                        margin: auto;
                       letter-spacing: 4px;
                          z-index: 40;
                          }
                          h5{
                            font-size: 22px;
                          font-family: 'marcellus sc';
                          font-weight: 200;
                          letter-spacing: 3px;
                          text-align: center;
                          color: rgb(206, 186, 152);
                        margin: auto;
                       letter-spacing: 4px;
                          z-index: 40;
                          margin-top: 30px;
                          margin-bottom: 30px;
                          }

                          #s2 {
                                    
                            height:10px;
                            width: 180px;
                  top: -75px;
                              transition: 0.3s;
                              margin: auto;
                              background:   linear-gradient(to left, rgba(172, 32, 79, 0.911) 10%, #1f0516 215%); 
                              border: 2px solid rgba(187, 161, 90, 0.466) !important;
                              -webkit-border-radius: 8px;
                              -moz-border-radius: 8px;
                              border-radius: 8px;
                              box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5);
                          }
    
    
                          #s2 .ui-slider-range {         background:   linear-gradient(to right, rgba(185, 31, 65, 0.911) 10%, #1b0514 215%); 
                            border-radius: 6px;   box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5);}
    
                          #s2 .ui-slider-handle { background-image: url('assets/Images/interface/handlerCass.png');
                            background-color: #00000000;
                          background-size: cover;
                          display: block;
                        border: none;
                        margin-top: -7px;
                         margin-left: -16px;
                          width: 29px !important;
                          height: 29px !important;
                        }


                        #pitcher{
                          display: block;
                        position: relative;
                      margin: auto;
                        margin-top: -20px;
                          width: 210px ;
                          height: 60px ;
                          padding-top: -60px;
                          border-radius: 14px; 
                            box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 1px 2px 19px 5px rgba(158, 158, 158, 0.185);
                          border: 1px solid rgb(80, 20, 9) !important;
                          background:   linear-gradient(to bottom, rgba(5, 46, 54, 0.911) 10%, #92192d 155%); 
                        }

                        .cassButVisual{
                          position: relative;
                          border-radius: 15%;
                          background:   linear-gradient(to bottom, rgba(5, 51, 63, 0.911) 10%, #903f50 125%); 
                          border: 2px solid rgb(71, 29, 9) !important;
                          box-shadow: inset 2px 6px 27px 5px rgba(15, 15, 15, 0.5),  1px 2px 19px 5px rgba(158, 158, 158, 0.226);
                          cursor: pointer;
                         
                        }

                        #cassText{
                          font-family: permanent marker; position: absolute; margin-left: 190px; margin-top: -140px; color: rgb(35, 41, 46); transform: rotate(3deg); font-size: 20px;
                        }

                        #playCass{
                          height: 50px;
                          width: 50px;
                          margin: auto;
                          top: -18px;
                          border-radius: 15%;
                          z-index: 101;
                        }

                        .cassIcon{
                          position: absolute;
                        }

                        #stopCassIcon{
                          pointer-events: none; color: rgb(202, 182, 114); margin: auto; display: block; position: relative; bottom:19px; font-size: 33px;
                        }

                        #butMus{
                          height: 37px;
                          width: 37px;
                          left: 130px;
                          top: 27px;
                          border-radius: 50%;
                        }

                        #butHeart{
                          height: 37px;
                          width: 37px;
                          top: -61px;
                          left: 290px;
                          border-radius: 50%;
                        }

                  .accesos{
                    color: #8cc1da!important;
                  }

                        #buttonCass{
                          height: 37px;
                          width: 37px;
                    transition: 1s;
                          position: absolute;
                    margin-left: 280px;
                    margin-top: 22px;
                          border-radius: 6px;
                          background:   linear-gradient(to bottom, rgba(5, 51, 63, 0.911) 10%, #802236 125%); 
                          border: 2px solid rgb(71, 29, 9) !important;
                          box-shadow: inset 2px 6px 27px 5px rgba(15, 15, 15, 0.5),  1px 2px 19px 5px rgba(158, 158, 158, 0.226);
                        }

                        #buttonCass.opens{
                          width: 140px;
                       height: 100px;
                        }

                 
                          .adaptSect{
                       
                            width: 100%;
                       
                            float: left;
                
                            margin: 160px auto 120px auto; 
                            transition: 0.7s;
                    display: block;
                          }


                            .hiddenEx{
                              display: none;
                              opacity: 0!important;
                              pointer-events: none!important;
                            }

                          .TextBoxLicense{
                       margin-top: 230px;
                       margin-bottom: 100px;
                    
                          }

                          .line{
                            position: absolute;
                            z-index: 1;
                            width: 100%;
                            height: 1000px;
                            opacity: 0.2;
                            top: 1200px;
                            pointer-events: none;
                          }

                          .line2{
                            top: 100px;
                            opacity: 0.2;
                          }


  #section2{
   background: transparent;
    width: 100%;
    height: fit-content;
    padding-bottom: 180px;
    }

                                .half50Musi{
                                  padding-left: 50px;
                                }


                              ul{
                                list-style: none;
                                }
                            
                                                          
                              .portfolioGal{
                              margin: auto;  
                              margin-top: 150px;     
                              width: 100%;
                              height: auto;
                             margin-bottom: 150px;
                   
                                           }
                            
                              
                            .filter-menu{
                              margin-top: 80px;
                                margin-bottom: 0px;
                                text-align: center;
                                
                                
                                        }
                            .filter-menu li{
                              margin: 5px;
                                display: inline-block;
                                font-size: 15px;
                                padding: 6px 13px;
                                font-family: 'Marcellus SC';
                                letter-spacing: 2px;
                                color: #fff;
                                cursor: pointer;
                                text-align: center;
                                border-radius: 15px;
                                color: rgb(202, 199, 194);
                                background:   linear-gradient(to bottom, rgb(25, 5, 43) 10%, #70685a 215%);
                                transition: 0.7s;
                                border: 1px solid rgb(95, 88, 54);
                                box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.322);
                                -webkit-box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.322);
                                -moz-box-shadow: 0 4px 14px 0 rgba(155, 155, 155, 0.322);
                                         }
                            .filter-menu li:hover,
                            .filter-menu li.current{
                                background:   linear-gradient(to bottom, rgba(70, 183, 214, 0.767) 17%, #f8d36eb6 215%);
                                
                                color: rgb(51, 46, 37);
                                border: 1px solid rgb(190, 128, 42);
                                margin: 5px 18px;
                                        }
                            
                            .filter-item{
                              height: auto;
                              min-height: 450px;
                              padding-left: 10%;
                              padding-right: 0px;
                              margin: auto;
                              max-width: 1100px;
                              
                                        }
                            
                            .filter-item li{
                              border: 2px solid rgb(207, 187, 129);
                              border-radius: 12px;
                                display: inline-block;
                                margin: 20px;
                                width: 238px;
                                height: 140px;
                                transition: 0.7s;   
                              font-size: 19;
                              font-weight: lighter;
                                font-family: 'marcellus sc';
                                vertical-align: baseline;
                                letter-spacing: 2px;
                                color: rgba(0, 0, 0, 0);
                                cursor: pointer;                            
                                             }

                            .filter-item li:hover{
                              color: rgb(201, 184, 138);
                              
                                               }
                   
                              .hiddenVideo{
                                display: none!important;
                              }   
                              
                              .infoText{
                                position: fixed;
                                z-index: 100;
                                background-color: #000000e8;
                                width: 100%;
                                height: 100%;
                                padding-top: 30px;
                                display: none;
                                overflow-y: auto;
                              }
                              
            

                            .titlePor{
                              position: absolute;
                              padding-left: 30px;
                              padding-top: 3px;
                              pointer-events: none;  
                                     }

                          
                            
                            .filter-item li.active{
                              width: 238px;
                              height: 140px;
                           
                              position: initial;
                                                   }
                            
                            .filter-item li.delete{
                                width: 0%;
                                height: 0%;
                                padding: 0;
                                border: none;
                                position: absolute;
                          
                                
                                                   }

                                            
                            .filter-item img{
                                display: block;
                                width: 100%;
                                height: 100%;
                                border-radius: 8px;
                                transition: 1s;
                              
                                           }

                            
                            .filter-item img:hover{
                                opacity: 0.4;
                                          }


                              .playPort{
                                font-size: 60px; position: absolute; bottom: 60px; left: 90px;
                                        }

                              .videoFull{
                                position: fixed;
                                width: 100%;
                                height: 100%;
                                background-color: rgba(0, 0, 0, 0.89);
                                z-index: 999;
                              overflow-y: auto;
                                display: none;
                                         }

                                iframe{
                                margin: auto;
                                position: relative;
                                width: 80vw;
                                height: 50vw;
                                padding-left: 18vw;
                                padding-top: 7vw;
                                      }

                                .closeVid{
                                  z-index: 1000; cursor: pointer; position:fixed; float: right; right: 90px; top: 90px; font-size: 7vw; color: rgb(216, 189, 70);
                                          }

                                          .infoVid{
                                            z-index: 1000; cursor: pointer; position:fixed; float: right; right: 90px; top: 200px; margin-bottom: 40px; font-size: 7vw; color: rgb(216, 189, 70);
                                                    }

                                .visible{
                                  display: block!important;
                                          }
                                    

       
       
 #section3{
  background-repeat: no-repeat;
  background-size: 100%;
  background-position:bottom;
  width: 100%;
height: fit-content;
padding-bottom: 260px!important; 
     }


     #section3.lazy {
      background-image: none;
      background-color: #f1f1fa00;
    }


                    .fmodicon{
                      width: 164px;
                      right: 190px!important;
                    }
                        #logoDiorama{
                            margin: auto;
                            margin-bottom: 80px;
                            position: relative;
                            top: 130px;
                            background-image: url('assets/Images/main/dioramaLogo.png');
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center;
                            height: 200px;
                            width: 420px;
                                }


                                .halfDio{
                                  position: relative;
                           
                                  margin-top: 40px;
                                  margin-bottom: 30px;
                                float: left;
                                  width: 50%;
                                  height: 260px;
                                  perspective: 100px;
                              padding: 0 20px;
                                }

                                  #dioramaTexto{
                                  background-color: rgba(5, 5, 5, 0.336);
                          margin: auto;
                          margin-bottom: 80px;
                                  }


                                        .gif{
                                          transform: rotateY(-1deg);
                                          margin: auto;
                                        display: block;
                                      width: 230px;
                                      height: 230px;
                                          float: left;
                                          border-radius: 15px;
                                            border: 7px solid rgba(0, 0, 0, 0.897);
                                            -webkit-box-shadow: 1px 2px 10px 10px rgba(0, 0, 0, 0.822);
                                            -moz-box-shadow: 1px 2px 10px 10px rgba(0, 0, 0, 0.822);
                                            box-shadow: 1px 2px 10px 10px rgba(0, 0, 0, 0.822); 
                                  }


                                  .gifLeft{
                                    float: right!important;
                                    transform: rotateY(1deg);
                                    width: 250px;
                                    height: 250px;
                                  }

                                  #dioramaLink{
                                  width: 100%;
                                  height: auto;
                                  position: relative;
                                  float: left;
                                  margin-top: 60px;
                                  }

                                  #buttonDio{
                                    display: block;
                                    width: 107px;
                                    height: 40px;
                                    background:   linear-gradient(to bottom, rgb(184, 162, 36) 20%, #c26209 105%);
                                    border: 2px solid rgb(194, 155, 70);
                                    border-spacing: 2px;
                                    border-radius: 20px;
                                    margin: auto;
                                    margin-top: 40px;
                                  cursor: pointer;
                                    -webkit-box-shadow: 0px 3px 16px 5px rgba(155, 155, 155, 0.26);
                                    -moz-box-shadow: 0px 3px 16px 5px rgba(155, 155, 155, 0.26);
                                    box-shadow: 1px 2px 10px 10px rgba(155, 155, 155, 0.26);
                                  transition: 0.5s;
                                  }

                                  #textLinkDio{
                                    font-size: 15px;
                                    font-family: 'alata';
                                    text-align: center;
                                    color: #312c25;
                                    position: relative;
                                    top: -32px;
                                    pointer-events: none;
                                  }

                                  #buttonDio:hover{
                                    background:   linear-gradient(to bottom, rgba(204, 184, 70, 0.877) 20%, #c26209d3 195%);
                                    -webkit-box-shadow: 0px 3px 16px 5px rgba(155, 155, 155, 0.39);
                                    -moz-box-shadow: 0px 3px 16px 5px rgba(155, 155, 155, 0.39);
                                    box-shadow: 1px 2px 10px 10px rgba(155, 155, 155, 0.39);
                                  }

                                    #textWarn{
                                   float: left;
                                      font-style: italic;
                                      color: rgb(209, 209, 209);
                                     font-family: 'Comfortaa';
                                     font-size: 14px;
                                     line-height: 30px;
                                      text-align: center;
                                      margin: auto;
                                      width: 100%;
                                      padding: 0 20% 0 20%;
                                     margin-bottom: 130px;
                                    
                                    }



 #section4{
   
  width: 100%;
height: fit-content;


width: 100%;
height: 100%;
     }




                  #firstBlock{
                    width: 100%;
                    height: fit-content;
                    justify-content: center;
                    margin: auto;
                  }

                  #image1{
                    width: 500px; margin: auto; margin-top: 60px; margin-bottom: 0px; display: block; border-radius: 10px;
                  }

                  .aboutText{
                    text-align: left;
                  margin-top: 20px;
                  margin: auto;
                    font-family: "comfortaa";
                    width: 680px;
                    padding: 20px 20px;
                    font-size: 14px;
                background-color: rgba(27, 27, 27, 0.833);
                border-radius: 10px;
                margin-top: 25px;
                box-shadow: 1px 2px 10px 10px rgba(119, 119, 119, 0.26);
                    line-height: 28px;
                    color: rgb(202, 195, 185);
                  }

                  .title3{
                    margin-bottom: 70px;
                  }


                  .listDo{
                    font-size: 14px;
                    font-family: "comfortaa";
                    line-height: 28px;
                    padding: 40px 40px;
                    width: 700px;
                    margin: auto;
                    color: rgb(202, 195, 185);
                   pointer-events: none;
                   background-color: rgba(27, 27, 27, 0.87);
                   border-radius: 10px;
                   margin-top: 25px;
                   margin-bottom: 150px;
                   box-shadow: 1px 2px 10px 10px rgba(119, 119, 119, 0.26);
                  }

.listItem{
  margin-top: 13px;
}

 #section5{
   padding-top: 150px;
  width: 100%;
height: 100%;

     }

            

                #separatore{
                  display: block;
                  margin: auto;
                  margin-top: 27px; background-color: rgba(68, 41, 15, 0.362); width: 400px; height: 1px;
                }

               #nameOnCard{
                 font-family: 'marcellus sc';
                 margin-top: 40px;
                 
                 text-align: center;
                 letter-spacing: 4px;
                 font-size: 30px;
                 color: #eeeae1;
               }
                    
               .info{
                 font-family: 'comfortaa';
                letter-spacing: 1px;
                 text-align: left;
                 margin-left: 100px;
                 margin-top: 30px;
                 font-size: 16px; 
                 color: #d2dde9;
                 text-decoration-color: rgba(173, 172, 172, 0.726);
               }
               .infoFooter{
                width: 100%;
                font-family: 'comfortaa';
               letter-spacing: 1px;
                text-align: center;
            
                margin-top: 30px;
                font-size: 15px; 
                color: #b8c1ca;
                text-decoration-color: rgba(173, 172, 172, 0.726);
              }

               #linkTel{
                color: #e8e5e5;
            font-style: normal;
               }

               .contactIcon{
                 font-size: 22px;
                 margin-right: 16px;
                 color: #f5a906;
               }
               .copyTo{
                 margin-left: 30px;
                 font-size: 22px;
                 color: #d3b47b96;
                 cursor: pointer;
                 transition: 0.5s;
               }

               .copyTo:hover{
                 color: #9fd8f3a9;
                
               }

               .socialIcon{
                 float: left;
                 display: block;
                 text-align: left;
            margin-left: 60px;
            margin-top: 150px;
                 font-size: 60px;
                 color: #d1bd99;
                 cursor: pointer;
                 transition: 0.4s;
               }

               .footerCenterCont{
                float: right;
                width: 200px;
              margin-right: 20px;
                margin-top: 50px;
               }
               .footerCenterCont2{
                margin: auto;
             height: 50px;
                width: 270px;

               }
               .footerCenterCont3{
                margin: auto;
             height: 50px;
                width: 400px;

               }
               
               .socialIconFooter{
         
    
              /* bottom: 10px; */
                font-size: 21px;
                color: #6c8f9d;
                cursor: pointer;
                transition: 0.4s;
              }

              .socialIconFooter.mare{
                color: #bf9574;
              }

              .socialFoot1{
           margin-right: 61px;
              }
              .socialFoot2{
                margin-right: 61px;
              }
         
              
               .socialIcon:hover{
                 color: #bb8f38;
               }

               .socialIconFooter:hover{
                color: #d1bf9a;
              }
           
                    
               
                #copySuccess{
               position: relative;
               width: 580px;
               height: 350px;
               background-color: #0f5833ec;
               color: #c98724;
               border-radius: 20px;
              top: 50px;
              transition: 0.7s;
                  font-family: 'amatic sc';
                  text-align: center;
                  font-size: 40px;
                  padding-top:140px;
                  letter-spacing: 2px;
                
                }    
               
                    
                    .container,
                    .flip-box,
                    .front,
                    .back {

                      width: 580px;
                      height: 350px;
                      margin: 50px auto;
                      border-radius: 20px;
                    
                    }
                    
                    .container,
                    .flip_box {
                      position: relative;
                    }
                    
                    .front,
                    .back {
                      border: 2px double rgb(184, 163, 120);
                      position: absolute;
                      -webkit-backface-visibility: hidden;
                      -moz-backface-visibility: hidden;
                      backface-visibility: hidden;
                      box-shadow: inset 2px 6px 27px 5px rgba(15, 15, 15, 0.5),  0px 2px 29px 5px rgba(197, 197, 197, 0.699);
                    }
                    
                    .container {
                      -moz-transform: perspective(1200px);
                      -webkit-perspective: 1200px;
                      perspective: 1200px;
                      margin-bottom: 180px;
                    }
                    
                    .flip_box {
                      transition: all 0.5s ease-out;
                      -webkit-transform-style: preserve-3d;
                      -moz-transform-style: preserve-3d;
                      transform-style: preserve-3d;
                    }
                    
                    .front {
                      background:   linear-gradient(to right, rgba(15, 57, 96, 0.784) 20%, #195578df 195%);
                 
                    }
                    .front.mare{
                      background:   linear-gradient(to left, rgba(191, 130, 44, 0.784) 20%, #783119df 195%);
                 
                    }
                    
                   
                    
                    .back {
                      padding-left: 90px;
                      background-color: #d2184a92;
                      -webkit-transform: rotateY(180deg);
                      -moz-transform: rotateY(180deg);
                      -ms-transform: rotateY(180deg);
                      transform: rotateY(180deg);
                    }

                    .flipped {
                      -webkit-transform: rotateY(-180deg);
                      -moz-transform: rotateY(-180deg);
                      -ms-transform: rotateY(-180deg);
                      transform: rotateY(-180deg);
                    }
                    
                    .r_wrap {
                      position: absolute;
                      right: 40px;
                      bottom: 38px;
                    }
                    
                    .b_round,
                    .s_round {
                      position: absolute;
                      right: 0px;
                      bottom: -40px;
                      width: 52px;
                      height: 52px;
                      border-radius: 50%;
                      background-color: #1468c9;
                      transition: all 0.2s linear;
                    }
                    
                    .b_round {
                      opacity: 0;
                      background-color: #d2184a5f;
                    }
                    
                    .b_round_hover {
                      transform: scale(1.37);
                      opacity: 0.4;
                    }
                    
                    .b_round_back_hover {
                      background-color: #F60044;
                    }
                    
                    .s_round_click {
                      transform: scale(1.7);
                    }
                    
                    .s_round_back {
                      background-color: #0c7ac3;
                    }
                    
                    .s_arrow {
                      width: 52px;
                      height: 52px;
                     
                      background-color: transparent;
                      transition: all 0.35s linear;
                    }
                    
                    .s_arrow_rotate {
                      transform: rotate(-180deg);
                    }

                    .tooltip {

                    }
                    
                    .tooltip .tooltiptextLeft {
                      font-family: 'marcellus sc';
                      visibility: hidden;
                      opacity: 0;
                      width: 100px;
                      font-size: 12px;
                      background-color: rgb(184, 139, 43);
                      color: rgb(63, 55, 55);
                      text-align: center;
                      border-radius: 10px;
                      padding: 6px 2px;
                      top: -9px;
                      right: 135%;
                      box-shadow:  0px 2px 29px 1px rgba(197, 197, 197, 0.589);
                      position: absolute;
                      z-index: 1111;
                      transition: 0.6s;
                    }

                    .tooltip .tooltiptextBottom {
                      font-family: 'marcellus sc';
                      visibility: hidden;
                      opacity: 0;
                      width: 130px;
                      font-size: 15px;
                      background-color: rgb(184, 139, 43);
                      color: rgb(63, 55, 55);
                      text-align: center;
                      border-radius: 10px;
                      padding: 7px 2px;
                      top: 79px;
                      right: 45%;
                      box-shadow:  0px 2px 29px 1px rgba(197, 197, 197, 0.589);
                      position: absolute;
                      z-index: 111;
                      transition: 0.6s;
                    }

                    .tooltip .tooltiptext::after {
                      content: " ";
                      position: absolute;
                      top: 50%;
                      left: 100%;
                      margin-top: -5px;
                      border-width: 5px;
                      border-style: solid;
                      border-color: transparent transparent transparent rgb(184, 139, 43);
                
                    }

                    .tooltip .tooltiptextBot::after {
                      content: " ";
                      position: absolute;
                      top: 100%;
                      left: 50%;
                      margin-left: -5px;
                      border-width: 5px;
                      border-style: solid;
                      transform: rotate(90deg);
                      border-color: transparent transparent transparent rgb(184, 139, 43);
                    }
                    
                    
                    .tooltip:hover .tooltiptext {
                      visibility: visible;
                      opacity: 1;
                    }

                    .tooltip:hover .tooltiptextBot {
                      visibility: visible;
                      opacity: 1;
                    }



  h3{
    font-size: 37px;
  font-family: 'Marcellus SC';
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  color: rgb(216, 189, 147);
margin: auto;
  z-index: 40;
  }


  .bounce {
    -webkit-animation: animation 3000ms linear 1 both;
    animation: animation 3000ms linear 1 both;
  }

  .bounceTra {

    -webkit-animation: animation2 3000ms linear 1 both;
    animation: animation2 3000ms linear 1 both;
  }





  
  @keyframes animation { 
      0% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      2.5% { -webkit-transform: matrix3d(1.035, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.035, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      3.14% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      4.9% { -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.071, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      6.27% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.118, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.118, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      7.31% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      9.41% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      9.71% { -webkit-transform: matrix3d(1.116, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.116, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      12.41% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      12.48% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      15.02% { -webkit-transform: matrix3d(1.118, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.118, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      16.22% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      17.62% { -webkit-transform: matrix3d(1.111, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.111, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      19.95% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      20.22% { -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.104, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      22.92% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      23.69% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      25.53% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      27.36% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      28.13% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      30.73% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      34.77% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      36.04% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      41.34% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      42.18% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      51.85% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      56.99% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      62.36% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      66.67% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      72.87% { -webkit-transform:  matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      83.48% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);  transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      93.99% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
    }
    
    @keyframes animation2 { 
      0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      2.5% { -webkit-transform: matrix3d(1.035, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.035, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      3.14% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      4.9% { -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.071, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      6.27% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.118, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.118, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      7.31% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      9.41% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      9.71% { -webkit-transform: matrix3d(1.116, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.116, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      12.41% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      12.48% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      15.02% { -webkit-transform: matrix3d(1.118, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.118, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      16.22% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      17.62% { -webkit-transform: matrix3d(1.111, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.111, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      19.95% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      20.22% { -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.104, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      22.92% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      23.69% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      25.53% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      27.36% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      28.13% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      30.73% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      34.77% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      36.04% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      41.34% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      42.18% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
     
      100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
    }
    
    .ocean {
      overflow: hidden;
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
     
    }
  
  #wave {
      opacity: 1;
      transition: 4.7s;
      background: url('assets/Images/main/wave.svg') repeat-x;
  
      position: absolute;
      bottom: 0px;
      width: 7680px;
      height: 198px;
      left: -50px;
      -webkit-animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
      animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  
   
      
  }
  
  #wave.hiddens{
  
      opacity: 0;
    
      display: none;
  
  }
  
  
  
  #wave.lazy{
   
      animation: none;
  }
  
  
  @-webkit-keyframes wave {
      0% {
          margin-left: 0
      }
  
      100% {
          margin-left: -1920px
      }
  }
  
  @keyframes wave {
      0% {
          margin-left: 0
      }
  
      100% {
          margin-left: -1920px
      }
  }
  
  @-webkit-keyframes swell {
      0%,100% {
          -webkit-transform: translate3d(0,-25px,0);
          transform: translate3d(0,-25px,0)
      }
  
      50% {
          -webkit-transform: translate3d(0,5px,0);
          transform: translate3d(0,5px,0)
      }
  }
  
  @keyframes swell {
      0%,100% {
          -webkit-transform: translate3d(0,-25px,0);
          transform: translate3d(0,-25px,0)
      }
  
      50% {
          -webkit-transform: translate3d(0,5px,0);
          transform: translate3d(0,5px,0)
      }
  }
  
  
  
  @keyframes ripple {
      0% {
        opacity: 0.6;
        width: 10px;
        height:10px;
      }
  
      50% {
        opacity: 0; 
        width: 120px;  
        height: 120px;
      }
  
  
      100% {
          opacity: 0;
          width: 10px;
          height:10px;
        }
    }
  
  
  .rippleBox{
  position: fixed;
  width: 110px;  
  height: 110px;
  float: right;
  right: -30px;
  top: 68px;
  z-index: 398;
  }
  
  .rippleBoxHome{
  position: absolute;                          
  margin-left: -28px;
  margin-top: 84px;
  
    width: 110px;  
    height: 110px;
  
    z-index: 398;
    }
  
  .ripple { 
      position: absolute;
   margin: auto;
      opacity: 0;
      width: 0px;
      height: 0px;
      top:0; bottom:0; right:0; left:0;
      border: #ffc116 solid 4px;
      border-radius: 50%;
      animation: ripple 0.9s  infinite;
    }
  
    .ripple.off{
        animation: none;
    }
  
  
  
    @keyframes twinkle {
      0% {
        opacity: 0.15;
      }
      50% {
        opacity: 1;
      }
      100% {
        opacity: 0.15;
      }
    }
  
  
  
  .jump{
    -webkit-animation: buttonJump 270ms linear 1 ;
    animation: buttonJump 270ms linear 1 ;
  }
  
  @-webkit-keyframes buttonJump {
    0% {
      -webkit-transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(0.93);
    }
  
  
    100% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes buttonJump {
    0% {
      -webkit-transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(0.93);
   
    }
  
  
    100% {
      -webkit-transform: scale(1);
    }
  }
  
  
  
  @keyframes point {
    0% {
        bottom: 178px;
    }
  
    50% {
    bottom: 173px;
   
    }
  
    100% {
      bottom: 178px;
      
  }
  }
  
  
  
  .navBut {
    position: relative;
    float: right;
  
  margin-top: -2px;
    transform: translate(-50%, -50%);
    width: 80px;
    cursor: pointer;
    transform: scale(0.36);
  }
  
  .spanNav {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    height: 8px;
    background: rgb(234, 207, 140);
    transition: all .3s;
    position: relative;
  }
  
  .spanNav + .spanNav {
    margin-top: 14px;
  }
  
  .active .spanNav:nth-child(1) {
    animation: ease .7s top forwards;
  }
  
  .not-active .spanNav:nth-child(1) {
    animation: ease .7s top-2 forwards;
  }
  
  .active .spanNav:nth-child(2) {
    animation: ease .7s scaled forwards;
  }
  
  .not-active .spanNav:nth-child(2) {
    animation: ease .7s scaled-2 forwards;
  }
  
  .active .spanNav:nth-child(3) {
    animation: ease .7s bottom forwards;
  }
  
  .not-active .spanNav:nth-child(3) {
    animation: ease .7s bottom-2 forwards;
  }
  
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 22px;
      transform: rotate(0);
    }
    100% {
      top: 22px;
      transform: rotate(45deg);
    }
  }
  
  @keyframes top-2 {
    0% {
      top: 22px;
      transform: rotate(45deg);
    }
    50% {
      top: 22px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 22px;
      transform: rotate(0);
    }
    100% {
      bottom: 22px;
      transform: rotate(135deg);
    }
  }
  
  @keyframes bottom-2 {
    0% {
      bottom: 22px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 22px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
    
    
  @media screen and (max-width: 1050px) {

    @keyframes point {
      0% {
          bottom: -25px;
      }
    
      50% {
      bottom: -20px;
     
      }
    
      100% {
        bottom: -25px;
        
    }
    }

    .contactFooter{
      height: 220px;
    }

    #contenitoreMuteButtonHome{
      padding-left: 6%;

      
    }



    .footerCenterCont{
      float: initial;
      margin-right: 0px;
     
     margin: auto;
     margin-top: 60px;
      width: 200px;

     }

    #navigator{
      padding-top: 5px;
         box-shadow: 1px 1px 18px 5px #c2b3b358;
 }   



   #instruDust{
     display: none;
   }

 

    .title1{
      margin-top: 0vh;
    }

    #adaptText{
      padding-top: 0px;
      padding-bottom: 11px;
    }


    #listAdaptive{
      position: fixed;
  top: 81px;
   left: -37px;
   margin-top: 0;
      height: 400px;
      width: 350px;
      background:   linear-gradient(to left, rgba(27, 41, 48, 0.937) 60%, #af3200f2 195%); 
      border-radius: 0 20px 20px 0;
      color: #d3cca7;
      transform: scale(0.8);
      z-index: 1000;
      padding: 10px;
      padding-top: 22px;
      transition: 0.7s;
      box-shadow: inset 0 1px 28px 5px rgba(0, 0, 0, .5), 
      2px 2px 22px 2px rgba(199, 181, 157, 0.527);
    }
    #closeListAdapt{
      font-size: 36px;
      position: absolute;
      text-align: center;
      left: 330px;
      top: -14px;
     width: 20px;
     height: 20px;
      transition: 1s;
      padding-bottom: 4px;
      z-index: 1010;
      border-radius: 4px;
      display: block;
    }

    .hiddenExMobile{
      opacity: 0;
      pointer-events: none;
    }

#adaptListButton{
  display: block;
  position: fixed;
  float: left;
  top: 100px;
  height: 34px;
  width: 33px;
  left: -0px;
  border-radius: 0px 26px 26px 0px;
  z-index: 399;
  cursor: pointer;
  border-style: solid;
  border-color:  rgb(161, 143, 93);
  border-width: 1px 1px 1px 0px;
  -webkit-box-shadow: 0px 3px 16px 5px rgba(155, 155, 155, 0.349);
  -moz-box-shadow: 0px 3px 16px 5px rgba(155, 155, 155, 0.349);
  box-shadow: 1px 2px 16x 7px rgba(155, 155, 155, 0.295);
  transition: 0.2s;
  background: linear-gradient(to top, rgba(59, 67, 110, 0.452) 10%, #965c3abe 115%);
  background-color: rgb(0, 0, 0);
}


#menuButtonAdapt{
  font-size: 29px; padding: 5px; color: rgb(207, 191, 170); position: absolute; right: 2px; top: 0.5px; 
  transition: 0.8s;
}



    .listAdaptToInvisible.invisibleText{
    opacity: 0;
    }

    #listAdaptive li{

      transition: 0.6s;
    }

    .listAdaptClosed{
      height: 400px!important;
      width: 0px!important;
      color: #d3cca700!important;
      pointer-events: none;
    }

    #obscureAdaptiveSection{
      height: 100%;
      width: 100%;
      background-color: #143c3900;
      position: fixed;
      z-index: 999;
    }

    #halfEx{
      padding-top: 0px!important; padding-bottom: 0px;
   
    }

    .half50Musi{
      padding-left: 0px!important;
    }

    .portfolioGal{
      margin: 0px auto;       
margin-top: 70px;
  margin-bottom: 150px;
                   }



    #title{
      top: 0px;
    }

    .half60{
      width: 100%;
      float: left;
      height: 180px;
    }
  
  .half40{
    width: 100%;
    float: left;
  }


    #image1{
      width: 400px; 
    }

    .aboutText{  
    margin-top: 20px;
      width: 480px;
      font-size: 14px;
    }


    .listDo{
      font-size: 14px;
      width: 500px;     
    }

    #muteBubble{
      display: none!important;
    }

    #particles-js{
  
 display: none!important;
    }


    #mainContainer{

      overflow-x: hidden!important;
      width: 100%;
    }

    .absoluteP{
      position: relative;
    }

    .line{
      display: none;
    }

    .halfDio{
    height: 150px;
      margin-top: 40px;
    }

    iframe{
  
      padding-left: 14vw;
      top: 220px;
      padding-top: 0px;
      }

    .filter-item{
 
     padding-left: 20%;
   
      
    }
  

    .open{
 height: 280px!important;
    opacity: 1!important;
      border: 2px solid rgba(102, 82, 46, 0.849);
    
    }

    #navBut{
      display: block!important;
    }

    .topbar-menu{

      display: none;
      }

    #title{
      float: none!important;
      justify-content: center;
      margin: auto;
   margin-top: 70px;
     
      }

    
      
      h1{
    
      
  margin: auto!important;
  text-align: center!important;
  float: none;
  
  
  font-size: 35px;

 
      }
      
      
      h2{
        margin: auto;
        text-align: center!important;
        margin-top: 20px;
        }



        #presentazione{
         
          float: none!important;
          height: fit-content;
          background-color: rgba(5, 5, 4, 0.363);
          max-width: 360px;
          position: relative;
          margin: auto;
          margin-top: 90px;
          color: rgb(187, 181, 173);
          box-shadow: 0px 4px 14px 0 rgba(155, 155, 155, 0.178);
        justify-content: center;
          border-radius: 15px;
          }


          .header{
          background-size: 1000px;
          }
          #presentazione{
  
            max-width: 430px;
            padding-top: 25px;
            padding-left: 17px;
            padding-right: 17px;
            padding-bottom: 10px;
            height: fit-content;
            color: rgb(173, 162, 142);
            border-radius: 10px 10px 30% 30%;
            margin-bottom: 160px;
          }
          

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

  
    .arrowTo{

     bottom: -20px;
 
    
    }

    .closeVid{
      right: 38%; top: 450px; font-size: 24vw;
              }

              .infoVid{
               right: 45%; top: 220px;  font-size: 10vw; 
                        }

    .TextBoxDist{
      border-radius: 10px 10px 35% 35%;
      height: 370px;
      }

.marginTopC{
  margin-top: 15px;
}
  #footer{
    height: 350px;
  } 

.footerLink1{

  width: 100px;
  text-align: center;
margin-left: 50px;
margin-top: -10px;
margin-bottom: 15px;
   
  }
  .footerLink2{
    width: 160px;
    text-align: center;
    margin-top: -9px;
  margin-bottom: 25px;
  margin-left: -10px;
  }
  .footerLink3{
    width: 100%;
    text-align: center;
    margin-left: -10px;
   margin-bottom: 20px;
  }

    #muteButtonHome{
              width: 55px;
              height: 55px;  
              top: 83px;
              }

    #contenitoreMuteButtonHome{
      height: 100%;
      float: left;
      width: 20%;
      padding-left: 20px;
    }


    #ingranaggioHome{

  margin-left: -2px;
   top: 101px;

    }
    .TextBoxAdam{
      background-position: 0px -0px;  
      padding-top: 70px;  
    }

    .staticBGDio{
      background-position: 950px -160px;
    }


  .staticBGAbou{
    zoom: 50%;
margin-top: 150px;

  }

    #instruOn{  
      margin-right: 18vw; 
      }
      #instruMenu{
        margin-right: 19vw;
      }


    .TextBoxDioramas{
      padding-top: 40px;
      background-position: 0px 40px;
      height: 350px;
    }


    .loadBox {

      font-size: 14px;

    }
    .loadText{
      margin-top: 13px;
      margin-bottom: 6px;
    }

    .infoVid{
       top: 150px;
              }

    .aboutTitle{
      padding: 0px 40px;
    }

    #image1{
      width: 250px; 
    }

    .aboutText{  
    margin-top: 20px;
      width: 300px;
    }


    .listDo{
      width: 320px;     
    }


    
 

.logoLink{
  margin-left: 20px;
}

    .coffee{
       width: 240px; height: 240px; bottom: 70px; left: 70px; pointer-events: none;
    }


    .coffee2{
      left: 10px!important;

    }

    .b_round,
    .s_round {
     
      bottom: -20px;
      width: 52px;
      height: 52px;
      
    }

    #separatore{
  
      width: 270px; 
    }

    .back{
      padding-left: 45px;
    }

    #nameOnCard{
      font-size: 17px;
    }
         
    .info{
      margin-left: 15px;
      margin-top: 30px;
      font-size: 13px;
    }

    .contactIcon{
      margin-right: 2px;
   font-size: 15px;
    }


 

    .socialIcon{ 
 margin-left: 30px;
 margin-top: 150px;
      font-size: 45px;
    }


    .container,
    .flip-box,
    .front,
    .back {
      width: 320px;
      height: 350px;
  margin:  30px auto;
    
    }
    .container{
      margin-bottom: 150px;
    }

    #copySuccess{
      width: 320px;
      height: 350px;
      top: 30px;
    }
.copyTo{
  margin-left: 10px;
  font-size: 17px;
}


    #cassText{
      margin-left: 90px;
    }

    .obscureWater{
      width: 320px;
      height: 338px;
      margin-top: -260px;
      margin-left: -27px;
    }

    .muteAlertCass{
     left: 135px;
    }

    .muteAlertWater{
      left: 130px;
      top: 50px;
    }

    #butMus{
      left: 57px;
    }

    #butHeart{
 
      left: 181px;

    }


    #cogCassette{
   
      left: 78px;

    }

    .cog2{
      left: 146px!important;
    }


    #section3{          
         height: 600px;
        
       background-size: cover;
         }

      
         .halfDio{
          padding: 0px;
      
         }

         .gif{
           width: 170px;
           height: 170px;
         }

         .fmodicon{
          width: 164px;
           right: 60px!important;
         }

    #logoDiorama{ 
   height: 120px;
   width: 350px;
   }

    iframe{
  
      padding-left: 14vw;
      top: 220px;
      padding-top: 0px;
      }

    .filter-item{
 
      padding-left: 12%;
      
    }

    .TextBox{
      font-size: 13px;
      max-width: 320px!important;
    }


    .cassCover{
width: 320px;
      }

      .coverWater{
   
        margin-top: -258px;
   
        width: 320px;
        height: 285px;

     
      }


    .iconTextBox{
      right: 110px;
      
    }

    #portfolioBox{
      padding-left: 80px;
    }

                .filter-menu li:hover,
                .filter-menu li.current{
             
        
                    margin: 5px 10px;
                            }

    .filter-menu li{
      margin: 2px;
       
        font-size: 12px;
        padding: 6px 13px;
     
    

    


  
                 }
    
  h3{
    font-size: 20px;
  }

    .open{
      width: 210px;
          display: block;
          border: 1px solid rgb(56, 50, 41);
        }

    h1{
    font-size: 21px;
      font-weight: 500;
    }
    h2{

      font-size: 12px;
    }
    

  .header{
height: 950px;
    background-size: 800px;
    background-position-y: -0px;
    padding-top: 60px;
  }

  .rippleBoxHome{

    margin-top: 77px!important;

      }

      #hideMuteHome{
        top:104px ;

         }

  #presentazione{
  
    max-width: 330px;
    padding-top: 25px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    height: fit-content;
    color: rgb(173, 162, 142);
    border-radius: 10px 10px 30% 30%;
    margin-bottom: 160px;
  }
  #testoPre{
      font-size: 16px;
      margin-top: 0px;
      text-align: center;
  }

  #presentazioneMusic{
    
  
    max-width: 330px;
 
    border-radius: 10px 10px 80px 80px;

    margin-bottom: 90px;
    }
    .homeLastWork{
      
  
      margin-top: 0px;
      margin-bottom: 0px;
      width: 100%;
      height: 150px;
     
    }
#lastWorkLB{
margin-top: 20px;
margin-left: 0px;
margin-bottom: -40px;
}

#lastWorkShot{
  margin-left: 0px;
  margin-top: 20px;
}
#lastWorkDett{
  margin-left: 0px;
  margin-top: 60px;
}
    }


    .noScroll{
overflow: hidden!important;
    }