.acceso-exclusivo-background {
	margin-top: 90px;
	width: 100%;
	height: calc(100% - 90px);

	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.acceso-exclusivo {
	width: 400px;
	background-color: #0000003d;
	color: white;
	padding: 26px;
}

.acceso-exclusivo h2 {
	margin: 0;
	margin-bottom: 32px;
}

.acceso-exclusivo p {
	color: white;
	margin: 0;
	padding: 0;
}

.whatsapp {
	background-color: #1fcf1d;
	outline: none;
	border: none;
	padding: 12px 18px;
	border-radius: 4px;
	margin: 16px 0;
	color: white;
	cursor: pointer;
}

.whatsapp:hover {
	background-color: #1ab618;
}

.instagram-icon {
	font-size: 69px;
	color: #ffffff;
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 10px auto 0 auto;
	width: min-content;
}

.step-by-step {
	height: 100%;
	width: 100%;
	position: relative;
	overflow-y: auto;
	padding: 26px;
}

.timeline-title {
	color: white;
	font-size: 27px;
	text-align: center;
	font-weight: 300;
	width: 100%;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.steps {
	position: relative;
	color: white;
	margin-top: calc(100vh - 270px);
	margin-bottom: calc(50vh - 90px);
}

.progress-line {
	background-color: #343434;
	width: 2px;
	height: 0;
	transition: height 500ms ease-in-out;
	position: absolute;
	overflow: hidden;
	left: 30px;
	z-index: 1;
	top: 1px;
}

.moving-line {
	width: 100%;
	height: 0;

	background-color: #e9b652;
	position: relative;
	top: 0;
}

.step-circle {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #181818;
	border-radius: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 28px;
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
}

.step-block {
	display: flex;
	padding-bottom: 50px;
	width: 100%;
	flex: 1 0 100%;
}

.step-block-content {
	opacity: 0;
	padding-top: 20px;
	padding-left: 18px;
	transform: translateX(20px);
	transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
	flex: 1 1 100%;
}

.step-block-content p {
	margin: 0;
	padding: 0;
	color: white;
}

.completed-step-circle {
	width: 100%;
	height: 0;
	transition: height 250ms ease-in-out;
	position: absolute;
	overflow: hidden;
}

.completed-step-circle span {
	display: block;
	background-color: #e9b652;
	width: 60px;
	height: 60px;
	text-align: center;
	color: black;
	border-radius: 100%;
}

.step-circle.completed .completed-step-circle {
	height: 100%;
}

.step-block-content img {
	border-radius: 22px;
	width: 100%;
	margin-top: 18px;
}

.side-by-side-images {
	display: flex;
	justify-content: space-between;
}

.side-by-side-images img {
	width: 49%;
}

.step-block h2 {
	margin: -12px 0 24px 0px;
	font-size: 36px;
	text-align: center;
}

.step-block.completed .step-block-content {
	opacity: 1;
	transform: translateX(0);
}
