#footer {
  background: #090909;
  padding: 20px 0;
}

#footer .footer-top {
  margin-top: 10px;
  border-bottom: 1px solid #c3c3c3;
}

#footer .footer-top .txt {
  color: #c3c3c3;
  text-align: center;
  margin: 20px 0;
}

.info-footer {
  padding: 30px 0;
}

.info-footer .menu-footer {
  list-style: none;
  columns: 3;
}

.title-footer {
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
}

.info-footer .menu-footer .menu-item {
  margin-bottom: 10px;
}

.info-footer .menu-footer .menu-item a {
  color: #c3c3c3;
}

.info-footer .menu-footer .menu-item a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #c3c3c3;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.footer-bottom .social {
  display: flex;
  align-items: center;
}

.footer-bottom .social .icon-social {
  margin: 0 10px;
  font-size: 30px;
}

.footer-bottom .social .icon-social i {
  color: var(--text_color);
  font-size: 28px;
}

.footer-bottom .copyright {
  color: #c3c3c3;
  align-items: center;
  display: flex;
}
.footer-bottom {
  color: white;
  display: flex;
  justify-content: space-between;
}

.footer-bottom .social {
  display: flex;
  /* justify-content: space-between; */
}
.logo-footer .img-wrap {
  height: 250px;
}
.logo-footer .img-wrap img {
  object-fit: contain;
}
.menu-footer li {
  font-size: 24px;
}
.info-footer .list-menu {
  justify-content: space-between;
}
.info-footer .list-info-contact {
  font-size: 24px;