/*topo*/

#topo-mobile {
    display: none;
}

#topo {
    position: fixed;
    left: 0;
    width: 82px;
    /* border-right: 1px solid rgb(203 203 203 / 38%); */
    height: 100%;
    z-index: 969;
}

#topo .linha-topo {
    width: 0.5px;
    height: 88%;
    background: rgb(203 203 203 / 15%);
    display: block;
    position: absolute;
    right: 1px;
    bottom: 0;
}

.botao-mobile {
    display: none;
}

#topo .linha-topo:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #ccc;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    left: -3px;
}

.logo-home {
    width: 303px;
    position: absolute;
    top: 32px;
    left: 16px;
}

#banner-scrool .rede-social {
    position: fixed;
    top: 24px;
    right: 0;
    width: 135px;
}

.logo-home img {
    width: 100%;
}

.logo-header,
.logo-sidebar {
    position: relative;
    width: 76px;
    top: 29px;
    left: 2px;
    display: block;
    transform-origin: center;
    transition: .5s ease-in-out;
}

.logo-header img,
.logo-sidebar img {
    width: 100%;
}

.logo-topo-interna {
    width: 69px;
    float: left;
}

.logo-topo-interna img {
    width: 100%;
}

.botao-sidebar {
    position: absolute;
    top: 50%;
    margin-top: 1px;
    left: 15px;
    text-align: center;
    display: block;
    cursor: pointer;
}
#menu_sidebar .botao-sidebar .men1 span{
    background: #fff;
}
#menu_sidebar .titulo-menu{
    color: #fff;
}
#topo .botao-sidebar-home .men1 span {
    background: rgb(255 255 255 / 35%);
}

#topo .botao-sidebar-home .titulo-menu {
    color: #fff;
}

.botao-sidebar:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.botao-sidebar .men1 .titulo-menu {
    cursor: pointer;
}

.botao-sidebar .men1 span:last-of-type {
    margin-right: 0;
}

.botao-sidebar .men1 {
    margin-bottom: 5px;
}

.titulo-menu {
    color: #0D0D0D;
    cursor: pointer;
    font-size: 15px;
    font-family: 'myriad_prolight';
    letter-spacing: 1px;
    font-weight: 100;
}

#topo .botao-sidebar-home:hover .men1 span {
    background: #000;
}

#topo .botao-sidebar-home:hover .titulo-menu {
    color: #000;
}

.botao-sidebar .men1 span {
    width: 2px;
    height: 28.47px;
    background: #707070;
    display: block;
    margin-right: 14px;
    display: inline-block;
    cursor: pointer;
}


/*Padrao*/

.sec-padrao {
    background: #F4F4F4;
    z-index: 100;
    position: relative;
}

.engloba-padrao-carrosseis {
    display: block;
    width: 773px;
    margin: 0 auto;
}

.ld-padrao1 {
    float: left;
    width: 79%;
    height: 100%;
    background: #FFFFFF;
    padding: 73px 0;
    padding-top: 60px;
    padding-left: 162px;
    padding-right: 93px;
    display: table;
}

.engloba-conteudo-padrao {
    margin-top: 44px;
    margin-left: 0;
    width: 100%;
    float: right;
}

.box-padrao .descricao .titulo {

}

.ld-padrao1 .engloba-titulo {}

.ld-padrao1 .ld1-engloba-titulo {
    display: table;
    width: 100%;
}

.categoria-padrao li:last-of-type a {
    border-right: none;
}

.categoria-padrao {
    margin-top: 36px;
    border-bottom: 1px solid #D5D5D5;
}

.categoria-padrao li {
    /* margin-bottom: 33px; */
    /* margin-right: -4px; */
}

