.site-footer {
  display: none;
}

.btn-whatsapp-pulse {
  display: none;
}

@media (max-width: 900px) {
  .site-footer {
    display: flex;
    width: 100%;

    position: fixed;
    bottom: 0;
    left: 0;

    justify-content: center;
    align-items: center;

    background: var(--whatsapp-bg);
    min-height: 55px;

    border-top: 1px solid var(--border-footer);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);

    z-index: 99999999999999;
  }

  .btn-whatsapp-pulse {
    color: var(--cards);
    z-index: 999999999999;
    font-family: var(--text-font-family);
    font-size: var(--text-base-16px);
    font-weight: 600;
    line-height: 0;
    display: flex;
    gap: 7px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    width: 100%;
    min-height: stretch;
  }

  .btn-whatsapp-pulse svg {
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);

    width: 30px;
    height: 30px;
  }
}
