@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@700&display=swap');
h1, h2, h3, h4, h5, .titulo, .texto-newsletter, .botao, a.titulo {
	font-family: 'Athiti', sans-serif;
}
#menu_superofertas{
    display: none;
}

.banner .flexslider .flex-control-paging li a{
	background-color: rgb(230 200 151 / 50%);
}

.pagina-categoria #corpo, .pagina-pagina #corpo  {
    margin-top: 0;
}

#rodape .row-fluid{
	display: flex;
}
#rodape .selos{
	width: auto;
}

@media(max-width: 1100px){
    #cabecalho .logo a{
        background-image: url(https://cdn.awsli.com.br/1801/1801777/arquivos/iconMobile.png);
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }
    #cabecalho .logo a img{
    	display: none;
    }
    #cabecalho .conteiner>.row-fluid>.span3{
        max-width: 25%;
    }
    #cabecalho .conteiner>.row-fluid>.span3+.conteudo-topo.span9 {
    	max-width: 70%;
    }
    #cabecalho.fixed .logo a {
        height: 90px;
        max-height: 90px;
    }
    #cabecalho.fixed .conteiner>.row-fluid>.span3 {
        height: auto;
        min-height: 100%;
    }    
    .conteudo-topo .busca-mobile.fixed{
    	background: transparent;
        box-shadow: 0 0 20px 0 transparent;
        z-index: 999;
        border-radius: 0;
    }
}
#rodape .institucional {
    min-height: 450px;
}
#rodape .institucional li a {
    color: #000000 !important;
}
#rodape .institucional li a:hover {
    color: #000000 !important;
}
/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}