.bottone_filtra {
    display: inline-block;
    padding: 8px 25px;
    border: 2px solid #235f79;
    color: white;
    background-color: #3890ad;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bottone_filtra:hover {
    background-color: #2c7f9b;
    color: white;
    border-color: #165672;
}

.bottone_dettagli {
    display: inline-block;
    padding: 8px 25px;
    border: 2px solid #235f79;
    color: white;
    background-color: #3890ad;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bottone_dettagli:hover {
    background-color: #2c7f9b;
    color: white;
    border-color: #165672;
}

.bottone_accedi {
      background: linear-gradient(to right, #fcbf49, #f77f00);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: bold;
  transition: background 0.3s ease;
}
.bottone_accedi:hover {
  background: linear-gradient(to right, #f77f00, #fcbf49);
}



