/*SCROLL */
*::-webkit-scrollbar {
	width: 6px;
}

*::-webkit-scrollbar-track {
	background: #dadada;
}

*::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 10px;
	border: 1px solid #c1c1c1;
}

.cores-simples #barraNewsletter {
    background: #263776;
    border-bottom: 2px solid #c30012;
}

.componente.newsletter p,
.componente.newsletter span {
    color: #fff;
}

.suporte-flutuante {
    display: none;
}

body .li-whatsapp a {
    bottom: 20px;
}

#rodape .rodape-atendimento {
    width: 28%;
    margin-left: 8%;
}

#rodape .institucional .conteiner .row-fluid {
    align-items: center;
}

.menu-desktop .menu > ul {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 10px 0px;
}

.listagem .titulo-categoria {
    justify-content: initial;
    text-transform: uppercase;
}

body .listagem .titulo-categoria strong {
    border-bottom: 2px solid #263776;
    padding-bottom: 10px;
}

.vitrine-produtos,
.vitrine-depoimentos {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vitrine-produtos.vitrine-lancamento {
    background-color: #263776;
    color: #fff;
}

.banners-vantagens .banner-tarja-avancada {
    background-color: #273774;
}

.cores-simples .banners-vantagens .vantagem-icone svg {
    fill: #ffffff;
}

.cores-simples .banners-vantagens .vantagem-texto strong {
    color: #ffffff;
}

.cores-simples .banners-vantagens .vantagem-texto span {
    color: #ffffff;
}

body .listagem.vitrine-produtos.vitrine-lancamento .titulo-categoria strong {
    border-bottom: 2px solid #c30012;
}

.cores-simples .listagem.vitrine-produtos.vitrine-lancamento .slick-arrow svg {
    fill: #ffffff;
}

.banners-vitrine-mini {
    padding-bottom: 0;
}

.categoria-newsletter .newsletter .interno {
    background-color: #263776;
}

.conteiner-principal .menu-desktop .menu > .nivel-um > li.com-filho .level2-prod-wrap {
    width: 800px;
}

@media only screen and (min-width: 1025px) {
    .banner-full img {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #rodape .collapsible-rodape {
        width: 100%;
    }
    
    #rodape .rodape-atendimento {
        width: 100%;
    }
    
    body .li-whatsapp a {
        bottom: 80px;
        width: 50px;
        height: 50px;
    }
    
    body .li-whatsapp i {
        font-size: 33px;
    }
}