.official-brand img {
  display: block;
  width: 190px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.official-brand {
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.brand-subtitle {
  align-self: flex-end;
  margin-right: 4px;
  color: #0b2e2b;
  font: 700 .58rem/1.1 Manrope, sans-serif;
  letter-spacing: .32em;
}

.footer-official-brand {
  align-items: flex-start;
  width: fit-content;
  padding: 8px 12px 7px;
  border-radius: 5px;
  background: #fff;
}

.footer-official-brand .brand-subtitle {
  color: #0b2e2b;
}

footer address {
  margin-top: 5px;
  color: #9eafaa;
  font-style: normal;
  font-size: .9rem;
  line-height: 1.55;
}

.ticker-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}

.ticker-items i {
  margin: 0;
}

.button.whatsapp {
  background: #148b55;
  color: #fff;
}

.button.whatsapp:hover {
  background: #0f7547;
}

.contact-email {
  display: block;
  margin-top: 15px;
  color: #31534e;
  font-weight: 700;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px 10px 18px;
  border-radius: 999px;
  background: #15965b;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  transition: .2s;
}

.whatsapp-float:hover {
  background: #0d7a49;
  transform: translateY(-2px);
}

.whatsapp-float b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  font-size: 1.1rem;
}

@media (max-width: 600px) {
  .official-brand img { width: 155px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-left: 11px; }
  .whatsapp-float span { display: none; }
  .ticker {
    padding: 15px 18px;
    white-space: normal;
  }
  .ticker-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
    text-align: center;
  }
  .ticker-items i {
    display: none;
  }
  .ticker-items span:last-child {
    grid-column: 1 / -1;
  }
}
