
.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_hover:hover {
  color: #333d47;
}
.small_menu {
  overflow: auto;
  background-color: white;
}
.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: 1150px) {
    #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;
    }
    .footer_socials{
      display: none !important;
    }
    /* .main_menu{
        display: none !important;
    } */

    /* .main_menu{
        background-color: var(--colorsecond);
    } */

    /* .menu_desktop_logo{
        height: 60px !important;
        width: auto;
    } */
    .menu_bars_icon{
        font-size: 30px; 
        margin: 5px;
    }
    .side_menu_cont_opened{
        width: 100%;
    }
}
 
@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;
}

.mm_items:active,
.mm_items:focus,
.mm_sub_items:active{
  color: var(--colorfirst) !important;
}

.bg_dark_opacity{
  background-color: rgba(0, 0, 0, 0.8) !important;
}

#menu_items{
transform-origin: top;
  /* transform: scaleY(0); */
  transform: translateX(100%);
  pointer-events: none;

  transition: 0.5s ease-in-out;
}
#menu_items.menu_opened{
  /* transform: scaleY(1) !important; */
  transform: translateX(0%);
  pointer-events: all;
}



#menu_items .lang_active{
  color: var(--colorsecond) !important;
}

.langOption_cont:not(:last-child)::after{
  /* color: var(--colorsecond) !important;  */
}