.btn-whatsapp-home {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 99;
}

.btn-whatsapp-home a:hover,
.btn-whatsapp-home a:focus {
  text-decoration: none;
}

.btn-whatsapp {
  display: flex;
  align-items: center;
}

.info-whatsapp {
  background: #fff;
  border: 4px solid #3EC250;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  line-height: 1.1;
  padding: 6px 54px 6px 18px;
}

.icon-whatsapp {
  margin-left: -50px;
}

.icon-whatsapp img {
  height: 60px;
  transition: transform 0.3s ease-in-out;
  width: 60px;
}

.btn-whatsapp-home a:hover .icon-whatsapp img {
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .btn-whatsapp-home {
    right: 20px;
  }

  .info-whatsapp {
    padding: 8px 54px 8px 20px;
  }

  .icon-whatsapp img {
    height: 70px;
    width: 70px;
  }
}