/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1693943146
Updated: 2023-09-05 19:45:46

*/

@font-face {
    font-family: 'Gotham-new';
    src: url('/naceb.com.mx/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.otf') format('otf'); 
    font-weight: normal;
    font-style: normal;
}

.mn-item {
	display: inline-block !important;
	position: relative !important;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
}

.mn-item:after {
	content: '' !important;
	width: 15px !important;
	height: 3px !important;
	position: absolute !important;
	bottom: 10px !important;
	left: 20px !important;
	background: #DADADD !important;
	transition: width 300ms !important;
	border: 0 !important;
}

.elementor-nav-menu {
	gap: 5px;
}

.mn-item.mn-naceb-gaming:hover:after {
	width: calc(100% - 40px) !important;
	background: #8E298D !important;
}

.mn-item:not(.mn-naceb-gaming):hover:after {
	width: calc(100% - 40px) !important;
	background: #E20613 !important;
}

.mn-item:not(:hover):after {
	left: 20px !important;
	right: auto !important;
}

.woocommerce ul.products li.product a img{
	transition: all .1s linear;
}