nav{
    background-color: bisque;
    height: 6em;
    align-items: center;
    justify-content: space-around;
    display: flex;
    }

nav a{
    color:brown;
    font-size: 1.2pc;
    text-transform: uppercase;
    text-decoration: none;
       
}

nav a:hover{
    color: blueviolet;
}

.setor{
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}
.produto{
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 24%;
    

}

.produto img{
    width:95%;
}