/*!
Theme Name: aritochidesarrollos
Theme URI: https://aritochidesarrollos.com/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aritochidesarrollos
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#float-whatsapp {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index: 9999;
	-webkit-filter:drop-shadow(0px 2px 6px rgba(0,0,0,.4));
	filter: drop-shadow(0px 2px 6px rgba(0,0,0,.4));
}


#float-whatsapp:hover {
	opacity: .9;
	-webkit-filter:drop-shadow(0px 2px 6px rgba(0,0,0,.5));
	filter: drop-shadow(0px 2px 6px rgba(0,0,0,.5));

}

#float-whatsapp:active {
	bottom:29px;
	opacity: 1;
	-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,.1));
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
}
