.bg-grigio {
  /*background-color: rgb(132,132,133);*/
}

.menu {
  background-color: rgb(95,162,68)!important;
}

.colore-verde {
  color: rgb(95,162,68);
}

.colore-rosso {
  color: rgb(255,51,51);
}

.colore-blu {
  color: rgb(51,51,255);
}



.list-group-item {
  position: relative;
  padding: 0.75rem 2.3rem;
  background-color: transparent;
  border: 0px solid rgba(0,0,0,0.125);
  color: white;
}

.altezza {
  height: 90px;
}
/*
.logo-top {
  background-image: url("../../assets/img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 55px;
  margin-left: 0px;
  background-image: url("logo.png");
  width: 300px;
}
*/
.larghezza {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .larghezza {
    width: auto;
  }
}

