CINXE.COM
Enosofia 2.0 - O conceito de terroir
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="pt" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.isa-opencampus.pt/', AccountUUID: '6e9cbe8f1fdd48fba5533e07b62a31b4', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '66f96ddf', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Tue Feb 18 12:35:31 UTC 2025', ExternalUid: '7079154', IsSiteMultilingual: true, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'enosofia-2-0-o-conceito-de-terroir', InitialPageUuid: 'c6487c17119343a6a34d0d6e2a0a4a30', InitialPageId: '1165241732', InitialEncodedPageAlias: 'ZW5vc29maWEtMi0wLW8tY29uY2VpdG8tZGUtdGVycm9pcg==', InitialHeaderUuid: 'fb8cabdf39ee4989b6495efb3fb101e1', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '52030', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'LEFT', currentLanguage: 'pt', currentLocale: 'pt', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.isa-opencampus.pt/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: false, planID: '1223', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'pt', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <script> try { if ( navigator.serviceWorker && navigator.serviceWorker.getRegistrations && location.protocol === 'https:' ) { // remove all service workers navigator.serviceWorker .getRegistrations() .then(function (registrations) { if (registrations && registrations.length) { console.log('unregistering service workers'); registrations.forEach(function (registration) { registration.unregister(); }); } }); // clear caches if (caches) { caches.keys().then(function (keyList) { if (keyList && keyList.length) { console.log('deleting caches'); keyList.forEach(function (key) { if (key && key.indexOf('druntime') === 0) { caches.delete(key); } }); } }); } } } catch (err) { // not a secured location } </script> <link rel="canonical" href="https://www.isa-opencampus.pt/enosofia-2-0-o-conceito-de-terroir"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/66f96ddf/dms3rep/multi/ISACapture.JPG"/> <link rel="shortcut icon" type="image/x-icon" href="https://irp.cdn-website.com/66f96ddf/site_favicon_16_1683799077806.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Fjalla+One:ital,wght@0,400&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&subset=latin-ext&display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/5204/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/7334af6753a2950e576c84575ded3aca.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="enosofia-2-0-o-conceito-de-terroir"] #dm [data-show-on-page-only="enosofia-2-0-o-conceito-de-terroir"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/66f96ddf/files/66f96ddf_header_1.min.css?v=1902" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody div.dmform-error{ color:rgba(0,0,0,1) !important} *#dm *.dmBody div.dmforminput textarea{ color:rgb(115,111,111) !important; font-weight:normal !important; text-decoration:none !important} *#dm *.dmBody div.dmforminput *.fileUploadLink{ color:rgb(115,111,111) !important; font-weight:normal !important; text-decoration:none !important} *#dm *.dmBody div.checkboxwrapper span{ color:rgb(115,111,111) !important; font-weight:normal !important; text-decoration:none !important} *#dm *.dmBody div.radiowrapper span{ color:rgb(115,111,111) !important; font-weight:normal !important; text-decoration:none !important} *#dm *.dmBody nav.u_1596148418{ color:black !important} *#dm *.dmBody *.u_1994493373:before{ opacity:0.5 !important; background-color:rgb(28,35,48) !important} *#dm *.dmBody *.u_1994493373.before{ opacity:0.5 !important; background-color:rgb(28,35,48) !important} *#dm *.dmBody div.u_1994493373:before{ background-color:rgba(0,0,0,1) !important; opacity:0.3 !important} *#dm *.dmBody div.u_1994493373.before{ background-color:rgba(0,0,0,1) !important; opacity:0.3 !important} *#dm *.dmBody div.u_1994493373>.bgExtraLayerOverlay{ opacity:0.3 !important; background-color:rgba(0,0,0,1) !important} *#dm *.dmBody div.u_1515586817{ background-color:rgba(255,255,255,1) !important} *#dm *.dmBody div.u_1722968331 *.svg{ color:rgba(40,46,52,1) !important; fill:rgba(40,46,52,1) !important} *#dm *.dmBody div.u_1823999955 *.svg{ color:rgba(40,46,52,1) !important; fill:rgba(40,46,52,1) !important} *#dm *.dmBody div.u_1113156547 *.svg{ color:rgba(40,46,52,1) !important; fill:rgba(40,46,52,1) !important} *#dm *.dmBody div.u_1632986752 *.svg{ color:rgba(40,46,52,1) !important; fill:rgba(40,46,52,1) !important} *#dm *.dmBody div.u_1852068654 hr{ color:rgba(128,128,128,0.45) !important} *#dm *.dmBody div.u_1169560227{ background-color:rgba(255,255,255,1) !important} *#dm *.dmBody div.u_1284092612 hr{ color:rgba(128,128,128,0.45) !important} *#dm *.dmBody div.u_1130221475 .listText .itemName{ color:rgba(64,181,114,1) !important} *#dm *.dmBody div.u_1130221475 .biglink>.itemName{ color:rgba(64,181,114,1) !important} *#dm *.dmBody div.u_1130221475 li.listItem{ border-bottom-width:1px !important; border-bottom-style:solid !important} *#dm *.dmBody div.u_1509773572 .accordion-title{ background-color:rgba(255,255,255,1) !important; font-weight:normal !important; color:rgba(64,181,114,1) !important} *#dm *.dmBody div.u_1509773572 .title-text{ font-weight:normal !important; color:rgba(64,181,114,1) !important} *#dm *.dmBody div.u_1509773572 .title-text *{ font-weight:normal !important; color:rgba(64,181,114,1) !important} *#dm *.dmBody div.u_1130221475{ border-style:solid !important; border-width:0 !important} *#dm *.dmBody div.u_1509773572 .arrow-wrapper{ background-color:rgba(64,181,114,1) !important} *#dm *.dmBody a.u_1414449644{ background-color:rgba(64,181,114,1) !important} *#dm *.dmBody a.u_1536689921{ background-color:rgba(64,181,114,1) !important} *#dm *.dmBody div.u_1644966292{ background-color:rgba(255,255,255,1) !important} *#dm *.dmBody div.u_1831723247 .photoGalleryThumbs .image-container{ border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important} *#dm *.dmBody *.u_1831723247 .caption-inner{ border-bottom-left-radius:0 !important; -webkit-border-top-right-radius:0 !important; -moz-border-top-right-radius:0 !important; -webkit-border-bottom-right-radius:0 !important; -webkit-border-bottom-left-radius:0 !important; border-top-right-radius:0 !important; -webkit-border-top-left-radius:0 !important; border-radius:0 !important; -moz-border-bottom-right-radius:0 !important; -moz-border-top-left-radius:0 !important; border-top-left-radius:0 !important; -moz-border-radius:0 !important; -moz-border-bottom-left-radius:0 !important; border-bottom-right-radius:0 !important; -webkit-border-radius:0 !important} *#dm *.dmBody *.u_1831723247 .photoGalleryThumbs .image-container a{ background-size:contain !important} *#dm *.dmBody div.u_1994493373{ background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/66f96ddf/dms3rep/multi/opt/Banner+PRR-ISA-1920w.png) !important; box-shadow:none !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; background-color:rgba(255,255,255,1) !important} *#dm *.dmBody div.u_1936910369{ box-shadow:none !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; background-color:rgba(0,0,0,0) !important} *#dm *.dmBody *.u_1834529429 *.dmformsubmit{ float:none !important; display:block !important; margin-left:auto !important; margin-right:auto !important} *#dm *.dmBody div.u_1834529429 input:not([type="submit"]){ border-bottom-color:rgba(255,255,255,1) !important} *#dm *.dmBody div.u_1834529429 textarea{ border-bottom-color:rgba(255,255,255,1) !important} *#dm *.dmBody div.u_1834529429 select{ border-bottom-color:rgba(255,255,255,1) !important} *#dm *.dmBody div.u_1834529429 *.dmforminput label{ color:rgba(255,255,255,1) !important; font-weight:normal !important} *#dm *.dmBody div.u_1834529429 *.dmforminput input{ color:rgba(255,255,255,1) !important; font-weight:bold !important} *#dm *.dmBody div.u_1834529429 *.dmforminput textarea{ color:rgba(255,255,255,1) !important; font-weight:bold !important} *#dm *.dmBody div.u_1834529429 *.dmforminput *.fileUploadLink{ color:rgba(255,255,255,1) !important; font-weight:bold !important} *#dm *.dmBody div.u_1834529429 *.checkboxwrapper span{ color:rgba(255,255,255,1) !important; font-weight:bold !important} *#dm *.dmBody div.u_1834529429 *.radiowrapper span{ color:rgba(255,255,255,1) !important; font-weight:bold !important} *#dm *.dmBody div.u_1834529429 input[type="submit"]{ color:rgba(142,166,255,1) !important} *#dm *.dmBody div.u_1834529429 *.dmformsubmit{ background-color:rgba(255,255,255,1) !important; box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -moz-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -webkit-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important} *#dm *.dmBody *.u_1820604303:before{ opacity:0.5 !important; background-color:rgb(29,29,28) !important} *#dm *.dmBody *.u_1820604303.before{ opacity:0.5 !important; background-color:rgb(29,29,28) !important} *#dm *.dmBody div.u_1820604303{ background-color:rgba(0,0,0,0) !important; background-repeat:no-repeat !important; background-image:url(https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/world_map_background.jpg) !important} *#dm *.dmBody div.u_1820604303:before{ background-color:rgba(64,181,114,1) !important; opacity:0.74 !important} *#dm *.dmBody div.u_1820604303.before{ background-color:rgba(64,181,114,1) !important; opacity:0.74 !important} *#dm *.dmBody div.u_1820604303>.bgExtraLayerOverlay{ background-color:rgba(64,181,114,1) !important; opacity:0.74 !important} </style> <style id="pagestyleDevice" type="text/css"> *#dm *.dmBody div.u_1617128525 { margin-right:0 !important; padding-left:0 !important; padding-right:0 !important; margin-left:0 !important; padding-top:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; } *#dm *.dmBody div.u_1994493373 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:81.5px !important; padding-left:20px !important; padding-bottom:101.5px !important; max-width:100% !important; padding-right:20px !important; min-width:0 !important; text-align:center !important; background-attachment:initial !important; background-size:contain !important; background-repeat:no-repeat !important; background-position:50% 0 !important; } *#dm *.dmBody div.u_1387706299 { padding-right:10px !important; padding-left:10px !important; } *#dm *.dmBody div.u_1577648848 { padding-right:10px !important; padding-left:10px !important; } *#dm *.dmBody div.u_1168951246 { padding-right:10px !important; padding-left:10px !important; } *#dm *.dmBody div.u_1367533728 { padding-right:10px !important; padding-left:10px !important; } *#dm *.dmBody div.u_1722968331 { float:none !important; top:0 !important; left:0 !important; width:70px !important; position:relative !important; height:70px !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:calc(100% - 75px) !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; display:block !important; margin-right:auto !important; margin-left:auto !important; margin-top:0 !important; margin-bottom:0 !important; } *#dm *.dmBody div.u_1823999955 { float:none !important; top:0 !important; left:0 !important; width:70px !important; position:relative !important; height:70px !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:calc(100% - 75px) !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; display:block !important; margin-right:auto !important; margin-left:auto !important; margin-top:0 !important; margin-bottom:0 !important; } *#dm *.dmBody div.u_1113156547 { float:none !important; top:0 !important; left:0 !important; width:70px !important; position:relative !important; height:70px !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:calc(100% - 75px) !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; display:block !important; margin-right:auto !important; margin-left:auto !important; margin-top:0 !important; margin-bottom:0 !important; } *#dm *.dmBody div.u_1632986752 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 105px) !important; position:relative !important; height:70px !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:70px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; display:block !important; margin-right:auto !important; margin-left:auto !important; margin-top:0 !important; margin-bottom:10px !important; } *#dm *.dmBody div.u_1543933016 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:280px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; } *#dm *.dmBody div.u_1423273985 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:280px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; } *#dm *.dmBody div.u_1984135976 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:280px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; } *#dm *.dmBody div.u_1262994544 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:280px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; } *#dm *.dmBody div.u_1515586817 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:23px !important; padding-left:40px !important; padding-bottom:23px !important; max-width:100% !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1272195452 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:0 !important; max-width:100% !important; padding-right:40px !important; min-width:0 !important; text-align:start !important; } *#dm *.dmBody div.u_1769358157 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 278px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:404px !important; margin-top:10px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } *#dm *.dmBody div.u_1169560227 { margin-left:0 !important; padding-top:12px !important; padding-left:40px !important; padding-bottom:12px !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:40px !important; width:auto !important; float:none !important; top:0 !important; left:0 !important; position:relative !important; height:auto !important; max-width:100% !important; min-width:0 !important; text-align:start !important; } *#dm *.dmBody div.u_1338624509 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:0 !important; max-width:100% !important; padding-right:40px !important; min-width:0 !important; text-align:start !important; } *#dm *.dmBody div.u_1130221475 .listText .itemName { font-size:18px !important; } *#dm *.dmBody div.u_1130221475 .biglink>.itemName { font-size:18px !important; } *#dm *.dmBody div.u_1509773572 .accordion-title { font-size:24px !important; } *#dm *.dmBody div.u_1509773572 .title-text { font-size:24px !important; } *#dm *.dmBody div.u_1509773572 .title-text * { font-size:24px !important; } *#dm *.dmBody *.u_1509773572 .accordion-title .arrow { width:18px !important; height:18px !important; } *#dm *.dmBody div.u_1130221475 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; max-width:100% !important; min-width:25px !important; text-align:start !important; } *#dm *.dmBody div.u_1873642982 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:32px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1616364957 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:43px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1995225124 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:43.5px !important; padding-left:40px !important; padding-bottom:43.5px !important; max-width:100% !important; padding-right:40px !important; min-width:0 !important; text-align:start !important; } *#dm *.dmBody div.u_1641821608 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:21px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1344150512 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1607307553 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:21px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1088588558 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:34px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1514202254 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1644966292 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:50px !important; padding-left:40px !important; padding-bottom:0 !important; max-width:none !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody *.u_1831723247 .photoGalleryThumbs .image-container a { padding-top:107px !important; } *#dm *.dmBody *.u_1831723247 .photoGalleryThumbs { padding:10px !important; } *#dm *.dmBody *.u_1831723247 .layout-container { padding:10px !important; } *#dm *.dmBody *.u_1831723247 .photoGalleryViewAll { padding:0 20px !important; } *#dm *.dmBody div.u_1831723247 { width:calc(100% - 85px) !important; donedragging:true !important; height:auto !important; display:block !important; float:none !important; top:0 !important; left:0 !important; position:relative !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:0 !important; max-width:749px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; important:true !important; margin-left:85px !important; } *#dm *.dmBody div.u_1834529429 *.dmwidget-title { font-size:36px !important; } *#dm *.dmBody div.u_1834529429 { float:none !important; top:0 !important; left:0 !important; width:640px !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 160px) !important; margin-top:0 !important; margin-bottom:31px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; display:block !important; } *#dm *.dmBody div.u_1834529429 *.dmformsubmit { width:125px !important; } *#dm *.dmBody div.u_1666321441 { float:none !important; top:0 !important; left:0 !important; width:378px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 291px) !important; margin-top:34px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; display:block !important; } *#dm *.dmBody div.u_1820604303 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:4px !important; padding-left:40px !important; padding-bottom:50px !important; max-width:none !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; background-repeat:no-repeat !important; background-size:cover !important; background-attachment:fixed !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1936910369 { margin-left:0px !important; padding-top:0px !important; padding-left:0px !important; padding-bottom:0px !important; margin-top:0px !important; margin-bottom:0px !important; margin-right:0px !important; padding-right:0px !important; } *#dm *.dmBody div.u_1509773572 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0px !important; padding-left:0px !important; padding-bottom:0px !important; margin-right:0px !important; margin-left:0px !important; max-width:525px !important; margin-top:37px !important; margin-bottom:0px !important; padding-right:0px !important; min-width:25px !important; text-align:start !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Poppins Fallback"; src: local('Arial'); ascent-override: 92.326%; descent-override: 30.7753%; line-gap-override: 8.793%; size-adjust: 113.7274%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Fjalla One Fallback"; src: local('Arial'); ascent-override: 114.9994%; descent-override: 28.2767%; size-adjust: 87.7212%; line-gap-override: 0%; }@font-face { font-family: "Arial Fallback"; src: local('Arial'); line-gap-override: 0%; }@font-face { font-family: "Merriweather Fallback"; src: local('Arial'); ascent-override: 88.6416%; descent-override: 24.5926%; size-adjust: 111.0088%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link rel="alternate" hreflang="pt" href="https://www.isa-opencampus.pt/enosofia-2-0-o-conceito-de-terroir" /> <link rel="alternate" hreflang="x-default" href="https://www.isa-opencampus.pt/enosofia-2-0-o-conceito-de-terroir" /> <link rel="alternate" hreflang="en" href="https://www.isa-opencampus.pt/en/enosofia-2-0-o-conceito-de-terroir" /> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.isa-opencampus.pt/enosofia-2-0-o-conceito-de-terroir"> <title> Enosofia 2.0 - O conceito de terroir </title> <meta name="keywords" content="ISA Open Campus, Impulso adulto, Cursos de forma莽茫o, cursos de especializa莽茫o, ECTS, escola de p贸s gradua莽茫o, Enosophy, Enosofia, Terroir"/> <meta name="description" content="O Instituto Superior de Agronomia lan莽a agora um novo ciclo de forma莽茫o aberta, o Open Campus ISA. Esta iniciativa consiste num conjunto de cursos avan莽ados de curta dura莽茫o, dirigidos a todos os que queiram complementar a sua forma莽茫o acad茅mica ou profissional nas 谩reas das ci锚ncias agr谩rias, florestais e ambientais."/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Enosofia 2.0 - O conceito de terroir"/> <meta name="twitter:description" content="O Instituto Superior de Agronomia lan莽a agora um novo ciclo de forma莽茫o aberta, o Open Campus ISA. Esta iniciativa consiste num conjunto de cursos avan莽ados de curta dura莽茫o, dirigidos a todos os que queiram complementar a sua forma莽茫o acad茅mica ou profissional nas 谩reas das ci锚ncias agr谩rias, florestais e ambientais."/> <meta property="og:description" content="O Instituto Superior de Agronomia lan莽a agora um novo ciclo de forma莽茫o aberta, o Open Campus ISA. Esta iniciativa consiste num conjunto de cursos avan莽ados de curta dura莽茫o, dirigidos a todos os que queiram complementar a sua forma莽茫o acad茅mica ou profissional nas 谩reas das ci锚ncias agr谩rias, florestais e ambientais."/> <meta property="og:title" content="Enosofia 2.0 - O conceito de terroir"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="enosofia-2-0-o-conceito-de-terroir" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite msie dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-sec hasAnimations hasStickyHeader inMiniHeaderMode dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="5ff40d2f36ae4e5ea1bc96b2e2fcf67e===header" data-origin="top"> <div class="u_1440662738 dmRespRow" style="text-align: center;" id="1440662738"> <div class="dmRespColsWrapper" id="1380480031"> <div class="u_1895159004 dmRespCol small-12 medium-12 large-12 empty-column" id="1895159004"></div> </div> </div> <div class="u_1779821872 dmRespRow middleDrawerRow" style="text-align: center;" id="1779821872"> <div class="dmRespColsWrapper" id="1628640807"> <div class="dmRespCol small-12 u_1526078167 medium-12 large-12" id="1526078167"> <nav class="u_1596148418 effect-bottom main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HIDE" id="1596148418" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmUDNavigationItem_00 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1529481098" style="text-align: center;" id="1529481098"> <div class="dmRespColsWrapper" id="1590661602"> <div class="u_1273053056 dmRespCol small-12 medium-12 large-12 empty-column" id="1273053056"></div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="dmRespRow defaultMultilingualExtensionRow fullBleedChanged fullBleedMode" id="1478508360"> <div class="dmRespColsWrapper" id="1083321809"> <div class="dmRespCol defaultMultilingualExtensionColumn small-12 large-123 medium-12" id="1417894662"> <div id="1274020441" class="multilingualWidget dropdown flag-only" dmle_extension="multilingual" data-element-type="multilingual" data-display="dropdown" icon="false" surround="false"> <div class="desktopMultilingual"> <div class="language current-language"> <a href="/enosofia-2-0-o-conceito-de-terroir" data-disable-ajax-navigation="true"><img src="https://dd-cdn.multiscreensite.com/flags/flags_iso/32/pt.png" alt="portugu锚s" data-code="" onerror="handleImageLoadError(this)"/> <span class="name">português</span> <span class="short-label">pt</span> <div class="dm-icon dm-icon-chevron-down"></div> </a> </div> <div class="language other-languages"> <a href="/en/enosofia-2-0-o-conceito-de-terroir" data-code="" data-disable-ajax-navigation="true"><img src="https://dd-cdn.multiscreensite.com/flags/flags_iso/32/us.png" alt="English" onerror="handleImageLoadError(this)"/> <span class="name">English</span> <span class="short-label">en</span> </a> </div> </div> </div> </div> </div> </div> <div class="u_1672581905 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1672581905"> <div class="dmRespColsWrapper" id="1530585171"> <div class="u_1660791693 dmRespCol small-12 medium-12 large-12" id="1660791693"> <div class="u_1330020058 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1330020058"> <a href="/" id="1297342281" file="false"><img src="https://lirp.cdn-website.com/66f96ddf/dms3rep/multi/opt/Logo+ISA+2013-1-1920w.jpg" id="1889490233" class="" data-dm-image-path="https://irp.cdn-website.com/66f96ddf/dms3rep/multi/Logo+ISA+2013-1.jpg" width="1920" height="902" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="79%" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1783767067 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1783767067"> <div class="dmRespColsWrapper" id="1527230018"> <div class="u_1068781528 dmRespCol small-12 medium-6 large-6" id="1068781528"> <span id="1605138758"></span> <div class="u_1623205752 imageWidget align-center" data-widget-type="image" id="1623205752" data-element-type="image"> <a href="/" id="1829253137" file="false"><img src="https://lirp.cdn-website.com/66f96ddf/dms3rep/multi/opt/logoISA-1920w.png" id="1359157006" class="" data-dm-image-path="https://irp.cdn-website.com/66f96ddf/dms3rep/multi/logoISA.png" width="1134" height="573" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1315197454 dmRespCol small-12 large-6 medium-6" id="1315197454"> <nav class="u_1783404857 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" data-divider="PIPE" id="1783404857" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://lirp.cdn-website.com/66f96ddf/dms3rep/multi/opt/logoISA-1920w.png" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmUDNavigationItem_00 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_enosofia-2-0-o-conceito-de-terroir dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1994493373 dmRespRow dmSectionNoParallax" style="text-align: center;" id="1994493373" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS82NmY5NmRkZi9kbXMzcmVwL211bHRpL29wdC9CYW5uZXIrUFJSLUlTQS0xOTIwdy5wbmciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzY2Zjk2ZGRmL2RtczNyZXAvbXVsdGkvb3B0L0Vub3NvZmlhKzIuMCstK08rY29uY2VpdG8rZGUrdGVycm9pci1iMGJlZWFiMy0xOTIwdy5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1"> <div class="dmRespColsWrapper" id="1254970025"> <div class="u_1617128525 dmRespCol small-12 medium-12 large-12 empty-column" id="1617128525"></div> </div> </div> <div class="u_1515586817 dmRespRow" style="text-align: center;" id="1515586817" mode="4"> <div class="dmRespColsWrapper" id="1898540937"> <div class="u_1577648848 dmRespCol medium-3 large-3 small-6" id="1577648848" data-anim-desktop="fadeInUp"> <span id="1838318359"></span> <div class="u_1632986752 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1632986752"> <a id="1408657658" file="false" class="" href="/enosofia-2-0-o-conceito-de-terroir#1873642982"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1383049314" class="svg u_1383049314" data-hover-effect="float" data-icon-name="wp-info"> <path d="M35,10c-13.8,0-25,11.2-25,25s11.2,25,25,25c13.8,0,25-11.2,25-25S48.8,10,35,10z M37.5,46.8c-0.4,0.3-1.9,1.2-3,1.2 c-1.1,0-1.7-0.5-2-0.9c-0.4-0.4-0.7-1.3-0.5-2.6c0.4-1.8,1.3-6.7,2.1-10.2l0.5-2.7c0-0.2,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.4-0.2H33 c-0.6,0-1-0.4-1-1s0.4-1,1-1h1.2c0.8,0,1.5,0.3,1.9,0.9c0.5,0.6,0.7,1.3,0.5,2.1l-0.5,2.7c-0.7,3.6-1.7,8.4-2.1,10.2 c-0.1,0.5,0,0.9,0.1,1c0.1,0.1,0.4,0.1,0.5,0.1c0.3,0,1.2-0.4,1.9-0.8c0.5-0.3,1.1-0.1,1.4,0.3C38.1,45.9,38,46.6,37.5,46.8z M36,26 c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S37.1,26,36,26z"></path> </svg> </a> </div> <div class="u_1543933016 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1543933016" data-styletopreserve="{"background-image":""}"> <h4 class="text-align-center m-size-18"><a href="/enosofia-2-0-o-conceito-de-terroir#1873642982" runtime_url="/enosofia-2-0-o-conceito-de-terroir#1873642982" type="anchor" style="font-weight: normal; display: unset; font-style: normal; color: rgb(64, 181, 114);" class="m-font-size-18" m-font-size-set="true">Apresentação</a></h4> </div> </div> <div class="u_1168951246 dmRespCol medium-3 large-3 small-6" id="1168951246" data-anim-desktop="fadeInUp"> <span id="1924759293"></span> <div class="u_1722968331 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1722968331"> <a href="/enosofia-2-0-o-conceito-de-terroir#1088588558" id="1184865468" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1391771029" class="svg u_1391771029" data-hover-effect="float" data-icon-name="wp-user_profile"> <g> <path d="M60,60H10v-1c0-2.6,0.5-10.1,3-12.7c1.9-2,9.5-7.3,22.1-7.3c12.5,0,20.2,5.3,22.1,7.3c2.4,2.6,3,10,3,12.7V60z"></path> <path d="M35,36c-7.2,0-13-5.8-13-13s5.8-13,13-13s13,5.8,13,13S42.2,36,35,36z"></path> </g> </svg> </a> </div> <div class="u_1423273985 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1423273985" style="transition: opacity 1s ease-in-out 0s;"> <h4 class="text-align-center m-size-18"><a href="/enosofia-2-0-o-conceito-de-terroir#1088588558" runtime_url="/enosofia-2-0-o-conceito-de-terroir#1088588558" type="anchor" style="color: rgb(64, 181, 114); font-style: normal; display: initial;" class="m-font-size-18" m-font-size-set="true">Destinatários</a><span single-space="true" class="m-font-size-18" style="display: initial;"> <span class="m-font-size-18" style="display: initial;"></span> </span></h4> </div> </div> <div class="u_1367533728 dmRespCol medium-3 large-3 small-6" id="1367533728" data-anim-desktop="fadeInUp"> <span id="1802968414"></span> <div class="u_1823999955 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1823999955"> <a href="/enosofia-2-0-o-conceito-de-terroir#1616364957" id="1374554981" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1573528714" class="svg u_1573528714" data-hover-effect="float" data-icon-name="wp-clipboard"> <g> <path d="M28,20h14c1.1,0,2-0.9,2-2v-4h-4.1c-0.5-2.3-2.5-4-4.9-4c-2.4,0-4.4,1.7-4.9,4H26v4C26,19.1,26.9,20,28,20z M35,12 c1.3,0,2.4,0.8,2.8,2h-5.6C32.6,12.8,33.7,12,35,12z"></path> <polygon points="56,60 56,50 46,60 "></polygon> <path d="M46,14v4c0,2.2-1.8,4-4,4H28c-2.2,0-4-1.8-4-4v-4H14v46h32V50h10V14H46z M28,42h-4v-2h4V42z M28,36h-4v-2h4V36z M28,30h-4 v-2h4V30z M46,42H32v-2h14V42z M46,36H32v-2h14V36z M46,30H32v-2h14V30z"></path> </g> </svg> </a> </div> <div class="u_1984135976 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1984135976" style="transition: opacity 1s ease-in-out 0s;"> <h4 class="text-align-center m-size-18"><span style="font-weight: normal; display: unset;"> </span><a href="/enosofia-2-0-o-conceito-de-terroir#1616364957" runtime_url="/enosofia-2-0-o-conceito-de-terroir#1616364957" type="anchor" style="font-weight: normal; display: unset; font-style: normal;" class="m-font-size-18" m-font-size-set="true">Formadores</a><span single-space="true" class="m-font-size-18" style="color: rgb(0, 0, 0); font-weight: normal; display: unset; font-style: normal;"> <span class="m-font-size-18" style="color: rgb(0, 0, 0); font-weight: normal; display: unset; font-style: normal;"></span> </span></h4> </div> </div> <div class="u_1387706299 dmRespCol medium-3 large-3 small-6" id="1387706299" data-anim-desktop="fadeInUp"> <span id="1250352381"></span> <div class="u_1113156547 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1113156547"> <a id="1182723058" file="false" class="" href="/enosofia-2-0-o-conceito-de-terroir#1641821608"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1792 1792" id="1887103718" class="svg u_1887103718" data-hover-effect="float" data-icon-name="fa-edit"> <path fill="inherit" d="M888 1184l116-116-152-152-116 116v56h96v96h56zM1328 464q-16-16-33 1l-350 350q-17 17-1 33t33-1l350-350q17-17 1-33zM1408 1058v190q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-14 14-32 8-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-126q0-13 9-22l64-64q15-15 35-7t20 29zM1312 320l288 288-672 672h-288v-288zM1756 452l-92 92-288-288 92-92q28-28 68-28t68 28l152 152q28 28 28 68t-28 68z"></path> </svg> </a> </div> <div class="u_1262994544 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1262994544" style="transition: opacity 1s ease-in-out 0s;"> <h4 class="m-size-18 text-align-center"><a href="/enosofia-2-0-o-conceito-de-terroir#1641821608" runtime_url="/enosofia-2-0-o-conceito-de-terroir#1641821608" type="anchor" style="font-style: normal; display: initial;" class="m-font-size-18" m-font-size-set="true">Candidaturas</a></h4> </div> </div> </div> </div> <div class="u_1272195452 dmRespRow" id="1272195452"> <div class="dmRespColsWrapper" id="1364111676"> <div class="dmRespCol large-12 medium-12 small-12" id="1171567409"> <div class="dmDividerWrapper clearfix u_1852068654" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1852068654"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1289293629"/></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1258092399" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><span style="display: unset; font-weight: normal;">Fim das inscrições em:</span></h3> </div> </div> </div> </div> <div class="u_1169560227 dmRespRow" id="1169560227"> <div class="dmRespColsWrapper" id="1753058272"> <div class="dmRespCol small-12 medium-12 large-12" id="1679641686"> <div class="u_1769358157 default dmCountdown" id="1769358157" dmle_extension="countdown" data-element-type="countdown" localization_key_data-message="googleTranslate.aD4q1Xa.6" wr="true" localization_key_data-title="googleTranslate.pPlwp86.5" icon="true" surround="true" adwords="" data-date="2024-05-24" data-time="23:00" data-time-zone="Europe/Lisbon" data-time-zone-key="184" data-created="2024-05-03T10:26:29.491Z" data-title="VMOtdHVsbyBkYSBjb250YWdlbSByZWdyZXNzaXZh" data-display-title="false" data-message="PHAgY2xhc3M9InJ0ZUJsb2NrIj5GaW0gZGFzIGluc2NyacOnw7VlcyE8L3A+" data-display-counter="true" data-layout-circle="true" data-layout="layout-1"> <div class="countdown"> <div class="countdown-clock"> <div class="container"> <div class="tile"> <svg viewbox="0 0 36 36" class="number progress-circle"> <path class="under" stroke="#c8c8c8" stroke-width="3%" fill="none" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> <path class="over tile-circle circle-days" stroke="#313131" stroke-width="3%" fill="none" stroke-linecap="round" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> </svg> <div class="number days"></div> </div> <div class="tile divider hidden"> </div> <div class="tile"> <svg viewbox="0 0 36 36" class="number progress-circle"> <path class="under" stroke="#c8c8c8" stroke-width="3%" fill="none" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> <path class="over tile-circle circle-hours" stroke="#313131" stroke-width="3%" fill="none" stroke-linecap="round" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> </svg> <div class="number hours"></div> </div> <div class="tile divider hidden"> </div> <div class="tile"> <svg viewbox="0 0 36 36" class="number progress-circle"> <path class="under" stroke="#c8c8c8" stroke-width="3%" fill="none" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> <path class="over tile-circle circle-minutes" stroke="#313131" stroke-width="3%" fill="none" stroke-linecap="round" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> </svg> <div class="number minutes"></div> </div> <div class="tile divider hidden"> </div> <div class="tile"> <svg viewbox="0 0 36 36" class="number progress-circle"> <path class="under" stroke="#c8c8c8" stroke-width="3%" fill="none" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> <path class="over tile-circle circle-seconds" stroke="#313131" stroke-width="3%" fill="none" stroke-linecap="round" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"></path> </svg> <div class="number seconds"></div> </div> </div> <div class="container"> <div class="label-tile"> <div class="label">Dias</div> </div> <div class="tile divider hidden"> </div> <div class="label-tile"> <div class="label">Horas</div> </div> <div class="tile divider hidden"> </div> <div class="label-tile"> <div class="label">Minutos</div> </div> <div class="tile divider hidden"> </div> <div class="label-tile"> <div class="label">Segundos</div> </div> </div> </div> <div class="countdown-message message-spacing"> <p class="rteBlock">Fim das inscrições!</p> </div> </div> </div> </div> </div> </div> <div class="u_1338624509 dmRespRow" id="1338624509"> <div class="dmRespColsWrapper" id="1093968244"> <div class="dmRespCol large-12 medium-12 small-12" id="1687235970"> <div class="dmDividerWrapper clearfix u_1284092612" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1284092612"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1905979176"/></div> </div> </div> </div> <div class="u_1995225124 dmRespRow" id="1995225124"> <div class="dmRespColsWrapper" id="1047416767"> <div class="u_1701879410 dmRespCol small-12 large-8 medium-8" id="1701879410"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1721993109" data-styletopreserve="{" background-image":""}"=""><p style="line-height: 2;" class="m-text-align-center"><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">The concept of</span> </span><span class="" style="display: initial; font-style: italic; font-weight: bold;"><span style="display: initial; font-style: italic; font-weight: bold;">terroir</span> </span></p><p style="line-height: 2;" class="m-text-align-center"><span style="display: initial;">The popularization of the concept of terroir justifies the realization of a course where the scientific arguments that support it, will be presented, as well as their interpretations without experimental basis. On the other hand, the methods of tasting that make it possible to assess this concept must be adapted as conventional methodologies are insufficient to do so. In this way, it will be possible to understand the use of grape varieties and winemaking technologies that highlight or neutralize the effect of the terroir. The course has an essentially practical basis with tasting of at least 10 wines in the 4 sessions.<br/></span></p></div> <div class="dmNewParagraph u_1873642982" data-element-type="paragraph" data-version="5" id="1873642982" style="transition: none 0s ease 0s; text-align: left; display: block;" data-anchor="apresentacao"> <h4><span style="color:rgb(64, 181, 114);display:initial;font-family:Poppins, 'Poppins Fallback';font-style:normal;">Objetives</span></h4> <p><span style="display: initial;">- Understand the concept of terroir and its multiple interpretations;</span></p><p><span style="display: initial;">- Understand the different tasting methods and how they condition the evaluation of a wine;</span></p><p><span style="display: initial;">- Sensorially perceive the different styles of wines and the change in consumption trends.</span></p></div> <div class="u_1509773572 widget-832a29 dmCustomWidget" data-lazy-load="" data-title="" id="1509773572" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="81" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJTeWxsYWJ1cyIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPjEuIFRoZSBjb25jZXB0IG9mIHRlcnJvaXI8L3N0cm9uZz48L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoZSBwbGFzdGljaXR5IG9mIHRoZSBjb25jZXB0PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGUgJnF1b3Q7c2Vuc2Ugb2YgcGxhY2UmcXVvdDsgYXMgYW4gYWVzdGhldGljIHZhbHVlPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5HcmVhdCB3aW5lcyB3aXRob3V0IHRlcnJvaXI8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkFkYXB0YXRpb24gdG8gY29tbWVyY2lhbCBjcml0ZXJpYTwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+Mi4gVGhlIHJvbGUgb2YgZGVzaWduYXRpb25zIG9mIG9yaWdpbiBhbmQgaW5kaWdlbm91cyBncmFwZSB2YXJpZXRpZXM8L3N0cm9uZz48L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoZSByZWdpb24gYXMgYSBtYXJrIG9mIGEgdGVycm9pcjwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VGhlIG11bHRpcGxlIHRlcnJvaXJzIG9mIGEgcmVnaW9uPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGUgcGxhc3RpY2l0eSBvZiBncmFwZSB2YXJpZXRpZXMgYXMgYSBmdW5jdGlvbiBvZiBjbGltYXRlPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz4zLiBQYXJhZGlnbSBzaGlmdHMgaW4gd2luZSB0YXN0aW5nPC9zdHJvbmc+PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5VbmRlcnN0YW5kaW5nIHRhc3RpbmcgbWV0aG9kczwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+U3ViamVjdC1iYXNlZCBtZXRob2RzIChkZWR1Y3RpdmUgbWV0aG9kKTwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+T2JqZWN0LWJhc2VkIG1ldGhvZHMgKGNvbXBhcmlzb24gd2l0aCBhIHN0YW5kYXJkKTwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+SW5jb25zaXN0ZW5jaWVzIGluIHRoZSBldmFsdWF0aW9uIG9mIHdpbmVzPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGUgaW5mbHVlbmNlIG9mIHRoZSBlbnZpcm9ubWVudCBvbiBhcHByZWNpYXRpb248L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPjQuIFRoZSB0aW1lbGluZXNzIG9mIGNsaW1hdGUgY2hhbmdlPC9zdHJvbmc+PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGUgcmVjb3Zlcnkgb2YgYW5jaWVudCBncmFwZSB2YXJpZXRpZXM8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoZSB1c2Ugb2YgY2xhc3NpYyBhbmQgZnVuZ2ktcmVzaXN0YW50IGh5YnJpZHM8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkEgcmV0dXJuIHRvIHJlZ2lvbnMgb2YgdGhlIHBhc3Q8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoZSBjb21tb24gc2Vuc2Ugb2YgYmxlbmRlZCB3aW5lczwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VGhlIGNvaW5jaWRlbmNlIHdpdGggbmV3IGNvbnN1bWVyIHRyZW5kczwvcD48YnI+PGJyPjxicj48YnI+PGJyPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9XSwiZXhwYW5kRmlyc3RJdGVtIjpmYWxzZSwiY29sbGFwc2VPdGhlcnMiOnRydWUsInNjaGVtYSI6ZmFsc2UsImxheW91dCI6InJvdW5kZWRJY29uIn0="> <ul class="accordion-wrapper roundedIcon " data-first-expanded="false"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Syllabus</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock"><strong>1. The concept of terroir</strong></p><p class="rteBlock">The plasticity of the concept</p><p class="rteBlock">The "sense of place" as an aesthetic value</p><p class="rteBlock">Great wines without terroir</p><p class="rteBlock">Adaptation to commercial criteria</p><br/><p class="rteBlock"><strong>2. The role of designations of origin and indigenous grape varieties</strong></p><p class="rteBlock">The region as a mark of a terroir</p><p class="rteBlock">The multiple terroirs of a region</p><p class="rteBlock">The plasticity of grape varieties as a function of climate</p><br/><p class="rteBlock"><strong>3. Paradigm shifts in wine tasting</strong></p><p class="rteBlock">Understanding tasting methods</p><p class="rteBlock">Subject-based methods (deductive method)</p><p class="rteBlock">Object-based methods (comparison with a standard)</p><p class="rteBlock">Inconsistencies in the evaluation of wines</p><p class="rteBlock">The influence of the environment on appreciation</p><br/><p class="rteBlock"><strong>4. The timeliness of climate change</strong></p><p class="rteBlock">The recovery of ancient grape varieties</p><p class="rteBlock">The use of classic and fungi-resistant hybrids</p><p class="rteBlock">A return to regions of the past</p><p class="rteBlock">The common sense of blended wines</p><p class="rteBlock">The coincidence with new consumer trends</p><br/><br/><br/><br/><br/></div> </div> </div> </li> </ul> </div> <div class="u_1088588558 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1088588558" style="transition: opacity 1s ease-in-out 0s;" data-anchor="destinaratios"> <h3><span style="font-weight: normal; display: initial;">Target Audience</span></h3> <p style="line-height: normal;"><span class="" style="display: initial;"><span style="display: initial;">General public</span> </span></p></div> <div class="u_1607307553 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1607307553" style="transition: opacity 1s ease-in-out 0s;"> <h4><span style="color:rgb(64, 181, 114);display:initial;font-family:Poppins, 'Poppins Fallback';font-style:normal;">Requirements</span></h4> <p style="line-height: normal;"><span style="display: initial;">- No prior knowledge required.</span></p><p style="line-height: normal;"><span class="" style="display: initial;"><span style="display: initial;">- Participants who attend the Enosophy 1.0 course have an advantage in acquiring knowledge </span> </span></p></div> <div class="u_1641821608 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1641821608" style="transition: opacity 1s ease-in-out 0s;" data-anchor="candidatura"> <h3><span style="font-weight: normal; display: initial;">Apply</span></h3> <p><span class="" style="display: initial;"><span style="display: initial;">Open - 6 May 2024 </span> </span></p><p><span style="display: initial;">Close - 24 May 2024</span></p><p><span style="display: initial;"><br/></span></p> <h4 class="text-align-center"><span style="text-transform:uppercase;text-shadow:rgba(1, 95, 44, 0.81) 0px 0px 1.2px;color:rgb(64, 181, 114);display:initial;font-family:Poppins, 'Poppins Fallback';font-style:normal;">Quero Candidatar-me!</span></h4> </div> <div class="u_1344150512 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1344150512" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="text-align-center"><span style="display: unset;">Tenho credenciais do Portal Fénix do ISA</span><span style="display: unset; font-weight: bold;">*</span><span style="display: initial;"><br/></span></p></div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1414449644" file="false" href="https://fenix.isa.ulisboa.pt/" data-element-type="dButtonLinkId" id="1414449644" target="_blank"> <span class="iconBg" aria-hidden="true" id="1844603466"> <span class="icon hasFontIcon icon-star" id="1781295439"></span> </span> <span class="text" id="1391611043">Login</span> </a> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1633265792" style="" data-styletopreserve="{"background-image":""}"><p class="text-align-center"><span style="display: unset;">Ainda não tenho conta no ISA</span></p></div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1536689921" file="false" href="https://fenix-edu.isa.ulisboa.pt/accountCreation" data-element-type="dButtonLinkId" id="1536689921" target="_blank"> <span class="iconBg" aria-hidden="true" id="1848666804"> <span class="icon hasFontIcon icon-star" id="1940357158"></span> </span> <span class="text" id="1843986076">Criar conta</span> </a> <div class="u_1514202254 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1514202254" data-styletopreserve="{"background-image":""}"><p class="text-align-left"><span style="font-weight: bold; display: unset;">*</span><span style="display: unset;">Para quem já possui conta, fazer login e candidatar através da aba "Candidato"</span><span style="display: initial;"><br/></span></p></div> <div class="dmNewParagraph u_1616364957" data-element-type="paragraph" data-version="5" id="1616364957" style="transition: none 0s ease 0s; text-align: left; display: block;" data-anchor="formadores"> <h3><span style="display: initial; font-weight: normal;">Coordenação e Formadores</span></h3> <p style="line-height: normal;"><span style="display: initial;">- Manuel Malfeito Ferreira ( Coordenação)</span></p><p style="line-height: normal;"><span class="" style="display: initial;"><span style="display: initial;">- Virgílio Loureiro</span> </span></p><p><span class="" style="display: initial;"><span style="display: initial;"> </span> </span></p><p class="m-size-19 size-24"><span style="font-weight: bold; display: initial;" class="m-font-size-19 font-size-24">PARTNERS:</span></p><p><span style="display: initial;">- Vinositas Lda.</span></p></div> </div> <div class="u_1753694044 dmRespCol small-12 large-4 medium-4" id="1753694044"> <div class="u_1130221475 dmPrettyList ed-version" data-element-type="dListId" layout="layoutC" id="1130221475" image-element="none" saved-layout="layoutA" link-element="none" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImRpciI6InJpZ2h0In19" data-anim-desktop="slideInCombo"> <h3 class="dmwidget-title" hide="false" id="1522646791">Informações</h3> <ul class="listWidgetContainer" id="1052898671"> <li class="listItem" id="1507680277"> <a class="biglink clearfix" href="" id="1242484983"> <div class="listImage" id="1479700502"></div> <div class="listText" id="1875385638"> <span class="itemName" id="1576753393">Tipo de Curso</span> <div class="itemText" id="1936086560"><p class="rteBlock">Curso de Formção/Especialização</p></div> </div> <span class="link" id="1242198497"> <span class="buttonText" id="1249146144">Bot膩o de texto</span> <span class="itemName" id="1088415874">Item de lista 1</span> </span> </a> </li> <li class="listItem" id="1509443968"> <a class="biglink clearfix" href="" id="1896779402"> <div class="listImage" id="1831732698"></div> <div class="listText" id="1486359647"> <span class="itemName" id="1594782883">Funcionamento</span> <div class="itemText" id="1099585490"><p class="rteBlock">Presential</p></div> </div> <span class="link" id="1982543146"> <span class="buttonText" id="1689990448">Item Link</span> <span class="itemName" id="1192703096"></span> </span> </a> </li> <li class="listItem" id="1242436875"> <a class="biglink clearfix" href="" id="1004867285"> <div class="listImage" id="1282893449"></div> <div class="listText" id="1480357296"> <span class="itemName" id="1611206774">Duração</span> <div class="itemText" id="1183239665"><p class="rteBlock">12 h </p><p class="rteBlock">12 h (contact)</p></div> </div> <span class="link" id="1950100990"> <span class="buttonText" id="1202722802">Bot膩o de texto</span> <span class="itemName" id="1673918038">Item de lista 2</span> </span> </a> </li> <li class="listItem" id="1829384466"> <a class="biglink clearfix" href="" id="1616228298"> <div class="listImage" id="1702071557"></div> <div class="listText" id="1678718352"> <span class="itemName" id="1067506772">Data do Inicio</span> <div class="itemText" id="1596185429"><p class="rteBlock">27 May 2024</p></div> </div> <span class="link" id="1581400306"> <span class="buttonText" id="1751090369">Bot膩o de texto</span> <span class="itemName" id="1515087273">Item de lista 3</span> </span> </a> </li> <li class="listItem" id="1634057477"> <a class="biglink clearfix" href="" id="1938152250"> <div class="listImage" id="1669265410"></div> <div class="listText" id="1715010175"> <span class="itemName" id="1855793979">Data do Fim</span> <div class="itemText" id="1926570600"><p class="rteBlock">30 May 2024</p></div> </div> <span class="link" id="1763881190"> <span class="buttonText" id="1184393556">Bot膩o de texto</span> <span class="itemName" id="1359989449">Item de lista 4</span> </span> </a> </li> <li class="listItem" id="1854973668"> <a class="biglink clearfix" href="" id="1019161071"> <div class="listImage" id="1262115252"></div> <div class="listText" id="1306539637"> <span class="itemName" id="1617851313">Regime</span> <div class="itemText" id="1769518232"><p class="rteBlock">Laboor time</p></div> </div> <span class="link" id="1110165742"> <span class="buttonText" id="1697907215">Item Link</span> <span class="itemName" id="1861319455"></span> </span> </a> </li> <li class="listItem" id="1855695221"> <a class="biglink clearfix" href="" id="1358365065"> <div class="listImage" id="1747948404"></div> <div class="listText" id="1001445141"> <span class="itemName" id="1890736242">Horário</span> <div class="itemText" id="1733483237"><p class="rteBlock">4 classes 9.30 to 13.30 h</p><p class="rteBlock">27,28,29,30 May 2024</p></div> </div> <span class="link" id="1391859979"> <span class="buttonText" id="1851134716">Item Link</span> <span class="itemName" id="1288257927"></span> </span> </a> </li> <li class="listItem" id="1730720139"> <a class="biglink clearfix" href="" id="1616392491"> <div class="listImage" id="1249629895"></div> <div class="listText" id="1730809611"> <span class="itemName" id="1242441504">Créditos</span> <div class="itemText" id="1672246765"><p class="rteBlock">Learning: N/A</p><p class="rteBlock">Specialization: 2.0 ECT</p><br/></div> </div> <span class="link" id="1362376868"> <span class="buttonText" id="1372405259">Item Link</span> <span class="itemName" id="1918684176"></span> </span> </a> </li> <li class="listItem" id="1823433403"> <a class="biglink clearfix" href="" id="1921171024"> <div class="listImage" id="1440778428"></div> <div class="listText" id="1524387378"> <span class="itemName" id="1429497790">Avaliação</span> <div class="itemText" id="1865142963"><p class="rteBlock">Practical work (attribution of credits)</p><p class="rteBlock">No grading (no credits)</p><p class="rteBlock">Minimum attendance in 3 of the 4 sessions</p><br/><br/><br/></div> </div> <span class="link" id="1139535251"> <span class="buttonText" id="1736701185">Item Link</span> <span class="itemName" id="1675684740"></span> </span> </a> </li> <li class="listItem" id="1623505875"> <a class="biglink clearfix" href="" id="1840152583"> <div class="listImage" id="1422533299"></div> <div class="listText" id="1464570748"> <span class="itemName" id="1673419145">Vagas</span> <div class="itemText" id="1199041644"><p class="rteBlock">15</p></div> </div> <span class="link" id="1161028589"> <span class="buttonText" id="1355109346">Item Link</span> <span class="itemName" id="1357011144"></span> </span> </a> </li> <li class="listItem" id="1065647473"> <a class="biglink clearfix" href="" id="1556647420"> <div class="listImage" id="1877222884"></div> <div class="listText" id="1840474322"> <span class="itemName" id="1978857491">Preço</span> <div class="itemText" id="1354388371"><p class="rteBlock">Learning course: 140 €; Specialization course: 180 €</p><p class="rteBlock">University of Lisbon students: 40 €</p><br/><br/></div> </div> <span class="link" id="1855748345"> <span class="buttonText" id="1614053880">Item Link</span> <span class="itemName" id="1883130476"></span> </span> </a> </li> </ul> </div> </div> </div> </div> <div class="u_1820604303 dmRespRow hasBackgroundOverlay dmSectionParallaxNew" style="text-align: center;" id="1820604303" mode="1"> <div class="dmRespColsWrapper" id="1932494647"> <div class="dmRespCol u_1936910369 small-12 medium-12 large-12" id="1936910369"> <div class="u_1666321441 dmNewParagraph" id="1666321441" data-element-type="paragraph" data-version="5"> <h2 class="m-size-24 size-30"><span style="color: rgb(255, 255, 255); display: initial;" class="m-font-size-24 font-size-30">Formulário de Contacto</span></h2> </div> <div class="u_1834529429 dmform default native-inputs" id="1834529429" data-layout="layout-3" data-element-type="dContactUsRespId" captcha="true"> <h3 class="dmform-title dmwidget-title" id="1342974095" hide="true">Inscreva-se para receber nossa Newsletter</h3> <div class="dmform-wrapper" id="1288599005" captcha-lang="pt"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1085707884"> <div class="dmforminput small-12 dmRespDesignCol required medium-6 large-6" id="1079665288" localization_key_label="googleTranslate.OW9vU7O.74"> <label for="1572370247" id="1391728359" class="" data-dm-for="dmform-0">Nome Completo</label> <input type="text" class="" name="dmform-0" id="1572370247"/><input type="hidden" name="label-dmform-0" id="1170238674" class="" value="Nome Completo"/></div> <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6" id="1438661285" localization_key_label="googleTranslate.94jlbKw.75"> <label for="1901752964" id="1936048988" class="" data-dm-for="dmform-3">E-mail</label> <input type="email" name="dmform-3" id="1901752964" class=""/><input type="hidden" name="label-dmform-3" id="1910158947" class="" value="E-mail"/></div> <div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1604580033" localization_key_label="googleTranslate.z5DTX6l.76"> <label for="1511494662" id="1598041026" class="" data-dm-for="dmform-4">Assunto</label> <input type="text" name="dmform-4" id="1511494662" class=""/><input type="hidden" name="label-dmform-4" id="1446441464" class="" value="Assunto"/></div> <div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1778398574" localization_key_label="googleTranslate.NwyLsSp.77"> <label for="1273301785" id="1809295289" class="" data-dm-for="dmform-5">Mensagem</label> <textarea name="dmform-5" id="1273301785" class=""></textarea> <input type="hidden" name="label-dmform-5" id="1015625951" class="" value="Mensagem"/></div> <span id="1675694242" class="dmWidgetClear"></span> <span id="1638189904" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1522222984"><input class="" name="submit" type="submit" value="Submeter" id="1138149973" localization_key_value="googleTranslate.HI86qFn.78"/></div> <input name="dmformsendto" type="hidden" id="1543919444" class="" value="O0wrseIfFLvKF41Dg+ELmlJoi1UY9cb/0BNwPlHx5+kpx1xp12bQHeNnsWoOcTDWN3KYLdnOLG8=" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1681782291"/><input name="dmformfrom" type="hidden" value="Site ISA Open Campus" id="1992127094" class=""/><input name="dmformsubject" type="hidden" value="Notifica莽茫o ISA Open Campus" id="1368257544" class="" data-email-subject="Notifica莽茫o ISA Open Campus" localization_key_value="googleTranslate.kathLhH.79"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSzRkXjNcoSR4jyAAjqQvhWxAxpnZFjPrne4YzXA/kRBWNGd1IOc6Z/ax8xFrPkwBRfCvB51uIfoOUYp5i0AtNdYzAsVPwDC1ODRndSDnOmf2sBEoyFKx2SaKGNDeQi8ij22smV1vFo9ZB4SX5gUy0A96zOuLx9GsL47vaBC2MV0Qbny5XCrQQZFvEwMLMVnFPBHCaxL/vryTOHmmaXmXVPPk16vWh5+LdMVuNw+84UY9cMRbxCCEV8H/2iZ+cXjCLiEHvb1Mqu0u" data-dec="true"/><input type="hidden" name="page_uuid" value="c6487c17119343a6a34d0d6e2a0a4a30"/></form> </div> <div class="dmform-success" style="display:none" id="1924745515"><p class="rteBlock">Obrigado por entrar em contato. </p></div> <div class="dmform-error" style="display:none" id="1000054628">Desculpe, houve um erro ao enviar a mensagem. Por favor, tente novamente mais tarde</div> </div> </div> </div> </div> <div class="u_1644966292 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1644966292"> <div class="dmRespColsWrapper" id="1245382261"> <div class="dmRespCol small-12 medium-12 large-12" id="1955237417"> <span id="1973730120"></span> <div class="dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1695023514"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1647354897"/></div> <div class="u_1831723247 dmPhotoGallery dmPhotoGalleryResp newPhotoGallery hasFullWidth" data-desktop-text-layout="over" id="1831723247" data-image-hover-effect="zoomout" data-placeholder="false" data-image-animation="fadeInUp" data-desktop-layout="square" data-desktop-columns="3" data-rows-to-show="100" data-tablet-layout="square" data-mobile-layout="square" data-element-type="dPhotoGalleryId" data-auto-adjust-columns="true"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1525472393"> <li class="photoGalleryThumbs" id="1460186380"> <div class="image-container" id="1778509744"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/66f96ddf/dms3rep/multi/Plano-de-Recuperacao-e-Resiliencia-950599d3-ee2f3517.png" id="1345137818" class="u_1345137818"><img irh="" irw="" alt="" data-src="https://lirp.cdn-website.com/66f96ddf/dms3rep/multi/opt/Plano-de-Recuperacao-e-Resiliencia-950599d3-ee2f3517-1920w.png" id="1824268016" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1722264433"> <span class="caption-inner" id="1684120820"> <a class="caption-button dmWidget clearfix" id="1843707894"> <span class="iconBg" id="1898377376"> <span class="icon hasFontIcon icon-star" id="1129184751"></span> </span> <span class="text" id="1880185061">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1407858963"> <div class="image-container" id="1116527087"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/66f96ddf/dms3rep/multi/republica-portuguesa-vector-logo.png" id="1108257318"><img irh="" irw="" alt="" data-src="https://lirp.cdn-website.com/66f96ddf/dms3rep/multi/opt/republica-portuguesa-vector-logo-1920w.png" id="1736533851" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1558737690"> <span class="caption-inner" id="1001541473"> <a class="caption-button dmWidget clearfix" id="1315516867"> <span class="iconBg" id="1221918094"> <span class="icon hasFontIcon icon-star" id="1249555253"></span> </span> <span class="text" id="1658519420">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1789550231"> <div class="image-container" id="1260215361"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/66f96ddf/dms3rep/multi/financiamento+EU2.jpg" id="1553684411"><img irh="" irw="" alt="" data-src="https://lirp.cdn-website.com/66f96ddf/dms3rep/multi/opt/financiamento+EU2-1920w.jpg" id="1097250679" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1168771642"> <span class="caption-inner" id="1691893183"> <a class="caption-button dmWidget clearfix" id="1510775288"> <span class="iconBg" id="1543079304"> <span class="icon hasFontIcon icon-star" id="1465251461"></span> </span> <span class="text" id="1691110772">Button</span> </a> </span> </div> </li> </ul> <div class="photoGalleryViewAll link" isall="true" data-viewall="Ver Mais" data-viewless="ver menos" style="display:none;" id="1157466187">Ver Mais</div> </div> <div class="dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1859151710"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1842072494"/></div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"></div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "PORTUGUESE" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["832a29738c2b44fdb4e63369b1bf458a~81"] = function (element, data, api) { $(element).find('[data-first-expanded="true"]').attr('data-first-expanded', 'false').find('.accordion-item').eq(0).addClass('expanded'); $(element).off('click.toggle').on('click.toggle', '.accordion-title', function(){ if(data.config.collapseOthers){ $(this).parents('.accordion-item').siblings().removeClass('expanded'); // $(element).find('.accordion-item').not(this).removeClass('expanded'); } $(this).parents('.accordion-item').toggleClass('expanded'); }); }; </script> <script type="text/javascript"> var d_version = "production_5204"; var build = "2025-02-18T11_48_20"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-02-18T11_48_20"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5204'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5204'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/5204/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5204/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '66f96ddf' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Fechar (Esc)"></button> <button class="pswp__button pswp__button--share" title="Compartilhar"></button> <button class="pswp__button pswp__button--fs" title="Alternar tela cheia "></button> <button class="pswp__button pswp__button--zoom" title="Aumentar/diminuir zoom"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Anterior (seta para esquerda)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Pr贸ximo (seta para a direita)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="pt_PT"></div> <!-- Alias: 66f96ddf --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'Cursos'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>