:root {
    --cor_primaria: #f7f0d1;
    --cor_menu: #f7f0d1;
    --botao: #27686c;
    --botao_hover: #F194B4;
    --botao_comprar: #F194B4;
}

h1, h2, h3, h4, h5, h6,
.title-categorias,
.primary-title,
.second-title,
.preco-promocional {
    color: #F194B4 !important;
}

@media(max-width: 600px) {
    .full-banners {
        display: none;
    }
}