.whatsapp-button{animation:effect 5s ease-in infinite;height:85px;justify-content:center;font-size:42px;text-decoration:none;right:15px;color:#fff;position:fixed;flex-direction:column;bottom:15px;background-color:#00a82d;align-items:center;-webkit-box-shadow:0 0 25px -6px #000;-moz-box-shadow:0 0 25px -6px #000;box-shadow:0 0 25px -6px #000;border-radius:50px;width:85px;display:flex;z-index:99}@keyframes effect{20%,to{height:70px;font-size:42px;width:70px}0%,10%{height:75px;font-size:46px;width:75px}5%{height:70px;font-size:42px;width:70px}}.phone-button{animation:phone-effect 5s ease-in infinite;height:85px;justify-content:center;font-size:42px;text-decoration:none;right:15px;color:#fff;position:fixed;flex-direction:column;bottom:110px;background-color:#007bff;align-items:center;-webkit-box-shadow:0 0 25px -6px #000;-moz-box-shadow:0 0 25px -6px #000;box-shadow:0 0 25px -6px #000;border-radius:50px;width:85px;display:flex;z-index:99}@keyframes phone-effect{20%,to{height:70px;font-size:42px;width:70px}0%,10%{height:75px;font-size:46px;width:75px}5%{height:70px;font-size:42px;width:70px}}@media (max-width:768px){.whatsapp-button{right:15px;bottom:15px;display:flex}.phone-button{right:15px;bottom:110px;display:flex}}@media (min-width:769px){.phone-button{display:none}.whatsapp-button{display:flex}}