#sub-produtos a{
    padding-left: 30px;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--secondary);
    text-decoration: none;
    background-color: #fff;
}

.dropdown-item:hover {
    left: 50%;
    background: var(--primary);
    transition: .5s;
    color: var(--secondary);
}

.dropdown-menu{
    min-width: auto;
    margin-left: 0rem;
    border: none;
    font-weight: 600 !important;
}

/* language style */
#language-select {
    padding: 5px;
    font-size: 16px;
}

#content {
    margin: 20px;
}

.navbar-nav{
align-items: center;
}

.icon-language {
    width: 35px;
}
/* finish language style */