.footer {
  background: #0d1117;
  color: #f0f0f0;
  padding: 60px 20px 30px;
  font-size: 0.95rem;
  margin-top: 5%;
}

.footer-logo {
    text-align: left;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
}

.footer-logo h3 {
  font-size: 1.6rem;
  color: #F79741;
  margin-bottom: 10px;
}

.footer-logo p {
  color: #ccc;
  max-width: 300px;
  line-height: 1.6;
  text-align: left;
}

.footer-links h4,
.footer-contato h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #F79741;
}

.footer-contato p {
  margin: 5px 0;
  color: #bbb;
  text-align: left;
}

.footer-btn {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 5px 5px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  font-size: 13px;
}

.footer-links {
    text-align: left;
}

.footer-btn:hover {
  background: #1ebe5d;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #222;
  padding-top: 15px;
  color: #999;
  font-size: 0.85rem;
}

.h3_vantagens {
  font-size: 1.6em;
  margin: 0;
}

.p_vantagens {
  font-size: 1.4em;
  margin: 0;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 999; 
}
