.footer {
  background: #232323;
  color: #fff;
  padding: 40px 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 90vw;
  margin: 0 auto;
  gap: 20px;
  justify-content: space-around;
}

.footer-col {
  margin-bottom: 32px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 16px;
}

.footer-desc {
  font-size: 15px;
  color: #ccc;
  line-height: 1.5;
  max-width: 260px;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 600;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li,
.footer-contact ul li {
  font-size: 15px;
}
.footer-links ul li {
  margin-bottom: 20px;
}
.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links ul li a:hover {
  color: #fff;
}
.footer-contact ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.footer-contact ul li span {
  display: block;
  font-weight: 500;
  color: #fff;
}
.footer-contact ul li span img {
  width: 17px;
  height: auto;
}

.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  color: #aaa;
  background: #1a1a1a;
  margin-top: 16px;
}
.instagram {
  text-decoration: none;
  color: white;
}

/* Responsivo para tablet */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
  }
  .footer-col {
    min-width: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-logo {
    width: 140px;
  }
}

/* Responsivo para celular */
@media (max-width: 600px) {
  .footer {
    padding: 32px 0 0 0;
  }
  .footer-container {
    padding: 0 8px;
    gap: 16px;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-desc {
    font-size: 14px;
    max-width: 100%;
  }
  .footer-bottom {
    font-size: 12px;
    padding: 12px 0;
  }
}

/* Responsivo para tablet */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
  }
  .footer-col {
    min-width: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-logo {
    width: 140px;
  }
}

/* Responsivo para celular */
@media (max-width: 600px) {
  .footer {
    padding: 32px 0 0 0;
  }
  .footer-container {
    padding: 0 8px;
    gap: 16px;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-desc {
    font-size: 14px;
    max-width: 100%;
  }
  .footer-bottom {
    font-size: 12px;
    padding: 12px 0;
  }
}
