#whatsapp{
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 20000;
}
.btn-whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}

.btn-whatsapp:before,
.btn-whatsapp:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #30c70d;
    opacity: 0;
    animation: onda 1.7s infinite;
}

.btn-whatsapp:before {
    animation-delay: 1s;
}

.btn-whatsapp:after {
    animation-delay: 1.3s;
}

.btn-whatsapp img {
    position: relative;
    z-index: 2;
}

@keyframes onda {
    0% {
        transform: scale(1);
    }

    15%{
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
/*#icono__whatsapp{*/
/*    background: #30c70d;*/
/*    border: solid 4px #fff;*/
/*    border-radius: 50%;*/
/*    bottom: 10px;*/
/*    height: 60px;*/
/*    right: 10px;*/
/*    padding-top: 8px;*/
/*    position: fixed;*/
/*    text-align: center;*/
/*    transition: all 0.4s ease;*/
/*    width: 60px;*/
/*    z-index: 500;*/
/*    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
/*    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
/*    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
/*}*/
/*    #icono__whatsapp span{*/
/*        color: #fff;*/
/*        font-size: 35px;*/
/*    }*/
/*    #icono__whatsapp:hover{*/
/*        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
/*        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
/*        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
/*    }*/

/*@media(min-width:800px){*/
/*    #icono__whatsapp{*/
/*        bottom: 20px;*/
/*        right: 20px;*/
/*    }*/
/*}*/