

/*Menu di navigazione*/
.navT {
  -webkit-transition: all 0.25s;
  z-index: 111;
  cursor: pointer;
  width: 100%;
  background: transparent;
  height: 107px;
  left: 0;
  top: 0;
  position: fixed;
}
     

