.box-acesso-user a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.box-acesso-user .info-thumb-user {
	display: flex;
	align-items: center;
}
.box-acesso-user .thumb-user img {
	width: 55px;
}
.box-acesso-user .info-user {
	margin: 0 20px;

}
.box-acesso-user .info-user h3 {
	font-family: "Roboto", Sans-Serif;
	color:#19AAE3;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.box-acesso-user .info-user h4 {
	font-family: "Roboto", Sans-Serif;
	color: #B2B2B2;
	font-size: 14px;
	margin-bottom: 0;
}
.box-acesso-user .arrow-user img {
	width: 9px;
}

button.btn.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 21px;
}
button.btn.wp-hide-pw:hover {
	background-color: transparent;
}
/* START MENU DESK USER */
.nav {
    display: block;
    position: relative;
    z-index: 999;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.nav .icon-menu {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
}
.nav .icon-menu svg {
    position: relative;
    top: 2px;
    margin-right: 7px;
    fill: #fff;
}
.nav ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.nav ul li {
    padding: 0px 10px;
}
.nav ul li.submenu {
    position: relative;
    list-style: none;
}
.nav ul li.user-sub {
    justify-content: flex-end;
display: flex;
}
.nav ul ul {
    position: absolute;
    z-index: 9999;
}
.nav a:not(.btn) {
    line-height: 50px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #343731;
    font-weight: 500;
    text-transform: uppercase;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.nav a:not(.btn) i {
    display: inline-block;
    color: #343731;
    position: relative;
}
.nav a:not(.btn).ativo,
.nav a:not(.btn):hover {
    color: #8ec044;
}
.nav a:not(.btn).ativo i,
.nav a:not(.btn):hover i {
    color: #8ec044;
}
.nav.nav-user .avatar-user {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.nav.nav-user .avatar-user img {
    display: block;
    width: 100%;
}
.nav.nav-user ul:not(.submenu) li > a:not(.btn) {
    text-transform: uppercase;
    color: black;
    font-size: 0.75rem;
    line-height: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    font-weight: bold;
    cursor: pointer;
}
.nav.nav-user ul:not(.submenu) li > a:not(.btn) svg {
    fill: black;
    margin-left: 10px;
}
.nav.nav-user ul.submenu {
    border-radius: 4px;
    padding: 20px 10px;
    width: 200px;
    right: -8px;
    margin-top: 32px;
    display: none;
}
.nav.nav-user ul.submenu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -8px;
    right: 15px;
}
.nav.nav-user ul.submenu li {
    display: block;
}
.nav.nav-user ul.submenu li a:not(.btn) {
    color: #343731;
    font-size: 0.875rem;
    text-transform: none;
    font-weight: 400;
    display: block;
    padding: 8px 15px 8px 0;
    position: relative;
    margin-bottom: 19px;
}
.nav.nav-user ul.submenu li a:not(.btn) svg {
    position: absolute;
    right: 0;
    fill: #b2b2b2;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin-top: -2px;
}
.nav.nav-user ul.submenu li a:not(.btn):hover {
    color: #8ec044;
}
.nav.nav-user ul.submenu li a:not(.btn):hover svg {
    fill: #8ec044;
}
.nav.nav-user ul.submenu li .btn {
    margin-top: 5px;
}
.nav.nav-user li.active > a svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav.nav-user li.active ul.submenu {
    display: block;
}
.header {
    width: 100%;
    padding: 45px 0 0;
}
.minha-conta .header {
    background-color: #8ec044;
    padding: 8px 0;
}
.minha-conta .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: none;
}
.minha-conta .header .container:after,
.minha-conta .header .container:before {
    display: none;
}
.bg-default {
    background-color: #fdfdfd;
}
.bg-white {
    background-color: #ffffff;
}
.border-default {
    border: 1px solid rgba(216, 216, 216, 0.3);
}
.box-shadow {
    -webkit-box-shadow: 0 0 0 rgba(217, 217, 217, 0.2);
    box-shadow: 0 0 0 rgba(217, 217, 217, 0.2);
}
.nav.nav-user ul.submenu li .btn-sair {
    width: 100%;
    color: #b2b2b2 !important;
    border: 1px solid rgba(216, 216, 216, 0.3);
    background-color: #ffffff;
    padding: 14px !important;
    text-align: center;
    line-height: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 24px;
    font-size: 12px !important;
}
/* END MENU DESK USER */
