/* #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}
.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px;
}
.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #D84C26;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
} */
  /* Estilos para os selects */  

  .pccontato{
      display: block!important;        
    }
    
  .ipadcontato{
    display: none!important;
   }
.custom-select-box {
    position: relative;
    margin-right: 2%;   
    width: 38%;    
}

.iconlogomarca{
    margin-left: 10px;
}

.produtodetpc{
    display: block;
}
.produtodetipad{            
    display: none;
}

.produtodetmob{
    display: none;
}

.custom-select-box select {
    font-family: "GoldplayMedium";
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    background: transparent;
    appearance: none;
    height: 40px !important;
    text-align: center;
}

/* Estilos para o botão de busca */

.search-button {
    display: block;    
    margin-top: 10px;
    padding: 5px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    text-align: center;
    font-family: "GoldplayBold";
    font-size: 19px;
    height: 40px !important;
}

.custom-select-box select option {
    color: #525252;
    background-color: #fff;
    font-family: "GoldplayMedium";
    font-weight: 400;
    font-size: 19px;
}

.ondeencontrartxt .txt{
    font-family: "GoldplayBold";
    font-size: 40px;
    color: #6C6C73;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ondencontrar .btn_local{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.emailtxt{
    text-transform: lowercase;
}

.sitetxt{
    text-transform: lowercase;
}

#form-representante-revenda{
    display: flex;
    align-items: baseline;
    width: 100%;
}

.sectionboxencontrar .box{
    display: flex;
    flex-wrap: wrap;
}

.sectionboxencontrar .item{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.sectionboxencontrar .item:nth-child(2n){
    margin-right: 0;
}

.sectionboxencontrar .item .titulo{
    font-family: "GoldplayBold";
    font-size: 30px;
    color: #6C6C72;
}

.sectionboxencontrar .item .subt{
    font-family: "GoldplayBold";
    font-size: 19px;
    /* font-size: 20px; */
    color: #6C6C72;
}

.boxbusca{
    width: 100%;
}

.sectioncontainer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btnlocalizar{
    margin-top: 8%;
}

.sectionboxencontrar .item .subtxt{
    font-family: "GoldplayMedium";
    font-size: 17px;
    /* font-size: 18px; */
    color: #6C6C72;
}

.whatscontato {
    display: flex;
    flex-direction: row;
    z-index: 9223372036854776000;
}

.whats-right {
    position: fixed;
    /* width: 60px;
    height: 60px;
    bottom: 25px;
    right: 45px; */
    width: 51px;
    height: 51px;
    bottom: 75px;
    right: 18px;
    color: #fff;
    border-radius: 45px;
    text-align: center;
    border: 2px solid #fff;
    z-index: 99991;
}

.whats .fa-whatsapp::before {
    font-size: xx-large;
    /* top: 11px; */
    top: 7px;
    left: 1px;
    position: relative;
}


  .swiper-container {
    width: 100%;    
    /* height: 75vh; */
    /* height: 85svh;     */
    /* height: 75svh;     */
    /* min-height: 320px; */
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  }

  .swiper-wrapper {
    height: auto!important;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;    
  }



.story-video{
    display: flex;    
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.txt-title{
    /* font-family: 'Fira Sans', sans-serif; */
    /* font-weight: 900; */
    font-size: 50px;
    color: #133953;    
}
.txt{
    font-family: "GoldplayMedium";
    font-size: 22px;
    color: #525252;    
}

.fa-play{
    position: relative;
    top: 39%;
    left: 4%;
}

.video_btn {
    /* background-color: rgba(19, 58, 85, 0.5); */
    background-color: rgba(223, 100, 11, 0.98);    
}

.container-cover{
    display: flex;
    align-items: center;
}

.container-cover .box-txt-cover{
    width: 50%;
}

.container-cover .story-video{
    width: 50%;
}

.container-cover .txt-cover-a{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #fff;   
    width: 70%;
    text-align: left;
    line-height: 2.8rem;
    letter-spacing: 0.8px;
}

.container-cover .txt-cover-b{
    font-family: "GoldplayMedium";
    font-size: 20px;
    color: #fff;   
    width: 80%;
    text-align: left; 
    line-height: 1.5rem; 
    letter-spacing: 0.8px;
}
.txt-video {
    width: 48%;
    font-family: "GoldplayBold";
    font-size: 20px;  
    line-height: 1.3rem;  
}

/*BANNER TXT*/
.bannertxttop{
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    background-color: #33A357;
}

.bannertxttop .half-circle-banner{
    /* top: 185%; */
    top: 150%;
    z-index: 0;
    width: 145%;
}

.bannertxttop .banner_content_produto {
    position: absolute;
    width: 100%;
    text-align: center;
    /* top: 20%; */
    top: 10%;
}

.bannertxttop .banner_content_produto .banner_titulo1 {
    font-family: "Hestina", sans-serif;
    font-size: 70px;
    color: #fff;
}

.bannertxttop .banner_content_produto .banner_titulo2 {
    font-family: "CenturyGothicRegular", sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: -15px;
}

/**/
@media screen and (max-width: 767px) {
    .container-cover {
        flex-wrap: wrap;
    }
    .container-cover .box-txt-cover {
        width: 100%;
        margin-top: 6%;
        /* margin-top: 8%; */
    }
    .container-cover .story-video {
        width: 100%;
    }
    .container-cover .txt-cover-a {
        width: 100%;
    }

    .container-cover .txt-cover-b{
        width: 100%;
        font-size: 19px;
        margin-bottom: 10%;
    }
    .txt-video {
        width: 100%;
    }
    .sobrepetfrases .txt-string{        
        line-height: 1.2em;
        margin-top: -1%;
    }

    .sobrepanelaco{
        font-size: 19px;
    }
    
    .bannerpagdetalhes .banner_content_produto {
        font-size: 30px;
        top: 3%;
    }
}


.txt-string{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 58px;
    color: #133953;       
}

@media screen and (max-width: 767px) {
    .txt-string {        
        /* font-size: 48px; */
        font-size: 40px;
        line-height: 1.1em;
        margin-bottom: 7%;
    }
    .inf-parceiro .inf-txt1 {        
        font-size: 22px;
    }

    .inf-parceiro .inf-txt2 {
        font-size: 18px;
    }
    .petfrases p {
        font-size: 19px;
    }

    .categories-txt {
        font-size: 19px;
    }
}






.navbar-nav > li {
    margin-left: 14;
}

/*IDIOMAS NO MENU*/

.language-select {
    position: relative;
    display: inline-block;
    /* width: 160px; */
    /* width: 100px; */
    width: 90px;
    /* margin-top: 10px; */
    margin-top: 4px;
    margin-left: 15px;
}

.language-dropdown {
    width: 100%;
    padding: 10px;
    border-radius: 5px;    
    /* background-color: #fff; */
    color: #333;
    /* color: #fff; */
    background-color: #EEE;
    cursor: pointer;
    font-size: 14px;
    /* font-size: 16px; */
    text-align: left;
    display: flex;
    align-items: center;
}


.language-dropdown img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.language-dropdown::after {
    content: '▼';
    position: absolute;
    right: 3px;
    /* right: 10px; */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;    
    /* color: #FFF; */
    color: #333;
}

.language-select:hover .language-options,
.language-select .language-options:hover {
    display: block;
}

.language-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* background-color: #fff; */
    background-color: #EEE;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.language-options div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.language-options div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.language-options div:hover {
    /* background-color: #f0f0f0; */
    background-color: #ccc;    
    /* color: #333; */
    color: #fff;
}

.boxidioma{
    height: 0;
}

.boxlanguage{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .boxidioma{
        display: flex;
        justify-content: flex-end;    
    }

    .language-select{
        z-index: 12399995;
        margin-right: 5px;
    }
}



/*HOME*/
/* .sobrepanelaco{
    background-image: url('../images/home/home_img01.jpg');
    background-size: cover;
    background-repeat: no-repeat;        
    background-position: -78px 0px;
   * background-position: 140% 50%; *
} */


.sectiondisthome {
    position: relative;
    background-color: #33A457;
    overflow: hidden; /* Evita o estouro do conteúdo */
}

.sectiondisthome .container {
    position: relative;
    width: 100%;
}

.sectiondisthome .top-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: white;
    z-index: 1;
}

