/* estilos pré definidos */

/*.lang_select_box{
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
}*/

/*.lang_select_box span{
    display: block;
}

.lang_select_box_holder:hover .lang_select_box{
    opacity: 1 !important;
}*/

.menuIconHolder {
  right: 0;
}

.subCatsItem {
  line-height: 35px !important;
}

.itemCartNumber {
  background-color: var(--colorfirst);
  border-radius: 20px;
  color: var(--white);
  position: absolute;
  top: -10px;
  right: -16px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.menuIconHolderItem {
  display: inline-block;
  padding-left: 30px;
}

.menuIconHolder span {
  color: var(--white);
  font-size: 30px;
}

.menuIconHolderCategories {
  left: 0;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* .menuIconHolderCategories h3 {
  display: inline-block;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 40px;
  bottom: 0;
} */

.menuIconHolderCategories .iconCatOpen {
  padding-left: 10px;
  font-size: 20px;
}

.menuIconHolderCategories span {
  color: var(--white);
  /* font-size: 30px; */
}

.subCatsHolder {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: var(--colorfirst);
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  transform: translateY(100%);
}

.menuIconHolderCategories:hover .subCatsHolder {
  display: block;

  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

#menu_nav h1,
#menu_nav .h1 {
  color: var(--white) !important;
}

#menu_nav h1:hover,
#menu_nav .h1:hover {
  color: var(--colorsecond) !important;
}

.desktopmenuholder .logo {
  display: block;
}

/* 
.desktopmenuholder.sticky .logo{
  display: none;
} */
/* 
.desktopmenuholder .logo-sticky{
  display: none;
} */
/* 
.desktopmenuholder.sticky .logo-sticky{
  display: block;
} */

/* .home_menu.open_menu_div span,
.sticky .open_menu_div span{
  font-size: 25px;
  color: #FFF;
} */

.open_menu_div span {
  font-size: 25px;
  color: var(--darkgrey);
}

.overlay_image_holder {
  position: absolute !important;
  right: 0;
  z-index: -1;
}

.overlay_image_holder img {
  max-width: 450px;
}

@media screen and (max-height: 965px) {
  .overlay_image_holder img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */
  }
}

.open_menu_div {
  cursor: pointer;
}

.close_holder {
  position: absolute !important;
  top: 50px;
  cursor: pointer;
  right: 50px;
}

.close_holder span {
  color: var(--white);
  font-size: 30px;
}

.close_holder:hover span {
  color: var(--colorfirst);
}

.selectpicker_language {
  background-color: transparent;
  border: 1px solid var(--grey);
}

.selectpicker_language option {
  background-color: #fff;
  border: 1px solid var(--grey);
}

.desktopmenuholder {
  z-index: 99999;
  background-color: var(--white);
  height: 70px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 100px;
  transition: height 0.5s ease-in-out;
}

.desktopmenuholder .menuFindBox {
  width: 100%;
}

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

.desktopmenuholder .menuSearchBtn {
  color: var(--white);
  font-size: 20px;
  position: absolute;
}

/* .desktopmenuholder:after {
  content:"";
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(75, 75, 75, 0.1) 12%, rgb(173, 173, 173, 0.1) 47%, rgba(0, 0, 0, 0.1) 100%);
  display: block;
  height:5px;
  width: 100%;
  position: absolute;
  bottom: -5px;
} */

.socialHolderDiv .menu_social_links:last-child {
  margin-left: 5px !important;
  margin-right: 0px !important;
}

.socialHolderDiv .menu_social_links:first-child {
  margin-left: 0px !important;
  margin-right: 5px !important;
}

.menu_social_links {
  font-size: 20px;
  color: var(--verydarkgrey) !important;
  margin-left: 5px;
  margin-right: 5px;
}

.menu_social_links:hover {
  color: var(--colorfirst) !important;
}

.desktopmenuholder_body_holder {
  height: 70px;
  transition: height 0.5s ease-in-out;
}

.desktopmenuholder_top_body_holder span {
  color: var(--veydarkgrey);
  margin-right: 10px;
  padding: 7px;
}

.desktopmenuholder {
  -webkit-transition: top 200ms linear;
  -ms-transition: top 200ms linear;
  transition: top 200ms linear;
}

