



/*
    Atualizacao 08/09/2024 12:07
    Novo layout pagina de lojas
*/
.name-store {
    color: rgb(88 88 95);
    font-weight: 570;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
i.bi.bi-whatsapp {
    font-size: 20px !important;
}
.item-contact span, .item-contact .l1, .item-contact .l2, .item-contact .l3 {
    font-size: 11px;
    color: gray;
}
.item.d-flex {
    border: 2px solid gray;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}





.page_post h1 {
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 240px;
}

.page_post .content {
    margin: 21px 240px 0 240px;
}


.page_blog .post-footer a {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 6px 15px;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.page_blog .post-footer a:hover {
    background: #d7aa3a;
    color: white;
    border: 1px solid #997314;
}



.page_blog .post-header a:hover {
    color: #0d9efe;
}

.page_blog .post-date {
    width: 74px !important;
    margin-right: 15px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.page_blog .post-date .day {
    background: #F4F4F4;
    display: block;
    color: #C5AB63;
    font-weight: bold;
    padding: 4px 0;
    font-size: 22px;
}

.page_blog .post-date .month {
    background: #C6AB63;
    display: block;
    color: white;
    padding: 2px 0;
    font-weight: 500;
}

.page_blog .post-header a {
    color: #666;
    text-decoration: none;
    font-size: 22px;
    width: 80%;
    display: block;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 26px;
}







.page_blog .grid {
    margin: 0px 220px;
    padding: 0;
}

.page_blog .grid img {
    max-width: 100%;
}

.container {}

.container {}

.page_blog .post-header {
    display: flex;
     /* Alinha horizontalmente ao centro */
        /* Alinha verticalmente ao centro */
    margin-top: 15px;
    margin-bottom: 5px;
    align-items: center;    /* Alinha verticalmente ao centro */
}

.page_blog .post-summary {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin: 20px 0 10px 0;
}

.page_blog .post-footer {
    display: flex;
}




.page_historia .bar-features h4{
    font-weight: 700;
    font-size: 40px;
    color: white !important;
}
.page_historia .bar-features small {
    opacity: 0.8;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
}
.page_historia .bar-features{
    text-align: center;
    background: #D7AA3A;
    padding: 100px 0;
}
.page_historia .bar-features .bi {
    color: white;
    font-size: 60px;
}
.page_historia #footer {
    margin-top: 0;
}


.statement ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.statement li span {
    display: block;
    float: left;
    line-height: 15px;
}

.statement li {
    width: 100%;
    float: left;
    display: flex;
    display: flex;
     /* Alinha horizontalmente ao centro */
    align-items: center;    /* Alinha verticalmente ao centro */
    margin-bottom: 5px;
}

.page_historia .bar-institucional .container{
    padding: 0;
}

.statement-values ul li {
    display: none;
}
.statement-values ul li:nth-child(-n+3) {
    display: list-item;
}
#show-more-btn {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}





.statement h4{font-weight: 600;font-size: 16px;color: #666;}

.statement .content{color: #666;font-size: 13px;}

.statement li::before{
    content: url('logobpdi.png'); /* URL da imagem */
    display: inline-block;
    margin-right: 8px; /* Espaço entre a imagem e o texto */
    float: left;
    display: block;
}


.navbar-nav li.nav-item {
    padding: 0;
    margin: 0;
}

.navbar-nav li.nav-item a {
    /* background: green; */
    padding: 9px 16px !important;
    margin: 0;
    border-radius: 5px;
    border: 0px !important;
    letter-spacing: -1px;
    font-weight: 560;
}

ul.navbar-nav .nav-item {display: flex;justify-content: center; /* Alinha horizontalmente ao centro */align-items: center;    /* Alinha verticalmente ao centro */margin-right: 15px;}

a.nav-link.active {}

.navbar-nav li.nav-item a.active {
    background: #D7AA3A;
    color: white !important;
}

.navbar-nav li.nav-item a:hover:not(.active) {
    background: #eee;
}

.navbar-nav li.nav-item a.active {
    cursor: default;
}

.navbar-nav li.nav-item a:hover:not(.active) {

}

#page-produtos span{
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    padding: 0 25px;
    display: flex;
    position: absolute;
    bottom: 13px;
    justify-content: center; /* Alinha horizontalmente ao centro */
    align-items: center;    /* Alinha verticalmente ao centro */
    height: 55px;
}

#page-produtos .thumb img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#page-produtos .thumb{
    height: 155px;
    margin: 0 auto;
    display: flex;
    justify-content: center; /* Alinha horizontalmente ao centro */
    align-items: center;    /* Alinha verticalmente ao centro */
}


#page-produtos .item{
    text-decoration: none;
    color: #666;
    display: block;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    background: #EEEEEE;
    height: 232px;
    overflow: hidden;
    border-radius: 5px;
}


#page-lojas .item .thumb img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    /* height: 100%; */
    border-radius: 0 !important;
}

#page-lojas .item-contact{
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}
.btn-wpp {
    cursor: pointer;
}

.btn-wpp i {
    color: white !important;
}
#page-lojas .box i {
    color: #daa13a;
    font-size: 36px;
    margin-right: 15px;
}

#page-lojas .item .box {
    padding: 20px 20px;
    height: 315px;
    margin-bottom: 0;
    width: 50%;
    position: relative;
    overflow: hidden !important;

    float: left;
    left: -50%;
}

