/* CSS Style */

.sc-noscroll {
	overflow: hidden !important;
}

#site-header .menu-item.sc-megamenu.sc-megamenu-opened a .link-inner {
	color: var(--sc-color-primary);
}

#site-header .menu-item.sc-megamenu:hover::before {
	content: "";
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: var(--sc-color-primary);
	bottom: 0;
	border-radius: 8px;
	z-index: 200;
}

#site-header .menu-item .sub-menu {
	opacity: 0;
	transition: opacity 0s linear;
}

#site-header .menu-item:hover .sub-menu {
	position: fixed;
	width: 100%;
	top: 86px;
	opacity: 1;
	border-bottom: 1px solid rgb(93, 93, 93);
	box-shadow: 0 10px 10px 0 var(--sc-color-light-mode-90);
}

#site-header .menu-item:hover .sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../../images/mm_background_layer_1.jpg),
		url(../../../images/mm_background_layer_2.jpg);
	background-blend-mode: color-burn;
	top: 0;
	left: 0;
	z-index: -10;

	background-repeat: no-repeat, no-repeat;
	animation: 3s infinite alternate mm_animate;
}

.admin-bar #site-header .menu-item:hover .sub-menu {
	top: 118px;
}

.admin-bar.sc-video-live-bar #site-header .menu-item:hover .sub-menu {
	top: 157px;
}

.sc-video-live-bar #site-header .menu-item:hover .sub-menu {
	top: 126px;
}

#site-header .menu-item:hover .sub-menu .menu-item {
	display: flex;
	justify-content: center;
}

#site-header .mm-content,
.mm-content {
	padding-top: 32px;
	padding-bottom: 32px;
	/*background-color: var(--sc-colorbg-dark-mode-alt-2);*/

	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;
}

#site-header .mm-content *,
.mm-content * {
	font-family: var(--sc-font-family-header);
}

#site-header .mm-content .mm-content-main-link a,
.mm-content .mm-content-main-link a {
	font-family: var(--sc-font-family-header);
	font-size: 22px;
	text-align: right;
	text-decoration: underline;
	color: var(--sc-color-dark-mode);
	margin-bottom: 24px;
	font-weight: 200;
	text-transform: capitalize;
}

#site-header .mm-content .mm-content-main-link a:hover,
.mm-content .mm-content-main-link a:hover {
	color: var(--sc-color-primary);
}

#site-header .mm-content-heading a {
	width: fit-content;
}

#site-header .mm-content-heading .vcex-heading-inner,
.mm-content-heading .vcex-heading-inner {
	font-size: 20px;
	margin-top: 16px;
	margin-bottom: 24px;
	line-height: 1em;
	text-align: left;
	color: var(--sc-color-dark-mode);
	font-weight: var(--sc-font-weight-extralight);
}

#site-header .mm-content-heading .vcex-heading-inner small,
.mm-content-heading .vcex-heading-inner small {
	display: block;
	color: var(--sc-color-primary);
	text-transform: uppercase;
	letter-spacing: var(--sc-letter-spacing-uppercase);
	font-weight: var(--sc-font-weight-regular);
	font-size: 60%;
}

#site-header .sc-megamenu .sub-menu::before {
	content: "clique para fechar o menu";
	width: 200px;
	text-align: center;
	position: absolute;
	color: var(--sc-color-dark-mode-80);
	background-color: var(--sc-color-light-mode-40);
	z-index: 100;
	top: 4px;
	right: calc(50% - 100px);
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	font-family: var(--sc-font-family-body);
	font-weight: var(--sc-font-weight-regular);
	text-transform: uppercase;
	cursor: pointer;
}

/* MOBILE */

#sidr-main .sidr-class-wpex-close {
	position: sticky;
	top: 0;
	z-index: 500;
	background: var(--sc-color-light-mode);
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#sidr-main .sidr-class-wpex-template-shortcode {
	display: none;
}

#sidr-main .sc-megamenu {
	width: 100%;
	position: relative;
}

#sidr-main .sc-megamenu::before {
	content: url("../../../svgs/misc-icons/chevron.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	filter: invert(100%);
	opacity: 0.5;
	top: 24px;
	right: 16px;
	z-index: 100;
	transition: all 0.3s ease-in-out;
}

#sidr-main .sc-megamenu.sc-megamenu-opened::before {
	content: url("../../../svgs/misc-icons/chevron.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	filter: invert(100%);
	opacity: 1;
	top: 24px;
	right: 16px;
	z-index: 300;
	transform: rotate(180deg);
}

#sidr-main .sc-megamenu.sc-megamenu-opened .sidr-class-sub-menu {
	padding: 8px 16px;
	background-color: var(--sc-colorbg-dark-mode-alt-2);
}

#sidr-main
	.sc-megamenu.sc-megamenu-opened
	.sidr-class-sub-menu
	.sidr-class-wpex-template-shortcode {
	position: relative;
	z-index: 20;
}

#sidr-main .sc-megamenu.sc-megamenu-opened .sidr-class-sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../../images/mm_background_layer_1.jpg),
		url(../../../images/mm_background_layer_1.jpg),
		url(../../../images/mm_background_layer_2.jpg);
	background-blend-mode: color-burn;
	background-position:
		top left,
		bottom right,
		center;
	top: 0;
	left: 0;
	z-index: 10;

	background-repeat: no-repeat, no-repeat, repeat-y;
	-webkit-animation: 3s infinite alternate mm_animate_mobile;
	-moz-animation: 3s infinite alternate mm_animate_mobile;
	-o-animation: 3s infinite alternate mm_animate_mobile;
	animation: 3s infinite alternate mm_animate_mobile;
}

#sidr-main .sc-megamenu.sc-megamenu-opened > span a.sidr-mobile-nav-menu__link {
	background-color: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid var(--sc-color-dark-mode-30);
}

#sidr-main .sc-megamenu-opened .sidr-class-wpex-template-shortcode {
	display: block;
}

#sidr-main .sc-megamenu.sc-megamenu-opened .sidr-class-mm-content-main-link a {
	font-family: var(--sc-font-family-header);
	font-weight: var(--sc-font-weight-extralight);
	font-size: 20px;
	color: var(--sc-color-dark-mode);
	text-decoration: underline;
	text-align: right;
	text-transform: capitalize;
	margin-bottom: 0;
	padding: 16px 0 0 0;
	line-height: 1.2em;
}

#sidr-main .sc-megamenu.sc-megamenu-opened .sidr-class-mm-content-heading {
	font-family: var(--sc-font-family-header);
	font-size: 20px;
	margin-top: 16px;
	margin-bottom: 24px;
	line-height: 1em;
	text-align: right;
	color: var(--sc-color-dark-mode);
	font-weight: var(--sc-font-weight-extralight);
}

#sidr-main
	.sc-megamenu.sc-megamenu-opened
	.sidr-class-mm-content-heading
	small {
	display: block;
	color: var(--sc-color-primary);
	text-transform: uppercase;
	letter-spacing: var(--sc-letter-spacing-uppercase);
	font-weight: 400;
	font-size: 60%;
}

/* ANIMATIONS */
@keyframes mm_animate {
	from {
		background-size: 100%, 110%;
	}

	to {
		background-size: 110%, 100%;
	}
}

@keyframes mm_animate_mobile {
	from {
		background-size: 180%, 160%, 120%;
	}

	to {
		background-size: 200%, 180%, 110%;
	}
}
