#btnContatactarPeloWhatsApp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: #075e54;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.3s ease;
}

#btnContatactarPeloWhatsApp:hover {
  transform: scale(1.1);
}

#btnContatactarPeloWhatsApp.mostrar {
  opacity: 1;
  pointer-events: auto;
}

#btnContatactarPeloWhatsApp>img{
    width: 100%;
    background: none;
}