#page-lojas .item .thumb {
    position: relative;
    overflow: hidden;
}

#page-lojas .item .thumb span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 26%, rgba(0,0,0,0) 100%);
    bottom: 0;
    vertical-align: text-bottom;
    display: flex;
}


        #page-lojas .item .thumb {
            position: relative;
            width: 50%;
             /* Apenas para visualização */
            overflow: hidden !important;
            float: right;
            right: -50%;
        }

        #page-lojas .item .thumb span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 50%;
            background: rgb(0, 0, 0);
            background: linear-gradient(0deg, rgba(0, 0, 0, 1) 26%, rgba(0, 0, 0, 0) 100%);
            bottom: 0;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            color: white;
            padding: 10px;
            box-sizing: border-box;
        }










.pi-header .w-100 {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    top: -20px;
}

.pi-header .w-100 a {
    /* color: #666; */
    text-decoration: none;
    margin: 0 7px;
}

.pi-header{
    margin-bottom: 35px;
}

.pi-header {
    background: #F5F6FB;
    padding: 55px 0;
}

.pi-header .title-bp {
    margin-bottom: 0;
}

#footer .col-2 .social {
    margin-top: 20px;
    display: block;
}

#footer .col-2 .social a {
    text-decoration: none;
    color: white;
    margin-right: 20px;
    font-size: 24px;
    margin-top: 20px;
    display: block;
    float: left;
}

#footer .col-2 div {opacity: 0.8;font-size: 13px;padding-right: 40px;}

#footer h4, #footer h5 {
    margin-bottom: 20px;
}

#footer .col-1 img {
    margin-top: 48px;
}


#copyright {
    font-size: 13px;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    opacity: 0.7;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul a {
    color: white;
    text-decoration: none;
    opacity: 0.7;
    margin-bottom: 12px;
    display: block;
}

#footer .col-4 b {
    display: block;
}

#footer .col-4 span {
    display: block;
}

#footer .col-4 b:last-child {
}

h5 {}

#footer .col-2 {
    width: 275px;
    margin-right: 40px;
}

#footer .col-1 {
    width: 240px;
    margin-right: 60px;
}

.col-3 {}

#footer .col-3 {
    width: inherit;
    width: 140px !important;
    text-align: left !important;
    margin-left: 50px;

}

#footer .col-2 div {
    opacity: 0.8;
    font-size: 13px;
    padding-right: 40px;
}

#footer .col-4 {float: right !important; width: inherit;}

