/*
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
*/
/*Header*/
#main-menu nav > .elementor-nav-menu > li > a::before {
    content: "\e911";
    font-family: 'icomoon';
    opacity: 1;
    background: none;
    position: relative;
    display: block;
    margin-right: 5px;
    font-size: 22px;
    color: #69b728;
	transition: all .8s ease;
	top: -200%;
}

#main-menu-mobile nav > .elementor-nav-menu > li > a::before {
    content: "\e911";
    font-family: 'icomoon';
    opacity: 1;
    background: none;
    position: relative;
    display: block;
    margin-right: 5px;
    font-size: 22px;
    color: #69b728;
	transition: all .8s ease;
	top: -200%;
}

#main-menu nav > .elementor-nav-menu > li > a::after {
    content: '';
    height: 2px;
    width: 100%;
    opacity: 1;
    bottom: 20px;
	background: #69b728;
	left: -200%;
	transition: all .8s ease; 
}

#main-menu nav > .elementor-nav-menu > li:hover > a::after {
	left:0;
}

#main-menu nav > .elementor-nav-menu > li > a {
	overflow: hidden;
}

#main-menu nav > .elementor-nav-menu > li:hover > a::before {
	top: 0;
}

#main-menu nav {
	height: 100%;
}

#header-desktop {
  backdrop-filter: blur(26px);
}
 
.diff-color h2 span {
	color: #69b728;
}

#cards-carousel .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    background-image: linear-gradient(to bottom, #afd639, #0f0f0f) !important;
	opacity: .8 !important;
}

#girar .e-text-path text {
    -webkit-text-stroke: .5px;
}