﻿/* CSS Document */
.topo {
	position: absolute;
	width: 100%;
	top: 0;
	padding-top: 2.5%;
	/*background-color: #ffffff;*/
	color: #000000;
	height: 60px;
	z-index: 3;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 16px;*/
	/*border-bottom: 3px solid #708043;*/
}
.menu-bar {
	position: absolute;
	right: 0;
	top: 0;
	width: 61%;
	height: 6vw;
	background-color: #ffffff;
}
.userx-tab {
	position: absolute;
	left: 15%;
	top: 0;
	width: 14%;
	background-color: #ff3b00;
	/*border-bottom-left-radius: 25px;*/
	/*aspect-ratio: 296 / 130;*/
	height: 6vw;
	z-index: 10;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}
.userx-logo {
	position: absolute;
	display: block;
	left: 2%;
	width: 11%;
	top: 3vw;
}
.userx-exit {
	/*OFFLINE*/display: none;
	width: 100%;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 0.8vw;
}
.userx-exit a {
	color: #2f1f42;
	text-decoration: none;
}
.userx-exit a:hover {
	text-decoration: underline;
}
.userx-img {
	position: absolute;
	/*bottom:26.9%;*/
	top: 29%;
	left: 9.46%;
	display: block;
	width: 20%;
	border-radius:50%;
	overflow:hidden;
	aspect-ratio: 1;
	border: 1px solid #000000;
}
.userx-img img {
	width: 100%;
}
.userx-name {
	font-size: 0.9vw;
	position: absolute;
	top: 32%;
	left: 35%;
	width: 65.87%;
	color: #000000;
}
.menu-wrapper {
	position: relative;
	width: 90%;
	/*max-width:1200px;*/
	margin-left: auto;
	margin-right: auto;
}
.logo_menu {
	height: 30px;
	margin-top: 16px;
	display: block;
	margin-right: auto;
	margin-left: 0;
}
.user-logout {
	position: relative;
	width: 100%;
	text-align: right;
	height: 30px;
	padding-top:62px;
	padding-right:30px;
	z-index: -1;
}
.user-logout a, .user-logout a:active, .user-logout a:visited {
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
.user-data {
	position: absolute;
	top:0; 
	left: 45%;
	width: 17%;
	background-color: #be983d;
	color: #ffffff;
	z-index: 1000;
	height: 90px;
	/*font-style: italic;*/
	font-weight: 600;
	font-size: 18px;
}
.user-data span{
	font-weight: 800;
	font-style: italic;
}
.user-img-ori {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	top: 20px;
	left: 30px;
	/*border: 3px solid black;*/
}
.user-img {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	top: 20px;
	left: 30px;
	overflow: hidden;
	/*border: 2px solid #000000;*/
}
.user-img .normal {
	width: 50px;
	height: 50px;
}
.user-img .avatarx {
	width: 200%;
	height: auto;
	margin-left: -60%;
	margin-right: -40%;
	margin-top: -18%;
}
.user-name {
	position: absolute;
	top: 20px;
	left: 90px;
}
.mdesk {
	/*position: absolute;
	/*width: 50%;*/
	/*top: 8px;
	right: -56px;*/
	width: 58%;
	margin: 0 auto;
	margin-right: -4%;
	/*background-color: red;*/
}
.mdesk i {
	color: #ffffff;
	/*transform: rotate(45deg);*/
	display: none;
}
.mdesk ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
}
.mdesk ul li {
	display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    /*background: purple;*/
}
.mdesk ul li:last-child {
	margin-right: 0;
}
.mdesk ul li a {
	/*color: #a0be37;*/
	display: block;
	font-size: 1.2vw;
	text-decoration: none;
	/*text-transform: uppercase;
	font-weight: bold;
	line-height: 0.9vw;*/
}
.mdesk ul li a:hover {
	text-decoration: underline !important;
}
.selecionado {
	/*color: #2f1f42 !important;*/
	font-weight: bold;
}
.selecionado i {
	/*color: #2f1f42;*/
	/*transform: rotate(-45deg);*/
	display: inline;
	font-size: 0.66vw !important;
}

@media screen and (max-width:700px) {
.topo, .userx-tab, .menu-bar {
	display:none;
}
}