#footer .col-4 b{display: block;}
#footer .col-4 .b2{    margin-top: 30px;}


    #footer{
        background: url('./footer.png') top center no-repeat;
        height: 582px;
        overflow: hidden;
    }

    #footer .col-1,
    #footer .col-2,
    #footer .col-3,
    #footer .col-4{
        float: left;
        color: white;
    }


    #footer .flextopbar a{
        color: white;
    }
    #footer .flextopbar{
        color: white;
        padding: 70px 0;
        zoom: 1.2;
    }



    .bar-contact form{
        margin: 0 190px;
        text-align: center;        
    }

    .bar-contact{
        margin-bottom: 70px;
    }


    #owl-home-marcas .owl-item img{
        width: inherit;
        max-width: 100%;
        margin: 0 auto;
    }    

    #owl-home-marcas .owl-item a{
        height: 120px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }    


    .bar-marcas {
        margin-top: 100px !important;
        float: left;
        width: 100%;
        margin-bottom: 120px;
    }


    /* Estilo básico para os dots */
    .owl-dots {
        text-align: center !important;
        position: absolute !important;
        width: 100% !important;
        bottom: -50px !important; /* Ajuste a posição conforme necessário */
    }

    /* Estilo para cada botão dot */
    .owl-dot {
        display: inline-block !important;
        width: 20px !important;
        height: 20px !important;
        margin: 5px !important;
        border-radius: 50% !important;
        background-color: #ccc !important; /* Cor padrão do dot */
        transition: background-color 0.3s, transform 0.3s !important;
        border: 2px solid transparent !important;
        cursor: pointer !important;
    }

    /* Estilo para o dot ativo */
    .owl-dot.active {
        background-color: #C7AB63 !important; /* Cor do dot ativo */
        transform: scale(1.2) !important; /* Aumenta o tamanho do dot ativo */
        border: 2px solid #C7AB63 !important; /* Adiciona uma borda */
    }

    /* Estilo para o span dentro do dot (se necessário) */
    .owl-dot span {
        display: none !important; /* Oculta o span se não for necessário */
    }

    /* Efeito de hover */
    .owl-dot:hover {
        background-color: #C7AB63 !important; /* Cor do dot ao passar o mouse */
        border: 2px solid #C7AB63 !important; /* Adiciona uma borda */
    }

    /* Estilo específico para o dot com a cor preta */
    .owl-dot[style*="color: #000"] {
        background-color: #000 !important; /* Define a cor de fundo preta */
        border: 2px solid #000 !important; /* Adiciona uma borda preta */
    }















    .bar-institucional .l1{color: #C8AB63;font-weight: 500;}
    .bar-institucional .l2{color: #000;font-weight: 700;font-size: 28px;line-height: 37px;}
    .bar-institucional .l3{color:gray;font-size: 16px;line-height: 25px;margin-top: 17px;margin-bottom: 20px;}
    .bar-institucional .l4{color:blue;}
        .bar-institucional .l41{color: #333;display: block;font-weight: 800;font-size: 44px;letter-spacing: -1px;line-height: 46px;}
        .bar-institucional .l42{color: #666;margin: 0;font-weight: 500;font-size: 14px;}
    .bar-institucional .l5{color:red;}
.bar-institucional .l1 img {
    margin-right: 7px;
}


    #owl-home-stores .owl-item a {
        text-decoration: none;
    }


    #owl-home-stores .owl-item span {
        width: 100%;
        display: block;
        height: 60px;
        line-height: 60px;
        color: white;
        text-decoration: none !important;
        text-align: center;
        background: #C7AB63;
        font-weight: 500;
        font-size: 14px;
    }



.l5 a {
    color: #212121;
    text-decoration: none;
    background: #C8AB63;
    padding: 22px 50px;
    display: inline-block;
    margin-top: 22px;
    border-radius: 5px;
    font-weight: 600;
}

.bar-institucional .content {
}

.row {}
.bar-institucional img{
    max-width: 100%;
}
.bar-institucional .container{
    padding: 0 120px;
}



    .right-side .item {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .right-side .item-2{
        margin: 27px 0;
    }


    .right-side div a {
        color: #666;
        text-decoration: none;
        font-size: 12px;
        line-height: 17px;
        display: block;
    }

    .right-side div span {
        display: block;
        font-size: 12px;
        color: #999;
    }

    .right-side .item div {
        float: left;
        width: 50%;
        padding-left: 20px;
    }

    .right-side .item .thumb {
        float: left;
        width: 43%;
    }

    .title-bp {
        margin-bottom: 40px;
    }

    .bar-blog .left-side .layer div {
        padding: 0 30px 0 0;
        font-size: 20px;
        line-height: 24px;
    }

    .bar-blog .left-side .layer span {
        font-size: 12px;
    }

    .bar-blog .layer{
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 30px 20px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        color: white;        
    }

    .bar-blog img {
        max-width: 100%;
        border-radius: 3px;
    }

    .bar-blog .left-side a{
        position: relative;
        float: left;
    }

    .bar-blog .left-side{
        margin: 0;
        padding: 0;        
    }

    .title-bp .subtitle{
        color: #cba438;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 500;
    }

    .title-bp .main,
    .title-bp .subtitle{
        text-align: center;
    }
    .title-bp .main{
        text-align: center;
    }
    .title-bp .main img{
        margin-right: 10px;
    }
    .title-bp span{
        text-align: center;
        font-size: 21px;
        letter-spacing: -1px;
        font-weight: 500;        
    }


    .line-separator{
        opacity: 0.098;
        margin: 60px 0;
        display: block;        
    }

    .bar-features{
        margin-top: 40px;
    }
    
    .bar-features a{
        text-decoration: none;
        margin-top: 10px;
        display: block;
    }

    .bar-features .icon .bi{
        font-size: 55px;
        color: #C8AB63;
    }
    
    .bar-features .title {
        color: #666;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .bar-features .content {
        color: #999;
        font-size: 14px;
        padding: 0;
        text-align: center;
    }
    .bar-features .content b{
        display: block;
        padding: 0 44px;
    }


    .bar-features .icon {
        width: 175px;
        height: 175px;
        box-shadow: 0px 0px 15px #0000001c;
        border-radius: 100px;
        margin: 20px auto 30px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .bar-schedule{
        background: #C8AB63;
        padding: 42px 0;
    }

    .bar-schedule .btn-schedule:hover{
        background: #fff;
    }
    .bar-schedule .btn-schedule i{
        margin-right: 10px;
        font-size: 20px;
    }
    .bar-schedule .btn-schedule{
        background: #FFFF8F;
        text-align: center;
        padding: 15px 0;
        border-radius: 100px;   
        color: #000; 
        display: block;
        text-decoration: none;
        font-weight: 500;    
    }

    .bar-schedule .container{
      align-items: center;
    }

    .bar-schedule h5 {
        color: #ffffa6;
        font-size: 22px;
        text-shadow: 0px 0px 7px #0000001a;
    }


    .bar-schedule .content {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        color: #000;
        opacity: 0.7;
        margin-right: 10px;
    }

    .logo-sepia {
        margin-right: 40px;
        height: 104px;
    }
    


 #home-slide .owl-dots{
    position: fixed;
    bottom: 50px;    
  }

  #home-slide .owl-dot {
      width: 20px;
      height: 20px;
      float: left;
      margin: 0 10px;
      background: #ffffff57 !important;
      border-radius: 100px;
  }

 #home-slide .owl-dots {
      text-align: center;
      margin: 0 auto;
      display: flex;
      justify-content: center;
  }

 #home-slide  .owl-dot.active {
      background: #0009 !important;
  }







.topbar{
    padding: 14px 0;
    color: #999;
}
.header .navbar {
    padding-bottom: 20px;
}
.flextopbar{
  justify-content: space-between;
}
.flextopbar .left a{
    text-decoration: none;
}
.flextopbar .left,
.flextopbar .right{
    font-size: 13px;
}
.flextopbar .left .bi,
.flextopbar .right .bi{
    font-size: 21px !important;
    margin-right: 3px;
}

.page_midia #photo-page:after {
    content: "hue";
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) -20%, rgba(0, 0, 0, 0) 50%);
}


body.page_contato #header-shadow ,
body.page_sobre #header-shadow ,
body.page_midia #header-shadow ,
body.page_projetos #header-shadow {
    background: url(./bg.png) 10px -400px repeat-x !important;
}



