.menuGridParent{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 180px 180px; */
    row-gap: 10px;
    column-gap: 10px;
}

.menuItem{
    background-color: #FBFBFB;
}

.cardTitle{
    font-size: 12pt;
    color: #44663E;
}

.cardText{
    font-size: 10pt;
}

.botonMenu{
    width: 100px;
    height: 33px;
    background: #44663E 0% 0% no-repeat padding-box;
    border: 1px solid #44663E;
    color: white;
    font-size: 12pt;
    border-radius: 10px;
    opacity: 1;
}

.botonMenu:hover{
    color: lightgrey;
}