@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"); 

.whats-button, .pulse-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 145px;
    z-index: 1020;
    height: 45px;
    border: none;
    box-shadow: 0 0 0 0 #00d8563b;
    border-radius: 100px;
    padding: 2px 14px;
    background-color: #25D366;
    border: 1px solid #25D366;
    cursor: pointer;
  
}

.pulse-button:before {
    content: 'Fale no WhatsApp!';
    position: absolute;
    left: 69px;
    top: -15px;
    font-size: 20px;
    padding: 8px 12px;
    opacity: 1;
    color: #fff;
    pointer-events: none;
    white-space: nowrap;
    border-radius: 5px;
    transition: all .2s ease;
    transform: translate3d(-40%, 10px, 0) scale(.9);
}
