/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 0;
	top: 0;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	height: 100%;
}
.sf-menu a {
    color: white;
    font-size: 1.5em;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	font-weight: bold;
}
.sf-menu > li.current > a {
    justify-content: center;
	background: #D5357D;
}
.sf-menu li {
	
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	height: 60px;
}
.sf-menu > li {
    flex: 1 0 auto;
    margin: 0;
    padding: 0;
    height: 60px;
}
.sf-menu > li.current {
	max-width: 155px;
}
.sf-menu > li > a {
    color: white;
    text-align: center;
	justify-content: center;
    background-color: transparent;
    transition: background 0.3s;
}
.sf-menu li ul li {
	height: 40px;
	min-width: 300px;
}
.sf-menu .capa_marcas_fish li {
	height: 77px;
    min-width: 154px;
    /* width: 50%; */
    float: left;
}
.sf-menu .img_menuyu {
	margin-right: 10px;
}
.sf-menu .capa_marcas_fish ul {
	/*display: flex; */
	padding: 0; 
	margin: 0; 
	list-style: none;
	min-width: 350px;
    background: white;
}
.sf-menu .capa_marcas_fish ul li a {
    padding: 5px;
}
.sf-menu .capa_marcas_fish ul li:hover, 
.sf-menu .capa_marcas_fish ul li.sfHover,
.sf-menu li.capa_marcas_fish:hover ul li:hover a {
    background: transparent;
}
.sf-menu a ul li a {
	justify-content: flex-start;
}
.sf-menu a ul li a:hover {
	color: black;
}
.sf-menu ul li {
	background: #fff;
}
.sf-menu ul li a {
	background: #fff;
	color: black;
}
.sf-menu ul ul li {
	background: #fff;
}
.sf-menu li:hover,
.sf-menu li.sfHover{
	background: #D5357D;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	color: white;
}
.sf-menu > li:first-child > a {
	/*background: #D5357D;*/
	color: white;
}
.sf-menu li ul li:hover > a {
	/*background: #D5357D;
	color: white;*/
	color: #16a7d5;
}
.sf-menu li:hover > a {
	text-decoration: none !important;
}
.sf-menu li a ul li:hover a  {
	color: black;
	text-decoration: none !important;
}
.sf-menu li a:hover {
	text-decoration: none !important;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after,
.sf-arrows .sf-with-ul li ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0, 0, 0, 0.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul li ul:after {
	border-top-color: black; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: black;
}
.sf-arrows ul .sf-with-ul li ul li a:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: black; /* edit this to suit design (no rgba in IE8) */
	border-left-color: black;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: black;
}

/*** NTT: CATÁLOGO MULTINIVEL PARA ESCRITORIO ***/
@media (min-width: 768px) {
	body::before {
		content: '';
		position: fixed;
		inset: 0;
		z-index: 10000;
		visibility: hidden;
		opacity: 0;
		background: rgba(7, 25, 33, .58);
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		pointer-events: none;
		transition: opacity .2s ease, visibility .2s ease;
	}

	body.ntt-catalog-open::before {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	body.ntt-catalog-open .headerContainerWrapperMenu {
		position: relative;
		z-index: 10020;
	}

	body.ntt-catalog-open #example > li:not(.ntt-catalog-menu) {
		opacity: .48;
		transition: opacity .2s ease;
	}

	#example > li.ntt-catalog-menu {
		position: relative;
		z-index: 120;
	}

	#example > li.ntt-catalog-menu > ul.ntt-catalog-level-1,
	#example .ntt-catalog-menu ul.ntt-catalog-level-2,
	#example .ntt-catalog-menu ul.ntt-catalog-level-3 {
		width: 330px;
		min-width: 330px;
		padding: 8px;
		border: 1px solid #d9e7eb;
		border-radius: 0 0 14px 14px;
		background: #fff;
		box-shadow: 0 16px 36px rgba(15, 62, 78, .18);
		box-sizing: border-box;
	}

	#example .ntt-catalog-menu ul.ntt-catalog-level-2,
	#example .ntt-catalog-menu ul.ntt-catalog-level-3 {
		top: -8px;
		left: calc(100% + 8px);
		border-radius: 14px;
	}

	#example .ntt-catalog-menu li.ntt-catalog-item {
		display: block;
		width: 100%;
		min-width: 0;
		height: auto;
		min-height: 0;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #edf3f5;
		background: #fff;
		white-space: normal;
		box-sizing: border-box;
	}

	#example .ntt-catalog-menu li.ntt-catalog-item:last-child {
		border-bottom: 0;
	}

	#example .ntt-catalog-menu li.ntt-catalog-item > a.ntt-catalog-link {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 38px;
		height: auto;
		padding: 8px 34px 8px 12px;
		border-radius: 9px;
		background: #fff;
		color: #183e4c;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25;
		white-space: normal;
		box-sizing: border-box;
		transition: background-color .15s ease, color .15s ease, padding-left .15s ease;
	}

	#example .ntt-catalog-menu li.ntt-catalog-item > a.ntt-catalog-link span {
		display: block;
		min-width: 0;
		overflow-wrap: break-word;
	}

	#example .ntt-catalog-menu li.ntt-catalog-item:hover,
	#example .ntt-catalog-menu li.ntt-catalog-item.sfHover,
	#example .ntt-catalog-menu li.ntt-catalog-item:focus-within {
		background: #fff;
	}

	#example .ntt-catalog-menu li.ntt-catalog-item:hover > a.ntt-catalog-link,
	#example .ntt-catalog-menu li.ntt-catalog-item.sfHover > a.ntt-catalog-link,
	#example .ntt-catalog-menu li.ntt-catalog-item:focus-within > a.ntt-catalog-link {
		padding-left: 16px;
		background: #eaf8fb;
		color: #087f9e;
	}

	#example .ntt-catalog-menu li.ntt-current-path > a.ntt-catalog-link {
		background: #fceaf2;
		color: #b52668;
	}

	#example .ntt-catalog-menu li.ntt-has-children > a.ntt-catalog-link:after {
		top: 50%;
		right: 13px;
		margin-top: -5px;
		border: 5px solid transparent;
		border-left-color: #168dab;
	}

	#example .ntt-catalog-menu .img_menuyu {
		flex: 0 0 auto;
		width: 20px;
		height: 20px;
		margin: 0 9px 0 0;
		object-fit: contain;
	}

	#example .ntt-catalog-menu li:hover > ul,
	#example .ntt-catalog-menu li.sfHover > ul,
	#example .ntt-catalog-menu li:focus-within > ul {
		display: block;
	}

	#example .ntt-catalog-menu ul {
		z-index: 500;
	}

	#example .ntt-catalog-menu ul ul {
		z-index: 510;
	}

	#example .ntt-catalog-menu ul ul ul {
		z-index: 520;
	}
}

@media (prefers-reduced-motion: reduce) {
	body::before,
	body.ntt-catalog-open #example > li:not(.ntt-catalog-menu),
	#example .ntt-catalog-menu li.ntt-catalog-item > a.ntt-catalog-link {
		transition: none;
	}
}