.btn-send {
    padding: 10px 25px;
    background: #555;
    border:0px;
}
.btn-send:hover {
    background: #000;
}
.btn-send span {
    font-size: 13px;
    margin: 0 0 0 7px;
    font-weight: 600;
}

#page-contact .required:after {
    content: "*";
    color:red;
    margin-left:3px;
    right: 0;
    position: relative;
    top: 0;
}
#page-contact .col-department .required:after{
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}
textarea.error {
    border: 1px solid red;
}
#department.error {
    border-color: red;
}

#department-error{
    font-size: 13px !important;
    margin-top: 10px !important;    
}

#page-contact label:not(.error) {
    color: #999 !important;
    font-size: 13px;
}

#page-contact input,
#page-contact select,
#page-contact textarea {
    font-size: 13px !important;
    color: #666;
}



.title-contact span{
    font-size: 12px;
    font-weight: 600;
    color: #d10000;
}

.title-contact h4{
    letter-spacing: -2px;
    font-size: 46px;
    font-weight: 600;
}
.title-contact h5{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-bottom: 40px;
}


#col-contact{
    position: relative;
    left: 50px;
}

#col-contact .label{
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.item-contact .content {
    font-size: 13px;
    line-height: 21px !important;
    display: block;
    opacity: 0.7;
    font-weight: 300;
}

.item-contact{
    margin-bottom: 50px;
    align-items: center; /* Centraliza verticalmente */
}

/*.item-contact .bi-geo-alt{
    font-size: 35px !important;
}*/

.btn-wpp i{
    color: white;
}
.btn-wpp{
    width: 87%;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #daa13a;
    color: white;
    border-radius: 5px;
    padding: 3px 0;
    font-weight: 500;
    font-size: 14px;
    margin-top: 30px;
    position: absolute;
    bottom: 12px;
}


.item-contact .bi {
    font-size: 31px;
    margin-right: 20px;
}
#col-contact .item-contact a{
    color: #666;
    text-decoration: none;
}

#col-contact .bi-whatsapp{
    font-size: 14px !important;
    margin: 0 0 0 7px;
}

#col-contact{
    color: #666;
}

.btn-filter {
    font-weight: 500;
    /*background: black;*/
    font-size: 13px;
    border-radius: 100px;
    padding: 5px 13px;
;
}
.btn-filter.active {
    background: #333;
    color: white !important;
}

#page-projetos .topheader2{
    justify-content: center;
    align-items: center;
}

.topheader2 a {
    color: #666 !important;
    text-decoration: none;
    font-size: 13px;
}
.topheader2 a{
    margin-left: 10px;
}

#page-projetos .filter{
    width: 1000px;
    text-align: center;
}

#page-projetos .topheader2{
    margin-bottom: 30px;
}

#page-projetos .bi-search{
    margin-right: 7px;
}
#page-projetos .topheader2 span{
    font-size: 13px;
    color: #999;
    margin-top: 0px;
    margin-right: 10px;
}



#page-projetos .item{
    padding: 0;
    width: 50%;
    float: left;
    position: relative;
    /*margin: 0 0 10px 0;*/
    overflow: hidden;
    border: 2px solid white;
}
#page-projetos .item img{
    max-width: 100%;
    width: 100%;
}
#page-projetos .item img,
#page-projetos .item span{
}
#page-projetos .item span{
    z-index: 100;
    padding: 0 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    color: white;
    font-weight: 600;
}




a.btn-load-more:hover{
    background: #eee;
}

a.btn-load-more{
    text-align: center;
    border: 1px solid #ccc;
    color: #666;
    text-decoration: none;
    margin: 0 auto;
    display: table;
    padding: 15px 45px;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
}



#page-sobre .item a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    line-height: 19px;
    display: block;
    font-weight: 500;
}
#page-sobre .item .date1 {
    font-size: 11px;
    color: #999;
    margin-bottom: 6px;
    display: block;
}
#page-sobre img {
    width: 290px !important;
    margin-right: 25px;
}









#page-clipping .item a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    line-height: 19px;
    display: block;
    font-weight: 500;
}
#page-clipping .item .date1 {
    font-size: 11px;
    color: #999;
    margin-bottom: 6px;
    display: block;
}
#page-clipping img {
    width: 290px !important;
    margin-right: 25px;
}

.title-clipping h4{
    letter-spacing: 3px;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 0;
    margin-bottom: 35px;
}
.title-clipping span{
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
    line-height: 19px;
    opacity: 0.7;
    margin-top: 7px;    
}


#photo-page {
    max-width: 100%;
    top: -200px;
    position: absolute;
    left: -370px;
    z-index: 888;
}




#owl-desktop{
    display: block;

}
#owl-mobile{
    display: none;
}


body.page_index #footer-background,
body.page_index #footer{
    display: none !important;
}


.page-current{
    margin-top: 90px;
}

.page-current .d-flex h4{
    font-size: 43px;
    color: #444;
    letter-spacing: -3px;
    margin-right: 28px;
}

.label-footer{
    display: block !important;
    font-weight: 600 !important;
    color: #666;
    margin-bottom: 5px;
}

#copyright {
    font-size: 13px;
    text-align: center;
    padding: 0 235px 40px 235px;
    margin: 65px 0 0px 0px;
    opacity: 0.7;
}

