.marca-empresa {
position: relative;
z-index: 2;
}
.marca-empresa.col-md-4 {
padding-left: 0;
}
.dropdown-menu .expanded  {
position: relative;
}
.dropdown-menu .expanded:after  {
position: absolute;
right: 0;
top: 6px;
content: "\f107";
font-family: "FontAwesome";
font-size: 20px;
color: #09afa7;
}
.dropdown-menu .expanded .dropdown-menu {
position: relative;
top: 0!important;
box-shadow: unset;
border: 0 none;
padding: 0 0 0 1rem !important;
min-width: unset;
}