.sw-theme-arrows > .nav .nav-link.active {
	border-color: #FF6347;
	background: #FF6347;
}

.sw-theme-arrows > .nav .nav-link.active::after {
	border-left-color: #FF6347;
}

.sw-theme-arrows > .nav .nav-link.done {
	border-color: #CD5C5C;
	background: #CD5C5C;
}

.sw-theme-arrows > .nav .nav-link.done::after {
	border-left-color: #CD5C5C;
}

.sw-theme-arrows .toolbar > .btn {
	background-color: slategray;
	border: 1px solid slategray
}

#file-foto,
#file-promocion-foto {
	height: 38px;
}

#resultado-foto-usuario img,
#resultado-foto-promocionar img {
	max-width: 100%;
	height: 120px;
	margin-bottom: 15px;
}

#resultado-foto-usuario img {
	border: 1px solid #ccc;
	border-radius: 100px;
	max-width: 100%;
}

#foto-wrapper {
	width: 100%;
	height: 300px;
}

.cr-slider-wrap {
	margin-top: 0 !important;
}

#datos-usuario-container {
	margin: 20px auto;
	padding: 15px;
	background-color: #eee;
}

#intereses-otros-wrapper {
	visibility: hidden;
}

#btn-finalizar {
	display: none;
}

#modal-crop .buttons {
	margin-top: 30px;
}

@media only screen and (min-width: 575px) {
	#datos-usuario-container {
		margin: 0 auto;
	}
}