
/* Faz o fundo de Mural, Adega e Novo vinho nascer visualmente a partir do menu inferior. */
#new::before,
#mural::before,
#history::before{
  top: calc(var(--vinhario-bg-top, 118px) + 160px) !important;
  bottom: var(--vinhario-bg-bottom, 72px) !important;
  background-position: center bottom !important;
  background-size: 100% auto !important;
}
