.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.filter-mobile-submit {
    display: none;
}

@media (max-width: 1199px) {
    #resultadostipo .linea-total #resultadosEtiqueta {
        flex: 1 1 auto;
        min-width: 0;
        overflow-x: auto;
    }

    #resultadostipo .linea-total #resultadosEtiqueta ul {
        flex-wrap: nowrap;
    }

    #resultadostipo .linea-total #total {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .filter-hide .btn-filter.btn-primary {
        background: #027380;
        color: #fff;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .filter-mobile-submit {
        display: block;
        width: 100%;
        margin-top: 1rem;
        border-radius: 16px;
    }
}