#footer .footer-item{
    margin-bottom: 50px;
}

#footer .logo-dark{
    filter: brightness(0.8);
}

#footer .content{
    color: #ffffff9c;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-right: 10px;
    letter-spacing: 0px;
}


#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul a {
    color: white;
    text-decoration: none;
    opacity: 0.7;
    margin-bottom: 12px;
    display: block;
}

#footer .col-4 b {
    display: block;
}

#footer .col-4 span {
    display: block;
}




header{
    position: relative;
    z-index: 999;
}

.page-current{
    min-height: 700px;
}


.btn-intranet a {
    background: #000 !important;
    border-radius: 7px;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.btn-orcamento a {
    background: #DBD2C8 !important;
    border-radius: 7px;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.btn-intranet{

}

#footer{
    position: relative;
    z-index: 300 !important;
    margin-top: 70px;
}

.nav-link.active small {
    color: #ffffffa6;
}

.navbar-nav .nav-item a {
  border: 2px solid transparent;
  color: #283847;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  margin-right: 11px;
  padding: 7px 5px !important;
  /*border-radius: 10px;*/
  text-transform: uppercase;
}




#page-home{
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
#page-home img{
    width: 100%;
}






body.dark .nav-item a { color: white; }

body.light .nav-item a { 
    color: #1a1a1a !important;
    font-weight: 500;
}





body.dark #header-shadow {
    background: url(./bg.png) 10px -140px repeat-x;
}

body.light #header-shadow {
    background: url(./bg.png) 10px -300px repeat-x;
}

body.light.home #header-shadow {
    background: url(./bg.png) 10px 0px repeat-x !important;
}

body.light.home .nav-item a {
    color: white !important;
}


#page-clipping p, #page-sobre p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
}


.header .navbar{
    z-index: 9999;
}


#header-shadow {
    width: 100%;
    height: 480px;
    background: url(./bg.png) top center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
}

main{
    position: relative;
}

.page-current{
    position: relative;
    z-index: 999 !important;
}

#footer .container{
    z-index: 500 !important;
    position: relative;
}

#footer-background{
    /*display: none !important;*/
    position: absolute;
    background: red;
    width: 100%;
    /*z-index: 500;*/
    height: 1000px;
    bottom: 0;
    opacity: 0.7;    
    background: url(../../../../uploads/bg-footer.png) bottom center repeat-x;
}


/*#footer{
    width: 100%;
    height: 1070px;
    background: url(../../../../uploads/bg-footer.png) top center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
*/


/*
.navbar-nav .nav-item a.active {
  background: #204f9f;
  color: white;
  border: 2px solid white !important;
  box-shadow: 0px 0px 13px #0054e46e;
}
*/





*{
  font-family: 'Poppins', arial, sans-serif;
}

main{
  /*padding-top: 106px;*/
}


.item-partner.people .logo{
  background: transparent !important;
  box-shadow: none !important;
}
.item-partner.people img{
  border-radius: 130px;
}

.mobile.banner{
  display: none !important;
}
.desktop.banner{
  display: block !important;
}


/*
  
  PAGE - PROGRAMATIONS

*/
#page-programation{
}

#page-programation .bi-calendar3{
  margin-right: 10px;
  font-size: 25px;
}
#page-programation .accordion-header{
  /*position: relative;*/
}
#page-programation .accordion-header .arrow-label{
  color: red;

}
#page-programation .accordion-header .arrow-label {
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 400;
    margin-top: 19px;
    color: #000;
}


/*.accordion-button:not(.collapsed) .arrow-label {
  color: red;
}
*/

#page-programation .accordion-item .title {
    font-size: 15px !important;
    color: #555;
    font-weight: 600;
    margin-top: 9px;
}

#page-programation .accordion-item .description {
    font-size: 13px;
    padding-right: 15px;
    color: #666;
}

.accordion-button:not(.collapsed) {
    background: transparent !important;
    border-bottom: 3px solid #ccc;
}
.accordion-button:focus {
    border-bottom: 3px solid #ccc;
    box-shadow: none;
}

#page-programation .accordion-body{
    padding-top: 15px !important;
    padding: 0;
}
#page-programation .otime{
    margin: 0 10px 0 20px;
}
#page-programation .otime .bi{
  margin-right: 5px;
  font-size: 20px;
}
#page-programation .accordion-item .content {
    padding-right: 25px;
}
#page-programation .accordion-item .content .speaker {
    color: #2B70D9;
    font-size: 14px;
    font-weight: 600;
}
#page-programation .accordion-item .button a {
    padding: 15px 28px;
}
#page-programation .accordion-item .button{
    position: absolute;
    right: 20px;
}
#page-programation .otime span {
    font-weight: 600;
    margin-left: 6px;
    color: #666;
}
#page-programation .accordion-item .content .speaker small {
    font-weight: 400;
    margin-left: 6px;
    opacity: 0.7;
  }

#page-programation .item .thumb img{
  width: 105px;
  border-radius: 100px;
  border:2px solid white;
  box-shadow: 0px 0px 5px #999;
}
#page-programation .item {
    background: #EEEEEE;
    border-radius: 7px;
    min-height: 134px;
    margin-top: 15px;
}
#page-programation .thumb {
    padding: 0 25px;
}
#page-programation .item{
    border-left: 8px solid #2FA12F;
}
#page-programation .item.workshop{
  border-left-color: #0d6efd;
}