.categoria-padrao li a {
    padding: 18px 23px;
    border-right: 1px solid #D5D5D5;
    font-size: 16px;
    color: rgb(57 57 57 / 0.67);
    display: block;
    font-family: 'myriad_proregular';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.categoria-padrao li a.active{
      background: #393939;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.categoria-padrao li a[active]{
      background: #393939;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.categoria-padrao li a.active, .categoria-padrao li.active a {
    background: #393939;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.categoria-padrao li:hover a {
    background: #393939;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ld-padrao1 .engloba-titulo p {
    padding-top: 26px;
    display: table;
    font-weight: 100;
}

.ld-padrao1 .ld1-engloba-titulo .titulo {
    font-size: 56px;
    color: #101F26;
    margin-right: 44px;
    font-family: 'Noto Serif';
    font-weight: 100;
}

.ld-padrao1 .ld1-engloba-titulo .titulo:after {
    content: '';
    width: 2px;
    height: 53px;
    background: rgb(203 203 203 / 38%);
    display: block;
    position: absolute;
    right: -25px;
    top: 19px;
}

.ld-padrao1 .ld1-engloba-titulo .subtitulo {
    color: #A2A2A2;
    font-size: 27px;
    /* margin-top: 25px; */
    font-family: 'Noto Serif';
    font-weight: 100;
    width: 52%;
    /* margin-top: 15px; */
    /* height: 59px; */
    /* line-height: 29px; */
    padding: 25px 0;
}

.box-padrao {
    margin-bottom: 46px;
    padding-right: 30px;
    text-align: center;
}

.box-pd-edicao {
    padding-right: 0;
}

.carrossel-escrito-relacionados .box-pd-edicao .image {
    height: 88px;
    border: none;
    background-size: contain;
}

.box-padrao:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 100;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.box-padrao:hover .btn-comprar a {
    background: transparent;
    color: #4A4A4A;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.box-padrao .image {
    width: 100%;
    height: 158px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 1px solid rgb(191 191 191 / 52%); */
    margin: 0 auto;
}

.img-prod {
    width: 132px;
    height: 108px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

.box-padrao .preco {
    margin-top: 32px;
    display: block;
    color: #5F5F5F;
    font-size: 17px;
    font-family: 'OpenSans-Bold';
}

.box-padrao .btn-comprar {
    margin-top: 20px;
}

.box-padrao .btn-comprar a {
    padding: 8px 41px;
    background: #4A4A4A;
    border: 1px solid #4A4A4A;
    color: #fff;
    font-family: 'OpenSans-Bold';
}

.box-padrao .descricao .titulo {
    padding: 26px 0;
    padding-bottom: 10px;
    font-family: 'myriad_proregular';
    font-weight: bold;
}

.box-padrao .descricao p {
    width: 45%;
    text-align: center;
    margin: 0 auto;
    display: table;
    line-height: 19px;
}

.ld-padrao2 {
    width: 21%;
    position: fixed;
    margin-bottom: -71px;
    z-index: 1000;
    display: block;
    right: 0;
    top: 0;
}

.ld-padrao2 .image {
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 100;
    display: table;
}

.ld2-sec-galeria .btn-voltar, .ld2-sec-produtos .btn-voltar, .ld-padrao2 .btn-voltar{
    position: absolute;
    left: -82px;
    top: 14px;
}

.ld2-sec-galeria .btn-voltar a, .ld2-sec-produtos .btn-voltar a, .ld-padrao2 .btn-voltar a {
    font-size: 18px;
    color: #E2BB7C;
    background: #fff;
    padding: 15px 15px;
    font-family: 'Montserrat-Light';
}


/*Fim-Padrao*/


/*Banner*/


/*Fim-Banner*/

#banner-scrool {
    width: 100%;
    height: 800px;
    overflow-x: scroll;
    position: relative;
    scroll-behavior: smooth;
}

#banner-scrool .imagem-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 18) 0%, rgba(84, 84, 84, 0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 18) 0%, rgba(84, 84, 84, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(84, 84, 84, 0.1) 100%);
    z-index: 1
}

#banner-scrool::-webkit-scrollbar {
    width: 5px;
    height: 9px;
    background-color: #000000;
}


/* configurando scroll */

#banner-scrool::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

#banner-scrool::-webkit-scrollbar-thumb {
    height: 250px;
    background: #5d5d5d;
}

body::-webkit-scrollbar {
    width: 9px;
    background-color: #000000;
}


/* configurando scroll */

body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
    height: 250px;
    background: #5d5d5d;
}

#banner-scrool:after {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/fade-banner.png);
}

.imagem-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 2996px;
    height: 100%;
    position: relative;
}


/*escritos-inter*/

