.menu {
  display: inline;
  width: 20%;
  margin: 0px;
}
.menu__container {
  padding: 0 10%;
}
.menu__title {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4em;
  margin-bottom: 10%;
}
.menu__nav {
  margin-left: 3%;
}
.menu__list {
  list-style: none;
  padding: 0px;
}
.menu__item {
  text-decoration: none;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  opacity: 0.56;
}
.menu__item_img {
  width: 34px;
  height: 34px;
  padding: 5%;
  border-radius: 20px;
  margin-right: 5%;
  line-height: 18px;
}
.menu__item:hover {
  opacity: 1;
}
.menu__item:hover > .menu__item_img {
  background-color: rgba(80, 129, 251, 0.64);
}
.menu__item:target > .menu__item_img {
  background-color: #5081FB;
}
.menu__item:focus > .menu__item_img {
  background-color: #96B9FD;
}

.active .menu__item {
  text-decoration: none;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  opacity: 1;
}
.active .menu__item_img {
  background-color: #5081FB;
}

@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
  .menu__nav {
    margin-top: 10px;
  }
  .menu__container-actived {
    position: fixed;
    height: 100%;
    width: 40%;
    right: 0%;
    margin-top: 10%;
  }
  .menu__container-desactived {
    display: none;
  }
  .menu__container-left {
    height: inherit;
    background-color: #2D415B;
    border-radius: 10px;
  }
  .menu__item {
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .menu__item_line {
    display: block;
    opacity: 0.08;
    margin: auto;
    margin-bottom: 10px;
    width: 80%;
    border-top: 2px solid #FFFFFF;
  }

  .active {
    border: 0px;
    margin-right: 10px;
    border-radius: 20px;
    opacity: 1;
  }
  .active .menu__item {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
  .menu__nav {
    margin-top: 10px;
  }
  .menu__container-actived {
    position: fixed;
    height: 100%;
    width: 70%;
    right: 0px;
    margin-top: 10%;
    z-index: 1;
  }
  .menu__container-desactived {
    display: none;
  }
  .menu__container-left {
    height: inherit;
    background-color: #2D415B;
    border-radius: 10px;
  }

  .active {
    display: block;
  }
}

/*# sourceMappingURL=menu.css.map */
