.side-bar{
    background: rgba(159, 195, 168, 0.8);
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
}
  
.side-bar.active{
    left: 0;
}
  
.side-bar .menu{
    width: 100%;
    margin-top: 60px;
}
  
.side-bar .menu .item{
    position: relative;
    cursor: pointer;
}
  
.side-bar .menu .item a{
    color: #0e3d26;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 40px;
}
  
.side-bar .menu .item a:hover{
    background: #ce7d57;
    transition: 0.3s ease;
}
  
.side-bar .menu .item a .dropdown{
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}
  
.side-bar .menu .item .sub-menu{
    background: rgba(60, 60, 66, 0.3);
    display: none;
}
  
  .side-bar .menu .item .sub-menu a{
    padding-left: 80px;
  }
  
  .social-media{
    display: flex;
    justify-content: center;
    left: 30px;
}

.social-logo{
  display: flex;
  background: #e3edf7;
  height: 30px;
  width: 30px;
  margin: 3em 10px;
  border-radius: 4px;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.2);
  cursor: pointer;
}
.social-logo:hover{
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
  background: #bff3a7;
  transform: translateY(-10px);
  transition: 0.3s;
}

.rotate{
  transform: rotate(90deg);
}
  
.side__btn-close{
  position: absolute;
  right: 0;
  margin: 25px;
  cursor: pointer;
}
  
.side__menu-btn{
  /*  */
}

.side__menu-css{
  position: fixed;
  top: 25px;
  left: 20px;
  border: 1px solid rgb(29, 143, 76);
  border-radius: 8px;
  padding-left: 2px;
  padding-right: 2px;
  /* padding: 2px; */
  background-color: rgba(133, 23, 23, 0.4);
  cursor: pointer;
}

.idioma{
  position: fixed;
  /* display: inline-block; */
  top: 55px;
  left: 20px;
  /* color: #0e3d26; */
  /* font-size: 14px; */
  /* font-weight: bolder; */
  /* text-decoration: underline red; */
  /* text-shadow: 1px 1px 2px rgb(185, 149, 149), 0 0 1em rgb(97, 97, 179), 0 0 0.2em blue; */
  cursor: pointer;
}
.idioma:hover{
  background: #bff3a7;
  transform: translateY(10px);
  transition: 0.3s;
}
