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

.contenitore1m, .contenitore2m{
display: none;
}

.testo_marchem{
display: none;
}

.img_marchem, .img_decreto1m, .img_decreto2m, .img_decreto3m, .img_culturam, .img_micrm, .img_responsem{
display: none;
}

.a1m, .a2m{
display: none;
}

.footer_mobile{
  display: none;
  }

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

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

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



.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_pagina_news{
font-size: 25px;
font-family: Raleway;
text-align: center;
margin-bottom: 10vh;
font-weight: 900;
letter-spacing: 0.5px;
}

.contenitore1{
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;
width: auto;
height: auto;
margin-left: 3vw;
margin-right: 3vw;
margin-bottom: 9vh;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
background-color: white;
border-radius: 15px;
border: 0.5px solid grey;
height: 55vh;
position: relative;
}

.contenitore2{
  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;
  width: auto;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-bottom: 9vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 15px;
  border: 0.5px solid grey;
  height: 55vh;
  position: relative;
  }

.testo_marche{
margin-left: 3vw;
margin-right: 3vw;
font-size: 16px;
margin-top: 8vh;
margin-bottom: 8vh;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
max-height: 48vh;
font-weight: 500;
}

.a1{
position: absolute;
right: 1.7vw;
bottom: 2vh;
text-decoration: none;
color: #e2042b;
font-weight: bold;
font-size: 13px;
}

.a2{
position: absolute;
left: 2vw;
bottom: 2vh;
text-decoration: none;
color: #e2042b;
font-weight: bold;
font-size: 13px;
}

.a1:hover, .a1:visited, .a1:active{
color: #e2042b;
}

.a2:hover, .a2:visited, .a2:active{
color: #e2042b;
}











.img_marche{
max-width: 39vw;
height: 100%;
border-top-left-radius: 13px ;
border-bottom-left-radius: 13px ;
}

.img_decreto1{
  max-width: 39vw;
  height: 100%;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  }

.img_decreto2{
max-width: 39vw;
height: 100%;
border-top-left-radius: 13px ;
border-bottom-left-radius: 13px ;
}

.img_decreto3{
max-width: 39vw;
height: 100%;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
}

.img_cultura{
max-width: 39vw;
height: 100%;
border-top-left-radius: 13px ;
border-bottom-left-radius: 13px ;
}

.img_micr{
max-width: 39vw;
height: 100%;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
}

.img_response{
max-width: 39vw;
height: 100%;
border-top-left-radius: 13px ;
border-bottom-left-radius: 13px ;
}


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

.contenitore1, .contenitore2{
display: none;
}

.testo_marche{
display: none;
}

.img_marche, .img_decreto1, .img_decreto2, .img_decreto3, .img_cultura{
display: none;
}

.a1, .a2{
display: none;
}


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


/* CONTENUTO */



.titolo_pagina_news{
font-size: 25px;
font-family: Raleway;
text-align: center;
margin-top: 10vh;
margin-bottom: 10vh;
margin-left: 6vw;
margin-right: 6vw;
font-weight: 800;
}

.contenitore1m{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
width: 94vw;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 9vh;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
background-color: white;
border-radius: 15px;
border: 0.5px solid grey;
position: relative;
}


.testo_marchem{
display: block;
margin-left: 6vw;
margin-right: 6vw;
font-size: 16px;
margin-top: 8vh;
margin-bottom: 10vh;
font-weight: 500;
}

.a1m, .a2m{
display: block;
position: absolute;
bottom: 3vh;
text-decoration: none;
color: #e2042b;
font-weight: bold;
font-size: 14px;
}

/* .a2m{
position: absolute;
left: 2vw;
bottom: 2vh;
text-decoration: none;
color: #e2042b;
font-weight: bold;
font-size: 13px;
}  */


.img_marchem{
display: block;
width: 94vw;
border-top-left-radius: 13px ;
border-top-right-radius: 13px ;
border-bottom-left-radius: 0;
}

.img_decreto1m{
  display: block;
  width: 94vw;
  border-top-left-radius: 13px ;
  border-top-right-radius: 13px ;
  border-bottom-left-radius: 0;
}

.img_decreto2m{
  display: block;
  width: 94vw;
  border-top-left-radius: 13px ;
  border-top-right-radius: 13px ;
  border-bottom-left-radius: 0;
}

.img_decreto3m{
  display: block;
  width: 94vw;
  border-top-left-radius: 13px ;
  border-top-right-radius: 13px ;
  border-bottom-left-radius: 0;
}

.img_culturam{
  display: block;
  width: 94vw;
  border-top-left-radius: 13px ;
  border-top-right-radius: 13px ;
  border-bottom-left-radius: 0;
}

.img_micrm{
  display: block;
  width: 94vw;
  border-top-left-radius: 13px ;
  border-top-right-radius: 13px ;
  border-bottom-left-radius: 0;
}

.img_responsem{
  display: block;
  width: 94vw;
  border-top-left-radius: 13px ;
  border-top-right-radius: 13px ;
  border-bottom-left-radius: 0;
}

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


}