/* 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;
}*/

.diagnostico-btn-holder{
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid var(--colorsecond) !important;
  -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;
}
.diagnostico-btn-holder:hover{
  background-color: var(--colorsecond) !important;
}
 
.diagnostico-btn-holder:hover p,
.diagnostico-btn-holder:hover span{
  color: var(--white) !important;
}

.diagnostico-btn-holder p{
  padding-left: 5px;    
  color: var(--colorsecond);
}
.diagnostico-btn-holder span{
  color: var(--colorsecond);
} 

#menu_nav .h1{
  font-size: 24px !important;
  line-height: 34px !important;
}

.row.menu_height_ctr,
.menu_height_ctr{
    height: 120px !important;
}

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

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

.desktopmenuholder{
    z-index: 999;
}


/*MENU OVERLAY*/

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

#menu_nav{
    display: none;
}

 /* 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;
  z-index: 99;
  overflow: hidden;
  background-color: rgba(184,63,107, 0.9);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

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

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

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

.overlay-content-inner div:not(:last-child):after {
    content: "";
    display: block;
    margin: 0;
    width: 50%;
    margin: 0 auto;
    padding-top: 15px;
    border-bottom: 1px solid white;
    margin-right: 0;
    margin-bottom: 10px;
}

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

/* When you mouse over the navigation links, change their color */
#menu_nav.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

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

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

.open_menu_div:hover{
    background-color: var(--colorfirst);
    color: #fff !important;
}

.menu_close_btn > div:hover{
    color: var(--colorfirst);
    background-color: #fff;
}

/* 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: 150px;
    }
}

@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("https://01579c.claudeassets.com/20240321212218im_/https://www.petbhome.com/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 .h5 {
  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 {
  position: relative;
  cursor: pointer;
}
.lang_btn:hover {
  background-color: transparent;
  color: var(--colorfirst) !important;
}
.lang_btn span {
  position: absolute;
}

.roundedSquare{
    height: 45px;
    width: 45px;
    border: 1px solid var(--colorfirst);
    border-radius: 8px;
}

.roundedSquare.colorsecond{
    border: 1px solid var(--colorsecond) !important;
}
 
.bar_menu_items{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.menu_bar_items{
    color: var(--darkgrey) !important;
}
.menu_bar_items:hover{
    color: var(--verydarkgrey) !important;
}

.account_action_btn{
    display:inline-block; 
    float: right; 
    margin : 0 4px; 
    border-color: var(--colorsecond) !important;
}
.account_action_btn a{
    color: var(--colorsecond) !important;
}
.account_action_btn:hover{
    background-color: var(--colorsecond) !important;
}
.account_action_btn:hover a{
    color: #fff !important;
}

 /* Menu da página de introdução */
    .desktopmenuholder.intropage{
        background-color: transparent !important;
    }
    #mHeight_Filler.intropage{
        display: none !important;
    }
    .desktopmenuholder.intropage .logo{
        display: none !important;
    }
    .desktopmenuholder.intropage .open_menu_div,
    .desktopmenuholder.intropage .account_action_btn{
        border-color: #fff !important;
        color: #fff !important;
    }
    .desktopmenuholder.intropage .account_action_btn a{
        color: #fff !important;
    }
    .desktopmenuholder.intropage .account_action_btn:hover{
        background-color: var(--colorfirst) !important;
    }
 /* Fim do Menu da página de introdução */

/* FIM DE MENU GRANDE */

.main_menu_tems{
    margin: 0 4px;
}


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

}


#menu_nav{
    width: 25% !important;
}

@media (max-width: 1400px) {
    #menu_nav.menu-open{
        width: 50% !important;
    }
}


@media (max-width: 800px) {

    .overlay-content{
        margin-top: 30px !important;
    }

    .overlay-content.item_falign{
        position: relative !important;
        top: inherit !important;
        bottom: inherit !important;
        left: inherit !important;
        right: inherit !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .overlay-content {
        overflow: scroll !important;
        max-height: 72% !important;
    }

}


@media (max-height: 500px) {

    .overlay-content.item_falign{
        position: relative !important;
        top: inherit !important;
        bottom: inherit !important;
        left: inherit !important;
        right: inherit !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .overlay-content {
        overflow: scroll !important;
        max-height: 72% !important;
    }

}


@media (max-width: 720px) {

    .desktopmenuholder{
        display: block;
    }

    .landing_entry_socials{
        display: none;
    }

    .row.menu_height_ctr,
    .menu_height_ctr{
        height: 100px !important;
    }

    #menu_nav.menu-open{
        width: 100% !important;
    }
    #menu_nav .h1{
        font-size: 28px;
        line-height: 30px;
    }
    .overlay-content-inner div:not(:last-child):after {
        content: "";
        display: block;
        margin: 0;
        width: 50%;
        margin: 0 auto;
        padding-top: 5px;
        border-bottom: 1px solid white;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .desktopmenuholder .logo{
        width: 100% !important;
    }

}

@media (max-width: 520px) {

    .row.menu_height_ctr,
    .menu_height_ctr{
        height: 80px !important;
    }

}

/*
     FILE ARCHIVED ON 20:41:45 Feb 24, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:41:13 Jun 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.532
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.04
  esindex: 0.01
  cdx.remote: 8.978
  LoadShardBlock: 111.954 (3)
  PetaboxLoader3.datanode: 185.352 (5)
  load_resource: 299.296
  PetaboxLoader3.resolve: 152.742
  loaddict: 104.923
*/