/* #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 */  








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

.language-dropdown {
    width: 100%;
    padding: 10px;
    border-radius: 5px;    
    background-color: #fff;
    cursor: pointer;
    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: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    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;
    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;
}

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

.language-options div:hover {
    background-color: #f0f0f0;
}

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

    .language-select{
        top: 0;
        z-index: 12399995;
    }

    .navbar-toggler {
        top: 0;
    }

    .menu_area .navbar-brand {
        margin-top: 0;
    }

    .navbar-brand {
        padding-top: 0;
    }

    .navbar-nav {
        top: 73px;
    }
}






.custom-select-box {
    position: relative;
    margin-right: 2%;   
    width: 38%;    
}

.hidden {
    display: none;
}

.iconlogomarca{
    margin-left: 10px;
}

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


.txt-string{
    font-family: 'Autography', sans-serif;
    font-weight: 900;
    font-size: 65px;
    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;
    }
}


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

.sobrepanelaco .boxsobrehome{
    display: flex;
}

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

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

.sobrepanelaco .item1 .txt-title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #133953;
}

.sobrepanelaco .sobretxthome{
    font-family: "GoldplayMedium";
    font-weight: 400;
    font-size: 18px;
    /* font-size: 20px; */
    color: #525252;
    margin-top: 5%;
    margin-bottom: 5%;
}


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

/* .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: 56px;
    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: #fff;
    background-color: #133953;       
}

.section_distri_home .btn_home:hover a {
    color: #fff;
    background-color: #133953;     
}


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

.section_distri_home{
    position: relative;
}


.section_distri_home .box_distrib{
    position: absolute;
    top: 38%;
    left: 14%;
    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: 'GoldplayMedium', sans-serif;
    font-weight: 400;
    /* font-size: 22px; */
    font-size: 19px;
    width: 60%;
}

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

.section_distri_home .btn_home a{
    font-family: 'GoldplayMedium', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff; 
    background-color: transparent;    
    /* border: 1px solid #fff; */
}

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

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

.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-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: space-between;
    flex-wrap: wrap;    
}

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

    .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;
        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: 45px;
}

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

 .sectiontrab .trabtext{
    font-family: "GoldplayMedium", sans-serif;
    font-size: 18px;
    color: #525252;
    text-align: center;
 }

 .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: 17px;
    height: 50px;
    color:#525252;
  }

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

  .formulario_trabalhe .form-control {
    background-color: #E5E5E5;
    border-radius: 0.7rem;
  }

  #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  label{
    margin-bottom: 0;
  }

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

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

  /*PAG CONTATO*/
  .sectioncont .container{
    display: flex;
  }
  
  .sectioncont .formulariocont input, select {
    color: #525252;
    height: 50px !important;
  }

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

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

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

  .sectioncont .formcontatobtn{
    color: #F15F2D;
    background-image: url('../img/contato/btncontato.png');
    background-repeat: no-repeat;
    width: 261px;
    height: 73px;
    text-align: left;
    font-family: "GoldplayBold";
    font-size: 18px;
 }

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

  .sectioncont .boxinfocont {
    font-size: 25px;
    width: 70%;
    /* line-height: 29px; */
    /* margin-bottom: -15px;  */
    margin-bottom: 25px;
  }
  .sectioncont .boxinfocont .icon-comercial {
    position: relative;
    padding-left: 40px;
  }

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

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

  .sectioncont a {
    color: #525252;
  }


  .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.jpg');
    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: 31px;
    height: 24px;
    position: absolute;
    background-image: url('../img/contato/iconeemail.jpg');
    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: 31px;
    position: absolute;
    background-image: url('../img/contato/iconelocalizacao.jpg');
    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.jpg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
  }

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

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

  .sectioncont .titulocontform{
    color: #6C6D70;
    font-family: "GoldplayMedium";
    font-size: 18px;
    text-align: left;
    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 #E5E5E5;
    border-radius: 0.7rem;
  }

  .sectioncont label{
    font-family: "GoldplayMedium";
    font-size: 18px;
    color: #525252;
    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;
}

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

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

  /*DETALHES PRODUTO*/
  .section_outros_produtos .boxoutosprodutos{
    display: flex;
    width: 100%;
  }

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


/*PRODUCT*/

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

.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 .imagem-container img {
    max-height: 100%;
    max-width: 100%;    
    height: auto; 
}

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

