﻿/* CSS Document */
.topo {
	position: fixed;
	width: 76%;
	top: 0;
	right: 0;
	padding-top: 2.5%;
	background-color: #7e0018;
	color: #ffffff;
	height: 6vw;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 16px;
	border-bottom-left-radius: 1.3vw;
	/*border-bottom: 2px solid #d6ebe9;*/
}
.userx-tab {
	position: absolute;
	right: 0;
	top: 0;
	width: 14%;
	background-color: #ffffff;
	border-bottom-left-radius: 25px;
	aspect-ratio: 296 / 130;
	z-index: 10;
}
.userx-logo {
	position: absolute;
	display: block;
	left: 6%;
	/*width: 7%;*/
	height: 40px;
	top: 25%;
}
.userx-exit {
	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: 39%;
	left: 9.46%;
	display: block;
	width: 16%;
	border-radius:50%;
	overflow:hidden;
	aspect-ratio: 1;
	border: 1px solid #06cc2b;
}
.userx-img img {
	width: 100%;
}
.userx-name {
	font-size: 0.9vw;
	position: absolute;
	top: 39%;
	left: 31.75%;
	width: 65.87%;
	color: #e6205d;
}
.menu-wrapper {
	position: absolute;
	width: 100%;
	/*max-width:1200px;
	margin-left: 5%;
	margin-right: 5%;*/
	top: 0;
	height: 6vw;
}
.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:56px;
	padding-right:15px;
	z-index: -1;
}
.user-logout a, .user-logout a:active, .user-logout a:visited {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.9vw;
}
.user-data {
	position: absolute;
	top:0; 
	left: 0;
	width: 20%;
	background-color: #ffffff;
	color: #000000;
	z-index: 15;
	height: 6vw;
	/*font-style: italic;*/
	/*ont-weight: 600;*/
	font-size: 1vw;
	border-bottom-left-radius: 1.3vw;
	overflow: hidden;
}
.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: 2.4vw;
	height: 2.4vw;
	border-radius: 1.2vw;
	top: 1.6vw;
	left: 1.6vw;
	overflow: hidden;
	/*border: 2px solid #000000;*/
}
.user-img .normal {
	width: 2.4vw;
	height: 2.4vw;
}
.user-img .avatarx {
	width: 200%;
	height: auto;
	margin-left: -60%;
	margin-right: -40%;
	margin-top: -18%;
}
.user-name {
	position: absolute;
	top: 1.6vw;
	left: calc(1.6vw + 2.4vw + 1vw);
}
.mdesk {
	/*position: absolute;
	/*width: 50%;*/
	/*top: 8px;
	right: -56px;*/
	width: 78%;
	margin: 0 auto;
	margin-right: 1vw;
	/*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: #ededed;
	display: block;
	font-size: 0.9vw;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 6vw;
}
.mdesk ul li a:hover {
	text-decoration: underline !important;
}
/*.selecionado {
	color: #ededed !important;
}
.selecionado i {
	color: #2f1f42;
	transform: rotate(-45deg);
}
*/
.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 {
	display:none;
}
}