/* ZENS — Nosotros. Solo lo que Elementor no puede expresar por ajustes. */

/* cierre: marca de agua e detras del contenido (mark-cream.png es 360x440) */
.nos-finale { position: relative; overflow: hidden; }
.nos-finale > .elementor-element { position: relative; z-index: 2; }
.nos-finale > .nf-wm {
  position: absolute; right: -3%; bottom: -34%;
  height: 150%; width: auto; aspect-ratio: 360 / 440; max-width: none;
  opacity: .08; pointer-events: none; user-select: none; z-index: 0; margin: 0;
}
.nos-finale > .nf-wm .elementor-widget-container,
.nos-finale > .nf-wm figure { height: 100%; width: 100%; margin: 0; }
.nos-finale > .nf-wm img {
  height: 100%; width: 100%; max-width: none;
  object-fit: contain; object-position: right bottom;
}

/* el subtitulo del cierre no debe pasar de 46 caracteres por linea */
.nf-sub p { max-width: 46ch; margin-inline: auto; }

@media (max-width: 860px) {
  .nos-finale > .nf-wm { right: -22%; bottom: -18%; height: 96%; opacity: .06; }
}