/* COR PRINCIPAL */
:root{
cor-principal: #ffffff;
}
/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
    .secao-banners {
     background-image: none;
    }
    #cabecalho
    {
        height:120px !important;
    }    
    #cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 {
    margin-top: 20px !important
    ;
    }
    .logo a img {
        top: 40px !important;
        max-height: 160% !important;
    }
    .secao-banners {
        margin-top: 180px !important;
    }
    .menu.superior {
        margin-top: 10px !important;
    }
    
    .listagem .listagem-linha li
    {
        width: 23% !important;
        margin-left:2% !important;
    }
    .listagem .listagem-linha
    {
        margin-top: 30px !important;
    }
    
    .listagem .span3 .imagem-produto
    {
        height: 200px !important;
    }
    
}


/********* MOBILE FUNDO ************/
@media screen and (max-width:767px) {
    body {
 background-image: none !important;
    }
    .logo a img {
        top: 40px !important;
        max-height: 160% !important;
    }
    #cabecalho > div.conteiner > div > div.conteudo-topo.span9 > div.inferior.row-fluid {
        margin-top: 35px !important;
    }
    #tarja-mobile
    {
        visibility: hidden !important;
        height: 0px !important;
    }
    .row-fluid.banner.mini-banner{
        visibility: hidden;
        height: 0px;
    }
    .pagina-produto #formCalcularCep > div > div > button
    {
        margin-left:0px !important;
    }
}



