#my-navbar {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.navbar-brand img {
    height: 45px;
}

#my-navbar .contacts {
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
}

#my-navbar #participar {
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: none !important;
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 12px 20px;
}

#my-navbar #registar {
    border-radius: 100px;
    border: 1px solid #000;
    background: #fff;
    color: white;
    padding: 12px 20px;
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.menus li a.dropdown-toggle {
    color: white !important;
    font-weight: 600;
    font-size: 14px;
    padding: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 7px !important   ;
    margin-right: 30px;
}

.menus li a.dropdown-toggle:hover {
    color: #d5bfef !important;
}

.menus li a.active {
    border-bottom: 5px solid white;
}

#colapsble {
    margin-top: 12px;
    margin-left: 12px;
    display: none !important;
}

.menus .dropdown-item {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.menus .dropdown-item .label {
    margin-right: 36px;
    color: #d3d3d3;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.26px;
}

.menus .dropdown-item:focus {
    background-color: #e3dddd21 !important;
    color: #d3d3d3;
}

.menus .dropdown-item:hover {
    background-color: #e3dddd21 !important;
    color: #d3d3d3;
}
.menus .dropdown-menu {
    background-color: #141414;
    border: none;
    border-radius: 10px;
    color: white;
}

.menus .dropdown-menu .menu-label {
    margin: 16px;
    color: #e75524;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

#my-navbar .nav-item {
    position: relative;
}

.no-arrow::after {
    display: none;
}

#my-navbar .submenu-buttons {
    border-radius: 10px;
    background: #a71522;
    padding: 10px 25px;
    color: #fbba13;
    width: 100%;
    margin: 4px 8px;
}

#my-navbar .bt-lingua {
    display: inline-flex;
    border-radius: 6px;
    background: #fff;
    color: black;
    padding: 8px 8px;
    gap: 4px;
    align-items: center;
}

#my-navbar #bts-accao {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media screen and (max-width: 1100px) {
    #my-navbar #bts-accao,
    #my-navbar #row-menus,
    #my-navbar .contacts,
    .mm {
        display: none !important;
    }
    .navbar-brand img {
        height: 26px !important;
    }

    .unitel-logo img {
        height: 20px !important;
    }

    #colapsble {
        display: block !important;
    }

    .menus li a {
        margin-bottom: 20px;
    }
}
