                /*div flutuante*/
            
            .btn-whats {
                position: fixed;
                bottom: 20px;
                left: 40px;
                z-index: 999;
                padding-bottom: 20px;
            }
            
            .pulse-button {
                position: relative;
                width: 50px;
                height: 50px;
                border: none;
                box-shadow: 0 0 0 0 rgba(122, 237, 148, 0.29);
                border-radius: 50%;
                background: #34d95a;
                background-image: -webkit-linear-gradient(top, #34d95a, #22a30f);
                background-image: -moz-linear-gradient(top, #34d95a, #22a30f);
                background-image: -ms-linear-gradient(top, #34d95a, #22a30f);
                background-image: -o-linear-gradient(top, #34d95a, #22a30f);
                background-image: linear-gradient(to bottom, #34d95a, #22a30f);
                background-size: cover;
                background-repeat: no-repeat;
                cursor: pointer;
                padding-left: 12px;
            }