.rede-social {width: 21%;float: right;text-align: center;height: 70px;}

.rede-social a {
    color: #bfbfbf;
    font-size: 25px;
    margin-right: 10px;
}
.rede-social a:nth-of-type(3) {
    font-size: 23px;
}    
.rede-social a:first-of-type {
    font-size: 21px;
    margin-top: 2px;
}

.rede-social a:last-of-type {
    margin-right: 0;
}

.seta {
    position: absolute;
    top: 23px;
    left: -73px;
}

.seta img {
    width: 13px;
}

.eng-seta {
    position: absolute;
    top: 14px;
    right: 2px;
    display: none;
}

.eng-seta .seta-esq {
    margin-right: 14px;
}

.padrao-inter {
    padding: 77px 0;
    padding-bottom: 150px;
    display: table;
    position: relative;
    width: 791px;
    margin: 0 auto;
}

.engloba-titulo-padrao {
    margin-bottom: 22px;
    position: relative;
}

.padrao-inter p {
    width: 100%;
}

.engloba-titulo-padrao .titulo {
    color: #101F26;
    font-family: 'Noto Serif';
    font-weight: 100;
    font-size: 46px;
}

.image-padrao-inter {
    width: 100%;
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 49px;
}


/*Fim-escritos-inter*/


/*Galeria-inter*/