.desktopmenuholder.sticky {
  /* height: 150px;
  background-color: var(--white); */
  top: 0px;
  height: 70px;
}

.home_menu.top-menu .h3,
.home_menu.top-menu h3 {
  color: var(--verydarkgrey) !important;
}

.top-menu .h3:hover,
.top-menu h3:hover,
.top-menu h3.active,
.top-menu .h3.active {
  color: var(--colorfirst) !important;
  border-bottom: 2px solid var(--colorfirst);
}

/* .desktopmenuholder.sticky .desktopmenuholder_body_holder{
  height: 70px;
}
 */

.desktopmenuholder_top_body_holder {
  height: 100px;
  border-bottom: 0px solid var(--darkgrey);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

/* .lang_select_box_holder .choose_lang{
  border-right: 1px solid var(--lightgrey);
} */

.choose_lang_holder {
  display: inline-block;
  position: relative;
}

/* .choose_lang:after {
  content:"";
  background: #fff;
  display: block;
  height:100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
} */

.choose_lang_holder:not(:last-child) {
  border-right: solid 1px white;
}

/* .lang_select_box_holder .choose_lang:not(:last-child){
  border-right: 1px solid var(--lightgrey);
} */

.open_menu_div {
  margin-left: 10px;
}

.choose_lang {
  padding-left: 8px;
  padding-right: 8px;
}

.home_lang.h3.choose_lang {
  color: white !important;
}

.h3.choose_lang:hover,
.h3.choose_lang.active {
  color: var(--gold) !important;
  font-weight: bolder;
}

/*MENU OVERLAY*/

.menu_nav {
  width: 0% !important;
}

.opened-menu {
  width: 35% !important;
}

@media (max-width: 1050px) {
  .opened-menu {
    width: 50% !important;
  }
}

@media (max-width: 620px) {
  .opened-menu {
    width: 100% !important;
  }
}

.menu_open_fa_ctr {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* The Overlay (background) */
#menu_nav.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  right: 0;
  transform: scale(1);
  top: 0;
  bottom: 0;
  z-index: 999999999;
  overflow: hidden;
  /* background-color: var(--gold);  */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.7s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

#menu_nav.overlay h1:hover,
#menu_nav.overlay .h1:hover,
#menu_nav.overlay .active .h1,
#menu_nav.overlay .active h1 {
  color: var(--grey) !important;
  font-weight: bold !important;
}

.top-menu-container .top-menu {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.top-menu-container .top-menu .h3 {
  line-height: 20px;
  padding-bottom: 10px;

  -webkit-transition: color 500ms ease, border 200ms ease;
  -moz-transition: color 500ms ease, border 200ms ease;
  -o-transition: color 500ms ease, border 200ms ease;
  transition: color 500ms ease, border 200ms ease;
}

.top-menu-container .top-menu:not(:last-child) {
  border-right: 1px solid var(--white);
}

.top-menu-container .top-menu .sub-menu-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  margin-top: 31px;
  background-color: var(--colorfirst_trans_menu);
  padding: 20px;
  text-align: left;
  min-width: 200px;
  width: 200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.top-menu-container .top-menu:hover .sub-menu-holder,
.top-menu-container .top-menu .sub-menu-holder:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.top-menu-container .top-menu .h3,
.top-menu-container .top-menu h3,
.top-menu-container .top-menu .h3 a,
.top-menu-container .top-menu h3 a {
  color: var(--verydarkgrey) !important;
}

.top-menu-container .top-menu:hover .h3,
.top-menu-container .top-menu:hover h3,
.top-menu-container .top-menu:hover h3.active,
.top-menu-container .top-menu:hover .h3.active {
  border-bottom: 2px solid var(--colorfirst);
  color: var(--colorfirst);
}

.top-menu-container .top-menu .sub-menu-holder h4,
.top-menu-container .top-menu .sub-menu-holder h4 a,
.top-menu-container .top-menu .sub-menu-holder .h4,
.top-menu-container .top-menu .sub-menu-holder .h4 a {
  color: var(--white) !important;
}

.top-menu-container .top-menu .sub-menu-holder h4:hover,
.top-menu-container .top-menu .sub-menu-holder h4 a:hover,
.top-menu-container .top-menu .sub-menu-holder .h4:hover,
.top-menu-container .top-menu .sub-menu-holder .h4 a:hover {
  font-weight: bolder;
}

.top-menu-container .top-menu .sub-menu-holder .sub-menu-item {
  padding-top: 5px;
}

/* When you mouse over the navigation links, change their color */
/* #menu_nav.overlay a:hover, .overlay a:focus,  {
  color: var(--colorfirst) !important;
  font-weight: bold !important;
} */

/* Position the content inside the overlay */
.overlay-content {
  text-align: center;
  /* Centered text/links */
  z-index: 999999;
}

.overlay-other-subd {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: right;
}

.overlay-content div {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
}

.menu-lateral-sep-div {
  background-color: var(--white);
  width: 200px !important;
  max-width: 90%;
  height: 1px;
  text-align: left;
  margin: 0px !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

/* The navigation links inside the overlay */
#menu_nav.overlay a {
  padding-top: 2px;
  text-decoration: none;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

.menu_nav_holder {
  position: relative;
  max-height: 90%;
  height: 90%;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--colorfirst);
}

/* Position the close button (top right corner) */
#menu_nav.overlay .closebtn {
  position: absolute;
  top: 120px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  #menu_nav.overlay a {
    font-size: 20px;
  }

  #menu_nav.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*MENU OVERLAY*/

.menu_logo_icons {
  position: relative;
  font-size: 15px;
  color: #fff;
  background-color: var(--colorfirst);
  border-radius: 30px;
  width: 30px;
  height: 30px;
}

.bkgsquareheader {
  background-color: var(--darkgrey);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
}

.search_box,
.search_box_mobile {
  width: 250px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: -1px;
  display: none;
  color: #323232;
  border: 1px solid #323232;
  background-color: transparent;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 395px) {

  .search_box,
  .search_box_mobile {
    width: 200px;
  }
}

@media (max-width: 345px) {

  .search_box,
  .search_box_mobile {
    width: 120px;
  }
}

@media (max-width: 295px) {

  .search_box,
  .search_box_mobile {
    width: 100px;
  }
}

@media (max-width: 1125px) {
  .big-list_item p {
    padding: 0px 20px !important;
  }
}

.header_line_bar {
  border-top: 10px solid var(--colorfirst);
}

.BigList {
  background-image: url("../../../images/menu_bkg.png");
  background-repeat: repeat;
}

.menu_holder {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 99;
  padding-bottom: 0px;
  background-color: transparent;
}

.menu a {
  text-decoration: none;
}

.menu-social_button a {
  border: 1px solid var(--colorfirst);
  color: var(--colorfirst) !important;
  padding: 15px 20px;
}

.menu-social_button:hover a {
  color: #ffffff !important;
  background-color: var(--colorfirst);
}

.stickymenu {
  position: fixed !important;
  top: 0px;
  left: 0px;
}

#mHeight_filler {
  display: block !important;
}

