.buscaProcessos__button {
    font-size: 12px !important;
    height: 35px;
}

@media screen and (min-width: 1281px) {
    .buscaProcessos__button {
        margin-top: 2px;
        top: -4px;
        width: 100%;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1168px) {
    .buscaProcessos__button {
        margin-left: 15px;
        width: 90%;
    }
}

@media screen and (max-width: 1167px) and (min-width: 1040px) {
    .buscaProcessos__button {
        margin-left: 60px;
        width: 70%;
    }
}

@media screen and (max-width: 1039px) and (min-width: 1025px) {
    .buscaProcessos__button {
        margin-left: 67px;
        width: 64%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 834px) {
    .buscaProcessos__button {
        position: absolute;
        right: 10px;
    }
    .buscaProcessos__button--buscar {
        top: 38px;
    }
    .buscaProcessos__button--limpar {
        bottom: 5px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 970px) {
    .buscaProcessos__button {
        width: 35%;
    }
}
@media screen and (max-width: 969px) and (min-width: 930px) {
    .buscaProcessos__button {
        width: 32%;
    }
}
@media screen and (max-width: 929px) and (min-width: 870px) {
    .buscaProcessos__button {
        width: 27%;
    }
}
@media screen and (max-width: 869px) and (min-width: 834px) {
    .buscaProcessos__button {
        width: 24%;
    }
}

@media screen and (max-width: 833px) {
    .buscaProcessos__button {
        position: absolute;
        bottom: 5px;
        width: calc(50% - 15px);
    }
    .buscaProcessos__button--buscar {
        left: 10px;
    }
    .buscaProcessos__button--limpar {
        right: 10px;
    }
}