﻿/* CSS Document */
.topo {
	position: absolute;
	width: 100%;
	top: 0;
	/*background-color: transparent;*/
	color: #000000;
	height: 76px;
	z-index: 1;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 16px;*/
	/*border-bottom: 3px solid #708043;*/
	background-color: #034991;
	/*background-image:url(/images/top-menu2.png);*/
	background-position: left;
	background-size: auto 100%;
	background-repeat:no-repeat;
}
.menu-wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.menu-wrapper2 {
	position: relative;
	width: 100%;
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto;
}
.logo_menu {
	display: block;
	position: absolute;
	top: 94px;
	left: 42px;
	height: 100px;
}
.logo_menu0 {
	display: block;
	position: absolute;
	top: 8px;
	left: 50px;
	height: 60px;
	z-index: 10;
}
.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: 330px;
	width: 17%;
	background-color: #FEBE34;
	color: #ffffff;
	z-index: 1000;
	height: 76px;
	/*font-style: italic;*/
	font-weight: 600;
	font-size: 18px;
}
.user-data span{
	font-weight: 800;
	font-style: italic;
}
.user-img-ori {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	top: 20px;
	left: 30px;
	/*border: 3px solid black;*/
}
.user-img {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	top: 20px;
	left: 30px;
	overflow: hidden;
	/*border: 2px solid #000000;*/
}
.user-img .normal {
	width: 30px;
	height: 30px;
}
.user-img .avatarx {
	width: 200%;
	height: auto;
	margin-left: -60%;
	margin-right: -40%;
	margin-top: -18%;
}
.user-name {
	position: absolute;
	top: 17px;
	left: 70px;
	font-size: 13px;
}
.mdesk {
	position: absolute;
	/*width: 50%;*/
	top: 18px;
	right: 10px;
	width: 35%;
	max-width: 550px;
	height: 40px;
	/*background-color: #ffffff;*/
}
.mdesk ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
	padding-top: 12px;
}
.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: #ffffff;
	display: block;
	font-size: 14px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-weight: bold;
	line-height: 14px;
}
.selx {
	/*color: #00539a !important;*/
	text-decoration: underline !important;
	/*text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;*/
}
.mdesk ul li a:hover {
	text-decoration: underline !important;
}
.selecionado {
	text-decoration: underline !important;
}

@media screen and (max-width:700px) {
.topo {
	display:none;
}
}