/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right: 12px;
z-index: 999;
}


/* CAIXA ICONE BOLETO*/
.gateways-rodape {
background-image: linear-gradient(to bottom,#EEE,#f5f5f5);
border-radius: 6px;
border: 1px solid #ddd;
width: 22%;
}


/* ICONE BOLETO*/
.gateways-rodape li {
padding: 7px 3px;
line-height: normal;
width: 100%;
text-align: left;
}

 
/*TEXTOS RODAPE*/
.span4 {
	font-family: Arial,sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: normal;
    color: #666;
}


/*COR TEXTO PARCELAS*/
a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum, .atributo-comum {
    color: #333;
}


/*NEWLETTER*/

#barraNewsletter, #barraNewsletter .show-hide, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner {
    background-image: url(https://cdn.awsli.com.br/production/static/loja/estrutura/v1/img/padrao-rodape.png);
    background-color: #b8b8b5;
    background-position: bottom center;
    background-repeat: repeat;
    
}

#barraNewsletter, #barraNewsletter .show-hide {
    color: #fff;
}


/*CAIXA FACE*/

#rodape .redes-sociais {

width: 190px;
height: 329px;
}


/* VOLTAR AO TOPO*/
element.style {
    position: fixed;
    bottom: 90px;
    right: 15px;
    cursor: pointer;
    display: inline;
}
a.toTop {
    font-family: var(--fonte-principal), sans-serif !important;
    border: 0;
    border-radius: 60px;
    width: 40px !important;
    height: 40px !important;
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    text-decoration: none;
    right: 8px;
    text-align: center;
    width: auto;
    z-index: 500;
}
.fundo-principal, .botao.principal, .botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #111111;
}
.fundo-principal, .fundo-principal *, .fundo-principal *:hover, .fundo-principal:hover, .fundo-principal.botao:hover {
    color: #FFF;
}
.fundo-principal, .botao.principal, .menu li:hover>a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #555;
}
a {
    text-decoration: none !important;
}

.fundo-principal, .botao.principal, .menu li:hover>a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #4682b4;
}


a {
    text-decoration: none;
}
a {
    color: #08c;
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    font-size: 18px;
    font-family: var(--fonte-principal), sans-serif;
}
body {
    font-family: 'Arial' , Helvetica ,sans-serif;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: repeat;
}
body {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #666;
}
body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}
:root {
    --fonte-principal: 'Baloo Chettan 2';
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}