@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');



@media screen and (max-width: 445px) {
 
  .lideta{
    position: fixed;
    width: 44px;
    margin-top: -28%;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    left: 0px;
    z-index: 9999; 
    justify-content: center; display: none;
  }

}
@media screen and (max-width: 604px) {


  
.lideta{
  position: fixed;
  width: 44px;
  margin-top: -84%;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
  left: -15px;
  z-index: 9999; 
  justify-content: center; 
}
.lideta li{
  height: 34px;
  position:relative;
}
.lideta li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 28px;
  padding-left:35%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;

  }


  .lideta li a i{
    position:absolute;
    top: 11px;
    left: 21px;
    font-size: 12.8px;
  
     
  
  }
  .lideta ul li a span{
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;font-size: 7px; padding-top: 15px;
  }
  .lideta a:hover {
    z-index:1;
    width: 94px;
    border-bottom: 1px solid rgba(0,0,0,.5);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
  }
  .lideta ul li:hover a span{
    padding-left: 27%;
    display: block;font-size: 8px; margin-top: -22px;
  }

  .lideta li:nth-child(1) a{
    background: #4267B2;
  }
  .lideta li:nth-child(2) a{
    background: #0897cf;
  }
  .lideta li:nth-child(3) a{
    background: #c51a28;
  }
  .lideta li:nth-child(4) a{
    background: #2867B2;
  }
  .lideta li:nth-child(5) a{
    background: #333;
  }
  .lideta li:nth-child(6) a{
    background: #ff0000;
  }
  }


@media screen and (min-width: 605px) {
 
.lideta{
  position: fixed;
  width: 44px;
  margin-top: -28%;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
  left: 0px;
  z-index: 9999; 
  justify-content: center; 
}

.lideta li{
  height: 41px;
  position:relative;
}
.lideta li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 21px;
  padding-left:18%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
}
.lideta li:nth-child(1) a{
  background: #4267B2;
}
.lideta li:nth-child(2) a{
  background: #0897cf;
}
.lideta li:nth-child(3) a{
  background: #c51a28;
}
.lideta li:nth-child(4) a{
  background: #2867B2;
}
.lideta li:nth-child(5) a{
  background: #333;
}
.lideta li:nth-child(6) a{
  background: #ff0000;
}
.lideta li a i{
  position:absolute;
  top: 12px;
  left: 10px;
  font-size: 16px;

   

}
.lideta ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;font-size: 10px; padding-top: 15px;
}
.lideta a:hover {
  z-index:1;
  width: 91px;
  border-bottom: 1px solid rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.lideta ul li:hover a span{
  padding-left: 31%;
  display: block;font-size: 12px; font-size: 10px; padding-top: 10px;
}
}