.secao-efeito {
    transform: translate(17%, 0);
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.secao-efeito.secao-on {
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.galeria-inter-padrao {
    margin-bottom: 63px;
}

.box-galeria-inter-padrao {
    padding-right: 14px;
}

.box-galeria-inter-padrao:last-of-type {
    padding-right: 0;
}

.box-galeria-inter-padrao .image {
    width: 100%;
    height: 136px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.descricao-galeria-inter-padrao h1 strong a {
    color: rgb(16 31 38 / 0.67);
    font-size: 19px;
    font-family: 'myriad_proregular';
    margin-bottom: 25px;
}

.descricao-galeria-inter-padrao h1 {
    margin-bottom: 25px;
    display: block;
}

.descricao-galeria-inter-padrao .titulo {
    font-size: 28px;
    color: #101F26;
    margin-bottom: 25px;
    font-family: 'Noto Serif';
    font-weight: 100;
}
.descricao-galeria-inter-padrao  a {
    padding: 8px 41px;
    background: #4A4A4A;
    border: 1px solid #4A4A4A;
    color: #fff;
    font-family: 'OpenSans-Bold';
}
.descricao-galeria-inter-padrao  a strong{
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size:16px;
}
.descricao-galeria-inter-padrao p {
    color: rgb(16 31 38 / 0.67);
    font-size: 18px;
}


/*Fim-Galeria-inter*/


/*Sobre*/

#engloba-conteudo-sobre {}

#engloba-conteudo-sobre .titulo {
    font-size: 18px;
    color: #101F26;
    margin-bottom: 20px;
    font-family: 'myriad_proregular';
}

#engloba-conteudo-sobre p {
    color: rgb(16 31 38 / 0.67);
}


/*Fim-Sobre*/


/*sec-escritos*/

.box-escritos {
    padding-right: 81px;
}

.box-escritos .image {
    height: 88px;
}


/*sec-escritos*/


/*sec-escritos-inter*/

.engloba-titulo-relacionados {
    margin: 64px 0;
}

.engloba-titulo-relacionados .titulo {
    color: #101F26;
    font-size: 45px;
    font-family: 'Noto Serif';
    font-weight: 100;
}

.btn-ver-todos {
    margin-right: 31px;
}

.btn-ver-todos a {
    color: #101F26;
    font-size: 10px;
    border: 1px solid #B5B3B3;
    padding: 11px 33px;
    font-family: 'myriad_probold';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-ver-todos:hover a {
    background: #B5B3B3;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.carrossel-escrito-relacionados .owl-nav {
    display: table !important;
    width: 63px;
    margin: 0 auto;
    padding-bottom: 34px;
}

.carrossel-escrito-relacionados .owl-nav .owl-prev:before {
    content: '<';
    font-size: 23px;
    transform: scale(1, 1.5);
    color: #69615B;
    font-family: 'myriad_probold';
}

.carrossel-escrito-relacionados .owl-nav .owl-next:before {
    content: '>';
    transform: scale(1, 1.5);
    font-size: 23px;
    color: #69615B;
    font-family: 'myriad_probold';
}

.carrossel-escrito-relacionados .owl-nav .owl-prev {
    float: left;
}

.carrossel-escrito-relacionados .owl-nav .owl-next {
    float: right;
}

.carrossel-escrito-relacionados .owl-nav .owl-prev,
.carrossel-escrito-relacionados .owl-nav .owl-next {
    font-size: 0 !important;
    width: 30px;
    border: 1px solid #B5B3B3 !important;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'myriad_probold' !important;
    line-height: 26px !important;
}

.carrossel-escrito-relacionados .owl-nav .owl-next:hover {
    background: #B5B3B3;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carrossel-escrito-relacionados .owl-nav .owl-next:hover:before {
    background: #B5B3B3;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*sec-escritos-inter*/


/*sec-produto-inter*/

#sec-produto-inter {}

.ld1-box-produto-inter {
    width: 293px;
    display: table;
}

.ld2-box-produto-inter {
    width: 55%;
}

.referencia {
    width: 100%;
    max-width: 500px;
    height: 500px;
    border-radius: 14px;
}

.galeria-produto-inter {
    margin-top: 15px;
}

.image-galeria {
    margin-right: 0px;
    background: #E6E6E6;
    overflow: hidden;
    height: 86px;
    margin-bottom: 5px;
}

.image-galeria:hover .img-galeria {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 100;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.image-galeria:nth-of-type(3) {
    margin-right: 0;
}

.image-galeria .img-galeria {
    height: 54px;
    width: 74px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.ld2-box-produto-inter .titulo {
    font-size: 14px;
    color: rgb(16 31 38 / 0.50);
    font-family: 'Noto Serif';
    font-weight: 100;
    margin-bottom: 5px;
}

.ld2-box-produto-inter .subtitulo {
    color: #101F26;
    font-size: 28px;
    font-family: 'Noto Serif';
    font-weight: 100;
    margin-bottom: 32px;
}

.image-borda {
}

.image-borda .image {
    width: 253px;
    height: 253px;
    margin: 0 auto;
    display: table;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.engloba-titulo-produto-inter {
    margin-top: 0;
}

.box-produto-inter {
    display: table;
    width: 100%;
}

.btn-preco {
    margin-top: 41px;
}

.eng2-btn-preco {
    margin-top: 7px;
}

.eng1-btn-preco .preco {
    font-size: 29px;
    color: #5F5F5F;
    font-family: 'OpenSans-Bold';
}

.eng2-btn-preco .compartilhar {
    font-size: 14px;
    color: #5F5F5F;
    font-family: 'OpenSans-Bold';
    padding: 4px 20px;
    border: 1px solid #707070;
    margin-right: 5px;
}

.eng2-btn-preco .compartilhar:hover {
    background: #707070;
    color: #fff;
}

.eng2-btn-preco .comprar {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'OpenSans-Bold';
    background: #4A4A4A;
    padding: 4px 36px;
    border: 1px solid #707070;
}

.eng2-btn-preco .comprar:hover {
    border: 1px solid #707070;
    background: transparent;
    color: #707070;
}


/*fim-sec-produto-inter*/

#sec-contato {
    z-index: 0;
}

.eng-contato-pag form label {
    width: 47.8%;
    margin-right: 29px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}

.eng-contato-pag form label:nth-of-type(odd) {}

.eng-contato-pag form label input {
    background: transparent;
    border: 1px solid rgb(112 112 112 / 0.50);
    width: 100%;
    height: 39px;
    border-radius: 8px;
    padding-left: 17px;
}

.eng-contato-pag form label .titulo {
    font-size: 15px;
    padding-bottom: 8px;
    color: #101F26;
    margin-right: 44px;
    font-family: 'Nunito-Bold';
}

.eng-contato-pag form input::placeholder,
.eng-contato-pag form textarea::placeholder {
    color: #000;
}

.eng-contato-pag form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid rgb(112 112 112 / 0.50);
    margin-right: 43px;
    border-radius: 8px;
    padding-left: 17px;
    padding-top: 17px;
}

.eng-contato-pag form button {
    background: #000;
    padding: 9px 24px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-family: 'Nunito-Bold';
    margin-top: 25px;
    cursor: pointer;
}


/*Footer*/

#footer {
    position: relative;
    z-index: 1000;
}

.newsletter {
    width: 79%;
    float: left;
}

.ld-newsletter1 {
    width: 14.53%;
    background: #383838;
    height: 70px;
    padding: 20px;
    position: relative;
}

.ld-newsletter1 .titulo {
    position: absolute;
    right: 17px;
    bottom: 13px;
    color: #C1C1C1;
    font-size: 12px;
    font-family: 'Nunito-Regular';
}

.ld-newsletter2 {
    background: rgb(56 56 56 / 0.90);
    width: 85.47%;
    height: 70px;
    text-align: center;
    padding: 0 85px;
}

.ld-newsletter2 form input {
    width: 32%;
    background: transparent;
    border-bottom: 1px solid rgb(112 112 112 / 0.50);
    margin-right: 43px;
    color: #C1C1C1;
    font-size: 12px;
    padding-bottom: 13px;
    font-family: 'Nunito-Regular';
}

.ld-newsletter2 form button {
    background: #FFFFFF;
    padding: 9px 24px;
    border-radius: 5px;
    color: #053360;
    font-size: 12px;
    font-family: 'Nunito-Bold';
}

.mensagem-footer {
    width: 21%;
    background: #272727;
    height: 258px;
    padding: 20px 44px;
    text-align:center;
}
.mensagem-footer a {
    color: #bfbfbf;
    font-size: 25px;
    margin-right: 10px;
}
.mensagem-footer a:nth-of-type(3) {
    font-size: 23px;
}    
.mensagem-footer a:first-of-type {
    font-size: 21px;
    margin-top: 2px;
}

.mensagem-footer a:last-of-type {
    margin-right: 0;
}

.mensagem-footer .titulo {
    color: #FFFFFF;
    font-size: 22px;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'myriad_probold';
}

.mensagem-footer p {
    font-size: 13px;
    color: rgb(255 255 255 / 0.67);
    width: 100%;
}

.eng-ft {
    width: 79%;
    background: #383838;
    height: 258px;
    padding: 20px 41px;
    display: table;
}

.ld-footer-div1 {
    width: 26%;
    position: relative;
}
.logo-footer{width: 185px;}
.logo-footer img{
    width:100%;
}
.ld-footer-div1:after {
    content: '';
    width: 1px;
    height: 106.47px;
    background: rgb(112 112 112 / 0.40);
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}

.ld-footer-div2 {
    width: 62%;
}

.box-ld-footer2 {
    margin-bottom: 18px;
}

.box-ld-footer2 .titulo {
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Noto Serif';
    font-weight: 100;
}

.box-ld-footer2 p {
    color: rgb(255 255 255 / 0.50);
    font-size: 11px;
}

#botoes {
    position: fixed;
    bottom: 108px;
    left: 50%;
    /* margin-left: -58px; */
    z-index: 9;
}

#botoes:after {
    width: 100%;
    content: '';
    height: 7px;
    display: block;
    background: #FFFFFF;
    clear: both;
    display: none;
}

#botoes ul {
    width: 46px;
}