.sectiondisthome .content {
    position: relative;
    z-index: 2;
    text-align: center;
    /* padding-top: 60px; */
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sectiondisthome .box1 {
    position: relative;
    /* width: 50%; */
    width: 60%;
}

.sectiondisthome .box2 {
    width: 60%;
}

.sectiondisthome .box3 {
    width: 50%;
}

.sectiondisthome .boxinf {
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    width: 100%;
}

.sectiondisthome .titulo {
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 47px;
    margin-bottom: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sectiondisthome .content .txt1 {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 20px;
    color: #fff;
    width: 100%;
    line-height: 24px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.sectiondisthome .content .txt2 {
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 20px;
    color: #fff;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.sectiondisthome .btn_home {
    border-radius: 30px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 19px;
    color: #fff;
    background-color: #1A4334;
    margin-top: 2em;
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.sectiondisthome .btn_home a {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #1A4334;
}

.sectiondisthome .btn_home {
    border-radius: 30px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background-color: #1A4334;
    margin-top: 2em;
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334;
    width: 100%;
}

.sectiondisthome .boxinf .btn_home:hover{    
    color: #1A4334;
    background-color: #ECB64B; 
    border: 1px solid #ECB64B;    
}




.sectionhomepro .boxsobrehome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.sectionhomepro .boxsobrehome .item1{
    width: 100%;
}

.sectionhomepro .boxsobrehome .item2{
    width: 100%;
}

.sectionhomepro .item1 .txt-title {
    font-family: 'CenturyGothicBold', sans-serif;
    /* font-weight: 700; */
    font-size: 45px;
    color: #33A457;
    margin-top: 50px;
}

.sectionhomepro .sobretxthome{
    font-family: 'CenturyGothicRegular', sans-serif;
    /* font-weight: 400; */
    font-size: 18px;
    /* font-size: 20px; */
    color: #525252;
    margin-top: 2%;
    margin-bottom: 2%;
}

.sectionhomepro .sobretxthome{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.sectionhomepro .sobretxthome .txt1{
    width: 100%;
    margin-bottom: 30px;
}

.sectionhomepro .sobretxthome .txt2{
    width: 100%;
}

.sectionhomepro .item3{
    display: flex;
    width: 65%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sectionhomepro .item3 .btn_home{
    border-radius: 30px;
    font-family: 'CenturyGothicBold', sans-serif;
    /* font-weight: 700; */
    font-size: 17px;
    color: #fff;
    background-color: #33A457;
    margin-top: 2em;
    padding: 15px 45px;
    line-height: 1.2em;
    border: 1px solid #33A457;
}




.sobrepanelaco .sobretxthome{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sobrepanelaco .sobretxthome .txt1{
    width: 100%;
    margin-bottom: 30px;
}

.sobrepanelaco .sobretxthome .txt2{
    width: 100%;
}






/* 


.sectiondisthome{
    background-color: #33A457;
}

.sectiondisthome .content{
    display: flex;    
    justify-content: left;
    align-items: first baseline;
}


.sectiondisthome .content .titulo{
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 39px;
    color: #fff;
    text-align: center;
}

.sectiondisthome .content .txt1{
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 19px;
    color: #fff;
    text-align: center;
}

.sectiondisthome .content .txt2{
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 19px;
    color: #fff;
    text-align: center;
}

.sectiondisthome .btn_home {
    border-radius: 30px;
    font-family: 'CenturyGothicRegular', sans-serif;    
    font-size: 19px;
    color: #fff;
    background-color: #1A4334;
    margin-top: 2em;
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334;
    width: 320px;
  }

  .sectiondisthome .btn_home:hover {
    color: #1A4334;
    background-color: #ECB64B;    
    border: 1px solid #ECB64B;   
}

.sectiondisthome .btn_home:hover a {
    color: #1A4334;
    background-color: #ECB64B; 
    border: 1px solid #ECB64B;       
} */


.sobrepanelaco .boxsobrehome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.sobrepanelaco .boxsobrehome .item1{
    width: 100%;
}

.sobrepanelaco .boxsobrehome .item2{
    width: 100%;
}

.sobrepanelaco .item1 .txt-title {
    font-family: 'CenturyGothicBold', sans-serif;
    /* font-weight: 700; */
    font-size: 45px;
    color: #33A457;
    margin-top: 50px;
}

.sobrepanelaco .sobretxthome{
    font-family: 'CenturyGothicRegular', sans-serif;
    /* font-weight: 400; */
    font-size: 18px;
    /* font-size: 20px; */
    color: #525252;
    margin-top: 2%;
    margin-bottom: 2%;
}

.sobrepanelaco .item3{
    display: flex;
    width: 65%;
    align-items: center;
    justify-content: space-around;
}

.sobrepanelaco .item3 .btn_home{
    border-radius: 30px;
    font-family: 'CenturyGothicBold', sans-serif;
    /* font-weight: 700; */
    font-size: 17px;
    color: #fff;
    background-color: #33A457;
    margin-top: 2em;
    padding: 10px 45px;
    line-height: 1.2em;
    border: 1px solid #33A457;
}

.txt-font-title{
    /* font-family: 'Fira Sans', sans-serif; */
    /* font-weight: 700; */
    font-size: 40px;
    color: #33A457;   
    width: 80%;
    text-align: center; 
}

.sectionvaloresempresa .container{
    display: flex;
    justify-content: space-around;
}

.sectionvaloresempresa .boxitem .titulo{
    font-family: 'CenturyGothicBold', sans-serif;
    color: #33A457;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}

.sectionvaloresempresa .boxitem .txt{
    font-family: 'CenturyGothicRegular', sans-serif;
    color: #666666;
    font-size: 18px;
}


.sectionsobre .titulo{
    font-family: 'CenturyGothicBold', sans-serif;
    color: #33A457;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.sectionsobre .txt{
    font-family: 'CenturyGothicRegular', sans-serif;
    color: #666666;
    font-size: 19px;
}

.sectionsobre .container{
    display: flex;
    justify-content: space-between;
}

.sectionsobre .item{
    background-color: #F8E6C0;
    /* width: 30.5%; */
    width: 32%;
    border-radius: 15px;
    padding: 43px 20px;
    /* padding: 43px; */
}


.sectionsobre .box{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -61px;
}

/*PAG QUEM SOMOS*/
.bannerquemsomos {
    position: relative;
    width: 100%;
    /* height: 300px;     */
    background-size: cover;
}

.bannerquemsomos .banner-text {
    position: absolute;
    top: 40%;
    left: 54%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
}

.bannerquemsomos .banner-text .titulo1{
    font-family: "Hestina", sans-serif;   
    font-size: 70px;
    color: #33A457;
    width: 80%;
    line-height: 70px;
    margin-bottom: 30px;
}

.bannerquemsomos .banner-text .titulo2{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicBold", sans-serif;
    margin-bottom: 30px;
    width: 100%;    
}

.bannerquemsomos .banner-text .txt{
    color: #666666;
    font-size: 19px;
    font-family: "CenturyGothicRegular", sans-serif;
    width: 80%;
}

/**/

@media screen and (max-width: 834px) {
    .bannerquemsomos .banner-text{
        top: 30%;
        left: 54%;
        width: 60%;
    }

    .bannerquemsomos .banner-text .titulo1 {
        font-size: 60px;
    }
}


.sectionconfianca {
    position: relative;
    width: 100%;
    /* height: 300px;     */
    background-size: cover;
}

.sectionconfianca .banner-text {
    position: absolute;
    top: 30%;
    left: 68%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
}

.sectionconfianca .banner-text .titulo1{
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 30px;
    color: #fff;
    width: 80%;
    line-height: 70px;
    margin-bottom: 30px;
}

.sectionconfianca .banner-text .titulo2{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicBold", sans-serif;
    margin-bottom: 30px;
    width: 100%;    
}

.sectionconfianca .banner-text .txt{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicRegular", sans-serif;
    width: 80%;
    text-align: left;
}


@media screen and (max-width: 1680px) {
    .bannerquemsomos .banner-text .titulo1 {
        width: 100%;
    }

    .bannerquemsomos .banner-text .txt {
        width: 100%;
    }
    .sectioncont .boxinfocont {
        width: 90%!important;
    }
}

@media screen and (max-width: 1600px) {
    .image{
        width: 50vw;
        height: 70vh;
    }

    .bannerquemsomos .banner-text {
        top: 50%;
    }

    .bannerquemsomos .banner-text .titulo1 {
        width: 100%;
    }

    .bannerquemsomos .banner-text .txt {
        width: 100%;
    }

    .sectioncont .boxinfocont {
        width: 91%!important;
    }
}


@media screen and (max-width: 1440px) {
    .sectionconfianca .banner-text {
        top: 24%;
    }

    .sectionconfianca .banner-text .txt {
        width: 100%;
    }

    .bannerquemsomos .banner-text .titulo1 {
        width: 100%;
    }

    .bannerquemsomos .banner-text .txt {
        width: 100%;
    }

    .bannerquemsomos .banner-text .titulo1 {
        font-size: 65px;
    }
}

@media screen and (max-width: 1366px) {
    .bannerquemsomos .banner-text .titulo1 {
        width: 100%;
        font-size: 60px;
    }

    .bannerquemsomos .banner-text .txt {
        width: 100%;
    }

    .bannerquemsomos .banner-text {
        top: 60%;
    }
}

@media screen and (max-width: 1280px) {
    .bannerquemsomos .banner-text {
        top: 50%;
    }
    .bannerquemsomos .banner-text .titulo1 {
        width: auto;
        font-size: 50px;
        line-height: 58px;
    }

    .bannerquemsomos .banner-text .txt {
        width: auto;
    }

    .sectionconfianca .banner-text .titulo1 {
        width: auto;
        margin-bottom: 10px;
    }

    .sectionconfianca .imgbgfullscreen{
        width: 100%;
        height: 100vh; 
        object-fit: cover; 
        object-position: center;
    }
    .bannerpagdetalhes {       
        margin-bottom: -300px!important;
      }
}


@media screen and (max-width: 1024px) {
    .sectionconfianca .banner-text {
        width: 42%;
        left: 73%;
        top: 20%;
    }

    .bannerpagdetalhes {       
        margin-bottom: -215px!important;
    }

    .bannerquemsomos .banner-text {
        top: 60%;        
        /* top: 43%;         */
        left: 50%;
    }

    .bannerquemsomos .banner-text .titulo1 {    
        font-size: 40px;
        line-height: 43px;
    }

    .sectionprodhome .boxcategoriahome {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 0!important;
    }

}

@media (max-width: 960px) {
    .story-video {
        min-height: auto!important;
    }

    .accordion{
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .catalog-download .card {
        width: 100%;
    }

    .catalog-download .boximg{
        display: flex;
        justify-content: center;
    }

    .sectionprodhome .boxcategoriahome {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 0!important;
    }

    .footermenu .boxmenu {
        justify-content: flex-start!important;
        flex-wrap: wrap;
        margin-right: 3%;
    }

    footer h3 {    
        margin-right: 2%;
    }

    .sectiondisthome .titulo {
        font-size: 25px!important;
        line-height: 30px;
    }

    .sectiondisthome .box3 {
        width: 100%!important;
    }

    .sectiondisthome .content .txt1 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .sectiondisthome .content .txt2 {
        font-size: 18px;
    }

    .sectiondisthome .btn_home {
        font-size: 13px;
    }

    .sectionconfianca .banner-text {
        top: 15%;
    }

    .sectioncont .infoconto {
        width: 70%!important;
    }
    .bannercontato .banner-text .titulo1 {
        font-size: 30px!important;
        margin-bottom: 15px!important;
    }

    .bannercontato .banner-text .titulo2 {
        margin-bottom: 15px!important;
    }

    .bannercontato .banner-text .txt {
        font-size: 16px!important;
        left: 77%!important;
        top: 44%!important;
    }

    .bannercontato .banner-text{
        top: 43%!important;
        left: 76%!important;
    }
}

@media screen and (max-width: 834px) {
    .sectionconfianca .banner-text {
        width: 42%;
        left: 50%;
        top: 22%;
        width: 60%;
    }    

    .sectionsobre .item {
        padding: 20px;
    }

    .bannerpagdetalhes .banner_content_produto {
        top: 2%;
        line-height: 65px;
    }

    .bannerpagdetalhes .banner_content_produto .banner_titulo1 {
        font-size: 65px;
    }
    
    .bannerpagdetalhes .boxprod .card {
        width: 48%!important;
    }

    .produto-lateral .card:nth-child(3n) {
        margin-right: 2%;
    }

    .sectionmenufiltro {
        /* top: -60px!important; */
        top: -250px !important;
    }

}

@media screen and (max-width: 820px) {
    .bannerquemsomos .banner-text {
        top: 35%;     
    }

}

@media screen and (max-width: 810px) {
    .bannerquemsomos .banner-text {
        top: 30%;
    }
}

@media screen and (max-width: 800px) {
    .sectionmenufiltro {
        top: -215px !important;
    }
}

@media screen and (max-width: 768px) {
    .bannerquemsomos .banner-text {
        top: 50%;
        left: 50%;
    }

    .sobrepanelaco .item3{
        width: 100%;
    }

    .sectionconfianca .banner-text {
        top: 25%;
        width: 100%;
    }

    .sectionhomepro .sobretxthome .txt1 {
        margin-top: 30px;
        width: 100%;
    }

    .sectionhomepro .sobretxthome .txt2 {
        width: 100%;
    }

    .sobrepanelaco .sobretxthome .txt1 {
        margin-top: 30px;
        width: 100%;
    }

    .sobrepanelaco .sobretxthome .txt2 {
        width: 100%;
    }
}

@media screen and (max-width: 684px) {
    .bannertxttop .half-circle-banner {
      top: 170%;      
    }

    .bannertxttop .banner_content_produto {
        top: 20%;
    }

    .bannertxttop .banner_content_produto .banner_titulo1 {
        font-size: 40px!important;
    }
  }

@media screen and (max-width: 640px) {
.sectionconfianca .banner-text {
    top: 15%;    
  }

  .bannertxttop {
    padding: 150px 0;
    padding-bottom: 0;
  }

  .bannertxttop .half-circle-banner {
    top: 180%!important;        
    width: 200%!important;
  }

  .bannertxttop .banner_content_produto .banner_titulo1{
    line-height: 47px;
    margin-bottom: 50px;
  }



}

@media screen and (max-width: 500px) {
    .bannertxttop {
      padding: 150px 0;
      padding-bottom: 60px;
    }
  }


@media screen and (max-width: 575px) {
    .sectionconfianca .banner-text {
        width: 100%;
        left: 50%;
        top: 10%;
    }

    .bannerquemsomos .banner-text {
        /* top: 380px; */
        width: 100%;        
    }
    
}

@media screen and (max-width: 435px) {
    #filtropagproduto .modal-content {
        top: 1492px!important;
    }
}

@media screen and (max-width: 428px) {
    .bannerquemsomos .banner-text {
        top: 50%;
        width: 90%;
    }

    .sectioncont .infoconto {
        width: 100% !important;
    }

    .sectioncont .boxinfocont {
        width: 100% !important;
    }

    #filtropagproduto .modal-content {
        top: 1490px;
    }
}


@media screen and (max-width: 414px) {
    .bannerquemsomos .banner-text {
        top: 50%;
        width: 90%;
    }

    .sectionconfianca .banner-text {     
        top: 20%;
    }

    
    #filtropagproduto .modal-content {
        top: 1488px;
    }
    
    
}

@media screen and (max-width: 412px) {
    #filtropagproduto .modal-content {
        top: 1488px;
    }    
}

@media screen and (max-width: 390px) {
    #filtropagproduto .modal-content {
        top: 1485px;
    }    
}


.sectionconfianca{
    padding-bottom: 0;
}

.sectionrepresent{
    padding: 0!important;
    margin: 0!important;
}

.sectionrepresent .container{
    display: flex;
}

.sectionrepresent .item1{
    width: 50%;    
}

.sectionrepresent .item2{
    width: 50%;
    text-align: center;
}

.sectionrepresent .item2 .btnrep{
    width: 100%;
    display: flex;
    justify-content: center;
}

.sectionrepresent .item2 .titulo{
    font-family: 'CenturyGothicBold', sans-serif;
    color: #33A457;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 50px;
    margin-top: 60px;
}

.sectionrepresent .item2 .txt{
    font-family: 'CenturyGothicRegular', sans-serif;
    color: #666666;
    font-size: 20px;
    margin-bottom: 50px;
}

.sectionrepresent .item2 .btn_home{
    border-radius: 30px;
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background-color: #1A4334;
    /* margin-top: 2em; */
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334; 
    width: 100%;
}

.sectionrepresent .item2 .btn_home:hover{    
    color: #1A4334;
    background-color: #ECB64B; 
    border: 1px solid #ECB64B;    
}

.sectionvaloresempresa .boxitem{
    background-color: #F8E6C0;
    border-radius: 15px;
    padding: 50px;
    width: 46%;
}



/* .cc-window{
    display: none!important;
} */

#whatsappfooter-share-btt{
    display: none!important;
}

.sobrepanelacofooter{
    /* background-image: url('../images/home/home_img01.jpg'); */
    /* background-image: url('../img/sobrenos/bgpanelaço.jpg');
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: 0 50%; */
    /* background-position: 140% 50%; */
    background-color: #E6E7E9;
}

.sobrepanelacofooter .txt-title{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 60px;
    color: #133953;   
    text-align: center;
    line-height: 0.9em;
    margin-bottom: 5%;
}

.sobrepanelacofooter .txt-texto{
    font-family: 'GoldplayBold', sans-serif;
    font-weight: 900;
    font-size: 25px;  
    text-align: center;  
    text-align: center;
    line-height: 1.2em;
}


.txt-font-string{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #133953;   
    width: 100%;
    text-align: center; 
}

.txt-click{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #133953;   
    width: 75%;
    text-align: center;
}

.blog-post-title h5{
    font-family: "GoldplayBold";
    font-size: 19px;
    color: #525252;      
}

.blog-post-cont{
    font-family: "GoldplayMedium";
    font-size: 17px;
    color: #525252;         
    height: 150px;
}

.section_loja_home{
    position: relative;
}

.section_loja_home .box_loja{
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_loja_home .titulo_loja_home{
    font-family: 'Autography', sans-serif;
    font-weight: 700;
    font-size: 65px;
}

.section_loja_home .text_loja_home{
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 400;
    /* font-size: 22px; */
    font-size: 19px;
    width: 60%;
}

.section_loja_home .btn_home{
    border-radius: 15px;
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 700;
    /* font-size: 20px; */
    font-size: 18px;
    /* color: #fff; */
    color: #D95421;
    /* color: #E88B68; */
    background-color: #fff;
    /* border: 1px solid #fff; */
    /* background-color: #133953;     */
    /* padding: 3px 32px; */
    margin-top: 2em;
    padding: 10px 25px;
    line-height: 1.2em;
}
.section_loja_home .btn_home:hover a{
    /* color: #fff;
    background-color: #E88B68; */
    /* color: #133953; */
    /* background-color: #fff; */
    color: #fff;
    background-color: #133953; 

    /* background: #133953; */
    /* border: 1px solid #fff;
    background: transparent;
    color: #fff;     */
}

.section_loja_home .btn_home:hover{
    /* color: #fff;
    background-color: #D95421; */

    /* background: #133953;
    color: #fff1f1;     */

    /* color: #133953;
    background-color: #fff; */
    /* border: 1px solid #fff;
    background: transparent;
    color: #fff;     */
    color: #fff;
    background-color: #133953; 
}

.section_distri_home .btn_home:hover {
    color: #1A4334;
    background-color: #ECB64B;    
    border: 1px solid #ECB64B;   
}

.section_distri_home .btn_home:hover a {
    color: #1A4334;
    background-color: #ECB64B; 
    border: 1px solid #ECB64B;       
}


.section_loja_home .btn_home a{
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff1f1;     
}

.section_distri_home{
    position: relative;
}


.section_distri_home .box_distrib{
    position: absolute;
    top: 66%;
    left: 61%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section_distri_home .box_distrib_quemsomos{
    position: absolute;
    top: 73%;
    left: 26%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section_distri_home .titulo_dist_home{
    font-family: 'Autography', sans-serif;
    font-weight: 700;
    font-size: 65px;
}

.section_distri_home .text_dist_home{
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 400;
    /* font-size: 22px; */
    font-size: 19px;
    width: 60%;
}

.section_distri_home .btn_home{
    border-radius: 30px;
    font-family: 'CenturyGothicRegular', sans-serif;
    /* font-weight: 700; */
    font-size: 19px;    
    color: #fff;
    background-color: #1A4334;    
    margin-top: 2em;
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334;
}

.section_distri_home .btn_home a{
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #fff; 
    background-color: transparent;    
    border: 1px solid #1A4334;
}

.section_distri_quemsomos .btn_home {
    border-radius: 30px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background-color: #1A4334;
    margin-top: 2em;
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334;
  }

.txt-read-more{
    font-family: "GoldplayBold";
    font-size: 15px; 
}

.txt-read-more a{
    color:#1A4334;
}

.txt-read-more a:hover{
    color:#33A457;
}

.txt-footer{
    font-family: "GoldplayMedium";
    font-size: 18px;
    color: #fff;    
    width: 90%;
}


.sobrepanelacofooter .box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 20px;
    /* width: 300px; */
    margin: 0 auto;
    text-align: center;
}

/* Estilos para os campos de entrada */
.sobrepanelacofooter .box input[type="text"] {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    width: 45%;
    font-family: "GoldplayMedium";
    font-size: 17px;
}

.sobrepanelacofooter .box input[type="email"] {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    width: 45%;
    font-family: "GoldplayMedium";
    font-size: 17px;
}

/* Estilos para o botão */
.sobrepanelacofooter .box input[type="submit"] {
    background-color: #D95421;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: "GoldplayMedium";
    font-size: 19px;
    padding: 10px 20px;
    cursor: pointer;
    width: 50%;
    margin-top: 3%;
    border: 1px solid #D95421;
}

.sobrepanelacofooter .box input[type="submit"]:hover {
    background-color: #fff;
    color: #D95421;
    border: 1px solid #D95421; 
}

.sectionnewsletter .boxnewsletter{
    margin-top: 10px;
    font-family: "GoldplayMedium";
    font-size: 15px;
    color: #133952;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sectionnewsletter .titulo{
    margin-top: 10px;
    font-family: "GoldplayMedium";
    font-size: 15px;
    color: #133952;
}

.sectionnewsletter .box input[type="submit"] {
    background-color: #D95421;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: "GoldplayMedium";
    font-size: 18px;
    /* padding: 10px 20px; */
    cursor: pointer;
    width: 50%;
    margin-top: 3%;
    border: 1px solid #D95421;

    font-weight: 700;
    border-radius: 15px;
    padding: 10px 25px;
  }

  .sectionnewsletter .box input[type="submit"]:hover {
    /* background-color: #fff;
    color: #D95421;
    border: 1px solid #D95421; */

    background-color: #133952;
    color: #fff;
    border: 1px solid #133952;    
}

.sectionnewsletter #statusnews{
    font-size: 17px;
    text-align: left;
}

/* Estilos para o texto abaixo do formulário */
.sobrepanelacofooter .box .disclaimer {
    margin-top: 10px;
    font-family: "GoldplayMedium";
    font-size: 15px;
    color: #133952;
}

/* Estilos para o botão de rádio */
.sobrepanelacofooter .box input[type="radio"] {
    margin: 5px;
}

/*CATEGORIA CAO*/
.categoriahome .box .imghovercao2{
    display: none;
}

.categoriahome .box:hover .imghovercao2{
    display: block;
}

.categoriahome .box:hover .imghovercao1{
    display: none;
}

/*CATEGORIA GATO*/
.categoriahome .box .imghovergato2{
    display: none;
}

.categoriahome .box:hover .imghovergato2{
    display: block;
}

.categoriahome .box:hover .imghovergato1{
    display: none;
}



/* .autoatendimento .img-branca {
    display: none;
}

.autoatendimento .card:hover .img-branca {
    display: block;
}

.autoatendimento .card:hover .img-normal {
    display: none;
} */


.categoriahome .catimggato .imghovergato1:hover{
    display: none;
}

.categoriahome .catimggato .imghovergato2:hover{
    display: block;
}


/* .txtfooter{
    background-color: #2C558C;
} */

/*PAG SOBRE NOS*/
.sobrenospanelaco {
    background-image: url('../img/sobrenos/bgpanelaço.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: 0% 50%; */
    /* background-position: -9% 50%; */
}

.sobrenospanelaco .txt {
    font-family: "GoldplayMedium";
    font-size: 18px;
    color: #525252;
}

.sobrepetfrases .txt-string1{
    font-family: "GoldplayMedium";
    font-size: 18px;
    color: #525252;
}

.sobrepetfrases .linkfrases{
    font-family: "GoldplayBold";
    color: #133952;
    font-size: 22px;
}

.sobrepetfrases .titulofrases{
    font-family: "GoldplayBold";
    color: #525252;
    font-size: 22px;
}

.sobrenospanelaco .subtitulo{
    font-family: "GoldplayBold";
    color: #525252;
    font-size: 18px;
    margin-top: -12px;
}

.sobrepetfrases .boxfrasespet{
    text-align: center;
}

.sobrepetfrases .boxfrasespet .titulopet1{
    font-family: "GoldplayBold";
    color: #525252;
    font-size: 25px;
}

.sobrepetfrases .boxfrasespet .txtfrasespet{
    font-family: "GoldplayMedium";
    font-size: 18px;
    color: #525252;
}

.sobrepetfrases .boxfrasespet .titulopet2{
    font-family: "GoldplayBold";
    color: #525252;
    font-size: 25px;
}

.section_loja_sobrenos{
    position: relative;
}

.section_loja_sobrenos .box_loja{
    position: absolute;
    top: 15%;
    left: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2em;
}

.section_loja_sobrenos .box_distribuidor{
    position: absolute;
    top: 46%;
    left: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2em;
}


.section_loja_sobrenos .titulo_loja_home{
    font-family: 'Autography', sans-serif;
    font-weight: 700;
    font-size: 50px;
}

.section_loja_sobrenos .text_loja_home{
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 60%;
    line-height: 1.2em;
    margin-top: 15px;
}

.section_loja_sobrenos .btn_home{
    border-radius: 15px;
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #E88B68;
    background-color: #fff;
    padding: 3px 22px;
    margin-top: 5%;
}

.section_loja_sobrenos .btn_home a{
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #D95421; 
    line-height: 1.5em;
}

.section_loja_sobrenos .btn_home:hover a{
    color: #fff;
    background-color: #E88B68;
}

.section_loja_sobrenos .btn_home:hover{
    color: #fff;
    background-color: #E88B68;
}


.sectionpetimg .boxpet{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionpetimg .boxpet .titulo{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 65px; 
    color: #133954;
}

@media screen and (max-width: 414px) {
    .sobrenospanelaco {
        background-position: 57% -16%;
    }
}

/*PAG TRABALHE CONOSCO*/
.sectiontrab .trabalhetxt{
    /* font-family: 'GoldplayMedium', sans-serif; */
    font-family: 'CenturyGothicRegular', sans-serif;
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    /* font-size: 20px; */
    /* color: #525252;  */
}

.footermenu .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footermenu .txtfooter a{
    color: #fff;
}

.footermenu .txtfootermob a{
    color: #fff;
}

.box1footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box2footer{
    width: 35%;
}

.logoimgfooter{
    margin-right: 10px;
}

.boxfooter{
    display: flex;    
    flex-wrap: wrap;
    margin-top: 80px;
}

.boxfooter1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxfooter2{
    width: 35%;
}

.footermenu .navlistmenu{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;    
}

.footermenu .boxmenu{
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.footermenu .iconredessociais{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.iconredessociais .titulofood{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right:5px;
    margin-left: 5px;
}

.iconredessociais .infofood{
    color: #32A454;
    font-size: 18px;
}

.iconredessociais .iconredessociais .emaillink{
    color: #32A454!important;
    font-size: 18px;
}

.iconredessociais .boxiconredes{
    width: 327px;
}

.iconredessociais .itemicon{
    margin-bottom: 15px;
}


.iconredessociais .boxendfooter{
    margin-left: 10px;
}

.iconredessociais .titulofood1{
    color: #fff;
    font-size: 19px;
    font-weight: bold;    
}

.iconredessociais .infofood1{
    color: #32A454;
    font-size: 19px;
}

.iconredessociais .linkendfooter{
    display: flex;
    align-items: self-start;
}

.boxredes{
    /* background-color: #fff; */
    border-radius: 15px;
    color: #525252;
    padding:20px;
}

.title-footer-redes{
    font-family: "GoldplayBold";
    font-size: 20px;
}

.links-footer-redes{
    font-family: "GoldplayMedium";
    font-size: 18px;
    width: 350px;
}

.links-footer-redes a{
    color: #fff;
}

.links-footer-redes a:hover{
    color: #D95421;
}

.txtfootermob{

}

.petfrases p{
    text-align: center;
    font-size: 18px;
    /* font-size: 20px; */
    color: #525252;
    font-family: "GoldplayMedium";
}

.box-divider {
    border-top: 3px dashed  #DEDEDE; /* Linha pontilhada em cima */
    border-bottom: 3px dashed  #DEDEDE; /* Linha pontilhada embaixo */
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
}


.txtfootermob{
    display: none;
}

.footerbottom{
    margin-bottom: 64px!important;
}

.whatsbottom{
    margin-bottom: 45px!important;
}

.scrollbottom{
    margin-bottom: 45px!important;
}


.footerfixobottom{
    margin-bottom: 66px!important;
}


/*NOVO FOOTER*/
.boxfootericons{
    display: flex;
    align-items: center;
}

.iconsfootredes{
    margin-left: 5px;
    margin-right: 60px;
    display: flex;
    width: 100px;
    justify-content: space-between;
}

.iconsfootmarcas{
    display: flex;
    width: 60%;
    justify-content: space-around;
}

.txtfooter{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

@media screen and (max-width: 998px) {
    .box1footer {
        width: 100%;     
    }
    .box2footer {
        width: 100%;     
    }
    .txtfooter{
        display: none;
    }

    .txt-footer {    
        padding-bottom: 3em;
    }
    .txtfootermob{
        display: block;
        padding-top: 1em;
    }
    .boxfooter1 {
        width: 100%;
    }

    .boxfooter2 {
        width: 100%;
    } 

    .iconsfootmarcas {     
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footermenu .navlistmenu {    
        flex-direction: column;
    }

    .footermenu .boxmenu {
        flex-direction: column;
    }

    .boxfooter {
        margin-top: 0;
    }

    .boxfootericons {    
        flex-wrap: wrap;
    }
    
    .iconsfootredes {
        margin-left: 10px;
        margin-right: 0;
        width: 20%;
    }

    .logoimgfooter{
        width: 60%;
    }

    .iconsfootmarcas {
        width: 100%;
        margin-top: 50px;
        justify-content: space-between;
        align-items: center;
    }

    .iconsfootmarcas a{
        display: flex;
        align-items: center;
    }

    .txtfootermob {
        padding-top: 3em;
        padding-bottom: 50px;
        font-size: 11px!important;
    }

    .iconsevenmob{
        width: 40px !important;
    }

    .iconlogomarca{
        /* width: 65px; */
        width: 50px;        
    }

    .iconredesinst{
        width: 30px;
    }

    .sobrenospanelaco .subtitulo {
        text-align: center;
    }

    .catalog-download {
        margin-top: -40px!important;
    }

    .sobrepanelacofooter .txt-texto {
        font-size: 21px;
    }
}

@media screen and (max-width: 432px) {
    .box-divider {    
        flex-direction: column;
        align-items: flex-start;      
    }    

    .box-divider a{  
        text-align: center;
    }

    /* .flex-footer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    } */
}

/*PAG SUSTENTABILIDADE*/
.sectiontext .box{
    display: flex;
    align-items: center;
}

.sectiontext .sustenttitulo {
    line-height: 3.5em;
}

.sectiontext .sustenttitulo .txt1{
    font-weight: 900;
    font-family: "Fira Sans", sans-serif;
    color: #00A550;
    font-size: 50px;
}

.sectiontext .sustenttitulo .txt2{
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
    color: #00A550;
    font-size: 50px;
}
.sectiontext .sustenttitulo{
    width: 50%;
}

.sectiontext .sustenttxt{
    width: 50%;
}


.sectiontext .sustenttxt{
    color: #525252;
    font-family: "GoldplayMedium";
    font-size: 17px;
}

.sectiontext .txtbold{
    font-family: "GoldplayBold";
}

iframe {
    width: 100%;
}

.sectiondecomposicao {
    position: relative;
}

.sectiondecomposicao .boxtxt {
    position: absolute;
    top: 26%;
    left: 12%;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 3.5em;
  }

  .sectiondecomposicao .boxtxt .txt1{
    font-weight: 900;
    font-family: "Fira Sans", sans-serif;
    color: #00A550;
    font-size: 50px;
  }

  .sectiondecomposicao .boxtxt .txt2{
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
    color: #00A550;
    font-size: 50px;
  }

  /*PAG REPRESENTANTES*/
  .sectionrepresentepag .container{

  }

  .sectionrepresentepag .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .sectionrepresentepag .boxinforepresent {
    font-family: "CenturyGothicRegular", sans-serif;
    color: #666666;
    font-size: 19px;
    width: 47%;  
    margin-bottom: 25px;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 25px;
    padding-left: 30px;   
  }

  .sectionrepresentepag .boxinforepresent .icon-checklist {
    position: relative;
    padding-left: 40px;
  }

  .sectionrepresentepag .boxinforepresent .icon-checklist::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url('../img/reprensentantes/iconechecklist.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 20px;
    /* top: 70%; */
    transform: translateY(-50%);
  }
  
  @media screen and (max-width: 768px) {
    .sectionrepresentepag .boxinforepresent {
        width: 100%!important;
        }

        .sectionrep .formulariorep form {
            width: 100%!important;
        }
    }    

  /*PAG MARCAS*/
  .sectionmarcas{
    position: relative;
    display: flex;
    align-items: center;
  }
 

  .sectionmarcas .boxmarcas{
    display: flex;    
  }

  .sectionmarcas .marcasimg{
    width: 81%;
    margin-left: 10%;
  } 

  .sectionmarcas .marcastxt{
    /* position: absolute; */
    /* width: 38%; */
    width: 71%;
    font-family: "GoldplayMedium", sans-serif;
    font-size: 17px;
    color: #6C6C70;
    left: 48%;
  }

  .sectionmarcas .marcastxt .txtbold{
    font-family: "GoldplayBold", sans-serif;
    font-size: 17px;
    color: #6C6C70;
  }

  .sectionmarcas .btn_marcas{
    /* border-radius: 25px;
    color: #fff1f1;
    background-color: #D74F27;
    padding: 15px 6px; */
    /* margin-top: 5%; */
    /* width: 61%; */
    /* width: 48%; */

    /* width: 257px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; */


    background: #133953;
    padding: 12px 12px;
    box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2);
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    /* font-size: 19px; */
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: baseline;
    /* width: 40%; */
    width: 180px;
    /* width: 257px; */
    border: 1px solid #133953;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 50px
 }

 .sectionmarcas .btn_marcas:hover{
    color: #fff;
    background-color: #D95421;
    border: 1px solid #D95421;
 }

  .sectionmarcas .btn_marcas a{  
    font-weight: 700;
    font-size: 18px;
    color: #fff1f1; 
    line-height: 1.2em;
 }

 /* .sectionmarcas .btn_marcas a{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #fff1f1; 
    line-height: 0.9em;;
 } */
/* 
 html {
    scroll-behavior: smooth; /* Adicione o comportamento de rolagem suave a toda a página *
}
:target {
    scroll-margin-top: 3.5em;
} */

 /*PAG TRABALHE CONOSCO*/
 .sectionbeneficios{
    background-image: url('../img/trabalhe_conosco/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: center;
 }

 .sectionbeneficios{
    /* position: relative; */
 }

 .sectionbeneficios .boxbenefi{
    /* position: absolute;
    top: 20%;
    width: 64%; */
 }

 .sectionbeneficios .titulobenef{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 74px;
    color: #fff; 
    text-align: center;
    margin-bottom: 3%;
 }

 .sectionbeneficios .boximgbenef{
    display: flex;
    justify-content: space-between;    
 }

 .sectionbeneficios .box{
    display: flex;
    justify-content: center;
 }

 .sectiontrab .trabtitulo{
    /* font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size:58px;
    color: #133A55; 
    text-align: center; */
    font-family: "CenturyGothicBold", sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: rgb(50, 158, 83);
    text-align: center;
    margin-top: 50px;
 }

 .sectiontrab .trabtext{
    /* font-family: "GoldplayMedium", sans-serif;
    font-size: 18px;
    color: #525252;
    text-align: center; */
    font-family: "CenturyGothicRegular";
    font-size: 18px;
    color: #666666;
    margin-bottom: 0;
    font-weight: 500;
 }

 .formulario_trabalhe .file .file_label {
    /* background-color: #F3F3F3; */
    /* background-color: #E5E5E5; */
    border: 1px solid #D4D6D4 !important;
    border-radius: 0.7rem;
    color: #999999;
    cursor: pointer;    
    padding: 12px 20px;
    width: 100%;
    font-size: 15px;
    height: 50px;
    color:#525252;
  }

  .formulario_trabalhe input[type="file"] {
    display: none;
  }

  .formulario_trabalhe .form-control {
    background-color: transparent;
    /* background-color: #E5E5E5; */
    border-radius: 0.7rem;
    font-size: 17px;
  }

  #curriculo_arq {
    color: #666 !important;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    font-size: 17px;
  }

  .box_aceitar {
    display: flex;
    align-items: center;
  }

  .msgaceitar {
    font-size: 19px !important;
    color: #525252;
  }

  .formulario_trabalhe .selectcont {
    height: 50px !important;
  }

  /* .formulario_trabalhe label, input, select {    */
 .formulario_trabalhe input, select {
    color: #525252;
    height: 50px!important;    
  }

  .formulario_trabalhe .ckeckcustom {
    height: auto!important;
  }

  .formulario_trabalhe  label{
    margin-bottom: 0;
    /**/
    font-family: "CenturyGothicRegular";
    font-size: 19px;
    color: #666666;
    margin-bottom: 0;
    font-weight: 500;
  }

  .formulario_trabalhe .btn-success {
    /* background-color: #133952;
    border: 1px solid #133952 !important;
    text-transform: capitalize;
    width: 132px;
    color: #fff;
    font-family: "GoldplayMedium";   
    font-size: 17px;
    border-radius: 10px;
    font-weight: 900;
    padding: 12px 18px;
    letter-spacing: 1px; */

    width: 160px;
    height: 50px;
    text-align: center;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 18px;
    background-color: #2B9F5B;
    border-radius: 25px;
    margin-top: 25px;
  }


  .formulario_trabalhe .btn-success:hover {
    background-color: #1A4334;
    border: 1px solid #1A4334 !important;
    color: #fff;
  }

  /*PAG REPRESENTANTES*/
   .sectionrep .formulariorep{
        width: 100%;
        text-align: left;        
   }

   .sectionrep .formulariorep .boxforumalario{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
   }

   .sectionrep .formulariorep form{
        width: 80%;
   }


   .sectionrep .titulorepresent {
        font-family: 'CenturyGothicBold', sans-serif;
        font-weight: 900;
        font-size: 30px;
        color: #329E53;
        text-align: center;
   }

   .sectionrep .msgaceitar{
        margin-top: 25px;
        margin-bottom: 0;
   }


.bannerpagrep {
    position: relative;
    width: 100%;
    /* height: 300px;     */
    background-size: cover;
}

.bannerpagrep .banner-text {
    position: absolute;
    top: 54%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
}

.bannerpagrep .banner-text .titulo1{
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 39px;
    color: #fff;
    width: 450px;
    line-height: 40px;
    margin-bottom: 30px;
}

.bannerpagrep .banner-text .titulo2{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicBold", sans-serif;
    margin-bottom: 30px;
    width: 100%;    
}

.bannerpagrep .banner-text .txt{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicRegular", sans-serif;
    width: 409px;
}

.pcrepre{    
    display: block!important;        
}

.ipadrepre{
    display: none!important;
}

@media (max-width: 1024px) {
    .bannerpagrep .banner-text .titulo1{
        width: 450px;
        font-size: 30px;
    }
}

@media (max-width: 834px) {
    .bannerpagrep{
        position: unset;
        text-align: center;
        background-color: #329E55;
    }

    .bannerpagrep .banner-text {
        transform: none;
        position: unset;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .pcrepre{
        display: none!important;
    }
    
    .ipadrepre{
        display: block!important;        
    }
}

@media (max-width: 600px) {
    .bannerpagrep .banner-text .titulo1 {
        font-size: 28px;
        width: 100%;
    }

    .bannerpagrep .banner-text .txt {
        width: 100%;
    }
}




   .sectionrep label {
    /* font-family: "CenturyGothicBold"; */
    font-family: "CenturyGothicRegular";
    font-size: 19px;
    color: #666666;
    margin-bottom: 0;
    font-weight: 500;
  }

  .sectionrep .form-control {
    border: 1px solid #999999;
    border-radius: 0.7rem;
    font-size: 17px;
  }

  .sectionrep .formulariorep input, select {
    color: #525252;
    height: 50px !important;
  }

   .sectionrep .titulocontform{
    color: #666666;
    font-family: "CenturyGothicRegular";
    font-size: 18px;
    text-align: center;
    margin-bottom: 5%;
   }

   .sectioncont .formcontatobtn{
    color: #fff;
    width: 160px;
    height: 50px;
    text-align: center;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 18px;
    background-color: #2B9F5B;
    border-radius: 25px;
    margin-top: 25px;
   }

   .sectionrep .formulariorep .ckeckcustom{
     height: 14px!important;
   }

   .sectionrep .formulariorep .boxaceitar{
    display: flex;    
    align-items: flex-end;
   }

   .sectionrep .formulariorep .boxbtn{
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
   }

   .sectionrep .formulariorep .formcontatobtn{
    /* color: #fff;
    width: 170px;
    height: 53px;
    text-align: center;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 18px;
    background-color: #2B9F5B;
    border-radius: 10px;
    margin-top: 25px; */

    width: 160px;
    height: 50px;
    text-align: center;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 18px;
    background-color: #2B9F5B;
    border-radius: 25px;
    margin-top: 25px;
  }

  .sectionrep .formulariorep .formcontatobtn:hover{
    background-color: #1A4334;
    border: 1px solid #1A4334 !important;
  }
  
  /*PAG CONTATO*/
  .bannercontato {
    position: relative;
    width: 100%;
    /* height: 300px;     */
    background-size: cover;
}

.bannercontato .banner-text {
    position: absolute;
    top: 49%;
    left: 67%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
}

.bannercontato .banner-text .titulo1{
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 39px;
    color: #fff;
    width: 380px;
    line-height: 40px;
    margin-bottom: 30px;
}

.bannercontato .banner-text .titulo2{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicBold", sans-serif;
    margin-bottom: 30px;
    width: 100%;    
}

.bannercontato .banner-text .txt{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicRegular", sans-serif;
    width: 409px;
}

.sectionquemsomoscontato {
    position: relative;
    background-color: #33A457;
    overflow: hidden; /* Evita o estouro do conteúdo */
}

.sectionquemsomoscontato .container {
    position: relative;
    width: 100%;
}

.sectionquemsomoscontato .top-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: white;
    z-index: 1;
}

.sectionquemsomoscontato .content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

.sectionquemsomoscontato .box1 {
    position: relative;
    width: 50%;
}

.sectionquemsomoscontato .box2 {
    width: 50%;
}

.sectionquemsomoscontato .boxinf {
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
}

.sectionquemsomoscontato .titulo {
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 47px;
    margin-bottom: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sectionquemsomoscontato .content .txt1 {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 20px;
    color: #fff;
    width: 100%;
    line-height: 24px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.sectionquemsomoscontato .content .txt2 {
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 20px;
    color: #fff;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.sectionquemsomoscontato .btn_qsomos {
    border-radius: 30px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 19px;
    color: #fff;
    background-color: #1A4334;
    margin-top: 2em;
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.sectionquemsomoscontato .btn_qsomos a {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #1A4334;
}

.sectionquemsomoscontato .btn_qsomos {
    border-radius: 30px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background-color: #1A4334;
    margin-top: 2em;
    padding: 17px 25px;
    line-height: 1.2em;
    border: 1px solid #1A4334;
}

.sectionquemsomoscontato .boxinf .btn_qsomos:hover{    
    color: #1A4334;
    background-color: #ECB64B; 
    border: 1px solid #ECB64B;    
}

@media (max-width: 834px) {
    .sectionquemsomoscontato .content{
        flex-wrap: wrap;
    }
    .sectionquemsomoscontato .box1,
    .sectionquemsomoscontato .box2 {
        width: 100%;
        order: initial; /* Reseta a ordem */
    }

    .sectionquemsomoscontato .box1 {
        order: 2; /* Coloca a box1 em cima */
    }

    .sectionquemsomoscontato .box2 {
        order: 1; /* Coloca a box2 embaixo */
    }

    .sectionquemsomoscontato .boxinf {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 30px; /* Ajuste conforme necessário */
    }

    .sectionquemsomoscontato .btn_qsomos {
        width: 50%;
    }

    .sectionquemsomoscontato .top-half{
        height: 15%;
    }
}

@media (max-width: 600px) {
    .sectionquemsomoscontato .btn_qsomos {
        width: 100%;
    }


}



  .sectioncont .container{
    display: flex;
  }

  .sectioncont .formfaleconosco .ckeckcustom{
    /* height: 60px !important; */
    height: 14px !important;
  }

  .box_aceitar {
    display: flex;    
    align-items: baseline;;    
  }

  .msgaceitar {
    text-align: left;
    font-size: 16px !important;   
  }
  
  .sectioncont .formulariocont input, select {
    color: #525252;
    height: 50px !important;
    font-size: 17px;
  }

  .sectioncont .infoconto {
    width: 40%;
    text-align: left;    
    /* margin-top: 50px; */
    /* margin-top: 33px; */
    font-size: 50px;
    margin-bottom: 35px;
  }

  .sectioncont .formulariocont {
    width: 70%;
    /* width: 550px; */
    text-align: left;
    /* position: relative; */
    /* position: absolute; */
    /* top: 750px;
    left: 950px; */

    /* top: 534px;
    left: 792px; */
  }

  .sectioncont .formcontatobtn{
    color: #fff;
    /* background-image: url('../img/contato/btncontato.png');
    background-repeat: no-repeat; */
    width: 160px;
    height: 50px;
    text-align: center;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 18px;
    background-color: #2B9F5B;
    border-radius: 25px;
    margin-top: 25px;
 }

 .sectioncont .formcontatobtn:hover{
    background-color: #1A4334;
  }


 .sectioncont .titulocont {
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size:39px;
    color: #133A55; 
    text-align: left;
  }

  .sectioncont .boxinfocont {
    font-size: 25px;
    width: 80%;
    /* line-height: 29px; */
    /* margin-bottom: -15px;  */
    margin-bottom: 25px;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 25px;
    padding-left: 30px;
  }

  .sectioncont .boxinfocont .icon-comercial {
    position: relative;
    padding-left: 40px;
  }

  .sectioncont .boxinfend {
    position: relative;
    left: 39px;
    font-size: 19px;
    top: -10px;
  }

  .sectioncont .boxinfocont .txt2 {
    display: block;
    font-size: 19px;
    font-family: "GoldplayMedium";
    color: #525252;
  }

  .sectioncont a {
    color: #666;
  }


  .sectioncont .boxinfocont .icon-whatsapp {
    position: relative;
    padding-left: 40px;
  }

  .sectioncont .boxinfocont .icon-whatsapp::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url('../img/contato/iconewhats.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
  }


  .sectioncont .boxinfocont .icon-email {
    position: relative;
    padding-left: 40px;
  }

  .sectioncont .boxinfocont .icon-email::before {
    content: '';
    width: 32px;
    height: 24px;
    position: absolute;
    background-image: url('../img/contato/iconeemail.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
  }

  .sectioncont .boxinfocont .icon-local {
    position: relative;
    padding-left: 40px;
  }

  .sectioncont .boxinfocont .icon-local::before {
    content: '';
    width: 30px;
    height: 40px;
    position: absolute;
    background-image: url('../img/contato/iconelocalizacao.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
  }

  .sectioncont .boxinfocont .icon-comercial::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url('../img/contato/iconefone.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
  }

  .sectioncont .boxinfocont .txt1 {
    font-size: 17px;
    color: #666666;
    font-family: "GoldplayBold";
  }

 .sectioncont .titulocontfale {
    font-family: 'CenturyGothicBold', sans-serif;
    font-weight: 900;
    font-size:39px;
    color: #329E53; 
    text-align: center;
  }

  .sectioncont .titulocontform{
    color: #666666;
    font-family: "CenturyGothicRegular";    
    font-size: 18px;
    text-align: center;
    margin-bottom: 5%;
  }

  .sectioncont .boxforumalario{
        /* background-color: #F5F5F5; */
        /* padding: 8% 5%; */
        /* padding: 35px 40px; */
        border-radius: 35px;
        width: 100%;
        /* position: absolute; */
  }

  .sectioncont .form-control {
    /* background-color: #E5E5E5; */
    border: 1px solid #999999;
    border-radius: 0.7rem;
    font-size: 17px;
  }

  .sectioncont label{
    /* font-family: "CenturyGothicBold"; */
    font-family: "CenturyGothicRegular";
    font-size: 19px;
    color: #666666;
    margin-bottom: 0;
    font-weight: 500;
  }

  .pc {
    display: block!important;
  }

  .mob{
    display: none!important;
  }

  .prodbtnpc{
    display: block!important;;
  }
  
  .prodbtnmob{
    display: none!important;;
  }


  .sectionmapa{

  }

#carousel {
    display: block;
}

#carousel-mob {
    display: none;
}

@media screen and (max-width: 1440px) {
    .bannercontato .banner-text {
        left: 75%;
    }

    .sectioncont .boxinfocont {
        padding-left: 20px;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {
    .sectioncont .infoconto {
        width: 50%;
    }

    .sectioncont .boxinfocont {
        width: 90%;
    }
}

@media screen and (max-width: 834px) {
    .sectioncont .container {
        flex-wrap: wrap;
    }

    .sectioncont{
        width: 100%;
        margin-top: 60px!important;       
    }

    .sectioncont .infoconto {
        width: 100%;
    }

    .sectioncont .boxinfocont {
        width: 100%;
    }   
    
    .sectioncont .formulariocont {
        margin-bottom: 60px;
        width: 100%;
    }

    .sectionrep .titulorepresent {
        font-size: 30px;
        line-height: 35px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sectioncont .boxinfocont {
        width: 100%;
    }

    .sectioncont .boxforumalario {
        margin: 0;
        padding: 15px 0!important;
    }  
}

  /*PAG ONDE ENCONTRAR*/
  /* .bannerondeencontrar .banner_content{
    display: flex;
    align-items: center;
    height: 100%;
  }

  .bannerondeencontrar{
    background-repeat: no-repeat;
  } */





  /* .bannerondeencontrar {
    position: relative;
    width: 100%;    
    background-size: cover;
}

.bannerondeencontrar .banner-text {
    position: absolute;
    top: 49%;
    left: 67%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
}

.bannerondeencontrar .banner-text .titulo1{
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 39px;
    color: #fff;
    width: 380px;
    line-height: 40px;
    margin-bottom: 30px;
}

.bannerondeencontrar .banner-text .titulo2{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicBold", sans-serif;
    margin-bottom: 30px;
    width: 100%;    
}

.bannerondeencontrar .banner-text .txt{
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothicRegular", sans-serif;
    width: 409px;
} */

  .sectioncatalogo{
      position: relative;
  }

  .sectioncatalogo .box_catalogo {
    position: absolute;
    top: 35%;
    left: 45%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sectioncatalogo .btn_cat {
    border-radius: 30px;
    font-family: 'CenturyGothicBold', sans-serif;    
    font-size: 18px;
    color: #fff;
    background-color: #33A457;
    margin-top: 2em;
    padding: 11px 60px;
    line-height: 1.2em;
    border: 1px solid #33A457;
  }

  /* .sectioncatalogo a:hover {
    background: #1A4334;
    border: 1px solid #1A4334;
    color: #fff;    
} */

.sectioncatalogo .btn_cat:hover {
    background: #1A4334;
    border: 1px solid #1A4334;
    color: #fff;    
}




  .sectioncatalogo .box_catalogo .titulo {
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 39px;
    color: #fff;
  }

  .sectioncatalogo .box_catalogo .txt {
    font-family: 'LatoLight', sans-serif;
    font-weight: bold;
    font-size:21px;
    color: #fff;
    width: 60%;
  }

  @media screen and (max-width: 1024px) {    
    .sectioncatalogo .box_catalogo {
        left: 39%;
    }
  }

  @media screen and (max-width: 834px) {
    .sectioncatalogo .container {
        text-align: center;
    }
    .sectioncatalogo .box_catalogo {
        position: unset;
    }    

    .sectioncatalogo .box_catalogo .titulo {
        color: #F5AF40;
    }

    .sectioncatalogo .box_catalogo .txt {
        color: #F5AF40;
    }
  }
  
  /*PAG PRODUTO*/
  .bannerpagdetalhes .banner_content_produto{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 3%;
  }

  .bannerpagdetalhes .banner_content_produto .banner_titulo1{
    font-family: "Hestina", sans-serif;
    font-size: 70px;
    color: #fff;
  }

  .bannerpagdetalhes .banner_content_produto .banner_titulo2{
    font-family: "CenturyGothicRegular", sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: -15px;
  }


  .bannerespacopet{
    background-color: #329E55!important;
  }


  /*DETALHES PRODUTO*/
    /* .table.product-tabela.tabgarantia {
        border-collapse: separate;
        border-spacing: 5px; /* Espaçamento de 5px entre as colunas *
        width: 100%;
    }

    .table.product-tabela.tabgarantia tr:nth-child(odd) {
        background-color: #F5F5F5; /* Cor de fundo zebra *
    }

    .table.product-tabela.tabgarantia tr:nth-child(even) {
        background-color: #FFFFFF; /* Cor de fundo branca *
    }

    .table.product-tabela.tabgarantia td {
        border: none; /* Remove as bordas das células *
        padding: 8px;
    } */

  /**/

    /* .product-tabela {
        border-collapse: separate;
        border-spacing: 0 5px; /* Espaçamento entre linhas *
        width: 100%;
    }

    .product-tabela td {
        padding: 10px;
        background-color: #FFFFFF;
        border: 2px solid #F2F2F2; /* Borda branca *
    }

    .product-tabela tr:nth-child(odd) td {
        background-color: #F5F5F5; /* Cor de zebra *
    }

    .product-tabela tr:nth-child(even) td {
        background-color: #FFFFFF; /* Cor branca *
    }

    .product-tabela td + td {
        border-left: 2px solid #B0B0B0; /* Linha cinza escura entre colunas *
    } */


    /**/
   


  /**/
  .bannerproddetalhes .boxcontentbanner{    
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5%;
  }

  .bannerproddetalhes .bannerproduto{
    width: 50%;
    display: flex;
    justify-content: center;
  }

  /**/


  .bannerproddetalhes .banner_content_titulo{
    text-align: center;
    margin-top: 5%;
  }

  .bannerproddetalhes .banner_content_box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* align-items: flex-end; */
  }

  .bannerproddetalhes .banner_content_box .banner_box1{
    width: 300px;
  }

  .bannerproddetalhes .banner_content_box .banner_box2{
    width: 50%;
    text-align: center;
  }


  .bannerproddetalhes .banner_content_box .banner_box3{
    width: 300px;
  }

  .sectionpesodis .content{
    display: flex;
    justify-content: space-between;
  }

  .sectionpesodis .content .box1{
    font-family: "CenturyGothicRegular", sans-serif;
    font-size: 20px;
    width: 70%;
    text-align: left;
  }

  .sectionpesodis .content .box2{
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 20px;
    width: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .sectionpesodis .content .box2 .peso {        
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 18px;    
    border-radius: 50px;
    padding: 15px 5px;
    /* width: 61px;
    height: 61px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:15px;
    background-color: #fff;    
  }

  .sectionpesodis .content .box2 .unidade {   
    font-family: "CenturyGothicRegular", sans-serif;
  }

  .sectionpesodis .box2 .box3{
    display: flex;
    margin-top: 15px;
    align-items: center;
  }


  .sectionlogmarca .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sectionlogmarca .content .box1{
    width: 30%;
  }

  .sectionlogmarca .content .box2{
    font-family: "CenturyGothicRegular", sans-serif;
    color: #666666;
    font-size: 20px;
    width: 65%;
  }

  /**/

/* 
  .sectioninfprod {
    position: relative; 
    padding-bottom: 100px;
} */

/* .sectioninfingre {
    position: relative; 
    top: -50px;         
    z-index: 1;        
} */

.sectioninfingre {
    position: relative;
    z-index: 2;
    margin-top: -50px;    
    padding-top: 50px;
}

.sectioninfprod {
    position: relative;
    padding-bottom: 50px;
    z-index: 2;
  }
  
  .sectioninfprod .divider {
    top: 250px;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
  }
  

.sectionpets{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; /* Para garantir que a imagem cubra toda a seção */
    padding: 0;
    height: 250px;
    position: relative;
    z-index: 1;
    margin-bottom: -40px; /* Ajusta para que a sectionpets se sobreponha ao footer */
  }


.sectionpets .divimg{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; /* Para garantir que a imagem cubra toda a seção */
    padding: 0;
    height: 250px;
    position: relative;
    z-index: 1;
    margin-bottom: -40px; /* Ajusta para que a sectionpets se sobreponha ao footer */
  }

  .sectiontransi{
    padding-bottom: 0;
    padding-top: 0;
  }

  .sectiontransi .titulo{
    text-align: center;
    color: #333333;
    font-family: "Hestina", sans-serif;   
    font-size: 34px;    
    margin-bottom: 15px;
  }

  .sectiontransi .txt{
    color: #666666;
    font-family: "CenturyGothicRegular", sans-serif;   
    font-size: 19px;    
  }

  .sectioninfingre .boxbtn{
    display: flex;
    justify-content: flex-end;
  }

  .sectioninfingre .btn_det {
    border-radius: 15px;
    font-family: "Hestina", sans-serif;
    font-size: 28px;
    color: #fff;
    background-color: #33A457;
    margin-top: 0.8em;
    padding: 10px 25px;
    line-height: 1.2em;
    border: 1px solid #33A457;
    margin-left: 20px;
    display: flex;
    align-items: flex-start;
  }

  
  .sectiontransicaodieta{
    padding-top: 20px;
  }

  .sectiontransicaodieta .box{
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 30px 30px 25px 30px;
  }

  .sectiontransicaodieta .box .item{
    padding: 10px 20px;
    margin-bottom: 0.5%;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
  }

  .sectioninfprod .container{
    text-align: center;
  }

  .sectioninfprod .titulo{
    font-family: "Hestina", sans-serif;   
    font-size: 34px;    
    margin-bottom: 20px;
  }

  .nav-tabs > li.active > a:hover {
    border: none;       /* Remove qualquer borda ao passar o mouse */
    outline: none;      /* Remove o contorno de foco ao passar o mouse */
}

  .sectioninfingre .tab-content{
    background-color: #F2F2F2;
    border-radius: 15px 15px 15px 15px;
    padding: 50px;
    margin-bottom: 30px;
  }

  .sectioninfingre .nav-tabs > li {
    font-family: "CenturyGothicRegular", sans-serif;
    color: #666666;
    font-size: 18px;
    text-align: center;
    background-color: #F2F2F2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: 0.5%;
    /* width: 195px; */
    width: 16%;
  }

  .sectioninfingre .nav-tabs > li.active{
    background-color: transparent;
    color: #fff;
    border: 0;
  }

  .sectioninfingre .nav-tabs > li.active > a{
    background-color: transparent;
    color: #fff;
    border: 0;
  }

  .sectioninfingre .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: transparent;
    color: #fff;
    border-bottom: 0;
  }

  .sectioninfingre .table > tbody > tr > td{
    border-top: 2px solid #666;
    padding: 2px 10px;
  }

  .product-tabela .table > tbody > tr > td {
    border-top: 2px solid #666;
  }

  .product-tabela .table > thead > tr > td {
    border-top: 2px solid #666!important;
  } 
  
  thead:first-child > tr:first-child > td{
    border-top: 2px solid #666!important;
  }
    .nav-tabs > li.active > a, 
    .nav-tabs > li.active > a:focus, 
    .nav-tabs > li.active > a:hover {
        border: none;
        outline: none; /* Adicionalmente, você pode remover o contorno de foco */
    }

  .sectioninfingre .nav-tabs > li:hover a{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: transparent;
    color: #fff;
    border-bottom: 0;
  }

  .sectioninfingre .nav-tabs > li:hover{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: transparent;
    color: #fff;   
    border-bottom: 0;
  }

  .sectioninfingre .nav-tabs:hover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: transparent;
    color: #fff;
    border-bottom: 0;
  }

  .sectioninfingre .nav-tabs {
    display: flex;
    justify-content: flex-end;
    border-bottom: 0;
    margin-bottom: -10.8px;
    margin-right: -5.8px;
    height: 81px;
  }

    .sectioninfingre .box{
        display: flex;
        justify-content: space-between;
    }

    .sectioninfingre .boxinf1{
        width: 40%;
        /* width: 30%; */
        /* margin-right: 15px; */
        position: relative;
        bottom: -119px;
        max-width: 400px;
    }

    .sectioninfingre .boxinf2{
        width: 60%;  
        /* width: 70%;   */
        display: flex;
        justify-content: flex-end;
        height: max-content;
    }

    .sectioninfingre .table{
        font-family: "CenturyGothicRegular", sans-serif;
        width: 95%;
    }

  .fade:not(.show) {
    opacity: 1;
  }

  .section_outros_produtos .boxoutosprodutos{
    display: flex;
    width: 100%;
  }

  .vitamin-info {
    display: flex;
    justify-content: space-between;
  }
  .vitamin-column {
    flex: 0 0 48%;
    text-align: left;
  }
  .vitamin-column p {
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0;
  }
  .vitamin-info strong {
    color: #666;
  }


  .vitamin-info .titulo {
    font-family: "CenturyGothicRegular", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
   }

   .vitamin-info .t2 {
       margin-top: 10px;
   }
/* .vitamin-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.vitamin-column {
    width: 45%;
} */






  .ingredientes {
    margin-bottom: 20px;
    font-size: 14px; /* Diminui o tamanho do texto */
}
.ingredientes h2 {
    color: #333;
    font-size: 16px; /* Tamanho do título */
    margin-bottom: 10px;
}
.ingredientes p {
    margin: 5px 0;
}
.highlight {
    font-weight: bold;
}

  .sectioninfingre .boxinf2 .box1{
    width: 95%;
    text-align: left;
  }

  /* .sectioninfingre .boxinf2 .tabgarantia  tr td:first-child{    
        font-weight: bold; /* Define o texto do primeiro <td> como negrito *   
  } */

  .section_outros_produtos{
    /* padding-top: 0; */
    padding-top: 1.4%;
  }

  .boxoutosprodutos .owl-carousel.owl-drag .owl-item {
    /* width: 243.75px;
    margin-right: 50px;  */
    display: flex; 
  }

  .boxoutosprodutos .card{
      width: 100%;
      border-radius: 15px;
      background-color: #fff;
      overflow: hidden;
      position: relative;
      margin-right: 5%;
      padding: 20px;
      border: 1px solid #E4E6E7;
      display: flex;        
      align-items: center;
  }

  .boxoutosprodutos .card-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    width: 100%;
  }

  .boxoutosprodutos .card:hover{
    background-color: #D95421;        
  }


  .boxoutosprodutos .card-title{
    font-size: 18px;
    font-family: "GoldplayBold";
    color: #6C6C70;
    /* margin-bottom: 2px; */
    text-align: center;
    margin-bottom: -5px;
  }

  .boxoutosprodutos .card-subtitle {
    font-size: 16px;
    font-family: "GoldplayMedium";
    color: #6C6C70;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 1%;
  }

  .boxoutosprodutos .btn-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .boxoutosprodutos .custom-button {
    display: inline-block;
    background-color: #E9E9E9;
    color: #6C6C70;
    text-decoration: none;
    padding: 3px 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14.5px;
    width: 108px;
    text-align: center;
  }


  .boxoutosprodutos .owl-carousel .owl-stage {
    display: flex;
  }

  .boxoutosprodutos .imagem-container {
    flex: 1;
    padding: 5px; /* Adicione espaçamento ao redor da imagem */
    display: flex;
    align-items: center;
    justify-content: center;
}


.boxoutosprodutos .imagem-container img {
    max-width: 100%;    
    max-height: 100%;
    height: auto;
}

/*MENU*/
/* .menu.transparent {
    background-color: transparent!important; /* Transparente *
}
 */

/* .menu.transparent {
    background-color: transparent!important; /* Transparente *
}

.menu.light-text {
    color: white!important; /* Texto branco *
}

.menu.dark-text {
    color: #333!important; /* Texto escuro *
} */

.menu.transparent {
    background-color: transparent!important; /* Transparente */
}

.header-style2.scrollHeader .navbar-nav > li > a.light-text {
    color: white!important; /* Texto branco */
}

.header-style2.scrollHeader .navbar-nav > li > a.dark-text {
    color: #333!important; /* Texto escuro */
}





/**/
.table-responsive {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.table.product-tabela.tabgarantia {
    width: 100%;
    /* width: 95%; */
    border-collapse: collapse;
}

.table.product-tabela.tabgarantia tr:nth-child(odd) {
    /* background-color: #EAEAEA; Cor da zebra mais clara */
    background-color: #e0e0e0;
}

.table.product-tabela.tabgarantia tr:nth-child(even) {
    /* background-color: white; */
    background-color: #F2F2F2;    
}

.table.product-tabela.tabgarantia td {
    padding: 3px 10px;
    border: none; /* Remove as bordas */
}

.table.product-tabela.tabgarantia td + td {
    padding-left: 5px;
    padding-right: 5px;
    /* border-left: 15px solid white; * Linha cinza mais escura entre as colunas * */
    border-left: 15px solid #f2f2f2;
}





/* Estilo para os itens do acordion */
.panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-title a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}


.panel-title {
    width: 100%;
}

.collapse-indicator {
    font-size: 20px;
}

/* Expandir a área clicável para toda a linha */
.accordion-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

/* Ajusta o box para ocupar 100% da largura do container */
.boxinf1, .boxinf2 {
    width: 100%;
}

/* Garante que o conteúdo do box fique em duas linhas se necessário */
.box1, .box2 {
    display: flex;
    flex-wrap: wrap;
}


/* Estilo para os itens do acordion */


/* Estilo do acordeão */
/* .accordion {
    width: 100%;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.accordion-header {
    padding: 10px;
    background-color: #f1f1f1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title {
    font-size: 16px;
}

.accordion-toggle {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content.show {
    display: block;
}

.box {
    display: flex;
    flex-wrap: wrap;
}

.boxinf1, .boxinf2 {
    width: 100%;
}

.box1, .box2 {
    display: flex;
    flex-wrap: wrap;
} */

/* Estilo do acordeão */
.accordion-custom {
    width: 100%;
}

.accordion-item-custom {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header-custom {
    padding: 10px;
    background-color: #f1f1f1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.section-info-prod .title-info{
    font-family: "Hestina", sans-serif;
    font-size: 34px;
    margin-bottom: 20px;
}

.accordion-title-custom {
    flex: 1;
}

.accordion-toggle-custom {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-content-custom {
    display: none;
    padding: 10px;
}

.accordion-content-custom.show {
    border-top: 1px solid #ddd;
    background-color: #fff;
    display: block;
}

.box-info-custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
}

.box-info-img, .box-info-text {
    flex: 1;
    min-width: 100%;
}

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

.table-responsive-custom {
    overflow-x: auto;
}

.box-content-custom {
    margin-bottom: 10px;
}






/*MOSTRAR GUAIS ACCORDION PARA MOB*/
.accordion-custom {
    width: 100%;
}

.accordion-item-custom {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header-custom {
    padding: 10px;
    background-color: #f1f1f1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.section-info-prod .title-info {
    font-family: "Hestina", sans-serif;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    color: #333; /* Exemplo de cor, pode ser substituído pelo valor dinâmico */
}

.accordion-title-custom {
    flex: 1;
}

.accordion-toggle-custom {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-content-custom {
    display: none;
    padding: 10px;
}

.accordion-content-custom.show {
    border-top: 1px solid #ddd;
    background-color: #fff;
    display: block;
}

.box-info-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-info-prod .table{
    font-family: "CenturyGothicRegular", sans-serif;
    color: #666;
    font-size: 14px;
}

.box-info-img, .box-info-text {
    /* flex: 1;
    min-width: 100%; */
    width: 100%;
}

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

/* .table-responsive {
    overflow-x: auto;
} */

.box-content-custom {
    margin-bottom: 10px;
}

.table.product-table-custom tr td:first-child {
    font-weight: bold;
}

/* Estilo de Zebra para Tabelas */
.table.product-table-custom tr:nth-child(2n+1) {
    background-color: #EAEAEA; /* Cor de fundo para linhas ímpares */
}

.table.product-table-custom tr:nth-child(2n) {
    background-color: #fff; /* Cor de fundo para linhas pares */
}

.table.product-table-custom td + td {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 15px solid white;
}

.table.product-table-custom td {
    /* padding: 8px; */
    border: none; /* Removendo bordas */
    text-align: center;
    padding: 3px 10px;
}


.section-info-prod{
    margin-bottom: 50px;
}

/* Ajuste da imagem para telas menores */
@media (min-width: 768px) {
    .box-info-img, .box-info-text {
        min-width: 50%;
    }

    .sectiontransi .titulo {
        line-height: 40px!important;
    }
}







/*MOSTRAR GUAIS ACCORDION PARA MOB*/

@media (max-width: 768px) {
    .accordion-header-custom {
        font-size: 14px;
    }

    .accordion-toggle-custom {
        font-size: 18px;
    }

    .section-info-prod .title-info {
        text-align: center;
        line-height: 36px;
    }
}




/* Responsivo: Estilo para dispositivos móveis */
@media (max-width: 768px) {

    .sectioninfingre .btn_det {
        width: 100%;
        margin-left: 0;
    }

    .sectiontransicaodieta .box {
        padding: 15px 15px 2px;
    }

    .sectiontransicaodieta .dietatxt{
        margin-left: 0;
    }

    .sectioninfingre .nav-tabs {
        flex-wrap: wrap;
        height: auto;
        margin-right: -1.8px;
    }

    .sectioninfingre .tab-content {
        padding: 10px;
    }

    .sectioninfingre .boxinf2 .box1 {
        width: 100%;
    }

    .sectioninfingre .box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sectioninfingre .boxinf1 {
        width: 100%;
        position: unset;
        margin-right: 0;
    }

    .sectioninfingre .boxinf2 {
        width: 100%;
    }

    .nav-tabs {
        flex-direction: column;
    }

    .nav-tabs li {
        flex: 1 1 100%;
        margin-bottom: 5px;
    }

    .nav-tabs li a {
        padding: 15px;
        font-size: 16px;
    }

    .sectioninfingre .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
        background-color: #5C5C5C;       
    }

    /* Responsividade para tabelas */
    .table-responsive {
        width: 100%;
        overflow-x: auto;
        border: none;
    }

    .table-responsive table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-responsive table th,
    .table-responsive table td {
        white-space: nowrap; /* Evita quebra de texto em colunas estreitas */
    }
}

/**/



/*PRODUCT*/

.sectionmenufiltro{
    position: relative;
    /* top: -277px; */
    /* top: -220px; */
    /* top: -160px; */
    top: -455px;
    background-color: transparent;
}

.menu-lateral {
    background-color: #F4F4F4;
    width: 26%;
    padding: 1.5em;  
    margin-right: 2%;
    height: 20%;
    border-radius: 20px
}

.menu-lateral .product_txt_menu{
    color: #6C6D70;
    font-family: "GoldplayMedium";
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}

.menu-lateral .product_img_menu{
    margin-bottom: 20px;
    display: flex;
}

.menu-lateral .product_img_menu img{
    width: 32%;
}

.menu-lateral .product_img_menu a img{
    width: 100%;
}

.boxprod .imagem-container {
    flex: 1;
    padding: 5px; /* Adicione espaçamento ao redor da imagem */
    display: flex;
    align-items: center;
    justify-content: center;
}


.boxprod .bgproduto{
    background-color: #F4F4F4;  
    /* height: 390px; */
    height: 330px;
    position: absolute;
    width: 100%;
    bottom: 40px;
    /* bottom: 0; */
    left: 0;    
    /* border-top-left-radius: 25px;
    border-top-right-radius: 25px; */
    border-radius: 25px;
    z-index: -1;
}

.boxprod .imagem-container img {
    max-height: 100%;
    max-width: 100%;    
    height: auto; 
}

.titulo-menu{
    color: #333;    
    /* background-color: #AEE6C0; */
    /* border-top: 1px solid #D8D8D8; */
    /* padding: 10px; */
    font-family: "GoldplayBold";
    font-size: 17px;
    /* font-size: 19px; */
    /* margin-bottom: 0.5em;
    border-radius: 10px; */

    background-size: 20px 18px;
    background-repeat: no-repeat; 
    background-image: url(../img/unchecked.png);
    padding-left: 30px;
    margin-bottom: 20px;
}

.product_peso .title{
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    color: #6C6C70;
    font-size: 23px;
    margin-right: 1%;
}

.product_peso .container{
    display: flex;
    align-items: center;
}

.product_peso .peso{
    /* color: #00A651; */
    color: #6C6C70;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    font-size: 17px;
    border: 2px solid #e9e9eb;
    /* border: 2px solid #00A651; */
    border-radius: 10px;
    padding: 15px 5px;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.7%;
}

.product_video .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product_video .box1{
    width: 75%;
    font-family: "GoldplayMedium", sans-serif;
    font-size: 17px;
    /* font-size: 18px; */
    color: #717976;
}

.product_video .box2{
    width: 22%;
}

.product_video .box3{
    width: 100%;
    font-size: 17px;
    /* font-size: 18px; */
    color: #717976;
    font-family: "GoldplayMedium", sans-serif;
}

.section_beneficios .title{
    color: #6C6C70;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    font-size: 23px;
}

.section_beneficios .title2{    
    font-weight: 700;
    font-family: "GoldplayBold", sans-serif;
    font-size: 23px;
}

.section_beneficios .txt{        
    font-family: "GoldplayMedium", sans-serif;
    font-size: 17px;
    /* font-size: 18px; */
    color: #717976;
}
.section_beneficios .box1{        
    display: flex;
    align-items: flex-start;
    width: 45%;
    margin-top: 3%;
    margin-right: 5%;
}

.section_beneficios .box1 img{        
    margin-right: 3%;
}

.section_beneficios .box{        
    display: flex;
    flex-wrap: wrap;
}

.section_selo .container{
    display: flex;
    align-items: center;
}

.section_selo .txtselo{
    color: #717976;
    font-family: "GoldplayMedium";
    font-size: 17px;
    /* font-size: 18px; */
    margin-left: 2%;
}

.section_selo img{
    width: 250px;
}


.section_informacoes .title{
    color: #6C6C70;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    font-size: 23px;
    text-align: center;
    margin-bottom: 3%;
}


.section_informacoes .boxinf{
    color: #6C6C70;
    background-color: #E9E9EB;
    width: 80%;
    /* width: 160px;*/
    height: 165px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 1%;
    padding: 5px;
}

.section_informacoes .boxinf:nth-child(8n){
    margin-right: 0;
}

.section_informacoes .boxinf a{
    color: #6C6C70;
    /* background-color: #E9E9EB; */
    width: 100%;
    height: 165px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

.section_informacoes .boxinf:hover{
    background-color: #1A4264;
    color: #fff;
    cursor: pointer;
}

.section_informacoes .boxinf a:hover{
    background-color: #1A4264;
    color: #fff;
    cursor: pointer;
    width: 100%;
  }


.section_informacoes .boxinf:hover .txt{
    color: #fff;
}


.section_informacoes .boxinf .txt{
    color: #6C6C70;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 1.2em;    
    margin-top: 0.5em;
    padding: 1%;
}

.section_informacoes .box{
    display: flex;    
    align-items: center;
}

.section_informacoes .boxtxt{
    height: 29%;
}

.section_informacoes .boximg{    
    height: 45%;
}










  



/**/
/* .dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 56, 82, 0.7); /* Fundo azul-esverdeado semi-transparente (#123852) *
    z-index: 9999;
}

.dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #123852;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: white;
}

.close-button:hover {
    color: red;
} */




/* Estilos CSS para a janela de diálogo */
.dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 56, 82, 0.7); /* Fundo azul-esverdeado semi-transparente (#123852) */
    z-index: 9999;
}

.dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #123852; /* Fundo branco */
    color: white; /* Cor do texto branco */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;

}

.dialog-content h2{
    color: #fff;
    font-size: 23px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff; /* Ícone "X" será preto */
}

.close-button:hover {
    color: red;
}

/* Estilo para a tabela */
.product-tabela {
    border-collapse: collapse; /* Mescla as bordas das células */
    width: 100%; /* Largura da tabela */
    color: #666;
    font-size: 14px;
  }
  
  /* Estilo para as células da tabela */
  .product-tabela td {
    border: 2px solid #666; /* Borda branca */
    /* padding: 4px 25px; Espaçamento interno das células */
    text-align: center; /* Alinhamento do texto ao centro */
    padding: 2px 5px;
    vertical-align: middle;
  }

  #dialog1 .box1{
    text-align: left;
    width: 50%;
    margin-right: 2%;
  }

  #dialog1 .box2{
    width: 50%;
    display: flex;
    align-items: center;
  }

  .dark{
    background-color: #123852; /* Fundo branco */
    padding: 10%;
  }

  .dark h2{
    color: #fff;
  }

  #dialog1 .tablemodelo4{
    display: flex;
    margin-top: 20px;
  }
  

  #dialog3 table td{
    padding: 7px 20px;
    /* padding: 7px 5px; */
  } 

  .dietadia{
    margin-right: 15px;
    color: #6C6C70;
    font-size: 17px;
    font-family: "CenturyGothicBold", sans-serif;
  }

  .dietatxt{
    margin-left: 15px;
    font-size: 19px;
    font-family: "CenturyGothicRegular", sans-serif;
  }

  .dietalegenda{
    font-size: 16px;
    font-family: "GoldplayBold";
  }


/*janela modal*/
/* Estilos CSS para a modal */
/* Fundo fixo quando a modal está aberta */
.modal-open {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

/* Estilos CSS para a modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 56, 82, 0.7); /* Fundo azul-esverdeado semi-transparente (#123852) */
    z-index: 99999;
}

.modal-content h2 {
    color: #fff;
    font-size: 23px;
}

/* .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #123852; /* Fundo branco *
    color: white; /* Cor do texto branco *
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 60%; /* Ajuste a largura conforme necessário *
    overflow-y: scroll; /* Adicione uma barra de rolagem vertical *
} */

/* Estilos CSS para a modal */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #123852; /* Fundo branco */
    color: white; /* Cor do texto branco */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 60%; /* Ajuste a largura conforme necessário */
}

/* Adicione barras de rolagem vertical apenas quando necessário */
.modal-content {
    overflow-y: auto; /* Exibe barra de rolagem vertical apenas quando necessário */
    white-space: nowrap; /* Impede que o texto quebre linhas */
}

/* Exibe a barra de rolagem horizontal apenas se o conteúdo exceder a largura da modal */
.horizontal-scroll {
    overflow-x: auto;
}
/*incluido acima*/

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff; /* Ícone "X" será branco */
}

.close-button:hover {
    color: red;
}

.horizontal-scroll {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scroll ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.horizontal-scroll li {
    display: inline;
    margin-right: 20px;
    font-size: 20px;
}


#green .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: white;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
  }

  #green .modal-body {
    padding: 0;
  }


  #sevenpets .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: white;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
  }

  #sevenpets .modal-body {
    padding: 0;
  }


  #mandala .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: white;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
  }

  #mandala .modal-body {
    padding: 0;
  }


/* Personalização da janela modal */
.modal-content .tablemodelo4 {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.modal-content .box1 {
    width: 49%;
}

.modal-content .box2 {
    width: 49%;
}

.modal-content .tbtitle {
    font-weight: bold;
    text-align: center;
    padding: 2% 2%;
    vertical-align: middle;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
}

.modal-content td {
    border: 2px solid white;
    padding: 4px 25px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
}




/*antigo css estava funcionando mas o fundo do site estava movimentando*/
/* .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 56, 82, 0.7); /* Fundo azul-esverdeado semi-transparente (#123852) *
    z-index: 9999;
}

.modal-content h2{
    color: #fff;
    font-size: 23px;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #123852; /* Fundo branco *
    color: white; /* Cor do texto branco *
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 50%;    
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff; /* Ícone "X" será branco *
}

.close-button:hover {
    color: red;
}

.horizontal-scroll {
    overflow-x: auto;
}

.horizontal-scroll ul {
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.horizontal-scroll li {
    display: inline;
    margin-right: 20px;
    font-size: 20px;
} */


/*personalização da janela modal*/
.modal-content .tablemodelo4{
    display: flex;    
    justify-content: space-between;
    margin-top: 2%;
    align-items: center;
    /* flex-wrap: wrap; */
    white-space: normal;
    overflow-x: auto;
}

#modal2 .modal-content {
    width: 25%;
}

#modal3 .modal-content {
    width: 130.5px;
    /* width: 30.5%; */
}

#modal3 .modal-content tr:first-child td {
    width: 90px;
}

#modal3 .modal-content{
    width: auto!important;
}




