:root {
  --colore1: #448DC7;
  --colore1-testo: #ffffff;
  --colore2: #0B497E;
  --colore2-testo: #ffffff;
}

.selettore-settore {
  width: 202px;
}

.selettore-industria {
  width: 202px;
}

.selettore-anno {
  width: 100px;
}

div.p-dropdown-panel {
  width: auto;
}

h1 {
  font-size: 66px;
}


.sommarietto-interno {
  color: #000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.round-bg-blue {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--colore2);
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}



@media only screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  .firma_data {
    max-width: 190px;
  }

  #header-logo img {
    height: 130px;
  }



  .box_crediti {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box_crediti img {
    height: auto;
    height: 130px;
    padding: 0 0 20px;
  }

  .box_crediti div {
    display: none;
  }
}