/*Estilo del whatsapp*/
#floating-wpp{transform: translate(-50%,-50%);right: 0!important;bottom: 0!important;}
.floating-wpp-button{height: 67px!important;width: 67px!important;background-color: #25D366;border-radius: 50%;-webkit-border-radius: 50%;animation: animate 3s linear infinite;-webkit-animation: animate 3s linear infinite;}
@keyframes animate {
  0%{
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 1), 0 0 0 0 rgba(37, 211, 102, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 1), 0 0 0 0 rgba(37, 211, 102, 1);
  }
  40%{
    box-shadow: 0 0 0 20px rgba(255,109,74,0), 0 0 0 0 rgba(37, 211, 102, 1);
    -webkit-box-shadow: 0 0 0 20px rgba(255,109,74,0), 0 0 0 0 rgba(37, 211, 102, 1);
  }
  80%{
    box-shadow: 0 0 0 20px rgba(255,109,74,0), 0 0 0 20px rgba(255,109,74,0);
    -webkit-box-shadow: 0 0 0 20px rgba(255,109,74,0), 0 0 0 20px rgba(255,109,74,0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(255,109,74,0), 0 0 0 20px rgba(255,109,74,0);
    -webkit-box-shadow: 0 0 0 0 rgba(255,109,74,0), 0 0 0 20px rgba(255,109,74,0);
  }
}
