
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  } 

  a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
    }

  @-webkit-keyframes linea2 {
   0% {
     -webkit-transform: translateX(29.5vw);
             transform: translateX(29.5vw);
   }
   100% {
     -webkit-transform: translateX(0px);
             transform: translateX(0px);
   }
 
  }

  @keyframes linea2 {
   0% {
     -webkit-transform: translateX(29.5vw);
             transform: translateX(29.5vw);
   }
   100% {
     -webkit-transform: translateX(0px);
             transform: translateX(0px);
   }
 
  }

  @-webkit-keyframes linea1 {
   100% {
     -webkit-transform: translateX(29.5vw);
             transform: translateX(29.5vw);
   }
   0% {
     -webkit-transform: translateX(0px);
             transform: translateX(0px);
   }
  }

  @keyframes linea1 {
   100% {
     -webkit-transform: translateX(29.5vw);
             transform: translateX(29.5vw);
   }
   0% {
     -webkit-transform: translateX(0px);
             transform: translateX(0px);
   }
  }

.linea1{
clear: both;
border: 0;
overflow: hidden;
display: block;
height: 1px; 
background: black; 
width: 30vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  
}

.linea2{
  clear: both;
  border: 0;
  overflow: hidden;
  display: block;
  height: 1px; 
  background-color: black; 
  width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  
  }

.linea1::before{
    -webkit-animation-duration: 6.5s;
            animation-duration: 6.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-name: linea1;
            animation-name: linea1;
    background: #e2042b;
    content: "";
    vertical-align: middle;
    height: 1.1vh;
    width: 0.5vw; 
    border-radius: 100px;
    position: absolute;
  }
  
  .linea2::before {
    -webkit-animation-duration: 6.5s;
            animation-duration: 6.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-name: linea2;
            animation-name: linea2;
    background: #e2042b;
    content: "";
    vertical-align: middle;
    height: 1.1vh;
    width: 0.5vw; 
    border-radius: 100px;
    position: absolute; 
  }


.Overlay{
display: none;
}

.mobile_header{
display: none;
}

.line_break_mobile{
display: none;
}

.line_break_mobile_p{
display: none;
}

.contenitore_titolo_mobile{
display: none;
}

.decor{
text-decoration: none;
color: black;
}

.decor:active{
  text-decoration: none;
  color: black;
  }

  .decor:visited{
    text-decoration: none;
    color: black;
    }

  .footer_mobile{
    display: none;
  }

.servizio1m, .testo_servizio1m, .testo_servizio1_1m, .servizio2m, .testo_servizio2m, .servizio3m, .testo_servizio3m, .servizio4m, .testo_servizio4m, .servizio5m, .testo_servizio5m, .servizio6m, .testo_servizio6m{
display: none;
}


.decor:hover{
text-decoration: none;
color: #e2042b;
}

  .contenitore_flex_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    margin-bottom: 80px;
    }
    
    .contenitore_flex_header.fixed{
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: white;
    width: 100%;
    z-index: 999;
    top: 0;
    border-bottom: 1px solid lightgrey;
    }
    
    ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    font-family: Quicksand;
    font-weight: bolder;
    font-size: 13px;
    padding-left: 50px;
    }
    
.xxx:visited{
color: black;
}

.active, .xxx:hover {
color: #e2042b !important;
text-decoration: none !important;
} 
    
    li{
    float: left;
    }
    
    li a {
    
        display: block;
        color: black;
        padding: 50px;
        text-decoration: none;
      }

/* FOOTER */