/*
.menufilletbottom{
    background-color: @white_trans;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 12px;
    z-index: 3;
}
*/
/* FIM DA BASE DO MENU */
/* MENU GRANDE */
.big-list_item h2,
.big-list_item .h2 {
  color: #969696 !important;
}

.big-list_item h2:hover,
.big-list_item .h2:hover {
  color: var(--colorfirst) !important;
}

.big_menu {
  padding: 0px 0px;
}

.logo_holder {
  position: absolute;
  margin-top: 29px;
  border-radius: 15px;
  padding: 15px 0px;
}

.logo {
  /*width: 100%;*/
  display: block;
  max-width: 100%;
  height: auto;
}

.lang_holder {
  position: absolute;
  bottom: 2px;
  text-align: right;
  right: 0%;
  top: 0px;
}

.lang {
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

.menu-buttons_holder {
  background-color: #00b5ad;
  text-align: center;
}

.menu-buttons {
  padding-top: 33px;
  display: inline-block;
  list-style: none;
}

.menu-buttons li {
  float: left;
  display: block;
  text-align: left;
  position: relative;
  padding: 10px 20px;
  margin-bottom: -5px;
}

.menu-buttons li.client_area {
  background-color: #1787bf;
  border-radius: 10px;
}

.menu-buttons li.client_area p {
  color: #fff;
}

.sticky_holder {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.bopcoes_menu {
  position: absolute;
  display: none;
  top: 91%;
  right: 0px;
}

.big_list_holder {
  z-index: 9999;
  list-style: none;
  text-align: left;
  font-size: 0px;
  padding: 0;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.big-list_item {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.big-list_item:last-child {
  border-right: 0;
}

.big-list_item:last-child span {
  display: none;
}

.big_list_holder>li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.big_list_holder>li:not(:last-child) {}

.big-list_item p {
  padding: 0px 0px;
}

.big-list_item:hover,
.big-list_item.active,
.big-list_item:hover p,
.big-list_item.active p {
  z-index: 99999;
  color: var(--colorfirst) !important;
}

.submenu_holder {
  background-color: transparent;
  position: absolute;
  /*  left: 0;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 25px;
}

.submenu_holder div {
  background-color: var(--verydarkgrey);
  padding: 10px 20px;
  border-radius: 5px;
}

.submenu_holder ul {
  list-style: none;
  padding: 0px;
}

.submenu_holder ul li {
  text-align: left;
}

.submenu_holder ul li:not(:last-child) {
  border-bottom: 1px solid var(--white);
}

.submenu_holder ul li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submenu_holder ul li p {
  margin: 5px 0px;
}

.big-list_item.has-sub:hover .submenu_holder {
  opacity: 1;
  visibility: visible;
}

.submenu_holder li:hover p,
.small_list_link.active>li p {
  /*background-color: @colorfirst;*/
  color: var(--colorfirst) !important;
  text-transform: uppercase;
}

.menu-dot {
  margin: 0px 5px;
}

.big_list_holder>span:last-child {
  display: none;
}

.menu_social:hover {
  color: var(--colorfirst);
}

.small-text,
.small-text p {
  font-size: 12px;
}

.menu_comunities {
  padding: 10px 0px;
}

.menu_comunities a:hover {
  font-weight: 700;
}

.inferior_menu {
  text-align: right;
  font-size: inherit;
  margin: 0px;
}

.inferior_menu .h3 {
  color: white !important;
  font-size: 14px;
}

.inferior_menu li {
  margin-bottom: -4px;
}

.inferior_menu .big-list_item:hover,
.inferior_menu .big-list_item.active,
.inferior_menu .big-list_item:hover p,
.inferior_menu .big-list_item.active p {
  font-weight: bold !important;
  color: var(--colorfirst) !important;
}

.lang_btn {
  height: 30px;
  width: 30px;
  border: 1px solid var(--colorfirst);
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.lang_btn:hover {
  background-color: transparent;
  color: var(--colorfirst) !important;
}

.lang_btn span {
  position: absolute;
}

/* FIM DE MENU GRANDE */

@media (max-width: 1129px) {
  .big-list_item p {
    font-size: 14px !important;
    padding: 0px 10px !important;
  }

  .big-list_item {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media (max-width: 993px) {
  .big-list_item p {
    font-size: 14px !important;
    padding: 0px 5px !important;
  }

  .big-list_item {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (max-width: 0px) {
  .desktopmenuholder {
    display: none;
  }

  .landing_entry_socials {
    display: none;
  }
}

#bars_side_menu {
  display: none;
}

.sidemenu_links {
  color: white !important;
  font-size: 20px !important;
  line-height: 40px !important;
}

.top-menu .h3,
.top-menu h3 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.scrollingText {
  white-space: nowrap;

  /* transform: translateX(100%); */
  animation: menuTextScroll 30s linear infinite;
  animation-delay: 10s;
}

.scrollingTextCont:hover .scrollingText {
  animation-play-state: paused;
}

@keyframes menuTextScroll {
  to {
    transform: translateX(-100%);
  }
}

.menuPhoneText {
  font-size: 18px !important;
  font-family: OpenSans-Bold;
}


.custom_bars_cont {
  cursor: pointer;
}

.custom_bars_bar {
  height: 2px;
  width: 30px;
  background-color: var(--white);
  margin: 4px 0;
}