.footer {
  background-color: #2f1e4c;
  color: #e1dbee;
  text-align: center;
  padding: 20px 12px;
  border-top-left-radius: 50px;
  border-top-right-radius: 5cqw;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.footer-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 12px;
}

.section_title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #ffffff;
}

.frase-contato {
  font-size: 0.9rem;
  margin: 4px 0;
  color: #dcd1f0;
}

.btn-whatsapp {
  display: inline-block;
  background-color: #d4af37;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 10px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-whatsapp:hover {
  background-color: #b8962f;
}

.contato-infos {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.contato-infos a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
}

.contato-infos a:hover {
  text-decoration: underline;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
}

.info-item i {
  font-size: 0.95rem;
  color: #d1b3ff;
}

.footer-bottom {
  margin-top: 18px;
  font-size: 0.75rem;
  color: #cbbbe0;
}

.footer-bottom a {
  color: #d1b3ff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsivo para telas menores */
@media (max-width: 480px) {
  .section_title {
    font-size: 1.2rem;
  }

  .btn-whatsapp {
    font-size: 0.8rem;
    padding: 7px 14px;
  }

  .info-item {
    font-size: 0.8rem;
  }

  .info-item i {
    font-size: 0.9rem;
  }

  .footer-bottom {
    font-size: 0.7rem;
  }
}
