

/* CSS from section stylesheet tags */
.whatsapp-flotante{position:fixed;width:60px;height:60px;bottom:25px;background-color:#25D366;color:#FFF;border-radius:50px;text-align:center;box-shadow:2px 2px 6px rgba(0,0,0,0.25);z-index:1000;transition:all 0.3s ease;display:flex;justify-content:center;align-items:center}.whatsapp-flotante:hover{transform:scale(1.1);background-color:#128C7E}.whatsapp-flotante img,.whatsapp-flotante svg{width:36px;height:auto;fill:#FFF}.whatsapp-flotante.desktop-bottom-right{right:25px;left:auto}.whatsapp-flotante.desktop-bottom-left{left:25px;right:auto}@media (max-width: 767px){.whatsapp-flotante.mobile-bottom-right{right:15px;left:auto}.whatsapp-flotante.mobile-bottom-left{left:15px;right:auto}.whatsapp-flotante.hide-on-mobile{display:none}}@media (min-width: 768px){.whatsapp-flotante.hide-on-desktop{display:none}}