/**
MODIFICHE 2020
*/
.banner2020 > div {
  margin-top: 20%;
}
.banner2020 h1.text-large {
  font-size: 8em !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.banner2020 h1.text-large + h2.claim {
  font-size: 3em !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
.banner2020 h1.text-large + h2.claim + p {
  font-size: 2em;
  margin-top: 5%;
  line-height: 1;
}
@media (min-width: 992px) {
  .banner2020 h1.text-large + h2.claim + p {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .border2020 {
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 992px) {
  span.lead {
    width: 80%;
  }
}
@media (max-width: 420px) {
  span.lead {
    font-size: 16px;
  }
}
.react2020 {
  height: 200px;
  width: auto;
}
.agid2020 {
  height: 70px;
  width: auto;
  margin: 30px;
}
.git2020 {
  height: 150px;
  width: auto;
  margin: 30px;
}
.cms2020 {
  height: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cms2020 {
    margin: 0 30px 0 0;
  }
}
.block2020 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.block2020.borderBottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.block2020.block2020reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .block2020 {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .block2020.block2020reverse {
    flex-direction: row;
  }
}
.sfondo-verde-azzurro {
  background: #297a38;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #297a38), color-stop(50%, #0066cc));
  background: -o-linear-gradient(left, #297a38 50%, #0066cc 50%);
  background: linear-gradient(90deg, #297a38 50%, #0066cc 50%);
  color: #ffffff;
}
.sfondo-verde-azzurro h2 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .sfondo-verde-azzurro {
    background: #297a38;
    background: -webkit-gradient(linear, 180deg, color-stop(50%, #297a38), color-stop(50%, #0066cc));
    background: -o-linear-gradient(180deg, #297a38 50%, #0066cc 50%);
    background: linear-gradient(180deg, #297a38 50%, #0066cc 50%);
  }
}
.background-blu {
  background-color: #003354;
  background: #003354;
  color: #ffffff;
}
.background-blu h2 {
  color: #ffffff;
}
.background-blu2 {
  background-color: #00335433;
  background: #00335433;
}
.background-verde2 {
  background-color: #297a3811;
  background: #297a3833;
}
.background-grigio2 {
  background-color: #9e9e9e;
  background-color: 9e9e9e;
}
.background-grigio2 label,
.background-grigio2 p,
.background-grigio2 span {
  color: #ffffff;
}
.icon-content > div {
  background: #fff;
  padding: 30px 15px;
  border: 30px solid #f0f0f0;
}
@media (max-width: 767px) {
  .icon-content > div {
    border: 15px solid #f0f0f0;
  }
}
.icon-content > div:nth-child(1) .panel-title h3 {
  background: #297a38;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 5px;
}
.icon-content > div:nth-child(2) .panel-title h3 {
  background: #325172;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 5px;
}
.icon-content > div:nth-child(3) .panel-title h3 {
  background: #F69106;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 5px;
}
.icon-content > div:nth-child(4) .panel-title h3 {
  background: #E9001A;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 5px;
}
.fake-tag {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.fake-tag > li {
  padding: 0px 15px;
  background-color: #003354CC;
  color: #ffffff;
  border: 2px solid #003354;
  border-radius: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.fake-tag > li::marker {
  content: '';
}
.fake-tag li + li {
  margin-left: 10px;
}
.partner .container > .row {
  padding: 60px 0;
}
.partner .container > .row > div:first-child {
  background-color: #297a38;
}
@media (min-width: 380px) {
  .partner .container > .row > div:first-child a + a {
    margin-left: 15px;
  }
}
@media (max-width: 379px) {
  .partner .container > .row > div:first-child a + a {
    margin-top: 15px;
  }
}
.partner .container > .row > div:last-child {
  background-color: #0066cc;
}
@media (max-width: 767px) {
  ul.content-logo {
    flex-wrap: wrap;
  }
}
#mainMenu > ul > li > a {
  font-size: 18px;
  font-weight: normal;
}