.footer{
  border-top: 1px solid grey;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10vh;
  padding-bottom: 8vh;
  }
  
  .contenitore_sx{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-right: 0.5px solid rgb(189, 189, 189);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
  
  .contenitore_centro{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  }
  
  .contenitore_dx{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  border-left: 0.5px solid rgb(189, 189, 189);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
  
  .titolo_footer{
  font-family: Montserrat;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 3vh;
  }
  
  .titolo_centro{
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 3vh;
  }
  
  .testo_sx, .testo_centro{
  font-weight: 500;
  padding-bottom: 1.5vh;
  }
  
  .testo_sx{
  text-align: left;
  }
  
  .testo_centro{
  text-align: center;
  }
  
  .fb{
  height: 4vh;
  width: auto;
  }
  
  .fb:hover, .in:hover{
  -webkit-filter: invert(1);
          filter: invert(1);
  }
  
  .in{
  height: 4vh;
  width: auto;
  }
  
  .contattaci_footer:visited{
  color: black;
  }
  
  .contattaci_footer{
  text-decoration: none;
  font-weight: bold;
  color: #2c2c2c;
  border: 1.2px solid #616161;
  padding: 8px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 6px;
  }
  
  
  .contattaci_footer:hover{
  text-decoration: none;
  background-color: #616161;
  color: white;
  }

  .link_footer_desktop:hover{
    color: #e2042b !important;
    }

/* CONTENUTO */
    

.servizio1{
margin-right: auto;
margin-left: auto;
width: 96vw;
border-radius: 10px;
margin-top: 5vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-pack: distribute;
    justify-content: space-around;
background-color: white;
padding-top: 17vh;
padding-bottom: 17vh;
background-image: -webkit-gradient(linear, left top, right top, from(#903636), color-stop(#7d3141), color-stop(#663046), color-stop(#4d2f44), color-stop(#382c3a), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
background-image: -o-linear-gradient(left, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
background-image: linear-gradient(to right, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 
}

.testo_servizio1{
max-width: 28vw;
font-size: 17px;
padding-left: 2vw;
color: white; 
}

.testo_servizio1_1{
max-width: 28vw;
font-size: 17px;
padding-right: 5vw;
color: white; 
}


.servizio2{
margin-top: 3vh;
margin-right: auto;
margin-left: auto;
width: 96vw;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-pack: distribute;
    justify-content: space-around;
background-color: white;
padding-top: 18vh;
padding-bottom: 18vh;
background-image: -webkit-gradient(linear, right top, left top, from(#903636), color-stop(#7d3141), color-stop(#663046), color-stop(#4d2f44), color-stop(#382c3a), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
background-image: -o-linear-gradient(right, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
background-image: linear-gradient(to left, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 
}
    
.testo_servizio2{
max-width: 45vw;
font-size: 17px;
padding-left: 2vw;
color: white;
}


.servizio3{
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  width: 96vw;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: white;
  padding-top: 18vh;
  padding-bottom: 18vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#903636), color-stop(#7d3141), color-stop(#663046), color-stop(#4d2f44), color-stop(#382c3a), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
  background-image: -o-linear-gradient(left, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
  background-image: linear-gradient(to right, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 

}

.testo_servizio3{
  max-width: 45vw;
  font-size: 17px;
  color: white;
  }


  
.servizio4{
    margin-top: 3vh;
    margin-right: auto;
    margin-left: auto;
    width: 96vw;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: white;
    padding-top: 18vh;
    padding-bottom: 18vh;
    background-image: -webkit-gradient(linear, right top, left top, from(#903636), color-stop(#7d3141), color-stop(#663046), color-stop(#4d2f44), color-stop(#382c3a), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
    background-image: -o-linear-gradient(right, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
    background-image: linear-gradient(to left, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 
}
  
.testo_servizio4{
    max-width: 45vw;
    font-size: 17px;
    color: white;
    padding-left: 3vw;
}


.servizio5{
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  width: 96vw;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: white;
  padding-top: 18vh;
  padding-bottom: 18vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#903636), color-stop(#7d3141), color-stop(#663046), color-stop(#4d2f44), color-stop(#382c3a), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
  background-image: -o-linear-gradient(left, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
  background-image: linear-gradient(to right, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 
}

.testo_servizio5{
  max-width: 35vw;
  font-size: 17px;
  color: white;
  padding-right: 5vw;
}


.servizio6{
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  width: 96vw;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: white;
  padding-top: 18vh;
  padding-bottom: 18vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#903636), color-stop(#7d3141), color-stop(#663046), color-stop(#4d2f44), color-stop(#382c3a), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
  background-image: -o-linear-gradient(right, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
  background-image: linear-gradient(to left, #903636, #7d3141, #663046, #4d2f44, #382c3a, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 
margin-bottom: 15vh;
}

.testo_servizio6{
  max-width: 35vw;
  font-size: 17px;
  color: white;
}


.contenitore_bottone{
  text-align: center;
  margin-bottom: 15vh;
  }
  
  .button{
    text-decoration: none;
  font-size:15px;
  color: #e2042b;
  border: 1.5px solid #e2042b;
  border-radius: 20px;
  padding: 25px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: bold;
  }
  
.button:hover{
font-size:16px;
text-decoration: none;
outline: none;
color: #e2042b;
font-weight: bold;
padding: 27px;
padding-left: 38px;
padding-right: 38px;
background-color: white; 
}


#myBtn {
display: none;
position: fixed;
bottom: 2vh;
right: 1vw;
z-index: 99;
font-size: 24px;
border: 1.5px solid #e2042b;
outline: none;
background-color: white;
color: red;
cursor: pointer;
padding-top: 1.3vh;
padding-bottom:1.3vh;
padding-right: 1.15vw;
padding-left: 1.15vw;
border-radius: 10px;
}
  
#myBtn:hover {
background-color: #e2042b;
color: white;
}


.contattaci_footer, .contattaci_footer:hover, .contattaci_footer:visited{
color: black;
text-decoration: none;
}








      /* MOBILE */



@media screen and (max-width: 1100px) {
.contenitore_flex_header{display: none; display: none ;}
.contenitore_flex_header.fixed{display: none; display: none ;}

.contenitore_titolo{
  display: none;
}

.linea1, .linea2{
display: none;
}

.p_titolo{
display: none;
}

.contenitore_titolo_mobile{
margin-top: 8vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex; 
-webkit-box-orient: vertical; 
-webkit-box-direction: normal; 
    -ms-flex-direction: column; 
        flex-direction: column; 
-webkit-box-pack: center; 
    -ms-flex-pack: center; 
        justify-content: center; 
}


.servizio1, .testo_servizio1, .testo_servizio1_1, .servizio2, .servizio3, .servizio4, .servizio5, .servizio6, .testo_servizio2, .testo_servizio3, .testo_servizio4, .testo_servizio5, .testo_servizio6{
display: none;
}



 @-webkit-keyframes linea1m {
  
  0% {
    -webkit-transform: translateX(65vw);
            transform: translateX(65vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
 }



 @keyframes linea1m {
  
  0% {
    -webkit-transform: translateX(65vw);
            transform: translateX(65vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
 }


.linea1m{
clear: both;
border: 0;
overflow: hidden;
display: block;
height: 1px; 
background: #616161; 
width: 66vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
margin-top: 1.5vh;
}


.linea1m::before{
   -webkit-animation-duration: 4s;
           animation-duration: 4s;
   -webkit-animation-timing-function: ease-in-out;
           animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: infinite;
           animation-iteration-count: infinite;
   -webkit-animation-direction: alternate;
           animation-direction: alternate;
   -webkit-animation-name: linea1m;
           animation-name: linea1m;
   background: #e2042b;
   content: "";
   vertical-align: middle;
   height: 0.7vh;
   width: 1.35vw; 
   border-radius: 100px;
   position: absolute;
 }
 

.servizio1m{
margin-top: 5vh;
width: 94vw;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
background-image: -webkit-gradient(linear, left top, left bottom, from(#8b1616), color-stop(#532b2b), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
background-image: -o-linear-gradient(top, #8b1616, #532b2b, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
background-image: linear-gradient(to bottom, #8b1616, #532b2b, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 
}


.servizio2m, .servizio3m, .servizio4m, .servizio5m, .servizio6m{
  margin-top: 1.2vh;
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear,  left top, left bottom,  from(#8b1616), color-stop(#532b2b), color-stop(#2f2933), color-stop(#28262b), color-stop(#222222), color-stop(#1f1f1f), color-stop(#1d1d1d), color-stop(#1a1a1a), to(#181818));
  background-image: -o-linear-gradient(top,  #8b1616, #532b2b, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818);
  background-image: linear-gradient(to bottom,  #8b1616, #532b2b, #2f2933, #28262b, #222222, #1f1f1f, #1d1d1d, #1a1a1a, #181818); 
}

.servizio6m{
margin-bottom: 14vh;
}

.testo_servizio1m, .testo_servizio1_1m, .testo_servizio2m, .testo_servizio3m, .testo_servizio4m, .testo_servizio5m, .testo_servizio6m{
display: block;
font-size: 17px;
margin-top: 2.5vh;
color: #ffffff;
margin-left: 8vw;
margin-right: 8vw;
margin-bottom: 8vh;
font-weight: 500;
}


.img1{
margin-top: 8vh;
max-height: 25vh;
margin-left: auto;
margin-right: auto;
}

.img2, .img3, .img4, .img5, .img6{
  margin-top: 8vh;
  max-height: 22vh;
  margin-left: auto;
  margin-right: auto;
}



.titolom{
text-align: center;
margin-top: 8vh;
}
.titolom2{
  text-align: center;
  margin-top: 2.5vh;
  }









    .Overlay{
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    width: 0;
    background-color: #fbfbfb;
    top: 0;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;  
    }
    
    .mobile_header{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 50px;
    border-bottom: 0.5px solid grey;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), color-stop(#eeeeee), color-stop(#f4f4f4), color-stop(#f6f6f6), color-stop(#f8f8f8), color-stop(#f9f9f9), color-stop(#fafafa), color-stop(#fbfbfb), color-stop(#fbfbfb), color-stop(#fbfbfb), color-stop(#fbfbfb), to(#fbfbfb));
    background-image: -o-linear-gradient(bottom, #e6e6e6, #eeeeee, #f4f4f4, #f6f6f6, #f8f8f8, #f9f9f9, #fafafa, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb);
    background-image: linear-gradient(to top, #e6e6e6, #eeeeee, #f4f4f4, #f6f6f6, #f8f8f8, #f9f9f9, #fafafa, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb);
    
    }
    
      
    .contenuto_ov{
    height: 60vh;
    width: 100%;
    text-align: left; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    
    .riga_ov{
    position: absolute;
    top: 15vh;
    margin-right: auto;
    margin-left: auto;
    height: 0.7px;
    background-color: rgb(167, 167, 167);
    width: 90vw;
    }
    
    
    
    .Overlay a{
    padding-top: 3vh;
    padding-left: 3.5vw;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
    
    .Overlay a:hover, .Overlay a:focus {
      color: #e2042b;
    }
    
    .Overlay .bottone_chiudi {
      position: absolute;
      top: 0;
      right: 8vw;
      font-size: 40px;
      color: black;
    }
    
    
    .line_break_mobile{
    display: block;
    }
    
    .immagini_social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 32vw;
    margin-right: 32vw;
    }
    
    .img_ov{
    max-height: 55px;
    max-height: auto;
    position: absolute;
    top: 4vh;
    left: 8vw;
    }
    
.spazi{
display: none;
}


#myBtn {
display: none;
position: fixed;
bottom: 0.5vh;
right: 1vw;
z-index: 99;
font-size: 18px;
border: 1.5px solid #e2042b;
outline: none;
background-color: white;
color: red;
cursor: pointer;
padding-top: 1vh;
padding-bottom:1vh;
padding-right: 3.3vw;
padding-left: 3.3vw;
border-radius: 10px;
}



/* FOOTER MOBILE*/

.footer{
  display: none;
  }
  
  .footer_mobile{
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid grey;
  background-color: white;
  padding-top: 5vh;
  padding-bottom: 5vh;
  }
  
  .posizione_mobile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding-top: 4vh;
  padding-bottom: 4vh;
  }
  
  .chiama_mobile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding-top: 4vh;
  padding-bottom: 4vh;
  }
  
  .messaggio_mobile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding-top: 4vh;
  margin-bottom: 4vh;
  }
  
  .codicefiscale{
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5vh;
  padding-bottom: 4vh;
  }
  
  .testo_messaggio, .testo_chiama, .testo_posizione{
  position: absolute;
  left: 32vw;
  font-weight: bold;
  }
  
  .immagine_chiama{
  height: 3vh;
  width: auto;
  position: absolute;
  left: 17vw;
  }
  
  .immagine_messaggio{
  height: 2.5vh;
  width: auto;
  position: absolute;
  left: 17vw;
  }
  
  .immagine_posizione{
  height: 3vh;
  width: auto;
  position: absolute;
  left: 17vw;
  }
  
  .contattaci_mobile{
  border: 1.5px solid  rgb(39, 39, 39);
  color: rgb(39, 39, 39);
  padding: 1.3vh;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  border-radius: 6px;
  font-weight: bold;
  }
  
  .linea_mobile{
  border: 0;
  clear:both;
  display:block;
  width: 86vw;               
  background-color:#e2042b;
  height: 0.5px;
  }
  
  .tasti_social_mobile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 3vh;
  }
  
  .fb_mobile{
  height: 5.8vh;
  width: auto;
  position: absolute;
  left: 15vw;
  }
  
  .in_mobile{
  height: 5.8vh;
  width: auto;
  position: absolute;
  right: 15vw;
  }
  
  .contenitore_iubenda_mobile{
  margin-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.1vh;
  padding-left: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
  
  
  /* FINE FOOTER MOBILE*/

}