.topo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5px;
	margin: 0;
	color: #7b7b7b;
}
.tp-flutuante {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0px 0px 20px #00000080;
	z-index: 100;
}
.topo .logo {
    width: 120px;
    margin: 10px;
}
.topo .logo img {
	width: 100%;
}
@media (max-width: 1440px) {
	.tp-flutuante .logo {
		margin: 5px;
	}
	.tp-flutuante .logo img {
		width: 50%;
	}
}
.topo .user {
	font-size: 12px;
	border-left: 1px solid #eee;
	padding-left: 30px;
}
.topo .btn-logout {
	padding-right: 20px;
	background: url('../img/icones/logout.svg') no-repeat center right;
	font-size: 12px;
	color: var(--cinzaescuro);
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
}
.topo .items{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu li {
	display: inline-flex;
}
.menu a {
	font-size: 12px;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
	padding: 5px 20px 2px 18px;
}
@media(min-width:1600px){
	.menu a {
		font-size: 14px;
	}
}
.menu a.btn-inicio {
	background: url('../img/icones/home_azul.svg') no-repeat 0 center;
}
.menu a.btn-link-tp {
	background: url('../img/icones/link_azul.svg') no-repeat 0 center;
}
.menu a.btn-passos {
	background: url('../img/icones/link_azul.svg') no-repeat 0 center;
}
.menu a.btn-config {
	background: url('../img/icones/config_azul.svg') no-repeat 0 center;
}

.barra-ambiente {
	background: var(--azulescuro);
	border-top: 5px solid var(--verdevertex);
	color: #fff;
	text-align: center;
	padding: 5px;
}
.btn-user {
	color: #7b7b7b;
	text-decoration: none;
}
.voltar-topo {
	z-index: 100;
	color: #000;
	text-decoration: none;
	position: fixed;
	bottom: 70px;
	right: 20px;
	width: 72px;
	padding-top: 75px;
	background: url('../img/icones/voltar_topo.svg') no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	display: none;
}
