/*** 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;
}
.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;

    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;
}
