            .botao-padrao-filtro {
                border-radius: 4px;
                position: absolute;
                padding: 2%;
                left: 30%;
                margin: 0 auto;
                width: 40%;
            }
            .filtro-resultado-topo {
                align-items: center;
                background-color: #e2e4e282;
                display: flex;
                justify-content: space-between;
                padding: 25px;
            }
            .filternav  {
                position: fixed;
                height: 100%;
                width: 350px;
                top: 0;
                right: 0;
                z-index: 11;
                box-shadow: 3px 0 10px 0 #222;
                background-color: #FFF;
                overflow-x: hidden;
                /* transition: .5s; */
                background-image: url(/imagens/bg-pattern.png);
            }       
            .filternav .closebtn {
                color: var(--cor-primaria);
                font-size: 2em;
            }
            .filternav-conteudo {
                padding: 60px 5% 0;
            }

            .filtro-menu {
                font-size: 1.15em;
            }
            .filtro-menu div {margin: 10px 0px;}
            .filtro-menu label {padding: 0px 5px;}
            #sidefilter {display:none;}