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

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

 .schermata{
background-image: url("/immagini/background_contatti.png");
background-repeat: no-repeat;
} 


.Overlay{
  display: none;
  }
  
  .mobile_header{
  display: none;
  }
  
  .line_break_mobile{
  display: none;
  }
  
  .line_break_mobile_p{
  display: none;
  }

  .footer_mobile{
    display: none;
    }

  /* header */

  .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; 
    }
    
    
    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;
      }

      /* FORM */


.Compila{
        margin-top: 5vh;
        font-family: Raleway;
        font-size: 23px; 
        text-align: center;
        font-weight: 800;
        letter-spacing: 0.2px;
      }

      .contenitore_form {
          width: 82vw;
          border-radius: 5px;
          padding: 20px;
          text-align: center;
          background-color: white;
        margin-left: auto;
        margin-right: auto;
        }

      ::-webkit-input-placeholder{
        font-family: Quicksand;
        font-size: 14px;
        color: black;
        opacity: 0.5;}

      ::-moz-placeholder{
        font-family: Quicksand;
        font-size: 14px;
        color: black;
        opacity: 0.5;}

      :-ms-input-placeholder{
        font-family: Quicksand;
        font-size: 14px;
        color: black;
        opacity: 0.5;}

      ::-ms-input-placeholder{
        font-family: Quicksand;
        font-size: 14px;
        color: black;
        opacity: 0.5;}

      ::placeholder{
        font-family: Quicksand;
        font-size: 14px;
        color: black;
        opacity: 0.5;}
        
        #nom{
          width: 50%;
          padding: 12px 12px;
          margin: 8px 0;
          display: inline-block;
          border: 1px solid transparent;
          border-bottom: 1.5px solid #727272;
          border-radius: 1px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-top: 20px;
          margin-bottom: 15px;
        }
        
        #email{
          width: 50%;
          padding: 12px 12px;
          margin: 8px 0;
          display: inline-block;
          border: 1px solid transparent;
          border-bottom: 1.5px solid #727272;
          border-radius: 1px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-bottom: 15px;
        }
        
        #ogg{
          width: 50%;
          padding: 12px 12px;
          margin: 8px 0;
          display: inline-block;
          border: 2px solid transparent;
          border-bottom: 1.5px solid #727272;
          border-radius: 1px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-bottom: 15px;
        }
        
        #msg{
          width: 50%;
          padding: 12px 12px;
          margin: 8px 0;
          display: inline-block;
          border: 2px solid transparent;
          border-bottom: 1.5px solid #727272;
          border-radius: 1px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-top: 40px;
          margin-bottom: 20px;
          outline: none;
        }
        
        input[type=text] {
        outline: none;
        border: none;
        }
        
        input[type=submit] {
          background-color: transparent;
          width: 13%;
          color: black;
          padding: 14px 20px;
          margin: 8px 0;
          border: 1.5px solid #727272;
          border-radius: 23px;
          cursor: pointer;
          margin-top: 15px;
          margin-bottom: 5px;
          margin-right: 37%;
          letter-spacing: 2px;
          font-size: 13px;
        }
        
        input[type=submit]:hover {
          background-color: black;
          color: white;
        }
        
/* 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;
  }


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

      
    .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;
    }

    .Compila{
    margin-top: 8vh;
    }



    .contenitore_form {
      width: 90vw;
      border: 0.5px solid lightgrey;
      margin-top: 5vh;
    }

#nom{
width: 84%;
}

#email{
  width: 84%;
}

#ogg{
  width: 84%;
}

#msg{
  width: 84%;
}

input[type=submit] {
  width: 50%;
  padding: 10px 15px;
  border-radius: 19px;
}

.spazi{
display: none;
}


/* 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*/


    }