.Viso-footer {
color: #000;
   
   /* background-color: #f9fafb; */

  padding: 80px 0 30px;
  font-size: 13px;
}

/* Titles */
.footer-title {
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 20px;
      font-weight: 800;

}
.footer-logo{
  width: 200px;
}
.footer-logo img{
  height: 100%;
  width: 100%;
}

/* Text */
.footer-text {
  color: #000;
  margin-bottom: 10px;
}

.footer-text a {
  color: #000;
  text-decoration: none;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
}

.footer-links a:hover {
  color: #000;
}

/* Newsletter */
.newsletter-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #444;
  background: transparent;
  color: #000;
  margin-bottom: 10px;
}

.newsletter-form button {
  width: 100%;
  padding: 10px;
     background: #000;
      color: #fff;
  border: none;
  font-size: 12px;
  letter-spacing: 2px;
}


/* Social */
.social-icons i {
  margin-right: 12px;
  cursor: pointer;
  font-size: 20px;
}

/* App Buttons */
.app-buttons img {
  height: 40px;
  margin-right: 10px;
}

/* Bottom */
.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #333;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    background: #909c68;
    color: #fff;
    background:  #909c68;
    font-weight: 700;
}
.footer-bottom:hover{
   background: #000;
   color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .Viso-footer {
    text-align: center;
  }
  .footer-logo{
 margin: auto;
}

  .social-icons {
    justify-content: center;
  }
}
