#maFooter {
  background-color: #001423;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-top: solid 10px #00416e;
}

@media (min-width: 576px) {
  #maFooter {
    font-size: 16px;
  }
}

#maFooter .footer-copyright {
  background-color: #000d19;
  font-size: 15px;
}

#maFooter ul {
  list-style-type: none;
  padding-left: 0;
}

#maFooter li {
  margin-bottom: 12px;
}

#maFooter h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

#maFooter li a {
  color: #c3c3c3;
  text-decoration: none;
}

#maFooter a {
  color: #c3c3c3;
}

#maFooter a:hover {
  text-decoration: none;
  color: #c6e0fb;
}

#maFooter .social-networks a {
  font-size: 30px;
  line-height: 1.5;
  color: #c3c3c3;
  padding: 10px;
  transition: 0.2s;
}

#maFooter .social-networks a:hover {
  text-decoration: none;
}

#maFooter .facebook:hover {
  color: #0b5ed7;
}

#maFooter .instagram:hover {
  color: #ff00ff;
}

#maFooter .youtube:hover {
  color: #ff0000;
}

#maFooter .btn {
  color: #ffffff;
  border: none;
  padding: 8px 10px;
  font-size: 20px !important;
  font-weight: 700;
  max-width: 280px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #maFooter {
    text-align: center;
  }
}

#btop-btn:before {
  position: absolute;
  content: "";
  background: #000;
  width: 24px;
  height: 24px;
  top: 6px;
  right: 5px;
  z-index: -1;
}

#btop-btn a {
  color: #ffffff;
}

#btop-btn a:hover {
  color: #2d80ff;
}

#btop-btn {
  position: fixed;
  bottom: 2px;
  right: 10px;
  font-size: 34px;
  line-height: 30px;
  height: 40px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

