.img-cont-vect-ini {
		background: url("https://mdrhagil.com/wp-content/uploads/2025/08/VECTORES-MD-4-scaled.png") center / cover no-repeat;
	animation: vector-md 60s linear forwards;
}

@keyframes vector-md {
		0% {
			background: url("https://mdrhagil.com/wp-content/uploads/2025/08/VECTORES-MD-4-scaled.png") center / cover no-repeat;
		}

		100% {
			background: url("https://mdrhagil.com/wp-content/uploads/2025/08/VECTORES-MD-4-scaled.png") right top / cover no-repeat;
		}
}


.img-cont-vect-ini-2 {
		background: url("https://mdrhagil.com/wp-content/uploads/2025/08/VECTORES-MD-5-scaled.png") left bottom / 95% no-repeat;
	animation: vector-md-2 60s linear forwards infinite;
}

@keyframes vector-md-2 {
		0% {
			background: url("https://mdrhagil.com/wp-content/uploads/2025/08/VECTORES-MD-5-scaled.png") left bottom / 95% no-repeat;
		}

		100% {
			background: url("https://mdrhagil.com/wp-content/uploads/2025/08/VECTORES-MD-5-scaled.png") center / cover no-repeat;
		}
}
.img-cont-vect-ini p,  .img-cont-vect-ini-2 p {
	text-shadow: 1px 1px 1px #fff;
}