.banner {
	height: 280px;
}
.box-equipo {
	width: 320px;
}
.box-bag {
	width: 174px;
	height: 142px;
}
.counter {
	height: 40px;
	width: 104px;
}
.counter > a, .counter > span {
	width: 24px;
	height: 24px;
}
.steps-wrap .step-item {
	display: none;
}
.steps-wrap[data-step="1"] .step-1,
.steps-wrap[data-step="2"] .step-2,
.steps-wrap[data-step="3"] .step-3,
.steps-wrap[data-step="4"] .step-4,
.steps-wrap[data-step="5"] .step-5 {
	display: block;
}
.steps-wrap[data-step="1"] .link-back {
	visibility: hidden !important;
}
@media (min-width: 768px) {
	.box-equipo {
		width: 246px;
	}
}