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

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

.Overlay{
display: none;
}

.mobile_header{
display: none;
}

.line_break_mobile{
display: none;
}

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

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

/* CONTENUTO */
    
.titolo_news{
text-align: center;
font-family: Raleway;
font-size: 21px;
font-weight: 800;
}

.card_news{
width: 70vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
text-align: left;
margin-left: auto;
margin-right: auto;
border: 1.5px solid lightgrey;
border-radius: 10px;
background-color: white; 
padding-left: 50px;
font-weight: 600;
font-size: 15px;
}

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

.linea{
background-color: #e2042b;
height: 1.5px;
width: 15%;
} 

/* BOTTONE */

.contenitore_bottone{
text-align: center;
}

.button{
  text-decoration: none;
font-size:14.5px;
color: #e2042b;
border: 1px solid #e2042b;
border-radius: 20px;
padding: 25px;
padding-left: 35px;
padding-right: 35px;
}

.button:hover{
  text-decoration: none;
  outline: none;
  color: #e2042b;
  font-weight: bold;
  background-color: white;
}

/* DONAZIONE */

.contenitore_aiutiamo{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width: 65vw;
margin-left: auto;
margin-right: auto;
}

.aiutiamo{
text-align: justify;
font-size: 16px;
font-weight: bold;
}

.dona{
  text-decoration: none;
  outline: none;
  color: #e2042b;
}

.dona:hover{
  color: #e2042b;
}

.dona:visited{
  text-decoration: none;
  outline: none;
  color: #e2042b;
}

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


/*  */
    /* MOBILE */
  /*  */


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

    
    .card_news{
    width: 94vw;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 34px;
    }
  
  .contenitore_aiutiamo{
  width: 85vw;
  } 
  .aiutiamo{
  text-align: center;
  }
  
.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;
  }

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



}