.header .woo-action .menu-topo .dropdown-menu-right li a {
    display: block;
}

.header .woo-action .menu-topo .dropdown-menu-right li a i {
    float: left;
    line-height: 2em;
    margin-right: 0.5em;
}

.header .woo-action .menu-topo .dropdown-menu-right li a > div {
    line-height: 2em;
}
  
.header .woo-action .menu-topo .dropdown-menu-right ul li {
    padding: 0!important;
}

.header .woo-action .menu-topo .dropdown-menu-right ul li a {
    padding: 1em 2em;
}

.header .woo-action .menu-topo .dropdown-menu-right {
    width: 200px;
    padding-bottom: 0;
}

.header .woo-action .menu-topo a.iniciais {
    font-style: normal;
    color: #FFF;
}

.header .woo-action .menu-topo > a.iniciais {
    background-color: #fbb3ae;
    border-radius: 50%;
    width: 2em;
    display: inline-flex;
    height: 2em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
}

.header .woo-action .menu-topo:hover > a.iniciais {
    background-color: #fe6c61;
    cursor: pointer;
}
.header .woo-action .menu-topo .dropdown-menu-right .titulo {
    padding: 1em 2em;
    font-size: 0.8em;
}