@media (max-width: 768px) {
#blog .blog-post:last-child {
    display: table-cell ;
}
}

:root {
    --cor_primaria: #262626;
    --cor_secundaria: #262626;
    --cor_botao: #bd0000;
    --cor_botao_hover: #262626;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #262626;
    --pre_cabecalho: #262626;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #262626;
    --cor_icones: #fff;
    --cor_icones_hover: #fff;
    --cor_texto_icones: #fff;
    --cor_menu: #262626;
    --cor_texto_menu: #fff;
    --cor_newsletter: #262626;
    --cor_footer: #ffffff;
    --cor_texto_footer: #262626;
    --cor_tag_frete_gratis: #262626;
    --texto_global: #262626;
    --texto_background: #262626;
    --cor_logo_rodape: #262626;
    
}
