* {
  font-family: 'Roboto Condensed', sans-serif;
}
.bottom-menu li a {
  text-decoration: none !important;
  color: #0c5297 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.verde-background h2 {
  color: #568b79;
  margin: 0;
  padding-top: 40px;
  font-size: 14px;
}
.verde-background h1 {
  color: #568b79;
  margin: 0;
}
.verde-background article {
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #4d4d4d;
}
.verde-background article img {
  margin-bottom: 20px;
}
.verde-background article h1 {
  font-size: 22px;
  color: #609B87;
  margin-bottom: 10px;
}
.verde-background article h4 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.verde-background p {
  padding: 0 10px;
}
.verde-background article a {
  background: #609B87;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  border: none;
}
.verde-background article a:hover {
  background: #9ec3b6;
}
.menu-laterale li a {
  text-decoration: none;
  color: #568b79;
  display: block;
}
.menu-laterale li a:hover {
  color: #464646;
}
.box-ticket {
  border: 1px solid #c9c9c9;
  padding: 20px;
  background: #f5f5f5;
}
.hide {
  display: none;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-success {
  background-color: #5cb85c;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #851d1d;
}
.accordion-button p {
  margin-bottom:0 !important;
}
/*# sourceMappingURL=general.css.map */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg) !important;
}


.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 992px) {

  a[href$=".pdf"] {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px;
  }

}
