#containerIconSideMenu,#titlePage{
	display: none;
}
#titlePage{
	margin-left: 1.5rem;
}

#iconSideMenu{
	display: none;
	cursor: pointer;
}

.iconNoNotification{
	display: none !important;
	cursor: pointer;
}

.noNotification .iconNoNotification{
	display: inline-block !important;
}

.slideMenu{
	position: fixed;
	top:0;
	left: 0;
	max-width: 320px;
	z-index: 5;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 16px 24px rgb(0,0,0, 0.3);
}

header a {
	display: inline-block;
}

#infoUserLogged{
	cursor: pointer;
}

#infoUserLogged .emailLogged{
	color:#FFF;
	opacity: .5;
}

#infoUserLogged img{
	margin-left: 8px;
}

.vertical-separator{
	position: relative;
	height: 40px;
}

.vertical-separator:after{
	content: " ";
	height: 100%;
	width: 1px;
	background-color: #FFF;
	border-left: solid 1px #FFF;
	opacity: .5;
	position: absolute;

}

.nameLogged .iconSelect{
	height: 16px;
	width: 16px;
	background-image:url(../../res/imgs/arrowselect-24-s.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	display: inline-block;
	position: relative;
	top: 2px;
}

#infoUserLogged{
	position: relative;
}

#menuHeader{
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: opacity .1s;
}

#menuHeader:before{
	content: '';
	position: absolute;
	top: -29px;
	right: 25px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	vertical-align: middle;
	border-bottom-color: #fff;
	display: none;
}


#menuHeader{
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: opacity .1s;
}


.showMenu #menuHeader{
	height: auto;
	opacity: 1;
}

#menuHeader li{
	padding: 14px;
}

#menuHeader li:last-of-type{
	background-color: var(--cx-gray-light)
}


#menuHeader li:last-of-type{
	background-color: var(--cx-gray-light)
}

.title {
	line-height: 1em;
}

.title .name {
	-webkit-text-fill-color: #0000;
	background: -webkit-linear-gradient(#edc769 15%,#fee396 20%,#d8b254 80%);
	-webkit-background-clip: text;
	filter: drop-shadow(1px -1px 0 #000) drop-shadow(0 1px 1px rgba(0,0,0,.2));
	font-family: Arial,sans-serif;
	font-size: 2em;
	font-weight: 900;
	line-height: 1em;
}
.title .slogan {
	display: block;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
	line-height: 1em;
}

@media (max-width: 360px){
	#infoUserLogged .profile-image{
		display: none;
	}
}