.body__acreditacion .card,
.body__acreditacion .card .col {
	text-align: center;
}
.body__acreditacion h1 span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .75em;
	color: #4879b3;
	margin-left: .125rem;
}
.body__acreditacion h1 + p {
	font-size: 1.125rem;
	max-width: 30em;
	margin: 0 auto 1.25rem;
	position: relative;
}
.acreditacion__step1 .card,
.acreditacion__step1 .card .col {
	text-align: center;
}
.acreditacion__step1 h1 span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .75em;
	color: #4879b3;
	margin-left: .125rem;
}
.acreditacion__step1 h1 + p {
	font-size: 1.125rem;
	max-width: 30em;
	margin: 0 auto 1.25rem;
	position: relative;
}
.acreditacion__step1 .card .col {
	border-right: solid 1px #eee;
}
.acreditacion__step1 .card .col + .col {
	border-left: solid 1px #eee;
}
.acreditacion__step1 .card .col:last-child {
	border-right: none;
}
.acreditacion__step1 .card .col picture {
	display: block;
	max-width: 15rem;
	padding: .375rem .75rem;
	margin: 0 auto 1.25rem;
	box-shadow: 0 1px .5rem .125rem rgba(0,0,0,.15);
	border-radius: .25rem;
}
.acreditacion__step1 .card .col h4 {
	font-weight: normal;
}
.acreditacion__step1 .card .col h4 strong {
	font-weight: 600;
	display: block;
}
.acreditacion__step1 .card .col p {
	max-width: 22.5em;
	margin: 0 auto .25rem;
}
.acreditacion__step1 .card .col .bt i {
	margin: 0 0 0 .5rem;
}
.acreditacion__step1 .card .col .bt + p {
	font-size: .75rem;
	margin-top: 1rem;
	color: #aaa;
}
.acreditacion__step1 .formFooter {
	text-align: center;
}
.acreditacion__step1 .formFooter .bt_back {
	float: none;
}
.main .row.rowSteps {
	margin: 0;
}
.rowSteps .col {
	border: solid 1px #ddd;
	min-height: 8rem;
	padding: 2rem;
	vertical-align: middle;
}
.rowSteps .col .field {
	margin: 0;
}
@media (min-width: 960px) {
	.rowSteps .col + .col {
		border-left: none;
	}
}
.rowSteps .col:first-child {
	border-radius: .25rem 0 0 .25rem;
}
.rowSteps .col:last-child {
	border-radius: 0 .25rem .25rem 0;
}

.modal__camera {
	height: 90vh;
	width: 90vh;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	background: #333;
}
.modal__camera div {
	height: 100%;
	position: relative;
}
.modal__camera div a {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	bottom: 2rem;
	text-align: center;
}
.modal__camera div img {
	border-radius: .25rem;
}
.modal__camera div p {
	font-size: 1.25rem;
	font-weight: 600;
	color: #163C68;
	position: absolute;
	left: 1rem;
	right: 1rem;
	text-align: center;;
	top: 2rem;
}

.stepItemWrapper {
	padding-bottom: 75%;
	position: relative;
}
.acreditacion__step3 .stepItemWrapper {
	padding-bottom: 100%;
}
.stepItemWrapper .field,
.stepItemWrapper picture {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.stepItemWrapper picture {
	left: 0;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
.stepItemWrapper picture img {
	display: block;
}
.stepItemWrapper picture i {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50% , -50%);
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	border-radius: 2rem;
	background: #71C1B1;
	color: #fff;
}
.stepItemWrapper.disabled:after {
	content: '';
	position: absolute;
	left: -1.875rem;
	top: -1.875rem;
	right: -1.875rem;
	bottom: -1.875rem;
	background: rgba(200,200,200,.75);
	border-radius: 2px;
}

@media (max-width: 960px) {
	.body__acreditacion h1 {
		font-size: 2rem;
	}
	.body__acreditacion h1 span {
		font-size: 1.25rem;
		display: block;
	}
	.body__acreditacion h1 + p {
		font-size: 1rem;
	}
	.acreditacion__step2 .rowSteps .col:first-child .stepItemWrapper {
		padding-bottom: 30%;
	}
	.rowSteps .col:first-child {
		border-radius: .25rem .25rem 0 0;
	}
	.rowSteps .col:last-child {
		border-radius: 0 0 .25rem .25rem;
	}
	.rowSteps .col + .col {
		border-top: none;
		margin-top: 0;
	}
	.modal__camera {
		height: 90vw;
		width: 90vw;
	}
	.modal__camera div p {
		top: 1.125rem;
		left: 1.125rem;
		right: 1.125rem;
		font-size: 1.125rem;
		background: #71C1B1aa;
		border-radius: 3rem;
		line-height: 1.1em;
		padding: .5rem 0;
	}

}