.menu-lateral {
	width: 100%;
}

.menu-lateral strong {
	background-color: #199e8f;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	font-size: 1.875rem;
	text-align: center;
	display: block;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	border-left: solid 3px #138b7d;
	margin-bottom: 2px;
}

.menu-lateral > ul > li > a {
	display: block;
	width: 100%;
	background-color: #d2d2d2;
	border-left: solid 3px #c4c4c4;
	padding: 11px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	color: #242424;
	margin-bottom: 2px;
	transition: all ease .3s;
	position: relative;
}

.menu-lateral .sub-menu a:before {
	content: '\f105 ';
	display: block;
	font-family: 'FontAwesome';
	float: left;
	margin-right: 5px;
	width: auto;
}
.menu-lateral > ul > li > a .fa {
	float: right;
}
.menu-lateral > ul > .menu-item-has-children {
  margin-bottom: 2px;
}

.menu-lateral > ul > li > a:hover,
.menu-lateral > ul > li > a:focus,
.menu-lateral > ul > .menu-item-has-children:hover > a {
	background-color: #3b5bd3;
	color: #fff;
	border-color: #314cb0;
}



.menu-lateral > ul > .menu-item-has-children:before{
	content: '\f107 ';
	float: right;
	font-family: 'FontAwesome';
	font-size: 21px;
	margin-right: 12px;
	margin-top: 10px;
	transition: color ease .3s;
	position: relative;
	z-index: 2;
}


.menu-lateral .sub-menu {
	margin-top: -2px;
	height: 0;
	overflow: hidden;
	trasition: height ease .3s;
}

.menu-lateral > ul > .menu-item-has-children:hover {
	color: #fff;
}

.menu-lateral > ul > .menu-item-has-children:hover .sub-menu {
	height: auto;
}

.menu-lateral .sub-menu a {
	display: block;
	width: 100%;
	background-color: #d2d2d2;
	border-left: solid 3px #c4c4c4;
	padding: 11px;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	color: #242424;
	padding-left: 20px;
	transition: all ease .3s;
	position: relative;
}

.menu-lateral .sub-menu li:last-child a{
	margin-bottom: 2px;
}

.menu-lateral .sub-menu a:hover,
.menu-lateral .sub-menu a:focus,
.menu-lateral .sub-menu .ativo a, {
	color: #242424;
	font-weight: bold;
	background-color: #c4c4c4;
}

.menu_icon:hover > a:before,
.menu_icon:focus > a:before,
.menu_icon.current-menu-item > a:before {
	background-position: bottom;
}



.menu-lateral .sub-menu .ativo a:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 12px solid #c4c4c4;
    position: absolute;
    right: -22px;
    top: 0;
}


.menu_icon > a:before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

.menu_icon.menu_icon-cabines-de-pintura > a:before {
	background-image: url('../../img/icon-cabines-de-pintura.png');
	width: 27px;
}

.menu_icon.menu_icon-cabines-de-pintura > a:before {
	background-image: url('../../img/icon-cabines-de-pintura.png');
	width: 27px;
}

.menu_icon.menu_icon-alimenticio > a:before {
	background-image: url('../../img/icon-alimenticio.png');
	width: 27px;
}


.menu_icon.menu_icon-eletroeletronico > a:before {
	background-image: url('../../img/icon-eletroeletronico.png');
	width: 27px;
	top: 2px;
	height: 16px;
}

.menu_icon.menu_icon-edificios-comerciais > a:before {
	background-image: url('../../img/icon-edificios-comerciais.png');
	width: 27px;
	height: 26px;
}

.menu_icon.menu_icon-ar-condicionado > a:before {
	background-image: url('../../img/icon-ar-condicionado.png');
	width: 27px;
	height: 16px;
}

.menu_icon.menu_icon-ar-condicionado:hover > a:before,
.menu_icon.current-menu-item > a:before {
	background-position: 0 -22px;
}

.menu_icon.menu_icon-automoveis > a:before {
	background-image: url('../../img/icon-automoveis.png');
	width: 36px;
    height: 14px;
    left: -6px;
    margin-right: 0;
}

.menu_icon.menu_icon-laboratorio > a:before {
	background-image: url('../../img/icon-laboratorio.png');
	width: 25px;
    background-repeat: no-repeat;
}

.menu_icon.menu_icon-hospitais > a:before {
	background-image: url('../../img/icon-hospitais.png');
	width: 27px;
}

.menu_icon.menu_icon-metarlugico > a:before {
	background-image: url('../../img/icon-metarlugica.png');
	width: 27px;
    height: 24px;
    background-repeat: no-repeat;
    top: 6px;
}
.menu-lateral .current-menu-ancestor .sub-menu,
.menu-lateral .current-menu-item .sub-menu {
	overflow: inherit;
}

.menu-lateral .current-menu-item > a:after,
.menu-lateral .current-menu-ancestor > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 12px solid #3b5bd3;
    position: absolute;
    right: -22px;
    top: 0;
}

.menu-lateral .current-menu-item > a,
.menu-lateral .current-menu-ancestor > a {
	background-color: #3b5bd3;
	color: #fff;
	border-color: #314cb0;
	position: relative;
}

.menu-lateral .current-menu-item:before,
.menu-lateral .current-menu-ancestor:before {
	color: #fff;
}

.menu-lateral .current-menu-item .sub-menu,
.menu-lateral .current-menu-ancestor .sub-menu {
	height: auto;
}

.menu-lateral .sub-menu a:hover,
.menu-lateral .sub-menu a:focus,
.menu-lateral .sub-menu .current-menu-item > a {
	background-color: #c4c4c4;
	font-weight: 700;
	color: #242424;
	border-color: #c4c4c4;
}

.menu-lateral .sub-menu .current-menu-item a:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 12px solid #c4c4c4;
    position: absolute;
    right: -22px;
    top: 0;
}
