/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a blazing fast and lightweight WordPress theme built with the latest web technologies. It was built with the Gutenberg editor in mind and has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. It works like a charm with popular WordPress page builders, including Elementor, Beaver Builder, Visual Composer and Brizy. Since it is responsive and adaptive, translation ready, SEO optimized and has WooCommerce built-in, you will experience an easy build and even an increase in conversions.
Tags: blog,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,buddypress,rtl-language-support,news
Version: 2.0.81.1747927671
Updated: 2025-05-22 12:27:51

*/

.whatsapp-float {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.whatsapp-float{
	position:fixed; 
	bottom:70px; 
	right:8px; 
	z-index:1000;
}

.whatsapp-float a img {
            width: 60px; /* Tamaño del ícono */
            height: 60px;
            border-radius: 50%; /* Hacer el ícono redondo */
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Sombra suave */
        }
.whatsapp-float a:hover img {
            transform: scale(1.3); /* Efecto de ampliación al pasar el mouse */
            transition: transform 0.3s ease; /* Transición suave */
}
  