/* Imagens dos lanches */
.card .cabecalho-lanche {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card:nth-child(1) .cabecalho-lanche {
    background-image: url(../_img/produtos/lanches/lanche8.webp);
}

.card:nth-child(2) .cabecalho-lanche {
    background-image: url(../_img/produtos/lanches/lanche4.webp);
}

.card:nth-child(3) .cabecalho-lanche {
    background-image: url(../_img/produtos/lanches/lanche5.webp);
}

.card:nth-child(4) .cabecalho-lanche {
    background-image: url(../_img/produtos/lanches/x-tudo.webp);
}

.card:nth-child(5) .cabecalho-lanche {
    background-image: url(../_img/produtos/lanches/clarice.webp);
}

.card:nth-child(6) .cabecalho-lanche {
    background-image: url(../_img/sem-imagem.webp);
}

.card:nth-child(7) .cabecalho-lanche {
    background-image: url(../_img/sem-imagem.webp);
}

.card:nth-child(8) .cabecalho-lanche {
    background-image: url(../_img/produtos/lanches/hot-tudo.webp);
}

