:root {
  --colore1: #f8d170;
  --colore1-testo: #ffffff;
  --colore2: #dbaf42;
  --colore2-testo: #ffffff;
}

.selettore-settore {
  width: 202px;
}

.selettore-anno {
  width: 100px;
}

div.p-dropdown-panel {
  width: auto;
}
/* h1 {
  max-width: 670px;
} */

#header-logo img {
  width: 350px;
}

@media only screen and (max-width: 480px) {
  .firma_data {
    max-width: 190px;
  }

  #header-logo img {
    width: 150px;
  }

  .box_crediti {
    flex-direction: column;
    align-items: center;
  }

  .box_crediti img {
    height: auto;
    width: 100%;
    padding: 0 0 20px;
  }

  .box_crediti div {
    display: none;
  }
}
