/* 
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 */

#cmplz-document {
	max-width: 1440px !important; 
}

#main-header .menu-item > a:not(.elementor-sub-item) {
	position: relative;
	text-decoration: none;
}

#main-header .menu-item > a:not(.elementor-sub-item)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 30px;
	height: 3px;
	background-color: #f0ca53;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

#main-header .menu-item > a:not(.elementor-sub-item):hover::after,
#main-header .menu-item > a:not(.elementor-sub-item):active::after {
	transform: translateX(-50%) scaleX(1);
}

.icons-footer {
	color: #FFF !important; 
}
.icons-footer:hover {
	color: #f0ca53 !important; 
}

#toggle-proyectos #e-n-tab-title-1710858611,
#toggle-proyectos #e-n-tab-title-916505931 {
	border-top-left-radius: 20px !important; 
}


