/* 
Theme Name: Hello Elementor Child
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: Elementor Team
Author URI: https://elementor.com/
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 */
p:last-child{
	margin: 0;
	margin-block-end: 0;
}
/* Variables base (modo claro) */

/* Modo oscuro */
body.dark-mode {
	/*background colors*/
	/*header background*/
  	--e-global-color-beaff35: #2d2d2d;
  	/*body background*/
	--e-global-color-dd84f2c: #1C1C1E;
	/*card background*/
	--e-global-color-0846176: #2d2d2d;
	
	/*main colors*/
	/*main*/
	--e-global-color-primary:#1883cd;
	/*clear main*/
	--e-global-color-3e5b0c0: #67abd9;
	/*accent soft*/
	--e-global-color-c8cb6f5: #687B79;
	/*black*/
	--e-global-color-d9f632e: #FFF;
	/*white*/
	--e-global-color-3de24eb: #000;
	/*clear gray*/
	--e-global-color-b48f02a: #333;
	/*medium gray*/
	--e-global-color-43e89b1: #2b2b2b;
	/*medium dark gray*/
	--e-global-color-ca446de: #737373;
	/*dark gray*/
	--e-global-color-386e165: #EEE;
	
	/*text colors*/
	/*h1 - h5 colors*/
  	--e-global-color-d75c9b7:#FAFAFA;
  	--e-global-color-0d4a719:#DDDDDD;
  	--e-global-color-e4a9546:#BBBBBB;
  	--e-global-color-df88f46:#999999;
  	--e-global-color-bce71d0:#777777;
  	--e-global-color-text: #CCCCCC;
}

body.dark-mode div{
  	box-shadow: none !important;
	border: none !important;
}
body.dark-mode .mainHeader a, body.dark-mode .mainHeader span{
  	color: #FAFAFA !important;
}
.sensei-message{
	color: #353535 !important;
}
