body {
  font-family: "Montserrat", sans-serif;
  color: #52413a;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

a {
  color: #52413a;
  text-decoration: underline;
}
.centrale {
  width: 842px;
  position: relative;
  margin: 1em auto 0 auto;
  font-size: 15px;
  line-height: 28px;
}
.centrale p, .centrale li {
  color:#3d73b1;
}
.bandiere {
  text-align: center;
}
img.header {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

.immagine_mappa_solo_mobile {
  display: none;
}
h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    line-height: 1em;
    margin-top: -100px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 4em;
    width: 600px;
    /* background: antiquewhite; */
    margin-left: -300px;
    line-height: 1.5em;
}

h1 span {
  font-size: 1.5em;
}
h2 {
  font-size: 1.5em;
  text-align: center;
  color:#DEA05E;
}
.quadretto {
  float: left;
  border: 1px solid #bfb290;
  width: 20%;
  margin: 3.1%;
  text-align: center;
  line-height: 40px;
  padding: 5px 0 5px 0;
  display: block;
  text-decoration: none;
}
.quadretto_duerighe {
  line-height: 20px !important;
}
.quadretto_first {
  margin-left: 0;
}
.quadretto_last {
  margin-right: 0;
}
.quadretto:hover {
  text-decoration: underline;
}
.quadretto_immagine {
  float: left;
  border: 1px solid #006ab8;
  width: 20%;
  margin: 3.1%;
  text-align: center;
  line-height: 40px;
  padding: 0px 0 5px 0;
  display: block;
  text-decoration: none;
  color: #006ab8;
}

.quadretto_immagine img {
  width: 100%;
}

.quadretto_prima_immagine {
  margin-left: 0;
}

.quadretto_ultima_immagine {
  margin-right: 0;
}

.riga_lunga {
  width: 98%;
  padding: 1%;
  text-align: center;
}
.riga_lunga p {
  line-height: 0em;
}
.riga_lunga_bottom {
  margin-top: -0.2em;
  background-color: #fff;
}
.clear {
  clear: both;
}
.copyright {
  font-size: 12px;
  border-top:1px solid #52413a;
  margin-top: 0 !important;
}
img.mappa {
  width: 100%;
}
.countdown {
  text-align: center;
}

.immagine_mappa {
  width: 100%;
}

.td-header-wrap .td-header-menu-wrap-full, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full {
  background-color: rgba(255,255,255,1);
}

@media screen and (max-width: 820px) {
  map {
    display: none;
  }

  h1 {
      margin-top: 0;
      position: absolute;
      left: 50%;
      top: 32%;
      font-size: 2em;
      width: 100%;
      /* background: antiquewhite; */
      margin-left: -50%;
      line-height: 1.5em;
  }

  h1 span {
    font-size: 1.5em;
  }


  .immagine_mappa_solo_mobile {
    display: block;
    width: 100%;
  }
  .immagine_mappa {
    display: none;
  }
  .centrale {
    width: 90%;
    padding: 5%;
  }
  .centrale p, .centrale li {
    line-height: 2em;
  }
  .quadretto {
      width: 47%;
      margin: 1%;
  }
  .riga_lunga {
    margin-top: 1.4em;
  }
  .riga_lunga_bottom {
    margin-top: -0.2em;
  }
  .quadretto_immagine {
    width: 47%;
    margin: 1%;
  }
  .quadretto_prima_immagine {
    margin-left: 1%;
  }

  .quadretto_ultima_immagine {
    margin-right: 1%;
  }

  img.header {
    width: 100%;
  }


}

@media screen and (max-width: 320px) {
  .quadretto_duerighe_mobile {
    line-height: 20px;
  }
}
