pre.a-b-r-La {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
}

.banner-tarja__item a img {
    width: 45px !important;
}

a.botao.botao-comprar.principal {
    background: #28A745;
    margin-top: 10px;
}

a.botao.botao-comprar.principal:hover {
    background: #218E3A !important;
}

.banner-tarja {
    border-bottom: 1px solid #90909038;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 2px;
    color: #fff;
    padding: 0px;
}

/*BANNER PRINCIPAL*/
/*a.flex-prev {
    display: none !important;
}

a.flex-next {
    display: none !important;
}*/

.secao-banners .flex-control-paging li a {
    border-color: black;
}

.secao-banners .flex-control-paging li a.flex-active {
    background: black;
    border-color: black !important;
}

/*CARDS*/
div#categorias-alta .categorias-alta-item .categorias-alta-item-botao a:hover {
    background: #4A2B21 !important;
}

/*RODAPE*/
/*#barraNewsletter {
    background: #935a3a !important;
}*/

#barraNewsletter .componente .titulo {
    font-size: 23px !important;
}

#rodape .span4.sobre-loja-rodape img {
    margin-bottom: 20px;
    max-width: 150px;
}

ul.total-itens_4 a:hover {
    color: #fff4e8 !important;
}

.span12.visible-phone a:hover {
    color: #fff4e8 !important;
}

#rodape .span4.links-rodape.links-rodape-paginas ul a:hover {
    color: #fff4e8 !important;
}

#rodape .wrap-logo-rodape {
    align-items: center;
    font-size: 14px;
    color: white !important;
}

.span9.span12 p {
    font-size: 14px;
}

#rodape .wrap-logo-rodape a img {
    border: none;
    width: 85px;
    background: transparent;
    margin-left: 10px;
}

div#rodape>div:last-child {
    border-color: #fff4e8 !important;
    background: #4A2B21 !important;
}

#rodape .span4.sobre-loja-rodape img {
    width: 50px;
}

div#barraNewsletter {
    border-bottom: solid 2px;
    border-color: #fff4e8;
}

.span9.span12 {
    color: white;
}

ul.total-itens_4 a:hover {
    color: #fff4e8 !important;
}


iframe.iframesobre {
    width: 100% !important;
    height: 700px !important;
}

iframe.iframeloja {
    width: 100% !important;
    height: 700px !important;
}

@media(max-width: 700px) {
    iframe.iframesobre {
        height: 1150px !important;
    }
    
    iframe.iframeloja {
        height: 950px !important;
    }
}

#rodape .wrap-logo-rodape a {
    filter: none !important;
}

#rodape .institucional {
    padding-top: 16px !important;
}

#rodape .pagamento-selos .row-fluid {
    padding: 9px;
}

@media(min-width: 1000px) {
    #rodape .pagamento-selos .row-fluid {
        
        padding-top: 0px !important;
       
        margin-top: 2px !important;
       
    }

    #rodape .institucional {
        padding-top: 12px !important;
        padding-bottom: 0 !important;
    }
}

.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 32px !important;
    font-weight: 700 !important;
}

.menu-personalizado {
    position: absolute;
    width: 350px;
    left: unset;
    top: 100%;
    padding-top: 0;
    transition: all .3s;
    opacity: 0;
    right: 0px;
    visibility: visible;
    pointer-events: none;
}

div#barraNewsletter {
    background: #4a2b21 !important;
}

/*.float-products, .float-products__content {
    display: none !important;
}*/

/*SOBRE NÓS*/
.pagina-pagina div#corpo .secao-principal .caixa-sombreada h1.titulo.cor-secundaria {
    display: none;
}

/*SOBRE NOS*/
    .mainAbtContainer{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        height: 32vw;
    }
    
    .abtusTitle{
        color: #FFFFFF;
        padding: 12px;
        display: inline;
        background-color: #A96946;
        font-weight: bold;
        font-size: 20px;
    }
    
    .abtusSubTitle{
        color: #A96946;
        font-weight: bold;
        font-size: 25px;
    }
    
    .abtusP{
        font-weight: normal;
        color: #000000;
        width: 44vw;
        font-size: 16px;
    }
    
    .imgContainer{
        width: 32vw;
    }


@media screen and (max-width:1024px) {
    .mainAbtContainer {
        height: 80vw;
    }
    
    .imgContainer{
        width: 100%;
    }
    
    .abtusP{
        font-weight: normal;
        color: #000000;
        width: 50vw;
        font-size: 16px;
    }
        
}

@media screen and (max-width:750px) {
    .mainAbtContainer {
        flex-direction: column;
        height: 285vw;
    }
    
    .abtusP{
        color: #000000;
        width: 88vw;
        text-align: center;
    }
    
    .abtusSubTitle {
        text-align: center;
        padding-top: 10px;
    }
    
    .abtusTitle {
        margin-left: 31%;
    }
}



/*LOJA FISICA*/
.mainShopContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px;
}

.subTitleInfo{
    color: #A96946;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
}

.imgAddres{
    width: 30vw;
}

.addresContainerP{
    width: 30vw;
    margin-top: 2vw;
    font-size: 16px;
}

.infoAtendimento{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.titleAddresContainer{
    display: inline;
    font-weight: bolder;
    padding: 7px;
    background-color: #A96946;
    color: white;
    font-size: 21px;
}

.addresP-Strong {
    font-size: 16px;
}

.infoAtendimento span {
    font-size: 15px;
}

@media screen and (max-width:1024px) {
.addresContainerP {
    width: 77vw;
    text-align: center;
}

.titleAddresContainer {
    margin-left: 26%;
}

.addresP-Strong {
    margin-left: 22%;
}

.subTitleInfo {
    text-align: center;
}

.addresImgContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.imgAddres {
    width: 50vw;
}

.mainShopContainer {
    gap: 7vw;
    flex-direction: column;
}

.infoAtendimento span {
    text-align: center;
}
    
}

@media screen and (max-width:750px) {
    .imgAddres {
        width: 100%;
    }
    
    .titleAddresContainer {
        margin-left: 10%;
    }
    
    .titleAddresContainer {
        font-size: 15px;
    }
    
    .addresContainerP {
        width: 80vw;
        text-align: center;
        margin-left: -8%;
        padding-top: 10px;
    }
    
    .addresP-Strong {
        text-align: center;
        margin-left: 2%;
    }
}