#modal4 .modal-content {
    width: 20%;
}


#modal5 .modal-content .box1 {
    width: 100%;
    white-space: normal;
    overflow-x: auto;
}

#modal8 .modal-content .box1 {
    width: 100%;
    white-space: normal;
    overflow-x: auto;
    text-align: left;
}

#modal8 .modal-content{
    width: auto;
}

#modal6 .modal-content{
    width: 20%;
}

.modal-content .box1{
    width: 49%;
}

.modal-content .box2{
    width: 49%;
}

.modal-content .tbtitle {
    font-weight: bold;
    text-align: center;
    padding: 2% 2%;
    vertical-align: middle;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
  }

  .modal-content td {
        border: 2px solid white;
        padding: 4px 25px;
        text-align: center;
        padding: 2px 5px;
        vertical-align: middle;        
        font-weight: 400;
        font-family: "Fira Sans", sans-serif;
    }   

  /*janela modal*/

  @media screen and (max-width: 1809px) {
    .menu-lateral .categorias .custom-checkbox-2 {
        width: 100%;
        justify-content: flex-start;
    }    
    .menu-lateral .categorias li {
        width: 100%;
    }
  }

  /* @media screen and (max-width: 1725px) {
    .sectionmenufiltro {
        top: -235px;
    }
  } */

  @media screen and (max-width: 1691px) {
    /* .custom-button {
        width: 80%!important;
    } */
    .sectionmenufiltro {
        /* top: -220px; */
        /* top: -185px; */
        top: -400px;
    }
  }

  @media screen and (max-width: 1581px) {
    .sectionmenufiltro {
        /* top: -180px; */
        top: -370px;
    }
  }

  @media screen and (max-width: 1431px) {
    .sectionmenufiltro {
        /* top: -155px; */
        top: -360px;
    }

    .custom-button {
        /* font-size: 13px!important; */
        /* width: 98%!important; */
        padding: 15px 10px;
    }

    .produto-lateral .card-title1 {
        font-size: 14px!important;
    }
    .produto-lateral .card-title2 {
        font-size: 14px!important;
    }

    .produto-lateral .card-subtitle {
        font-size: 14px!important;
    }    
  }

  @media screen and (max-width: 1440px) {
    .custom-button {
        width: 90%;
    }
 }

  @media screen and (max-width: 1360px) {
    .sectionmenufiltro {      
      top: -330px;
    }
  }

  @media screen and (max-width: 1199px) {
    .bannertxttop .banner_content_produto .banner_titulo1 {
        font-size: 60px;
    }
  }

  @media screen and (max-width: 1193px) {
    .sectionmenufiltro {
      top: -290px;
    }
  }

  @media screen and (max-width: 1024px) {
    .sectionmenufiltro {
      top: -240px;
    }

    .bannertxttop .half-circle-banner {
        top: 185%;
        top: 160%;
        z-index: 0;
        width: 145%;
    }

    .bannertxttop .banner_content_produto .banner_titulo1 {
        font-size: 50px;
    }

    .bannertxttop .banner_content_produto {
        top: 15%;
    }
  }

  @media screen and (max-width: 998px) {
    .boxprod .card {
        width: 40%!important;
    }
    .produto-lateral .card:nth-child(3n) {
        margin-right: 2%!important;
    }
 }

 @media screen and (max-width: 956px) {
    .bannertxttop .banner_content_produto .banner_titulo1 {
        font-family: "Hestina", sans-serif;
        font-size: 50px;
        color: #fff;
    }

    .bannertxttop .banner_content_produto .banner_titulo2 {
        font-size: 18px;
    }

    .menu-lateral {
        width: 40%;
    }

    .boxprod .card {
        width: 48% !important;
    }
 }


  @media screen and (max-width: 1280px) {
    .bannerproddetalhes .banner_content_box .banner_box1 {
        width: 260px!important;
    }

    .bannerproddetalhes .banner_content_box .banner_box3 {
        width: 260px!important;
    }
    
    .bannerproddetalhes .banner_content_box .banner_box2 {
        width: 70%!important;
    }

    .bannerproddetalhes .imgprodbanner {
        width: 65%!important;
    }
  }

  @media screen and (max-width: 1024px) {
    .bannerproddetalhes .banner_content_box .banner_box2 {
        width: 90% !important;
    }  
    .bannerproddetalhes .imgprodbanner {
        width: 65% !important;
    }  
  }

  @media (min-width: 1024px) and (max-width: 1366px) {
    .bannercontato .banner-text {
        left: 78%;
    }

    .bannercontato .banner-text .titulo1{
        font-size: 30px;
        color: #fff;
        width: 380px;
        line-height: 33px;
        margin-bottom: 8px;
    }

    .bannercontato .banner-text .titulo2{
        color: #fff;
        font-size: 18px;
        font-family: "CenturyGothicBold", sans-serif;
        margin-bottom: 15px;
        width: 100%;
    }

    .bannercontato .banner-text .txt {
        color: #fff;
        font-size: 18px;
        font-family: "CenturyGothicRegular", sans-serif;
        width: 406px;
    }
  }


  @media screen and (max-width: 834px) {
    
    .pcprodhome {
        display: none;             
    }
    
    .ipadprodhome {
        display: block;   
    }


    .pccontato{
        display: none!important;
     }
    
    .ipadcontato{
        display: block!important;        
     }
     
    .bannercontato{
        background-color: #33A457;
        position: unset;
     }

     .bannercontato .banner-text {
        transform: none;
        position: unset;
        width: 100%;
        padding-bottom: 15%;
     }
     .bannercontato .banner-text .titulo1{
        width: 100%;
    }

     .bannercontato .banner-text .txt{
        width: 100%;
     }

    .banner_content_titulo .banner_titulo1{
        font-size: 20px!important;
    }

    .banner_content_titulo .banner_titulo2{
        font-size: 50px!important;
    }

    .bannerproddetalhes .banner_content_box .banner_box2 {
        width: 100% !important;
    }

    .bannerproddetalhes .imgprodbanner {
        width: 90% !important;
    }

    .bannerproddetalhes .banner_content_box .banner_box1 {
        width: 290px !important;
    }

    .bannerproddetalhes .banner_content_box .banner_box3 {
        width: 290px !important;
    }

    .bannerpagdetalhes {       
        margin-bottom: -230px!important;
      }
  }

  @media screen and (max-width: 820px) {
    .bannerproddetalhes .banner_content_box .banner_box1 {
        width: 260px!important;
    }

    .bannerpagdetalhes {       
        margin-bottom: -200px!important;
      }

    .bannerproddetalhes .banner_content_box .banner_box3 {
        width: 260px!important;
    }
    
    .bannerproddetalhes .banner_content_box .banner_box2 {
        width: 100%!important;
    }

    .bannerproddetalhes .imgprodbanner {
        width: 90%!important;
    }
  }

  @media screen and (max-width: 767px) {
    .bannertxttop .banner_content_produto .banner_titulo1 {
        line-height: 50px;
        margin-bottom: 40px;
    }

    .bannertxttop .half-circle-banner {
        top: 180%;
        width: 170%;
    }
  }

  /* @media screen and (max-width: 600px) {
    .bannerproddetalhes .banner_content_box .banner_box2 {
        width: 100% !important;
    }
    .bannerproddetalhes .banner_content_box .banner_box1 {
        margin-right: 10px;
        margin-top: 20px;
    }    
    .bannerproddetalhes .banner_content_box {
        margin-left: 0;
    }

    .bannerproddetalhes .imgprodbanner {
        width: 100% !important;
    }
  } */