#botoes li {
    margin-bottom: 23px;
    cursor: pointer;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    font-family: 'myriad_prolight';
    font-weight: bold;
}

#botoes li:nth-of-type(1) {
    float: left;
}

#botoes li:nth-of-type(2) {
    float: right;
}

#botoes li:nth-of-type(1):active {}

#botoes li:nth-of-type(2):active {}

#banner-scrool .pontos-banner {
    position: absolute;
    width: 41px;
    z-index: 100;
}

#banner-scrool #ping1 {
    left: 336px;
    top: 358px;
}

#banner-scrool #ping2 {
    left: 829px;
    top: 285px;
}

#banner-scrool #ping2 .box-ping {
    bottom: -40px;
    right: -421px;
}

#banner-scrool #ping2 .box-ping .tracado {
    transform: rotateX(180deg);
    left: -138px;
    bottom: -24px;
}

#banner-scrool #ping3 {
    left: 1103px;
    top: 166px;
}

#banner-scrool #ping3 .box-ping {
    bottom: -40px;
    right: -421px;
}

#banner-scrool #ping3 .box-ping .tracado {
    transform: rotateX(180deg);
    left: -138px;
    bottom: -24px;
}

#banner-scrool #ping4 {
    top: 373px;
    left: 1561px;
}

#banner-scrool #ping5 {
    left: 1646px;
    bottom: 245px;
}

