*{margin:0; padding:0;}

.menu-expanded {
  background-color: transparent;
  position: fixed;
	width: 340px;
  height:100%;
  top: 0px;
  right: 0px;
  overflow: hidden !important;
  z-index:6000;
}

.menu,
.linee {
  cursor: pointer;
}

.menu {
  float: right;
  margin: 50px 75px 0 0;
  height: 49px;
  width: 49px;
  border-radius: 50%;
  background-color: #33ccff;
  border: none;
  transition: all 0.40s ease-out;
}

.over {
  transform: scale(100);
  transition: all 0.350s ease-in;
  cursor: default;
}

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

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

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

.overL1 {
  animation: closetop 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
}

.overL2 {
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer;
}

.overL3 {
  animation: closebottom 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
}

@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);
  }
}

.main-menu {
  visibility: hidden;
  position: absolute;
  right: 50px;
  top: 160px;
  opacity: 0;
  transition: all 0.300s;
  transition-delay: 0s;
}

.overmain{visibility:visible; opacity:1; transition:all 0.400s; transition-delay:0.370s;}
.main-menu ul{list-style-type:none;}
.main-menu ul li{margin:20px 0px;}
.main-menu ul li a{float:right; text-decoration:none; margin-top:20px; color:#fff; font-size:16px;}
}

.footer {
  position: relative;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
  background: #5F5F5F;
  width: 100%;
  height: 150px;
}

.footer div {
  width: 200px;
  text-align: center;
}

.footer div ul {
  list-style-type: none;
}

.footer div ul li span {
  text-align: center;
  text-decoration: none;
  color: transparent;
  background-color: #999;
  margin-top: 10px;
  display: inline-block;
}
