.produtos {
    margin-top: 7%
}

.thumbnails {
    display: inline-block;
    list-style: none;
    list-style-type: none
}



.thumbnails img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .3s
}

.thumbnails h2 {
    font-size: 10px;
    background: #ec1b23;
    height: 25px;

    margin-top: 0;
    transition: .3s
}

.thumbnails a {
    text-decoration: none;
    color: #fff
}

.thumbnails-mod4 {
    display: inline-block;
    list-style: none;
    list-style-type: none
}

.thumbnails-mod4 li {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
    float: left;
    width: 300px;
    height: 240px;
    margin: 10px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s
}

.thumbnails-mod4 img {
    border-radius: 5px 5px 0 0;
    width: 300px;
    object-fit: cover;
    height: 200px;
    transition: .3s
}

.thumbnails-mod4 h2 {
    font-size: 11px;
    margin-top: 0;
    background:navajowhite;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    border-radius: 0 0 5px 5px
}

.thumbnails-mod4 a {
    text-decoration: none;
    color: black
}


@media only screen and (max-width:765px) {
    .thumbnails-mod4 {
        text-align: center;
        width: 100%
    }

    .thumbnails-mod4 li {
        margin: 20px auto;
        float: none
    }
}

.thumbnails li {
    width: 100%;
    margin: 10px 0
}

.thumbnails {
    width: 100%;
    box-sizing: border-box;
    padding: 10px
}

.thumbnails img {
    width: 100%
}