/* @group Plain Image & Text
------------------------------------ */

.plain-image-text .image-col .bp-multimedia {
    height: 21.4rem;
}

@media only screen
and (min-width : 961px) {
    .plain-image-text .image-col .bp-multimedia {
        height: 45rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .plain-image-text .image-col {
        margin-top: 7rem;
    }
}

/* @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;
}