/*
  PAGE - PARTNERS
*/
.item-partner .name {
    display: block;
    color: #0352BC;
    font-size: 18px;
    font-weight: 600;
}
.item-partner .accountable * {
    font-size: 13px;
    color: #0352BC;
    font-weight: 600 !important;
    letter-spacing: -1px;
    margin-bottom: 20px;
    display: block;
}

.item-partner ul{
  list-style: none;
}
.item-partner .box{
  background: #F3F3F1;
  height: 367px;
  padding: 20px;
  margin-bottom: 25px;
}
#page-partners .item .logo span {
  position: absolute;
  top: 0;
  display: none;
}
#page-partners .item span.stand {
  left: 0;

}
#page-partners .item span.tag {
  right: 0;
}
.li-contact {
    font-size: 13px !important;
}
.item-partner ul li.li-contact {
    border-bottom: 1px solid #cccccc82;
    margin-bottom: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
  }
.li-contact.address span {
    font-size: 12px !important;
    line-height: 13px;
}
#page-partners .item a.logo {
  width: 45%;
  background: white;
  overflow: hidden;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  padding: 0 15px;
  box-shadow: 0px 0px 7px #00000012;
}
#page-partners .site a{
  text-decoration: none;
}
#page-partners ul{

    width: 60%;
    position: relative;
    margin-bottom: 0;
}
#page-partners .item a img {
    max-width: 100%;
}
div#page-partners {
    margin-bottom: 95px;
}

.item-partner ul li {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    /* justify-content: center; */ /* Centraliza horizontalmente */
}

.item-partner .bi {
    font-size: 16px;
    margin-right: 14px;
    margin-left: 14px;
}
.li-contact {
    margin-bottom: 8px;
}
li.li-contact:nth-last-child(1) {
  background: red !important;
}
.item-partner li:nth-last-child(2) {
    /*background: red;*/
    margin-bottom: 0;
    border-bottom: 0px !important;
}

.benefits  {
    position: absolute;
    bottom: 0;}
.benefits a {background: white;font-size: 13px;background: #005eff;color: white;border-radius: 45px;padding: 5px 18px;text-decoration: none;}




/*   */
#page-exhibitor .item span {
  position: absolute;
  top: 0;
  display: none;
}
#page-exhibitor .item span.stand {
  left: 0;

}
#page-exhibitor .item span.tag {
  right: 0;
}
#page-exhibitor .item a {
    overflow: hidden;
    display: block;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #f8f8f8;
    text-decoration: none;
    position: relative;
    min-height: 277px;
    padding: 0 55px;
}

#page-exhibitor .item a img {
    max-width: 100%;
}



/* PAGE - FILTERS */
.showed-filter a.active{
  color: white !important;
  background: #0165ed !important;
}


#page-exhibitor .alert .text,
#page-partners .alert .text{
  font-size: 14px;
  padding-left: 88px;
  font-weight: 400;
  opacity: 0.7;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 2px;
}


.title-main {
    margin: 40px 0 10px 0;
}
.title-main small {
    color: #666;
    font-size: 19px;
    opacity: 0.7;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 15px;
}

.button-exhibitor{
  display: none;
}

/*.header-mobile,
.nav-item .bi {
  display: none;
}
*/

.hide-desktop{
  display: none;
}



.modal-subscription .alert{
    color: #666;
    font-size: 14px;  
}
.modal-subscription .alert .bi{
    font-size: 37px;
    margin-right: 13px;
    color: #2362c9;
}
.modal-subscription input[type='text'] {
    color: #666;
    font-size: 14px;
}
.modal-subscription label {
    color: #666;
    font-size: 14px;
}
#agreeTerms{
    zoom: 1.3;
    margin-right: 20px;
    float: left;
}
.column-agree label,
.privacy-link{
/*    display: block;*/
    font-size: 12px;
    text-decoration: none;    
}
.desktop.banner {
    display: block;
    margin: 0 auto;
}
.agree-helper{
  color: #999;
  font-size: 13px;
}
.agree-helper a{
}
.modal-subscription button {
    padding: 10px 25px;
    font-size: 14px;
}
.modal-subscription button .bi {
    font-size: 19px;
}
/*label.error {
    color: red;
    font-size: 12px;
    font-weight: 500;
}
*/
input.error {
    border-color: red;
}
label.error{
    position: relative !important;
    padding: 0 !important;
    margin-top: 5px !important;
    font-size: 11px !important;
    color: #e10606 !important;
    font-weight: 600;
}
/*
.topbar{
  width: 100%;
  height: 75px;
  background: #EBEBEB;
}

*/
.topbar .exhibitor{}

.topbar .btn{
  margin-right: 10px;
  padding: 7px 25px;
}


.topbar .helper{
  color: #666;
  font-size: 14px;
}

.topbar .language img {
    width: 28px !important;
    border: 2px solid white;
    border-radius: 100px;
    box-shadow: 0px 0px 5px #666666b3;
    margin-right: 6px;
}
.topbar .helper{
  color: #999;
  font-size: 12px;
}

.language a.dropdown-item {
    padding: 10px 13px;
}
.language a.dropdown-item.active {
    background: #9999994d;
}
.dropdown-item.active span {
    color: #626262 !important;
}

.language .dropdown-toggle img{
  margin-right: 8px;
}
.language .dropdown-toggle.show{
    border: 1px solid #9999994a;
}

.topbar .language  span{
  font-size: 13px;
  color: #999;
}



