 
:root{
    --colorfirst: #b83f6b;

/* COR DEV */
/*    --colorfirst: #da70dc;*/
    
    --colorsecond: #32535f;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #323232;
    --grey: #787878 ;
    --lightgrey: #dcdcdc;
    --verylightgrey: #eef2f5;

    --green: #41906c;
    --yellow: #f2e530;
    --red: #e31827;

    --smoothgreen: #41906c;
    --smoothyellow: #f2e530;
    --smoothred: #e31827;

    --colorfirst_trans: rgba(184, 63, 107, 0.8);
}
.var_use_example {
    background-color: var(--white); 
}

.bg_colorfirst {  background-color: var(--colorfirst) !important;
}

.bg_footer {  background-color: #28373c !important;
}

.bg_colorfirst_trans {  background-color: var(--colorfirst_trans) !important;
}

.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_colorsecond {
  background-color: var(--colorsecond) !important;
}
.color_colorsecond {
  color: var(--colorsecond) !important;
}
.bg_black {
  background-color: var(--black) !important;
}
.color_black {
  color: var(--black) !important;
}
.bg_verydarkgrey {
  background-color: var(--verydarkgrey) !important;
}
.color_verydarkgrey {
  color: var(--verydarkgrey) !important;
}
.bg_darkgrey {
  background-color: var(--darkgrey) !important;
}
.color_darkgrey {
  color: var(--darkgrey) !important;
}
.bg_grey {
  background-color: var(--grey) !important;
}
.color_grey {
  color: var(--grey) !important;
}
.bg_lightgrey {
  background-color: var(--lightgrey) !important;
}
.color_lightgrey {
  color: var(--lightgrey) !important;
}
.bg_verylightgrey {
  background-color: var(--verylightgrey) !important;
}
.color_verylightgrey {
  color: var(--verylightgrey) !important;
}
.bg_white {
  background-color: var(--white) !important;
}
.color_white {
  color: var(--white) !important;
}

.color_smoothgreen {
  color: var(--smoothgreen) !important;
}
.color_smoothyellow {
  color: var(--smoothyellow) !important;
}
.color_smoothred {
  color: var(--smoothred) !important;
}

