@media only screen and (max-width: 980px)
.filtros-mobile-button.fixed {
    position: fixed;
    bottom: 75px;
    z-index: 5;
    box-shadow: 0 2px 1px rgb(0 0 0 / 4%), 0 4px 4px rgb(78 78 78 / 5%), 0 6px 8px rgb(136 136 136 / 6%), 0 10px 8px rgb(103 103 103 / 10%);
    padding: 10px 25px;
    display: none;
}

