#floating-whatsapp{width: 60px; height: 60px; background-color: transparent; background-image: linear-gradient(180deg, #7cdf80 0%, #4caf50 100%) !important; display: flex; align-items: center; justify-content: center; position: fixed; right: 25px; bottom: 25px; z-index: 10; border-radius: 100%;}
#floating-whatsapp svg{width: 40px; height: 40px; position: relative; z-index: 2;}
#floating-whatsapp svg path{fill: #fff;}
#floating-whatsapp i{width: 60px; height: 60px; content: ""; position: absolute; z-index: 1; background-color: transparent; background-image: linear-gradient(180deg, #7cdf80 0%, #4caf50 100%) !important; border-radius: 100%; -webkit-animation: pulse 3s ease-out infinite; animation: pulse 3s ease-out infinite;}
#floating-whatsapp i:nth-child(2){-webkit-animation-delay: 2s; animation-delay: 2s;}
#floating-whatsapp i:nth-child(3){-webkit-animation-delay: 1s; animation-delay: 1s;}
#floating-whatsapp:hover, #floating-whatsapp:hover i{background-image: linear-gradient(180deg, #41a8fb 0%, #1785dd 100%) !important;}
@-webkit-keyframes pulse{100%{-webkit-transform: scale(2); opacity: 0;}}
@keyframes pulse{100%{transform: scale(2); opacity: 0;}}

#footer-buttons{width: 100%; height: 60px; background-color: #000000CC; box-shadow: 0 -2px 5px rgba(0, 0, 0, .3); display: none; align-items: center; gap: 10px; text-align: center; position: fixed; bottom: 0; left: 0; z-index: 10; padding: 0 10px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
#footer-buttons a{width: 100%; height: 46px; background-color: transparent; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; font-family: "Roboto", Sans-serif; font-size: 18px; font-weight: 800; text-decoration: none; position: relative; cursor: pointer; border-radius: 15px;}
#footer-buttons .phone{background-image: linear-gradient(180deg, #41a8fb 0%, #1785dd 100%) !important;}
#footer-buttons .whatsapp{background-image: linear-gradient(180deg, #7cdf80 0%, #4caf50 100%) !important;}
#footer-buttons a img{width: 25px; height: 25px;}
.space-bottom-footer{width: 100%; height: 60px; background-color: #212121; display: none;}

@media(max-width:1024px){
    #floating-whatsapp{display: none;}
    #footer-buttons{display: flex;}
    .space-bottom-footer{display: block;}
}
