
.menu-espanso {
  background-color: transparent;
  position: fixed;
  width: 0px;
  height:100%;
  top: 0px;
  left: 0px;
  overflow: hidden !important;
  z-index: 25;
}

.menu-espansoOpen{
  width: 290px;
}
@media (min-width: 769px) and (max-width: 1441px){
  .menuOpen{
    left: 180px;
  }  
}

.faGreen {
    position: absolute;
    color: #919191;
    left: 15px;
    top: 8px;
    font-size: 28px !important;
    /* border: 2px solid; */
    /* padding: 5px 10px; */
    /* border-radius: 5px; */
}

@media (max-width: 768px){
  .menu-espansoOpen{
    width: 280px;
  }
  i.fa.fa-bars {
      position: absolute;
      left: 15px;
      top: 5px;
  }
}

.menu, .linee ,.lineeBox{
  cursor: pointer;
}
.menu {
  margin: 15px 15px 0 0;
  height: 49px;
  width: 49px;
  border-radius: 50%;
  background-color: #71b412;
  background-color: rgba(34, 34, 34, 0.95);
  border: none;
  transition: all 0.40s ease-out;
  position: relative;
}

.over {
  transform: scale(100);
  transition: all 0.350s ease-in;
  cursor: default;
  background-color: rgba(34, 34, 34, 0.95);
}

.linea1 {
  background: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 17px;
  top: 33px;
  transition: all 0.3s;
}

.linea2 {
  background: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 17px;
  top: 38px;
  opacity: 1;
  transition: opacity 0.5s;
}

.linea3 {
  background: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 17px;
  top: 43px;
}

.overL1 {
  animation: closetop 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
  width: 50px;
  height: 5px;
}

.overL2 {
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer;
  width: 50px;
  height: 5px;
}

.overL3 {
  animation: closebottom 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
  width: 50px;
  height: 5px;
}

@keyframes closetop {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  25% {
    transform: translateY(5px) rotate(0deg);
  }
  75% {
    transform: translateY(5px) rotate(-45deg);
  }
  100% {
    transform: translateY(5px) rotate(-45deg);
  }
}

@keyframes closebottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(0deg);
  }
  75% {
    transform: translateY(-5px) rotate(45deg);
  }
  100% {
    transform: translateY(-5px) rotate(45deg);
  }
}

.voci-menu {
  visibility: hidden;
  position: absolute;
  right: 25px;
  left: 25px;
  top: 100px;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0;
}

.voci-menu.active{
  opacity: 1;
  visibility: visible;
}


.overvoci {
  visibility: visible;
  opacity: 1;
  transition: all 0.400s;
  transition-delay: 0.370s;
}

.voci-menu ul {
  list-style-type: none;
}

.voci-menu ul li {
  margin: 20px 0px;
}

.voci-menu ul li a {
  /*float: right;*/
  text-decoration: none;
  color: #fff;
  /*background-color: #DB0024;*/
  margin-top: 20px;
  display: block;
  text-align: right;
}

.voci-menu ul li a:hover {
  opacity: 0.7;
}
