@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
@media screen and (max-width: 604px) {


  
.lideta{
  position: fixed;
  width: 30px;
  margin-top: 30%;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
  left: -15px;
  z-index: 1000; 
  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: 12px;
    left: 18px;
    font-size: 10px;
  
     
  
  }
  .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: 60px;
  margin-top: 5%;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
  left: -15px;
  z-index: 1000; 
  justify-content: center; 
}
.lideta li{
  height: 50px;
  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: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: 17px;
  left: 28px;
  font-size: 22px;

   

}
.lideta ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;font-size: 12px; padding-top: 15px;
}
.lideta a:hover {
  z-index:1;
  width: 134px;
  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: 12px; font-size: 12px; padding-top: 0px;
}
}