#banner-scrool #ping6 {
    left: 1768px;
    top: 116px;
}

#banner-scrool #ping6 .box-ping {
    bottom: -96px;
    right: -421px;
}

#banner-scrool #ping6 .box-ping .tracado {
    transform: rotateX(180deg);
    left: -121px;
    bottom: 94px;
    width: 169px;
    height: 17px;
}

#banner-scrool #ping7 {
    right: 1108px;
    top: 362px;
}

#banner-scrool #ping8 {
    right: 930px;
    bottom: 152px;
}

#banner-scrool #ping9 {
    right: 847px;
    top: 276px;
}

#banner-scrool #ping9 .box-ping {
    bottom: -40px;
    right: -421px;
}

#banner-scrool #ping9 .box-ping .tracado {
    transform: rotateX(180deg);
    left: -138px;
    bottom: -24px;
}

#banner-scrool #ping10 {
    right: 664px;
    bottom: 181px;
}

#banner-scrool #ping11 {
    right: 700px;
    top: 420px;
}

#banner-scrool #ping12 {
    right: 540px;
    top: 304px;
}

#banner-scrool #ping13 {
    right: 740px;
    top: 354px;
}

#banner-scrool #ping14 {
    right: 404px;
    top: 395px;
}

#banner-scrool #ping14 .box-ping .tracado {
    transform: rotate(180deg);
    left: -34px;
    bottom: -55px;
}

#banner-scrool #ping14 .box-ping {
    right: 102px;
    bottom: -18px;
}

#banner-scrool #ping15 {
    top: 295px;
    left: 1474px;
}

#banner-scrool #ping15 .box-ping {
    bottom: -40px;
    right: -421px;
}

#banner-scrool #ping15 .box-ping .tracado {
    transform: rotateX(180deg);
    left: -138px;
    bottom: -24px;
}

.padrao .bolinha {
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.padrao .box-ping {
    background: rgb(255 255 255 / 0.90);
    position: absolute;
    bottom: 120px;
    right: -381px;
    width: 351px;
    border-radius: 13px;
    padding: 18px;
    margin-left: 29px;
    z-index: 101;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
}

.padrao:hover .box-ping {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.4s ease;
}

#banner-scrool .padrao:hover {
    z-index: 1000;
}

.padrao .box-ping .image {
    width: 84px;
    height: 84px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
}

.padrao .box-ping .descricao {
    width: 69%;
}

.padrao .tracado {
    width: 503px;
    height: 60px;
    bottom: -74px;
    z-index: 100;
    display: block;
    position: absolute;
    left: -98px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.padrao .tracado:after {
    content: '';
    width: 50px;
}

.page-item {}

.page-item .page-link {
    width: 27px;
    height: 27px;
    background: rgb(36 36 36 / 0.70);
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'myriad_probold';
}

.secao-efeito {
    z-index: 100;
    position: relative;
}


/*Produtos*/

.box-produtos .image {
    /* width: 155px; */
    height: inherit;
}

.box-produtos .image .img-prod {
    height: 250px;
    width: 250px;
}

.fundo-sidebar {
    z-index: 1100;
}

.box-produtos  .descricao .titulo {
    padding-top: 15px;
}

.box-produtos  .preco {
    margin-top: 0px;
}

.emgloba-produto-relacionado .box-produtos .image .img-prod {
    width: 155px;
    height: 155px;
}



/* Estilos loading email */
#loadingEmail{
    position: fixed;
    top: 36px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    z-index: 1000;
    background-color: #2e282a;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Nunito-Regular';
  }
  #loadingEmail p{
      color: #fff;
     font-size: 14px;
     font-family: 'Nunito-Regular';
  }
  #loadingEmail.active{
    top: 55px;
    left: 50%;
  }
  #loadingEmail img{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
  }
  