
.bg-custom-primary {
	background-color: #29323b !important;
}

.bg-custom-primary:hover {
	background-color: #29323b !important;
}
.bg-custom-primary-login {
	background-color: #49958b !important;
}

.bg-custom-secondary {
	background-color: #49958b !important;
}
.bg-custom-secondary:hover {
	background-color: #49958b !important;
}

.bg-custom-secondary-menu-categoria {
	background-color: #f7f7f7;
	border-color: #ddd;
	color: #000;
}
.bg-custom-secondary-menu-categoria p {
	color: #000;
}
.bg-custom-secondary-menu-categoria b {
	color: #000;
}
.bg-custom-secondary-menu-categoria.active {
	background-color: #49958b;
	border-color: #49958b;
	font-family: 'Quicksand-SemiBold';
	color: #f7f7f7;
}
.bg-custom-secondary-menu-categoria.active p {
	color: #f7f7f7;
}
.bg-custom-secondary-menu-categoria.active b {
	color: #f7f7f7;
}

.border-color-custom-primary {
	border-color: #29323b !important;
}
.border-color-custom-primary:hover {
	border-color: #29323b !important;
}

.border-color-custom-secondary {
	border-color: #49958b !important;
}
.border-color-custom-secondary:hover {
	border-color: #49958b !important;
}

.color-custom-secondary {
	color: #49958b !important;
}

.btn-login {
	border-color: #29323b !important;
	 background-color: #29323b !important;
}

.imagem-header {
   	background-image: url(https://arquivo.facilcatalogos.com.br/loja/68378e3d0c21d20250528192917-menu.png);
   	background-repeat: no-repeat;
    background-position: center;
    height: 55px;
    background-size: contain
}