.force_colorfirst h1,
.force_colorfirst .h1,
.force_colorfirst h2,
.force_colorfirst .h2,
.force_colorfirst h3,
.force_colorfirst .h3,
.force_colorfirst h4,
.force_colorfirst .h4,
.force_colorfirst h5,
.force_colorfirst .h5,
.force_colorfirst p,
.force_colorfirst .p
{
    color: var(--colorfirst) !important;
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  src: url('https://4740a5.claudeassets.com/20240321212218im_/https://www.petbhome.com/fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  src: url('https://d7b657.claudeassets.com/20240321212218im_/https://www.petbhome.com/fonts/OpenSans-Bold.ttf');
}

@font-face {
  font-family: 'Fontawesome-webfont';
  font-style: normal;
  src: url('https://4ce379.claudeassets.com/20240321212218im_/https://www.petbhome.com/universal/fonts/fonts/fontawesome-webfont.ttf');
}

@font-face {
  font-family: 'ubuntu-b';
  font-style: normal;
  src: url('https://955780.claudeassets.com/20240321212218im_/https://www.petbhome.com/fonts/Ubuntu-B.ttf');
}

@font-face {
  font-family: 'ubuntu-li';
  font-style: normal;
  src: url('https://d50db6.claudeassets.com/20240321212218im_/https://www.petbhome.com/fonts/Ubuntu-L.ttf');
}

.checkbox_item_custom label,
.checkbox_item_custom label p,
.checkbox_item_custom label .p{
    font-size: 12px !important;
    line-height: 24px !important;
    color: var(--darkgrey) !important;
}

.checkbox_item_custom label a,
.checkbox_item_custom label p a,
.checkbox_item_custom label .p a{
    color: var(--darkgrey) !important;
}

.checkbox_item_custom .container{
    min-height: 5px !important;
}

.checkbox_item_custom .container input:checked ~ .checkmark{
    background-color: var(--colorfirst) !important;
}

.form-holder input[type="text"],
.form-holder input[type="mail"],
.form-holder input[type="email"],
.form-holder input[type="number"],
.form-holder input[type="password"],
.form-holder select,
.form-holder .checkbox_holder,
.form-holder textarea, 
.form-holder .styled-form input,
.form-holder .styled-form select{
  border: 1px solid var(--grey) !important; 
}

a {
    color: var(--colorfirst) !important;
    cursor: pointer;
}

h1,
.h1 {
  font-family: ubuntu-li;
  font-size: 34px;
  line-height: 44px;
  color: var(--colorfirst);
  font-weight: normal !important;
  margin: 0;
  padding: 0;

}
h2,
.h2 {
  font-family: ubuntu-b;
  font-size: 26px;
  line-height: 36px;
  color: var(--colorsecond);
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}

h3,
.h3 {
  font-family: ubuntu-li;
  font-size: 22px;
  line-height: 28px;
  color: var(--darkgrey);
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}

h3.bold,
.h3.bold{
  font-weight: bold !important;  
} 

h4,
.h4 {
  font-family: ubuntu-li;
  font-size: 18px;
  line-height: 24px;
  color: var(--colorsecond);
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}
h5,
.h5 {
  font-family: ubuntu-li;
  font-size: 22px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
  margin: 0;
  padding: 0;  
}
h6,
.h6 {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 24px;
  color: var(--grey);
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}
h7,
.h7 {
  font-family: OpenSans-Bold;
  font-size: 80px;
  line-height: 80px;
  color: var(--white);
  font-weight: normal !important;
}

h8,
.h8 {
  font-family: OpenSans-Regular;
  font-size: 20px;
  line-height: 28px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h12,
.h12 {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
}

h13,
.h13 {
  font-family: OpenSans-Regular;
  font-size: 24px;
  line-height: 26px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h14,
.h14 {
  font-family: OpenSans-Regular;
  font-size: 60px;
  line-height: 80px;
  color: var(--darkgrey);
  font-weight: normal !important;
}

p,
.p {
  font-family: ubuntu;
  font-size: 14px;
  line-height: 24px;
  color: var(--colorsecond);
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}

p.small,
.p.small {
  font-family: ubuntu-li;
  font-size: 12px;
  line-height: 18px;
  color: var(--grey);
  font-weight: normal !important;
}

/* FONTES EM MOBILE */

@media screen and (max-width: 960px) {
    h1,
    .h1 {
      font-family: ubuntu-li;
      font-size: 35px;
      line-height: 45px;
      color: var(--colorfirst);
      font-weight: normal !important;
      margin: 0;
      padding: 0;

    }
    h2,
    .h2 {
      font-family: ubuntu-b;
      font-size: 22px;
      line-height: 32px;
      color: var(--colorsecond);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }

    h3,
    .h3 {
      font-family: ubuntu-li;
      font-size: 18px;
      line-height: 24px;
      color: var(--grey);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h4,
    .h4 {
      font-family: ubuntu-li;
      font-size: 18px;
      line-height: 22px;
      color: var(--colorsecond);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h5,
    .h5 {
      font-family: ubuntu-li;
      font-size: 20px;
      line-height: 28px;
      color: var(--white);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h6,
    .h6 {
      font-family: OpenSans-Regular;
      font-size: 16px;
      line-height: 20px;
      color: var(--lightgrey);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h7,
    .h7 {
      font-family: OpenSans-Bold;
      font-size: 50px;
      line-height: 50px;
      color: var(--white);
      font-weight: normal !important;
    }

    h8,
    .h8 {
      font-family: OpenSans-Regular;
      font-size: 16px;
      line-height: 22px;
      color: var(--lightgrey);
      font-weight: normal !important;
    }

    h12,
    .h12 {
      font-family: OpenSans-Regular;
      font-size: 16px;
      line-height: 24px;
      color: var(--white);
      font-weight: normal !important;
    }

    h13,
    .h13 {
      font-family: OpenSans-Regular;
      font-size: 20px;
      line-height: 24px;
      color: var(--lightgrey);
      font-weight: normal !important;
    }

    h14,
    .h14 {
      font-family: OpenSans-Regular;
      font-size: 45px;
      line-height: 60px;
      color: var(--darkgrey);
      font-weight: normal !important;
    }

    p,
    .p {
      font-family: ubuntu-li;
      font-size: 16px;
      line-height: 24px;
      color: var(--grey);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }

}



@media screen and (max-width: 500px) {
    h1,
    .h1 {
      font-family: ubuntu-li;
      font-size: 30px;
      line-height: 40px;
      color: var(--colorfirst);
      font-weight: normal !important;
      margin: 0;
      padding: 0;

    }
    h2,
    .h2 {
      font-family: ubuntu-b;
      font-size: 20px;
      line-height: 30px;
      color: var(--colorsecond);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }

    h3,
    .h3 {
      font-family: ubuntu-li;
      font-size: 18px;
      line-height: 24px;
      color: var(--grey);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h4,
    .h4 {
      font-family: ubuntu-li;
      font-size: 18px;
      line-height: 22px;
      color: var(--colorsecond);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h5,
    .h5 {
      font-family: ubuntu-li;
      font-size: 20px;
      line-height: 28px;
      color: var(--white);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h6,
    .h6 {
      font-family: OpenSans-Regular;
      font-size: 16px;
      line-height: 20px;
      color: var(--lightgrey);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }
    h7,
    .h7 {
      font-family: OpenSans-Bold;
      font-size: 50px;
      line-height: 50px;
      color: var(--white);
      font-weight: normal !important;
    }

    h8,
    .h8 {
      font-family: OpenSans-Regular;
      font-size: 16px;
      line-height: 22px;
      color: var(--lightgrey);
      font-weight: normal !important;
    }

    h12,
    .h12 {
      font-family: OpenSans-Regular;
      font-size: 16px;
      line-height: 24px;
      color: var(--white);
      font-weight: normal !important;
    }

    h13,
    .h13 {
      font-family: OpenSans-Regular;
      font-size: 20px;
      line-height: 24px;
      color: var(--lightgrey);
      font-weight: normal !important;
    }

    h14,
    .h14 {
      font-family: OpenSans-Regular;
      font-size: 45px;
      line-height: 60px;
      color: var(--darkgrey);
      font-weight: normal !important;
    }

    p,
    .p {
      font-family: ubuntu-li;
      font-size: 16px;
      line-height: 24px;
      color: var(--grey);
      font-weight: normal !important;
      margin: 0;
      padding: 0;
    }

}


/* FIM DE FONTES EM MOBILES */


input[type="text"],
input[type="mail"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
.checkbox_holder,
textarea,
.styled-form input,
.styled-form select {
  border: 0px solid var(--white);
  border-radius: 10px;
  background-color: var(--white);
  width: 100%;
  padding: 10px 10px;
  color: var(--grey);
  height: 46px;
}
select
.styled-form select {
  padding: 12px 10px;
  height: 46px;
} 

.SumoSelect{
    width: 100%;
    height: 46px;
    border-radius: 10px;
    background-color: var(--white);
    border: 0px solid var(--white);
}

.SumoSelect .SelectBox{
    height: 46px;
    line-height: 35px;
    border-radius: 10px;
    background-color: var(--white);
    border: 0px solid var(--white);
}

.SumoSelect .SelectBox span,
.SumoSelect .SelectBox p{
    color: var(--grey);
}

.SumoSelect .optWrapper .options li{
    color: var(--grey);
}

.SumoSelect > .optWrapper > .options li label{
    color: var(--grey);
    font-family: ubuntu-li;
    font-size: 14px;
    line-height: 18px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--grey);
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--grey);
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--grey);
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--grey);
}

.calendar-table .table-condensed thead tr th{
    font-size: 12px;
}

a{
    text-decoration: none !important;
}

.pet_btn{
    background-color: var(--colorfirst) !important;
    color: var(--white) !important;
    width: auto !important;
    height: 55px !important;
    border-radius: 12px !important;
    text-align: center !important;
    line-height: 55px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;

    font-family: ubuntu-li !important;
    font-size: 20px !important;
    font-weight: normal !important;
    cursor: pointer !important;
    border: 0px !important;
    z-index: 0 !important;
}

.pet_btn_colorfirst{
    border: solid 1px var(--white);
    border-radius: 10px;
    padding: 13px 15px;
    color: white !important;
    font-family: ubuntu-li;
    font-size: 18px;
    font-weight: normal !important;
    cursor: pointer;
}

.pet_btn_colorfirst:hover,
.pet_btn_colorfirst.active{
    background-color: var(--colorfirst);
    border: solid 1px var(--colorfirst);
}

.pet_btn_colorsecond{
    background-color: var(--colorsecond) !important;
    color: var(--white) !important;
    width: 100%;
    height: 55px;
    border-radius: 12px;
    text-align: left;
    line-height: 55px;
    padding-left: 20px;

    font-family: ubuntu-li;
    font-size: 18px;
    font-weight: normal !important;
    cursor: pointer;
    border: 0px;
    z-index: 0;
}

.pet_btn_grey{
    background-color: var(--grey) !important;
    color: var(--white) !important;
    width: 100%;
    height: 55px;
    border-radius: 12px;
    text-align: left;
    line-height: 55px;
    padding-left: 20px;

    font-family: ubuntu-li;
    font-size: 18px;
    font-weight: normal !important;
    cursor: pointer;
    border: 0px;
    z-index: 0;
}

.pet_btn_grey::after {
    content: "\f1b0";
    font-family: "Fontawesome-webfont";
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
  }

  .pet_btn_border{
    border: solid 1px var(--colorfirst);
    border-radius: 10px;
    padding: 13px 15px;
    color: var(--colorfirst);
    text-align: center;
    font-family: ubuntu-li;
    font-size: 18px;
    font-weight: normal !important;
    cursor: pointer;
  } 
  
  .pet_btn_border:hover,
  .pet_btn_border:hover span,
  .pet_btn_border.active{
    color: white !important;
    background-color: var(--colorfirst);
  }
  .pet_btn_border_second{
    border: solid 1px var(--colorsecond);
    border-radius: 10px;
    padding: 13px 15px;
    color: var(--colorsecond) !important;

    font-family: ubuntu-li;
    font-size: 18px;
    font-weight: normal !important;
    cursor: pointer;
  }

  .pet_btn_border_second:hover,
  .pet_btn_border_second.active{
    background-color: var(--colorsecond);
    color: #fff !important;
  }

  .pet_btn_border_white{
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 13px 15px;
    color: white !important;

    font-family: ubuntu-li;
    font-size: 18px;
    font-weight: normal !important;
    cursor: pointer;
  }

  .pet_btn_border_white:hover,
  .pet_btn_border_white.active{
    background-color: white;
    color: var(--colorfirst) !important;
  }

  .pet_btn_border_black{
    border: solid 1px black;
    border-radius: 10px;
    padding: 13px 15px;
    color: black !important;

    font-family: ubuntu-li;
    font-size: 18px;
    font-weight: normal !important;
    cursor: pointer;
  }


.modal-title{
    color: var(--colorfirst) !important;
}


.modal-body,
.modal-body p,
.modal-body .p{
    color: var(--verydarkgrey) !important;
}

.modal-footer .btn-secondary{
    background-color: var(--colorfirst);
    color: var(--white);
    border: 0px;
}

.line_100{
    width: 100%;
    height: 1px;
    background-color: var(--lightgrey);
}

.border_item_pet{
    border:1px solid var(--lightgrey);
    font-size: 25px;
    border-radius: 10px;

    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
}

.border_item_pet_calendar{
    border:1px solid var(--colorfirst);
    font-size: 25px;
    border-radius: 10px;
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;

    font-family: ubuntu-b;
    font-size: 18px;
    line-height: 50px;
    color: var(--colorfirst);
    font-weight: normal !important;
    letter-spacing:2px;
}

.sideLines {
  overflow: hidden;
  text-align: center;
}

.sideLines:before,
.sideLines:after {
  background-color: var(--colorsecond);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.sideLines:before {
  right: 0.5em;
  margin-left: -50%;
}

.sideLines:after {
  left: 0.5em;
  margin-right: -50%;
}

.hide{
    display: none !important;
}


.a_white a{
    color: var(--white) !important;
}

.img-responsive-force img{
    width: 100%;
    height: auto;
}

.rand_facts_title{
    color: var(--grey);
    font-family: ubuntu-b;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}


@media screen and (max-width: 576px ) {

    .mobile_center,
    .mobile_center *{
        text-align:center !important;
    }
    
    .padding_top{
        padding-top: 15px !important;
    }
    
    .padding_top_60{
        padding-top: 30px !important;
    } 

} 
     
.container.container--big{
    min-height: 450px !important;
}

@media screen and (max-width: 576px ) {
    .container.container--big{
        min-height: 450px !important;
    }
    
}

/* .row{
    margin-right: 0px !important;
    margin-left: 0px !important;
} */

.image_pop{
    cursor: pointer;
}


.tooltip.bs-tooltip-bottom .tooltip-inner{
    background:var(--colorfirst) !important;
}


.tooltip .arrow:before {
    border-bottom-color:var(--colorfirst) !important;
    border-top-color:var(--colorfirst) !important;
}

.tooltip > .tooltip-inner {
    background-color: var(--colorfirst) !important;
}


.round{
    border-radius: 50%;
}

.testemunho_foto{
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 50%;
    background-color: white;
    z-index: 1;
}



.dataTables_scrollHead, 
.dataTables_scrollHeadInner{
    width: 100% !important;
}

table.dataTable{
    width: 100% !important;
}
table.dataTable td {
    text-align: center; 
    vertical-align: middle;
}

.dataTables_info{ 
    text-align: left !important;
}

/*
input:invalid {
  border: 1px solid red !important;
}
*/

@keyframes blink {
  50% { border:1px solid red; } 
}

input.invalid{ /*or other element you want*/
   animation-name: blink ;
   animation-duration: .5s ;
   animation-timing-function: step-end ;
   animation-iteration-count: infinite ;
   animation-direction: alternate ;
   background-color: rgba(255, 0, 0, 0.2) !important;
}

/*
input::before {
  font-family: "Fontawesome-webfont";
  color:red;
  position: relative;
  left: -5px;
  content: "\f007";
}
*/

.margin_top_15{
  margin-top: 15px;
}
/*
     FILE ARCHIVED ON 09:03:35 Mar 18, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:41:18 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.522
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.037
  esindex: 0.008
  cdx.remote: 26.247
  LoadShardBlock: 62.016 (3)
  PetaboxLoader3.datanode: 83.011 (5)
  load_resource: 423.406
  PetaboxLoader3.resolve: 376.327
  loaddict: 21.264
*/