/*
Theme Name: Hello Elementor Child
Description: Desenvolvido por Cayo JS
Author: Cayo JS
Author URI: https://cayojs.com.br
Template: hello-elementor
Version: 2.0.0
*/

/**/
::-webkit-scrollbar-track{background-color:#333;}
::-webkit-scrollbar{width:0; background-color:#333;}
::-webkit-scrollbar-thumb{background-color:#111;}
/**/

/**/
:root{background-color: #000; color: #fff;}
/**/

/**/
a.elementor-button{position: relative; overflow: hidden;}
a.elementor-button > span{position: relative; z-index: 2;}
a.elementor-button:before{width: 0; height: 100%; content: ""; position: absolute; left: -10%; top: 0; z-index: 1; background-color: #4caf50; transform: skew(30deg); transition: width 0.3s ease-in-out;}
a.elementor-button:hover span{color: #fff;}
a.elementor-button:hover:before{width: 120%;}
/**/

/* BLOCO DE TEXTO ELEMENTOR */
.elementor-widget-text-editor p:last-child{margin: 0 !important;}
/**/

/* CORRIGE ESPAÇAMENTO INTERNOS DOS ÍCONES DO ELEMENTOR */
.elementor-widget-icon .elementor-icon-wrapper{display: flex;}
/**/