.s-info-desarrollo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#info-desarrollo-1 {
	background-image: url("/src/img/desarrollo-web/fondo-1.png");
}

#info-desarrollo-2 {
	background-image: url("/src/img/desarrollo-web/fondo-2.png");
}

#info-desarrollo-3 {
	background-image: url("/src/img/desarrollo-web/fondo-3.png");
}

.s-info-desarrollo > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen-info-desarrollo {
	width: 60%;
}

.imagen-info-desarrollo img {
	width: 60%;
}

.text-info-desarrollo {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

.text-info-desarrollo p {
	font-size: 32px;
	color: var(--azul);
	text-align: center;
}

footer {
	background-color: var(--morado);
}

@media screen and (max-width: 1024px) {
	.s-info-desarrollo {
		flex-direction: column;
	}

	.text-info-desarrollo {
		width: 100%;
		padding: 20px;
	}

	.text-info-desarrollo p {
		font-size: 22px;
	}

	.imagen-info-desarrollo img {
		width: 100%;
	}
	#info-desarrollo-3 {
		background-position: left;
	}

	#info-desarrollo-3 .text-info-desarrollo p {
		color: #fff;
	}

	#info-desarrollo-1 {
		flex-direction: column-reverse;
	}
}
