/* ----- pasos para activar bolsa ----- */
.box-steps {
	max-width: 1086px;
}
.box-steps > div {
	max-width: 290px !important;
}
.box-steps > div .icon {
	height: 62px;
}
.box-steps .sep {
	height: 50px;
	width: 0;
	border-right: 1px dashed #341B47;
}
/* .bullet-gray li::before {
	content: '';
	display: inline-block;
	height: 7px;
	width: 7px;
	background-color: #7C6C8A;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 5px;
} */

@media (min-width: 768px){
	.box-steps > div::before {
		content: '';
		width: 70%;
		height: 0;
		position: absolute;
		border: none;
		top: 32px;
		left: 65%;
		z-index: 0;
		border-bottom: 1px dashed #341B47;
	}
	.box-steps > div:last-child::before {
		display: none;
	}
}
@media (min-width: 1200px){
	.box-steps > div::before {
		width: 70%;
		left: 65%;
	}
}
/* ----- pasos para activar bolsa ----- */


/* ----- Cajas Recargas Acumuladas ---------------------------------------------- */
.box-recargas-content {
	max-width: 320px;
}
.box-recargas .title {
	height: 58px;
	margin-bottom: 10px;
}
.box-recargas .title::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 13px 0 13px;
	border-color: transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.box-recargas .col-01 .title {
	background-color: #CCC4D2;
}
.box-recargas .col-01 .title::after {
	border-top-color: #CCC4D2;
}
.box-recargas .col-02 .title {
	background-color: #B3A6BA;
}
.box-recargas .col-02 .title::after {
	border-top-color: #B3A6BA;
}
.box-recargas .col-03 .title {
	background-color: #7C6C8A;
}
.box-recargas .col-03 .title::after {
	border-top-color: #7C6C8A;
}
.box-recargas .box-prize {
	height: 196px;
	width: 230px;
}
.box-recargas .box-prize h4 {
	color: #491966;
}

@media (min-width: 768px){
	.box-recargas-content {
		max-width: 980px;
	}
	.box-recargas > article {
		width: 220px;
	}
}
@media (min-width: 992px) {
	.box-recargas > article {
		width: 306px;
	}
}


.w-180-px {width:180px !important}

/* ----- Cajas Recargas Acumuladas ---------------------------------------------- */

/* ----- corrección pestañas ----- */
/* .wom .wom-tabs.new-tabs.full .nav-tabs li:first-child .nav-link.active::after {
	left: -70px;
} */
/* ----- corrección pestañas ----- */

/* ----- helpers womstrap ----- */
/* .shadow-md {
	box-shadow: 0px 6px 12px rgba(56, 20, 81, 0.15) !important;
}
.bg-ghost-white {
	background-color: #F4F4F7;
} */
/* ----- helpers womstrap ----- */