/* =================================  */
/* =========== MENU STYLES ===========  */
/* =================================  */

/* Menu Drop no topo */
.fixed-header a .logo {
	background-size: 60%;
	margin: 0;
	position: relative;
	margin-left: -33px;
}

.fixed-header .drop-down>li>a {
	line-height: 79px;
}

.fixed-header .top-menu {
	position: fixed;
	min-height: auto;
}

.fixed-header .search-toggle {
	padding: 29px 0 15px;
}

.topo {
	width: 1140px;
	margin: 0px auto;
}

@media screen and (max-width: 1140px) {
	.top-menu .topo {
		width: 990px;
	}
}

.top-menu {
	position: relative;
	background-color: #fafafa;
	width: 100%;
	top: 0;
	z-index: 300;
}

a .logo {
	background: url(../../imagens/misc/vme-maquinas-do-brasil.png) center no-repeat;
	z-index: 301;
	float: left;
	width: 180px;
	height: 79px;
	margin: 18px 0;
	display: table-cell;
	text-indent: -99999px;
	overflow: hidden;
}

#navigation-button {
	display: none;
}

ul.drop-down {
	right: 0;
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0;
	z-index: 300;
	float: left;
}

@media screen and (max-width: 1000px) {
	ul.drop-down {
		max-height: 0;
	}
}


.drop-down>li {
	float: left;
	position: relative;
}

.drop-down>li>a {
	line-height: 50px;
}

.drop-down li a,
.drop-down li a:focus,
.drop-down li:focus a {
	display: block;
	padding: 0 20px;
	color: #213e8f;
	font-weight: 400;
	font-size: 14px;
	transition: all .25s;
	vertical-align: middle;
	border-bottom: 4px solid transparent;
}

.drop-down li:hover a,
.drop-down li.active a {
	background-color: #213e8f;
	color: #fff;
	border-bottom: 4px solid #ed3237;
}

.sub-menu {
	/* position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
	white-space: nowrap; */
	position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
    white-space: nowrap;
    top: 100%;
    z-index: 1000;
}

.drop-down li:hover>.sub-menu {
	display: block;
}

.drop-down .sub-menu>li {
	display: block;
	position: relative;
	float: none;
	min-width: 140px;
}

.drop-down .sub-menu ul {
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
	display: none;
}

.drop-down .sub-menu li:hover>ul {
	display: block;
}

.drop-down .sub-menu li a {
	background-color: #213e8f;
	padding: 8px 20px;
	font-size: 11px;
	color: #FFF;
	border: 0;
	width: 100%;
	text-align: left;
	display: block;
}

.sub-menu li:hover>a {
	background: #07216c;
}



.representacao {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}

.representacao-li{
	list-style: none;

}

.drop-down .representacao-li a:hover {
	background-color: unset !important;
	color: #424141 !important;
	border-bottom: unset !important;

}

.drop-down li.representacao-li a {
	line-height: unset !important;

}

.representacao a {
	font-size: 12px !important;
}

.representacao img {
	width: 150px;
}

.top-menu.new{
	background-color: #e8e8e8;
}



@media (max-width: 1000px) {
	#navigation-button {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
		display: block;
		font-size: 18px;
		list-style: none;
		color: #FFF;
		padding: 15px 20px;
		background-color: #eaeaea;
		width: 100%;
		text-align: right;
		cursor: pointer;
		-webkit-transition: all .25s;
		-moz-transition: all .25s;
		-o-transition: all .25s;
		transition: all .25s;
	}


	#navigation-button:hover {
		color: #ff6600;
	}

	.drop-down {
		text-align: left;
		position: relative;
		top: -100%;
		z-index: 2;
		overflow-y: auto;
		width: 100%;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.drop-down.active {
		top: 0;
		max-height: 75%;
		border-top: 2px solid #CECBCB;
	}

	.drop-down li {
		display: block;
		clear: both;
		width: 100%;
	}

	.drop-down li a {
		display: block;
		width: 100%;
	}

	.sub-menu {
		position: relative;
	}

}

@media (max-width: 1000px) {
	.representacao-li.mobile{
		display:block
	}

	.representacao-li.desktop{
		display:none !important
	}

	.top-menu.new{
		display: none;

	}
	.top-menu{
		padding: unset !important;
	}

	a .logo{
		height: 60px;
	}
}

@media (max-width: 1000px) {
	ul.drop-down {

		margin: 0px;

	}
}

@media (min-width: 1000px) {
	.representacao-li.mobile{
		display:none
	}

	.representacao{
	float: right;
	}

	.menu{
		display: none;
	}


}
