
.m_sub_menu_item{
    margin-left: 30px;
}

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

.m_menu_item:hover{
/*    color:var(--colorfirst) !important;*/
    font-weight: bolder;
}

.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;
}
@media (max-width: 900px) {
  #mHeight_filler {
    display: none !important;
  }
  .menu_holder-mobile {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 0px;
    z-index: 99;
  }
  .menu_holder,
  .menu_home_page {
    display: none;
  }
}
 
@media (max-width: 1075px) {
    h12,
    .h12 {
        font-size: 16px;
    }
}
