/* ! Reset */
body, html{ font-size: 16px; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; 
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
    min-width: 368px;
}

*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{list-style-type: none;}
img{height: auto;}
p {
  line-height: 30px;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ccc;
}

/* ! HEADER */
header, footer {
    background: #222;
    color: #ffffff;
}
ul.menu_footer, ul.menu_header {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.menu_footer li, ul.menu_header li {
    display: inline;
    margin: 10px;
    flex-grow: 1;
}
.logo, .logoMG img {
    max-height: 45px;
}
/* ! HERO */
.hero {
  border: 1px solid #ff000000;
  width: 100%;
  position: relative;
  background-color: #354656;

}
.hero::before {
  content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(immagini/02.jpg);
    opacity: 0.3;
}
.hero__title {
  margin: 74px 2% 8%;
  color: #fff;
  text-shadow: 2px 2px 6px #222;
}


.percorso {
    background: #354655;
    width: 100%;
    padding: 10px;
    color: #828080;
    border-top: 1px solid #ccc;
}
.percorso a {
    color: #ffffff;
    font-weight: bold;
}
.container {
    width: 70%;
    margin: 0 auto;
}

/* ! CONTENT */
.content {
  background: #fff;
  margin: 0 auto;
}

.contenuto {
  max-width: 60%;
  margin: 0 auto;
  padding: 2%;  
}
.inprogress   {
    margin-top: 20vh;
}
@media (max-width: 768px) {
  .contenuto {
    max-width: 90%;
  }
}
/* ! GRID */
.grid {
  display:flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5%;
}
.col-33 {
  width: 30%;
  background-color: #dde4ec99;
  padding: 3% 2%;
  margin: 1%;
  min-height: 156px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 20px;
  box-shadow: 2px 2px 4px #222;
  z-index: 1000;
}
.col-33__testo {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #22222273;
    z-index: 100;
}
.col-33__testo a{
    color: #26303b;
}
.col-33__testo a:hover{
    color: #61788e;
}
@media (max-width: 768px) {
  .col-33 {
    width: 100%;
    min-height: 130px;
    margin: 2%;
  }
}
footer {
  padding: 1em;
}
.crediti {
  float: right;
}


details { 
    padding: .75em .75em 0;
  margin-top: 10px;
}

summary { 
    margin: -.75em -.75em 0;
    padding: .75em;
    cursor: pointer;
}
details a{
  color: #222;
}
details ul {
    margin: 20px;
}
details li {
    line-height: 35px;
    margin-left: 25px;
    list-style: disc;
}
details[open] {
    padding: .75em;
  \border-bottom: 1px solid #d4d4d4;
}

details[open] summary {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}
.loghi {
    background: #f2f2f2;
    width: 100%;
}
.loghi ul {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.loghi li {
    margin: 1rem;
}
.loghi img {
    display: block;
    width: 90px;
}



#interno .contenitore {min-height: calc(100vh - 353px);}

#interno .contenuto {
    display: flex;
  max-width: 85%;
  background-color: #fff;
    justify-content: space-between;
    flex-wrap: wrap;
}
#interno .contenuto .col1, #interno .contenuto .col2, #interno .contenuto .col3 {
   width: 30%;
    padding: 3% 2%;
    margin: 1%;
}
#interno .testata {
  border: 1px solid #ff000000;
  width: 100%;
  position: relative;
  background-color: #354656;
    height: 210px;

}
#interno .testata::before {
  content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(immagini/02.jpg);
    opacity: 0.3;
}
#interno .testata__title {
  margin: 74px 2% 8%;
  color: #fff;
  text-shadow: 2px 2px 6px #222;
}
@media (max-width: 768px) {
  #interno .contenuto .col1, #interno .contenuto .col2, #interno .contenuto .col3 {
    width: 100%;
    margin: 2%;
  }
}
