/* Shared PROPIEDADES MX brand lockup based on the supplied square P mark. */
.brand {
  gap: 16px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.2px;
  white-space: nowrap;
}

.brand b {
  color: inherit;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--green, #173f35);
  border-radius: 0;
  background: transparent;
  color: var(--green, #173f35);
  font: 400 29px/1 Georgia, "Times New Roman", serif;
  font-style: normal;
  letter-spacing: 0;
}

@media (max-width: 560px) {
  .brand { gap: 10px; font-size: 13px; letter-spacing: 1.25px; }
  .brand-mark { width: 36px; height: 36px; font-size: 24px; }
}
