#menu{
    background: url(../img/background-Menu.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* border: 2px solid rgb(4, 0, 255); */
    padding: 80px;
    width: 100%;
    height: 100%;
    gap: 20px;
}
.titleMenu{
    /* border: 2px solid rgb(255, 44, 220); */
    width: 100%;
    height: 150px;
    gap: 10px;
    padding: 20px;
    overflow: hidden;
}
.titleMenu h1{
    font-size: 40px;
    padding: 20px;
}
.titleMenu p{
    font-size: 20px;
}
.menuNavbar{
    /* border: 2px solid rgb(44, 255, 185); */
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-size: 50px;
    width: 70%;
    height: 80px;  
    padding: 20px; 
}
.menuNavbar button{
    /* border: 2px solid rgb(44, 255, 185); */
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0e0e0e;
    cursor: pointer;
    background-color: #f0f3f78e;
    width: 200px;
    height: 100%;
    border-radius: 10px;
}
.menuNavbar button:hover{
    background-color: #e34a3c;
    /* color: #fff; */
}
.titleMenu h1{
    font-size: 25px;
}
.titleMenu span{
    color: #E34A3C;

}
.cardContainer{
    overflow: hidden;
    /* border: 2px solid red; */
    width: 80%;
    height: 90%;
    background-color: #F0F3F7;
    display: flex   ;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    padding: 40px;
    gap: 20px;
    box-shadow: -2px 2px 5px 3px rgba(0, 0, 0, 0.4);
}
.cardContent{
    overflow: hidden;
    /* border: 2px solid red; */
    width: 100%;
    height: 100%;
    background-color: #F0F3F7;
    display: flex   ;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    padding: 40px;
    gap: 10px;
    /* box-shadow: -2px 2px 5px 3px rgba(0, 0, 0, 0.4); */
}

.groupAllCards{
    width: 300px;
    height: 100%;
    /* border: 2px solid rgb(19, 0, 128); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.cardMenu{
    width: 250px;
    height: 100%;
    border-radius: 20px;
    /* border: 2px solid rgb(255, 44, 44); */
    cursor: pointer;
    transition: 0.5s;
}
.cardMenu:hover{
    transform: rotate(-35deg) scale(1.1);
    border-radius: 50%;
    box-shadow: -2px 2px 5px 3px rgba(0, 0, 0, 0.4);
}
.descriptionCard{
    /* border: 2px solid rgb(255, 44, 220); */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}
.infPlate{
    display: flex;
    flex-direction: column;
    width: 200px;
    /* border: 2px solid rgb(238, 255, 0); */
    text-align: start;
    justify-content: center;
    color: #7A7A7B;
    font-weight: 800;
    gap: 5px;
    font-size: 20px;
    
}
.price{
    color: black;
    font-size: 16px;
}
.addCart{
    /* border: 2px solid rgb(81, 255, 0); */
    width: 30px;
    height: 30px;
    align-items: center;
    opacity: .8;
}
.addCart:hover{
    opacity: 1;
}

/* CLASSES MANIPULAÇAO MENU */

.plateA{
    display: none;   
}
.plateB{
    display: none;
}
.plateC{
    display: none;
}
.plateD{
    display: none;
}
.plateAll{
    display: none;   
}

.plateOn{
    display: flex;
}

@media screen and (max-width: 400px){

    #menu{
        /* border: 2px solid rgb(4, 0, 255); */
        width: 100%;
        height: 100%;
        gap: 20px;
        
    }
    .titleMenu{
        /* border: 2px solid rgb(255, 44, 220); */
        width: 100%;
        gap: 10px;
    }
    .titleMenu h1{
        font-size: 40px;
        padding: 0px;
    }
    .titleMenu p{
       display: none;
    }
    .menuNavbar{
        /* border: 2px solid rgb(44, 255, 185); */
        background-color: transparent;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        font-size: 10px;
        width: 100%;
        height: 100px;  
        padding: 0px; 
    }
    .menuNavbar button{
        /* border: 2px solid rgb(255, 44, 220); */
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
        color: #0e0e0e;
        cursor: pointer;
        background-color: #f0f3f78e;
        width: 90px;
        height: 50px;
        border-radius: 0px;
        padding: 0px;
    }
    .menuNavbar button:hover{
        background-color: #e34a3c;
        color: #fff;
    }
    .titleMenu h1{
        font-size: 25px;
    }
   
    .cardContainer{
        /* border: 2px solid red; */
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 40px;
        gap: 0px;
    }
    .cardContent{
        /* border: 2px solid red; */
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 0px;
        gap: 0px;
    }
    
    .groupAllCards{
        width: 100%;
        gap: S0px;
    }
    .cardMenu{
        width: 100%;
        border-radius: 10px;
        box-shadow: -2px 2px 5px 3px rgba(0, 0, 0, 0.4);
    }
    .descriptionCard{
        padding: 0px;
    }
    .infPlate{
        font-size: 20px;
        
    }
    .price{
        color: black;
        font-size: 16px;
    }
    .cardContainer div a img{
        width: 20px;
        height: 19px;
    }
}