/* fim nova janela modal */

  @media screen and (max-width: 1440px) {
    .banner_content_box {
        width: 100%;
    }

    .bannerproddetalhes .banner_content_box .banner_box2 {
        width: 90%;
    }

  

    /* .section_informacoes .boxinf{
        color: #6C6C70;
        background-color: #E9E9EB;
        width: 150px;
        height: 165px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section_informacoes .boxinf .txt {
        color: #6C6C70;
        font-weight: 700;
        font-family: "Fira Sans", sans-serif;
        font-size: 17px;
        width: 80%;
        text-align: center;
        line-height: 1.2em;
        margin-top: 1em;
    } */
}

@media screen and (max-width: 414px) {
    .section_beneficios .box1 {
        width: 100%;
        margin-bottom: 5%;
    }
    .section_selo .container {     
        flex-wrap: wrap;
    }

    .section_informacoes .box {
        flex-wrap: wrap;  
        justify-content: center;      
    }

    .section_informacoes .boxinf {
        width: 47%;
        margin-bottom: 5%;
        margin-right: 5%;
        padding: 5%;
    }

    .section_informacoes .boxinf:nth-child(2n+2){
        margin-right: 0;        
    }

    .section_localizacao .local_box {
        left: 0!important;
        width: 100%!important;
        top: 32%!important;
    }

    .section_localizacao .titulo2_local {
        margin-top: 100%!important;
    }
    .menu-lateral {
        width: 100%;
    }

    .section_localizacao .local_box_img {    
        top: 26%!important;
    }

    .section_informacoes .boxinf .txt {
        padding: 1%;
    }

    .section_titulo_outros_prod{
        font-size: 40px!important;
    }

    .section_localizacao .titulo1_local {
        font-size: 40px!important;
        line-height: 1em!important;
    }
}
/**/

.section_localizacao{
    /* position: relative; */
    background-repeat: repeat-y;
    padding: 0;
}

/* .section_localizacao .container{
    display: flex;
    justify-content: space-around;
    align-items: center;
} */

.section_localizacao .boxlocalizacao{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.section_localizacao .local_box{
    /* position: absolute;  
    z-index: 5;
    top: 20%;
    left: 45%; */    
    /* width: 49%; */
    width: 70%;
    color: #fff;
    text-align: center;
}

.section_localizacao .local_box_img{
    /* position: absolute;
    z-index: 5;
    top: 10%; */
    margin-top: 3%;
    margin-bottom: 3%;
}

.section_localizacao .titulo1_local{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 65px; 
    line-height: 1em;   
}

.section_localizacao .titulo2_local{
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 400;
    font-size: 20px; 
    line-height: 1.3em;
    margin: 5% 0;
}

.section_localizacao .txt_local{
    color:#123852;
    font-size: 30px;
    font-family: 'GoldplayBold', sans-serif;
    line-height: 1.3em;
}

.section_localizacao .btn_local{
    /* margin-top: 8%; */
    margin-bottom: 5%;
}

.section_localizacao .btn_local a {
    background: transparent;
    padding: 10px 25px;
    border-radius: 15px;
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff1f1;
    border: 1px solid #fff;
    width: 100%;
  }

  .section_titulo_outros_prod{
    color: #133953;
    font-family: 'Autography', sans-serif;
    font-weight: 700;
    font-size: 50px; 
    text-align: center;
    padding-bottom: 0;
  }

  .box_detalhes_prod{
    display: flex;
  }

  .boxvideo{
    color:#6C6C70;
    background-color: #E3E3E6;
  }

  .box_detalhes_prod .card {
    width: 30%;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-right: 5%;
    padding: 20px;    
    border: 1px solid #E4E6E7;
}

.box_detalhes_prod .card:hover{
    background-color: #D95421;        
}

.box_detalhes_prod:hover .card-title{    
    color: #fff;
}

.card:hover .card-subtitle{    
    color: #fff;
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

.box_detalhes_prod .card-content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.tbmodelo2{
    display: flex;
}
.tbbox{
    display: flex;
    flex-direction: column;
}
.tbnome{
    color: #fff;
}

.tbitens{
    color: #fff;
}

.bannerpagdetalhes{
    position: relative;    
    /* margin-bottom: 50px; */
    margin-bottom: -381px;
}

/**/

.bannerproddetalhes {
    position: relative;
    overflow: hidden;
}

.banner_content {
    position: relative;
    z-index: 2; /* Ensure banner content is in front */
}

.half-circle-banner {
    position: absolute;
    top: 127%; /* Position at the bottom of the banner */
    left: 50%;
    width: 200%;
    height: 200%;
    background-color: white; /* White color for the circle */
    border-radius: 50%;
    transform: translate(-50%, -50%); /* Adjust the position to show the bottom half */
    z-index: 1; /* Ensure the circle is behind the content */
}

/* .half-circle-banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background-color: #841F22; * Ajuste conforme necessário *
    border-radius: 50%;
    transform: translate(-50%, 50%);
}
 */



.banner_content{
    /* position: absolute;
    z-index: 5;
    top: 5px;
    max-width: 65%; */    
    display: flex;
    align-items: center;
}

.banner_content_box{
    width: 60%;
    margin-left: 3%;
}

.bannerproddetalhes .banner_box1 .item{
  margin-bottom: 50px; 
  width: 300px;
  height: 89px;
}



.bannerproddetalhes .banner_box3 .item{
    margin-bottom: 50px; 
    width: 300px;
    height: 89px;
}


.banner_content_titulo .banner_titulo1{
    font-size: 23px;
    font-weight: 900;
    font-family: "CenturyGothicBold", sans-serif;    
}


.banner_content_titulo .banner_titulo2{
    font-size: 70px;
    font-weight: 900;
    color: #00A550;
    width: 100%;
    line-height: 1em;
    font-family: "Hestina", sans-serif;    
    margin-top: 5px;
    margin-bottom: 5px;
}

.bannerpagdetalhes .imgprodbanner{
    width: 35%; 
}

.bannerproddetalhes .imgprodbanner{
    width: 70%;     
}

.banner_txt{
    margin: 20px 0 50px;
    font-family: "GoldplayMedium";
    font-size: 19px;
    color: #6C6C70;
}

.banner_txtmob{ 
    font-family: "GoldplayMedium";
    font-size: 19px;
    color: #6C6C70;
    padding-bottom: 10%;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;  
    justify-content: flex-end;
}

/*PERSONALIZAÇÃO MODELOS TABELAS*/
/* .product-tabela .tbtitle{
    font-weight: bold;
    text-align: left;
} */

.product-tabela .tbtitle{
    font-weight: bold;
    text-align: center;
    /* padding: 2% 2%; */
    vertical-align: middle;
}


/* Estilo para o checkbox personalizado */
.custom-checkbox {
    position: relative;
    padding-left: 25px; /* Espaçamento à esquerda para a caixa de verificação */
    cursor: pointer;
    font-size: 15px;
}

/* Estilo para o checkbox nativo */
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0; /* Esconder o checkbox nativo */
    cursor: pointer;
}

.checkbox {
    display: none;
}

/* Estilo para o marcador (a área de dentro do checkbox personalizado) */
/* .checkmark { */
    /* position: absolute;
    top: 0;
    left: 0;
    height: 18px; 
    width: 20px; 
    /* background-color: #D7DCDE; * Cor de fundo do checkbox *
    border: 1px solid #D7DCDE; Borda do checkbox *
    border-radius: 5px; 
    
    background-size: 20px 18px;
    background-repeat: repeat-x; */

    /* background-image: url(../img/unchecked.png); */

    /* border: 1px solid #6f6f6f;
    border-radius: 6px;
    padding: 5px 7px; */
/* } */

/* Estilo para o marcador quando o checkbox está marcado */
/* .custom-checkbox input[type="checkbox"]:checked + .checkmark { */
    /* background-color: #D95421; * Cor de fundo do checkbox quando marcado *
    border: 1px solid #D7DCDE; * Borda do checkbox quando marcado * */
    /* background-image: url(../img/checked.png); */
/* } */

/* Estilo para esconder a caixa de verificação padrão quando o rótulo é clicado */
/* .custom-checkbox input[type="checkbox"]:checked + .checkmark::before {
    content: "";
    display: block;
    position: absolute;
    left: 6px; /* Posição de ajuste *
    top: 2px; /* Posição de ajuste *
    width: 5px; /* Largura do sinal de verificação *
    height: 10px; /* Altura do sinal de verificação *
    border: solid white; /* Cor do sinal de verificação *
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); /* Rotação do sinal de verificação *
} */


/**/
/* .custom-checkbox-2 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 5px 7px;
    background-color: transparent;
    border: 1px solid #6f6f6f;
    border-radius: 6px;
    margin-right: 8px;
    display: inline-block;
    transition: border-color 0.2s ease;
    width: 120px;
    height: 40px;
}

.custom-checkbox-2 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-2 .checkmark {
    position: relative;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #6f6f6f; 
    border-radius: 6px;
    margin-right: 8px;
    display: inline-block;
    transition: border-color 0.2s ease;
    display: none;
}

.custom-checkbox-2 input[type="checkbox"]:checked + .checkmark {
    border-color: #34A357; 
}

.custom-checkbox-2 input[type="checkbox"]:checked + .checkmark + label {
    border-color: #34A357; 
}

.custom-checkbox-2 .checkmark::before {
    content: '';
    position: absolute;
    display: none; 
} */

.custom-checkbox-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 7px;
    /* border: 1px solid #6f6f6f;  */
    border: 1px solid rgb(52, 163, 87); /* Borda inicial */
    border-radius: 6px;
    transition: border-color 0.2s ease;
    position: relative;
    width: 125px;
    /* height: 40px; */
    min-height: 40px;
}

