CINXE.COM
OBJECTIVES - FuturEnzyme
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://www.futurenzyme.eu/xmlrpc.php" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v23.9 - https://yoast.com/wordpress/plugins/seo/ --> <title>OBJECTIVES - FuturEnzyme</title> <link rel="canonical" href="https://www.futurenzyme.eu/objectives/" /> <meta property="og:locale" content="es_ES" /> <meta property="og:type" content="article" /> <meta property="og:title" content="OBJECTIVES - FuturEnzyme" /> <meta property="og:description" content="Objectives Specific project targets. The project CONCEPT, summarized in the image below, is based on a clear IDEA: New “smart” enzymes implemented by screening and design can help to improve real-life consumer products to become greener, more innovative and more functional products that have the least impact on the environment and higher acceptance by consumers. […]" /> <meta property="og:url" content="https://www.futurenzyme.eu/objectives/" /> <meta property="og:site_name" content="FuturEnzyme" /> <meta property="article:modified_time" content="2024-11-13T12:02:27+00:00" /> <meta property="og:image" content="https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept.jpg" /> <meta property="og:image:width" content="1280" /> <meta property="og:image:height" content="720" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@futurenzyme" /> <meta name="twitter:label1" content="Tiempo de lectura" /> <meta name="twitter:data1" content="3 minutos" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.futurenzyme.eu/objectives/","url":"https://www.futurenzyme.eu/objectives/","name":"OBJECTIVES - FuturEnzyme","isPartOf":{"@id":"https://www.futurenzyme.eu/#website"},"primaryImageOfPage":{"@id":"https://www.futurenzyme.eu/objectives/#primaryimage"},"image":{"@id":"https://www.futurenzyme.eu/objectives/#primaryimage"},"thumbnailUrl":"https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept-768x432.jpg","datePublished":"2021-03-17T19:29:22+00:00","dateModified":"2024-11-13T12:02:27+00:00","breadcrumb":{"@id":"https://www.futurenzyme.eu/objectives/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https://www.futurenzyme.eu/objectives/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https://www.futurenzyme.eu/objectives/#primaryimage","url":"https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept.jpg","contentUrl":"https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https://www.futurenzyme.eu/objectives/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https://www.futurenzyme.eu/"},{"@type":"ListItem","position":2,"name":"OBJECTIVES"}]},{"@type":"WebSite","@id":"https://www.futurenzyme.eu/#website","url":"https://www.futurenzyme.eu/","name":"FuturEnzyme","description":"Greening the world through enzymes","publisher":{"@id":"https://www.futurenzyme.eu/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.futurenzyme.eu/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https://www.futurenzyme.eu/#organization","name":"FuturEnzyme Consortium","url":"https://www.futurenzyme.eu/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https://www.futurenzyme.eu/#/schema/logo/image/","url":"https://www.futurenzyme.eu/wp-content/uploads/2021/08/FuturEnzyme-Logo-PNG.png","contentUrl":"https://www.futurenzyme.eu/wp-content/uploads/2021/08/FuturEnzyme-Logo-PNG.png","width":2480,"height":3508,"caption":"FuturEnzyme Consortium"},"image":{"@id":"https://www.futurenzyme.eu/#/schema/logo/image/"},"sameAs":["https://x.com/futurenzyme","https://www.linkedin.com/company/futurenzyme?original_referer=httpswww.futurenzyme.eu"]}]}</script> <!-- / Yoast SEO plugin. --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/www.futurenzyme.eu\/wp-includes\/js\/wp-emoji.js?ver=6.7.1","twemoji":"https:\/\/www.futurenzyme.eu\/wp-includes\/js\/twemoji.js?ver=6.7.1"}}; /** * @output wp-includes/js/wp-emoji-loader.js */ /** * Emoji Settings as exported in PHP via _print_emoji_detection_script(). * @typedef WPEmojiSettings * @type {object} * @property {?object} source * @property {?string} source.concatemoji * @property {?string} source.twemoji * @property {?string} source.wpemoji * @property {?boolean} DOMReady * @property {?Function} readyCallback */ /** * Support tests. * @typedef SupportTests * @type {object} * @property {?boolean} flag * @property {?boolean} emoji */ /** * IIFE to detect emoji support and load Twemoji if needed. * * @param {Window} window * @param {Document} document * @param {WPEmojiSettings} settings */ ( function wpEmojiLoader( window, document, settings ) { if ( typeof Promise === 'undefined' ) { return; } var sessionStorageKey = 'wpEmojiSettingsSupports'; var tests = [ 'flag', 'emoji' ]; /** * Checks whether the browser supports offloading to a Worker. * * @since 6.3.0 * * @private * * @returns {boolean} */ function supportsWorkerOffloading() { return ( typeof Worker !== 'undefined' && typeof OffscreenCanvas !== 'undefined' && typeof URL !== 'undefined' && URL.createObjectURL && typeof Blob !== 'undefined' ); } /** * @typedef SessionSupportTests * @type {object} * @property {number} timestamp * @property {SupportTests} supportTests */ /** * Get support tests from session. * * @since 6.3.0 * * @private * * @returns {?SupportTests} Support tests, or null if not set or older than 1 week. */ function getSessionSupportTests() { try { /** @type {SessionSupportTests} */ var item = JSON.parse( sessionStorage.getItem( sessionStorageKey ) ); if ( typeof item === 'object' && typeof item.timestamp === 'number' && new Date().valueOf() < item.timestamp + 604800 && // Note: Number is a week in seconds. typeof item.supportTests === 'object' ) { return item.supportTests; } } catch ( e ) {} return null; } /** * Persist the supports in session storage. * * @since 6.3.0 * * @private * * @param {SupportTests} supportTests Support tests. */ function setSessionSupportTests( supportTests ) { try { /** @type {SessionSupportTests} */ var item = { supportTests: supportTests, timestamp: new Date().valueOf() }; sessionStorage.setItem( sessionStorageKey, JSON.stringify( item ) ); } catch ( e ) {} } /** * Checks if two sets of Emoji characters render the same visually. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.9.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} set1 Set of Emoji to test. * @param {string} set2 Set of Emoji to test. * * @return {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( context, set1, set2 ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set1, 0, 0 ); var rendered1 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set2, 0, 0 ); var rendered2 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); return rendered1.every( function ( rendered2Data, index ) { return rendered2Data === rendered2[ index ]; } ); } /** * Determines if the browser properly renders Emoji that Twemoji can supplement. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.2.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} type Whether to test for support of "flag" or "emoji". * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) { var isIdentical; switch ( type ) { case 'flag': /* * Test for Transgender flag compatibility. Added in Unicode 13. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (white flag emoji + transgender symbol). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F', // as a zero-width joiner sequence '\uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F' // separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly ([U] + [N]). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDDFA\uD83C\uDDF3', // as the sequence of two code points '\uD83C\uDDFA\u200B\uD83C\uDDF3' // as the two code points separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather a five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]). */ isIdentical = emojiSetsRenderIdentically( context, // as the flag sequence '\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F', // with each code point separated by a zero-width space '\uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F' ); return ! isIdentical; case 'emoji': /* * Four and twenty blackbirds baked in a pie. * * To test for Emoji 15.0 support, try to render a new emoji: Blackbird. * * The Blackbird is a ZWJ sequence combining 🐦 Bird and ⬛ large black square., * * 0x1F426 (\uD83D\uDC26) == Bird * 0x200D == Zero-Width Joiner (ZWJ) that links the code points for the new emoji or * 0x200B == Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji. * 0x2B1B == Large Black Square * * When updating this test for future Emoji releases, ensure that individual emoji that make up the * sequence come from older emoji standards. */ isIdentical = emojiSetsRenderIdentically( context, '\uD83D\uDC26\u200D\u2B1B', // as the zero-width joiner sequence '\uD83D\uDC26\u200B\u2B1B' // separated by a zero-width space ); return ! isIdentical; } return false; } /** * Checks emoji support tests. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.3.0 * * @private * * @param {string[]} tests Tests. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {SupportTests} Support tests. */ function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) { var canvas; if ( typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope ) { canvas = new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement. } else { canvas = document.createElement( 'canvas' ); } var context = canvas.getContext( '2d', { willReadFrequently: true } ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; var supports = {}; tests.forEach( function ( test ) { supports[ test ] = browserSupportsEmoji( context, test, emojiSetsRenderIdentically ); } ); return supports; } /** * Adds a script to the head of the document. * * @ignore * * @since 4.2.0 * * @param {string} src The url where the script is located. * * @return {void} */ function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = true; document.head.appendChild( script ); } settings.supports = { everything: true, everythingExceptFlag: true }; // Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired. var domReadyPromise = new Promise( function ( resolve ) { document.addEventListener( 'DOMContentLoaded', resolve, { once: true } ); } ); // Obtain the emoji support from the browser, asynchronously when possible. new Promise( function ( resolve ) { var supportTests = getSessionSupportTests(); if ( supportTests ) { resolve( supportTests ); return; } if ( supportsWorkerOffloading() ) { try { // Note that the functions are being passed as arguments due to minification. var workerScript = 'postMessage(' + testEmojiSupports.toString() + '(' + [ JSON.stringify( tests ), browserSupportsEmoji.toString(), emojiSetsRenderIdentically.toString() ].join( ',' ) + '));'; var blob = new Blob( [ workerScript ], { type: 'text/javascript' } ); var worker = new Worker( URL.createObjectURL( blob ), { name: 'wpTestEmojiSupports' } ); worker.onmessage = function ( event ) { supportTests = event.data; setSessionSupportTests( supportTests ); worker.terminate(); resolve( supportTests ); }; return; } catch ( e ) {} } supportTests = testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ); setSessionSupportTests( supportTests ); resolve( supportTests ); } ) // Once the browser emoji support has been obtained from the session, finalize the settings. .then( function ( supportTests ) { /* * Tests the browser support for flag emojis and other emojis, and adjusts the * support settings accordingly. */ for ( var test in supportTests ) { settings.supports[ test ] = supportTests[ test ]; settings.supports.everything = settings.supports.everything && settings.supports[ test ]; if ( 'flag' !== test ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ test ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; // Sets DOMReady to false and assigns a ready function to settings. settings.DOMReady = false; settings.readyCallback = function () { settings.DOMReady = true; }; } ) .then( function () { return domReadyPromise; } ) .then( function () { // When the browser can not render everything we need to load a polyfill. if ( ! settings.supports.everything ) { settings.readyCallback(); var src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } ); } )( window, document, window._wpemojiSettings ); </script> <link rel='stylesheet' id='sdm-styles-css' href='https://www.futurenzyme.eu/wp-content/plugins/simple-download-monitor/css/sdm_wp_styles.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='hfe-widgets-style-css' href='https://www.futurenzyme.eu/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1.6.47' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='classic-theme-styles-inline-css'> /** * These rules are needed for backwards compatibility. * They should match the button element rules in the base theme.json file. */ .wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */ /* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */ box-shadow: none; text-decoration: none; /* The extra 2px are added to size solids the same as the outline versions.*/ padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em; } .wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none; } </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='advanced-page-visit-counter-css' href='https://www.futurenzyme.eu/wp-content/plugins/advanced-page-visit-counter/public/css/advanced-page-visit-counter-public.css?ver=9.1.1' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.futurenzyme.eu/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0' media='all' /> <link rel='stylesheet' id='cookie-law-info-css' href='https://www.futurenzyme.eu/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=3.2.7' media='all' /> <link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://www.futurenzyme.eu/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=3.2.7' media='all' /> <link rel='stylesheet' id='hfe-style-css' href='https://www.futurenzyme.eu/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1.6.47' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/frontend.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css?ver=8.4.5' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='elementor-post-16-css' href='https://www.futurenzyme.eu/wp-content/uploads/elementor/css/post-16.css?ver=1732271236' media='all' /> <link rel='stylesheet' id='post-grid-elementor-addon-main-css' href='https://www.futurenzyme.eu/wp-content/plugins/post-grid-elementor-addon/assets/css/main.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='elementor-post-124-css' href='https://www.futurenzyme.eu/wp-content/uploads/elementor/css/post-124.css?ver=1732290824' media='all' /> <link rel='stylesheet' id='elementor-post-2308-css' href='https://www.futurenzyme.eu/wp-content/uploads/elementor/css/post-2308.css?ver=1732271237' media='all' /> <link rel='stylesheet' id='elementor-post-2446-css' href='https://www.futurenzyme.eu/wp-content/uploads/elementor/css/post-2446.css?ver=1732271237' media='all' /> <link rel='stylesheet' id='hello-elementor-css' href='https://www.futurenzyme.eu/wp-content/themes/hello-elementor/style.css?ver=3.1.1' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.futurenzyme.eu/wp-content/themes/hello-elementor/theme.css?ver=3.1.1' media='all' /> <link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://www.futurenzyme.eu/wp-content/themes/hello-elementor/header-footer.css?ver=3.1.1' media='all' /> <link rel='stylesheet' id='dearpdf-style-css' href='https://www.futurenzyme.eu/wp-content/plugins/dearpdf-lite/assets/css/dearpdf.min.css?ver=2.0.38' media='all' /> <link rel='stylesheet' id='hfe-icons-list-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' /> <link rel='stylesheet' id='hfe-social-icons-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' /> <link rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='bdt-uikit-css' href='https://www.futurenzyme.eu/wp-content/plugins/bdthemes-element-pack-lite/assets/css/bdt-uikit.css?ver=3.21.7' media='all' /> <link rel='stylesheet' id='ep-helper-css' href='https://www.futurenzyme.eu/wp-content/plugins/bdthemes-element-pack-lite/assets/css/ep-helper.css?ver=5.10.9' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CNunito+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap&ver=6.7.1' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://www.futurenzyme.eu/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://www.futurenzyme.eu/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://www.futurenzyme.eu/wp-content/plugins/advanced-page-visit-counter/public/js/advanced-page-visit-counter-public.js?ver=9.1.1" id="advanced-page-visit-counter-js"></script> <script id="cookie-law-info-js-extra"> var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"non_necessary_cookies":[],"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"gdpr","js_blocking":"1","custom_integration":"","triggerDomRefresh":"","secure_cookies":""}; var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#000000","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#00968f","button_1_button_hover":"#007872","button_1_link_colour":"#fff","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#00968f","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#8e8e8e","button_3_button_hover":"#727272","button_3_link_colour":"#fff","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#00968f","button_4_button_hover":"#007872","button_4_link_colour":"#ffffff","button_4_as_button":"1","button_7_button_colour":"#00968f","button_7_button_hover":"#007872","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"","notify_animate_show":"1","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"1","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#ffffff","show_once_yn":"","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"popup","popup_showagain_position":"bottom-right","widget_position":"left"}; var log_object = {"ajax_url":"https:\/\/www.futurenzyme.eu\/wp-admin\/admin-ajax.php"}; </script> <script src="https://www.futurenzyme.eu/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.2.7" id="cookie-law-info-js"></script> <script id="sdm-scripts-js-extra"> var sdm_ajax_script = {"ajaxurl":"https:\/\/www.futurenzyme.eu\/wp-admin\/admin-ajax.php"}; </script> <script src="https://www.futurenzyme.eu/wp-content/plugins/simple-download-monitor/js/sdm_wp_scripts.js?ver=6.7.1" id="sdm-scripts-js"></script> <script src="https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js?ver=3.25.9" id="font-awesome-4-shim-js"></script> <link rel="https://api.w.org/" href="https://www.futurenzyme.eu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.futurenzyme.eu/wp-json/wp/v2/pages/124" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.futurenzyme.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.futurenzyme.eu%2Fobjectives%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.futurenzyme.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.futurenzyme.eu%2Fobjectives%2F&format=xml" /> <script type="text/plain" data-cli-class="cli-blocker-script" data-cli-script-type="performance" data-cli-block="true" data-cli-element-position="head"> enableGoogleAnalytics(); </script><script type="text/plain" data-cli-class="cli-blocker-script" data-cli-script-type="geolocation" data-cli-block="true" data-cli-element-position="head"> enableGoogleAnalytics(); </script><script type="text/plain" data-cli-class="cli-blocker-script" data-cli-script-type="register" data-cli-block="true" data-cli-element-position="head"> enableGoogleAnalytics(); </script><script data-cfasync="false"> var dearPdfLocation = "https://www.futurenzyme.eu/wp-content/plugins/dearpdf-lite/assets/"; var dearpdfWPGlobal = [];</script><meta name="generator" content="Elementor 3.25.9; features: e_font_icon_svg, additional_custom_breakpoints, e_optimized_control_loading, e_element_cache; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://www.futurenzyme.eu/wp-content/uploads/2021/03/Icono-web-362-x-512-150x150.png" sizes="32x32" /> <link rel="icon" href="https://www.futurenzyme.eu/wp-content/uploads/2021/03/Icono-web-362-x-512.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.futurenzyme.eu/wp-content/uploads/2021/03/Icono-web-362-x-512.png" /> <meta name="msapplication-TileImage" content="https://www.futurenzyme.eu/wp-content/uploads/2021/03/Icono-web-362-x-512.png" /> </head> <body class="page-template page-template-elementor_header_footer page page-id-124 page-parent wp-custom-logo ehf-header ehf-footer ehf-template-hello-elementor ehf-stylesheet-hello-elementor elementor-default elementor-template-full-width elementor-kit-16 elementor-page elementor-page-124"> <div id="page" class="hfeed site"> <header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <p class="main-title bhf-hidden" itemprop="headline"><a href="https://www.futurenzyme.eu" title="FuturEnzyme" rel="home">FuturEnzyme</a></p> <div data-elementor-type="wp-post" data-elementor-id="2308" class="elementor elementor-2308"> <header class="elementor-element elementor-element-fa42b15 e-con-full e-flex e-con e-parent" data-id="fa42b15" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-a0898fe e-con-full e-flex e-con e-child" data-id="a0898fe" data-element_type="container"> <div class="elementor-element elementor-element-dcd4527 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="dcd4527" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://twitter.com/futurenzyme" target="_blank"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </a> </div> </div> </div> <div class="elementor-element elementor-element-58c2d0d elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="58c2d0d" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.linkedin.com/company/futurenzyme" target="_blank"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin-in" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg> </a> </div> </div> </div> <div class="elementor-element elementor-element-a740302 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="a740302" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="mailto:info@futurenzyme.eu" target="_blank"> <svg aria-hidden="true" class="e-font-icon-svg e-far-envelope" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"></path></svg> </a> </div> </div> </div> <div class="elementor-element elementor-element-11aa4c0 elementor-widget-tablet__width-initial elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="11aa4c0" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://zenodo.org/communities/futurenzyme/" target="_blank"> <img width="65" height="24" src="https://www.futurenzyme.eu/wp-content/uploads/2021/04/logo-zenodo-negro-png.png" class="attachment-thumbnail size-thumbnail wp-image-19921" alt="" /> </a> </div> </div> </div> <div class="elementor-element elementor-element-1b787f0 e-flex e-con-boxed e-con e-child" data-id="1b787f0" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-8bc5480 hfe-search-layout-icon elementor-widget__width-auto elementor-widget elementor-widget-hfe-search-button" data-id="8bc5480" data-element_type="widget" data-settings="{"toggle_icon_size":{"unit":"px","size":14,"sizes":[]},"input_icon_size":{"unit":"px","size":"","sizes":[]},"input_icon_size_tablet":{"unit":"px","size":"","sizes":[]},"input_icon_size_mobile":{"unit":"px","size":"","sizes":[]},"toggle_icon_size_tablet":{"unit":"px","size":"","sizes":[]},"toggle_icon_size_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="hfe-search-button.default"> <div class="elementor-widget-container"> <form class="hfe-search-button-wrapper" role="search" action="https://www.futurenzyme.eu/" method="get"> <div class = "hfe-search-icon-toggle"> <input placeholder="" class="hfe-search-form__input" type="search" name="s" title="Buscar" value=""> <i class="fas fa-search" aria-hidden="true"></i> </div> </form> </div> </div> <div class="elementor-element elementor-element-dabbdbd elementor-tablet-align-center elementor-mobile-align-right elementor-button-info elementor-align-left elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="dabbdbd" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.futurenzyme.eu/wp-login.php"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Log in</span> </span> </a> </div> </div> </div> </div> </div> </header> <header class="elementor-element elementor-element-7b4d1ea e-con-full e-flex e-con e-parent" data-id="7b4d1ea" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-959b160 e-con-full e-flex e-con e-child" data-id="959b160" data-element_type="container"> <div class="elementor-element elementor-element-d88eb46 elementor-widget__width-auto elementor-widget-tablet__width-initial elementor-widget elementor-widget-site-logo" data-id="d88eb46" data-element_type="widget" data-settings="{"width":{"unit":"%","size":55,"sizes":[]},"width_tablet":{"unit":"%","size":50,"sizes":[]},"space_tablet":{"unit":"%","size":50,"sizes":[]},"space_mobile":{"unit":"%","size":24,"sizes":[]},"align_tablet":"left","align_mobile":"center","align":"left","space":{"unit":"%","size":55,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"image_border_radius":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"caption_padding":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"caption_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"caption_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"caption_space":{"unit":"px","size":0,"sizes":[]},"caption_space_tablet":{"unit":"px","size":"","sizes":[]},"caption_space_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="site-logo.default"> <div class="elementor-widget-container"> <div class="hfe-site-logo"> <a data-elementor-open-lightbox="" class='elementor-clickable' href="https://www.futurenzyme.eu/"> <div class="hfe-site-logo-set"> <div class="hfe-site-logo-container"> <img class="hfe-site-logo-img elementor-animation-" src="https://www.futurenzyme.eu/wp-content/uploads/2021/03/FuturEnzyme-Logo-Image.png" alt="FuturEnzyme Logo Image"/> </div> </div> </a> </div> </div> </div> </div> <div class="elementor-element elementor-element-59e34de e-flex e-con-boxed e-con e-child" data-id="59e34de" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-060ee40 hfe-nav-menu__align-right elementor-widget__width-auto hfe-submenu-icon-arrow hfe-submenu-animation-none hfe-link-redirect-child hfe-nav-menu__breakpoint-tablet elementor-widget elementor-widget-navigation-menu" data-id="060ee40" data-element_type="widget" data-settings="{"padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_horizontal_menu_item_mobile":{"unit":"px","size":28,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item_mobile":{"unit":"px","size":22,"sizes":[]},"width_dropdown_item":{"unit":"px","size":"","sizes":[]},"width_dropdown_item_tablet":{"unit":"px","size":0,"sizes":[]},"width_dropdown_item_mobile":{"unit":"px","size":63,"sizes":[]},"padding_horizontal_dropdown_item":{"unit":"px","size":9,"sizes":[]},"padding_horizontal_dropdown_item_tablet":{"unit":"px","size":24,"sizes":[]},"padding_horizontal_dropdown_item_mobile":{"unit":"px","size":10,"sizes":[]},"padding_vertical_dropdown_item":{"unit":"px","size":6,"sizes":[]},"padding_vertical_dropdown_item_tablet":{"unit":"px","size":10,"sizes":[]},"padding_vertical_dropdown_item_mobile":{"unit":"px","size":8,"sizes":[]},"distance_from_menu_tablet":{"unit":"px","size":8,"sizes":[]},"distance_from_menu_mobile":{"unit":"px","size":6,"sizes":[]},"distance_from_menu":{"unit":"px","size":8,"sizes":[]},"menu_space_between":{"unit":"px","size":5,"sizes":[]},"menu_row_space":{"unit":"px","size":5,"sizes":[]},"padding_horizontal_menu_item_tablet":{"unit":"px","size":"","sizes":[]},"padding_vertical_menu_item_tablet":{"unit":"px","size":"","sizes":[]},"menu_space_between_tablet":{"unit":"px","size":"","sizes":[]},"menu_space_between_mobile":{"unit":"px","size":"","sizes":[]},"menu_row_space_tablet":{"unit":"px","size":"","sizes":[]},"menu_row_space_mobile":{"unit":"px","size":"","sizes":[]},"dropdown_border_radius":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"dropdown_border_radius_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"dropdown_border_radius_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"toggle_size":{"unit":"px","size":"","sizes":[]},"toggle_size_tablet":{"unit":"px","size":"","sizes":[]},"toggle_size_mobile":{"unit":"px","size":"","sizes":[]},"toggle_border_width":{"unit":"px","size":"","sizes":[]},"toggle_border_width_tablet":{"unit":"px","size":"","sizes":[]},"toggle_border_width_mobile":{"unit":"px","size":"","sizes":[]},"toggle_border_radius":{"unit":"px","size":"","sizes":[]},"toggle_border_radius_tablet":{"unit":"px","size":"","sizes":[]},"toggle_border_radius_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="navigation-menu.default"> <div class="elementor-widget-container"> <div class="hfe-nav-menu hfe-layout-horizontal hfe-nav-menu-layout horizontal hfe-pointer__none" data-layout="horizontal"> <div role="button" class="hfe-nav-menu__toggle elementor-clickable"> <span class="screen-reader-text">Menú</span> <div class="hfe-nav-menu-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-align-justify" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"></path></svg> </div> </div> <nav itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" class="hfe-nav-menu__layout-horizontal hfe-nav-menu__submenu-arrow" data-toggle-icon="<svg aria-hidden="true" tabindex="0" class="e-font-icon-svg e-fas-align-justify" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"></path></svg>" data-close-icon="<svg aria-hidden="true" tabindex="0" class="e-font-icon-svg e-far-window-close" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z"></path></svg>" data-full-width=""> <ul id="menu-1-060ee40" class="hfe-nav-menu"><li id="menu-item-4708" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-124 current_page_item parent hfe-creative-menu"><a href="https://www.futurenzyme.eu/objectives/" itemprop="url" class = "hfe-menu-item">OBJECTIVES</a></li> <li id="menu-item-6423" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu"><a href="https://www.futurenzyme.eu/work-plan/" itemprop="url" class = "hfe-menu-item">WORK PLAN</a></li> <li id="menu-item-4704" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu"><a href="https://www.futurenzyme.eu/the-partners/" itemprop="url" class = "hfe-menu-item">PARTNERS</a></li> <li id="menu-item-4705" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu"><a href="https://www.futurenzyme.eu/project-meetings/" itemprop="url" class = "hfe-menu-item">PROJECT MEETINGS</a></li> <li id="menu-item-4712" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children parent hfe-has-submenu hfe-creative-menu"><div class="hfe-has-submenu-container"><a href="https://www.futurenzyme.eu/news/" itemprop="url" class = "hfe-menu-item">NEWS<span class='hfe-menu-toggle sub-arrow hfe-menu-child-0'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-21692" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/news/#newsnews" itemprop="url" class = "hfe-sub-menu-item">News</a></li> <li id="menu-item-21687" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/news/#brochuresen" itemprop="url" class = "hfe-sub-menu-item">Check out our brochures!</a></li> <li id="menu-item-10701" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/news/#pressreleases" itemprop="url" class = "hfe-sub-menu-item">Press releases</a></li> <li id="menu-item-10706" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/news/#promotion" itemprop="url" class = "hfe-sub-menu-item">Promotion of events</a></li> </ul> </li> <li id="menu-item-4941" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children parent hfe-has-submenu hfe-creative-menu"><div class="hfe-has-submenu-container"><a href="https://www.futurenzyme.eu/publications/" itemprop="url" class = "hfe-menu-item">PUBLICATIONS<span class='hfe-menu-toggle sub-arrow hfe-menu-child-0'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-10710" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/publications/#divulgativepublicaations" itemprop="url" class = "hfe-sub-menu-item">Divulgative publications</a></li> <li id="menu-item-13271" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/publications/#scientificpublications" itemprop="url" class = "hfe-sub-menu-item">Scientific publications</a></li> <li id="menu-item-15669" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/publications/#subscribetoournewsletter" itemprop="url" class = "hfe-sub-menu-item">Newsletters</a></li> <li id="menu-item-19528" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom hfe-creative-menu"><a href="https://www.futurenzyme.eu/publications/#policybriefs" itemprop="url" class = "hfe-sub-menu-item">Policy Briefs</a></li> </ul> </li> <li id="menu-item-4706" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children parent hfe-has-submenu hfe-creative-menu"><div class="hfe-has-submenu-container"><a href="https://www.futurenzyme.eu/events/" itemprop="url" class = "hfe-menu-item">EVENTS<span class='hfe-menu-toggle sub-arrow hfe-menu-child-0'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-10786" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://www.futurenzyme.eu/events/assisted-event/" itemprop="url" class = "hfe-sub-menu-item">Assisted</a></li> <li id="menu-item-10787" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://www.futurenzyme.eu/events/organised-events/" itemprop="url" class = "hfe-sub-menu-item">Organised</a></li> </ul> </li> </ul> </nav> </div> </div> </div> <div class="elementor-element elementor-element-e32ac07 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="e32ac07" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <figure class="wp-caption"> <a href="https://www.futurenzyme.eu/wp-content/uploads/2021/05/EU-Logo.jpg"> <img src="https://www.futurenzyme.eu/wp-content/uploads/elementor/thumbs/EU-Logo-qo5svw18ndsb5xu8y3hrv1frak3ja46cb3jc777q9e.jpg" title="This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101000327." alt="EU Logo" class="elementor-animation-grow" loading="lazy" /> </a> <figcaption class="widget-image-caption wp-caption-text"></figcaption> </figure> </div> </div> </div> </div> </header> </div> </header> <div data-elementor-type="wp-page" data-elementor-id="124" class="elementor elementor-124"> <section class="elementor-element elementor-element-3fa5e75 e-con-full e-flex e-con e-parent" data-id="3fa5e75" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-65c5015 e-flex e-con-boxed e-con e-child" data-id="65c5015" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-722b96c elementor-widget elementor-widget-heading" data-id="722b96c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Objectives</h1> </div> </div> <div class="elementor-element elementor-element-7afd45e elementor-widget elementor-widget-text-editor" data-id="7afd45e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Specific project targets.</p> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-0b8413c e-con-full e-flex e-con e-parent" data-id="0b8413c" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-c2cc241 e-con-full e-flex e-con e-child" data-id="c2cc241" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-511b7a8 elementor-widget elementor-widget-text-editor" data-id="511b7a8" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>The project CONCEPT, summarized in the image below, is based on a clear IDEA:</p> </div> </div> <div class="elementor-element elementor-element-df5d882 elementor-widget elementor-widget-text-editor" data-id="df5d882" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>New “smart” enzymes implemented by screening and design can help to improve real-life consumer products to become greener, more innovative and more functional products that have the least impact on the environment and higher acceptance by consumers. Along the way, a high-tech platform will be designed and established to best recover, design, optimise and formulate enzymes that must satisfy the key performance indicators of the detergent, textile, and cosmetic manufacturing sectors.</p> </div> </div> <div class="elementor-element elementor-element-05f4938 elementor-widget elementor-widget-image" data-id="05f4938" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <figure class="wp-caption"> <a href="https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept.jpg" rel="nofollow"> <img fetchpriority="high" decoding="async" width="768" height="432" src="https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept-768x432.jpg" class="elementor-animation-grow attachment-medium_large size-medium_large wp-image-4042" alt="" srcset="https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept-768x432.jpg 768w, https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept-300x169.jpg 300w, https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept-1024x576.jpg 1024w, https://www.futurenzyme.eu/wp-content/uploads/2021/05/Project-Concept.jpg 1280w" sizes="(max-width: 768px) 100vw, 768px" /> </a> <figcaption class="widget-image-caption wp-caption-text">Scheme representing the FuturEnzyme concept in the context of innovations and goals.</figcaption> </figure> </div> </div> <div class="elementor-element elementor-element-00107ed elementor-widget elementor-widget-heading" data-id="00107ed" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">OBJECTIVES OF THE PROJECT</h1> </div> </div> <div class="elementor-element elementor-element-3120345 elementor-widget elementor-widget-text-editor" data-id="3120345" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>The FuturEnzyme project will directly address the challenges of the Paris Climate Conference (COP21), the European Green Deal, the Sustainable Development Goals (SDG) and the EU Bioeconomy priorities. This support will allow a synergistic gathering of expert competences to reach the following ambitious yet realistic objectives:</p> </div> </div> <div class="elementor-element elementor-element-60491ae elementor-widget elementor-widget-text-editor" data-id="60491ae" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <ol><li>To develop the most advanced innovative solutions in a fast-track to market platform to discover, design, optimise and formulate enzymes that meet the key performance indicators of three market sectors (detergent, textile and cosmetic manufacturing), as well as producing valuable enzymes for use as catalysts in other market sectors. FuturEnzyme will lower the environmental impact (energy, CO2, water, toxicity) of production processes.</li><li>To develop four real-life and solution-oriented products [1) enzymes; 2) detergents; 3) textiles; 4) cosmetics] that meet the requirements of manufacturers, society and citizens.</li><li>To establish business opportunities in four sectors [1) enzymes; 2) detergents; 3) textiles; 4) cosmetics] aimed at sustainable and inclusive economic growth in order to enhance the competitiveness, innovation capacity, and sustainability of the EU industries and to open low-carbon market opportunities.</li><li>To ensure the market uptake of the enzymes, technologies, processes, and products developed while promoting society’s understanding and acceptance of greener consumer products and the acquisition of skills and knowledge to produce these products in line with economic competitiveness and greater sustainability.</li></ol> </div> </div> <div class="elementor-element elementor-element-444b510 elementor-widget elementor-widget-image" data-id="444b510" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <figure class="wp-caption"> <a href="https://www.futurenzyme.eu/wp-content/uploads/2021/05/Tree-Figure-logos-scaled.jpg" rel="nofollow"> <img decoding="async" width="768" height="432" src="https://www.futurenzyme.eu/wp-content/uploads/2021/05/Tree-Figure-logos-768x432.jpg" class="elementor-animation-grow attachment-medium_large size-medium_large wp-image-4405" alt="" srcset="https://www.futurenzyme.eu/wp-content/uploads/2021/05/Tree-Figure-logos-768x432.jpg 768w, https://www.futurenzyme.eu/wp-content/uploads/2021/05/Tree-Figure-logos-300x169.jpg 300w, https://www.futurenzyme.eu/wp-content/uploads/2021/05/Tree-Figure-logos-1024x576.jpg 1024w, https://www.futurenzyme.eu/wp-content/uploads/2021/05/Tree-Figure-logos-1536x864.jpg 1536w, https://www.futurenzyme.eu/wp-content/uploads/2021/05/Tree-Figure-logos-2048x1152.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" /> </a> <figcaption class="widget-image-caption wp-caption-text">Image representing the expansive nature of FuturEnzyme. Based on natural DNA resources (depicted as the root of the tree) and applying to them new smart and advanced technologies, disruptive enzymes with enhanced performances and reduced load to the environment will be discovered, designed, optimised, supplied, and formulated, leading to innovative and greener detergents, bio-processed textiles, and bio-processed cosmetic ingredients. FuturEnzyme will also bring to fruition the enormous potential of enzymes via a novel, high-tech platform to yield other greener, more valuable, and sustainable products depicted as multiple branches of the tree.</figcaption> </figure> </div> </div> <div class="elementor-element elementor-element-55a5da5 elementor-widget elementor-widget-menu-anchor" data-id="55a5da5" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div class="elementor-menu-anchor" id="greendeal"></div> </div> </div> <div class="elementor-element elementor-element-b8e0538 elementor-widget elementor-widget-image" data-id="b8e0538" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <figure class="wp-caption"> <a href="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-4.jpg" rel="nofollow"> <img decoding="async" width="768" height="432" src="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-4-768x432.jpg" class="elementor-animation-grow attachment-medium_large size-medium_large wp-image-4958" alt="" srcset="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-4-768x432.jpg 768w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-4-300x169.jpg 300w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-4-1024x576.jpg 1024w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-4.jpg 1280w" sizes="(max-width: 768px) 100vw, 768px" /> </a> <figcaption class="widget-image-caption wp-caption-text">How important are enzymes in the European Green Deal?</figcaption> </figure> </div> </div> <div class="elementor-element elementor-element-abc9ed8 elementor-align-center elementor-widget elementor-widget-button" data-id="abc9ed8" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://www.futurenzyme.eu/objectives/how-important-are-enzymes-in-the-european-green-deal/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">More information</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-b0467aa elementor-widget elementor-widget-image" data-id="b0467aa" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <figure class="wp-caption"> <a href="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-6.jpg" rel="nofollow"> <img loading="lazy" decoding="async" width="768" height="432" src="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-6-768x432.jpg" class="elementor-animation-grow attachment-medium_large size-medium_large wp-image-4960" alt="" srcset="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-6-768x432.jpg 768w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-6-300x169.jpg 300w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-6-1024x576.jpg 1024w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-6.jpg 1280w" sizes="(max-width: 768px) 100vw, 768px" /> </a> <figcaption class="widget-image-caption wp-caption-text">Why target consumer products?</figcaption> </figure> </div> </div> <div class="elementor-element elementor-element-c2c66d3 elementor-widget elementor-widget-menu-anchor" data-id="c2c66d3" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div class="elementor-menu-anchor" id="sustainableproducts"></div> </div> </div> <div class="elementor-element elementor-element-48cee40 elementor-widget elementor-widget-image" data-id="48cee40" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <figure class="wp-caption"> <a href="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-7.jpg" rel="nofollow"> <img loading="lazy" decoding="async" width="768" height="432" src="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-7-768x432.jpg" class="elementor-animation-grow attachment-medium_large size-medium_large wp-image-4961" alt="" srcset="https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-7-768x432.jpg 768w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-7-300x169.jpg 300w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-7-1024x576.jpg 1024w, https://www.futurenzyme.eu/wp-content/uploads/2021/06/Imagen-7.jpg 1280w" sizes="(max-width: 768px) 100vw, 768px" /> </a> <figcaption class="widget-image-caption wp-caption-text">What sectors demand greener, more valuable and sustainable products?</figcaption> </figure> </div> </div> <div class="elementor-element elementor-element-e63661f elementor-align-center elementor-widget elementor-widget-button" data-id="e63661f" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://www.futurenzyme.eu/objectives/what-sectors-demand-greener-more-valuable-and-sustainable-products/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">More information</span> </span> </a> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-d86f27a e-con-full e-flex e-con e-parent" data-id="d86f27a" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-84b5ef0 e-flex e-con-boxed e-con e-child" data-id="84b5ef0" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="e-con-inner"> </div> </div> </section> </div> <footer itemtype="https://schema.org/WPFooter" itemscope="itemscope" id="colophon" role="contentinfo"> <div class='footer-width-fixer'> <div data-elementor-type="wp-post" data-elementor-id="2446" class="elementor elementor-2446"> <footer class="elementor-element elementor-element-190609b e-con-full e-flex e-con e-parent" data-id="190609b" data-element_type="container" data-settings="{"background_background":"classic"}"> <nav class="elementor-element elementor-element-6d007e8 e-flex e-con-boxed e-con e-child" data-id="6d007e8" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-f9c1e5e e-flex e-con-boxed e-con e-child" data-id="f9c1e5e" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-57b220c elementor-button-info elementor-align-center elementor-widget elementor-widget-button" data-id="57b220c" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.futurenzyme.eu/advisory-board/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">ADVISORY BOARD</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-bdd6e25 e-flex e-con-boxed e-con e-child" data-id="bdd6e25" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-d120841 elementor-button-info elementor-align-center elementor-widget elementor-widget-button" data-id="d120841" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.futurenzyme.eu/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">CONTACT US</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-5deeafe e-flex e-con-boxed e-con e-child" data-id="5deeafe" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-726165b elementor-button-info elementor-align-center elementor-widget elementor-widget-button" data-id="726165b" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.futurenzyme.eu/wp-login.php"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">LOG IN</span> </span> </a> </div> </div> </div> </div> </div> </div> </nav> <nav class="elementor-element elementor-element-2a44c34 e-flex e-con-boxed e-con e-child" data-id="2a44c34" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-04491da e-flex e-con-boxed e-con e-child" data-id="04491da" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-843c68d elementor-button-info elementor-align-center elementor-widget elementor-widget-button" data-id="843c68d" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.futurenzyme.eu/legal-notice/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">LEGAL WARNING</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-c01b432 e-flex e-con-boxed e-con e-child" data-id="c01b432" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-61a2519 elementor-button-info elementor-align-center elementor-widget elementor-widget-button" data-id="61a2519" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.futurenzyme.eu/privacy-policy/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">PRIVACY POLICY</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-a8ae593 e-flex e-con-boxed e-con e-child" data-id="a8ae593" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-b866fcb elementor-button-info elementor-align-center elementor-widget elementor-widget-button" data-id="b866fcb" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.futurenzyme.eu/cookies-policy/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">COOKIES POLICY</span> </span> </a> </div> </div> </div> </div> </div> </div> </nav> <nav class="elementor-element elementor-element-38de922 e-flex e-con-boxed e-con e-child" data-id="38de922" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-e6f783a e-flex e-con-boxed e-con e-child" data-id="e6f783a" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-d5be15e elementor-view-default elementor-widget elementor-widget-icon" data-id="d5be15e" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://twitter.com/futurenzyme" target="_blank" twitter=""> <svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-c39a009 e-flex e-con-boxed e-con e-child" data-id="c39a009" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-09a59dd elementor-view-default elementor-widget elementor-widget-icon" data-id="09a59dd" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.linkedin.com/company/futurenzyme" target="_blank"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin-in" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-5d4c4ea e-flex e-con-boxed e-con e-child" data-id="5d4c4ea" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-850b534 elementor-view-default elementor-widget elementor-widget-icon" data-id="850b534" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="mailto:info@futurenzyme.eu"> <svg aria-hidden="true" class="e-font-icon-svg e-far-envelope" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"></path></svg> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-7ca98d2 e-flex e-con-boxed e-con e-child" data-id="7ca98d2" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-d8db216 elementor-widget elementor-widget-image" data-id="d8db216" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://zenodo.org/communities/futurenzyme/" target="_blank"> <img width="200" height="100" src="https://www.futurenzyme.eu/wp-content/uploads/2022/01/logo-zenodo-negro.png" class="attachment-medium size-medium wp-image-13782" alt="" /> </a> </div> </div> </div> </div> </div> </nav> <div class="elementor-element elementor-element-a1bd28c e-flex e-con-boxed e-con e-child" data-id="a1bd28c" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-111833a elementor-widget elementor-widget-text-editor" data-id="111833a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Copyright © 2024 – <a href="https://www.futurenzyme.eu/"><strong>FuturEnzyme</strong> </a>– All Right Reserved</p> </div> </div> </div> </div> </footer> </div> </div> </footer> </div><!-- #page --> <script> (function () { document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling/i.test(navigator.userAgent)) { return; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('=') return Object.assign(acc, {[k]: v}) }, {}) const url = "https://www.futurenzyme.eu/wp-json/apvc/track_view" const body = { utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, ...{"rawData":{"type":"singular","singular_id":124,"author_id":0,"page":1},"signature":"f52df86704385b0f6ddd22b054a97062"} } const xhr = new XMLHttpRequest() xhr.open("POST", url, true) xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8") xhr.send(JSON.stringify(body)) }) })(); </script> <!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><p>We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. To select the cookies we use in FuturEnzyme. <a role='button' class="medium cli-plugin-button cli-plugin-main-button cli_settings_button">Selection of preferences</a></p><br /> <p>By clicking "Select all", you agree to the use of ALL cookies. <a id="wt-cli-accept-all-btn" role='button' data-cli_action="accept_all" class="wt-cli-element medium cli-plugin-button wt-cli-accept-all-btn cookie_action_close_header cli_action_button">Accept all</a></p><br /> <p>For more information about <a href="https://www.futurenzyme.eu/privacy-policy/" id="CONSTANT_OPEN_URL" target="_blank" class="cli-plugin-main-link">Privacy policy</a></p><br /> <br /> </span></div><div id="cookie-law-info-again" data-nosnippet="true"><span id="cookie_hdr_showagain">Data Privacy Policy</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true"> <div class="cli-modal-dialog" role="document"> <div class="cli-modal-content cli-bar-popup"> <button type="button" class="cli-modal-close" id="cliModalClose"> <svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg> <span class="wt-cli-sr-only">Cerrar</span> </button> <div class="cli-modal-body"> <div class="cli-container-fluid cli-tab-container"> <div class="cli-row"> <div class="cli-col-12 cli-align-items-stretch cli-px-0"> <div class="cli-privacy-overview"> <h4>Privacy summary</h4> <div class="cli-privacy-content"> <div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div> </div> <a class="cli-privacy-readmore" aria-label="Mostrar más" role="button" data-readmore-text="Mostrar más" data-readless-text="Mostrar menos"></a> </div> </div> <div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container"> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab"> Necessary </a> <div class="wt-cli-necessary-checkbox"> <input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" /> <label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label> </div> <span class="cli-necessary-caption">Siempre activado</span> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="necessary"> <div class="wt-cli-cookie-description"> Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously. </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="performance" data-toggle="cli-toggle-tab"> Performance </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-performance" class="cli-user-preference-checkbox" data-id="checkbox-performance" /> <label for="wt-cli-checkbox-performance" class="cli-slider" data-cli-enable="Activado" data-cli-disable="Desactivado"><span class="wt-cli-sr-only">Performance</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="performance"> <div class="wt-cli-cookie-description"> Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors. </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="analytics" data-toggle="cli-toggle-tab"> Analytics </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-analytics" class="cli-user-preference-checkbox" data-id="checkbox-analytics" /> <label for="wt-cli-checkbox-analytics" class="cli-slider" data-cli-enable="Activado" data-cli-disable="Desactivado"><span class="wt-cli-sr-only">Analytics</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="analytics"> <div class="wt-cli-cookie-description"> Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc. </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="advertisement" data-toggle="cli-toggle-tab"> Advertisement </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-advertisement" class="cli-user-preference-checkbox" data-id="checkbox-advertisement" /> <label for="wt-cli-checkbox-advertisement" class="cli-slider" data-cli-enable="Activado" data-cli-disable="Desactivado"><span class="wt-cli-sr-only">Advertisement</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="advertisement"> <div class="wt-cli-cookie-description"> Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads. </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="geolocation" data-toggle="cli-toggle-tab"> Geolocation </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-geolocation" class="cli-user-preference-checkbox" data-id="checkbox-geolocation" /> <label for="wt-cli-checkbox-geolocation" class="cli-slider" data-cli-enable="Activado" data-cli-disable="Desactivado"><span class="wt-cli-sr-only">Geolocation</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="geolocation"> <div class="wt-cli-cookie-description"> These Cookies are used to store geolocation data of the computer or device to offer you more appropriate content and services. </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="register" data-toggle="cli-toggle-tab"> Register </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-register" class="cli-user-preference-checkbox" data-id="checkbox-register" /> <label for="wt-cli-checkbox-register" class="cli-slider" data-cli-enable="Activado" data-cli-disable="Desactivado"><span class="wt-cli-sr-only">Register</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="register"> <div class="wt-cli-cookie-description"> Registration cookies are created when you register or when you log in to one of our web portals. </div> </div> </div> </div> </div> </div> </div> </div> <div class="cli-modal-footer"> <div class="wt-cli-element cli-container-fluid cli-tab-container"> <div class="cli-row"> <div class="cli-col-12 cli-align-items-stretch cli-px-0"> <div class="cli-tab-footer wt-cli-privacy-overview-actions"> <a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">GUARDAR Y ACEPTAR</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div> <div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div> <!--googleon: all--><script type="text/plain" data-cli-class="cli-blocker-script" data-cli-script-type="performance" data-cli-block="true" data-cli-element-position="body"> enableGoogleAnalytics(); </script><script type="text/plain" data-cli-class="cli-blocker-script" data-cli-script-type="geolocation" data-cli-block="true" data-cli-element-position="body"> enableGoogleAnalytics(); </script><script type="text/plain" data-cli-class="cli-blocker-script" data-cli-script-type="register" data-cli-block="true" data-cli-element-position="body"> enableGoogleAnalytics(); </script> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='widget-image-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='e-animation-grow-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='widget-menu-anchor-css' href='https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=3.25.9' media='all' /> <style id='core-block-supports-inline-css'> /** * Core styles: block-supports */ </style> <link rel='stylesheet' id='cookie-law-info-table-css' href='https://www.futurenzyme.eu/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-table.css?ver=3.2.7' media='all' /> <script src="https://www.futurenzyme.eu/wp-includes/js/dist/hooks.js?ver=5b4ec27a7b82f601224a" id="wp-hooks-js"></script> <script src="https://www.futurenzyme.eu/wp-includes/js/dist/i18n.js?ver=2aff907006e2aa00e26e" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://www.futurenzyme.eu/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0" id="swv-js"></script> <script id="contact-form-7-js-translations"> ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "contact-form-7", {"translation-revision-date":"2024-11-03 12:43:42+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"es"},"This contact form is placed in the wrong place.":["Este formulario de contacto est\u00e1 situado en el lugar incorrecto."],"Error:":["Error:"]}},"comment":{"reference":"includes\/js\/index.js"}} ); </script> <script id="contact-form-7-js-before"> var wpcf7 = { "api": { "root": "https:\/\/www.futurenzyme.eu\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; </script> <script src="https://www.futurenzyme.eu/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0" id="contact-form-7-js"></script> <script src="https://www.futurenzyme.eu/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.1.1" id="hello-theme-frontend-js"></script> <script src="https://www.futurenzyme.eu/wp-content/plugins/dearpdf-lite/assets/js/dearpdf-lite.min.js?ver=2.0.38" id="dearpdf-script-js"></script> <script src="https://www.google.com/recaptcha/api.js?render=6LfUpt8bAAAAAALjTuWHpqukTjEX06Kh0JkUDoa-&ver=3.0" id="google-recaptcha-js"></script> <script src="https://www.futurenzyme.eu/wp-includes/js/dist/vendor/wp-polyfill.js?ver=3.15.0" id="wp-polyfill-js"></script> <script id="wpcf7-recaptcha-js-before"> var wpcf7_recaptcha = { "sitekey": "6LfUpt8bAAAAAALjTuWHpqukTjEX06Kh0JkUDoa-", "actions": { "homepage": "homepage", "contactform": "contactform" } }; </script> <script src="https://www.futurenzyme.eu/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.0" id="wpcf7-recaptcha-js"></script> <script id="bdt-uikit-js-extra"> var element_pack_ajax_login_config = {"ajaxurl":"https:\/\/www.futurenzyme.eu\/wp-admin\/admin-ajax.php","language":"es","loadingmessage":"Sending user info, please wait...","unknownerror":"Unknown error, make sure access is correct!"}; var ElementPackConfig = {"ajaxurl":"https:\/\/www.futurenzyme.eu\/wp-admin\/admin-ajax.php","nonce":"abe567ce6f","data_table":{"language":{"lengthMenu":"Show _MENU_ Entries","info":"Showing _START_ to _END_ of _TOTAL_ entries","search":"Search :","paginate":{"previous":"Previous","next":"Next"}}},"contact_form":{"sending_msg":"Sending message please wait...","captcha_nd":"Invisible captcha not defined!","captcha_nr":"Could not get invisible captcha response!"},"mailchimp":{"subscribing":"Subscribing you please wait..."},"search":{"more_result":"More Results","search_result":"SEARCH RESULT","not_found":"not found"},"words_limit":{"read_more":"[read more]","read_less":"[read less]"},"elements_data":{"sections":[],"columns":[],"widgets":[]}}; </script> <script src="https://www.futurenzyme.eu/wp-content/plugins/bdthemes-element-pack-lite/assets/js/bdt-uikit.js?ver=3.21.7" id="bdt-uikit-js"></script> <script src="https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/js/webpack.runtime.js?ver=3.25.9" id="elementor-webpack-runtime-js"></script> <script src="https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/js/frontend-modules.js?ver=3.25.9" id="elementor-frontend-modules-js"></script> <script src="https://www.futurenzyme.eu/wp-includes/js/jquery/ui/core.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":true},"i18n":{"shareOnFacebook":"Compartir en Facebook","shareOnTwitter":"Compartir en Twitter","pinIt":"Pinear","download":"Descargar","downloadImage":"Descargar imagen","fullscreen":"Pantalla completa","zoom":"Zoom","share":"Compartir","playVideo":"Reproducir v\u00eddeo","previous":"Anterior","next":"Siguiente","close":"Cerrar","a11yCarouselWrapperAriaLabel":"Carrusel | Scroll horizontal: Flecha izquierda y derecha","a11yCarouselPrevSlideMessage":"Diapositiva anterior","a11yCarouselNextSlideMessage":"Diapositiva siguiente","a11yCarouselFirstSlideMessage":"Esta es la primera diapositiva","a11yCarouselLastSlideMessage":"Esta es la \u00faltima diapositiva","a11yCarouselPaginationBulletMessage":"Ir a la diapositiva"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"M\u00f3vil vertical","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"M\u00f3vil horizontal","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tableta vertical","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tableta horizontal","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Port\u00e1til","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Pantalla grande","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.25.9","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_optimized_control_loading":true,"e_onboarding":true,"e_css_smooth_scroll":true,"hello-theme-header-footer":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"e_element_cache":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/www.futurenzyme.eu\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.futurenzyme.eu\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.futurenzyme.eu\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"35242d9126"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":124,"title":"OBJECTIVES%20-%20FuturEnzyme","excerpt":"","featuredImage":false}}; </script> <script src="https://www.futurenzyme.eu/wp-content/plugins/elementor/assets/js/frontend.js?ver=3.25.9" id="elementor-frontend-js"></script> <script src="https://www.futurenzyme.eu/wp-content/plugins/bdthemes-element-pack-lite/assets/js/common/helper.js?ver=5.10.9" id="element-pack-helper-js"></script> <script src="https://www.futurenzyme.eu/wp-content/plugins/header-footer-elementor/inc/js/frontend.js?ver=1.6.47" id="hfe-frontend-js-js"></script> </body> </html> <!-- Cached by WP-Optimize (gzip) - https://getwpo.com - Last modified: 22/11/2024 16:53 (Europe/Madrid UTC:1) -->