/*
Theme Name: Hello Biz Child
Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-biz
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready,style-variations
Version: 1.2.0.1784198066
Updated: 2026-07-16 10:34:26

*/
/* ===== Mega menú PRODUCTOS ===== */
.rf-mm { position: relative; display: inline-block; }

.rf-mm__toggle {
	display: flex; align-items: center; gap: 12px;
	background: #1e2a38; color: #fff;
	font-weight: 600; letter-spacing: .5px;
	padding: 14px 28px; border: 0; cursor: pointer;
}
.rf-mm__bars span {
	display: block; width: 22px; height: 3px;
	background: #fff; margin: 4px 0; border-radius: 2px;
}

.rf-mm__panel {
	display: none;
	position: absolute; top: 100%; left: 0;
	width: 340px; background: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.15);
	z-index: 9999;
}
.rf-mm.is-open .rf-mm__panel { display: block; }

.rf-mm__cats { list-style: none; margin: 0; padding: 0; }
.rf-mm__cat > a {
	display: block; padding: 11px 18px;
	color: #333; font-weight: 500; text-decoration: none;
}
.rf-mm__cat.has-sub > a::after { content: "›"; float: right; color: #999; }
.rf-mm__cat:hover { background: #f2f8fc; }
.rf-mm__cat:hover > a { color: #1a8fd1; }

.rf-mm__sub {
	display: none;
	position: absolute; top: 0; left: 100%;
	min-width: 720px; min-height: 100%;
	background: #fff; padding: 24px 30px;
	box-shadow: 8px 8px 24px rgba(0,0,0,.12);
	grid-template-columns: repeat(3, 1fr); gap: 24px;
	align-content: start;
}
.rf-mm__cat:hover .rf-mm__sub { display: grid; }

.rf-mm__colhead {
	display: block; color: #1a8fd1; font-weight: 700;
	text-transform: uppercase; margin-bottom: 10px; text-decoration: none;
}
.rf-mm__col ul { list-style: none; margin: 0; padding: 0; }
.rf-mm__col li a { display: block; padding: 5px 0; color: #444; text-decoration: none; }
.rf-mm__col li a:hover { color: #1a8fd1; }

@media (max-width: 992px) {
	.rf-mm { display: block; }
	.rf-mm__toggle { width: 100%; justify-content: flex-start; }
	.rf-mm__panel {
		position: static; width: 100%;
		box-shadow: none; border: 1px solid #eee;
		max-height: 70vh; overflow-y: auto;
	}
	.rf-mm__sub {
		position: static; min-width: 0; min-height: 0;
		grid-template-columns: 1fr; gap: 12px;
		padding: 8px 18px 16px; box-shadow: none;
		background: #fafafa;
	}
	.rf-mm__cat:hover .rf-mm__sub { display: none; }
	.rf-mm__cat.is-open .rf-mm__sub { display: grid; }
}