.bottombar{
  background: #283847;
  height: 73px;
  width: 100%;
  overflow: hidden;
}
.bottombar .bi-geo-alt,
.bottombar .bi-calendar-check,
.bottombar .bi-telephone{
  position: absolute;
  left: -81px;
  font-size: 88px;
  top: -37px;
  color: #1C212B;
}
.bottombar .position-relative span {
    font-size: 13px;
    margin-top: 4px !important;
    display: block;
    z-index: 99999 !important;
    position: relative;
}
.bottombar .position-relative div {
    z-index: 99999 !important;
    position: relative;
}
.bottombar-subscription{
    width: 100%;
    height: 73px;
    position: absolute;
    top: 0;
    z-index: 500;
    left: calc(50% + 367px);
    transform: skew(337deg);
    background: linear-gradient(to bottom, #12c108, #0cb702);

    -webkit-transform: skew(337deg);
    -moz-transform: skew(337deg);
    -o-transform: skew(337deg);
}
.bottombar .first-bar{
  /*background: red;*/
  position: relative;
  z-index: 999;
}

.bottombar-subscription {

}
.button-subscription:hover i{
  left: -10px !important;
}
.button-subscription .bi-arrow-right-circle-fill{
    color: #FFF !important;
    font-size: 44px !important;
    position: relative;
    left: -20px;
}
.button-subscription {
  text-decoration: none;
}
.button-subscription span{
  color: white;
}


.modal-subscription .modal-header{
    background: linear-gradient(to bottom, #3175E1, #1A56BB);
    color: white;
    font-weight: 500 !important;
}



#life-header{

}




#life-maps{
  width: 100%;
  height: 710px;
  position: relative;
  background: #eee;
}
#life-maps #gmaps{
  width: inherit;
  height: 100%;
}




.topheader{
    width: 100%;
    height: 83px;
    background: #eee;
}

.header{
    width: 100%;
    /*height: 103px;*/
    box-shadow: 0px 0px 20px #66666629;
    display: flex;
    align-items: center;
    /*background: url(../images/pattern.gif) top center repeat;*/
    position: relative;
    top:0;
    z-index: 500;
    /*box-shadow: 0px 0px 10px #00000026 !important;*/
}


.layer-subs{
  display: none;
}





/* Estilos para dispositivos móveis (telefones) */
@media only screen and (max-width: 767px) {


}



#life-slider img{
  max-width: 100%;  
}

#maps-zipcode{
  width: 100%;
  height: 110px;
  background: #092d97cc;
  z-index: 400;
  position: absolute;
}

#life-slider{
  /*height: 655px;*/
  background: transparent;
}

#find-store label{
  font-size: 17px;
  font-weight: 400;
  color: white;
  margin-right: 10px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 22px #000;
}
#find-store input.zipcode{
  height: 43px;
  border-radius: 5px 0 0 5px;
  border: 0;
  color: #666;
  padding: 0 15px;
  width: 136px;
  text-align: center;
  letter-spacing: 2px;
}

#button-search:hover {
  background: #00395B;
}
#button-search {
  transition: .2s;
  background: #00A0FF;
  height: 43px;
  color: white;
  text-decoration: none;
  line-height: 43px;
  padding: 0 28px;
  border-radius: 0 5px 5px 0;
}
#button-search i{
  margin-right: 5px;
  position: relative;
  top: -4px;
}
#button-search span{
  position: relative;
  top: -2px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#zipcode{

}
#zipcode:focus {
  border:0px;
  box-shadow: 0px;
  outline: 0;
}

.nav-link small {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: 400 !important;
}


/* SLIDER */
.owl-nav{
  display: none;
}
.owl-dots{
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 6px !important;
    width: 20px !important;
    height: 20px !important;
}
/*.owl-dot.active span {
    background: #0040FF !important;
    box-shadow: 0px 0px 9px #0040FF !important;
    border: 2px solid #ffffff4a;
}
*/
#stores {
  margin-top: -70px;
}
#stores .instructions {
    background: #092d97d6;
    position: relative;
    margin-bottom: 25px;
    border-radius: 6px;
    padding: 30px 0;
}
#stores .instructions *{
  color: white !important;
}
#stores .instructions h4 {
    margin: 0;
}
#stores .instructions .icon{
  font-size: 43px;
}
#stores .instructions .description{
  font-size: 300;
}


/* ====== STORES ======  */
#stores .item .info{
  border: 1px solid #2e4ca630;
  border-top: 0px;
  padding: 20px 20px;
  border-radius: 0 0 5px 5px;
}
#stores .item .facade{
  position: relative;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#stores .item .facade img{
  width: 100%;
}
#stores .name{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    text-align: center;
    background: linear-gradient(to top, rgb(0 0 0 / 86%), rgba(0, 0, 0, 0));
    height: 88px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding-top: 20px;  
}


#stores .info-item{
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}
#stores .info-item .bi {
    margin-right: 10px;
    font-size: 22px;
    color: #204f9f;
    font-weight: 700;
}
#stores .whatsapp .bi{
  margin-right: 5px;
  font-size: 18px;
}
#stores .whatsapp{
    width: 100%;
    text-align: center;
    display: block;
    background: #25DE41;
    color: white;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none !important;
    transition: .2s;
}
#stores .whatsapp:hover{
    background: #00FF1F;
    color: #17952a;
}

#stores .facade{
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