.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: #fff;
    font-size: 14px;
  }
  
  /* Estilo para as células da tabela */
  .product-tabela td {
    border: 2px solid white; /* 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{
    font-size: 14px;
    font-family: "GoldplayBold";
  }

  .dietatxt{
    font-size: 18px;
    font-family: "GoldplayMedium";
  }

  .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*/


/* fim nova janela modal */

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

    

    /* .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: 60px; 
    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: 25px;
    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;    
}

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

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


.banner_titulo1{
    font-size: 23px;
    font-weight: 900;
    font-family: "Fira Sans", sans-serif;    
}


.banner_titulo2{
    font-size: 53px;
    font-weight: 900;
    color: #00A550;
    width: 100%;
    line-height: 1em;
    font-family: "Fira Sans", sans-serif;    
}

.bannerpagdetalhes .imgprodbanner{
    width: 35%; 
}

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

/* Estilo para o marcador (a área de dentro do checkbox personalizado) */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px; /* Altura do checkbox */
    width: 20px; /* Largura do checkbox */
    background-color: #D7DCDE; /* Cor de fundo do checkbox */
    border: 1px solid #D7DCDE; /* Borda do checkbox */
    border-radius: 5px; /* Border-radius para arredondar os cantos */
}

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

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

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

.dietatxt{
    margin: 5px 0;
}

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

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

.card:hover .card-title{    
    color: #fff;
}

.card:hover .card-title1{    
    color: #fff;
}

.card:hover .card-title2{    
    color: #fff;
}

.card:hover .card-subtitle{    
    color: #fff;
}

.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;
  }
    
  .sub-menu li:last-child {
    border-bottom: none;
  }

/* Estilo para o botão/link */
.custom-button {
    display: inline-block;
    background-color: #E9E9E9;
    color: #6C6C70;
    text-decoration: none; /* Remove a sublinhado padrão do link */
    /* padding: 3px 2px; */
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 13px;
    /* width: 88px; */
    /* width: 97px; */
    width: 48%;
    /* width: 48%; */    
}

/* Estilo para o botão/link no hover */
.custom-button:hover {
    /* background-color: #D95421; */
    background-color: #133953;    
    color: #fff;
}

.btn-container{
    display: flex;
    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: #D95421;
  }

  .vermais .btn-ver:hover {    
    background-color: #133953;
  }

  /* 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 .titulopag {
    font-family: "GoldplayBold";
    font-size: 19px;
    color: #525252;
  }

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

  .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: "Fira Sans", 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) {
    .product_img_menu{
        height: 0;
        margin-bottom: 0!important;
        overflow: hidden;
    }

    .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: 18px!important;
    font-family: "GoldplayMedium";
}

.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: #D95421;
    border: 1px solid #D95421;
    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: #C00808;
    border-color: #C00808;
}
.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: 75%;
    }
}
.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;
    }
}
.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;
    }
}
.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%;
    }
}
#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: 'Autography', sans-serif;
}

.catalog-download a {
    /* background: #D95421; */
    background: #133953;
    padding: 15px 15px;
    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: 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 a:hover {
    background: #D95421;
    color: #fff;
    /* border: 1px solid #D95421; */
}

.catalog-download a img{
    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: "GoldplayMedium";
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 18px;
    color: #525252;
    /* width: 100%; */
    width: 73%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 3px;
}


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

/* 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: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 0.5;
    position: relative;
    color: #fff;
    font-family: "GoldplayMedium";
}
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: "GoldplayMedium";
    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: 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: 14px;
    }

    .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) {

    .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;
        margin-bottom: 4%;
        font-size: 14px;
    }

    .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;
        left: 50%;
        transform: translate(-50%, -50%);
        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;
    }

    #filtropagproduto .boxbtnfiltrar{
        display: flex;
        justify-content: center;
    }
    
    .btnfiltropagproduto{
        background-color: #133953;
        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: #214a6b;
    }

    #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: #133953;
        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;  
    }

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

    @media(max-width: 385px) {
        /* .swiper-container {
            height: 54svh;
            height: 54vh;
        } */
        :target {
            scroll-margin-top: 5em !important;
          }

        #filtropagproduto .modal-content {
            top: 15%;
        }

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

        #filtropagproduto .modal-content {
            top: 155%;
        }

        .sectionmarcas {
            margin-top: 30px;
        }

        /* .section_loja_home_mob .box_loja_btn{
            position: absolute;
            top: 10%;
            left: 0;       
            width: 100%;
        } */
      
    }

    @media(max-width: 360px) {
        /* .swiper-container {
            height: 45svh;
            height: 45vh;
        } */

        #filtropagproduto .modal-content {
            top: 158%;
        } 

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


    @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 (max-width: 360px) {                
        .footerbottom {
            margin-bottom: 173px !important;
        }
    }
    
    @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;
        }
    }

    





    