.engagement-and-call-to-action {
	position: relative;
	--heightDesktop: 65.2rem;
	padding: 15rem 0 0;
}
.engagement-and-call-to-action .bp-text {
	white-space: nowrap!important;
}
.engagement-and-call-to-action .bp-multimedia {
	width: 22.1rem;
	height: 27.9rem;
	margin: 0 auto;
}

@media only screen
and (min-width : 961px) {
	.engagement-and-call-to-action {
		padding: 0;
		height: var(--heightDesktop);
	}
	.engagement-and-call-to-action .bp-multimedia {
		width: 40rem;
		height: 51.2rem;
		
	}
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
	.engagement-and-call-to-action .col-image {
		margin: 0 0 3.2rem!important;
	}
	.engagement-and-call-to-action .col-content .bp-group {
		width: 22.1rem!important;
		max-width: none!important;
		text-align: center;
		margin: 0 auto!important;
	}
	.engagement-and-call-to-action .bp-button {
		margin: 0 auto!important;
	}
}

/* @end */

/* Animations
------------------------------------ */
:where(#wrapper) .contenedor .elemento {
	opacity: 0;
	--duration: 1s;
}
:where(#wrapper) .contenedor.animateActive .elemento {
	animation: fade var(--duration) forwards;
	animation-delay: var(--delay, 0);
}
:where(#wrapper) .contenedor.animateActive .elemento {
    --delay: 0.3s;
}