.custom-checkbox-2 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.menu-lateral .categorias{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;      
}

.menu-lateral .categorias2{
    display: flex;  
    flex-wrap: wrap;    
}

.menu-lateral .categorias2 li{
    width: 100%; 
}

.menu-lateral .categorias2 .custom-checkbox-2{    
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 7px;
}

.borda-div {
    border: 1px solid #C5C5C7; /* Borda sólida de 2px e cor preta */
    box-sizing: border-box; /* Inclui a borda e o padding no tamanho total da div */
    margin-top: 20px;
    margin-bottom: 20px;
}

/**/


.categorias li{
    padding: 2px 2px;
}

.boxprod{
    width: 72.5%;
}

.boxprod .categorytitulo{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 37px;
    /* font-size: 45px; */
    color: #133953; 
    margin-left: 25px;
}

.produto-lateral{
    width: 100%;
    display: flex; 
    flex-wrap: wrap;   
}

.boxprod .aviso {
    background-color: #f2f2f2; /* Fundo cinza claro */
    border: 1px solid #ccc; /* Borda cinza */
    padding: 10px; /* Espaçamento interno */
    color: #525252; /* Texto cinza escuro */
    text-align: center; /* Centralizar o texto */
    font-weight: bold;
    margin-top: 6%;
    margin-left: auto;
    margin-right: auto;
}

/* .produto-lateral .card:nth-child(3) {
    margin-right: 0;
} */



.produto-lateral .card:nth-child(3n+3) {
    margin-right: 0;
}

.boxprodtop{
    width: 100%;
}

.boxprodtop .card{
    width: 23%!important;
    margin-right: 2%!important;
}

.prod-topfood .card:nth-child(4n+4) {
    margin-right: 0!important;
}


.dietaimg{
    margin: 5px 0;
}

.boxdieta{
    display: flex;
    justify-content: space-between;
}

/* Estilo para o card */
.boxprod .card {
    /* width: 30%; */
    width: 32%;
    border-radius: 15px;
    /* background-color: #fff; */
    overflow: hidden;
    position: relative;
    /* margin-right: 5%; */
    margin-right: 2%;
    padding: 20px;    
    /* border: 1px solid #E4E6E7; */
    justify-content: space-between;
    /* margin-bottom: 4%; */
    margin-bottom: 2%;
    z-index: 1;
    border: none;
    background-color: transparent;
}

/* .boxprod .card:hover{
    background-color: #D95421;        
} */

.card:hover .card-title{    
    color: #1A4334;
}

.card:hover .card-title1{    
    color: #1A4334;
}

.card:hover .card-title2{    
    color: #1A4334;
}

.card:hover .card-subtitle{    
    color: #1A4334;
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

.boxprod .card-content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

/* .boxprod .card-content {
    flex: 1;    
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: space-between;
    text-align: center;
} */

/* Estilo para o conteúdo do card */
/* .card-content {
    padding: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

/* Estilo para o título do card */
.card-title {
    font-size: 17px;
    /* font-size: 18px; */
    font-family: "GoldplayBold";
    color:#6C6C70;
    margin-bottom: 2px;
}

/* Estilo para o subtitulo do card */
.card-subtitle {
    font-size: 16px;    
    font-family: "GoldplayMedium";
    color:#6C6C70;
    margin-bottom: 15px;
}

.produto-lateral .card-title1{
    font-size: 17px;
    /* font-size: 18px; */
    font-family: "GoldplayBold";
    color:#6C6C70;
    margin-bottom: -3px;
    line-height: 25px;
}


.produto-lateral .card-title2{
    font-size: 17px;
    /* font-size: 18px; */
    font-family: "GoldplayBold";
    color:#6C6C70;
    margin-bottom: 2px;
}

.produto-lateral .card-subtitle {
    font-size: 17px;    
    /* font-size: 16px;     */
    font-family: "GoldplayMedium";
    color:#6C6C70;
    /* margin-bottom: 15px; */
    margin-bottom: 15px;
    margin-top: -2px;
}

/* Estilo para o ícone de lupa */
.icon-container {
    background-color: transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 30px);
    transition: background-color 0.3s;
    opacity: 0;
}

/* .icon-container i {
    font-size: 24px;
    color: #fff;
} */

/* Estilo para mostrar o conteúdo ao passar o mouse */
/* .card:hover .card-content {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.card:hover .icon-container {
    opacity: 1;
    background-color: #fff;
} */

@media screen and (max-width: 998px) {
    .produto-lateral .card:nth-child(2n) {
        margin-right: 0;
    }
    .produto-lateral .card:nth-child(3n) {
        margin-right: 5%;
    }
    .card {
        width: 40%;
    }
}


.sub-menu{
    border-radius: 15px;
}

.navbar ul ul li {
    padding: 1px 0;
    padding-bottom: 5px;
}
.sub-menu li {             
    padding-bottom: 10px;
    margin: 0 20px;
    /* border-bottom: 1px solid #D84E27; */
    border-bottom: 1px solid #33A457;
  }
    
  .sub-menu li:last-child {
    border-bottom: none;
  }

/* Estilo para o botão/link */
.custom-button {
    display: inline-block;
    background-color: #AEE6C0;
    color: #6C6C70;
    text-decoration: none; /* Remove a sublinhado padrão do link */
    /* padding: 3px 2px; */
    padding: 15px 10px;
    /* padding: 3px 10px; */
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 13px;
    /* width: 88px; */
    /* width: 97px; */
    width: 70%;
    /* width: 86%; */
    /* width: 48%; */  
    font-weight: bold;  
}

/* Estilo para o botão/link no hover */
.custom-button:hover {
    /* background-color: #D95421; */
    background-color:#1A4334;
    color: #fff;
}

.btn-container{
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    width: 100%;    
}

/*PAG BLOG*/
 .catblogs {
    display: block;
    /* margin-top: 3%; */
    background-color: #F5F5F5;
  }

  .catblogs .container {
    display: flex;
    align-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  .catblogs .titulo {
    font-size: 17px;
    text-transform: none;    
    font-family: "GoldplayBold";
    color: #999;
    margin-right: 3%;
  }

  .box-pagination{
    margin-bottom: 2%;
  }

  .box-pagination .container {
    display: flex;
    justify-content: flex-end;
  }

  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px !important;
    font-family: "GoldplayMedium";
    font-weight: 400;
    font-size: 15px;   
  }
  
  .pagination li.active a {
    color: #fff !important;
  }

  .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #D95421 !important;
    border-color: #D95421 !important;
  }

  .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #D95421;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
      border-top-color: rgb(221, 221, 221);
      border-right-color: rgb(221, 221, 221);
      border-bottom-color: rgb(221, 221, 221);
      border-left-color: rgb(221, 221, 221);
  }

  /* .catblogs .container .titulo:first-child {
    margin-left: auto;
  } */

  .catblogs .active {
    color: #D85320 !important;
    border-bottom: 2px solid #D85320;
    font-size: 17px;
    text-transform: none;
    margin-right: 3%;
    font-family: "GoldplayBold";
  }

  .catblogs .boxcatlogs{
    display: flex;
    width: 100%;
    /* justify-content: center; */
    align-items: center;
    /* justify-content: space-around; */
    background-color: #fff;
    border-radius: 20px;
    /* padding: 2px 1px; */
    padding: 2px 5px 10px 1px;
    flex-wrap: wrap;    
    padding-left: 20px;
  }

  .catblogs .cattitulo{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #133953;   
    /* margin-right: 1%; */
    text-transform: none;
  }

  .blogs .box_bog {
    display: flex;
    flex-wrap: wrap;
  }

  .blogs .card:nth-child(3n+1) {
    margin-left: 0;
  }

  .blogs .box_bog .card-title {
    /* height: 50px; */
  }

  .blogs .card {
    display: flex;
    /* padding: 15px; */
    border-radius: 15px;
    width: 32%;
    margin: 1%;   
    height: 100%;
  }

  .blogs .card img {
    width: 100%;
    /* height: auto; */
    display: block;
    border-radius: 10px;
  }
  
  .blogs .card .card-body .blogstarja {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 8px 28px;    
    background-color: #D95421;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
}

.blogs .card .boxtxt{ 
    height: 80px;
}


.blogs .card:nth-child(3n+1) {
    margin-left: 0;
}

.blogs .card:nth-child(3n) {
    margin-right: 0;
}

  .blogs .card {    
    border: 0;
  }

  .blogs .card-body {
    padding: 0;
    padding-top: 10px;
  }

  .vermais .container{
    display: flex;
    justify-content: center;
  }

  .vermais .btn-ver {    
    font-family: 'GoldplayMedium';
    font-size: 19px;
    color: #fff;
    margin-bottom: 3%;
    border-radius: 10px;
    padding: 10px 60px;
    background-color: #1A4334;
  }

  .vermais .btn-ver:hover {    
    background-color: #33A457;
  }

  /* font-family: "GoldplayBold";
  font-size: 20px;
  color: #525252; */

  .blog-detalhes {
    min-height: 20em;
  }

  .blog-detalhes .box-text {
    font-family: "GoldplayMedium";
    font-size: 17px;
    text-align: justify;
    background-color: #FFF;
    padding: 0px;
    color: #525252;
  }
  
  .blog-detalhes .box-text #metatagdesc h1{
    font-family: "GoldplayMedium";
    color: #525252;
    font-size: 30px;
  }

  .blog-detalhes .box-text #metatagdesc a{
    font-family: "GoldplayMedium";
    color: #525252;
    font-size: 30px;
  }

  .blog-detalhes .box-text #metatagdesc span{
    font-family: "GoldplayMedium";
    color: #525252;
    font-size: 30px;
  }

  .blog-detalhes .box-text #metatagdesc p{
    font-family: "GoldplayMedium";
    color: #525252;
    font-size: 30px;
  }

  .blog-detalhes .box-text ul{
    list-style-position: inside;
  }



  .blog-detalhes .titulopag {
    font-family: "GoldplayBold";
    font-size: 25px;
    color: #525252;
  }

  .blog-detalhes ul {
    list-style-type: disc; /* Define os marcadores como círculos preenchidos */
    padding-left: 20px; /* Ajuste de padding para alinhar corretamente */
}

.blog-detalhes ul li {
    /* margin-bottom: 10px; */
    list-style: disc;
    line-height: 25px;
    /* line-height: 15px; */
  }

  .blog-detalhes .box-redes {
    display: flex;
    justify-content: flex-end;
  }

  /* .blog-detalhes .box-img {
    float: left;
    max-width: 570px;
    max-height: 425px;
    position: relative;
    bottom: -12px;
    padding: 0px 25px 15px 0;
    margin-right: 15px;
    margin-bottom: 15px;
  } */

  .blog-detalhes .box-img {
    float: left; /* Faz a imagem flutuar à esquerda */
    width: 490px; /* Tamanho fixo da imagem */
    margin-right: 30px; /* Espaço entre a imagem e o texto */
  }

  .blog-detalhes .box-img img {
    width: 100%; /* Garante que a imagem dentro da box use toda a largura definida */
    height: auto; /* Mantém a proporção da imagem */
  }

  .box-vejatmb{
    display: flex;
  }

  .titulopagv{
    font-family: 'CenturyGothicBold', sans-serif;
    color: #33A457;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .blog-detalhes .box-programa .box-img .blogtarja {
    font-size: 14px;
    text-align: left;
    font-family: 'GoldplayBold';
    text-transform: uppercase;
    background-color: #D95421;
    color: #fff;
    padding: 6px 15px;
    min-width: 50px;
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 0;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .blog-detalhes-vejatmb .titulopagv{
    font-family: 'Autography', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #133953;   
  }

  .blog-detalhes-vejatmb .box-vejatmb {
    display: flex;
    justify-content: space-between;
  }

  .blog-detalhes-vejatmb .item-veja {
    width: 30%;
    border-radius: 15px;
  }

  .box-vejatmb .item-veja .blogtarja {
    font-size: 14px;
    text-align: left;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    background-color: #D95421;
    color: #fff;
    padding: 6px 15px;
    min-width: 50px;
    position: absolute;
    z-index: 1;
    top: -18px;
    left: -1px;
    border-radius: 15px;
  }

  .blogs .img-res {
    height: 282px;
    object-fit: cover;
    object-position: center;
  }

.bgdet {
    background-color: #fff;   
}

.banner-pc {
    display: block;
}

.banner-mob {
    display: none;
}

.catblogs {
    display: block;
}

.catblogs_mob {
    display: none;
}


@media(max-width: 1225px) {
    .banner-pc {
        display: none;
    }
    
    .banner-mob {
        display: block;
    }

    .catblogs {
        display: none;
    }
    .catblogs_mob {
        display: block;
    }
}

/**/
a:hover,
a:active {
    color: #999;
    text-decoration: none;
}
.bg-theme {
    background-color: #525252;
}
.bg-theme-primary {
    background: #e1c340;
}
.theme-overlay[data-overlay-dark]:before {
    background: #999;
}
.text-theme-color {
    color: #999;
}
.text-secondary-color {
    color: #e1c340;
}
p {
    word-spacing: 0;
}
.line-through {
    text-decoration: line-through;
}
.red {
    color: red;
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    /* margin: 0 5px 15px 0; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 700;
    font-family: "CenturyGothicRegular", sans-serif;
    color: #525252;
    line-height: normal;
}
.butn {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 40px 20px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #e1c340;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    position: relative;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s linear 0s;
    border-color: #e1c340;
    letter-spacing: 1px;
}
.butn.subscribe {
    border-radius: 0px;
}
.butn:hover,
.butn:focus,
.butn:active {
    color: #fff;
    background-color: #999;
}
.butn.secondary {
    background-color: #525252;
    border-color: #525252;
}
.butn.secondary:hover,
.butn.secondary:focus,
.butn.secondary:active {
    background-color: #e1c340;
}
.butn.style2 {
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.butn.small {
    font-size: 14px;
    padding: 10px 20px 10px;
}
.butn.medium {
    font-size: 15px;
    padding: 14px 28px;
}
.butn.square {
    border-radius: 4px;
    padding: 17px 35px 17px;
}
@media screen and (max-width: 991px) {
    body {
        font-size: 15px;
        /* line-height: 26px;
        letter-spacing: 0.6px; */
    }
    .butn {
        padding: 18px 35px 18px;
    }
}
@media screen and (max-width: 767px) {

    .sectiontrab .trabtext {
        text-align: center;
    }

    .sectiontrab .trabalhetxt {
        text-align: center;
    }

    .sectionconfianca .banner-text .txt {    
        text-align: center;
    }

    .sectionpesodis .content {
        flex-wrap: wrap;
    }

    .sectionpesodis .content .box1 {
        width: 100%;
        margin-bottom: 25px;
    }

    .sectionpesodis .content .box2 {
        font-family: 'CenturyGothicBold', sans-serif;
        font-size: 20px;
        width: 100%;
    }

    .sectionvaloresempresa .container {    
        flex-wrap: wrap;
    }

    .sectionvaloresempresa .boxitem {    
        width: 100%;
        margin-bottom: 5%;
        padding: 25px;
        text-align: center;
    }

    .sectionvaloresempresa .boxitem .titulo {
        font-size: 25px;
    }

    .sectionsobre .box {
        flex-wrap: wrap;
    }

    .sectionsobre .item {
        width: 100%;
        padding: 25px;
        margin-bottom: 35px;
        text-align: center;
    }

    .sectionrepresent .container {    
        flex-wrap: wrap;
    }

    .sectionrepresent .item1 {
        width: 100%;
    }

    .sectionrepresent .item2 {
        width: 100%;    
    }

    .sectionrepresent .item2 .titulo {
        /* font-size: 35px; */
        font-size: 28px;
        line-height: 35px;
    }

    .sectionrepresent .item2 .txt{
        font-size: 20px;
    }

    .product_img_menu{
        height: 0;
        margin-bottom: 0!important;
        overflow: hidden;
    }

    .sectionlogmarca .content {
        flex-wrap: wrap;
    }

    .sectionlogmarca .content .box1 {
        width: 100%;        
        text-align: center;
        margin-bottom: 40px;
      }

      .sectionlogmarca .content .box2 {
        width: 100%;
      }

      .sectioninfingre .boxbtn {
        display: flex;        
        flex-wrap: wrap;    
        justify-content: center;
    }

    .sectioninfingre .btn_det {
        width: 350px;
    }

    .sectiontransicaodieta .box .item {
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: initial;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    

    .butn {
        padding: 16px 30px 16px;
        font-size: 15px;
    }
    .pc {
        display: none!important;
      }
    
    .mob{
        display: block!important;
    }
    .petfrases p {
        font-size: 19px;
    }
    .sobrepanelacofooter .box input[type="text"] {
        width: 100%;
    }

    .sobrepanelacofooter .box input[type="email"] {
        width: 100%;
    }

    .sobrepanelacofooter .box input[type="button"] {
        /* width: 70%; */
        width: 220px;
    }

    .footermenu .flex-footer{
        margin-top: 15px!important; 
    }

    .footermenu .flex-footer .imgredeslogo{
        width: 65px;        
    }
    /* .categories-content {
        margin-top: 17px!important;
    } */
    
}


.nav-cookie-disclaimer {
    background: #333;
    /* border-top-right-radius: 6px;

    border-top-left-radius: 6px; */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    padding: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, .12);
    z-index: 9999;
    font-family: "GoldplayBold"!important;
}

.nav-cookie-disclaimer__text {
    color: #fff;
    font-size: 16px;
    margin: 0 0 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.45;    
    font-family: "GoldplayMedium";
    font-size: 14px;
}

.nav-cookie-disclaimer__text a {
    text-decoration: underline;
    color: #fff;
    white-space: nowrap;
}

.nav-cookie-disclaimer__button,
.nav-cookie-disclaimer__button:active {
    font-size: 14px;
    font-weight: 600;
    /* font-family: inherit; */
    font-family: "GoldplayMedium";
    line-height: 1.14;
    overflow: visible;
    text-transform: none;
    background-color: #3483fa;
    color: #fff;
    margin: 0;
    padding: 7px 12px;
    width: 100%;
    border: 1px solid #3483fa;
    border-radius: 6px;
    cursor: pointer;
    -webkit-appearance: button;
}

.nav-cookie-disclaimer__button, .nav-cookie-disclaimer__button:active, .nav-cookie-disclaimer__button:focus {
    width: initial;    
    font-family: "GoldplayMedium";    
    
}

.nav-cookie-disclaimer__text a:hover {
    color: #bfbfbf;
}

.alertgravacookie {
    display: none!important;
}

.msgaceitar {
    font-size: 16px!important;
    font-family: "CenturyGothicRegular";
    margin-bottom: 25px;
}

.hidden-text {
    display: none;
}


