@media screen and (min-width: 750px){
	#banner-bf-week{
		content: url('/arquivos/DPSP-topo-black-cadastre-se-1920x40px_gif.gif?v=637057051089200000');
	}
}

@media screen and (max-width: 750px){
	#banner-bf-week{
		content: url('/arquivos/DPSP-topo-black-cadastre-se-gif-1242x40px.gif?v=637060590634330000');
	}
}

.banner-blackfriday-role-component {
	/* position: fixed; */
	top: 0;
	left: 0;
	right: 0;
	background: #3f4444;
	width: 100%;
	z-index: 999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

	.banner-blackfriday-role-component {
		position: static;
	}


.banner-blackfriday-role-component .wrapper-component {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 4px 15px;
}