.m_sub_menu_item {
    margin-left: 30px;
}

.menu-arrow-eff {
    transition-property: all;
    transition-duration: 500ms;
}

.m_menu_item:hover {
    color: var(--white) !important;
    font-weight: bolder;
    font-size: 23px;
}

.menu_holder-mobile {
    display: none;
}

.menu_holder-mobile a:hover{
    color: var(--white);
}

.menu_hover:hover {
    color: #333d47;
}

.small_menu {
    overflow: auto;
}

.slogo_holder {
    padding: 15px 40px;
}

.slang.active .h5,
.slang:hover .h5 {
    color: #0a283c;
}

.slang_holder {
    padding: 0px 25px;
    padding-top: 24px;
    text-align: right;
}

.button_small_menu {
    position: relative;
    border: none;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    background-color: transparent;
}

.button_small_menu:hover {
    border: none;
    height: 50px;
    color: #0a283c;
}

.button_small_menu>i {
    color: #0a283c;
}

.button_small_menu img {
    display: inline-block;
    max-width: 25px;
    margin-top: -5px;
}

.sopcoes_menu {
    display: none;
    width: 100%;
}

.small-menu_buttons {
    background-color: #d12229;
    padding: 25px;
    text-align: right;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}

.small-menu_buttons p {
    color: #ffffff;
}

.small_list_holder {
    text-align: right;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0px;
}

.small_list_item {
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.small_list_item p {
    padding: 13px 20px;
    color: white;
}

.small_list_item:hover,
.small_list_item.active {
    background-color: #d12229;
}

.small_list_item:hover p,
.small_list_item.active p {
    color: #ffffff;
}

.small-submenu_holder {
    display: none;
}

.small_list_submenu_item {
    background-color: #d12229;
    border-bottom: 1px solid #dcdcdc;
}

.small_list_submenu_item p {
    margin: 0px;
    padding-right: 35px;
}

.small_list_submenu_item:hover p {
    background-color: ;
}

.small-submenu_holder {
    display: none;
}

.small-submenu_holder ul {
    padding: 0px;
    list-style: none;
    border-top: 2px solid #dcdcdc;
}

.small_list_submenu_item {
    border-bottom: 1px solid #dcdcdc;
}

.sopcoes_menu {
    padding: 0px;
}

.sprodopcoes_menu .small_list_item p {
    color: #333d47 !important;
}

.small-submenu_holder li:last-child {
    border: none;
}

.mobile_height_ctr {
    display: none;
}

#mHeight_filler {
    display: none;
}

/* @media (max-width: 770px) { */
@media (max-width: 1055px) {
    #mHeight_filler {
        display: block !important;
    }
    #Height_filler {
        display: none !important;
    }
    .menu_holder-mobile {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        padding-bottom: 0px;
        z-index: 1010;
    }
    .main_menu {
        display: none !important;
    }
}

.custom_bars_cont {
    cursor: pointer;
}

.custom_bars_bar {
    height: 3px;
    width: 40px;
    background-color: var(--verydarkgrey);
    margin: 7px 0;
}

@media (max-width: 1075px) {
    h12,
    .h12 {
        font-size: 16px;
    }
}


/* CUSTOM---------------------------------------------------------------- */

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transform: translateY(-50%);
    margin: 0 3px;
}

.menu_mobile_parent_item {
    padding: 10px 0;
    width: 100%;
    border-bottom: solid 1px var(--grey);
}

.mm_sub_items {
    display: block;
    margin: 8px 0;
}

.mobileLangCont .lang_change_btn {
    padding: 0 15px;
}

.mobileLangCont .activelang {
    background-color: white !important;
}