.container-tag-promocional:nth-child(even) {
	margin-right: 4%;
}

.container-tag-promocional {
	text-transform: uppercase;
	color: white;
	font-weight: 700;
}

.tag-promocional {
	position: absolute;
	top: -6.1px;
	left: 30px;
}

.tag-promocional span {
	position: relative;
	display: block;
	text-align: center;
	background: #e4000a;
	font-size: 14px;
	line-height: 1;
	padding: 16px 2px 14px;
	border-top-right-radius: 8px;
	width: 74px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tag-promocional span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #e41408;
}

.tag-promocional span:before, .tag-promocional span:after {
	position: absolute;
	content: "";
}

.tag-promocional span:after {
	height: 7px;
	width: 10px;
	left: -10px;
	top: 0;
	border-radius: 8px 8px 0 0;
	background: #C02031;
}

.tag-promocional span:before, .tag-promocional span:after {
	position: absolute;
	content: "";
}

.tag-promocional:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 37px solid transparent;
	border-right: 37px solid transparent;
	border-top: 12px solid #e4000a;
}

.disabled .container-tag-promocional {
	display: none;
}

@media (max-width: 992px) {
	.tag-promocional {
		left: 50%;
		transform: translateX(-50%);
	}
	.tag-promocional span {
		padding: 6px 2px 5px;
		width: 70px;
	}
	.tag-promocional:after {
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
	}
}