#whatsapp-button{position:fixed;bottom:30px;right:30px;z-index:99999;display:flex;align-items:center;justify-content:center;transition:bottom .3s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.whatsapp-icon{width:50px;height:auto;animation:pulse 1.5s ease-out infinite;border-radius:30px;pointer-events:none;display:block}.overlay-img{display:none!important}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}80%{box-shadow:0 0 0 14px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}@media only screen and (max-width:768px){#whatsapp-button{bottom:8px;right:15px}.whatsapp-icon{width:55px}}