/* Add here all your CSS customizations */

.go-whatsapp {
  position: fixed;
  right: 0.75em;
  bottom: 8em;
  z-index: 1;
}
.go-whatsapp img {
  width: 48px;
}

@media (max-width: 991px) {
  .go-whatsapp {
    bottom: 2em;
  }
}

@media (max-width: 479px) {
  .header-logo img {
    width: 120px !important;
    height: 50.4px !important;
  }

  .sticky-header-active .header-logo img {
    top: 24px !important;
  }
}
