.kl-footer{
  padding: 30px 10px;
}
.footer_bottom{
   padding: 12px 10px;
  background-color: #404041;
}
.footer_bottom ul{
  margin: 0;
  padding: 0;
  display:inline-block;
  list-style:none;
}
.flx-footer{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}
.legales_links li{
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.legales_links li:not(:last-child){
  padding-right:35px;
}
.legales_links li a{
   color: #fff;
}
.kl-footer__legal{
  margin: 0;
}
.kl-footer__wrapper {
    display: block !important;
}
.kl-footer img{
  max-width: 100%;
}
.redes-footer {
    column-gap: 25px;
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 30px;
    padding: 0;
}
.copyright p{
  font-size: 12px;
  font-weight: 500;
 margin: 0;
  color: #949fad;
}
.back-to-top{
  position: fixed;
  z-index: 9;
  bottom:20px;
  right:20px;
  width: 45px;
  height: 45px;
  cursor:pointer;
}
@media(max-width:520px){
  .back-to-top{
    right:10px;
  }
  .legales_links li{
    display: block;
    padding: 5px !important;
  }
  .flx-footer {
    justify-content: center;
  }
  .footer_bottom ul {
    display: block;
    text-align: center;
  }
  .footer_bottom {
    padding: 30px 10px;
  }
  .copyright{
       max-width: 230px;
    text-align: center;
}
  }
}
  