.novoProduto__botaoAdicionar {
    background: #2A7AE4;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.75rem;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.novoProduto__botaoAdicionar:hover{
    cursor: pointer;
    background: #246bc7;
}

.novoProduto__botaoAdicionar--todos {
    width: 45%;
}

@media screen and (max-width: 320px){
    .novoProduto__botaoAdicionar--todos{
        width: 60%;
    }
}

@media screen and (min-width: 768px){
    .novoProduto__botaoAdicionar--todos{
        width: 22%;
    }
}

@media screen and (min-width: 1024px){
    .novoProduto__botaoAdicionar{
        margin-right: 1rem;
        margin-top: 1rem;
    }
}