@charset "UTF-8";
/* CSS Document */

.contato-bloco {
  font-family: "TWK Everett", sans-serif;
}

.contato-bloco .titulo {
  margin: 0 0 40px 0;
  font-size: 27px;
  font-weight: 700;
  color: #000;
}

.links-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.phone-btn, .link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #000;
  background: transparent;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: max-content;
  white-space: nowrap;
}

.link-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("https://nasnuvens.zweiarts.com.br/wp-content/uploads/2025/10/Group-360.svg")
              no-repeat center center;
  background-size: contain;
}
