.menu-superior > li:nth-child(2){
    background-color: rgba(0,0,0,.4);
    box-shadow: 0 0 .1em #000;
    border-radius: .2em;
    font-weight: bold;
}

.conteudo {
    width: 100%;
}

.galeria {
    text-align: right;
    width: 100%
}

.galeria img {
    height: 100%;
    width: 100%;
}

.conteudo ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 75%;
}

.conteudo ul li {
    padding-left: 2.5em;
    font-size: .8em;
    line-height: 2em;
    list-style: inside;
}

.produtos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 2em;
    margin-bottom: 1em;
    text-align: center;
}

.produtos li {
    border: .5em solid black;
    background-color: #FAFFFC;
    width: 30%;
    box-sizing: border-box;
    padding: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.produtos > li > a {
    color: black;
    text-decoration: none;
    font-size: 1.5em;
}

.legenda-ferramentas {
    padding-top: .5em;
}

.produtos img {
    width: 100%;
    height: 50%;
    box-shadow: 0 0 4px #000;
}