#btn-fixed-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: block;
}

@media (min-width: 576px) {
  .icon-whatsapp {
    width: 48px !important;
    height: 48px !important;
    transform: scale(1.1);
    transition: 0.2s linear;
  }
}

.icon-whatsapp {
  width: 34px;
  height: 34px;
  transform: scale(1.0);
  transition: 0.2s linear;
}

