/* 
Theme Name: Aride
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Luiz Mariano
Author URI: https:/lupee.com.br
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.float-btn{
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #9437FF;
  color: #fff !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;

  display: flex !important;
  align-items: center;
  justify-content: center;

  text-decoration: none !important;
  line-height: 1;
  font-size: 24px;

  z-index: 999999 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,.3);
  transition: transform .3s ease;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none;
}

.float-btn:hover{
  transform: scale(1.08);
}