footer .bottom{
  width: 100%;
  padding: 13px 100px;
  border-top: 1px solid rgba(12, 57, 73, 0.7);
  background-color: #15252c;
}

footer .bottom ul {
  display: inline-flex;
}

footer .bottom .nav-link{
  font-size:11px;
  padding: 0;
  color: white;
}

footer .bottom .nav-link::after{
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  color: white !important;
}

footer .bottom .nav-link:hover {
  color: #00CEFF;
  font-family: 'NunitoSansExtraBold';
}

footer .bottom #footer-cookies {
  font-size: 11px;
  display: inline-block;
  cursor: pointer;
}

footer .bottom #footer-cookies:hover {
  color: #00CEFF;
  font-family: 'NunitoSansExtraBold';
}


@media only screen and (max-width: 768px) {
  footer .bottom {
    padding: 30px 16px 30px 22px;
  }

  footer .bottom .clearfix{
    line-height: 2.5;
  }
  footer .bottom .nav-link{
    padding:0 ;
  }

}
