/* ---- Banner ----------------------------------------------------------------- */
.wom .banner-cut.noimg,.wom .banner-cut.noimg>div {
	height: 312px !important;
	clip-path: polygon(0 0, 100% 0%, 100% 305px, 50% 100%, 50% 292px, 0% 300px);
}
.wom .banner-cut.noimg > div {
	background-image: linear-gradient(0deg, #49325D 3.05%, #76489B 100%);
	background-size: 100% 100%;
}
.wom .banner-cut.noimg .description {
	height: 282px;
	max-width: 1200px;
}
@media (min-width: 992px) {
	.wom .banner-cut.noimg, .wom .banner-cut.noimg>div {
		height: 386px !important;
		clip-path: polygon(0 0, 100% 0%, 100% 334px, 50% 370px, 50% 351px, 0% 100%) !important;
	}
	.wom .banner-cut > div .container {
		height: 350px !important;
	}
	.banner-cut .description p {
		font-weight: 700;
	}
}
/* ---- Banner ----------------------------------------------------------------- */

/* ---- Ganadores -------------------------------------------------------------- */
.tag-cat::after {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	position: absolute;
	height: 24px;
	top: 14px;
	right: 18px;
	background-color: #DBCCE8;
	font-size: 12px;
	font-weight: 700;
	color: #4D008C;
	border-radius: 4px;
}
.tag-app::after {
	content: 'Concurso APP';
}
.tag-boleta::after {
	content: 'Paga tu boleta';
}
.tag-womshot::after {
	content: 'WOMSHOT';
}
.tag-prepago::after {
	content: 'PREPAGO';
}
.tag-cyber::after {
	content: 'Oferta Cyber';
}
.box-contests > ul:not(:last-child) {
	border-bottom: 1px solid #C9CFD7;
}

@media (min-width: 768px){
	.bg-winners {
		background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/concurso-landing/bg-ganadores.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center 20%;
	}
	.box-winner {
		width: 336px !important;
		max-width: 336px !important;
	}
}
/* ---- Ganadores -------------------------------------------------------------- */