#stores .info-item span {
    font-size: 13px;
    font-weight: 500;
}

#stores .bi{
  font-size: 30px;
}
#stores .load-more-stores{
    margin-top: 50px;
    padding: 15px 120px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}


.title h4{
  color: #666;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 400;
}


.title i{
    font-size: 43px;
    position: relative;
    top: -4px;
    margin-right: 6px;
}
.title i, .title h3{
  color: #005EFF;
}
.title h3{
  font-size: 40px;
}
.title h3, .title b {
    font-size: 30px;
    letter-spacing: -1px;
}


.title-percent{
  color: #00B200;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: -1px;
} 
.label-reservation{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #df0000;
  font-weight: 700;
  margin-top: 10px;  
}
.row-right{
    position: absolute;
    bottom: -35px;
    right: -130px;
}
.help-percent{
  color: #666;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 20px;  
}
.button-reservation{
  width: 100%;
  padding: 0;  
}

.button-reservation i{
    font-size: 43px;
    margin-right: 20px;
}


#page-exhibitor .exhibitor h5 ,
#page-programation .programation h5 ,
#page-partners .partners h5 {
    font-size: 14px !important;
    margin-right: 10px;
}

#page-exhibitor .exhibitor a:hover {
  background: #eee;
}
#page-exhibitor .showed-filter{
  margin-bottom: 10px;
  display: block;
  margin-bottom: 30px;
}

#page-exhibitor .exhibitor a:hover ,
#page-programation .programation a:hover ,
#page-partners .partners a:hover {
  background: #eee;
}

.container.row-address {
    width: 40% !important;
}
  .container.row-address span{
    margin-left: 30px;
    color: #666;
  }
    
  .row-address{
    margin-bottom: 20px;
  }

.row-address small b{
  display: block;
  text-align: right;
}
.row-address .bi{
    color: #003FB2;
    font-size: 52px;
    margin-right: 20px;
}
.row-address small{
  line-height: 28px;
  display: block;
  float: left;
  text-align: right;
  color: #003FB2;
  font-size: 24px;
}

#location-place{
    background: #001f58;
    padding: 25px 10px;
    text-align: center;
    border-radius: 10px;
}
#location-address{
  margin-bottom: 40px;
  background: #005BFF;
  opacity: 0.8;
  padding: 30px 1px;
  color: white;
  text-shadow: 1px 1px 1px #333 !important;
}

.row-address-1 span{
  color: #999 !important;
}
.row-address-2 span{
    color: #0d47af !important;
    font-size: 25px;
    letter-spacing: -1px;
    padding-left: 55px;
}
.item-hotel{
  margin-bottom: 80px;
}
.item-hotel img.cover{
  border-radius: 5px;
  border: 2px solid white;
  box-shadow: 0px 0px 10px #00000026;
  width: 100%;
  max-width: 100%;
}

.item-hotel .line-1 span {
    color: #003FB2;
    font-weight: 600;
    font-size: 18px;
}
.item-hotel .bi {
    font-size: 20px;
    margin-right: 9px;
    margin-left: 5px;
}
.item-hotel .line-3, .item-hotel .line-4 {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}
.item-hotel .line-3,
.item-hotel .line-4{
  color: #999;
}
.item-hotel .cover {
    margin-bottom: 10px;
    margin-top: 20px;
}

#page-exhibitor .exhibitor a ,
#page-programation .programation a ,
#page-partners .partners a {
    color: #666;
    text-decoration: none;
    margin-right: 5px;
    position: relative;
    top: -3px;
    margin-left: 0px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
}


*{
  transition: .2s !important;
}

.loader{
    margin-top: 80px;
    margin-bottom: 80px;
}


.fair-header .left{
  color: #3176E3;
}
.fair-header .left svg{
  zoom: 7;
  float: left;
  position: relative;
  top: 5px;
}
.fair-header .left span{
  font-size: 28px;
  letter-spacing: -1px;
  margin-top: 70px !important;
  display: block;
  float: left;
  margin-left: 30px;
}

#page-location{
  margin-bottom: 50px;
}

.button-reservation, .button-light-plant{
    min-height: 80px;  
}
.button-reservation small{
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 0.7;
}

.buttoes-map-footer .button-light-plant{
  margin-top: 0px !important;
}


.features img {
  border: 3px solid white !important;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #afafaf;
}

.button-light-plant i{
  color: #ED1C24;
    font-size: 37px;
    margin-right: 4px;
}
.button-light-plant{
  background: #DFDFDF;
    font-size: 17px;
    width: 100%;
    color: #333;
    border:0px;
    margin-top: 50px;
}
.button-light-plant:hover{
    color: #666;
  background: #AAA;
}




        .progress-container {
            width: 100%;
            height: 30px;
            background-color: #eee;
            position: relative;
            overflow: hidden;
            border-radius: 100px;
        }

        .progress-bar {

            transform: skew(337deg);
            height: 100%;
            background-color: #2ec934; /* Cor verde */
            width: 0; /* Inicialmente, a largura é 0 */
            animation: progress-animation 2s ease-in-out forwards;
        }

        .mark {
            position: absolute;
            height: 100%;
            width: 2px;
            background-color: #333;
        }

        .mark.start {
            left: 0;
        }

        .mark.end {
            right: 0;
        }

        @keyframes progress-animation {
            0% {
                width: 0;
            }
            50% {
                width: 8%;
            }
            100% {
                width: 35%;
            }
        }















