/*
* Imposto il colore di sfondo delle voci di menu
*/
:root {
  --link-color: #00264d;
}

html, body {
  font-weight: 400;
}

li.nav-item .dropdown-menu ul.link-list li a span {
  color: var(--link-color) !important;
}

.link-list-wrapper.in-evidenza ul li a span,
.link-list-wrapper.servizi ul li a span,
.sidebar-linklist-wrapper .link-list-wrapper.main ul li a span,
.region.region-content a {
  color: var(--link-color) !important;
}

.node--unpublished {
  background-color: #fff4f4;
}

div.link-list-wrapper a.list-item.active span.list-item-title {
  font-weight: bold;
}

#sezione-chiusura-hp a {
  font-size: 13px;
}

#sezione-chiusura-hp .card-img, .card-img-top {
  padding: 2rem 2rem 0rem 2rem;
}


@media only screen and (max-width: 767px) {
  #sezione-chiusura-hp img {
    display: none;
  }
  #sezione-chiusura-hp .elemento {
    padding-bottom: 1rem;
  }
}

.it-brand-title {
  font-weight: inherit !important;
}
