.divCategorias{
    background-color: rgb(5,66,99); 
    color:white;
    border-radius: 5px;
    padding:5px;
    margin-bottom:10px;
    margin-top:10px;
}

.divSubcategorias{
    display: inline-block;
    background-color:rgb(255,255,255);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-radius: 5px;
    margin:2px;
    padding:5px;
}

@media (max-width: 768px){
    .divCategorias{
        border-radius: 0px;
    }
 }