.social-icon-style1 {
    margin-bottom: 0;
}
.social-icon-style1 li {
    text-align: center;
    margin-right: 4px;
    display: inline-block;
}
.social-icon-style1 li a {
    background: #D84C26;
    border: 1px solid #D84C26;
    color: #ffffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
}
.social-icon-style1 li a:hover {
    background: #e1c340;
    border-color: #e1c340;
    color: #fff;
}
.social-icon-style2 {
    margin-bottom: 0;
}
.social-icon-style2 li {
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.social-icon-style2 li a {
    color: #6f6f6f;
    display: inline-block;
    font-size: 16px;
}
.social-icon-style2 li a:hover {
    color: #999;
}
.social-icon-style2 li:last-child {
    margin-right: 0;
}
.list-style1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style1 li {
    position: relative;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    font-size: 15px;
}
.list-style1 li span {
    float: right;
    text-align: right;
    padding-left: 10px;
}
.list-style1 li:first-child {
    padding-top: 10px;
}
.list-style1 li:first-child:before {
    top: 10px;
}
.list-style1 li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.list-style2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style2 li {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.list-style2 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.list-style2 li:before {
    content: "";
}
.list-style3 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list-style3 li:last-child {
    margin-bottom: 0;
}
.list-style3 li:before {
    position: absolute;
    content: "\f1b0";
    font-family: Font Awesome\5 Free;
    font-weight: 700;
    left: 0;
    font-size: 13px;
    color: #D84C26;
}
.list-style4 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style4 li {
    position: relative;
    padding: 0 0 15px 0;
    margin: 0px 0 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    font-size: 17px;
}
.list-style4 li span {
    float: right;
    text-align: right;
    padding-left: 10px;
}
.list-style4 li:first-child {
    padding-top: 10px;
}
.list-style4 li:first-child:before {
    top: 10px;
}
.list-style4 li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.scroll-to-top {
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    /* bottom: 20px;
    right: 20px; */

    bottom: 110px;
    /* bottom: 66px; */
    right: 26px;

    display: none;
    border-radius: 50%;
    background: #33A457;
    border: 1px solid #33A457;
    width: 46px;
    height: 46px;
    line-height: 34px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.scroll-to-top i {
    color: #fff;
    position: relative;
    top: 14px;
}

.scroll-to-top:hover {
    color: #fff;
    background: #ECB64B;
    border-color: #ECB64B;
}
.scroll-to-top:hover i {
    color: #fff;
}
.scroll-to-top:visited {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 1400px) {
    .container.lg-container {
        max-width: 67%;
    }
}
.login-form input[type="checkbox"],
input[type="radio"] {
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
@media screen and (max-width: 575px) {
    .mobile-margin-15px-bottom {
        margin-bottom: 15px !important;
    }
    .mobile-margin-20px-bottom {
        margin-bottom: 20px !important;
    }
    .mobile-margin-25px-bottom {
        margin-bottom: 25px !important;
    }
    .mobile-margin-30px-bottom {
        margin-bottom: 30px !important;
    }
    .mobile-margin-40px-bottom {
        margin-bottom: 40px !important;
    }
    .mobile-padding-15px-bottom {
        padding-bottom: 15px !important;
    }
    .mobile-padding-20px-bottom {
        padding-bottom: 20px !important;
    }
    .mobile-padding-25px-bottom {
        padding-bottom: 25px !important;
    }
    .mobile-padding-50px-bottom {
        padding-bottom: 50px !important;
    }
    .mobile-padding-50px-tb {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .mobile-display-none {
        display: none !important;
    }
    .mobile-width-100 {
        width: 100% !important;
    }
    .mobile-margin-20px-right {
        margin-right: 20px !important;
    }
    .mobile-no-margin-right {
        margin-right: 0 !important;
    }
    .mobile-text-center {
        text-align: center !important;
    }
}
input,
textarea,
select {
    border-radius: 5px;
}
.top-bar-info {
    display: inline-block;
    vertical-align: middle;
}
.top-bar-info ul {
    margin-bottom: 0;
}
.top-bar-info li {
    color: #fff;
    list-style-type: none;
    padding: 0 8px 0;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}
.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    background: #e1c340;
    padding: 8px 0;
}
.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.top-social-icon {
    padding: 0;
    float: right;
    margin: 5px 0 0 0;
}
.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px;
}
.top-social-icon li:last-child {
    padding-right: 0;
}
.top-social-icon li:last-child a {
    padding-right: 0;
}
.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px;
    padding: 0 3px;
}
.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 767px) {
    .top-bar-info li {
        padding: 0 5px 0;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .top-bar-info li i {
        font-size: 14px;
    }
}
.navbar-nav li a {
    font-size: 13px;
    /* font-size: 15px; */
}
.navbar-nav li.active > a {
    color: #D84C26;
}
.navbar-nav > li > a {
    font-size: 12px;
    /* font-size: 14px; */
    /* font-size: 16px; */
}
.navbar > ul > li.has-sub > a:after {
    top: 25px;    
}
.navbar-nav li.current > a {
    color: #D84C26;
}
.navbar ul.cart-list > li > h6 {
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    .navbar-nav > li {
        margin-left: 8px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-toggler {
        background: #D84C26;
    }
    .navbar-nav > li {
        margin-left: 0;
    }
    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -173px;
    }
    .navbar .cart-list .butn {
        color: #fff;
        background: #e1c340;
    }
    .navbar ul ul li.active > a {
        color: #D84C26;
    }

    .sub-menu li {                 
        margin: 0;        
    }
}
.page-title-section {
    padding: 135px 0 115px;
    text-align: center;
}
.page-title-section h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}
.page-title-section ul {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.page-title-section ul li {
    display: inline-block;
}
.page-title-section ul li:last-child a {
    color: #e1c340;
}
.page-title-section ul li:after {
    content: "\f105";
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: Font Awesome\5 Free;
    padding: 0 5px 0 10px;
}
.page-title-section ul li:last-child:after {
    content: none;
}
.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.page-title-section .active a,
.page-title-section li.active:last-child a {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 95px 0 80px;
    }
    .page-title-section h1 {
        font-size: 42px;
        line-height: 46px;
    }
    .header-style2 .navbar-nav > li > a {
        font-size: 11px;
    }
    .navbar-nav > li {
        margin-left: 4px;
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 75px 0 60px 0;
    }
    .page-title-section h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .page-title-section ul {
        margin-top: 5px;
    }
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d94b38;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #999;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-nav i,
.owl-nav span {
    color: #232323;
    font-size: 18px;
    padding-top: 4px;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.owl-carousel .caption .overflow-hidden {
    display: inline-block;
}
.owl-carousel .caption h3 {
    font-weight: 200;
    visibility: hidden;
    opacity: 0;
    position: relative;
    display: inline-block;
}
.owl-carousel .caption h1 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    visibility: hidden;
    opacity: 0;
}
.owl-carousel .caption p {
    font-size: 28px;
    word-spacing: 1px;
    max-width: 800px;
    letter-spacing: 2px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}
.owl-carousel .caption .butn {
    visibility: hidden;
    opacity: 0;
}
.owl-carousel .caption span {
    display: inline-block;
    font-weight: 600;
}
.owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9;
}
@media screen and (max-width: 1399px) {
    .owl-carousel .caption h1 {
        font-size: 64px;
    }
}
@media screen and (max-width: 1199px) {
    .owl-carousel .caption h1 {
        font-size: 58px;
    }
    .owl-carousel .caption p {
        font-size: 16px;
        max-width: 700px;
    }
}
@media screen and (max-width: 991px) {
    .owl-carousel .caption h1 {
        font-size: 48px;
    }
    .owl-carousel .caption p {
        font-size: 16px;
        max-width: 600px;
    }
}
@media screen and (max-width: 767px) {
    .owl-carousel .caption h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .owl-carousel .caption h3 {
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 575px) {
    .owl-carousel .caption h1 {
        font-size: 28px;
    }

    .sectioninfingre .btn_det {
        width: 285px;
        font-size: 21px;
    }
    
}
.slider-fade {
    height: 100%;
}
.slider-fade .owl-carousel,
.slider-fade .owl-stage-outer,
.slider-fade .owl-stage {
    height: 100%;
}
.slider-fade .owl-item {
    height: 100%;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.slider-fade .item .caption {
    width: 100%;
    padding: 0 15px;
    z-index: 9;
    top: 55%;
}
.slider-fade .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.slider-fade .owl-theme .owl-nav {
    margin-top: 0;
}
.slider-fade .owl-nav i,
.slider-fade .owl-nav span {
    font-family: Font Awesome\5 Free;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    padding-top: 6px;
}
.slider-fade .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
    left: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.3;
}
.slider-fade .owl-theme .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.3;
}
.slider-fade .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #e1c340;
}
.slider-fade .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #e1c340;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #fff;
    background: none;
    width: 12px;
    height: 12px;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span {
    background: #e1c340;
}
.slider-fade .active h1,
.slider-fade .active p,
.slider-fade .active .butn {
    -webkit-animation: anislide 1s ease 100ms both;
    animation: anislide 1s ease 100ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    opacity: 1;
}
.slider-fade .active p {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.slider-fade .active h1 {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
.slider-fade .active .butn {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}
@-webkit-keyframes anislide {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@media screen and (max-width: 1399px) {
    .slider-fade .owl-theme .owl-nav {
        display: none;
    }
    .slider-fade:hover .owl-theme .owl-nav {
        display: block;
    }
}
@media screen and (max-width: 1199px) {
    .slider-fade .owl-carousel.owl-theme .owl-dots {
        bottom: 17vh;
    }
    .slider-fade .item {
        height: 100%;
    }
}
@media screen and (max-width: 991px) {
    .slider-fade .owl-theme .owl-nav .owl-next {
        right: 3vh;
    }
    .slider-fade .owl-theme .owl-nav .owl-prev {
        left: 3vh;
    }
}
@media screen and (max-width: 767px) {
    .slider-fade .owl-theme .owl-nav .owl-next {
        right: 1vh;
    }
    .slider-fade .owl-theme .owl-nav .owl-prev {
        left: 1vh;
    }
    .slider-fade .owl-nav i,
    .slider-fade .owl-nav span {
        font-size: 22px;
    }
}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
}
.resp-tabs-list li:last-child {
    margin-right: 0;
}
.resp-tabs-list li i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: text-bottom;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
.resp-tab-content {
    display: none;
    padding: 20px;
}
.resp-tabs-list li.resp-tab-active {
    border: 1px solid #D84C26;
    border-bottom: none;
    border-color: #D84C26 !important;
    margin-bottom: -1px;
    padding: 12px 14px 14px 14px;
    border-top: 4px solid #D84C26 !important;
    border-bottom: 0px #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: #D84C26;
}
.resp-content-active,
.resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1;
    float: left;
    width: 100%;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 14px 15px;
    float: left;
    width: 100%;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    background-color: #D84C26 !important;
    color: #fff;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px;
}
h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
    border-color: #D84C26 !important;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}
h2.resp-accordion.resp-tab-active {
    border-color: #D84C26 !important;
}
@media screen and (min-width: 768px) {
 

    .tab-style1 ul.resp-tabs-list {
        text-align: center;
    }
    .tab-style1 ul.resp-tabs-list li:last-child {
        margin-right: 0;
    }
    .tab-style1 ul.resp-tabs-list li.resp-tab-active {
        border: none;
        border-top: none !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #f7f7f5;
        color: #D84C26;
    }
    .tab-style1 .resp-tab-content {
        border: none;
        border-radius: 5px;
        border-top-left-radius: 0;
        padding: 40px;
        border-color: #D84C26;
        background-color: #f7f7f5;
    }
    .tab-style1 .resp-tabs-list li {
        font-size: 22px;
        font-weight: 900;
        padding: 15px 20px 15px 20px;
    }

   
}
@media screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-tab-content {
        background-color: #fff;
    }
}
.team-block {
    position: relative;
}
.team-block:hover .team-overlay {
    opacity: 1;
}
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(225, 195, 64, 0.9);
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear;
    border-radius: 5px;
}
.team-overlay a {
    top: 36%;
    left: 0;
    color: #fff;
    right: 0;
    margin: auto;
    font-weight: 800;
    position: absolute;
    font-size: 36px;
}
.team-overlay a:after {
    content: "";
    background-image: url(../img/content/paw.png);
    width: 66px;
    height: 152px;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 18px auto 0;
}
.team-block1 {
    position: relative;
}
.team-block1 .inner-box {
    position: relative;
    box-shadow: 2px 2px 30px #ccc;
    transition-duration: 0.5s;
}
.team-block1 .inner-box:hover {
    box-shadow: none;
}
.team-block2 {
    box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48);
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}
.team-block2 .team-img {
    overflow: hidden;
    position: relative;
}
.team-block2 .team-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #222, transparent);
    transition: all 0.4s;
    opacity: 0;
}
.team-block2:hover .team-img:after {
    opacity: 1;
}
.team-block2 .team-icons {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
    transition: opacity 0.3s, bottom 0.3s;
    display: block;
    opacity: 0;
}
.team-block2 .team-icons i {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-left: 10px;
}
.team-block2:hover .team-icons {
    opacity: 1;
    bottom: 28%;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.portfolio-item-overlay {
    background: #3b3d42;
    background-color: rgba(59, 61, 66, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.portfolio-item-overlay .hover-icon {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 44%;
    transform: scale(0.2);
    transition: all 0.3s ease 0s;
}
.portfolio-item-overlay .icon {
    color: #fff !important;
    display: inline-block !important;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    background-color: #D84C26;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    text-align: center;
}
.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
    visibility: visible;
}
.portfolio-item-overlay:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.masonry {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
.masonry > a {
    display: block;
    margin-top: 10px;
}
.masonry > a:first-child {
    margin-top: 0;
}
.masonry-item {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.masonry-item:first-child {
    margin-top: 0;
}
@media screen and (min-width: 576px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media screen and (min-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    
}
@media screen and (min-width: 992px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media screen and (min-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.masonry-style-1 {
    margin: 10px 0;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 30px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
.masonry-style-1 > a {
    display: block;
    margin-top: 30px;
}
.masonry-style-1 > a:first-child {
    margin-top: 0;
}
@media screen and (min-width: 576px) {
    .masonry-style-1 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 768px) {
    .masonry-style-1 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media screen and (min-width: 992px) {
    .masonry-style-1 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media screen and (min-width: 1200px) {
    .masonry-style-1 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.masonry-4 {
    margin: 15px 15px 0 15px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 20px;
}
.masonry-4 a {
    display: block;
    margin-top: 20px;
}
.masonry-4 a:first-child {
    margin-top: 0;
}
@media screen and (min-width: 576px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media screen and (min-width: 768px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media screen and (min-width: 992px) {
    .masonry-4 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media screen and (min-width: 1200px) {
    .masonry-4 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
.masonry-item-overlay {
    background: #3b3d42;
    background-color: rgba(59, 61, 66, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.masonry-item-overlay .hover-icon {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    transform: scale(0.2);
    transition: all 0.3s ease 0s;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 45px;
    width: 45px;
}
.masonry-item-overlay .icon1 span {
    color: #fff !important;
    display: inline-block !important;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 0;
    width: 45px;
    background-color: #D84C26;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    text-align: center;
}
.masonry-item:hover .masonry-item-overlay {
    opacity: 1;
    visibility: visible;
}
.masonry-item-overlay:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.paw-services i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
}
@media screen and (max-width: 575px) {
    .paw-services i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }
}
.page-container .title {
    font-size: 180px;
    line-height: 1;
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .page-container .title {
        font-size: 200px;
    }
}
@media screen and (max-width: 991px) {
    .page-container .title {
        font-size: 125px;
    }
}
@media screen and (max-width: 767px) {
    .page-container .title {
        font-size: 75px;
    }
}
#testmonials-carousel .owl-nav {
    position: absolute;
    left: 13%;
    bottom: 7%;
}
#testmonials-carousel .owl-nav button.owl-next,
#testmonials-carousel .owl-nav button.owl-prev {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: auto;
    height: auto;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: none;
}
#testmonials-carousel .owl-nav button.owl-next {
    margin-left: 15px;
}
.working-hour li {
    margin-bottom: 10px;
}
.working-hour li:last-child {
    margin-bottom: 0;
}
.working-hour li:before {
    font-family: "themify";
    content: "\e64c";
    font-weight: 900;
    color: #D84C26;
    font-size: 16px;
    margin-right: 10px;
}
.subscribe-paw {
    margin-bottom: -92px;
}
@media screen and (max-width: 767px) {
    .subscribe-paw {
        margin-bottom: -76px;
    }
}
@media screen and (max-width: 575px) {
    .subscribe-paw {
        margin-bottom: -56px;
    }
}
@media screen and (max-width: 320px) {
    .subscribe-paw {
        margin-bottom: -33px;
    }

    .sectionconfianca .banner-text {
        top: 12%;
    }

    .sectionconfianca .banner-text .titulo1 {
        line-height: 35px;
    }

    #filtropagproduto .modal-content {              
        top: 1474px!important;
    } 
}
.offer-banner {
    top: 22%;
    left: 8%;
}
.banner-1 {
    padding-top: 73%;
}
@media screen and (max-width: 991px) {
    .offer-banner {
        top: 16%;
    }
}
@media screen and (max-width: 767px) {
    .banner-1 {
        padding-top: 62%;
        padding-bottom: 10%;
    }
    .blog-detalhes .box-img {
        width: auto;
        margin-right: 0;
    }

    .blog-detalhes .box-text {
        text-align: left;
    }

    .box-vejatmb {
        flex-wrap: wrap;
    }
}
#new-arrivals .owl-nav button.owl-next,
#new-arrivals .owl-nav button.owl-prev {
    position: absolute;
    top: 32%;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #ececec;
}
#new-arrivals .owl-nav button.owl-next {
    right: -8%;
}
#new-arrivals .owl-nav button.owl-prev {
    left: -8%;
}
@media screen and (max-width: 991px) {
    #new-arrivals .owl-nav button.owl-prev {
        left: -10%;
    }
    #new-arrivals .owl-nav button.owl-next {
        right: -10%;
    }
}
.categories-content {
    margin-top: -20px;
}
.categories-content a {
    background: #133953;
    padding: 15px 25px;
    box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2);
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    /* border-radius: 355px 45px 225px 75px/15px 225px 15px 255px; */
}

.categories-txt{
    position: absolute;
    top: 53%;
    left: 27%;
    width: 44%;
    /* top: 270px;
    left: 130px;
    width: 302px; */
    font-family: "GoldplayMedium";
    font-size: 19px;
    color: #525252;
}

@media screen and (max-width: 991px) {
    .categories-content {
        margin-top: -15px;
    }
    .categories-content a {
        padding: 8px 30px;
    }
    .categories-txt {
        position: absolute;
        top: 52%;
        left: 5%;
        width: 90%;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .categories-txt {
        position: absolute;
        top: 52%;
        left: 5%;
        width: 90%;
        font-size: 19px;
    }    
}

@media screen and (max-width: 575px) {
    .categories-txt {
        position: absolute;
        top: 52%;
        left: 5%;
        width: 90%;
        font-size: 19px;
    }
    .categories-content a {
        font-size: 18px;
    }
}

.contact-paw {
    bottom: -5.3%;
    right: -29%;
}

@media screen and (max-width: 991px) {
    .contact-paw {
        bottom: -6.2%;
        right: -23%;
    }
}

@media screen and (max-width: 767px) {
    .contact-paw {
        right: -31%;
    }
}

@media screen and (max-width: 575px) {
    .contact-paw {
        right: -28%;
    }
}

.catalog-download .card{
    /* width: 100%;
    position: unset; */
    background-color: transparent;
}

.catalog-download .txtcatalogdonw{
    font-family: 'CenturyGothicBold', sans-serif;  
}

/* .catalog-download a {    
    background: #ECB64B;
    padding: 7px 15px;
    /* box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2); *
    font-family: 'CenturyGothicBold', sans-serif;  
    /* font-weight: 700; *
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    /* align-items: baseline;
    width: 235px; *
    
    align-items: center;
    width: 220px;
    justify-content: center;
    /* width: 40%; */
    /* border: 1px solid #D95421; */
    /* border-radius: 355px 45px 225px 75px/15px 225px 15px 255px; *
} */

.catalog-download .btndowncatalogo {    
    background: #ECB64B;
    padding: 7px 15px;
    /* box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2); */
    font-family: 'CenturyGothicBold', sans-serif;  
    /* font-weight: 700; */
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    /* align-items: baseline;
    width: 235px; */
    
    align-items: center;
    width: 220px;
    justify-content: center;
    /* width: 40%; */
    /* border: 1px solid #D95421; */
    /* border-radius: 355px 45px 225px 75px/15px 225px 15px 255px; */
}

.catalog-download .btndowncatalogo:hover {
    background: #1A4334;
    color: #fff;    
}

/* .catalog-download a:hover {
    background: #1A4334;
    color: #fff;    
} */

.catalog-download a img{
    width: 85%;
    /* width: 26px;  */
    margin-right: 5%;
}

/* .bghomecatalogodonw{
    background-image: url('../img/fundohome.jpeg');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: -16px 138px;
} */

.catalog-download{
    /* background-image: url('../img/fundohome.jpeg'); */
    /* background-image: url('../img/bg/bgcatalogo2.jpg'); */
    /* background-size: cover; * Ajuste o tamanho da imagem para cobrir todo o elemento * */    
    /* background-position: center center; Centralize a imagem no elemento */
    /* background-position: -34% -120%; */
    /* position: relative; */
    /* height: 103em;    */
    /* height: 80em;  */

    background-size: cover;
    background-repeat: repeat-x;
    background-position: -16px 138px;
    /* background-position: -16px 250px; */
    width: 100%;
    /* height: 45em;
    min-height: 45em; */

    height: auto;
    min-height: 100%;

    /* height: 38em; */
    /* min-height: 38em; */
    margin-top: 100px;    
}

/* .catalog-download .btndowncatalogo{
    position: absolute;
    top: 83%;
    z-index: 3;
} */

/* .catalog-download .catalog-down-img{
    position: absolute;
    top: 10%;
    z-index: 1;
} */

.sectionhomelocalizar .catalog-down-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    top: 10%;
    z-index: 1; */

    position: absolute;
    top: 25%;
    z-index: 1;
    left: 43%;
    width: 25%;
    height: 55%;
}

.sectionhomelocalizar .catalog-txt01{
    /* position: absolute;
    top: 53%;
    left: 44%;
    z-index: 1; */
    color: #fff1f1;
    width: 22%;
    font-size: 35px;
    text-align: center;      
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
}

.sectionhomelocalizarmob .imghoverlocalizar2{
    display: none;
    /* visibility: hidden !important;
    padding: 0;
    height: 0;
    margin: 0; */
}

.sectionhomelocalizarmob a:hover .imghoverlocalizar2{
    display: block;
    /* visibility: visible;     */
}

.sectionhomelocalizarmob a:hover .imghoverlocalizar1{
    display: none;
    /* visibility: hidden !important;
    padding: 0;
    height: 0;
    margin: 0; */
}

/* .catalog-download .catalog-txt01{
    position: absolute;
    top: 53%;
    left: 44%;
    z-index: 1;
    color: #fff1f1;
    width: 22%;
    font-size: 35px;
    text-align: center;      
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
} */

.catalog-download .catalog-txt02{
    /* position: absolute;
    top: 80%;
    left: 47%;
    z-index: 1; */
    color: #fff1f1;
    width: 20%;
    font-size: 69px;
    text-align: center;
    font-family: 'Autography', sans-serif;
    font-weight: 700;
    line-height: 0.8em;
}

.catalog-download .catalog-txt03{
    /* position: absolute;
    top: 70%;
    left: 49%; */
    z-index: 1;    
    width: 14%;    
}

.catalog-download .catalog-txt03 a{
    background: transparent;
    padding: 10px 25px;
    border-radius: 15px;    
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff1f1;
    border: 1px solid #fff;
    width: 100%;
}

.catalog-download .txt-font-title{
    width: 100%;
}

.catalog-download .txt-font-string {
    font-family: 'LatoLight', sans-serif;
    font-weight: 300;
    /* font-size: 20px; */
    font-size: 22px;
    color: #666;
    /* width: 100%; */
    width: 73%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 3px;
    margin-bottom: 33px;
    margin-top: 35px;
}

.sectionracaopremio{
    display: flex;
    justify-content: flex-end;
}

.sectionracaopremio .background-image{

}

.sectionprodhome .background-image{
    display: flex;
    justify-content: flex-end;
}

.sectionprodhome .ladodir{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.sectionprodhome .ladoesq{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /* position: relative;
    top: -355px; */
}

.sectionprodhome{
    padding-bottom: 0;
    margin-bottom: 0;
}

.sectionprodhome .background-image {
    position: relative;
    width: 100%;
}

.sectionprodhome .background-image .boxtxt{
    position: absolute;
    top: 49%;    
    left: 67%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
    text-align: center;
    font-family: 'LatoLight', sans-serif;    
}



/**/

/* .wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Ocupa pelo menos a altura da tela *
}

/* Estilo para a área esquerda e direita *
.left-side,
.right-side {
    position: absolute;
    top: 0;
    height: 100%;
}

.left-side {
    left: 0;
    width: 150px; /* Ajuste o tamanho conforme necessário *
}

.right-side {
    right: 0;
    width: 150px; /* Ajuste o tamanho conforme necessário *
}

/* Estilo para as imagens *
.image {
    position: absolute
    width: 150px; /* Ajuste o tamanho conforme necessário *
    height: 150px; /* Ajuste o tamanho conforme necessário *
    background-size: cover;
    background-position: center;
    opacity: 1; /* Ajuste a opacidade conforme necessário *
    z-index: 10; /* Garante que as imagens fiquem acima de outros elementos *
}

.image1 {    
    background-image: url('../img/content/bggato.png');
    top: 50px; /* Ajuste a posição conforme necessário *
}

.image2 {
    background-image: url('../img/content/bgcachorro.png');
    top: 50px; /* Ajuste a posição conforme necessário *
}

.image3 {
    background-image: url('../img/content/bgracao.png');
    top: 200px; /* Ajuste a posição conforme necessário *
} */




/* Define o estilo para o contêiner principal */
.wrapper {
    position: relative;
    width: 100%;
    height: 2280px;
    overflow: hidden; /* Impede que as imagens saiam da área visível */
}

/* Estilo para as imagens */
.image {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 50vw; /* Ocupa toda a largura da tela */
    height: 70vh; /* Ocupa toda a altura da tela */
    background-repeat: no-repeat;
}

/* Imagem 1 */
.image1 {    
    background-image: url('../img/content/bgcachorro.png');
    top: 0px;
    right: 0;
    /* width: 950px; */
    /* width: 50vw; */
    /* height: 837px; */
}

/* Imagem 2 */
.image2 {
    background-image: url('../img/content/bggato.png');
    top: 396px;
    left: 0;
    /* width: 980px; */
    /* width: 51vw; */
    /* height: 848px; */
}

/* Imagem 3 */
.image3 {
    background-image: url('../img/content/bgracao.png');
    top: 1024px;
    left: 63%;
    transform: translateX(-50%);
    width: 1522px;
    /* width: 80vw; */
    height: 795px;
}

/* Estilo para o texto e o botão */
.text-container {
    position: absolute;
    bottom: 20px; /* Ajuste a distância do fundo conforme necessário */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.text {
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.btn:hover {
    background-color: #555;
}


.sectioncathome .image1 .boxcategoriahome {
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -441px;
    left: -749px;
}

.sectioncathome .image1 .boxcategoriahome .titulo{
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 40px;
    color: #33A457;
    margin-bottom: 5px;
}

.sectioncathome .image2 .boxcategoriahome {
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -265px;
    left: 790px;
}

.sectioncathome .image2 .boxcategoriahome .titulo{
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 40px;
    color: #33A457;
    margin-bottom: 5px;
}

.sectioncathome .imgcatalogo{
    background-color: transparent;
    width: 100%;
}

.sectioncathome a{
    background: #ECB64B;
    padding: 7px 15px;
    /* box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2); */
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 17px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 220px;
    /* width: 100%; */
    justify-content: center;
}

.sectioncathome .image3 .boxcategoriahome .text-container{
    position: absolute;
    bottom: 360px;
    left: 62%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 34%;
    font-size: 22px;
    text-align: center;
    font-family: 'LatoLight', sans-serif;    
}


.sectioncathome .contentcat{
    position: relative;
    top: 1690px;
}

/* .sectionprodhome .image3 .boxcategoriahome .text{       
    color: white;
    font-size: 22px;
    text-align: center;
    font-family: 'LatoLight', sans-serif;    
} */

@media screen and (max-width: 1440px) {
    .sectioncathome .image1{      
        height: 628px;
        width: 721px;
    }

    .sectioncathome .image1 .boxcategoriahome {
        margin-right: 3%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: -232px;
        left: -646px;
    }

    .sectioncathome .image1 .boxcategoriahome .titulo {      
        font-size: 30px;       
    }

    .sectioncathome .image2 {                
        height: 635px;
        width: 731px;
    }

    .sectioncathome .image2 .boxcategoriahome {
        margin-right: 3%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: -168px;
        left: 647px;
    }

    .sectioncathome .image2 .boxcategoriahome .titulo {      
        font-size: 30px;       
    }

    .sectioncathome .image3 {        
        top: 882px;
        left: 63%;
        transform: translateX(-50%);
        width: 1155px;
        /* width: 80vw; */
        height: 598px;
    }

    .sectioncathome .image3 .boxcategoriahome .text-container {
        position: absolute;
        bottom: 180px;
        left: 62%;
        transform: translateX(-50%);
        text-align: center;
        color: #fff;
        width: 34%;
        font-size: 22px;
        text-align: center;
        font-family: 'LatoLight', sans-serif;
    }

    .catalog-download .txt-font-title {
        font-size: 35px;
    }

    .sectioncathome .contentcat {    
        top: 1417px;
    }

    .wrapper {
        height: 1948px;
    }

    .footermenu .boxmenu {
        width: 100%;
    }

}


@media screen and (max-width: 1280px) {
    .sectioncathome .image1 {
        height: 613px;
        width: 55vw;
    }
    .sectioncathome .image2 {
        height: 613px;
        width: 55vw;    
    }

    .sectioncathome .image3 {
        height: 617px;
        width: 93vw;
        left: 55%;
    }

    .sectioncathome .image3 .boxcategoriahome .text-container {       
        bottom: 220px;
        left: 68%;       
        width: 42%;    
    }

    .sectionhomepro .item3 {
        width: 75%;
    }

    .wrapper {
        height: 2021px;
    }
}

@media screen and (max-width: 1024px) {
    .sectioncathome .image1 {
        height: 494px;
        width: 55vw;
    }

    .sectioncathome .image1 .boxcategoriahome {
        top: -165px;
        left: -487px;
    }

    .sectioncathome .image2 {
        height: 488px;
        width: 55vw;
    }
    .sectioncathome .image2 .boxcategoriahome {
        top: -101px;
        left: 492px;
    }

    .sectioncathome .image3 {
        height: 485px;
        width: 93vw;
        left: 55%;
    }

    .sectioncathome .image3 .boxcategoriahome .text-container {
        bottom: 160px;
        left: 71%;
        width: 42%;
    }

    .sectioncathome .contentcat {
        top: 1308px;
    }
    .wrapper {
        height: 1836px;
    }

    .sectiondisthome .top-half {
        height: 20%;
    }

    .sectionprodhome .background-image {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-bottom: 60px;
        margin-top: 50px;
    }

    .sectionprodhome .boxtxtmob {
        background-color: #33A457;
        color: #fff;
        font-family: 'LatoLight', sans-serif;
        font-size: 20px;
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .footermenu .boxmenu {
        width: 100%;
    }
}

@media screen and (max-width: 834px) {
    .sectionprodhome .background-image {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-bottom: 60px;
        margin-top: 50px;
    }

    .sectionprodhome .boxtxtmob {
        background-color: #33A457;
        color: #fff;
        font-family: 'LatoLight', sans-serif;
        font-size: 20px;
        padding: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .catalog-download .card {
        width: 100%;
    }

    .catalog-download .accordion{
        width: 100%;
    }

    .catalog-download .container{
        text-align: center;
    }

    .boxsobrehome  .story-video {
        min-height: 0;
    }

    /* .footermenu .boxmenu {    
        flex-direction: column;
    } */
}


@media screen and (max-width: 424px) {
    .sectionhomepro .item3 {
        width: 100%;
    }

    .sectionhomepro .item3 .btn_home {
        font-size: 15px;
        padding: 15px 40px;
    }
}

/**/


.pcprodhome {
    display: block;    
}

.ipadprodhome {
    display: none;    
}

.mobprodhome{
    display: none;    
}

@media (min-width: 1200px) {
    .pcprodhome {
        display: block;    
    }
    
    .ipadprodhome {
        display: none;    
    }
    
    .mobprodhome{
        display: none;      
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .pcprodhome {
        display: none;       
    }
    
    .ipadprodhome {
        display: block;   
    }
    
    .mobprodhome{
        display: none;       
    }
}

@media (max-width: 767px) {
    .pcprodhome {
        display: none;       
    }
    
    .ipadprodhome {
        display: none;    
    }
    
    .mobprodhome{
        display: block;         
    }
}

/* .sectionprodhome .ladoesq {
    width: 100%;
    height: 100vh; /* Altura total da janela de visualização *
    background-image: url('../img/content/bggato.png');
    background-size: cover; /* Preenche a área sem distorcer a imagem *
    background-position: left; /* Centraliza a imagem *
    background-repeat: no-repeat; /* Impede a repetição da imagem *
} */

.catalog-download{
    padding: 0;
    margin: 0;
}

.sectionprodhome .ladodir .boxcategoriahome {
    /* margin-top: 15%; */
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.sectionprodhome .ladoesq .boxcategoriahome{
    margin-top: 15%;
    margin-left: 3%;    
    display: flex;    
    flex-direction: column;
    align-items: center;
}

.sectionprodhome .titulo{
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 40px;
    color: #33A457;
    margin-bottom: 30px;
}

.sectionprodhome a {    
    background: #ECB64B;
    padding: 7px 15px;
    box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2);
    font-family: 'CenturyGothicBold', sans-serif;
    /* font-weight: 700; */
    font-size: 17px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    /* align-items: baseline;
    width: 235px; */
    
    align-items: center;
    width: 220px;
    justify-content: center;
    /* width: 40%; */
    /* border: 1px solid #D95421; */
    /* border-radius: 355px 45px 225px 75px/15px 225px 15px 255px; */
}

.sectionprodhome a:hover {
    background: #1A4334;
    color: #fff;    
}



@media screen and (max-width: 1440px) {
    .sectiondisthome .titulo {
        font-size: 30px;
    }

    .sectiondisthome .content {
        align-items: baseline;
    }

    .sectiondisthome .btn_home {
        width: 100%;
        font-size: 17px;
    }
}


@media screen and (max-width: 1024px) {
    .sectiondisthome .content {
        top: 50px;
        align-items: center;
    }
    .sectiondisthome .titulo {
        font-size: 28px;
    }
    .sectiondisthome .box3 {
        width: 65%;
    }

    .sectiondisthome .btn_home {
        width: 96%;
    }

    /* .sectiondisthome .top-half {
        height: 27%;
    } */
}


@media (max-width: 834px) {
    .sectiondisthome .content{
        flex-wrap: wrap;
    }
    .sectiondisthome .box1,
    .sectiondisthome .box2 {
        width: 100%;
        order: initial; /* Reseta a ordem */
    }

    .sectiondisthome .box1 {
        order: 2; /* Coloca a box1 em cima */
    }

    .sectiondisthome .box2 {
        order: 1; /* Coloca a box2 embaixo */
    }

    .sectiondisthome .box3 {
        width: 100%;
        order: 3; /* Coloca a box2 embaixo */
        padding-bottom: 50px;
    }

    .sectiondisthome .boxinf {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 30px; /* Ajuste conforme necessário */
    }

    .sectiondisthome .btn_home {
        width: 50%;
    }

    .sectiondisthome .top-half{
        height: 15%;
    }
}

@media (max-width: 600px) {
    .sectiondisthome .btn_home {
        width: 100%;
    }

    #filtropagproduto .modal-content {
        top: 1501px;
    }

    .sectionprodhome .background-image {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-bottom: 60px;
        margin-top: 50px;
    }

    .sectionprodhome .boxtxtmob {
        background-color: #33A457;
        color: #fff;
        font-family: 'LatoLight', sans-serif;
        font-size: 20px;
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
    }   
    
    .sectionprodhome .titulo {
        margin-bottom: 0px;
    }

    .sectionprodhome .ladoesq .boxcategoriahome {
        margin-top: 0px;
    }

    .sectionprodhome .titulo {
        margin-bottom: 0;
    }
    
    .sectionprodhome .ladodir {
        justify-content: center;
    }
}

@media screen and (max-width: 411px) {
    #filtropagproduto .modal-content {
      top: 1489px;
    }
  }

@media (max-width: 428px) {

    .sectionprodhome .boxtxtmob{
        background-color: #33A457;
        color: #fff;
        font-family: 'LatoLight', sans-serif;
        font-size: 20px;
        padding: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .sectionprodhome .background-image {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-bottom: 60px;
        margin-top: 50px;
    }

    .sectionprodhome .ladodir {
        justify-content: center;
    }

    .sectionprodhome .titulo {
        margin-bottom: 0;
    }
    .sectionprodhome .ladoesq .boxcategoriahome {
        margin-top: 0;
    }

    .sectionprodhome {
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    #filtropagproduto .modal-content {
        top: 1490px;
    }
}






.sectionhomelocalizar{
    /* background-image: url('../img/bg/bglocalize.jpg'); */
    background-size: cover; /* Ajuste o tamanho da imagem para cobrir todo o elemento */
    background-repeat: no-repeat; /* Evita que a imagem se repita */
    background-position: center center; /* Centralize a imagem no elemento */
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

.sectionhomelocalizar .catalog-txt01 {
    /* position: absolute;
    top: 234%;
    left: 445px;
    z-index: 1; */
    color: #fff1f1;
    width: 100%;
    font-size: 30px;
    text-align: center;
    /* font-family: 'Fira Sans', sans-serif; */
    font-family: "GoldplayBold";
    font-weight: 900;
    margin-bottom: 60px;
  }

  .sectionhomelocalizar .catalog-txt02 {
    /* position: absolute;
    top: 80%;
    left: 47%; */
    z-index: 1;
    color: #fff1f1;
    width: 100%;
    font-size: 60px;
    text-align: center;
    font-family: 'Autography', sans-serif;
    font-weight: 700;
    line-height: 0.8em;
  }

  .sectionhomelocalizar .catalog-txt03 {
    /* position: absolute;
    top: 70%;
    left: 49%;
    z-index: 1; */
    /* width: 100%; */
    width:275px;    
    text-align: center;
    margin-bottom: 60px;
  }

  .sectionhomelocalizar .catalog-txt03 a {
    /* background: transparent; */
    padding: 10px 25px;
    border-radius: 15px;
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff1f1;
    border: 1px solid #fff;
    width: 100%;
    background-color: #fff;
    color: #D95421;    
  }

  .sectionhomelocalizar .catalog-txt03 a:hover {
        /* background-color: #fff;
        color: #D95421;     */        
        background: transparent;
        color: #fff1f1;
        border: 1px solid #fff;
  }

  .inf-parceiro{
    padding-top: 40px;
  }

.inf-parceiro .inf-txt1{
    font-family: "GoldplayBold";
    font-size: 25px;    
}

.inf-parceiro .inf-txt2{
    font-family: "GoldplayMedium";
    /* font-size: 22px;     */
    font-size: 18px;
}

.pricing-img {
    margin-bottom: -90px;
    text-align: center;
}
.pricing-table1 {
    background-color: #f7f7f7;
    padding: 110px 40px 50px 40px;
}
/* .story-video {
    min-height: 400px;
    height: 100%;
} */
.video_btn {
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
.video {
    color: #fff;
}
a.video:active,
a.video:focus {
    color: #D84C26;
}
.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    /* background: #D84C26; */
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    border: 3px solid #fff;
}
.video_btn:hover i,
.video_btn:focus i {
    color: #fff;
}
.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.3;
    animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.3;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@media (max-width: 991px) {
    .story-video {
        min-height: 275px;
    }
}
ul.countdown li {
    border-right: 1px solid #c5c5c5;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
}
ul.countdown li:last-child {
    border: medium none;
    padding-right: 0;
}
ul.countdown li:first-child {
    padding-left: 0;
}
ul.countdown li span {
    font-size: 36px;
    font-weight: 700;
    color: #232323;
    line-height: normal;
    position: relative;
}
ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    ul.countdown li {
        padding: 0 20px;
    }
}
@media screen and (max-width: 575px) {
    ul.countdown li {
        padding: 0 11px;
    }
    ul.countdown li span {
        font-size: 26px;
    }
}
.filtering {
    margin-bottom: 20px;
}
.filtering span {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.filtering span:last-child {
    margin: 0;
}
.filtering .active {
    border-color: #D84C26;
    color: #fff;
    background-color: #D84C26;
}
@media screen and (max-width: 767px) {
    .filtering span {
        margin-right: 15px;
    }
}

@media screen and (max-width: 834px) {
    .cataloghome .accordion{
        width: 100%;
    }
    .cataloghome .accordion > .card {    
        width: 100%;
    }   
    
    .cataloghome .box{
        text-align: center;
    }
}

.accordion > .card {
    overflow: hidden;
    border: none;
}
.accordion > .card .card-header {
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion > .card .btn-link.collapsed:before {
    content: "\f105";
    font-weight: 700;
    font-size: 20px;
    font-family: Font Awesome\5 Free;
    top: 19px;
    left: 29px;
    position: absolute;
    color: #232323;
}
.accordion > .card .btn-link:before {
    content: "\f107";
    font-weight: 700;
    font-size: 20px;
    font-family: Font Awesome\5 Free;
    top: 19px;
    left: 29px;
    position: absolute;
    color: #fff;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}
.accordion > .card .btn-link {
    background-color: #D84C26;
    border-radius: 30px;
    margin: 6px 0 !important;
    color: #fff !important;
    padding: 0.9rem 0 0.9rem 50px;
    width: 100%;
    text-align: left;
}
.accordion > .card .btn-link.collapsed {
    background-color: transparent;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #232323 !important;
}
.product-pet {
    transition: all 0.3s ease 0s;
}
.product-cart {
    background-color: #D84C26;
    box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 13px 0 11px;
    position: absolute;
    top: 60%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.6s ease 0s;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
}
.product-cart a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin: 0 18px;
    position: relative;
}
.product-cart a:before {
    background-color: #f7f7f5;
    content: "";
    height: 21px;
    position: absolute;
    right: -18px;
    top: 0px;
    width: 1px;
}
.product-cart a:last-child:before {
    display: none;
}
.product-pet:hover .product-cart {
    top: 50%;
    opacity: 1;
    visibility: visible;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.product-detail .label-sale {
    margin-left: 5px;
    vertical-align: top;
    padding: 2px 7px;
}
.product-detail .offer-price {
    text-decoration: line-through;
    color: red;
}
.product-rating .far:hover {
    color: #232323;
}
.shop-cart-table {
    width: 100%;
    overflow-x: auto;
}
.shop-cart-table .shop-cart td {
    line-height: 26px;
    vertical-align: middle;
    padding: 16px 8px;
}
.table.cart-sub-total {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px;
}
.table.cart-sub-total td,
.table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px;
}
.table.cart-sub-total td {
    padding-right: 0;
}
.shop-cart-table input[type="text"] {
    height: 35px;
    width: 50px;
    margin: 0;
}
.product-block {
    padding: 20px;
}
.product-name {
    margin-bottom: 5px;
}
.product-block:hover img {
    opacity: 0.65;
}
.control-top .owl-nav {
    margin: 0;
    position: absolute;
    right: -2px;
    top: -53px;
}
.control-top.owl-theme .owl-nav [class*="owl-"] {
    background: #fff !important;
    padding: 0 7px;
    width: 30px;
    height: 30px;
    margin: 7px 2px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
}
.control-top.owl-theme .owl-nav i {
    color: #6f6f6f;
    padding-top: 2px;
}
.blog-block .blog-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    border-radius: 5px;
    transition: 0.3s;
}
.blog-block .blog-img .blog-date {
    position: absolute;
    left: -9px;
    top: 30px;
    padding: 8px 28px;
    /* border-radius: 355px 45px 225px 75px/15px 225px 15px 255px; */
    background-color: #D95421;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-block .blog-content {
    background: #f5f5f5;
}
.blog-block .blog-content .read-more {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    position: absolute;
    bottom: -25px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.blog-block .blog-content .read-more i {
    color: #232323;
}
.blog-block .blog-content .read-more:hover {
    background: #e1c340;
}
.blog-block .blog-content .read-more:hover i {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .blog-block .blog-img .blog-date {
        width: auto;
        height: auto;
        line-height: normal;
    }
}
.blog-list-simple {
    margin: 0 0 40px 0;
}
.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-list-simple-text {
    color: #6f6f6f;
}
.blog-list-simple-text > span {
    color: #D84C26;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #6f6f6f;
    margin-bottom: 0;
    padding: 15px 0;
}
.blog-list-simple-text .meta {
    margin: 0 0 5px 0;
}
.blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px;
}
.blog-list-simple-text h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0;
    line-height: normal;
}
.blog-list-simple-text ul {
    margin: 10px 0;
}
.blog-list-simple-text ul li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
    margin: 0 5px;
}
.blog-list-simple-text ul li i {
    color: #D84C26;
    margin-right: 5px;
    font-size: 14px;
}
.blogs .post {
    margin-bottom: 30px;
}
.blogs .post .content {
    padding-top: 30px;
}
.blogs .post .content .post-title h5 {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}
.blogs .post .content .post-title h5 a {
    color: #232323;
}
.blogs .post .content .post-title h5 a:hover {
    color: #f24259;
}
.blogs .post .content .meta {
    margin-bottom: 0px;
}
.blogs .post .content .meta li {
    display: inline-block;
    font-size: 14px;
    color: #777;
    margin: 0 5px 5px 5px;
}
.blogs .post .content .special {
    padding: 20px;
    margin: 30px 0;
    border-left: 2px solid #D84C26;
    font-size: 22px;
    color: #D84C26;
}
.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px;
}
.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #f24259;
}
.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left;
}
.blogs .post .share-post span {
    font-weight: 700;
}
.blogs .post .share-post ul {
    float: right;
}
.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px;
}
.blogs .post .post-img img {
    width: 100%;
}
.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.blogs .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px;
}
.blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px;
}
.blogs .comment-box .author-thumb {
    width: 80px;
    float: left;
}
.blogs .comment-box .comment-info {
    margin-left: 100px;
}
.blogs .comment-box .comment-info h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600;
}
.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 12px;
}
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.pagination ul {
    display: inline-block;    
    margin:0 auto;    
    padding: 0;
}
.pagination li {
    display: inline;
}
.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff;
}
.pagination a:hover {
    background-color: #232323;
    color: #fff;
}
.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default;
}
.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
}
.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #D84C26;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px;
}
.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: 0.5px;
}
.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: 0.5px;
}
.side-bar .widget {
    margin-bottom: 30px;
}
.side-bar .widget:last-child {
    margin-bottom: 0;
}
.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.side-bar .widget li {
    position: relative;
    color: #6f6f6f;
}
.side-bar .widget li:last-child {
    margin: 0;
}
.side-bar .widget .social-listing {
    margin-bottom: 0;
}
.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block;
}
.side-bar .widget .social-listing li:after {
    background: none;
}
.side-bar .widget .social-listing li:first-child {
    padding-left: 0;
}
.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #f7f7f7;
}
.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #1c1c1c;
    color: #fff;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
}
@media (max-width: 767px) {
    .blog-grid-simple-content a:after {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .blogs .post .content .post-title h5 {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .blogs .post .content .post-title h5 {
        font-size: 24px;
    }
}
.tags a {
    padding: 5px 20px;
    border: 1px solid #D84C26;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    color: #D84C26;
}
.tags a:hover {
    background-color: #D84C26;
    color: #fff;
}
.blog-icon li {
    display: inline-block;
}
.blog-icon li a {
    display: inline-block;
    margin-top: 0;
}
#blog-post .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}
#blog-post .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}
.blog-block .blog-img .blog-date2 {
    bottom: -17px;
    left: 0;
    right: 0;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    padding: 5px 25px;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    background-color: #D84C26;
    display: inline-block;
}
footer {
    padding: 90px 0 0 0;
    /* background: #133A55; */
    background: #1A4334;    
    border-top: 7px solid #32A456;
}

/* Defina a imagem de fundo para um elemento com a classe "container" */
/* footer {
    background-image: url('../img/bg/footer.jpg');
    background-size: cover; /* Ajuste o tamanho da imagem para cobrir todo o elemento *
    background-repeat: no-repeat; /* Evita que a imagem se repita *
    background-position: center center; /* Centralize a imagem no elemento *
} */


footer p {
    margin-bottom: 0;
}
footer h3 {
    font-size: 18px;
    /* font-size: 16px; */
    font-weight: 400;
    margin-bottom: 0;
    line-height: 0.5;
    position: relative;
    color: #fff;
    font-family: "CenturyGothicRegular";
}
footer h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    /* background: #D84C26; */
    margin-top: 12px;
}

footer h3 a{
    color: #fff;
}

footer h3 a:hover{
    color: #D84C26;
}

footer ul li{
    color: #fff;
    font-family: "CenturyGothicRegular";
    font-size: 16px;
    font-weight: 400;
}

footer ul li a{
    color: #fff;
}

footer ul li a:hover{
    color: #D84C26;
}

footer .list-style-1 span {
    color: #e1c340;
    margin-right: 10px;
    line-height: unset;
}
footer .list-style-1 li {
    color: #939393;
}
footer .list-style-1 li a {
    color: #939393;
}
.footer-list {
    margin: 0;
}
.footer-list li {
    list-style-type: none;
    color: #939393;
    padding: 6px 0;
}
.footer-list li:first-child {
    padding-top: 0;
}
.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #939393;
}
.footer-list li a:before {
    content: "\f105";
    font-weight: 700;
    vertical-align: bottom;
    font-family: Font Awesome\5 Free;
    color: #939393;
    padding-right: 8px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-list li a:hover {
    color: #999;
}
.footer-list li a:hover:before {
    color: #999;
}
.newsletter {
    position: relative;
}
.newsletter input {
    padding: 9px 168px 9px 16px;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #999;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0;
}
.newsletter .butn {
    position: absolute;
    right: 2px;
    padding: 15px 25px;
    text-transform: none;
    top: 7px;
}

.imagem-responsiva {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    z-index: 1; /* Coloca o fundo acima da imagem */
}

.product_mobdispo .container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_mobdispo .title {
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    color: #6C6C70;
    font-size: 23px;
    margin-right: 1%;
    width: 100%;    
  }
  
  .product_mobdispo .peso {
    color: #6C6C70;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    font-size: 17px;    
    border: 2px solid #e9e9eb;
    border-radius: 10px;
    padding: 15px 5px;
    width: 64px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;  
    margin-top: 5%;  
  }

  .product_mobdispo .box2{
        width: 100%;
  }

  .product_mobdispo .boxps{
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 25px; */
    margin-bottom: 15%;
  }

  .product_mobdispo{
     padding-bottom: 0;
  }


  @media screen and (max-width: 1596px) {
    .boxprod .card {
        padding: 10px;
    }
        
    /* .custom-button {
        padding: 3px 2px;
    } */
  }

  @media screen and (max-width: 1535px) {
    .header-style2 .navbar-nav > li > a {
        font-size: 14px;
        /* font-size: 12px; */
    }
  }

  @media screen and (max-width: 1460px) {
    .navbar-nav > li {     
        margin-left: 0px;
    }
  }

  @media screen and (max-width: 1445px) {
    .header-style2 .navbar-nav > li > a {
        font-size: 11px;
    }
 }

  @media screen and (max-width: 1440px) {
    .sectionmarca{

    }

    .boxprod .card {
        padding: 20px;
    }

    .sectionmarcas .marcastxt {
        position: unset;
        width: 65%;        
    }

    .sectionmarcas .btn_marcas {
        /* width: 70%; */
        margin-bottom: 50px;
    }

    .sectionmarcas{
        padding-bottom: 0;
        margin-bottom: 0;
    }
  }


@media screen and (max-width: 1024px) {
    
    .sectionmarcas .marcastxt {
        position: unset;
        width: 100%;
    }

    .sectionmarcas .btn_marcas {
        /* width: 70%; */
        margin-bottom: 50px;        
    }

    .sectionmarcas{
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    footer {
        padding-top: 70px;
    }

    .prodbtnpc{
        display: none!important;;
    }
    .prodbtnmob{
        display: block!important;;
    }

    .custom-button {
        width: 100%;       
        /* padding: 3px 1px; */
        margin-bottom: 4%;
        font-size: 13px;                
        padding: 15px 10px;
    }

    .btn-container {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991px) {
    footer {
        padding-top: 50px;
    }
    footer h3 {
        margin-bottom: 20px;
    }
    .newsletter .butn {
        right: 1px;
        top: 6px;
    }
    .sectionmarcas .marcastxt {
        position: unset;
        width: 100%;
    }

    .sectionmarcas .btn_marcas {
        /* width: 100%; */
        margin-bottom: 50px;
    }

    .sectionmarcas{
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {

    .bannerpagdetalhes .banner_content_produto .banner_titulo1 {
        font-family: "Hestina", sans-serif;
        font-size: 40px;
        color: #fff;
        margin-top: 25%;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .custom-checkbox-2 {
        width: 100%;
    }

    .bannerpagdetalhes {
        margin-bottom: 0;
    }

    .menusuperiorfiltro{
        padding-top: 0;
    }



    .sectionmenufiltro {
        position: unset;    
    }

    .produtodetpc{
        display: none;
    }
    .produtodetipad{        
        display: block;
    }
    
    .produtodetmob{
        display: none;
    }

    .produtodetipad .banner_content_box .banner_box2 {
        width: 100% !important;
    }
    .produtodetipad .banner_content_box .banner_box1 {
        margin-right: 10px;
        margin-top: 20px;
    }    
    .produtodetipad .banner_content_box {
        margin-left: 0;
    }

    .produtodetipad .imgprodbanner {
        width: 100% !important;
    }



    .ondeencontrartxt .txt {     
        font-size: 25px;
    }

    .blog-detalhes-vejatmb .titulopagv {     
        font-size: 40px;
    }

    .blog-detalhes-vejatmb .box-vejatmb {        
        flex-wrap: wrap;
    }

    .blog-detalhes-vejatmb .item-veja {
        width: 100%;    
        margin-bottom: 50px;
    }

    .blog-detalhes-vejatmb{
        /* margin-top: 10px; */
        padding-top: 0;
    }

      

    .footermenu .navlistmenu ul{
        margin-left: 5%!important;
    }

    .blogs .img-res {
        height: auto;
    }

    .boxredes{
        padding: 0;
    }
    footer h3 {
        margin-bottom: 20px;
    }
    .newsletter input {
        font-size: 14px;
        padding: 9px 130px 9px 16px;
    }
    .newsletter .butn {
        right: 1px;
        top: 7px;
    }
    .inf-parceiro .inf-txt1 {
        font-size: 21px;
        margin-bottom: 6%;
    }
    .inf-parceiro .inf-txt2 {
        font-size: 19px;
    }
    .txt-title {
        font-size: 40px;
    }
    .sobrepanelaco .txt{
        font-size: 19px;
    }
    .section_beneficios .box1 {
        width: 100%;
        margin-bottom: 5%;
    }    
    .section_selo .container {     
        flex-wrap: wrap;
    }
    .section_selo{
        padding-bottom: 5%;
    }
    .section_localizacaomob {
        /* position: relative; */
    }
    .section_localizacaomob .local_box1{
        /* position: absolute;
        top: 6%;
        left: 0;         */
        font-family: 'Autography', sans-serif;
        color: #fff;
        font-weight: 900;
        font-size: 49px;
        line-height: 1em;
        text-align: center;
    }

    .section_localizacaomob .local_box_img{
        /* position: absolute;
        top: 15%;
        left: 27%; */
    }

    .section_localizacaomob .local_box2{
        /* position: absolute;   */
        /* top: 45%;
        left: 0; */
        color: #fff;                
        line-height: 1em;        
        text-align: center;

        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 400;
        font-size: 20px;        

        line-height: 1.5em;
        margin: 5% 0;       
    }

    .section_localizacaomob .txt_local {
        color: #123852;
        font-size: 30px;
        font-family: 'GoldplayBold', sans-serif;
        line-height: 1.3em;
        margin-top: 5%;
    }

    .section_localizacaomob .btn_local {
        margin-top: 8%;
        margin-bottom: 15%;
    }

    .section_localizacaomob .titulo2_local {
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 400;
        font-size: 19px;
        line-height: 1.5em;
        color: #fff;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .section_localizacaomob .btn_local a {
        background: transparent;
        padding: 10px 25px;
        border-radius: 15px;
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #fff1f1;
        border: 1px solid #fff;
        width: 100%;
    }

    .product_video .box1 {
       width: 100%;
    }
    .product_video .box2 {
        width: 100%;
    }
    .story-video {
        min-height: 0;
    }

    .product_video .container{
        flex-wrap: wrap;
    }
    .section_beneficios{
        margin-top: -7%;
        margin-bottom: -10%;
    } 
    .section_selo .txtselo {
        margin-top: 5%;
    }

    .bannerpagdetalhes .banner_titulo1 {
        font-size: 20px;
    }
    .bannerpagdetalhes .banner_titulo2 {
        font-size: 33px;
    }
    .bannerpagdetalhes .imgprodbanner {        
        /* width: 55%; */
        width: 14em;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .banner_content_box {
        /* width: 30%; */
        width: 9em;
    }
    .section_informacoes .box {     
        flex-wrap: wrap;
    }

    .section_informacoes .box {    
        display: flex;        
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .section_informacoes .boxinf {
        width: 45%;
        margin-bottom: 5%;
        margin-right: 5%;
        padding: 5%;
    }

    .section_informacoes .boxinf:nth-child(2n) {
        margin-right: 0;
    }

    .banner_box1 {
        padding-top: 5%;
    }
    
    .section_titulo_outros_prod {    
        font-size: 49px;        
        line-height: 1em;
        padding-bottom: 0;
    }   

    .section_outros_produtos {
        padding-top: 10%;
    }
    
    .boxoutosprodutos .card {
        width: 100%;
        padding: 6px;
        display: flex;
        align-items: center;
        left: 4%;
        margin-right: 5%;
    }

    .boxoutosprodutos .custom-button {
        font-size: 14px;
        width: 100%;
    }

    .boxprod {
        width: 100%;
    }

    .boxprod .card {
        width: 49%;
        margin-right: 2%;
        padding: 8px;
    }
    .produto-lateral .card:nth-child(3n) {        
        margin-right: auto;
      }

    .boxprod .card:nth-child(2n) {
        margin-right: 0;
    }

    .btn-container {        
        flex-wrap: wrap;
    }

    .custom-button {
        width: 100%;
        /* width: 74px; */        
        /* padding: 3px 1px; */
        padding: 11px 2px;
        margin-bottom: 4%;
        /* font-size: 14px; */
        font-size: 13px;
    }

    .boxprod .bgproduto {
        height: 260px;
        bottom: 17px;
    }

    .produto-lateral .card-title1 {
        font-size: 15px;
        line-height: unset;
    }

    .produto-lateral .card-title2 {
        font-size: 15px;
    }

    .produto-lateral .card-subtitle {
        font-size: 14px;
    }

    .boxprod .categorytitulo {
        font-size: 30px;
        text-align: center;
        line-height: 1;
    }

    .produto-lateral {
        margin-top: 5%;
    }

    header {
        /* z-index: 99999; */
        /* z-index: 2; */
    }


    .menusuperiorfiltro{
        /* background-color: #F4F4F4; */
        /* padding-top: 20px; */
        /* padding-top: 10%;         */               
    }

    .sectionmenufiltro{        
        padding-top: 6%;
    }

    .menusuperiorfiltro .container{
        display: flex;
        justify-content: center;
    }

    /*FILTRO MOB*/
    #filtropagproduto .modal-content {
        position: absolute;
        /* top: 111%; */        
        /* top: 1040px!important; */
        /* top: 633px !important; */
        left: 50%;
        /* transform: translate(-50%, -50%); */
        transform: translate(-50%, -98.5%);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        width: 100%;
        border-radius: 0;

    }

    #filtropagproduto .modal-dialog {                
        width: 100%;
        margin: 0;
        /* margin-top: 328px; */
    }

    #filtropagproduto .boxbtnfiltrar{
        display: flex;
        justify-content: center;
    }
    
    .btnfiltropagproduto{
        background-color: #33A457;
        color: #fff;
        padding: 7px 60px;
        font-size: 15px;
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 700;
        cursor: pointer;
        border-radius: 8px;
    }

    .btnfiltropagproduto:hover{
        color: #fff;
        background-color: #1A4334;
    }

    .menusuperiorfiltro .btn.focus, .btn:focus, .btn:hover {
        color: #fff;
    }

    #filtropagproduto .product_txt_menu{
        font-size: 17px;
        text-align: center;
        margin-bottom: 5%;
        padding-top: 10%;
        color: #6C6D70;
        font-family: "GoldplayMedium";        
    }

    .btnfiltropagproduto img{
        width: 15%;
    }

    #filtropagproduto .product_img_menu{
        display: flex;
        justify-content: space-around;
        margin-bottom: 8%;
    }

    #filtropagproduto .btnfiltrarmodel{
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 700;
        background-color: #33A457;
        color: #fff;
        font-size: 16px;
        padding: 8px 80px;
        border-radius: 7px;
        opacity: 1;
    }

    #filtropagproduto .modal-header {
        position: fixed;
        z-index: 5;
        height: 59px;
        width: 91.3%;
        background-color: #fff;
        top: 0px;      
        border-radius: 0;
    }

    #filtropagproduto .titulo-menu {
        text-align: left;
    }

    #filtroForm{
        text-align: left;
        color: #6C6C70;
    }

    /**/

    .section_selo img {
        width: 100%;
    }

    .product_mobdispo {
        padding-top: 10%;
    }

    .product_video{
        padding-top: 9%;
    } 
    .product_mobdispo .box2{
        padding-top: 5%;
    }


    .sobrepetfrases .boxfrasespet {
        margin-top: 5%;
    }  
    
    .sobrepetfrases .boxfrasespet .titulopet1 {    
        font-size: 23px;
    }

    .cover-background{
        padding-top: 3%;
        /* padding-bottom: 10%; */
    }

    .sobrenospanelaco {        
        background-position: -9% -29%;
        padding-bottom: 10%;
        padding-top: 7%;
        background-image: none;
    }    
    /* .sobrepetfrases .txt-string1 {       
        margin-bottom: 5%;
    } */
    .sobrepetfrases .boxfrasespet .titulopet2 {     
        font-size: 23px;
    }

    .section_informacoes .boximg {
        height: 53%;
    }

    .section_informacoes .boxtxt {
        height: 34%;
    }

    #modal1 .modal-content {
        width: 95%;
        height: 70%;
        max-height: 500px;        
        overflow-y: scroll;
    }

    #modal2 .modal-content {
        width: 95%;
        height: 70%;
        max-height: 500px;        
        overflow-y: scroll;
    }

    #modal3 .modal-content {
        width: 95%;
        max-height: 500px;        
        overflow-y: scroll;
    }

    #modal4 .modal-content {
        width: 95%;
        max-height: 500px;        
        overflow-y: scroll;
    }

    #modal5 .modal-content {
        width: 95%;
        height: 70%;
        max-height: 500px;        
        overflow-y: scroll;
    }

    #modal6 .modal-content {
        width: 95%;
        height: 70%;
        max-height: 500px;        
        overflow-y: scroll;
    }

    #modal8 .modal-content {
        width: 95%;
        height: auto;
        /* height: 70%; */
        max-height: 500px;        
        overflow-y: scroll;
    }

    #modal8 .modal-content {
        white-space: unset!important;
    }

    #modal1 .modal-content .tablemodelo4 {
        display: flex;
        flex-wrap: wrap;
    }

    #modal1 .modal-content .box1 {
        width: 100%;
        text-align: left;
    }

    #modal1 .modal-content .box2 {
        width: 100%;
    }
    
    .product-tabela .tbtitle {    
        /* padding: 1% 0%; */
    }

    .dietadia {
        width: 63px;
    }    

    .sectionmarcas{
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .sectionmarcas .marcasimg{
        width: 100%;
        margin-left: 2%;
        margin-bottom: 5%;
        margin-top: 50px!important;
    }

    .sectionmarcas .marcastxt {
        position: unset;
        width: 100%;
    }

    .sectionmarcas .btn_marcas {
        /* width: 100%; */
        width: 257px;
    }    

    .inf-parceiro .txt-string{
        margin-top: -3%;
        margin-bottom: 5%;
    }

    .mandalasection{
        margin-bottom: 14%;
    }

    .blogs .card{
        width: 100%;
    }

    .box-pagination {
        margin-bottom: 10%;
    }

    .sobrepanelaco .boxsobrehome {
        display: flex;
        flex-wrap: wrap;
    }

    .sobrepanelaco .boxsobrehome .item1 {
        width: 100%;
        margin-bottom: 3%;
    }
    
    .sobrepanelaco .boxsobrehome .item2 {
        width: 100%;
    }

    .sobrepanelaco .sobretxthome {     
        margin-top: 0;
        margin-bottom: 10%;
    }

    .sobrepanelacofooter .txt-title {
        margin-top: 10%;
    }
    .section_loja_sobrenos_mob{
        background: #D95421;
        text-align: center;
    }

    .section_loja_sobrenos_mob{
        background-image: url('../img/sobrenos/sobrenosbg.png');
        background-size: cover;
        background-repeat: no-repeat;        
        background-position: center 160px;        
   }


    .section_loja_sobrenos_mob .box_loja{
        text-align: center;
    }

    .section_loja_sobrenos_mob .box_distribuidor{
        text-align: center;
    }

    .section_loja_sobrenos_mob .titulo_loja_home {
        font-family: 'Autography', sans-serif;
        font-weight: 700;
        font-size: 40px;
        color: #fff;
        text-align: center;
        margin-top: 10%;
    }

    .section_loja_sobrenos_mob .boxbntsobrenos{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .section_loja_sobrenos_mob .text_loja_home {
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        line-height: 1.2em;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
        text-align: center;
    }

    .section_loja_sobrenos_mob .btn_home {
        border-radius: 15px;
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #fff1f1;
        background-color: #E88B68;
        padding: 3px 22px;
        margin-top: 5%;
        margin-bottom: 10%;
        /* width: 42%; */
        width: 160px;
    }

    .section_loja_sobrenos_mob .btn_home a {
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #fff1f1;
        line-height: 1.5em;
        width: 40%;
    }

    .sectionboxencontrar .item {
        width: 100%;
    }

    .sectioncont .container {
        flex-wrap: wrap;
    }

    .sectioncont .infoconto {
        width: 100%;
        margin-top: 10%;
    }

    .sectioncont .formulariocont {
        width: 100%;
    }
    
    .sectioncont .boxforumalario {
        position: unset;
    }
    
    .sectioncont{
        margin-top: 0;
        padding-top: 0;
    }
    .sectioncont .titulocont {
        font-size: 46px;
        text-align: center;
        line-height: 1;
    }

    .sectioncont .titulocontfale {
        /* font-size: 45px; */
        font-size: 40px;
    }

    .sectioncont .boxforumalario {
        padding: 15px 25px;
        margin-top: 5%;
    }

    .sobrepanelacofooter .txt-title {
        font-size: 45px;
        margin-top: 0;
    }

    .sectioncont .boxinfocont .txt2 {
        font-size: 18px;
    }

    .section_informacoes .boxinf .txt {
        font-size: 16px;
    }

    .container-cover .txt-cover-a {
        font-size: 40px;
    }

    .sobrepanelaco .item1 .txt-title {
        font-size: 40px;
    }

    /* .swiper-container {
        height: 49vh;
        height: 49svh;
    } */
    
    .txt-string1{
        font-size: 38px;
    }

    #carousel {
        display: none;
    }

    #carousel-mob {
        display: block;
    }


    .footermenu .menufoot{
        margin-bottom: -7px;
    }

    /* .navbar-nav ul {
        display: block;
    } */

    .catalog-download {
        background-image: none;
        height: auto;
    }

    .catalog-download .accordion .card {
        width: 100%;
    }
    .catalog-download .txt-font-title {
        width: 100%;
        /* margin-top: 1%; */
        margin-top: 5%;
        text-align: center;
        line-height: 1em;
        /* font-size: 40px;      
        margin-bottom: 5%!important;   */
        font-size: 27px;
        margin-bottom: 0% !important;
    }

    .catalog-download .txt-click {
        font-size: 40px;
    }

    .catalog-download a {
        /* width: 220px; */
        width: 204px;
        margin-bottom: 40px;
        font-size: 18px;
        padding: 7px 14px;
    }

    .catalog-download .card-body{
        width: 100%;
    }

    .section_loja_home_mob {
        position: relative;
    }

    .section_loja_home_mob .box_loja {
        position: absolute;
        top: 11%;
        left: 0;
        color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_loja_home_mob .titulo_loja_home {
        font-family: 'Autography', sans-serif;
        font-weight: 700;
        font-size: 40px;
    }

    .section_loja_home_mob .text_loja_home {
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 400;
        font-size: 18px;
        width: 100%;
    }

    .section_loja_home_mob .btn_home {
        border-radius: 15px;
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 700;
        font-size: 18px;
        /* color: #fff;
        background-color: #133A55; */
        /* padding: 3px 32px; */
        margin-top: 1.5em;
        /* position: absolute;
        left: 25%;
        top: 485px; */
        width: 163px;

        background-color: #fff;
        color: #D95421;

        padding: 10px 25px;
        line-height: 1.2em;
    }
    
    
.section_loja_home_mob .btn_home:hover a{
    /* color: #fff;
    background-color: #E88B68; */
    /* color: #133953;
    background-color: #fff; */

    background: transparent;
    color: #fff1f1;
    border: 1px solid #fff;
}

    .section_loja_home_mob .box_loja_btn{
        position: absolute;
        top: 5%;
        left: 0;       
        width: 100%;
    }

    .section_distri_home_mob{
        position: relative;
    }

    .section_distri_home_mob .box_distrib {
        position: absolute;
        top: 25px;
        left: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section_distri_home_mob .titulo_dist_home {
        font-family: 'Autography', sans-serif;
        font-weight: 400;
        font-size: 40px;
    }

    .section_distri_home_mob .text_dist_home {
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 400;
        font-size: 18px;
        width: 100%;
    }

    .section_distri_home_mob .btn_home {
        border-radius: 15px;
        font-family: 'GoldplayMedium', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #133953;
        background-color: #fff;
        /* padding: 3px 32px; */
        margin-top: 1em;

        padding: 10px 25px;
        line-height: 1.2em;
    }

    .bannerlocalizacaorepresentante .local_box {
        margin-top: 50px;
    }

    .bannerlocalizacaorepresentante .titulo2_local {
        margin-top: 15px!important;
    }

    .bannerlocalizacaorepresentante  #form-representante-revenda {    
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bannerlocalizacaorepresentante  .custom-select-box {    
        width: 100%;
        margin-bottom: 15px;
    }

    .bannerlocalizacaorepresentante .search-button {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .bannerlocalizacaorepresentante .ondeencontrartxt .txt {
        font-size: 30px;
    }

    
    .section_loja_home_mob .box_loja_btn{
        position: absolute;
        top: 81%;
        left: 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }     
    
    .sectiontext .box {    
        flex-wrap: wrap;
    }
    
    .sectiontext .sustenttitulo {
        width: 100%;
    }

    .sectiontext .sustenttxt {
        width: 100%;
        margin-top: 10%;
    }

    .sub-menu{
        border-radius: 0;
    }

    .sectiontrab .trabtitulo {
        font-size: 40px;
        line-height: 0.8em;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .sectiontrab{
        padding-top: 0;
        margin-top: 30px;
    } 

    .formulario_trabalhe .file .file_label {
        padding: 8px 14px;
        font-size: 12px;
    }

    .sectionboxencontrar .item {
        padding: 10px;
        margin-right: 0;
    }

    .sectionboxencontrar .item .titulo {
        font-size: 20px;
    }
    

    .sectionbeneficios{
        background-color: #505C72;
        margin-top: 30px;
    }

    .sectionbeneficios .boxbenefi {
        position: unset;
        width: 100%;        
    }

    .formulario_trabalhe{
        margin-top: -30px;
    }

    .sectionbeneficios .boximgbenef {
        align-content: space-between;
        justify-content: center;
        flex-wrap: wrap;
    }

    .sectionbeneficios .boximgbenef .item{
        margin-bottom: 10%;
        margin-right: 10%;
        width: 40%;
    }

    .sectionbeneficios .titulobenef {
        font-size: 40px;
        line-height: 1em;
        margin-bottom: 15%;
    }

    .sectionbeneficios .boximgbenef .item:nth-child(2n) {
        margin-right: 0;
    }

    :target {
        scroll-margin-top: 5em!important;
    }

    .sectionmarcas {
        margin-top: 30px;
    }
}

    @media(max-width: 500px) {
        /* .swiper-container {
            height: 50svh;
            height: 50vh;
        } */

        #modal3 .modal-content {
            width: 95%!important;
        }
        .sectionmarcas {
            margin-top: 30px;
        }

        #modal6 .modal-content .table {
            margin-bottom: 0;
        }

        #modal6 .modal-content {         
            height: auto;
        }

        .footerbottom{
            margin-bottom: 50px!important;
        }
        
        .whatsbottom{
            margin-bottom: -16px!important;
        }
        
        .scrollbottom{
            margin-bottom: -13px!important;
        }

        .sectionnewsletter .box input[type="submit"] {
            width: 220px;
        }

        #greenpaws{
            /* margin-top: 20px!important; */
            padding-top: 10px!important;
        }

        #sevenpets{
            margin-top: 20px!important;
            padding-top: 10px!important;
        }

        #mandala{
            margin-top: 20px!important;
            padding-top: 10px!important;
        }
        
        :target {
            scroll-margin-top: 10em !important;
        }
        
       
    }

    @media(max-width: 428px) {
        /* .swiper-container {
            height: 53svh;
            height: 53vh;            
        } */
        /* #filtropagproduto .modal-content {
            top: 120%;
        } */
        :target {
            scroll-margin-top: 5em !important;
        }

        .sectionmarcas {
            margin-top: 30px;
        }

        .produtodetpc{
            display: none;
        }
        .produtodetipad{
            display: none;
        }

        .produtodetmob{
            display: block;
            margin-bottom: 30px;
        }

        .bannerproddetalhes .bannerproduto {
            margin-top: 30px;
            margin-bottom: 30px;
            width: 100%;
        }

        .produtodetmob .boxcontentbanner{
            flex-wrap: wrap;
            justify-content: center;
        } 

        .produtodetmob .boxcontentbannermob{
            display: flex;
            justify-content: space-between;
        }

        .produtodetmob .boxcontentbannermob .box1{
            /* width: 50%; */
            width: 48%;
        }

        .produtodetmob .banner_content_titulo .banner_titulo1 {
            font-size: 20px !important;
            font-family: "CenturyGothicBold", sans-serif;
        }

        .produtodetmob .banner_content_titulo .banner_titulo2 {
            font-size: 40px !important;
        }

        .produtodetmob .imgprodbanner {
            width: 70% !important;
        }
        
        .produtodetmob .banner_content_box .banner_box2 {
            margin-top: 30px;
        }

        .produtodetmob .banner_content_box{
            flex-wrap: wrap;
        }

        .produtodetmob .boxcontent{
            display: flex;
            justify-content: space-between;
        }

        .produtodetmob .banner_boxmob1{
            width: 45%;            
        }

        .produtodetmob .banner_boxmob1 .item{
            margin-bottom: 15%;
        }

        .produtodetmob .banner_boxmob2{
            width: 45%;            
        }

        .produtodetmob .banner_boxmob2 .item{
            margin-bottom: 19%;
        }
    }

    @media(max-width: 385px) {
        /* .swiper-container {
            height: 54svh;
            height: 54vh;
        } */
        :target {
            scroll-margin-top: 5em !important;
          }

          
         #filtropagproduto .modal-content {
            top: 1484px;          
          }

        .sectionmarcas {
            margin-top: 30px;
        }

        /* .section_loja_home_mob .box_loja_btn{
            position: absolute;
            top: 81%;
            left: 0;
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
        }       */
    }
    
    @media(max-width: 375px) {
        /* .swiper-container {
            height: 60svh;
            height: 60vh;
        } */

        .footermenu .flex-footer {
            display: flex;
            flex-wrap: wrap;
        }

        .footermenu .linklogfooter{
            width: 100%;
            margin-top: 5px;
        }

        :target {
            scroll-margin-top: 5em !important;
        }   

        .sectionmarcas {
            margin-top: 30px;
        }

        /* .section_loja_home_mob .box_loja_btn{
            position: absolute;
            top: 10%;
            left: 0;       
            width: 100%;
        } */

        .sectionconfianca .banner-text {
            top: 18%;
        }

        .sectionconfianca .banner-text .titulo1 {
            font-size: 28px;
        }

        #filtropagproduto .modal-content {                        
          top: 1482px;
        } 
      
    }

    @media(max-width: 360px) {
        /* .swiper-container {
            height: 45svh;
            height: 45vh;
        } */

        #filtropagproduto .modal-content {
            /* top: 158%; */
            /* top: 158.1%; */
            /* top: 153.6%; */
            top: 1480px;
        } 

        :target {
            scroll-margin-top: 5em !important;
        }

        .sectionmarcas {
            margin-top: 30px;
        }
        
        /* .section_loja_home_mob .box_loja_btn{
            position: absolute;
            top: 5%;
            left: 0;       
            width: 100%;
        } */
    }

    @media(max-width: 300px) {
        .links-footer-redes {
            font-size: 17px;
        }
    }


    @media(max-width: 1742px) {
        .blogs .box_bog .card-title {
            height: 75px;
        }
    }

    @media(max-width: 991px) {
        .blogs .box_bog .card-title {
            height: 85px;
        }
    }

    @media(max-width: 767px) {
        .blogs .box_bog .card-title {
            height: auto;
        }
        
        .blogs .card .boxtxt {
            height: auto;
        }

        .sectionprodhome .ladoesq .boxcategoriahome {
            width: 100%;
        }

        .sectionprodhome .titulo {
            text-align: center;
            font-size: 26px;
        }

        .sectionprodhome a {
            font-size: 16px;
            margin-top: 14px;
        }

        .sectionprodhome .ladoesq{
            position: unset;
        }

    }


    @media (min-width: 1024px) {
        .nav-cookie-disclaimer {
            padding: 16px 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: baseline;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;            
            font-family: "FuturaBook";            
        }
        .nav-cookie-disclaimer__button,
        .nav-cookie-disclaimer__button:active,
        .nav-cookie-disclaimer__button:focus {
            width: initial;
        }
        .nav-cookie-disclaimer__text {
            margin: 0 16px 0 0;
        }
    }   
    
    @media (max-width: 1023px) {     
        .nav-cookie-disclaimer {
            padding: 16px 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: baseline;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;            
            font-family: "FuturaBook";            
        }
        .nav-cookie-disclaimer__button,
        .nav-cookie-disclaimer__button:active,
        .nav-cookie-disclaimer__button:focus {
            width: initial;
        }    
        .footerbottom {
            margin-bottom: 96px !important;
        }

        .whatsbottom {
            margin-bottom: 100px !important;
        }

        .scrollbottom {
            margin-bottom: 98px !important;
        }
    }
    
    @media (max-width: 729px) {             
        .footerbottom {
            margin-bottom: 125px !important;
            
        }
    }
    
    @media (max-width: 518px) {               
        /* .footerbottom {
            margin-bottom: 150px !important;
        } */

        .footerbottom {
            margin-bottom: 136px !important;
        }

        .whatsbottom {
            margin-bottom: 170px !important;
        }

        .scrollbottom {
            margin-bottom: 145px !important;
        }

        .container-cover{
            margin-left: 10%;
            margin-right: 10%;
        }
        /* .container-cover .txt-cover-a {
            font-size: 34px;
        } */

        .container-cover .txt-cover-a {
            font-size: 30px;
            line-height: 1.3em;
            text-align: center;
        }

        .container-cover .txt-cover-b {
            display: none;
        }
    }
    
    
    @media (max-width: 421px) {                
        .footerbottom {
            margin-bottom: 160px !important;
        }

        .whatsbottom {
            margin-bottom: -18px !important;
        }

        .scrollbottom {
            margin-bottom: 100px !important;
            /* margin-bottom: -16px !important; */
        }
    }

    @media screen and (max-width: 393px) {
        #filtropagproduto .modal-content {
          top: 1485px;
        }
    }
    
    
    @media (max-width: 360px) {                
        .footerbottom {
            margin-bottom: 173px !important;
        }

        .sectionconfianca .banner-text {
            top: 15%;
        }

        .sectionconfianca .banner-text .titulo1 {
            font-size: 29px;
        }
    }
    
    @media (max-width: 340px) {                
        .footerbottom {
            margin-bottom: 220px !important;
        }
    }
    
    @media (max-width: 324px) {                
        /* .footerbottom {
            margin-bottom: 240px !important;
        } */

        .footerbottom {
            margin-bottom: 190px !important;
        }

        .scrollbottom {
            margin-bottom: 2px !important;
        }

        .whatsbottom {
            margin-bottom: 9px !important;
        }
    }
    
    @media (max-width: 285px) {                
        .footerbottom {
            margin-bottom: 265px !important;
        }
    }

    
    @media (max-width: 1685px) {                
        .navbar-nav > li {
            margin-left: 15px;
        }
    }

    @media (max-width: 1575px) {  
        .navbar-nav > li {
            margin-left: 10px;
        }       
        .header-style2 .navbar-nav > li > a {
            font-size: 13px;
        }
    }


    @media (max-width: 1399px) {
        .header-style2 .navbar-nav > li > a {
          font-size: 15px;
        }
      }

    @media (max-width: 1199px) {
        .navbar-nav > li {
            margin-left: 8px;
        }  
        .header-style2 .navbar-nav > li > a {
            font-size: 14px;
        }
    }

    @media (max-width: 991px) {
        .navbar{
            justify-content: flex-start;
        }
    }




    