.m_sub_menu_item {
  margin-left: 10px;
  margin-bottom: 12px;
}

.m_sub_menu_items {
  padding-top: 15px;
}

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

.menu_holder-mobile {
  display: none;
}

.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;
}

@media (max-width: 1227px) {
  #mHeight_filler {
    display: none !important;
  }

  .menu_holder-mobile {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 0px;
    z-index: 99;
    box-shadow: 0 10px 25px -16px var(--darkgrey);

  }

  .desktop_menu_holder,
  .menu_holder,
  .menu_home_page {
    display: none;
  }

  .mobile_height_ctr {
    display: block;
  }

  .menu_holder-mobile h4 {
    font-size: 30px;
    line-height: 60px;
  }

}

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

.menu_holder-mobile .menu_social_links {
  font-size: 35px;
  padding-left: 5px;
  padding-right: 5px;

}

.menu_holder-mobile .menuSearchBtnHolder {
  cursor: pointer;
  background-color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.menu_holder-mobile .menuSearchBtn {
  color: var(--darkgrey);
  font-size: 20px;
  position: absolute;
}

@media (max-width: 1075px) {

  h12,
  .h12 {
    font-size: 16px;
  }
}