CINXE.COM
Guía de los distintos tipos de objetivos fotográficos
<!doctype html> <html lang="es"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <!-- Marfeel --> <script type="text/javascript"> !function(){"use strict";function e(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],c=document.createElement("script");c.src=e,t?c.type="module":(c.async=!0,c.type="text/javascript",c.setAttribute("nomodule",""));var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(c,n)}!function(t,c){!function(t,c,n){var a,o,r;n.accountId=c,null!==(a=t.marfeel)&&void 0!==a||(t.marfeel={}),null!==(o=(r=t.marfeel).cmd)&&void 0!==o||(r.cmd=[]),t.marfeel.config=n;var i="https://sdk.mrf.io/statics";e("".concat(i,"/marfeel-sdk.js?id=").concat(c),!0),e("".concat(i,"/marfeel-sdk.es5.js?id=").concat(c),!1)}(t,c,arguments.length>2&&void 0!==arguments[2]?arguments[2]:{})}(window,1513,{} /* Config */)}(); </script> <!-- / Marfeel --> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="pmdelayedscript" async="true" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', 'eYc-nzCX4qY_x', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size: 3000px 1500px}</style> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script defer src="data:text/javascript;base64,CgkJCXdpbmRvdy5nb29nbGV0YWcgPSB3aW5kb3cuZ29vZ2xldGFnIHx8IHsgY21kOiBbXSB9OwoJCQ=="></script> <link rel='preconnect' href='https://i0.wp.com' > <link rel='preconnect' href='https://s.hipertextual.com' > <link rel='preconnect' href='https://sdk.mrf.io' > <link rel='preconnect' href='https://securepubads.g.doubleclick.net' > <link rel='preconnect' href='https://imgs.hipertextual.com' > <link rel='preconnect' href='https://googleads.g.doubleclick.net' > <link rel='preconnect' href='https://cmp.inmobi.com' > <link rel='dns-prefetch' href='//securepubads.g.doubleclick.net'> <link rel='dns-prefetch' href='//sdk.mrf.io'> <link rel='dns-prefetch' href='//s.hipertextual.com'> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net'> <link rel='dns-prefetch' href='//cmp.inmobi.com'> <!-- This site is optimized with the Yoast SEO Premium plugin v24.4 (Yoast SEO v24.4) - https://yoast.com/wordpress/plugins/seo/ --> <title>Guía de los distintos tipos de objetivos fotográficos</title><link rel="preload" href="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?fit=600%2C96&quality=70&strip=all&ssl=1" as="image" imagesrcset="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?w=600&quality=70&strip=all&ssl=1 600w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?resize=400%2C64&quality=70&strip=all&ssl=1 400w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?fit=600%2C96&quality=70&strip=all&ssl=1&w=370 370w" imagesizes="(max-width: 600px) 100vw, 600px" fetchpriority="high" /><link rel="preload" href="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1" as="image" imagesrcset="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?w=500&quality=70&strip=all&ssl=1 500w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?resize=150%2C150&quality=70&strip=all&ssl=1 150w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?resize=400%2C400&quality=70&strip=all&ssl=1 400w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?resize=200%2C200&quality=70&strip=all&ssl=1 200w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1&w=370 370w" imagesizes="(max-width: 500px) 100vw, 500px" fetchpriority="high" /><link rel="preload" href="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon_ef_15mm_f2.8_fisheye.jpg?resize=300%2C225&quality=70&strip=all" as="image" fetchpriority="high" /><style id="perfmatters-used-css">.wp-block-newspack-tabs .tab-content.is-active figcaption{color:var(--wp--preset--color--contrast-3,#757575);}.has-background .wp-block-newspack-tabs{border-radius:var(--newspack-ui-border-radius-m,6px);padding:var(--newspack-ui-spacer-5,24px);}.widget_newspack-ads-widget{overflow:hidden;}#page{overflow:initial !important;}.newspack_global_ad{clear:both;flex:1 1 auto;max-width:100%;}.newspack_global_ad.fixed-height{box-sizing:content-box;padding:16px 0;}.newspack_global_ad.fixed-height>*{margin:0;}body:not([class*=block-theme]) div.wp-block-columns{gap:32px;}body:not([class*=block-theme]) div.wp-block-columns.is-style-borders{gap:64px;}@media only screen and (max-width:781px){body:not([class*=block-theme]) div.wp-block-columns.is-not-stacked-on-mobile{gap:20px;}body:not([class*=block-theme]) div.wp-block-columns.is-not-stacked-on-mobile.is-style-borders{gap:40px;}}@media only screen and (min-width:782px){.wp-block-columns.is-style-first-col-to-second>.wp-block-column:nth-child(2),.wp-block-columns.is-style-first-col-to-third>.wp-block-column:nth-child(2),.wp-block-columns.is-style-first-col-to-third>.wp-block-column:nth-child(3){order:-1;}}.wp-block-columns.is-style-borders>.wp-block-column{position:relative;}.wp-block-columns.is-style-borders>.wp-block-column:after{border:solid #ccc;border-width:1px 0 0;bottom:-32px;content:"";left:0;position:absolute;right:0;}.wp-block-columns.is-style-borders>.wp-block-column:last-child:after{display:none;}@media only screen and (min-width:782px){.wp-block-columns.is-style-borders>.wp-block-column{margin-bottom:0;}.wp-block-columns.is-style-borders>.wp-block-column:after{border-right-width:1px;border-top-width:0;inset:0 -32px 0 auto;}.wp-block-columns.is-style-borders.is-style-first-col-to-second>.wp-block-column:first-child:after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>.wp-block-column:first-child:after{display:none;}.wp-block-columns.is-style-borders.is-style-first-col-to-second>.wp-block-column:nth-child(2):after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>.wp-block-column:nth-child(3):after{display:block;}}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders>.wp-block-column:after{border-right-width:1px;border-top-width:0;inset:0 -20px 0 auto;}@media only screen and (min-width:782px){.wp-block-columns.is-not-stacked-on-mobile.is-style-borders>.wp-block-column:after{right:-32px;}}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-second>.wp-block-column:first-child:after,.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-third>.wp-block-column:first-child:after{display:none;}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-second>.wp-block-column:nth-child(2):after,.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-third>.wp-block-column:nth-child(3):after{display:block;}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child),.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0;}@media (min-width:600px)and (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child){flex-basis:unset !important;flex-grow:1;}}html body{--newspack-ui-font-size-m:clamp(1rem,.04rem + 2.209vw,1.611rem);--newspack-ui-font-size-l:clamp(1.111rem,.762rem + .803vw,1.333rem);--newspack-ui-font-size-xl:clamp(1.222rem,.35rem + 2.008vw,1.778rem);--newspack-ui-font-size-2xl:clamp(1.444rem,.049rem + 3.213vw,2.333rem);--newspack-ui-font-size-3xl:clamp(1.556rem,-.189rem + 4.016vw,2.667rem);--newspack-ui-font-size-4xl:clamp(1.778rem,-1.014rem + 6.426vw,3.556rem);--newspack-ui-font-size-5xl:clamp(1.889rem,-2.124rem + 9.237vw,4.444rem);--newspack-ui-font-size-6xl:clamp(2rem,-3.234rem + 12.048vw,5.333rem);}@media only screen and (min-width:600px){html body{--newspack-ui-font-size-m:clamp(.9rem,.743rem + .402vw,1rem);--newspack-ui-font-size-l:clamp(1rem,.686rem + .803vw,1.2rem);--newspack-ui-font-size-xl:clamp(1.1rem,.315rem + 2.008vw,1.6rem);--newspack-ui-font-size-2xl:clamp(1.3rem,.044rem + 3.213vw,2.1rem);--newspack-ui-font-size-3xl:clamp(1.4rem,-.17rem + 4.016vw,2.4rem);--newspack-ui-font-size-4xl:clamp(1.6rem,-.912rem + 6.426vw,3.2rem);--newspack-ui-font-size-5xl:clamp(1.7rem,-1.912rem + 9.237vw,4rem);--newspack-ui-font-size-6xl:clamp(1.8rem,-2.911rem + 12.048vw,4.8rem);}}:root{--newspack-theme-color-primary:#36f;--newspack-theme-color-primary-variation:#2240d5;--newspack-theme-color-secondary:#555;--newspack-theme-color-secondary-variation:#3e3e3e;--newspack-theme-color-highlight:#fed850;--newspack-theme-color-primary-darken-5:#1a53ff;--newspack-theme-color-primary-darken-10:#0040ff;--newspack-theme-color-primary-against-white:var(--newspack-theme-color-primary);--newspack-theme-color-secondary-against-white:var(--newspack-theme-color-secondary);--newspack-theme-color-against-primary:#fff;--newspack-theme-color-against-secondary:#fff;--newspack-theme-color-bg-body:#fff;--newspack-theme-color-bg-input:var(--newspack-theme-color-bg-body);--newspack-theme-color-bg-light:#f0f0f0;--newspack-theme-color-bg-button-hover:#111;--newspack-theme-color-bg-pre:#eee;--newspack-theme-color-bg-pre-lighten-5:#fbfbfb;--newspack-theme-color-bg-dark:#333;--newspack-theme-color-bg-dark-lighten-5:#404040;--newspack-theme-color-bg-dark-darken-5:#262626;--newspack-theme-color-text-main:#111;--newspack-theme-color-text-light:#515151;--newspack-theme-color-text-hover:var(--newspack-theme-color-bg-dark-lighten-5);--newspack-theme-color-text-screen:#21759b;--newspack-theme-color-link:var(--newspack-theme-color-secondary);--newspack-theme-color-link-hover:var(--newspack-theme-color-secondary-variation-against-white);--newspack-theme-color-border:#ccc;--newspack-theme-color-border-light:#e0e0e0;--newspack-theme-color-alert-yellow:#f0b849;--newspack-theme-color-alert-red:#cc1818;--newspack-theme-color-alert-green:#4ab866;--newspack-theme-font-body:georgia,garamond,"Times New Roman",serif;--newspack-theme-font-heading:-apple-system,blinkmacsystemfont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--newspack-theme-font-code:menlo,monaco,consolas,lucida console,monospace;--newspack-theme-font-pre:"Courier 10 Pitch",courier,monospace;--newspack-theme-font-size-base:20px;--newspack-theme-font-size-base-sm:18px;--newspack-theme-font-size-ratio:1.125;--newspack-theme-font-size-xxs:.6em;--newspack-theme-font-size-xs:.7em;--newspack-theme-font-size-sm:.8em;--newspack-theme-font-size-md:1.2em;--newspack-theme-font-size-lg:1.4em;--newspack-theme-font-size-xl:1.8em;--newspack-theme-font-size-xxl:2.2em;--newspack-theme-font-size-xxxl:2.8em;--newspack-theme-font-size-xxxxl:3.2em;--newspack-theme-font-size-xxxxxl:4em;--newspack-theme-font-line-height-body:1.6;--newspack-theme-font-line-height-heading:1.2;}html{line-height:1.15;text-size-adjust:100%;}h1{font-size:2em;margin:.67em 0;}a{background-color:initial;}b,strong{font-weight:bolder;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}[type=button],[type=reset],[type=submit],button{appearance:button;}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0;}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText;}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{appearance:none;}::-webkit-file-upload-button{appearance:button;font:inherit;}[hidden],template{display:none;}html{font-size:var(--newspack-theme-font-size-base-sm);}@media only screen and (min-width:600px){html{font-size:var(--newspack-theme-font-size-base);}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1em;margin:0;}body,button,input,optgroup,select,textarea{color:var(--newspack-theme-color-text-main);font-weight:400;line-height:var(--newspack-theme-font-line-height-body);text-rendering:optimizelegibility;}.use-body-font,body,button,input,optgroup,select,textarea{font-family:var(--newspack-theme-font-body);}#cancel-comment-reply-link,#mobile-sidebar,.author-bio .author-link,.author-meta,.cat-links,.comment-author .fn,.comment-metadata,.comment-reply-link,.comment-reply-login,.comments-title,.discussion-meta-info,.entry-footer,.entry-meta,.error-404 .page-title,.nav1,.nav3,.no-comments,.not-found .page-title,.page-description,.page-links,.pagination .nav-links,.post-navigation,.product .nyp,.secondary-menu,.site-description,.site-info,.site-title,.use-header-font,.woocommerce .first-payment-date,.woocommerce .onsale,.woocommerce .price,.woocommerce .product_meta,.woocommerce-MyAccount-navigation,.woocommerce-Reviews .comment-reply-title,.woocommerce-breadcrumb,.woocommerce-error,.woocommerce-grouped-product-list,.woocommerce-info,.woocommerce-message,.woocommerce-pagination,.woocommerce-results-wrapper,.woocommerce-review-link,.woocommerce-tabs ul,.wp-block-loginout,.wp-block-navigation,.wp-block-post-date,.wp-block-post-terms,.wp-block-query-pagination,.wpbnbd .freq-label,.wpbnbd .tier-label,amp-script .cat-links,h1,h2,h3,h4,h5,h6,ul.products .added_to_cart{font-family:var(--newspack-theme-font-heading);}.cat-links,.comment-author .fn,.comments-title,.error-404 .page-title,.no-comments,.not-found .page-title,.page-description,.pagination .nav-links,.post-navigation .post-title,.site-title,.wp-block-query-pagination,h1,h2,h3,h4,h5,h6{font-weight:700;line-height:var(--newspack-theme-font-line-height-heading);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.nav1{line-height:var(--newspack-theme-font-line-height-heading);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.author-description .author-bio,.nav-links,.site-branding,.social-navigation{line-height:1.25;}.page-description,h1{font-size:var(--newspack-theme-font-size-xxl);}@media only screen and (min-width:782px){.page-description,h1{font-size:var(--newspack-theme-font-size-xxxl);}}.archive:not(.paged).feature-latest article.entry:first-of-type .entry-title,.entry-title,.error-404 .page-title,.has-larger-font-size,.not-found .page-title,h2{font-size:var(--newspack-theme-font-size-lg);}@media only screen and (min-width:782px){.archive:not(.paged).feature-latest article.entry:first-of-type .entry-title,.entry-title,.error-404 .page-title,.has-larger-font-size,.not-found .page-title,h2{font-size:var(--newspack-theme-font-size-xl);}}.archive .entry-title,.blog .entry-title,.comments-title,.has-large-font-size,.has-regular-font-size,.search .entry-title{font-size:var(--newspack-theme-font-size-lg);}.comment-author .fn,.no-comments,.post-navigation .post-title,.site-description,.site-title,h2.author-title,h4,p.author-bio{font-size:var(--newspack-theme-font-size-md);}.comment-content,.entry-meta,.nav-links,.wp-block-loginout a,.wp-block-loginout label,.wp-block-post-date,.wp-block-post-terms,.wp-block-query-pagination,h5{font-size:var(--newspack-theme-font-size-sm);}#cancel-comment-reply-link,.comment-metadata,.comment-notes,.comment-reply-link,.comment-reply-login,.discussion-meta-info,.has-small-font-size,.site-info,h6,img:after{font-size:var(--newspack-theme-font-size-xs);}.site-title{font-weight:400;}.comments-title,.entry-title{hyphens:auto;word-break:break-word;}@media only screen and (min-width:782px){.entry-title{hyphens:none;}}.page-header{width:100%;}#secondary .widgettitle,.accent-header{margin-bottom:.5em;}p{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}blockquote cite{font-family:var(--newspack-theme-font-heading);font-size:var(--newspack-theme-font-size-xs);font-style:normal;}a,a:hover{text-decoration:none;}html{box-sizing:border-box;}*,:after,:before{box-sizing:inherit;}body{background-color:var(--newspack-theme-color-bg-body);}h1,h2,h3,h4,h5,h6{margin:1rem 0;}ol,ul{padding-left:1rem;}ul{list-style:disc;}ul ul{list-style-type:circle;}li{line-height:var(--newspack-theme-font-line-height-body);}li>ol,li>ul{padding-left:2rem;}img{height:auto;max-width:100%;position:relative;}figure{margin:0;}blockquote cite{color:var(--newspack-theme-color-text-light);}.button,.wp-block-search__button,button,input[type=button],input[type=reset],input[type=submit]{background-color:var(--newspack-theme-color-secondary);border:none;border-radius:5px;box-sizing:border-box;color:var(--newspack-theme-color-against-secondary);display:inline-block;font-family:var(--newspack-theme-font-heading);font-size:var(--newspack-theme-font-size-sm);font-weight:700;line-height:var(--newspack-theme-font-line-height-heading);outline:none;padding:.76rem 1rem;text-decoration:none;transition:background .15s ease-in-out;vertical-align:bottom;}.button:hover,.button:hover:visited,.wp-block-search__button:hover,.wp-block-search__button:hover:visited,button:hover,button:hover:visited,input[type=button]:hover,input[type=button]:hover:visited,input[type=reset]:hover,input[type=reset]:hover:visited,input[type=submit]:hover,input[type=submit]:hover:visited{background-color:var(--newspack-theme-color-bg-button-hover);color:var(--newspack-theme-color-bg-body);cursor:pointer;}.button:visited,.wp-block-search__button:visited,button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{color:inherit;text-decoration:none;}.button:focus,.wp-block-search__button:focus,button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{background-color:var(--newspack-theme-color-bg-button-hover);color:var(--newspack-theme-color-bg-body);outline:thin dotted;outline-offset:-4px;}.button[disabled],.button[disabled]:hover,.wp-block-search__button[disabled],.wp-block-search__button[disabled]:hover,button[disabled],button[disabled]:hover,input[type=button][disabled],input[type=button][disabled]:hover,input[type=reset][disabled],input[type=reset][disabled]:hover,input[type=submit][disabled],input[type=submit][disabled]:hover{background-color:var(--newspack-ui-color-neutral-30,#ddd);color:var(--newspack-ui-color-neutral-0,#fff);cursor:default;}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],input[type=zip],textarea{appearance:none;backface-visibility:hidden;background:var(--newspack-theme-color-bg-input);border:1px solid var(--newspack-theme-color-border);border-radius:0;box-sizing:border-box;outline:none;outline-offset:0;padding:.36rem .66rem;}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,input[type=zip]:focus,textarea:focus{border-color:var(--newspack-theme-color-text-main);outline:thin solid rgb(var(--newspack-theme-color-text-main),.25);outline-offset:-4px;}input[type=search]::-webkit-search-decoration{display:none;}form p{margin:1rem 0;}input[type=checkbox]{appearance:none;background:#fff;border:1px solid var(--newspack-theme-color-border);border-radius:2px;color:var(--newspack-theme-color-against-secondary);cursor:pointer;display:inline-grid;font:inherit;height:20px !important;margin:0;place-content:center;width:20px !important;}input[type=checkbox]:before{background:rgba(0,0,0,0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'m16.7 7.1-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z\'/%3E%3C/svg%3E") 0 0 no-repeat;content:"";display:block;height:24px;opacity:0;width:24px;}input[type=checkbox]:checked{background:var(--newspack-theme-color-secondary);border-color:rgba(0,0,0,0);}input[type=checkbox]:checked:before{opacity:1;}input[type=checkbox]:focus{outline:1.5px solid var(--newspack-theme-color-secondary);outline-offset:1px;}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.75;}.search-form{position:relative;}.search-form input{padding-right:2.5rem;width:100%;}.search-form button{background-color:initial;bottom:2px;color:var(--newspack-theme-color-text-main);margin:0;padding:0 .5rem;position:absolute;right:2px;top:2px;}.search-form button svg{position:relative;top:2px;}.search-form button:active,.search-form button:focus,.search-form button:hover{color:var(--newspack-theme-color-primary-against-white);}a{color:var(--newspack-theme-color-text-light);transition:color .11s ease-in-out;}a:visited{color:inherit;}a:active,a:hover{color:var(--newspack-theme-color-text-main);outline:0;text-decoration:none;}a:focus{outline:thin dotted;text-decoration:underline;}.dd-menu button{appearance:none;border:none;color:inherit;cursor:pointer;display:inline-block;font-family:var(--newspack-theme-font-heading);line-height:1.2;margin:0;padding:0;text-decoration:none;transition:background .25s ease-in-out,transform .15s ease;}.dd-menu button,.dd-menu button:focus,.dd-menu button:hover{background:rgba(0,0,0,0);}.dd-menu button:focus{outline:1px dotted currentcolor;outline-offset:-4px;}.dd-menu button:active{transform:scale(.99);}.dd-menu li,.dd-menu ul{list-style:none;margin:0;padding:0;}.dd-menu li{position:relative;}.dd-menu .submenu-expand{display:inline-block;pointer-events:none;}.dd-menu .sub-menu>li{display:block;}.dd-menu .sub-menu>li.menu-item-has-children .submenu-expand{bottom:0;color:#fff;line-height:1;margin-right:0;padding:.5rem;position:absolute;width:calc(24px + 1rem);}.dd-menu .sub-menu>li.menu-item-has-children .submenu-expand svg{top:0;}.dd-menu .sub-menu>li>a{display:inline-block;}.dd-menu .sub-menu>li>a:empty{display:none;}.dd-menu>ul{overflow:visible;width:100%;}.dd-menu>ul>li.menu-item-has-children{position:inherit;}@media only screen and (min-width:782px){.dd-menu>ul>li.menu-item-has-children{position:relative;}}.dd-menu>ul>li.menu-item-has-children .submenu-expand{height:18px;width:24px;}.dd-menu>ul>li.menu-item-has-children .submenu-expand svg{position:relative;top:-.2em;}@media only screen and (min-width:782px){.site-header .dd-menu>ul>li.menu-item-has-children>a{padding-right:0;}}.site-header .dd-menu>ul>li>.sub-menu{padding-top:12px;}.site-header .dd-menu>ul>li>.sub-menu:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--newspack-theme-color-bg-dark) rgba(0,0,0,0);border-style:solid;border-width:0 8px 8px;content:"";display:inline-block;height:0;left:10px;position:absolute;top:4px;width:0;}.site-header .dd-menu .sub-menu{color:var(--newspack-theme-color-bg-body);display:none;left:-9999px;opacity:0;position:absolute;transition:opacity .2s;z-index:99999;}.site-header .dd-menu .sub-menu a{background-color:var(--newspack-theme-color-bg-dark);color:var(--newspack-theme-color-bg-body);display:block;line-height:var(--newspack-theme-font-line-height-heading);padding:.75rem calc(24px + 1rem) .75rem 1rem;}.site-header .dd-menu .sub-menu a:focus,.site-header .dd-menu .sub-menu a:hover{background-color:#020202;}.site-header .dd-menu .sub-menu .submenu-expand{right:-5px;top:.65rem;transform:rotate(-90deg);}.site-header .dd-menu .sub-menu .submenu-expand svg{margin-top:-10px;}.site-header .dd-menu .menu-item-has-children:hover>.sub-menu,.site-header .dd-menu .menu-item-has-children>.submenu-expand.open-dropdown+.sub-menu{display:block;float:none;height:auto;inset:100% auto auto 0;margin-top:0;opacity:1;position:absolute;transform:none;width:12.5rem;}.site-header .dd-menu .sub-menu .menu-item-has-children:hover>.sub-menu,.site-header .dd-menu .sub-menu .menu-item-has-children>.submenu-expand.open-dropdown+.sub-menu{display:block;left:100%;top:0;}.nav1 .main-menu>li>a{color:inherit;font-weight:700;padding:.25rem .5rem;}.nav1 .main-menu>li>a:hover{opacity:.75;}.site-header .nav1{font-size:var(--newspack-theme-font-size-xs);}.site-header .nav1 .main-menu{display:inline-block;}.site-header .nav1 .main-menu>li{color:#555;display:inline-block;line-height:1.25;margin-right:.25rem;}.site-header .nav1 .main-menu>li>a{color:inherit;}.site-header .nav1 .main-menu>li:first-child>a{padding-left:0;}.h-cl.h-dh .site-header #site-navigation{flex-basis:100%;text-align:center;}.h-cl.h-dh .site-header #site-navigation ul ul{text-align:left;}.h-cl.h-dh .site-header .nav1 .main-menu>li:last-child{margin-right:0;}.h-cl.h-dh .site-header .nav1 .main-menu>li:last-child a{padding-right:0;}.h-cl.h-dh .site-header .nav1 .main-menu>li:last-child .submenu-expand{margin-right:-5px;}.h-dh .site-header .nav1 .main-menu>li{padding:.5rem 0;}.h-sh .site-header .nav1 .main-menu>li{padding:.25rem 0;}.h-sh .site-header .nav1 .main-menu>li>.sub-menu{padding-top:20px;}.h-sh .site-header .nav1 .main-menu>li>.sub-menu:before{top:12px;}.site-header .nav2>ul,.site-header .nav2>ul>li{align-items:center;display:flex;flex-wrap:wrap;}.site-header .nav2 li{margin-right:1rem;}.site-header .nav2>li:first-child a{padding-left:0;}.site-header .nav2 a{font-size:var(--newspack-theme-font-size-xs);}body.h-db.h-dh .site-header .nav3 .menu-highlight a{background-color:var(--newspack-theme-color-primary);border:0;color:var(--newspack-theme-color-against-primary);}body.h-db.h-dh .site-header .nav3 .menu-highlight a:hover{background-color:var(--newspack-theme-color-text-main);color:var(--newspack-theme-color-bg-body);}@media only screen and (min-width:782px){.site-header .nav3{text-align:right;}}.site-header .nav3 li{display:inline-block;font-size:var(--newspack-theme-font-size-xs);}@media only screen and (min-width:782px){.site-header .nav3 li:nth-child(n+2){margin:0 0 0 .75rem;}}.site-header .nav3 a{margin:.25rem 0;}.h-sh .site-header .nav3{font-size:var(--newspack-theme-font-size-base);margin-left:1rem;}.h-cl .site-header .highlight-menu-contain .wrapper{justify-content:center;text-align:center;}.social-links-menu,.social-navigation{align-items:center;display:flex;}.social-links-menu{margin:0;padding:0;}.social-links-menu li{list-style:none;}.social-links-menu li:nth-child(n+2){margin-left:.5em;}.social-links-menu li a{border-bottom:1px solid rgba(0,0,0,0);color:inherit;display:block;margin-bottom:-1px;transition:opacity .11s ease-in-out;}.social-links-menu li a:active,.social-links-menu li a:hover{opacity:.7;}.social-links-menu li a:focus{border-bottom:1px solid;opacity:1;}.social-links-menu li a svg{display:block;height:24px;transform:translateZ(0);width:24px;}.social-navigation .social-links-menu{flex-wrap:nowrap;overflow:visible;}.desktop-menu-toggle,.mobile-menu-toggle,.subpage-toggle{align-items:center;background-color:initial;color:inherit;display:flex;padding:0;}.desktop-menu-toggle:focus,.desktop-menu-toggle:hover,.mobile-menu-toggle:focus,.mobile-menu-toggle:hover,.subpage-toggle:focus,.subpage-toggle:hover{background-color:initial;color:inherit;}.desktop-menu-toggle:focus,.mobile-menu-toggle:focus,.subpage-toggle:focus{outline-offset:0;}.desktop-menu-toggle svg,.mobile-menu-toggle svg{margin-right:.25rem;}.middle-header-contain .desktop-menu-toggle svg{margin-right:0;}.site-header .desktop-menu-toggle:hover,.site-header .mobile-menu-toggle:hover,.site-header .subpage-toggle:hover{color:inherit;}.mobile-menu-toggle{margin-left:auto;}.site-header .mb-cta{font-size:.7em;margin-left:auto;padding:.6rem .5rem;}.site-header .mb-cta,.site-header .mb-cta:visited,.site-header .mb-cta:visited:not(:hover){background:#d33;color:#fff;}.site-header .mb-cta:hover{background:var(--newspack-theme-color-text-main);color:#fff;}.site-header .mb-cta+.mobile-menu-toggle{margin-left:.5rem;}.site-header .mb-cta+.mobile-menu-toggle span{display:inline-block;overflow:hidden;width:0;}.site-header .mb-cta+.mobile-menu-toggle svg{height:29px;width:29px;}.site-header .desktop-menu-toggle,.subpage-toggle-contain{display:none;font-size:var(--newspack-theme-font-size-xs);font-weight:400;line-height:2;padding:.125rem 0;}.h-ll .subpage-toggle-contain,.site-header .desktop-menu-toggle{margin:0 1.25rem 0 0;}.site-header .desktop-menu-toggle.dir-right{margin:0 0 0 1.25rem;}.site-header #secondary-nav-contain+.desktop-menu-toggle.dir-right{margin:0 0 0 auto;}.middle-header-contain .desktop-menu-toggle{margin:0 1rem 0 0;}.middle-header-contain .desktop-menu-toggle span{left:-99999em;position:absolute;}.middle-header-contain .desktop-menu-toggle.dir-right{margin:0 0 0 .75rem;}@media only screen and (min-width:782px){.h-dh .site-header .mb-cta,.h-dh .site-header .mobile-menu-toggle,.h-dh.h-sub .site-header .mobile-menu-toggle{display:none;}.h-dh .site-header .desktop-menu-toggle,.h-dh .subpage-toggle-contain{display:flex;}}@media only screen and (min-width:960px){.h-sh .site-header .mb-cta,.h-sh .site-header .mobile-menu-toggle,.h-sh.h-sub .site-header .mobile-menu-toggle{display:none;}.h-sh .site-header .desktop-menu-toggle,.h-sh.h-sub .subpage-toggle-contain{display:flex;}}.h-sub-cta.h-sub .site-header .mb-cta{display:inline-block;}.desktop-sidebar,.mobile-sidebar,.subpage-sidebar{padding:1rem;width:90vw;}.desktop-sidebar>*,.mobile-sidebar>*,.subpage-sidebar>*{clear:both;margin-bottom:.75rem;}.desktop-sidebar .widget:not(.widget_block),.desktop-sidebar nav,.mobile-sidebar .widget:not(.widget_block),.mobile-sidebar nav,.subpage-sidebar .widget:not(.widget_block),.subpage-sidebar nav{font-size:var(--newspack-theme-font-size-sm);}.desktop-sidebar .desktop-menu-toggle,.desktop-sidebar .mobile-menu-toggle,.desktop-sidebar .subpage-toggle,.mobile-sidebar .desktop-menu-toggle,.mobile-sidebar .mobile-menu-toggle,.mobile-sidebar .subpage-toggle,.subpage-sidebar .desktop-menu-toggle,.subpage-sidebar .mobile-menu-toggle,.subpage-sidebar .subpage-toggle{float:right;font-size:var(--newspack-theme-font-size-sm);margin:0 0 1rem;padding:0;}.desktop-sidebar li,.desktop-sidebar ul,.mobile-sidebar li,.mobile-sidebar ul,.subpage-sidebar li,.subpage-sidebar ul{list-style:none;margin:0;padding:0;}.desktop-sidebar .widget_nav_menu a,.desktop-sidebar nav a,.mobile-sidebar .widget_nav_menu a,.mobile-sidebar nav a,.subpage-sidebar .widget_nav_menu a,.subpage-sidebar nav a{display:inline-block;margin:.125rem 0;padding:.125rem .25rem;}.desktop-sidebar a:hover,.mobile-sidebar a:hover,.subpage-sidebar a:hover{background:rgba(0,0,0,0);text-decoration:underline;}.desktop-sidebar .social-links-menu li a,.mobile-sidebar .social-links-menu li a,.subpage-sidebar .social-links-menu li a{display:block;}.desktop-sidebar,.subpage-sidebar{background-color:#fff;max-width:400px;}@media only screen and (min-width:782px){.desktop-sidebar,.subpage-sidebar{width:50vw;}}.desktop-sidebar a,.desktop-sidebar a:visited,.subpage-sidebar a,.subpage-sidebar a:visited{color:var(--newspack-theme-color-text-main);}.desktop-sidebar .widget,.subpage-sidebar .widget{border-top:1px solid var(--newspack-theme-color-border);font-size:.9em;margin-bottom:1.5rem;padding-top:1.5rem;}.desktop-sidebar .widget:last-child,.subpage-sidebar .widget:last-child{margin-bottom:1.5rem;}.desktop-sidebar .widget.widget_block,.subpage-sidebar .widget.widget_block{border-top:0;margin-bottom:32px;padding-top:0;}@media only screen and (min-width:782px){.mobile-sidebar,.subpage-sidebar{width:33vw;}}.mobile-sidebar ul ul,.subpage-sidebar ul ul{margin-left:1rem;}.mobile-sidebar .nav1 .main-menu>li>a,.mobile-sidebar nav.secondary-menu a,.subpage-sidebar .nav1 .main-menu>li>a,.subpage-sidebar nav.secondary-menu a{padding-left:0;padding-right:0;}.mobile-sidebar .widget+.widget,.mobile-sidebar nav+.widget,.mobile-sidebar nav+nav,.subpage-sidebar .widget+.widget,.subpage-sidebar nav+.widget,.subpage-sidebar nav+nav{border-top:1px solid var(--newspack-theme-color-against-primary);}.mobile-sidebar nav+nav,.subpage-sidebar nav+nav{padding-top:.75rem;}.mobile-sidebar .widget+.widget,.mobile-sidebar nav+.widget,.subpage-sidebar .widget+.widget,.subpage-sidebar nav+.widget{padding-top:1rem;}.mobile-sidebar .widget+.widget_block,.mobile-sidebar nav+.widget_block,.subpage-sidebar .widget+.widget_block,.subpage-sidebar nav+.widget_block{border-top:0;padding-top:0;}.mobile-sidebar .submenu-expand,.subpage-sidebar .submenu-expand{display:none;}.mobile-sidebar .widget,.subpage-sidebar .widget{font-size:1em;}.mobile-sidebar .widget:last-child,.subpage-sidebar .widget:last-child{margin-bottom:1.5rem;}.mobile-sidebar{background-color:var(--newspack-theme-color-primary);}.mobile-sidebar,.mobile-sidebar .nav1 .sub-menu>li>a,.mobile-sidebar .nav3 a,.mobile-sidebar a{color:var(--newspack-theme-color-against-primary);}.mobile-sidebar .widget a:hover,.mobile-sidebar a:hover,.mobile-sidebar a:visited{color:inherit;}#desktop-sidebar-fallback,#mobile-sidebar-fallback,#subpage-sidebar-fallback{bottom:0;overflow:auto;position:fixed;top:0;z-index:999999;}#desktop-sidebar-fallback>*,#mobile-sidebar-fallback>*,#subpage-sidebar-fallback>*{visibility:hidden;}#desktop-sidebar-fallback,#subpage-sidebar-fallback{left:-100%;transition:left .2s;}#desktop-sidebar-fallback.dir-right,#mobile-sidebar-fallback{left:auto;right:-100%;transition:right .2s;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:var(--newspack-theme-color-bg-light);border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:var(--newspack-theme-color-text-screen);display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}#content[tabindex="-1"]:focus{outline:0;}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed;}.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after{clear:both;}#page{display:flex;flex-direction:column;min-height:100vh;}#page>:not(#content){flex-grow:0;}#content{flex:1;}.wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;max-width:90vw;width:1200px;}@media only screen and (min-width:782px){.wrapper{flex-wrap:nowrap;}}.site-content{margin-top:1.5rem;min-height:30vh;}@media only screen and (min-width:782px){.site-content{margin-top:4rem;}}.newspack-front-page .site-content,.page-template-no-header-footer .site-content,.page-template-single-feature .site-content,.page-template-single-wide .site-content,.post-template-single-feature .site-content,.post-template-single-wide .site-content{overflow:hidden;}#primary{margin:auto;max-width:90vw;width:1200px;}@media only screen and (min-width:782px){.archive #main,.blog #main,.page .main-content,.search #main,.single .main-content{width:65%;}}.archive-one-column #main,.newspack-front-page.page-template-single-feature .site-main,.page-template-no-header-footer .main-content,.page-template-single-feature .main-content,.post-template-single-feature .main-content{margin-left:auto;margin-right:auto;max-width:780px;width:100%;}@media only screen and (min-width:782px){.archive.archive-one-column .page-header,.page-template-no-header-footer .entry-header,.page-template-single-feature .entry-header{margin-left:auto;margin-right:auto;max-width:780px;width:100%;}}.page-template-no-header-footer:not(.hide-page-title):not([class*=single-featured-image-]) .entry-header{margin-top:1rem;}.site-branding{align-items:center;color:var(--newspack-theme-color-text-light);display:flex;flex-wrap:wrap;justify-content:flex-start;position:relative;}@media only screen and (min-width:782px){.site-branding{margin-right:auto;}}.custom-logo-link{box-sizing:initial;line-height:1;margin:0 1rem 0 0;overflow:hidden;}@media only screen and (min-width:600px){.custom-logo-link{margin-right:.5rem;}}@media only screen and (max-width:599px){.h-cta .site-header .custom-logo-link{max-width:140px;}.h-cta .site-header .custom-logo-link .custom-logo{max-width:100%;object-position:left center;}}@media only screen and (max-width:781px){.site-header .custom-logo-link .custom-logo{height:auto;min-height:45px;object-fit:contain;width:auto;}}.site-identity{align-items:baseline;display:flex;}.site-title{font-weight:700;margin:0;}.site-title,.site-title a,.site-title a:link,.site-title a:visited{color:var(--newspack-theme-color-text-main);}.site-title a:hover{color:var(--newspack-theme-color-text-hover);}.site-description{color:var(--newspack-theme-color-text-light);display:none;font-size:var(--newspack-theme-font-size-sm);font-style:italic;font-weight:400;margin:0;padding:0 1rem;}@media only screen and (min-width:600px){.site-description{display:block;}}.hide-site-tagline .site-description{clip:rect(1px,1px,1px,1px);position:absolute;}.middle-header-contain .wrapper{align-items:center;padding:.75rem 0;}@media only screen and (min-width:782px){.middle-header-contain .wrapper{padding:1.5rem 0;}.bottom-header-contain .wrapper{border-bottom:1px solid var(--newspack-theme-color-border);border-top:1px solid var(--newspack-theme-color-border);}}#search-toggle{background-color:initial;color:inherit;padding:.25rem 0 0;}#search-toggle .search-icon{display:none;}#search-toggle:hover{opacity:.7;}.header-search-contain{display:none;margin-left:.75rem;position:relative;}.header-search-contain #header-search{position:absolute;top:calc(100% + 4px);width:300px;z-index:5;}@media only screen and (min-width:782px){.header-search-contain #header-search{right:0;}.h-dh .header-search-contain{display:block;}}.hide-header-search #search-toggle .search-icon{display:block;}.hide-header-search #header-search,.hide-header-search #search-toggle .close-icon{display:none;}@media only screen and (min-width:782px){.h-cl .site-header .middle-header-contain .wrapper>div{width:35%;}.h-cl .site-header .middle-header-contain .wrapper>div.site-branding{margin-right:auto;width:30%;}.h-cl .site-header .middle-header-contain .wrapper>div:first-of-type>*{margin-right:auto;}.h-cl .site-header .middle-header-contain .wrapper>div:last-of-type{justify-content:flex-end;}.h-cl .site-branding{flex-basis:unset;flex-wrap:wrap;}.h-cl .site-identity{flex-direction:column;}.h-cl .site-description{padding-top:.25rem;}.h-cl .site-header .custom-logo-link{margin-right:0;}.h-cl .site-header .custom-logo{height:auto;margin:auto;max-width:100%;}.h-cl.h-dh .site-header .middle-header-contain .wrapper .site-branding{display:flex;justify-content:center;}.h-cl.h-dh .site-description,.h-cl.h-dh .site-header .custom-logo-link,.h-cl.h-dh .site-title{text-align:center;width:100%;}}@media only screen and (min-width:960px){.h-cl.h-sh .site-header .middle-header-contain .wrapper .site-branding{display:flex;justify-content:center;}.h-cl.h-sh .site-description,.h-cl.h-sh .site-header .custom-logo-link,.h-cl.h-sh .site-title{text-align:center;width:100%;}}@media only screen and (min-width:1168px){.h-cl .site-header .middle-header-contain .wrapper>div{flex:1;width:auto;}.h-cl .site-header .middle-header-contain .wrapper>div.site-branding{width:auto;}.h-cl .site-header .custom-logo{max-width:inherit;}}@media screen and (-ms-high-contrast:none) and (min-width:1168px){.h-cl .site-header .custom-logo-link img{height:auto;max-width:100%;}}.h-sb .site-header{padding-bottom:0;}.h-sb .middle-header-contain,.h-sb .middle-header-contain .nav1 .main-menu>li,.h-sb .middle-header-contain .nav1 .main-menu>li>a,.h-sb .site-description,.h-sb .site-header,.h-sb .site-title a,.h-sb .site-title a:visited{color:var(--newspack-theme-color-against-primary);}.h-sb .middle-header-contain{background-color:var(--newspack-theme-color-primary);}@media only screen and (min-width:782px){.h-sb .middle-header-contain .wrapper{padding:1.5rem 0 1rem;}}.h-sb .bottom-header-contain{background-color:#4a4a4a;}.h-sb .bottom-header-contain .wrapper{border:0;}.h-sb .bottom-header-contain #search-toggle,.h-sb .bottom-header-contain .nav1 .main-menu>li,.h-sb .bottom-header-contain .nav1 .main-menu>li>a{color:#fff;}.h-sh .site-header .wrapper{justify-content:flex-start;}.nav-wrapper{align-items:center;display:flex;justify-content:flex-end;}@media only screen and (min-width:782px){.h-sub .site-header .custom-logo{height:auto;width:auto;}}@media only screen and (min-width:782px){.h-sub.h-cl .site-header .middle-header-contain .wrapper>div{flex:auto;width:auto;}.h-sub.h-cl .site-header .middle-header-contain .wrapper>div:last-of-type{text-align:right;}.h-sub.h-ll .site-header .custom-logo-link amp-img.amp-wp-enforced-sizes[layout=intrinsic]>img{object-position:left center;}.h-sub.h-dh .featured-image-behind,.h-sub.h-dh .featured-image-beside,.h-sub.h-sh .featured-image-behind,.h-sub.h-sh .featured-image-beside{min-height:101vh;}.h-sub.single-featured-image-behind .site-header,.h-sub.single-featured-image-beside .site-header{position:absolute;width:100%;z-index:10;}}.h-stk .site-header{background:var(--newspack-theme-color-bg-body);box-shadow:0 2px 5px rgba(0,0,0,.1);position:sticky;top:0;z-index:999;}@media only screen and (min-width:600px){.h-stk.admin-bar .site-header{top:46px;}}@media only screen and (min-width:782px){.h-stk.admin-bar .site-header{top:32px;}.h-stk.h-cl .site-header .middle-header-contain .wrapper>div{width:31%;}.h-stk.h-cl .site-header .middle-header-contain .wrapper>div.site-branding{width:38%;}}.h-stk.h-cl .site-header .custom-logo{object-position:left center;}@media only screen and (min-width:782px){.h-stk.h-cl.h-dh .site-header .custom-logo{object-position:center center;}}@media only screen and (min-width:960px){.h-stk.h-cl.h-sh .site-header .custom-logo{object-position:center center;}}.h-stk.h-sub.single-featured-image-behind .site-header,.h-stk.h-sub.single-featured-image-beside .site-header{box-shadow:none;position:sticky;}@media only screen and (min-width:782px){.h-stk.h-sub.single-featured-image-behind .site-header,.h-stk.h-sub.single-featured-image-beside .site-header{align-items:center;background:rgba(0,0,0,0);display:flex;height:80px;margin-bottom:-80px;}.h-stk.h-sub.single-featured-image-behind .site-header .sticky-bg,.h-stk.h-sub.single-featured-image-beside .site-header .sticky-bg{background:#000;content:"";display:block;inset:0;opacity:0;position:absolute;transition:opacity .5s ease-in;z-index:-1;}.h-stk.h-sub.single-featured-image-behind .site-header.head-scroll .sticky-bg,.h-stk.h-sub.single-featured-image-beside .site-header.head-scroll .sticky-bg{opacity:.7;}}.desktop-only{display:none;}@media only screen and (min-width:782px){.h-dh .desktop-only{display:inherit;}}.updated:not(.published){display:none;}.show-updated .entry-header .updated:not(.published){display:inline-block;}.entry{margin-top:6rem;}.entry:first-of-type{margin-top:0;}.entry-header{position:relative;width:100%;}.entry-title{font-size:var(--newspack-theme-font-size-xxl);margin:0;}@media only screen and (min-width:1168px){.entry-title{font-size:var(--newspack-theme-font-size-xxxl);}}.entry-title a{color:inherit;}.entry-title a:hover{color:var(--newspack-theme-color-text-hover);}.newspack-post-subtitle{font-style:italic;}.newspack-post-subtitle em,.newspack-post-subtitle i{font-style:normal;}.entry-header .newspack-post-subtitle{margin-bottom:1.3em;}@media only screen and (min-width:600px){.entry-header .newspack-post-subtitle{margin-bottom:2.3em;}}body.page .entry-title{font-size:var(--newspack-theme-font-size-xl);margin:0;}@media only screen and (min-width:1168px){body.page .entry-title{font-size:var(--newspack-theme-font-size-xxl);}}.cat-links,amp-script .cat-links{display:block;font-size:var(--newspack-theme-font-size-xs);margin:0 0 .75rem;}.tags-links>*{display:inline-block;}.tags-links span:first-child{font-size:var(--newspack-theme-font-size-sm);font-weight:700;margin-right:1rem;}.tags-links a{font-size:var(--newspack-theme-font-size-xs);}.entry-footer,.entry-meta{color:var(--newspack-theme-color-text-light);}.entry-meta{margin-bottom:.25rem;}.entry-meta .author-avatar:not(:empty){float:left;margin-right:.5rem;}.entry-meta .byline{display:block;}.entry-meta .byline .author{font-weight:700;}.entry-meta .byline a{text-decoration:none;}.entry-meta .byline a,.entry-meta .byline a:visited{color:var(--newspack-theme-color-primary-against-white);}.entry-meta .byline a:hover{color:var(--newspack-theme-color-primary-variation-against-white);}.entry-meta .posted-on a,.entry-meta .posted-on a:visited{color:var(--newspack-theme-color-text-light);}.entry-meta .updated-label{margin-left:1em;}.entry-footer{margin:1rem 0 3rem;}.entry-footer>span{display:inline-block;margin-right:1rem;}.entry-footer>span:last-child{margin-right:0;}.entry-footer a{color:var(--newspack-theme-color-primary-against-white);}.post-thumbnail{margin:0;width:100%;}.post-thumbnail:focus{outline:none;}.post-thumbnail .post-thumbnail-inner{display:block;}.post-thumbnail .post-thumbnail-inner img{display:block;position:relative;}.post-thumbnail figcaption{max-width:100%;width:100%;}.widget+.post-thumbnail{margin-top:32px;}.entry-content p{word-wrap:break-word;}.entry-content a{color:var(--newspack-theme-color-secondary-against-white);text-decoration:underline;}.entry-content a:active,.entry-content a:hover{color:var(--newspack-theme-color-link-hover);text-decoration:none;}.entry-content h1 a,.entry-content h2 a,.entry-content h3 a,.entry-content h4 a,.entry-content h5 a,.entry-content h6 a{color:var(--newspack-theme-color-text-main);text-decoration:none;}.entry-content h1 a:visited,.entry-content h2 a:visited,.entry-content h3 a:visited,.entry-content h4 a:visited,.entry-content h5 a:visited,.entry-content h6 a:visited{color:var(--newspack-theme-color-text-main);}.single .entry-header{padding:0 0 1rem;}.single:not(.has-large-featured-image) .entry-header{border-bottom:1px solid #ddd;}.single .entry-title{font-size:var(--newspack-theme-font-size-xl);margin:0 0 .5em;}.single .entry-title--with-subtitle{margin-bottom:.3rem;}@media only screen and (min-width:600px){.single .entry-title{font-size:var(--newspack-theme-font-size-xxl);}}@media only screen and (min-width:782px){.single .entry-title{font-size:var(--newspack-theme-font-size-xxxl);}}@media only screen and (min-width:1168px){.single .entry-title{font-size:var(--newspack-theme-font-size-xxxxl);}}.single .entry-meta{margin-bottom:.5rem;}@media only screen and (min-width:600px){.single .entry-meta{margin-bottom:0;}}.single.date-hidden .entry-header .entry-meta{align-items:center;display:flex;}.single .main-content>.post-thumbnail:first-child{margin-top:2rem;}@media only screen and (min-width:600px){.single .entry-subhead{align-items:center;display:flex;justify-content:space-between;width:100%;}.single .entry-subhead .entry-meta{flex-grow:2;}}.comment-list .avatar,.entry-subhead .avatar{height:1.75rem;width:1.75rem;}@media only screen and (min-width:782px){.comment-list .avatar,.entry-subhead .avatar{height:2.25rem;width:2.25rem;}}.page .entry-header+.post-thumbnail,.page .main-content>.post-thumbnail:first-child{margin-top:1.5rem;}.newspack-front-page.hide-homepage-title .entry-header{display:none;}.featured-image-behind{background-color:var(--newspack-theme-color-text-main);display:flex;margin:0 calc(50% - 50vw);min-height:calc(90vh - 60px);position:relative;width:100vw;}.admin-bar .featured-image-behind{min-height:calc(100vh - 106px);}@media only screen and (min-width:782px){.featured-image-behind{min-height:calc(100vh - 220px);}.admin-bar .featured-image-behind{min-height:calc(100vh - 250px);}.h-sh .featured-image-behind{min-height:calc(100vh - 110px);}.h-sh.admin-toolbar .featured-image-behind{min-height:calc(100vh - 142px);}}.featured-image-behind:before{background-color:rgba(0,0,0,.5);content:"";inset:0;position:absolute;z-index:1;}.featured-image-behind .wrapper{margin-bottom:0;margin-top:auto;}.featured-image-behind .post-thumbnail{inset:0;overflow:hidden;position:absolute;}.featured-image-behind .wp-post-image{min-height:100%;object-fit:cover;object-position:50% 50%;position:absolute;width:100%;}.featured-image-behind .entry-header{align-self:flex-end;color:#fff;margin:4rem auto 2rem;max-width:90vw;position:relative;z-index:2;}.featured-image-behind .entry-header .author-avatar{display:none;}.featured-image-behind .entry-header .cat-links,.featured-image-behind .entry-header .cat-links a,.featured-image-behind .entry-header .cat-links a:visited,.featured-image-behind .entry-header .entry-meta,.featured-image-behind .entry-header .entry-meta .byline a,.featured-image-behind .entry-header .entry-meta .byline a:visited,.featured-image-behind .entry-header .entry-meta .posted-on a,.featured-image-behind .entry-header .entry-meta .posted-on a:visited{color:#fff;}.featured-image-behind .entry-meta .byline{display:inline-block;margin-right:1rem;}@media only screen and (min-width:782px){.page .featured-image-behind .entry-header{margin-bottom:3rem;}}.featured-image-behind+figcaption,.featured-image-beside figcaption{margin:.25rem auto 0;max-width:100%;width:1200px;}@media only screen and (min-width:782px){.h-db .featured-image-beside{background-color:var(--newspack-theme-color-primary);}.h-db .featured-image-beside,.h-db .featured-image-beside .entry-header{color:var(--newspack-theme-color-against-primary);}.h-sb .featured-image-beside{background-color:#333;}.featured-image-beside{color:#fff;display:flex;margin:0 calc(50% - 50vw);min-height:calc(100vh - 220px);position:relative;width:100vw;}.admin-bar .featured-image-beside{min-height:calc(100vh - 250px);}.h-sh .featured-image-beside{min-height:calc(100vh - 110px);}.h-sh.admin-toolbar .featured-image-beside{min-height:calc(100vh - 142px);}.featured-image-beside .post-thumbnail,.featured-image-beside>.wrapper{width:50%;}.featured-image-beside .post-thumbnail{margin:0;overflow:hidden;position:relative;}.featured-image-beside .wp-post-image{min-height:100%;object-fit:cover;object-position:50% 50%;position:absolute;width:100%;}.featured-image-beside .entry-header{margin-left:auto;max-width:90%;padding:2rem .5rem 1rem 0;width:600px;}}@media only screen and (min-width:782px) and (min-width:1168px){.featured-image-beside .entry-header{padding-right:1rem;}}@media only screen and (min-width:782px){.featured-image-beside .entry-header .cat-links,.featured-image-beside .entry-header .entry-meta,.featured-image-beside .entry-header .entry-meta .byline a,.featured-image-beside .entry-header .entry-meta .byline a:visited,.featured-image-beside .entry-header .entry-meta .posted-on a,.featured-image-beside .entry-header .entry-meta .posted-on a:visited,.featured-image-beside .entry-header a,.featured-image-beside .entry-header a:hover{color:inherit;}.featured-image-beside .entry-header .entry-subhead{display:block;}.featured-image-beside .entry-header .entry-meta{margin-bottom:1rem;}.featured-image-beside .entry-header .entry-meta .byline{display:inline-block;margin-right:1rem;}.featured-image-beside .entry-header .author-avatar{display:none;}.featured-image-beside .entry-title{font-size:var(--newspack-theme-font-size-xxl);}.featured-image-beside figcaption{bottom:0;color:#fff;left:50%;position:absolute;width:50%;}.featured-image-beside figcaption a,.featured-image-beside figcaption a:visited{color:#fff;text-decoration:underline;}.featured-image-beside figcaption a:hover{text-decoration:none;}.featured-image-beside figcaption>span{display:inline-block;max-width:780px;padding:2rem 1rem 1rem;position:relative;}.featured-image-beside figcaption:before{background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5) 50%);bottom:0;content:"";height:100%;left:0;position:absolute;width:100%;}.h-sub .featured-image-beside .entry-header{padding-top:4rem;}}.featured-image-above{width:100%;}.featured-image-above .post-thumbnail{margin:0 calc(50% - 50vw) 1rem;width:100vw;}@media only screen and (min-width:782px){.featured-image-above .post-thumbnail{margin-bottom:2rem;}}.featured-image-above .post-thumbnail img{width:100%;}.featured-image-above figcaption{margin:.25rem auto 0;max-width:90vw;width:1200px;}.comment .comment-content blockquote{margin-left:0;}.archive .page-header,.blog .page-header,.search .page-header{margin:0 0 3rem;}.archive .page-header h1,.blog .page-header h1,.search .page-header h1{margin-top:0;}.archive .author-avatar,.blog .author-avatar,.search .author-avatar{display:none;}.archive .post-thumbnail,.blog .post-thumbnail,.search .post-thumbnail{margin:0 0 .5rem;}.archive .post-thumbnail figcaption,.blog .post-thumbnail figcaption,.search .post-thumbnail figcaption{margin-top:8px;}@media only screen and (min-width:782px){.archive .post-thumbnail figcaption,.blog .post-thumbnail figcaption,.search .post-thumbnail figcaption{font-size:var(--newspack-theme-font-size-xxs);}}.archive .entry-meta,.archive .entry-title,.blog .entry-meta,.blog .entry-title,.search .entry-meta,.search .entry-title{margin-bottom:.5rem;}@media only screen and (min-width:782px){.archive .has-post-thumbnail .post-thumbnail,.blog .has-post-thumbnail .post-thumbnail,.search .has-post-thumbnail .post-thumbnail{flex-basis:25%;margin:0 1em 0 0;max-width:25%;}.archive .byline,.archive .posted-on,.blog .byline,.blog .posted-on,.search .byline,.search .posted-on{display:inline;}}@media only screen and (min-width:782px){.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .post-thumbnail{margin-bottom:1rem;max-width:100%;}}.archive.author .page-header{display:flex;justify-content:flex-start;}.archive.author .page-header .avatar{flex-shrink:0;height:30px;margin-right:1rem;width:30px;}.archive.author .page-header .page-title:last-child{margin-bottom:0;}.archive.author .page-header .taxonomy-description p:first-child{margin-top:0;}@media only screen and (min-width:600px){.archive.author .page-header .avatar{height:80px;width:80px;}}@media only screen and (min-width:782px){.archive.author .page-header .avatar{height:120px;width:120px;}}.archive .cat-links:not(.sponsor-label){display:none;}@media only screen and (min-width:782px){.search .page-header{width:65%;}}.site-footer{margin:2rem 0 0;}.site-footer a{color:var(--newspack-theme-color-text-light);transition:opacity .11s ease-in-out;}.site-footer .footer-widgets{padding:1rem 0 1.5rem;}.site-footer .footer-widgets .wrapper{flex-wrap:wrap;justify-content:space-between;}.site-footer .footer-widgets .widget{width:100%;}@media only screen and (min-width:600px){.site-footer .footer-widgets .widget{flex:1 0 0;margin-right:2rem;min-width:calc(50% - 2rem);}}@media only screen and (min-width:782px){.site-footer .footer-widgets .widget{min-width:calc(25% - 2rem);}}.site-footer .footer-widgets .widget:last-child{margin-right:0;}.af-widget .site-footer{margin-top:0;}.footer-branding .wrapper{padding-top:1rem;}.footer-branding .custom-logo-link,.footer-branding .footer-logo-link{max-height:76px;max-width:200px;}.footer-branding .custom-logo-link img,.footer-branding .footer-logo-link img{max-height:inherit;width:auto;}.footer-logo-small .footer-branding .custom-logo-link,.footer-logo-small .footer-branding .footer-logo-link{max-height:48px;max-width:160px;}.site-info{color:var(--newspack-theme-color-text-light);padding-bottom:1rem;}.site-info .wrapper{display:block;}@media only screen and (min-width:782px){.site-info .wrapper{display:flex;}.site-info .wrapper.site-info-contain{justify-content:flex-start;}.site-info .wrapper.site-info-contain>:not(:first-child){margin-left:1rem;}.site-info .wrapper.site-info-contain>:last-child{margin-left:auto;}}.site-info a{color:inherit;display:block;}.site-info a:hover{color:var(--newspack-theme-color-primary-against-white);text-decoration:none;}.site-info .copyright,.site-info a{margin:.25rem 0;}.site-info .site-info-contain:first-child{border-top:1px solid var(--newspack-theme-color-border);padding-top:1rem;}.site-info .widget-area .wrapper{border-top:1px solid var(--newspack-theme-color-border);justify-content:space-between;padding:1rem 0 .5rem;}.site-info .widget-area .widget{font-size:inherit;}@media only screen and (min-width:600px){.site-info .widget-area .widget{margin:0 1rem 0 0;}.site-info .widget-area .widget:last-child{margin-right:0;}}.site-info .widget-area a{display:inline;margin:0;}.site-info .widget-area li,.site-info .widget-area ul{list-style:none;margin:0;padding:0;}@media only screen and (min-width:600px){.site-info .widget-area ul{display:inline;}}.site-info .widget-area ul li{margin:.3rem 0;}@media only screen and (min-width:600px){.site-info .widget-area ul li{display:inline-block;margin:0 1rem 0 0;}.site-info .widget-area ul li ul{display:inline-block;margin-left:1rem;}.site-info .widget-area ul li:last-child{margin-right:0;}}.site-info .widget-area ul a{display:inline-block;padding:.25rem 0;}@media only screen and (min-width:600px){.site-info .widget-area ul a{padding:.125rem 0;}}.site-info .widget-area p{margin:0;}.widget{font-family:var(--newspack-theme-font-heading);font-size:var(--newspack-theme-font-size-sm);margin:0 0 1rem;word-wrap:break-word;}@media only screen and (min-width:782px){.widget{margin:0 0 3rem;}.widget.widget_block{margin:0 0 32px;}}.widget .widget{font-size:inherit;margin-bottom:32px;}.widget:last-child{margin-bottom:0;}.widget a:hover{color:var(--newspack-theme-color-secondary-variation);}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{list-style:none;padding:0;}.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_rss ul li{font-family:var(--newspack-theme-font-heading);margin:.125rem 0;}@media only screen and (min-width:600px){.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_rss ul li{margin:0;}}.widget_archive ul li ul,.widget_categories ul li ul,.widget_meta ul li ul,.widget_nav_menu ul li ul,.widget_pages ul li ul,.widget_recent_comments ul li ul,.widget_recent_entries ul li ul,.widget_rss ul li ul{margin-left:1.5em;}.widget_archive ul a,.widget_categories ul a,.widget_meta ul a,.widget_nav_menu ul a,.widget_pages ul a,.widget_recent_comments ul a,.widget_recent_entries ul a,.widget_rss ul a{display:inline-block;padding:.25rem 0;}@media only screen and (min-width:600px){.widget_archive ul a,.widget_categories ul a,.widget_meta ul a,.widget_nav_menu ul a,.widget_pages ul a,.widget_recent_comments ul a,.widget_recent_entries ul a,.widget_rss ul a{padding:.125rem 0;}}.above-content{margin:1rem 0 0;}.above-footer-widgets .wrapper,.header-widget .wrapper{display:block;}.above-footer-widgets .widget:first-of-type,.header-widget .widget:first-of-type{margin-top:0;}.above-footer-widgets .widget:last-of-type,.header-widget .widget:last-of-type{margin-bottom:0;}.above-footer-widgets .alignfull,.header-widget .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:auto;}.above-footer-widgets .alignwide,.header-widget .alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw);max-width:100vw;}.above-footer-widgets [class*=__inner-container],.header-widget [class*=__inner-container]{margin:0 auto;max-width:1200px;}.above-footer-widgets{margin-top:2rem;}.entry .entry-content>*,.newspack-inline-popup>*,[id=pico]>*{margin:32px 0;max-width:100%;}.entry .entry-content>:last-child,.newspack-inline-popup>:last-child,[id=pico]>:last-child{margin-bottom:0;}.entry .entry-content>.alignleft,.entry .entry-content>.wp-block-image .alignleft,.newspack-inline-popup>.alignleft,.newspack-inline-popup>.wp-block-image .alignleft,[id=pico]>.alignleft,[id=pico]>.wp-block-image .alignleft{float:left;margin-left:0;margin-right:1rem;max-width:50%;}.entry .entry-content>.alignright,.entry .entry-content>.wp-block-image .alignright,.newspack-inline-popup>.alignright,.newspack-inline-popup>.wp-block-image .alignright,[id=pico]>.alignright,[id=pico]>.wp-block-image .alignright{float:right;margin-left:1rem;margin-right:0;max-width:50%;}@media only screen and (min-width:782px){.newspack-front-page .entry .entry-content .alignwide,.page-template-single-wide .entry .entry-content .alignwide,.post-template-single-wide .entry .entry-content .alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw);max-width:100vw;}.newspack-front-page .entry .entry-content .alignwide.wp-block-cover,.page-template-single-wide .entry .entry-content .alignwide.wp-block-cover,.post-template-single-wide .entry .entry-content .alignwide.wp-block-cover{width:auto;}}.newspack-front-page .entry .entry-content .alignwide .alignfull,.newspack-front-page .entry .entry-content .alignwide .alignwide,.page-template-single-wide .entry .entry-content .alignwide .alignfull,.page-template-single-wide .entry .entry-content .alignwide .alignwide,.post-template-single-wide .entry .entry-content .alignwide .alignfull,.post-template-single-wide .entry .entry-content .alignwide .alignwide{margin-left:0;margin-right:0;}.newspack-front-page .entry .entry-content .alignfull,.page-template-single-wide .entry .entry-content .alignfull,.post-template-single-wide .entry .entry-content .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;}.newspack-front-page .entry .entry-content .alignfull.wp-block-cover,.page-template-single-wide .entry .entry-content .alignfull.wp-block-cover,.post-template-single-wide .entry .entry-content .alignfull.wp-block-cover{width:100vw;}.newspack-front-page .entry .entry-content .alignfull .alignwide,.page-template-single-wide .entry .entry-content .alignfull .alignwide,.post-template-single-wide .entry .entry-content .alignfull .alignwide{margin-left:auto;margin-right:auto;max-width:100%;width:calc(50vw + 600px);}.newspack-front-page .entry .entry-content .alignfull .alignfull,.page-template-single-wide .entry .entry-content .alignfull .alignfull,.post-template-single-wide .entry .entry-content .alignfull .alignfull{margin-left:0;margin-right:0;}.newspack-front-page .entry .entry-content .alignfull.wp-block-columns .alignwide,.page-template-single-wide .entry .entry-content .alignfull.wp-block-columns .alignwide,.post-template-single-wide .entry .entry-content .alignfull.wp-block-columns .alignwide{width:100%;}.page-template-no-header-footer .entry .entry-content>.alignfull:first-child,.page-template-no-header-footer [id=pico]>.alignfull:first-child{margin-top:0;}.entry .entry-content .entry,.entry .entry-content .entry-content{margin:inherit;max-width:inherit;padding:inherit;}@media only screen and (min-width:782px){.entry .entry-content .entry,.entry .entry-content .entry-content{margin:inherit;max-width:inherit;padding:inherit;}}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:20px 30px;}.has-drop-cap:not(:focus):first-letter{font-size:4em;line-height:.75;margin:.125em .75rem 0 0;position:relative;}p.has-background{padding:20px 30px;}.wpnbha figcaption{max-width:100%;}.mobile-sidebar .wpnbha .entry-meta,.mobile-sidebar .wpnbha .entry-meta a,.mobile-sidebar .wpnbha .entry-meta a:hover,.mobile-sidebar .wpnbha .entry-meta a:visited,.site-footer .wpnbha .entry-meta,.site-footer .wpnbha .entry-meta a,.site-footer .wpnbha .entry-meta a:hover,.site-footer .wpnbha .entry-meta a:visited,.wpnbpc .cat-links a,.wpnbpc .cat-links a:visited,.wpnbpc .entry-meta .byline a,.wpnbpc .entry-meta .byline a:hover,.wpnbpc .entry-meta .byline a:visited,.wpnbpc .entry-meta .byline a:visited:hover,.wpnbpc h3 a,.wpnbpc h3 a:visited{color:inherit;}#secondary .wp-block-newspack-blocks-carousel article .entry-title,.desktop-sidebar .wp-block-newspack-blocks-carousel article .entry-title,.mobile-sidebar .wp-block-newspack-blocks-carousel article .entry-title,.subpage-sidebar .wp-block-newspack-blocks-carousel article .entry-title{font-size:.9rem;}#secondary .wp-block-newspack-blocks-carousel article .entry-wrapper,.desktop-sidebar .wp-block-newspack-blocks-carousel article .entry-wrapper,.mobile-sidebar .wp-block-newspack-blocks-carousel article .entry-wrapper,.subpage-sidebar .wp-block-newspack-blocks-carousel article .entry-wrapper{padding:20px 36px;}.wp-block-columns .wp-block-cover,.wp-block-columns .wp-block-cover-image{min-height:330px;padding-left:1rem;padding-right:1rem;}.wp-block-columns .wp-block-column.is-style-rounded{border-radius:6px;}.wp-block-columns .wp-block-column>*{margin-bottom:32px;margin-top:32px;}.wp-block-columns .wp-block-column>.accent-header+div.wpnbha,.wp-block-columns .wp-block-column>:first-child,.wp-block-columns .wp-block-column>:first-child .article-section-title{margin-top:0;}.wp-block-columns .wp-block-column>:last-child{margin-bottom:0;}.wp-block-cover article .cat-links a,.wp-block-cover article .cat-links a:visited,.wp-block-cover article .entry-meta,.wp-block-cover article .entry-meta a,.wp-block-cover article .entry-meta a:visited,.wp-block-cover-image article .cat-links a,.wp-block-cover-image article .cat-links a:visited,.wp-block-cover-image article .entry-meta,.wp-block-cover-image article .entry-meta a,.wp-block-cover-image article .entry-meta a:visited{color:#fff;}.wp-block-cover-image.alignleft .wp-block-pullquote:not(.is-style-solid-color) blockquote,.wp-block-cover-image.alignleft blockquote,.wp-block-cover-image.alignright .wp-block-pullquote:not(.is-style-solid-color) blockquote,.wp-block-cover-image.alignright blockquote,.wp-block-cover.alignleft .wp-block-pullquote:not(.is-style-solid-color) blockquote,.wp-block-cover.alignleft blockquote,.wp-block-cover.alignright .wp-block-pullquote:not(.is-style-solid-color) blockquote,.wp-block-cover.alignright blockquote{padding-left:0;}.wp-block-pullquote{border-color:rgba(0,0,0,0);border-width:4px 0 2px;color:inherit;font-size:1em;padding:1rem 0;text-align:left;}.wp-block-pullquote blockquote{border:none;margin:1rem 0 1.25rem;padding-left:0;}.wp-block-pullquote blockquote p,.wp-block-pullquote.is-style-solid-color blockquote p{font-size:var(--newspack-theme-font-size-lg);}.wp-block-pullquote p{font-style:italic;line-height:1.3;margin-bottom:.5em;margin-top:.5em;}.wp-block-pullquote p em{font-style:normal;}@media only screen and (min-width:782px){.wp-block-pullquote p{font-size:var(--newspack-theme-font-size-lg);}}.wp-block-pullquote.has-text-align-left:not(.alignleft):not(.alignright) p,.wp-block-pullquote.has-text-align-right:not(.alignleft):not(.alignright) p{font-size:var(--newspack-theme-font-size-lg);}@media only screen and (min-width:782px){.wp-block-pullquote.has-text-align-left:not(.alignleft):not(.alignright) p,.wp-block-pullquote.has-text-align-right:not(.alignleft):not(.alignright) p{font-size:var(--newspack-theme-font-size-lg);}}.wp-block-pullquote cite{color:inherit;display:inline-block;font-family:var(--newspack-theme-font-heading);font-size:var(--newspack-theme-font-size-xs);line-height:1.6;opacity:.8;text-transform:none;}.wp-block-pullquote cite:before{content:"—";margin-right:.25rem;}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{padding:0;text-align:left;width:100%;}@media only screen and (min-width:600px){.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{border-bottom-width:0;width:50%;}}.wp-block-pullquote.alignleft blockquote,.wp-block-pullquote.alignleft.has-background blockquote,.wp-block-pullquote.alignright blockquote,.wp-block-pullquote.alignright.has-background blockquote{margin:1rem 0;}.wp-block-pullquote.alignleft blockquote,.wp-block-pullquote.alignright blockquote{max-width:100%;padding:0;}.wp-block-pullquote.alignleft blockquote p,.wp-block-pullquote.alignright blockquote p{font-size:1rem;}@media only screen and (min-width:782px){.wp-block-pullquote.alignleft blockquote p,.wp-block-pullquote.alignright blockquote p{font-size:var(--newspack-theme-font-size-md);}}.wp-block-pullquote.alignleft blockquote p:first-child,.wp-block-pullquote.alignright blockquote p:first-child{margin-top:0;}.wp-block-pullquote.is-style-solid-color{background-color:var(--newspack-theme-color-primary);padding-left:0;padding-right:0;}.wp-block-pullquote.is-style-solid-color a{color:var(--newspack-theme-color-bg-body);}.wp-block-pullquote.is-style-solid-color cite{color:inherit;}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:1rem;margin-right:1rem;max-width:100%;padding-left:0;}.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,.wp-block-pullquote.is-style-solid-color blockquote.has-primary-variation-color,.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-variation-color,.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,.wp-block-pullquote.is-style-solid-color blockquote.has-white-color{color:inherit;}@media only screen and (min-width:782px){.wp-block-pullquote.is-style-solid-color blockquote{margin-left:0;margin-right:0;}.wp-block-pullquote.is-style-solid-color.alignleft,.wp-block-pullquote.is-style-solid-color.alignright{padding:1rem 2rem;}.wp-block-pullquote.has-background,.wp-block-pullquote.is-style-solid-color,.wp-block-pullquote[style*=border-style][style*=border-width]{padding-left:1.5rem;padding-right:1.5rem;}}.wp-block-pullquote.has-background blockquote{margin-left:1rem;margin-right:1rem;}.wp-block-pullquote.has-background.alignleft,.wp-block-pullquote.has-background.alignright{padding-bottom:1rem;padding-top:1rem;}.wp-block-pullquote.has-text-align-center{text-align:center;}.wp-block-audio figcaption{text-align:left;}.wp-block-video figcaption{text-align:left;}.wp-block-quote:not(.is-large),.wp-block-quote:not(.is-style-large){border-color:var(--newspack-theme-color-link);border-width:2px;padding-bottom:0;padding-top:0;}.wp-block-quote p{font-size:1em;font-style:normal;margin-bottom:.5em;}.wp-block-quote cite{font-size:.7rem;}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border-left:none;margin:1rem 0;padding:0;}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:var(--newspack-theme-font-size-lg);font-style:italic;line-height:1.4;}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:.7rem;}@media only screen and (min-width:782px){.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:1rem 0;padding:1rem 0;}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:var(--newspack-theme-font-size-lg);}}.wp-block-quote.has-background{padding:1.5rem;}.wp-block-image img{display:block;}.wp-block-image figcaption{text-align:left;}.wp-block-image img:not([style*=object-fit]){height:auto !important;}.wp-block-gallery{list-style-type:none;padding-left:0;}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-bottom:16px;}.wp-block-gallery figcaption a,.wp-block-gallery figcaption a:hover{color:#fff;}.wp-block-separator.has-background,hr.has-background{border:0;}.wp-block-separator.has-background.is-style-dots:before,hr.has-background.is-style-dots:before{color:inherit;}.wp-block-file.has-background{padding:1rem;}.wp-block-search .search-icon{height:32px;width:32px;}.wp-block-search .has-icon{padding:.25rem .5rem;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:var(--newspack-theme-color-border);padding:0;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper input{border:0;}.wp-block-search.wp-block-search__button-inside .wp-block-search__button{margin:2px;padding:calc(.76rem - 4px) 1rem;}.wp-block-search.wp-block-search__button-inside .wp-block-search__button.has-icon{padding:.15rem .25rem;}.wp-block-search.wp-block-search__button-inside .has-icon{border:0;}.wp-block-search.wp-block-search__button-inside .has-icon:not(.has-background){background:rgba(0,0,0,0);}.wp-block-search.wp-block-search__button-inside .has-icon:not(.has-text-color){color:var(--newspack-theme-color-text-main);}.wp-block-group.has-background.alignfull+.wp-block-group.has-background.alignfull,[id=pico]>.wp-block-group.has-background.alignfull+.wp-block-group.has-background.alignfull{margin-top:-32px;}.wp-block-cover .wp-block-group.has-background+.wp-block-group.has-background{margin-top:unset;}.newspack-front-page.hide-homepage-title .entry-content>.wp-block-group.alignfull:first-child,.newspack-front-page.hide-homepage-title [id=pico]>.wp-block-group.alignfull:first-child{margin-top:0;}@media only screen and (min-width:782px){.newspack-front-page.hide-homepage-title .entry-content>.wp-block-group.alignfull:first-child,.newspack-front-page.hide-homepage-title [id=pico]>.wp-block-group.alignfull:first-child{margin-top:calc(-.5rem - 1px);}}.has-accent-background-color,.has-accent-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-accent-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-accent-background-color,.wp-block-navigation-item.has-accent-background-color,.wp-block-pullquote.has-accent-background-color,.wp-block-pullquote.is-style-solid-color.has-accent-background-color,.wp-block-search__button.has-accent-background-color{background-color:var(--newspack-theme-color-primary);}.has-accent-color,.is-style-outline .wp-block-button__link.has-accent-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-accent-color,.wp-block-button__link.has-accent-color,.wp-block-button__link.has-accent-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-accent-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-accent-color,.wp-block-pullquote.is-style-solid-color blockquote.has-accent-color p,.wp-block-search__button.has-accent-color{color:var(--newspack-theme-color-primary);}.has-accent-border-color,.wp-block-pullquote.has-accent-border-color{border-color:var(--newspack-theme-color-primary);}.has-primary-background-color,.has-primary-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-primary-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-primary-background-color,.wp-block-navigation-item.has-primary-background-color,.wp-block-pullquote.has-primary-background-color,.wp-block-pullquote.is-style-solid-color.has-primary-background-color,.wp-block-search__button.has-primary-background-color{background-color:var(--newspack-theme-color-primary);}.has-primary-color,.is-style-outline .wp-block-button__link.has-primary-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-primary-color,.wp-block-button__link.has-primary-color,.wp-block-button__link.has-primary-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-primary-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p,.wp-block-search__button.has-primary-color{color:var(--newspack-theme-color-primary);}.has-primary-border-color,.wp-block-pullquote.has-primary-border-color{border-color:var(--newspack-theme-color-primary);}.has-primary-variation-background-color,.has-primary-variation-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-primary-variation-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-primary-variation-background-color,.wp-block-navigation-item.has-primary-variation-background-color,.wp-block-pullquote.has-primary-variation-background-color,.wp-block-pullquote.is-style-solid-color.has-primary-variation-background-color,.wp-block-search__button.has-primary-variation-background-color{background-color:var(--newspack-theme-color-primary-variation);}.has-primary-variation-color,.is-style-outline .wp-block-button__link.has-primary-variation-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-primary-variation-color,.wp-block-button__link.has-primary-variation-color,.wp-block-button__link.has-primary-variation-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-primary-variation-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-primary-variation-color,.wp-block-pullquote.is-style-solid-color blockquote.has-primary-variation-color p,.wp-block-search__button.has-primary-variation-color{color:var(--newspack-theme-color-primary-variation);}.has-primary-variation-border-color,.wp-block-pullquote.has-primary-variation-border-color{border-color:var(--newspack-theme-color-primary-variation);}.has-accent-2-background-color,.has-accent-2-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-accent-2-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-accent-2-background-color,.wp-block-navigation-item.has-accent-2-background-color,.wp-block-pullquote.has-accent-2-background-color,.wp-block-pullquote.is-style-solid-color.has-accent-2-background-color,.wp-block-search__button.has-accent-2-background-color{background-color:var(--newspack-theme-color-secondary);}.has-accent-2-color,.is-style-outline .wp-block-button__link.has-accent-2-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-accent-2-color,.wp-block-button__link.has-accent-2-color,.wp-block-button__link.has-accent-2-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-accent-2-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-accent-2-color,.wp-block-pullquote.is-style-solid-color blockquote.has-accent-2-color p,.wp-block-search__button.has-accent-2-color{color:var(--newspack-theme-color-secondary);}.has-accent-2-border-color,.wp-block-pullquote.has-accent-2-border-color{border-color:var(--newspack-theme-color-secondary);}.has-secondary-background-color,.has-secondary-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-secondary-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-secondary-background-color,.wp-block-navigation-item.has-secondary-background-color,.wp-block-pullquote.has-secondary-background-color,.wp-block-pullquote.is-style-solid-color.has-secondary-background-color,.wp-block-search__button.has-secondary-background-color{background-color:var(--newspack-theme-color-secondary);}.has-secondary-color,.is-style-outline .wp-block-button__link.has-secondary-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-secondary-color,.wp-block-button__link.has-secondary-color,.wp-block-button__link.has-secondary-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-secondary-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p,.wp-block-search__button.has-secondary-color{color:var(--newspack-theme-color-secondary);}.has-secondary-border-color,.wp-block-pullquote.has-secondary-border-color{border-color:var(--newspack-theme-color-secondary);}.has-secondary-variation-background-color,.has-secondary-variation-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-secondary-variation-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-secondary-variation-background-color,.wp-block-navigation-item.has-secondary-variation-background-color,.wp-block-pullquote.has-secondary-variation-background-color,.wp-block-pullquote.is-style-solid-color.has-secondary-variation-background-color,.wp-block-search__button.has-secondary-variation-background-color{background-color:var(--newspack-theme-color-secondary-variation);}.has-secondary-variation-color,.is-style-outline .wp-block-button__link.has-secondary-variation-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-secondary-variation-color,.wp-block-button__link.has-secondary-variation-color,.wp-block-button__link.has-secondary-variation-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-secondary-variation-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-variation-color,.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-variation-color p,.wp-block-search__button.has-secondary-variation-color{color:var(--newspack-theme-color-secondary-variation);}.has-secondary-variation-border-color,.wp-block-pullquote.has-secondary-variation-border-color{border-color:var(--newspack-theme-color-secondary-variation);}.has-contrast-background-color,.has-contrast-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-contrast-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-contrast-background-color,.wp-block-navigation-item.has-contrast-background-color,.wp-block-pullquote.has-contrast-background-color,.wp-block-pullquote.is-style-solid-color.has-contrast-background-color,.wp-block-search__button.has-contrast-background-color{background-color:#111;}.has-contrast-color,.is-style-outline .wp-block-button__link.has-contrast-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-contrast-color,.wp-block-button__link.has-contrast-color,.wp-block-button__link.has-contrast-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-contrast-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-contrast-color,.wp-block-pullquote.is-style-solid-color blockquote.has-contrast-color p,.wp-block-search__button.has-contrast-color{color:#111;}.has-contrast-border-color,.wp-block-pullquote.has-contrast-border-color{border-color:#111;}.has-dark-gray-background-color,.has-dark-gray-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-dark-gray-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-dark-gray-background-color,.wp-block-navigation-item.has-dark-gray-background-color,.wp-block-pullquote.has-dark-gray-background-color,.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color,.wp-block-search__button.has-dark-gray-background-color{background-color:#111;}.has-dark-gray-color,.is-style-outline .wp-block-button__link.has-dark-gray-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-dark-gray-color,.wp-block-button__link.has-dark-gray-color,.wp-block-button__link.has-dark-gray-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-dark-gray-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p,.wp-block-search__button.has-dark-gray-color{color:#111;}.has-dark-gray-border-color,.wp-block-pullquote.has-dark-gray-border-color{border-color:#111;}.has-contrast-2-background-color,.has-contrast-2-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-contrast-2-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-contrast-2-background-color,.wp-block-navigation-item.has-contrast-2-background-color,.wp-block-pullquote.has-contrast-2-background-color,.wp-block-pullquote.is-style-solid-color.has-contrast-2-background-color,.wp-block-search__button.has-contrast-2-background-color{background-color:var(--newspack-theme-color-bg-dark);}.has-contrast-2-color,.is-style-outline .wp-block-button__link.has-contrast-2-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-contrast-2-color,.wp-block-button__link.has-contrast-2-color,.wp-block-button__link.has-contrast-2-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-contrast-2-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-contrast-2-color,.wp-block-pullquote.is-style-solid-color blockquote.has-contrast-2-color p,.wp-block-search__button.has-contrast-2-color{color:var(--newspack-theme-color-bg-dark);}.has-contrast-2-border-color,.wp-block-pullquote.has-contrast-2-border-color{border-color:var(--newspack-theme-color-bg-dark);}.has-contrast-3-background-color,.has-contrast-3-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-contrast-3-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-contrast-3-background-color,.wp-block-navigation-item.has-contrast-3-background-color,.wp-block-pullquote.has-contrast-3-background-color,.wp-block-pullquote.is-style-solid-color.has-contrast-3-background-color,.wp-block-search__button.has-contrast-3-background-color{background-color:#767676;}.has-contrast-3-color,.is-style-outline .wp-block-button__link.has-contrast-3-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-contrast-3-color,.wp-block-button__link.has-contrast-3-color,.wp-block-button__link.has-contrast-3-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-contrast-3-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-contrast-3-color,.wp-block-pullquote.is-style-solid-color blockquote.has-contrast-3-color p,.wp-block-search__button.has-contrast-3-color{color:#767676;}.has-contrast-3-border-color,.wp-block-pullquote.has-contrast-3-border-color{border-color:#767676;}.has-medium-gray-background-color,.has-medium-gray-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-medium-gray-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-medium-gray-background-color,.wp-block-navigation-item.has-medium-gray-background-color,.wp-block-pullquote.has-medium-gray-background-color,.wp-block-pullquote.is-style-solid-color.has-medium-gray-background-color,.wp-block-search__button.has-medium-gray-background-color{background-color:#767676;}.has-medium-gray-color,.is-style-outline .wp-block-button__link.has-medium-gray-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-medium-gray-color,.wp-block-button__link.has-medium-gray-color,.wp-block-button__link.has-medium-gray-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-medium-gray-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-medium-gray-color,.wp-block-pullquote.is-style-solid-color blockquote.has-medium-gray-color p,.wp-block-search__button.has-medium-gray-color{color:#767676;}.has-medium-gray-border-color,.wp-block-pullquote.has-medium-gray-border-color{border-color:#767676;}.has-base-5-background-color,.has-base-5-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-base-5-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-5-background-color,.wp-block-navigation-item.has-base-5-background-color,.wp-block-pullquote.has-base-5-background-color,.wp-block-pullquote.is-style-solid-color.has-base-5-background-color,.wp-block-search__button.has-base-5-background-color{background-color:var(--newspack-theme-color-text-light);}.has-base-5-color,.is-style-outline .wp-block-button__link.has-base-5-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-5-color,.wp-block-button__link.has-base-5-color,.wp-block-button__link.has-base-5-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-base-5-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-base-5-color,.wp-block-pullquote.is-style-solid-color blockquote.has-base-5-color p,.wp-block-search__button.has-base-5-color{color:var(--newspack-theme-color-text-light);}.has-base-5-border-color,.wp-block-pullquote.has-base-5-border-color{border-color:var(--newspack-theme-color-text-light);}.has-base-4-background-color,.has-base-4-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-base-4-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-4-background-color,.wp-block-navigation-item.has-base-4-background-color,.wp-block-pullquote.has-base-4-background-color,.wp-block-pullquote.is-style-solid-color.has-base-4-background-color,.wp-block-search__button.has-base-4-background-color{background-color:var(--newspack-theme-color-border);}.has-base-4-color,.is-style-outline .wp-block-button__link.has-base-4-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-4-color,.wp-block-button__link.has-base-4-color,.wp-block-button__link.has-base-4-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-base-4-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-base-4-color,.wp-block-pullquote.is-style-solid-color blockquote.has-base-4-color p,.wp-block-search__button.has-base-4-color{color:var(--newspack-theme-color-border);}.has-base-4-border-color,.wp-block-pullquote.has-base-4-border-color{border-color:var(--newspack-theme-color-border);}.has-base-3-background-color,.has-base-3-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-base-3-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-3-background-color,.wp-block-navigation-item.has-base-3-background-color,.wp-block-pullquote.has-base-3-background-color,.wp-block-pullquote.is-style-solid-color.has-base-3-background-color,.wp-block-search__button.has-base-3-background-color{background-color:var(--newspack-theme-color-border-light);}.has-base-3-color,.is-style-outline .wp-block-button__link.has-base-3-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-3-color,.wp-block-button__link.has-base-3-color,.wp-block-button__link.has-base-3-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-base-3-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-base-3-color,.wp-block-pullquote.is-style-solid-color blockquote.has-base-3-color p,.wp-block-search__button.has-base-3-color{color:var(--newspack-theme-color-border-light);}.has-base-3-border-color,.wp-block-pullquote.has-base-3-border-color{border-color:var(--newspack-theme-color-border-light);}.has-base-2-background-color,.has-base-2-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-base-2-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-2-background-color,.wp-block-navigation-item.has-base-2-background-color,.wp-block-pullquote.has-base-2-background-color,.wp-block-pullquote.is-style-solid-color.has-base-2-background-color,.wp-block-search__button.has-base-2-background-color{background-color:#eee;}.has-base-2-color,.is-style-outline .wp-block-button__link.has-base-2-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-2-color,.wp-block-button__link.has-base-2-color,.wp-block-button__link.has-base-2-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-base-2-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-base-2-color,.wp-block-pullquote.is-style-solid-color blockquote.has-base-2-color p,.wp-block-search__button.has-base-2-color{color:#eee;}.has-base-2-border-color,.wp-block-pullquote.has-base-2-border-color{border-color:#eee;}.has-light-gray-background-color,.has-light-gray-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-light-gray-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-light-gray-background-color,.wp-block-navigation-item.has-light-gray-background-color,.wp-block-pullquote.has-light-gray-background-color,.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color,.wp-block-search__button.has-light-gray-background-color{background-color:#eee;}.has-light-gray-color,.is-style-outline .wp-block-button__link.has-light-gray-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-light-gray-color,.wp-block-button__link.has-light-gray-color,.wp-block-button__link.has-light-gray-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-light-gray-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p,.wp-block-search__button.has-light-gray-color{color:#eee;}.has-light-gray-border-color,.wp-block-pullquote.has-light-gray-border-color{border-color:#eee;}.has-base-background-color,.has-base-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-base-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-background-color,.wp-block-navigation-item.has-base-background-color,.wp-block-pullquote.has-base-background-color,.wp-block-pullquote.is-style-solid-color.has-base-background-color,.wp-block-search__button.has-base-background-color{background-color:#fff;}.has-base-color,.is-style-outline .wp-block-button__link.has-base-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-base-color,.wp-block-button__link.has-base-color,.wp-block-button__link.has-base-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-base-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-base-color,.wp-block-pullquote.is-style-solid-color blockquote.has-base-color p,.wp-block-search__button.has-base-color{color:#fff;}.has-base-border-color,.wp-block-pullquote.has-base-border-color{border-color:#fff;}.has-white-background-color,.has-white-background-color.has-background-dim,.is-style-outline .wp-block-button__link.has-white-background-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-white-background-color,.wp-block-navigation-item.has-white-background-color,.wp-block-pullquote.has-white-background-color,.wp-block-pullquote.is-style-solid-color.has-white-background-color,.wp-block-search__button.has-white-background-color{background-color:#fff;}.has-white-color,.is-style-outline .wp-block-button__link.has-white-color:not(:hover),.newspack-newsletters-subscribe input[type=submit].has-white-color,.wp-block-button__link.has-white-color,.wp-block-button__link.has-white-color:visited:not(:hover),.wp-block-button__link.is-style-outline.has-white-color:not(:hover),.wp-block-pullquote.is-style-solid-color blockquote.has-white-color,.wp-block-pullquote.is-style-solid-color blockquote.has-white-color p,.wp-block-search__button.has-white-color{color:#fff;}.has-white-border-color,.wp-block-pullquote.has-white-border-color{border-color:#fff;}@media only screen and (min-width:782px){.page-template-no-header-footer .entry .entry-content>.alignwide,.page-template-no-header-footer [id=pico]>.alignwide,.page-template-single-feature .entry .entry-content>.alignwide,.page-template-single-feature [id=pico]>.alignwide,.post-template-single-feature .entry .entry-content>.alignwide,.post-template-single-feature [id=pico]>.alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw);max-width:100vw;}}.page-template-no-header-footer .entry .entry-content>.alignfull,.page-template-no-header-footer [id=pico]>.alignfull,.page-template-single-feature .entry .entry-content>.alignfull,.page-template-single-feature [id=pico]>.alignfull,.post-template-single-feature .entry .entry-content>.alignfull,.post-template-single-feature [id=pico]>.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;position:relative;width:100vw;}@media only screen and (min-width:600px){.page-template-no-header-footer .entry .entry-content>.alignleft,.page-template-no-header-footer .entry .entry-content>.wp-block-image .alignleft,.page-template-no-header-footer [id=pico]>.alignleft,.page-template-no-header-footer [id=pico]>.wp-block-image .alignleft,.page-template-single-feature .entry .entry-content>.alignleft,.page-template-single-feature .entry .entry-content>.wp-block-image .alignleft,.page-template-single-feature [id=pico]>.alignleft,.page-template-single-feature [id=pico]>.wp-block-image .alignleft,.post-template-single-feature .entry .entry-content>.alignleft,.post-template-single-feature .entry .entry-content>.wp-block-image .alignleft,.post-template-single-feature [id=pico]>.alignleft,.post-template-single-feature [id=pico]>.wp-block-image .alignleft{margin-right:2rem;}}@media only screen and (min-width:782px){.page-template-no-header-footer .entry .entry-content>.alignleft,.page-template-no-header-footer .entry .entry-content>.wp-block-image .alignleft,.page-template-no-header-footer [id=pico]>.alignleft,.page-template-no-header-footer [id=pico]>.wp-block-image .alignleft,.page-template-single-feature .entry .entry-content>.alignleft,.page-template-single-feature .entry .entry-content>.wp-block-image .alignleft,.page-template-single-feature [id=pico]>.alignleft,.page-template-single-feature [id=pico]>.wp-block-image .alignleft,.post-template-single-feature .entry .entry-content>.alignleft,.post-template-single-feature .entry .entry-content>.wp-block-image .alignleft,.post-template-single-feature [id=pico]>.alignleft,.post-template-single-feature [id=pico]>.wp-block-image .alignleft{margin-left:-2rem;}}@media only screen and (min-width:1168px){.page-template-no-header-footer .entry .entry-content>.alignleft,.page-template-no-header-footer .entry .entry-content>.wp-block-image .alignleft,.page-template-no-header-footer [id=pico]>.alignleft,.page-template-no-header-footer [id=pico]>.wp-block-image .alignleft,.page-template-single-feature .entry .entry-content>.alignleft,.page-template-single-feature .entry .entry-content>.wp-block-image .alignleft,.page-template-single-feature [id=pico]>.alignleft,.page-template-single-feature [id=pico]>.wp-block-image .alignleft,.post-template-single-feature .entry .entry-content>.alignleft,.post-template-single-feature .entry .entry-content>.wp-block-image .alignleft,.post-template-single-feature [id=pico]>.alignleft,.post-template-single-feature [id=pico]>.wp-block-image .alignleft{margin-left:-6rem;}}@media only screen and (min-width:600px){.page-template-no-header-footer .entry .entry-content>.alignright,.page-template-no-header-footer .entry .entry-content>.wp-block-image .alignright,.page-template-no-header-footer [id=pico]>.alignright,.page-template-no-header-footer [id=pico]>.wp-block-image .alignright,.page-template-single-feature .entry .entry-content>.alignright,.page-template-single-feature .entry .entry-content>.wp-block-image .alignright,.page-template-single-feature [id=pico]>.alignright,.page-template-single-feature [id=pico]>.wp-block-image .alignright,.post-template-single-feature .entry .entry-content>.alignright,.post-template-single-feature .entry .entry-content>.wp-block-image .alignright,.post-template-single-feature [id=pico]>.alignright,.post-template-single-feature [id=pico]>.wp-block-image .alignright{margin-left:2rem;}}@media only screen and (min-width:782px){.page-template-no-header-footer .entry .entry-content>.alignright,.page-template-no-header-footer .entry .entry-content>.wp-block-image .alignright,.page-template-no-header-footer [id=pico]>.alignright,.page-template-no-header-footer [id=pico]>.wp-block-image .alignright,.page-template-single-feature .entry .entry-content>.alignright,.page-template-single-feature .entry .entry-content>.wp-block-image .alignright,.page-template-single-feature [id=pico]>.alignright,.page-template-single-feature [id=pico]>.wp-block-image .alignright,.post-template-single-feature .entry .entry-content>.alignright,.post-template-single-feature .entry .entry-content>.wp-block-image .alignright,.post-template-single-feature [id=pico]>.alignright,.post-template-single-feature [id=pico]>.wp-block-image .alignright{margin-right:-2rem;}}@media only screen and (min-width:1168px){.page-template-no-header-footer .entry .entry-content>.alignright,.page-template-no-header-footer .entry .entry-content>.wp-block-image .alignright,.page-template-no-header-footer [id=pico]>.alignright,.page-template-no-header-footer [id=pico]>.wp-block-image .alignright,.page-template-single-feature .entry .entry-content>.alignright,.page-template-single-feature .entry .entry-content>.wp-block-image .alignright,.page-template-single-feature [id=pico]>.alignright,.page-template-single-feature [id=pico]>.wp-block-image .alignright,.post-template-single-feature .entry .entry-content>.alignright,.post-template-single-feature .entry .entry-content>.wp-block-image .alignright,.post-template-single-feature [id=pico]>.alignright,.post-template-single-feature [id=pico]>.wp-block-image .alignright{margin-right:-6rem;}}.page-template-no-header-footer .wp-block-image.alignfull img,.page-template-single-feature .wp-block-image.alignfull img,.post-template-single-feature .wp-block-image.alignfull img{width:100vw;}.page-template-no-header-footer .wp-block-cover-image.alignfull .wp-block-cover-image-text,.page-template-no-header-footer .wp-block-cover-image.alignfull .wp-block-cover-text,.page-template-no-header-footer .wp-block-cover-image.alignfull h2,.page-template-no-header-footer .wp-block-cover.alignfull .wp-block-cover-image-text,.page-template-no-header-footer .wp-block-cover.alignfull .wp-block-cover-text,.page-template-no-header-footer .wp-block-cover.alignfull h2,.page-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-image-text,.page-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-text,.page-template-single-feature .wp-block-cover-image.alignfull h2,.page-template-single-feature .wp-block-cover.alignfull .wp-block-cover-image-text,.page-template-single-feature .wp-block-cover.alignfull .wp-block-cover-text,.page-template-single-feature .wp-block-cover.alignfull h2,.post-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-image-text,.post-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-text,.post-template-single-feature .wp-block-cover-image.alignfull h2,.post-template-single-feature .wp-block-cover.alignfull .wp-block-cover-image-text,.post-template-single-feature .wp-block-cover.alignfull .wp-block-cover-text,.post-template-single-feature .wp-block-cover.alignfull h2{width:100%;}@media only screen and (min-width:782px){.page-template-no-header-footer .wp-block-cover-image.alignfull .wp-block-cover-image-text,.page-template-no-header-footer .wp-block-cover-image.alignfull .wp-block-cover-text,.page-template-no-header-footer .wp-block-cover.alignfull .wp-block-cover-image-text,.page-template-no-header-footer .wp-block-cover.alignfull .wp-block-cover-text,.page-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-image-text,.page-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-text,.page-template-single-feature .wp-block-cover.alignfull .wp-block-cover-image-text,.page-template-single-feature .wp-block-cover.alignfull .wp-block-cover-text,.post-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-image-text,.post-template-single-feature .wp-block-cover-image.alignfull .wp-block-cover-text,.post-template-single-feature .wp-block-cover.alignfull .wp-block-cover-image-text,.post-template-single-feature .wp-block-cover.alignfull .wp-block-cover-text{padding:0;}}.page-template-no-header-footer .wp-block-cover-image.alignwide,.page-template-no-header-footer .wp-block-cover.alignwide,.page-template-single-feature .wp-block-cover-image.alignwide,.page-template-single-feature .wp-block-cover.alignwide,.post-template-single-feature .wp-block-cover-image.alignwide,.post-template-single-feature .wp-block-cover.alignwide{width:auto;}.page-template-no-header-footer .entry .entry-content .wp-block-cover.alignfull>div>.alignwide,.page-template-no-header-footer .entry .entry-content .wp-block-group.alignfull>div>.alignwide,.page-template-no-header-footer [id=pico] .wp-block-cover.alignfull>div>.alignwide,.page-template-no-header-footer [id=pico] .wp-block-group.alignfull>div>.alignwide,.page-template-single-feature .entry .entry-content .wp-block-cover.alignfull>div>.alignwide,.page-template-single-feature .entry .entry-content .wp-block-group.alignfull>div>.alignwide,.page-template-single-feature [id=pico] .wp-block-cover.alignfull>div>.alignwide,.page-template-single-feature [id=pico] .wp-block-group.alignfull>div>.alignwide,.post-template-single-feature .entry .entry-content .wp-block-cover.alignfull>div>.alignwide,.post-template-single-feature .entry .entry-content .wp-block-group.alignfull>div>.alignwide,.post-template-single-feature [id=pico] .wp-block-cover.alignfull>div>.alignwide,.post-template-single-feature [id=pico] .wp-block-group.alignfull>div>.alignwide{margin-left:auto;margin-right:auto;max-width:100%;width:calc(50vw + 390px);}.newspack-front-page .entry-content>.wp-block-columns:not(.is-not-stacked-on-mobile).alignfull,.newspack-front-page .entry-content>.wpnbha.alignfull,.newspack-front-page .wp-block-pullquote.alignfull,.newspack-front-page .wp-block-table.alignfull,.page-template-single-feature .entry-content>.wp-block-columns:not(.is-not-stacked-on-mobile).alignfull,.page-template-single-feature .entry-content>.wpnbha.alignfull,.page-template-single-feature .wp-block-pullquote.alignfull,.page-template-single-feature .wp-block-table.alignfull,.page-template-single-wide .entry-content>.wp-block-columns:not(.is-not-stacked-on-mobile).alignfull,.page-template-single-wide .entry-content>.wpnbha.alignfull,.page-template-single-wide .wp-block-pullquote.alignfull,.page-template-single-wide .wp-block-table.alignfull,.post-template-single-feature .entry-content>.wp-block-columns:not(.is-not-stacked-on-mobile).alignfull,.post-template-single-feature .entry-content>.wpnbha.alignfull,.post-template-single-feature .wp-block-pullquote.alignfull,.post-template-single-feature .wp-block-table.alignfull,.post-template-single-wide .entry-content>.wp-block-columns:not(.is-not-stacked-on-mobile).alignfull,.post-template-single-wide .entry-content>.wpnbha.alignfull,.post-template-single-wide .wp-block-pullquote.alignfull,.post-template-single-wide .wp-block-table.alignfull{padding-left:1rem;padding-right:1rem;}@media only screen and (min-width:600px){.newspack-front-page .entry-content>.wp-block-columns.is-not-stacked-on-mobile.alignfull,.page-template-single-feature .entry-content>.wp-block-columns.is-not-stacked-on-mobile.alignfull,.page-template-single-wide .entry-content>.wp-block-columns.is-not-stacked-on-mobile.alignfull,.post-template-single-feature .entry-content>.wp-block-columns.is-not-stacked-on-mobile.alignfull,.post-template-single-wide .entry-content>.wp-block-columns.is-not-stacked-on-mobile.alignfull{padding-left:1rem;padding-right:1rem;}}.newspack-front-page .entry .entry-content>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.newspack-front-page [id=pico]>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.page-template-single-feature .entry .entry-content>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.page-template-single-feature [id=pico]>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.page-template-single-wide .entry .entry-content>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.page-template-single-wide [id=pico]>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.post-template-single-feature .entry .entry-content>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.post-template-single-feature [id=pico]>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.post-template-single-wide .entry .entry-content>.wp-block-group.alignfull:not(.has-background):not(.is-style-border),.post-template-single-wide [id=pico]>.wp-block-group.alignfull:not(.has-background):not(.is-style-border){padding-left:5.5%;padding-right:5.5%;}.newspack-front-page .entry .entry-content .wp-block-columns .alignfull,.newspack-front-page .entry .entry-content .wp-block-columns .alignwide,.newspack-front-page .entry .entry-content .wp-block-cover .alignfull,.newspack-front-page .entry .entry-content .wp-block-cover .alignwide,.newspack-front-page .entry .entry-content .wp-block-group .alignfull,.newspack-front-page .entry .entry-content .wp-block-group .alignwide,.page-template-single-feature .entry .entry-content .wp-block-columns .alignfull,.page-template-single-feature .entry .entry-content .wp-block-columns .alignwide,.page-template-single-feature .entry .entry-content .wp-block-cover .alignfull,.page-template-single-feature .entry .entry-content .wp-block-cover .alignwide,.page-template-single-feature .entry .entry-content .wp-block-group .alignfull,.page-template-single-feature .entry .entry-content .wp-block-group .alignwide,.page-template-single-wide .entry .entry-content .wp-block-columns .alignfull,.page-template-single-wide .entry .entry-content .wp-block-columns .alignwide,.page-template-single-wide .entry .entry-content .wp-block-cover .alignfull,.page-template-single-wide .entry .entry-content .wp-block-cover .alignwide,.page-template-single-wide .entry .entry-content .wp-block-group .alignfull,.page-template-single-wide .entry .entry-content .wp-block-group .alignwide,.post-template-single-feature .entry .entry-content .wp-block-columns .alignfull,.post-template-single-feature .entry .entry-content .wp-block-columns .alignwide,.post-template-single-feature .entry .entry-content .wp-block-cover .alignfull,.post-template-single-feature .entry .entry-content .wp-block-cover .alignwide,.post-template-single-feature .entry .entry-content .wp-block-group .alignfull,.post-template-single-feature .entry .entry-content .wp-block-group .alignwide,.post-template-single-wide .entry .entry-content .wp-block-columns .alignfull,.post-template-single-wide .entry .entry-content .wp-block-columns .alignwide,.post-template-single-wide .entry .entry-content .wp-block-cover .alignfull,.post-template-single-wide .entry .entry-content .wp-block-cover .alignwide,.post-template-single-wide .entry .entry-content .wp-block-group .alignfull,.post-template-single-wide .entry .entry-content .wp-block-group .alignwide{margin-left:0;margin-right:0;}.newspack-front-page .entry .entry-content .wp-block-cover.alignfull .alignwide,.newspack-front-page .entry .entry-content .wp-block-group.alignfull .alignwide,.page-template-single-feature .entry .entry-content .wp-block-cover.alignfull .alignwide,.page-template-single-feature .entry .entry-content .wp-block-group.alignfull .alignwide,.page-template-single-wide .entry .entry-content .wp-block-cover.alignfull .alignwide,.page-template-single-wide .entry .entry-content .wp-block-group.alignfull .alignwide,.post-template-single-feature .entry .entry-content .wp-block-cover.alignfull .alignwide,.post-template-single-feature .entry .entry-content .wp-block-group.alignfull .alignwide,.post-template-single-wide .entry .entry-content .wp-block-cover.alignfull .alignwide,.post-template-single-wide .entry .entry-content .wp-block-group.alignfull .alignwide{margin-left:auto;margin-right:auto;}.newspack-front-page .entry .entry-content .scaip .newspack_global_ad,.newspack-front-page .entry .entry-content .scaip .widget_newspack-ads-widget,.page-template-single-feature .entry .entry-content .scaip .newspack_global_ad,.page-template-single-feature .entry .entry-content .scaip .widget_newspack-ads-widget,.page-template-single-wide .entry .entry-content .scaip .newspack_global_ad,.page-template-single-wide .entry .entry-content .scaip .widget_newspack-ads-widget,.post-template-single-feature .entry .entry-content .scaip .newspack_global_ad,.post-template-single-feature .entry .entry-content .scaip .widget_newspack-ads-widget,.post-template-single-wide .entry .entry-content .scaip .newspack_global_ad,.post-template-single-wide .entry .entry-content .scaip .widget_newspack-ads-widget{background-color:var(--newspack-theme-color-bg-pre);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;}.newspack-front-page .entry .entry-content .scaip .newspack_global_ad>*,.newspack-front-page .entry .entry-content .scaip .widget_newspack-ads-widget>*,.page-template-single-feature .entry .entry-content .scaip .newspack_global_ad>*,.page-template-single-feature .entry .entry-content .scaip .widget_newspack-ads-widget>*,.page-template-single-wide .entry .entry-content .scaip .newspack_global_ad>*,.page-template-single-wide .entry .entry-content .scaip .widget_newspack-ads-widget>*,.post-template-single-feature .entry .entry-content .scaip .newspack_global_ad>*,.post-template-single-feature .entry .entry-content .scaip .widget_newspack-ads-widget>*,.post-template-single-wide .entry .entry-content .scaip .newspack_global_ad>*,.post-template-single-wide .entry .entry-content .scaip .widget_newspack-ads-widget>*{margin-bottom:16px;margin-top:16px;}.newspack-front-page .entry .entry-content .scaip .newspack_global_ad amp-ad,.newspack-front-page .entry .entry-content .scaip .widget_newspack-ads-widget amp-ad,.page-template-single-feature .entry .entry-content .scaip .newspack_global_ad amp-ad,.page-template-single-feature .entry .entry-content .scaip .widget_newspack-ads-widget amp-ad,.page-template-single-wide .entry .entry-content .scaip .newspack_global_ad amp-ad,.page-template-single-wide .entry .entry-content .scaip .widget_newspack-ads-widget amp-ad,.post-template-single-feature .entry .entry-content .scaip .newspack_global_ad amp-ad,.post-template-single-feature .entry .entry-content .scaip .widget_newspack-ads-widget amp-ad,.post-template-single-wide .entry .entry-content .scaip .newspack_global_ad amp-ad,.post-template-single-wide .entry .entry-content .scaip .widget_newspack-ads-widget amp-ad{display:block;}.newspack-pattern.subscribe__style-7.has-background{padding:0;}.newspack-pattern.subscribe__style-8 .wp-block-image{display:none;margin-bottom:0;}@media only screen and (min-width:782px){.newspack-pattern.subscribe__style-8 .wp-block-image{display:block;}}.newspack-pattern.subscribe__style-8 .wp-block-image figcaption{display:none;}.newspack-pattern.subscribe__style-8.has-background{padding:0;}.newspack-pattern.subscribe__style-9 .wp-block-columns{margin:0;padding:0;}@media only screen and (max-width:781px){.newspack-pattern.subscribe__style-9 .wp-block-columns:not(.is-not-stacked-on-mobile){gap:16px;}}.newspack-pattern.subscribe__style-9 .wp-block-columns .wp-block-column>*{margin-bottom:16px;margin-top:16px;}.newspack-pattern.subscribe__style-9 .wp-block-columns .wp-block-column>:first-child{margin-top:0;}.newspack-pattern.subscribe__style-9 .wp-block-columns .wp-block-column>:last-child{margin-bottom:0;}.newspack-pattern.subscribe__style-9.has-background{padding:32px;}.custom-logo-link{display:inline-block;}svg{transition:fill .12s ease-in-out;fill:currentcolor;}.swiper-pagination-simple,.wp-caption-text,figcaption{color:var(--newspack-theme-color-text-light);margin:0 auto;padding:0;text-align:left;}:root :where(.wp-block-image figcaption){color:var(--newspack-theme-color-text-light);font-size:var(--newspack-theme-font-size-xs);}.has-text-color .wp-caption-text,.has-text-color figcaption{color:inherit;}.amp-image-lightbox-caption,.swiper-pagination-simple,.wp-caption-text,figcaption{font-family:var(--newspack-theme-font-heading);font-size:var(--newspack-theme-font-size-xs);line-height:var(--newspack-theme-font-line-height-body);}@supports (-webkit-hyphens:none){.wp-block-image [class^=align]>figcaption{display:block;}}.entry-content .wp-caption-text,.entry-content figcaption{max-width:780px;}.entry-content .alignfull>figcaption,.entry-content .alignwide>figcaption{width:min(90vw,780px);}.entry-content .wp-block-column .alignfull>figcaption,.entry-content .wp-block-column .alignwide>figcaption,.entry-content .wp-block-column figcaption{max-width:100%;width:100%;}.newspack-front-page .entry-content .wp-caption-text,.newspack-front-page .entry-content figcaption,.page-template-single-wide .entry-content .wp-caption-text,.page-template-single-wide .entry-content figcaption,.post-template-single-wide .entry-content .wp-caption-text,.post-template-single-wide .entry-content figcaption{max-width:1200px;}.newspack-front-page .alignfull>figcaption,.newspack-front-page .alignwide>figcaption,.page-template-single-wide .alignfull>figcaption,.page-template-single-wide .alignwide>figcaption,.post-template-single-wide .alignfull>figcaption,.post-template-single-wide .alignwide>figcaption{width:min(90vw,1200px);}.newspack-front-page .entry-content .wp-block-column .alignfull>figcaption,.newspack-front-page .entry-content .wp-block-column .alignwide>figcaption,.newspack-front-page .entry-content .wp-block-column figcaption,.page-template-single-wide .entry-content .wp-block-column .alignfull>figcaption,.page-template-single-wide .entry-content .wp-block-column .alignwide>figcaption,.page-template-single-wide .entry-content .wp-block-column figcaption,.post-template-single-wide .entry-content .wp-block-column .alignfull>figcaption,.post-template-single-wide .entry-content .wp-block-column .alignwide>figcaption,.post-template-single-wide .entry-content .wp-block-column figcaption{max-width:100%;width:100%;}body{--wp--preset--spacing--50:clamp(1.25rem,1rem + .8333vw,1.5rem);--wp--preset--spacing--60:clamp(1.5rem,.75rem + 2.5vw,2.25rem);--wp--preset--spacing--70:clamp(1.75rem,.12rem + 5.4333vw,3.38rem);--wp--preset--spacing--80:clamp(2rem,-1.06rem + 10.2vw,5.06rem);}.newspack_global_ad{align-items:center;display:flex;justify-content:center;}.newspack_global_ad>*{margin-bottom:16px;margin-top:16px;}.newspack_global_ad.global_above_header{background-color:var(--newspack-theme-color-bg-pre);}.newspack_global_ad.sticky{background-color:var(--newspack-theme-color-bg-body);bottom:0;box-shadow:0 0 5px 0 rgba(0,0,0,.2);display:none;position:fixed;width:100%;z-index:11;}.newspack_global_ad.sticky button{align-items:center;background-color:var(--newspack-theme-color-bg-body);border-radius:.75rem 0 0;box-shadow:0 -1px 1px 0 rgba(0,0,0,.2);color:var(--newspack-theme-color-text-main);display:flex;font-size:1.25rem;height:1.75rem;justify-content:center;padding:0;position:absolute;right:0;top:-1.75rem;width:1.75rem;}.newspack_global_ad.sticky button:before{content:"×";}.newspack_global_ad.sticky>*{margin:0;max-height:100px;}.newspack_global_ad amp-ad{vertical-align:bottom;}.widget_newspack-ads-widget .textwidget,div[class*=newspack-ads-blocks-ad-unit]{align-items:center;display:flex;justify-content:center;}body:not(.newspack-front-page) .newspack_global_ad.global_below_header+.site-content{margin-top:1.5rem;}.h-sub.single-featured-image-behind .global_below_header,.h-sub.single-featured-image-beside .global_below_header{display:none;}.h-sub.single-featured-image-behind.h-stk .global_above_header,.h-sub.single-featured-image-beside.h-stk .global_above_header{position:relative;z-index:1;}.single-featured-image-behind .newspack_global_ad.global_below_header{margin-bottom:-1.5rem;}.custom-ad-bg:not(.af-widget) .newspack_global_ad.global_above_footer{margin-top:2rem;}.custom-ad-bg.ad-above-footer .site-footer{margin-top:0;}.custom-ad-bg .newspack_global_ad>*{margin-bottom:8px;margin-top:8px;}.custom-ad-bg .widget_newspack-ads-widget .textwidget,.custom-ad-bg div[class*=newspack-ads-blocks-ad-unit]{padding:8px;}.newspack-listings.hide-date.hide-author .entry-subhead{padding:0;}.archive .featured-listing[class*=type-newspack_lst_] .entry-title a:before,.blog .featured-listing[class*=type-newspack_lst_] .entry-title a:before,.newspack-listings__curated-list .featured-listing .newspack-listings__listing-title:before,.search .featured-listing[class*=type-newspack_lst_] .entry-title a:before,.wpnbha .featured-listing[class*=type-newspack_lst_] .entry-title a:before,.wpnbpc .featured-listing[class*=type-newspack_lst_] .entry-title a:before{border:calc(.25em + 1px) solid var(--newspack-theme-color-primary);border-bottom-color:rgba(0,0,0,0);border-top:0;box-sizing:border-box;content:"";display:inline-block;height:.8em;margin-right:.3em;position:relative;top:.05em;width:.5em;}#secondary .widgettitle,.accent-header,.article-section-title{border-bottom:4px solid var(--newspack-theme-color-border);color:var(--newspack-theme-color-primary-against-white);padding-bottom:.33rem;}.accent-header,.article-section-title{font-size:var(--newspack-theme-font-size-sm);}.accent-header,.entry-content .wpnbha .article-section-title,.wp-block-columns .wp-block-column>.accent-header{margin-bottom:.75rem;}.h-sb .site-header .nav3 a{background-color:var(--newspack-theme-color-primary-darken-10);color:var(--newspack-theme-color-against-primary);}.h-sb .site-header .nav3 .menu-highlight a{background-color:var(--newspack-theme-color-secondary);color:var(--newspack-theme-color-against-secondary);}.cat-links a{background-color:var(--newspack-theme-color-primary);display:inline-block;line-height:1;margin:0 .25rem .25rem 0;padding:.3em .5em;}.cat-links a,.cat-links a:hover,.cat-links a:visited{color:var(--newspack-theme-color-against-primary);}.cat-links a:hover{background-color:var(--newspack-theme-color-primary-variation);}.wpnbha .cat-links a,.wpnbpc .cat-links a{margin:0;padding:0;}.wpnbha .cat-links a,.wpnbha .cat-links a:hover,.wpnbha .cat-links a:visited,.wpnbpc .cat-links a,.wpnbpc .cat-links a:hover,.wpnbpc .cat-links a:visited{background-color:initial;color:inherit;}.wp-block-newspack-blocks-carousel .cat-links a{background:rgba(0,0,0,0);padding:0;}.featured-image-behind .cat-links{font-size:var(--newspack-theme-font-size-sm);}.featured-image-behind .cat-links a,.featured-image-behind .cat-links a:hover,.featured-image-behind .cat-links a:visited{background-color:initial;color:inherit;margin:0;padding:0;}.featured-image-behind .cat-links .sep{display:inline;}@media only screen and (min-width:782px){.featured-image-beside .cat-links a,.featured-image-beside .cat-links a:hover,.featured-image-beside .cat-links a:visited{background-color:initial;color:inherit;margin:0;padding:0;}.featured-image-beside .cat-links .sep{display:inline;}}.tags-links a{background-color:#f1f1f1;margin:0 .25rem .25rem 0;padding:.25rem .5rem;}.cat-links .sep,.tags-links .sep{display:none;}.archive .cat-links,.blog .cat-links,.search .cat-links{margin-bottom:.5rem;}.archive .cat-links a,.blog .cat-links a,.search .cat-links a{font-size:.65rem;margin-bottom:0;padding:.25em .5em;}.site-footer .footer-branding .wrapper,.site-footer .footer-widgets:first-child .wrapper{border-top:4px solid var(--newspack-theme-color-border);}.af-widget .site-footer .footer-branding .wrapper,.af-widget .site-footer .footer-widgets:first-child .wrapper{border:0;}.single.sponsors-show-cats .sponsor-label,.single.sponsors-show-cats .sponsor-label+button{margin-bottom:.25rem;}</style> <meta name="description" content="Una guía que te ayudará a distinguir entre los distintos tipos de objetivos fotográficos para tu DSLR. ¿Los conoces todos?" /> <link rel="canonical" href="https://hipertextual.com/2010/03/guia-objetivos" /> <meta property="og:locale" content="es_ES" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Guía de objetivos" /> <meta property="og:description" content="Una guía que te ayudará a distinguir entre los distintos tipos de objetivos fotográficos para tu DSLR. ¿Los conoces todos?" /> <meta property="og:url" content="http://hipertextual.com/2010/03/guia-objetivos" /> <meta property="og:site_name" content="Hipertextual" /> <meta property="article:publisher" content="https://facebook.com/hipertextual" /> <meta property="article:published_time" content="2010-03-11T21:06:47+00:00" /> <meta property="og:image" content="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=50&strip=all&ssl=1" /> <meta property="og:image:width" content="500" /> <meta property="og:image:height" content="500" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="Bruno Belcastro" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:creator" content="@hipertextual" /> <meta name="twitter:site" content="@hipertextual" /> <meta name="twitter:label1" content="Escrito por" /> <meta name="twitter:data1" content="Bruno Belcastro" /> <meta name="twitter:label2" content="Tiempo de lectura" /> <meta name="twitter:data2" content="5 minutos" /> <meta name="twitter:label3" content="Written by" /> <meta name="twitter:data3" content="Bruno Belcastro" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"NewsArticle","@id":"https://hipertextual.com/2010/03/guia-objetivos#article","isPartOf":{"@id":"https://hipertextual.com/2010/03/guia-objetivos"},"author":[{"@id":"https://hipertextual.com/#/schema/person/71a42160544ae872adc2f72c8450e3dc"}],"headline":"Guía de objetivos","datePublished":"2010-03-11T21:06:47+00:00","mainEntityOfPage":{"@id":"https://hipertextual.com/2010/03/guia-objetivos"},"wordCount":995,"commentCount":18,"publisher":{"@id":"https://hipertextual.com/#organization"},"image":{"@id":"https://hipertextual.com/2010/03/guia-objetivos#primaryimage"},"thumbnailUrl":"https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1","keywords":["gran angular","guía","Macro","Ojo de pez","teleobjetivo","Tilt-shift"],"articleSection":["Fotografía","Guías"],"inLanguage":"es"},{"@type":"WebPage","@id":"https://hipertextual.com/2010/03/guia-objetivos","url":"https://hipertextual.com/2010/03/guia-objetivos","name":"Guía de los distintos tipos de objetivos fotográficos","isPartOf":{"@id":"https://hipertextual.com/#website"},"primaryImageOfPage":{"@id":"https://hipertextual.com/2010/03/guia-objetivos#primaryimage"},"image":{"@id":"https://hipertextual.com/2010/03/guia-objetivos#primaryimage"},"thumbnailUrl":"https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1","datePublished":"2010-03-11T21:06:47+00:00","description":"Una guía que te ayudará a distinguir entre los distintos tipos de objetivos fotográficos para tu DSLR. ¿Los conoces todos?","breadcrumb":{"@id":"https://hipertextual.com/2010/03/guia-objetivos#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https://hipertextual.com/2010/03/guia-objetivos"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https://hipertextual.com/2010/03/guia-objetivos#primaryimage","url":"https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1","contentUrl":"https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1","width":500,"height":500},{"@type":"BreadcrumbList","@id":"https://hipertextual.com/2010/03/guia-objetivos#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https://hipertextual.com/"},{"@type":"ListItem","position":2,"name":"Fotografía","item":"http://hipertextual.com/fotografia"},{"@type":"ListItem","position":3,"name":"Guía de objetivos"}]},{"@type":"WebSite","@id":"https://hipertextual.com/#website","url":"https://hipertextual.com/","name":"Hipertextual","description":"Tecnología, ciencia y cultura digital","publisher":{"@id":"https://hipertextual.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://hipertextual.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https://hipertextual.com/#organization","name":"Hipertextual","url":"https://hipertextual.com/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https://hipertextual.com/#/schema/logo/image/","url":"https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2021/03/hptx-structured.png?fit=600%2C60&quality=55&strip=all&ssl=1","contentUrl":"https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2021/03/hptx-structured.png?fit=600%2C60&quality=55&strip=all&ssl=1","width":600,"height":60,"caption":"Hipertextual"},"image":{"@id":"https://hipertextual.com/#/schema/logo/image/"},"sameAs":["https://facebook.com/hipertextual","https://x.com/hipertextual","https://instagram.com/hipertextual","https://youtube.com/hipertextual"]},{"@type":"Person","@id":"https://hipertextual.com/#/schema/person/71a42160544ae872adc2f72c8450e3dc","name":"Bruno Belcastro","description":"Soy editor de ALTFoto, fotografo apasionado y estudiante de Publicidad. Fanático de Canon y Apple. Actualmente puedes ver mis fotos en mi flickr. También debes puedes seguirme día a día en twitter .","sameAs":["http://www.unpinguino.com.ar"],"url":"https://hipertextual.com/autor/bruno-belcastro"}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//cdn.parsely.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//imgs.hipertextual.com' /> <link rel='preconnect' href='//i0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Hipertextual » Feed" href="https://hipertextual.com/feed" /> <style id='wp-block-library-inline-css'>:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}</style> <style id='classic-theme-styles-inline-css'>.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}</style> <link rel="stylesheet" id="newspack-ads-media-kit-frontend-css" media="all" data-pmdelayedstyle="https://hipertextual.com/wp-content/plugins/newspack-ads/dist/media-kit-frontend.css?ver=1737396214"> <link rel="stylesheet" id="newspack-ads-frontend-css" media="all" data-pmdelayedstyle="https://hipertextual.com/wp-content/plugins/newspack-ads/includes/../dist/frontend.css?ver=1737396214"> <link rel="stylesheet" id="newspack-blocks-block-styles-stylesheet-css" media="all" data-pmdelayedstyle="https://hipertextual.com/wp-content/plugins/newspack-blocks/dist/block_styles.css?ver=4.5.10"> <link rel="stylesheet" id="wp-components-css" media="all" data-pmdelayedstyle="https://hipertextual.com/wp-includes/css/dist/components/style.min.css?ver=6.7.2"> <link rel="stylesheet" id="newspack-style-css" media="all" data-pmdelayedstyle="https://hipertextual.com/wp-content/themes/newspack-theme/style.css?ver=2.4.3"> <style id='newspack-style-inline-css'>.tags-links{clip: rect(1px,1px,1px,1px);height: 1px;position: absolute;overflow: hidden;width: 1px;}</style> <link rel='stylesheet' id='newspack-print-style-css' href='https://hipertextual.com/wp-content/themes/newspack-theme/styles/print.css?ver=2.4.3' media='print' /> <style id='akismet-widget-style-inline-css'>.a-stats{--akismet-color-mid-green: #357b49;--akismet-color-white: #fff;--akismet-color-light-grey: #f6f7f7;max-width: 350px;width: auto;}.a-stats *{all: unset;box-sizing: border-box;}.a-stats strong{font-weight: 600;}.a-stats a.a-stats__link,.a-stats a.a-stats__link:visited,.a-stats a.a-stats__link:active{background: var(--akismet-color-mid-green);border: none;box-shadow: none;border-radius: 8px;color: var(--akismet-color-white);cursor: pointer;display: block;font-family: -apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue',sans-serif;font-weight: 500;padding: 12px;text-align: center;text-decoration: none;transition: all 0.2s ease;}.widget .a-stats a.a-stats__link:focus{background: var(--akismet-color-mid-green);color: var(--akismet-color-white);text-decoration: none;}.a-stats a.a-stats__link:hover{filter: brightness(110%);box-shadow: 0 4px 12px rgba(0,0,0,0.06),0 0 2px rgba(0,0,0,0.16);}.a-stats .count{color: var(--akismet-color-white);display: block;font-size: 1.5em;line-height: 1.4;padding: 0 13px;white-space: nowrap;}</style> <link rel="stylesheet" id="tablepress-default-css" media="all" data-pmdelayedstyle="https://hipertextual.com/wp-content/tablepress-combined.min.css?ver=35"> <script id="jetpack_related-posts-js-extra" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> var related_posts_js_options = {"post_heading":"h4"}; </script> <!-- Fragmento de código de la etiqueta de Google (gtag.js) añadida por Site Kit --> <!-- Fragmento de código de Google Analytics añadido por Site Kit --> <script src="https://www.googletagmanager.com/gtag/js?id=G-46KL927FWH" id="google_gtagjs-js" async type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="google_gtagjs-js-after" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["hipertextual.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "G-46KL927FWH"); </script> <!-- Finalizar fragmento de código de la etiqueta de Google (gtags.js) añadida por Site Kit --> <link rel="https://api.w.org/" href="https://hipertextual.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hipertextual.com/wp-json/wp/v2/posts/1547740" /> <!-- Custom Logo: hide header text --> <style id="custom-logo-css">.site-title{position: absolute;clip: rect(1px,1px,1px,1px);}</style> <meta name="generator" content="Site Kit by Google 1.146.0" /><meta http-equiv="origin-trial" content="AhZurEatX/NkqKjSY5eVTujGvothnRi1sXk2WEfZPKTh3Dr3yuNOWXahhI2Yy5McJ3LHt0fdBnSwUA+Iu4Y5OgcAAABoeyJvcmlnaW4iOiJodHRwczovL2hpcGVydGV4dHVhbC5jb206NDQzIiwiZmVhdHVyZSI6IlNwZWN1bGF0aW9uUnVsZXNQcmVmZXRjaEZ1dHVyZSIsImV4cGlyeSI6MTcwOTY4MzE5OX0="> <link rel="manifest" href="https://hipertextual.com/wp-json/wp/v2/web-app-manifest"> <meta name="theme-color" content="#fff"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <link rel="apple-touch-startup-image" href="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2022/09/cropped-favicon-2022-1.png?fit=192%2C192&quality=70&strip=all&ssl=1"> <meta name="apple-mobile-web-app-title" content="Hipertextual"> <meta name="application-name" content="Hipertextual"> <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"NewsArticle","headline":"Gu\u00eda de objetivos","url":"http:\/\/hipertextual.com\/2010\/03\/guia-objetivos","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/hipertextual.com\/2010\/03\/guia-objetivos"},"thumbnailUrl":"https:\/\/i0.wp.com\/imgs.hipertextual.com\/wp-content\/uploads\/2010\/05\/objetivos-canon.jpeg?resize=150%2C150&quality=70&strip=all&ssl=1","image":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/imgs.hipertextual.com\/wp-content\/uploads\/2010\/05\/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1"},"articleSection":"Fotograf\u00eda","author":[{"@type":"Person","name":"Bruno Belcastro"}],"creator":["Bruno Belcastro"],"publisher":{"@type":"Organization","name":"Hipertextual","logo":""},"keywords":["gran angular","gu\u00eda","macro","ojo de pez","teleobjetivo","tilt-shift"],"dateCreated":"2010-03-11T21:06:47Z","datePublished":"2010-03-11T21:06:47Z","dateModified":"2010-03-11T21:06:47Z"}</script> <style type="text/css" id="custom-theme-colors">:root{--newspack-theme-color-primary: #101010;--newspack-theme-color-primary-variation: #000000;--newspack-theme-color-secondary: #0019bc !important;--newspack-theme-color-secondary-variation: #000094;--newspack-theme-color-primary-darken-5: #0b0b0b;--newspack-theme-color-primary-darken-10: #060606;--newspack-theme-color-primary-against-white: #101010;--newspack-theme-color-secondary-against-white: #0019bc;--newspack-theme-color-primary-variation-against-white: #000000;--newspack-theme-color-secondary-variation-against-white: #000094;--newspack-theme-color-against-primary: white;--newspack-theme-color-against-secondary: white;}input[type="checkbox"]::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z' fill='white'%3E%3C/path%3E%3C/svg%3E");}.mobile-sidebar{background: #000000;}.mobile-sidebar,.mobile-sidebar button:hover,.mobile-sidebar a,.mobile-sidebar a:visited,.mobile-sidebar .nav1 .sub-menu > li > a,.mobile-sidebar .nav1 ul.main-menu > li > a,.mobile-sidebar .nav3 a{color: white;}.h-sb .bottom-header-contain{background: #1a1a1a;}.h-sb .bottom-header-contain .nav1 .main-menu > li,.h-sb .bottom-header-contain .nav1 .main-menu > li > a,.h-sb .bottom-header-contain #search-toggle{color: white;}.site-footer{background: #1b1b1b;}.site-footer,.site-footer a,.site-footer a:hover,.site-footer .widget-title,.site-footer .widgettitle,.site-info{color: white;}.site-footer a:hover,.site-footer .widget a:hover{opacity: 0.7;}.site-info .widget-area .wrapper,.site-info .site-info-contain:first-child{border-top-color: #070707;}.mobile-sidebar .nav3 a{background: transparent;}.mobile-sidebar .accent-header,.mobile-sidebar .article-section-title{border-color: #000000;color: white;}.mobile-sidebar .nav3 .menu-highlight a{background: #000000;color: white;}.h-sb .site-header .nav3 a{background-color: #000000;color: white;}.site-footer .footer-branding .wrapper,.site-footer .footer-widgets:first-child .wrapper{border-top: 0;}.site-footer .accent-header,.site-footer .article-section-title{border-color: #070707;}.site-footer .accent-header,.site-footer .article-section-title{color: white;}.h-sb .middle-header-contain{background-color: #000000;}.h-sb .top-header-contain{background-color: #000000;border-bottom-color: #000000;}.h-sb .site-header,.h-sb .site-title,.h-sb .site-title a:link,.h-sb .site-title a:visited,.h-sb .site-description,.h-sb.h-sh .site-header .nav1 .main-menu > li,.h-sb.h-sh .site-header .nav1 ul.main-menu > li > a,.h-sb.h-sh .site-header .nav1 ul.main-menu > li > a:hover,.h-sb .top-header-contain,.h-sb .middle-header-contain{color: white;}.site .entry .entry-content .scaip .newspack_global_ad,.site .entry .entry-content .scaip .widget_newspack-ads-widget,.newspack_global_ad,.newspack_global_ad.global_above_header,.widget_newspack-ads-widget,div[class*="newspack-ads-blocks-ad-unit"]{background-color: #ffffff;}</style> <style type="text/css" id="newspack-theme-colors-variables">:root{--newspack-primary-color: #101010;--newspack-secondary-color: #0019bc;--newspack-cta-color: #dd3333;--newspack-header-color: #000000;--newspack-primary-menu-color: #1a1a1a;--newspack-footer-color: #1b1b1b;--newspack-primary-contrast-color: white;--newspack-secondary-contrast-color: white;--newspack-cta-contrast-color: white;--newspack-header-contrast-color: white;--newspack-primary-menu-contrast-color: white;--newspack-footer-contrast-color: white;}</style> <style>.sponsor-label .flag,amp-script .sponsor-label .flag{background: #FED850;color: black;}</style> <style class="wpcode-css-snippet">h1,h2,h3,h4,h5,h6,.entry-meta,.cat-links,.comments-title,.jp-relatedposts-i2 a,.main-navigation{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}@media only screen and (min-width: 700px){.post-template-default #block-105,.single-featured-image-default.post-template-single-feature #block-105{display: none;}}.has-sidebar .above-content.widget.widget_newspack-ads-widget{display: none;}@media ( min-width: 300px ){.newspack_global_ad.global_above_footer{height: 280px;}}@media ( min-width: 728px ){.newspack_global_ad.global_above_footer{height: 110px;}}@media ( min-width: 970px ){.newspack_global_ad.global_above_footer{height: 290px;}}.has-large-featured-image.single-featured-image-default.post-template-single-feature #block-105,.has-large-featured-image.single-featured-image-behind.post-template-single-feature #block-105,.has-large-featured-image.single-featured-image-beside.post-template-single-feature #block-105,.has-featured-image.single-featured-image-above.post-template-single-feature #block-105{display: block;min-width: 320px;min-height: 650px;justify-content: center;align-items: center;padding: 1em 0 0.3em 0;}@media only screen and (min-width: 700px){.has-large-featured-image.single-featured-image-default.post-template-single-feature #block-105,.has-large-featured-image.single-featured-image-behind.post-template-single-feature #block-105,.has-large-featured-image.single-featured-image-beside.post-template-single-feature #block-105,.has-featured-image.single-featured-image-above.post-template-single-feature #block-105{float: right;z-index: 999;margin-left: calc( 2 * 1rem );margin-top: 3em;margin-right: 0;margin-bottom: 1em;}}body:not(.single-featured-image-default) .newspack_global_ad.global_below_header + .site-content{margin-top: 0;}#block-105.above-content.widget_newspack-ads-widget{min-height: 250px;}@media ( max-width: 727px){.newspack_global_ad.global_below_header{display:none;}}@media ( min-width: 728px ){.newspack_global_ad.global_below_header{min-height: 120px;}}@media ( min-width: 970px ){.newspack_global_ad.global_below_header{min-height: 275px;}body:is(.newspack-front-page) .newspack_global_ad.global_below_header{min-height: 275px;}}body:not(.newspack-front-page) .newspack_global_ad.global_below_header+.site-content{margin-top: 0;}.newspack_global_ad.global_below_header{display:flex}.wpnbha .cat-links{font-size: 0.7em;}.cat-links a,.cat-links a:visited{text-transform: uppercase;background-color: #7829d1;color: #fff;}@media only screen and (max-width: 782px){.featured-image-beside .cat-links a,.featured-image-beside .cat-links a:visited{margin-top: 1.5em;}}.archive .page-header h1{margin-top: 1em;}.scaip .newspack_global_ad{min-height: 650px;}@media only screen and (min-width:728px){.scaip .newspack_global_ad{min-height: 140px;}}@media only screen and (min-width:970px){.scaip .newspack_global_ad{min-height: 300px;}}#block-65,#block-76,#block-78,#block-87,#block-123,#block-139{max-height:0;max-width:0;padding:0;margin:0}.widget_recent_entries a{font-size: 1.2em;}.tags-links{text-transform: capitalize;}.above-footer.widget_text{max-width: 970px;text-align: center;margin: 2rem auto 0 auto;padding: 0.5rem 0;border-top: 1px solid #e1e1e1;}#text-4{font-size: 0.7rem;}#text-4 a{background-color: #f1f1f1;margin: 0 0.25rem 0.25rem 0;padding: 0.25rem 0.5rem;display: inline-block;color: #1a1a1a;}.newspack_global_ad.global_above_footer{margin-bottom: 0;}.footer-widgets .widget-title{font-size: 120%;color: #565656;}.entry-meta .author-avatar{display: none;}.has-text-align-center{text-align: center;}.has-drop-cap:not(:focus):first-letter{float: left;font-size: 4em;}</style><script type="pmdelayedscript" data-processed="true" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> window._taboola = window._taboola || []; _taboola.push({article:'auto'}); !function (e, f, u, i) { if (!document.getElementById(i)){ e.async = 1; e.src = u; e.id = i; f.parentNode.insertBefore(e, f); } }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/hipertextual/loader.js', 'tb_loader_script'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');} </script><script defer src="data:text/javascript;base64,DQrCoCB3aW5kb3cudGVhZHNfYW5hbHl0aWNzID0gd2luZG93LnRlYWRzX2FuYWx5dGljcyB8fCB7fTsNCsKgIHdpbmRvdy50ZWFkc19hbmFseXRpY3MuYW5hbHl0aWNzX3RhZ19pZCA9ICI5MzI3IjsNCsKgIHdpbmRvdy50ZWFkc19hbmFseXRpY3Muc2hhcmUgPSB3aW5kb3cudGVhZHNfYW5hbHl0aWNzLnNoYXJlIHx8IGZ1bmN0aW9uKCkgew0KwqAgwqAgOyh3aW5kb3cudGVhZHNfYW5hbHl0aWNzLnNoYXJlZF9kYXRhID0gd2luZG93LnRlYWRzX2FuYWx5dGljcy5zaGFyZWRfZGF0YSB8fCBbXSkucHVzaChhcmd1bWVudHMpDQrCoCB9Ow0K"></script> <script async src="https://a.teads.tv/analytics/tag.js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script><style class="wpcode-css-snippet">@media only screen and (min-width: 728px){.single-featured-image-behind .newspack_global_ad.global_below_header,.single-featured-image-beside .newspack_global_ad.global_below_header,.single-featured-image-above .newspack_global_ad.global_below_header{background-color: #1A1A1A;margin-bottom: 0;}}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height: auto;width: 100%;}.is-layout-flex{flex-wrap: wrap;display: flex;}.newspack_global_ad.sidebar_sidebar-1{min-height: 615px;}.hiper-newsletter-box{box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 35%);}.recirculation{margin-left: calc(25% - 25vw);margin-right: calc(25% - 25vw);max-width: 100vw;}.dailymotion-video{max-width: 100%;height: auto;aspect-ratio: 16 / 9;}#hybs-mslot-3032-1{clear:both;}.tappx{clear: both;}</style><link rel="icon" href="https://imgs.hipertextual.com/wp-content/uploads/2022/09/cropped-favicon-2022-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2022/09/cropped-favicon-2022-1.png?fit=192%2C192&quality=70&strip=all&ssl=1" sizes="192x192" /> <link rel="apple-touch-icon" href="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2022/09/cropped-favicon-2022-1.png?fit=180%2C180&quality=70&strip=all&ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2022/09/cropped-favicon-2022-1.png?fit=270%2C270&quality=70&strip=all&ssl=1" /> <script type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> ( function() { // Load GA script if not yet found if ( 'undefined' === typeof gtag ) { var element = document.createElement( 'script' ); element.src = 'https://www.googletagmanager.com/gtag/js?id=G-7N7KTHMHBD'; element.async = true; document.head.appendChild( element ); window.dataLayer = window.dataLayer || []; window.gtag = function() { window.dataLayer.push( arguments ) }; gtag( 'js', new Date() ); } gtag( 'config', 'G-7N7KTHMHBD' ); } )(); </script> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://hipertextual.com/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none;filter:grayscale(1)}.perfmatters-lazy-youtube:hover .play{filter:grayscale(0)}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.wp-has-aspect-ratio .wp-block-embed__wrapper{position:relative;}.wp-has-aspect-ratio .perfmatters-lazy-youtube{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding-bottom:0}.perfmatters-lazy.pmloaded,.perfmatters-lazy.pmloaded>img,.perfmatters-lazy>img.pmloaded,.perfmatters-lazy[data-ll-status=entered]{animation:500ms pmFadeIn}@keyframes pmFadeIn{0%{opacity:0}100%{opacity:1}}</style></head> <body class="post-template-default single single-post postid-1547740 single-format-standard wp-custom-logo wp-embed-responsive singular hide-homepage-title hide-site-tagline h-nsub h-sb h-cl h-dh has-sidebar af-widget cat-fotografia cat-guias has-featured-image single-featured-image-default custom-ad-bg ad-above-footer footer-logo-small tags-hidden" data-amp-auto-lightbox-disable> <aside id="mobile-sidebar-fallback" class="mobile-sidebar"> <button class="mobile-menu-toggle"> <svg class="svg-icon" width="20" height="20" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" /><path d="M0 0h24v24H0z" fill="none" /></svg> Cerrar </button> <form role="search" method="get" class="search-form" action="https://hipertextual.com/"> <label for="search-form-1"> <span class="screen-reader-text">Buscar:</span> </label> <input type="search" id="search-form-1" class="search-field" placeholder="Buscar …" value="" name="s" /> <button type="submit" class="search-submit"> <svg class="svg-icon" width="28" height="28" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" /><path d="M0 0h24v24H0z" fill="none" /></svg> <span class="screen-reader-text"> Buscar </span> </button> </form> <nav class="main-navigation nav1 dd-menu" aria-label="Menú Superior" toolbar-target="site-navigation" toolbar="(min-width: 767px)"> <ul id="menu-header" class="main-menu"><li id="menu-item-1264414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1264414"><a href="https://hipertextual.com/tecnologia">Tecnología</a><button aria-expanded="false" class="submenu-expand" [class]="setState1264414 ? 'submenu-expand open-dropdown' : 'submenu-expand'" [aria-expanded]="setState1264414 ? 'true' : 'false'" on="tap:AMP.setState( { setState1264414: !setState1264414 } )" aria-haspopup="true" data-toggle-parent-id="toggle-1264414"> <svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path fill="none" d="M0 0h24v24H0V0z"></path></svg> <span class="screen-reader-text" [text]="setState1264414 ? 'Close dropdown menu' : 'Open dropdown menu'">Open dropdown menu</span> </button> <ul class="sub-menu"> <li id="menu-item-1264011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1264011"><a href="https://hipertextual.com/analisis">Reseñas</a></li> <li id="menu-item-1264424" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264424"><a href="https://hipertextual.com/mobile">Smartphones</a></li> <li id="menu-item-1264416" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264416"><a href="https://hipertextual.com/internet">Internet</a></li> <li id="menu-item-1264417" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264417"><a href="https://hipertextual.com/software">Software</a></li> <li id="menu-item-1264418" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264418"><a href="https://hipertextual.com/videojuegos">Videojuegos</a></li> <li id="menu-item-1264419" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264419"><a href="https://hipertextual.com/apple">Apple</a></li> </ul> </li> <li id="menu-item-1264420" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264420"><a href="https://hipertextual.com/ciencia">Ciencia</a></li> <li id="menu-item-1264423" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1264423"><a href="https://hipertextual.com/cine-television">Cine y TV</a><button aria-expanded="false" class="submenu-expand" [class]="setState1264423 ? 'submenu-expand open-dropdown' : 'submenu-expand'" [aria-expanded]="setState1264423 ? 'true' : 'false'" on="tap:AMP.setState( { setState1264423: !setState1264423 } )" aria-haspopup="true" data-toggle-parent-id="toggle-1264423"> <svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path fill="none" d="M0 0h24v24H0V0z"></path></svg> <span class="screen-reader-text" [text]="setState1264423 ? 'Close dropdown menu' : 'Open dropdown menu'">Open dropdown menu</span> </button> <ul class="sub-menu"> <li id="menu-item-1291842" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1291842"><a href="https://hipertextual.com/criticas-cine-tv">Críticas de Cine y TV</a></li> <li id="menu-item-1291843" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1291843"><a href="https://hipertextual.com/universo-cinematografico-marvel">Universo Cinematográfico de Marvel</a></li> </ul> </li> <li id="menu-item-1264428" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1264428"><a href="https://hipertextual.com/movilidad">Movilidad</a><button aria-expanded="false" class="submenu-expand" [class]="setState1264428 ? 'submenu-expand open-dropdown' : 'submenu-expand'" [aria-expanded]="setState1264428 ? 'true' : 'false'" on="tap:AMP.setState( { setState1264428: !setState1264428 } )" aria-haspopup="true" data-toggle-parent-id="toggle-1264428"> <svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path fill="none" d="M0 0h24v24H0V0z"></path></svg> <span class="screen-reader-text" [text]="setState1264428 ? 'Close dropdown menu' : 'Open dropdown menu'">Open dropdown menu</span> </button> <ul class="sub-menu"> <li id="menu-item-1291658" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1291658"><a href="https://hipertextual.com/tesla">Tesla</a></li> </ul> </li> <li id="menu-item-1438450" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1438450"><a href="https://hipertextual.com/newsletter">Newsletter</a></li> </ul> </nav> <nav class="social-navigation" aria-label="Menú de enlaces sociales" toolbar="(min-width: 767px)" toolbar-target="social-nav-contain"> <ul id="menu-social" class="social-links-menu"><li id="menu-item-1259851" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259851"><a href="https://twitter.com/hipertextual"><span class="screen-reader-text">Twitter</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg></a></li> <li id="menu-item-1259852" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259852"><a href="https://facebook.com/hipertextual"><span class="screen-reader-text">Facebook</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg></a></li> <li id="menu-item-1259853" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259853"><a href="https://instagram.com/hipertextual"><span class="screen-reader-text">Instagram</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg></a></li> <li id="menu-item-1259854" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259854"><a href="https://youtube.com/hipertextual"><span class="screen-reader-text">YouTube</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg></a></li> <li id="menu-item-1259855" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259855"><a href="https://flipboard.com/@hipertextual"><span class="screen-reader-text">Flipboard</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="3.3,3.3 3.3,20.7 9.1,20.7 9.1,14.9 14.9,14.9 14.9,9.1 20.7,9.1 20.7,3.3 " /></svg></a></li> <li id="menu-item-1355478" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1355478"><a href="https://news.google.com/publications/CAAqBwgKMJfi_Aow4vznAg"><span class="screen-reader-text">Google News</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.02,10.18v3.72v0.01h5.51c-0.26,1.57-1.67,4.22-5.5,4.22c-3.31,0-6.01-2.75-6.01-6.12s2.7-6.12,6.01-6.12 c1.87,0,3.13,0.8,3.85,1.48l2.84-2.76C16.99,2.99,14.73,2,12.03,2c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.77,0,9.6-4.06,9.6-9.77 c0-0.83-0.11-1.42-0.25-2.05H12.02z"></path></svg></a></li> </ul> </nav><!-- .social-navigation --> </aside> <aside id="desktop-sidebar-fallback" class="desktop-sidebar dir-right"> <button class="desktop-menu-toggle"> <svg class="svg-icon" width="20" height="20" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" /><path d="M0 0h24v24H0z" fill="none" /></svg> Cerrar </button> <section id="block-60" class="below-content widget widget_block widget_search"><form role="search" method="get" action="https://hipertextual.com/" class="wp-block-search__button-inside wp-block-search__icon-button wp-block-search" ><label class="wp-block-search__label" for="wp-block-search__input-1" >Search</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required /><button aria-label="Buscar" class="wp-block-search__button has-icon wp-element-button" type="submit" ><svg class="search-icon" viewBox="0 0 24 24" width="24" height="24"> <path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path> </svg></button></div></form></section><section id="nav_menu-26" class="below-content widget widget_nav_menu"><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-1723961" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1723961"><a href="https://hipertextual.com/acerca-de-hipertextual">Acerca de Hipertextual</a></li> <li id="menu-item-1262809" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1262809"><a href="https://hipertextual.com/contacto">Contacto</a></li> <li id="menu-item-1262812" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1262812"><a href="https://hipertextual.com/trabaja-con-nosotros">Trabaja con nosotros</a></li> <li id="menu-item-1259835" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1259835"><a href="https://hipertextual.com/politica-cookies">Política de Cookies</a></li> </ul></div></section> </aside> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#main">Saltar al contenido</a> <div class="header-widget above-header-widgets"> <div class="wrapper"> <section id="block-76" class="below-content widget widget_block"><div class="wp-block-newspack-blocks-wp-block-newspack-ads-blocks-ad-unit alignnone" style="text-align:inherit"><style>@media ( min-width: 1px ){.newspack_global_ad.block_67aed25caa666{min-height: 1px;}}</style> <div class='newspack_global_ad block_67aed25caa666 fixed-height'> <!-- /1036009/newspack_st --><div id='div-gpt-ad-67aed25caa666-0'></div> </div> </div></section><section id="block-87" class="below-content widget widget_block"><div class="wp-block-newspack-blocks-wp-block-newspack-ads-blocks-ad-unit alignnone" style="text-align:inherit"><style>@media ( min-width: 1px ){.newspack_global_ad.block_67aed25cb32ae{min-height: 1px;}}</style> <div class='newspack_global_ad block_67aed25cb32ae fixed-height'> <!-- /1036009/newspack_skin --><div id='div-gpt-ad-67aed25cb32ae-0'></div> </div> </div></section><section id="block-139" class="below-content widget widget_block"><div class="wp-block-newspack-blocks-wp-block-newspack-ads-blocks-ad-unit alignnone" style="text-align:inherit"><style>@media ( min-width: 1px ){.newspack_global_ad.block_67aed25cbb190{min-height: 1px;}}</style> <div class='newspack_global_ad block_67aed25cbb190 fixed-height'> <!-- /1036009/newspack_interstitial --><div id='div-gpt-ad-67aed25cbb190-0'></div> </div> </div></section> </div><!-- .wrapper --> </div><!-- .above-header-widgets --> <header id="masthead" class="site-header hide-header-search" [class]="searchVisible ? 'show-header-search site-header ' : 'hide-header-search site-header'"> <div class="middle-header-contain"> <div class="wrapper"> <div id="social-nav-contain" class="desktop-only"> <nav class="social-navigation" aria-label="Menú de enlaces sociales" toolbar="(min-width: 767px)" toolbar-target="social-nav-contain"> <ul id="menu-social-1" class="social-links-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259851"><a href="https://twitter.com/hipertextual"><span class="screen-reader-text">Twitter</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259852"><a href="https://facebook.com/hipertextual"><span class="screen-reader-text">Facebook</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259853"><a href="https://instagram.com/hipertextual"><span class="screen-reader-text">Instagram</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259854"><a href="https://youtube.com/hipertextual"><span class="screen-reader-text">YouTube</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259855"><a href="https://flipboard.com/@hipertextual"><span class="screen-reader-text">Flipboard</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="3.3,3.3 3.3,20.7 9.1,20.7 9.1,14.9 14.9,14.9 14.9,9.1 20.7,9.1 20.7,3.3 " /></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1355478"><a href="https://news.google.com/publications/CAAqBwgKMJfi_Aow4vznAg"><span class="screen-reader-text">Google News</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.02,10.18v3.72v0.01h5.51c-0.26,1.57-1.67,4.22-5.5,4.22c-3.31,0-6.01-2.75-6.01-6.12s2.7-6.12,6.01-6.12 c1.87,0,3.13,0.8,3.85,1.48l2.84-2.76C16.99,2.99,14.73,2,12.03,2c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.77,0,9.6-4.06,9.6-9.77 c0-0.83-0.11-1.42-0.25-2.05H12.02z"></path></svg></a></li> </ul> </nav><!-- .social-navigation --> </div> <div class="site-branding"> <style>.site-header .custom-logo{height: 48px;max-height: 96px;max-width: 600px;width: 300px;}@media (max-width: 781px){.site-header .custom-logo{max-width: 175px;max-height: 28px;}}@media (min-width: 782px){.h-stk:not(.h-sub) .site-header .custom-logo{max-height: 64px;max-width: 400px;}.h-sub .site-header .custom-logo{max-width: 200px;max-height: 32px;}}@media (max-width: 1199px) and (min-width: 782px){.h-stk.h-cl:not(.h-sub) .site-header .custom-logo{max-width: 100%;width: auto;}}</style><a href="https://hipertextual.com/" class="custom-logo-link" rel="home"><img data-perfmatters-preload width="600" height="96" src="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?fit=600%2C96&quality=70&strip=all&ssl=1" class="custom-logo" alt="Hipertextual" decoding="async" fetchpriority="high" srcset="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?w=600&quality=70&strip=all&ssl=1 600w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?resize=400%2C64&quality=70&strip=all&ssl=1 400w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2024/01/hipertextual-2024.png?fit=600%2C96&quality=70&strip=all&ssl=1&w=370 370w" sizes="(max-width: 600px) 100vw, 600px" /></a> <div class="site-identity"> <p class="site-title"><a href="https://hipertextual.com/" rel="home">Hipertextual</a></p> <p class="site-description"> Tecnología, ciencia y cultura digital </p> </div><!-- .site-identity --> </div><!-- .site-branding --> <div class="nav-wrapper desktop-only"> <div id="tertiary-nav-contain"> </div><!-- #tertiary-nav-contain --> <div class="header-search-contain"> <button id="search-toggle" on="tap:AMP.setState( { searchVisible: !searchVisible } ), search-form-2.focus" aria-controls="search-menu" [aria-expanded]="searchVisible ? 'true' : 'false'" aria-expanded="false"> <span class="screen-reader-text" [text]="searchVisible ? 'Cerrar Búsqueda' : 'Open Search'"> Open Search </span> <span class="search-icon"><svg class="svg-icon" width="28" height="28" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" /><path d="M0 0h24v24H0z" fill="none" /></svg></span> <span class="close-icon"><svg class="svg-icon" width="28" height="28" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" /><path d="M0 0h24v24H0z" fill="none" /></svg></span> </button> <div id="header-search" [aria-expanded]="searchVisible ? 'true' : 'false'" aria-expanded="false"> <form role="search" method="get" class="search-form" action="https://hipertextual.com/"> <label for="search-form-2"> <span class="screen-reader-text">Buscar:</span> </label> <input type="search" id="search-form-2" class="search-field" placeholder="Buscar …" value="" name="s" /> <button type="submit" class="search-submit"> <svg class="svg-icon" width="28" height="28" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" /><path d="M0 0h24v24H0z" fill="none" /></svg> <span class="screen-reader-text"> Buscar </span> </button> </form> </div><!-- #header-search --> </div><!-- .header-search-contain --> </div><!-- .nav-wrapper --> <button class="mobile-menu-toggle" on="tap:mobile-sidebar.toggle"> <svg class="svg-icon" width="20" height="20" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none" /><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" /></svg> <span>Menú</span> </button> </div><!-- .wrapper --> </div><!-- .middle-header-contain --> <div class="bottom-header-contain desktop-only"> <div class="wrapper"> <div id="site-navigation"> <nav class="main-navigation nav1 dd-menu" aria-label="Menú Superior" toolbar-target="site-navigation" toolbar="(min-width: 767px)"> <ul id="menu-header-1" class="main-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1264414"><a href="https://hipertextual.com/tecnologia">Tecnología</a><button aria-expanded="false" class="submenu-expand" [class]="setState1264414 ? 'submenu-expand open-dropdown' : 'submenu-expand'" [aria-expanded]="setState1264414 ? 'true' : 'false'" on="tap:AMP.setState( { setState1264414: !setState1264414 } )" aria-haspopup="true" data-toggle-parent-id="toggle-1264414"> <svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path fill="none" d="M0 0h24v24H0V0z"></path></svg> <span class="screen-reader-text" [text]="setState1264414 ? 'Close dropdown menu' : 'Open dropdown menu'">Open dropdown menu</span> </button> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1264011"><a href="https://hipertextual.com/analisis">Reseñas</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264424"><a href="https://hipertextual.com/mobile">Smartphones</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264416"><a href="https://hipertextual.com/internet">Internet</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264417"><a href="https://hipertextual.com/software">Software</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264418"><a href="https://hipertextual.com/videojuegos">Videojuegos</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264419"><a href="https://hipertextual.com/apple">Apple</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1264420"><a href="https://hipertextual.com/ciencia">Ciencia</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1264423"><a href="https://hipertextual.com/cine-television">Cine y TV</a><button aria-expanded="false" class="submenu-expand" [class]="setState1264423 ? 'submenu-expand open-dropdown' : 'submenu-expand'" [aria-expanded]="setState1264423 ? 'true' : 'false'" on="tap:AMP.setState( { setState1264423: !setState1264423 } )" aria-haspopup="true" data-toggle-parent-id="toggle-1264423"> <svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path fill="none" d="M0 0h24v24H0V0z"></path></svg> <span class="screen-reader-text" [text]="setState1264423 ? 'Close dropdown menu' : 'Open dropdown menu'">Open dropdown menu</span> </button> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1291842"><a href="https://hipertextual.com/criticas-cine-tv">Críticas de Cine y TV</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1291843"><a href="https://hipertextual.com/universo-cinematografico-marvel">Universo Cinematográfico de Marvel</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1264428"><a href="https://hipertextual.com/movilidad">Movilidad</a><button aria-expanded="false" class="submenu-expand" [class]="setState1264428 ? 'submenu-expand open-dropdown' : 'submenu-expand'" [aria-expanded]="setState1264428 ? 'true' : 'false'" on="tap:AMP.setState( { setState1264428: !setState1264428 } )" aria-haspopup="true" data-toggle-parent-id="toggle-1264428"> <svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path fill="none" d="M0 0h24v24H0V0z"></path></svg> <span class="screen-reader-text" [text]="setState1264428 ? 'Close dropdown menu' : 'Open dropdown menu'">Open dropdown menu</span> </button> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1291658"><a href="https://hipertextual.com/tesla">Tesla</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1438450"><a href="https://hipertextual.com/newsletter">Newsletter</a></li> </ul> </nav> </div> </div><!-- .wrapper --> </div><!-- .bottom-header-contain --> </header><!-- #masthead --> <style>@media ( min-width: 300px ){.newspack_global_ad.global_below_header{min-height: 50px;}}@media ( min-width: 320px ){.newspack_global_ad.global_below_header{min-height: 100px;}}@media ( min-width: 728px ){.newspack_global_ad.global_below_header{min-height: 90px;}}@media ( min-width: 970px ){.newspack_global_ad.global_below_header{min-height: 250px;}}</style> <div class='newspack_global_ad global_below_header fixed-height'> <!-- /1036009/newspack_header --><div id='div-gpt-ad-5be734df59-0'></div> </div> <div id="content" class="site-content"> <section id="primary" class="content-area category-fotografia category-guias tag-gran-angular tag-guia tag-macro tag-ojo-de-pez tag-teleobjetivo tag-tilt-shift"> <main id="main" class="site-main"> <header class="entry-header"> <span class="cat-links"><span class="screen-reader-text">Publicado en</span><a href="https://hipertextual.com/fotografia" rel="category tag">Fotografía</a><span class="sep">, </span><a href="https://hipertextual.com/guias" rel="category tag">Guías</a></span> <h1 class="entry-title "> Guía de objetivos </h1> <div class="entry-subhead"> <div class="entry-meta"> <span class="author-avatar"></span> <span class="byline"> <span>por</span> <span class="author vcard"><a class="url fn n" href="https://hipertextual.com/autor/bruno-belcastro">Bruno Belcastro</a></span> </span><!-- .byline --> <span class="posted-on"><time class="entry-date published updated" datetime="2010-03-11T22:06:47+01:00">11 de marzo de 2010</time></span> </div><!-- .meta-info --> </div> </header> <div class="main-content"> <section id="block-105" class="above-content widget widget_block"><div class="wp-block-newspack-blocks-wp-block-newspack-ads-blocks-ad-unit alignnone" style="text-align:inherit"><style>@media ( min-width: 300px ){.newspack_global_ad.block_67aed25ccc6ca{min-height: 600px;}}</style> <div class='newspack_global_ad block_67aed25ccc6ca fixed-height'> <!-- /1036009/newspack_sidebar_atf --><div id='div-gpt-ad-67aed25ccc6ca-0'></div> </div> </div></section> <figure class="post-thumbnail"> <img data-perfmatters-preload width="500" height="500" src="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1" class="attachment-newspack-featured-image size-newspack-featured-image wp-post-image" alt data-hero-candidate="1" fetchpriority="high" decoding="async" srcset="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?w=500&quality=70&strip=all&ssl=1 500w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?resize=150%2C150&quality=70&strip=all&ssl=1 150w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?resize=400%2C400&quality=70&strip=all&ssl=1 400w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?resize=200%2C200&quality=70&strip=all&ssl=1 200w, https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2010/05/objetivos-canon.jpeg?fit=500%2C500&quality=70&strip=all&ssl=1&w=370 370w" sizes="(max-width: 500px) 100vw, 500px"> </figure><!-- .post-thumbnail --> <article id="post-1547740" class="post-1547740 post type-post status-publish format-standard has-post-thumbnail hentry category-fotografia category-guias tag-gran-angular tag-guia tag-macro tag-ojo-de-pez tag-teleobjetivo tag-tilt-shift entry"> <div class="entry-content"> <p></p> <p>Muchas veces, especialmente los principiantes, pueden confundirse entre los tipos de objetivos que existen para cámaras *<strong>dSLR</strong><em>. Para aclarar dudas, clasificaremos los distintos objetivos dentro de las siguientes categorías:</em></p> <p> Ojo de pez <em> Gran angular </em> Fijos <em> Zoom </em> Teleobjetivos/Superteleobjetivos <em> Macro </em> Tilt-Shift</p> <p><span id="more-1547740"></span></p> <h3>Ojo de pez</h3> <p><img data-perfmatters-preload data-recalc-dims="1" decoding="async" src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon_ef_15mm_f2.8_fisheye.jpg?resize=300%2C225&quality=70&strip=all" alt="" title="Canon EF 15mm f/2,8 Fisheye" width="300" height="225" class="alignleft size-full wp-image-803" /></p> <p>Los objetivos <em>fisheye</em> --ojo de pez-- poseen un ángulo de visión gran angular pero, a diferencia de estos, tienen un campo de visión más amplio, incluso hasta llegan a ocupar 180º. Las focales consideradas ojo de pez van <strong>desde los 8mm hasta los 15mm</strong>. Generalmente los lentes entre 8 y 10mm producen imágenes circulares en cámaras <em>full frame</em>, en donde encontramos un extremo <a href="http://es.wikipedia.org/wiki/Viñeteado">viñeteo</a> y los que se encuentran cerca de los 15mm pueden cubrir todo el sensor.</p> <p>Podemos encontrar objetivos ojo de pez con <em>autofoco</em>, como el <strong>Canon EF 15mm f/2,8</strong>, o manuales como el <strong>Peleng 8mm f/3,5</strong>. Este tipo de objetivos suelen ser también <em>fijos</em> como los que ya comentaremos más adelante.</p> <h3>Gran angular</h3> <p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/Tokina_11_16mm.jpg?resize=225%2C300&quality=70&strip=all" alt="" title="Tokina 11-16mm f/2,8" width="225" height="300" class="alignright size-full wp-image-810" /></p> <p>Este tipo de objetivos también abarca un gran campo de visión, pero no posee una distorsión tan grande como la un lente <em>fisheye</em>, generalmente son utilizados para paisajes, vistas panorámicas o fotos urbanas donde se desea capturar una gran porción de la imagen. También son utilizados frecuentemente para realizar fotografía de interiores. Se consideran gran angular las focales <em>entre 17 y 35mm</em> y usualmente poseen un campo de visión a partir de 60º en adelante. Suelen ser también parte de los <em>objetivos zoom</em> como es el caso del objetivo <strong>Tokina 11-16mm f/2,8</strong> que vemos en la imagen.</p> <h3>Fijos</h3> <p><img data-recalc-dims="1" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='287'%20viewBox='0%200%20300%20287'%3E%3C/svg%3E" alt title="Canon Ef 50mm f/1.2 L" width="300" height="287" class="alignleft size-full wp-image-816 perfmatters-lazy" data-src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon_ef_50mm_f1.2_l_usm_lens.jpg?resize=300%2C287&quality=70&strip=all" /><noscript><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon_ef_50mm_f1.2_l_usm_lens.jpg?resize=300%2C287&quality=70&strip=all" alt="" title="Canon Ef 50mm f/1.2 L" width="300" height="287" class="alignleft size-full wp-image-816" /></noscript></p> <p>Los objetivos de focal fija --o prime, en ingles-- poseen solo una focal, no permitiendo realizar zoom desde el mismo. En la imagen vemos un <strong>Canon EF 50mm f/1,2 L</strong>. La mayoría de estos objetivos suelen tener un desempeño óptico mayor al de un objetivo zoom posicionado en la misma focal. También suelen ser muy luminosos, generalmente de aperturas como f/1,0 hasta f/2,8. Se emplean usualmente para tomar retratos de personas ya que sus focales, entre los 35-85mm, suelen ser similares a las del ojo humano. Además al ser muy luminosos generan un desenfoque ideal para este tipo de fotografía.</p> <h3>Zoom</h3> <p><img data-recalc-dims="1" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='226'%20viewBox='0%200%20300%20226'%3E%3C/svg%3E" alt title="Canon EF 24-70mm f/2,8 L" width="300" height="226" class="alignright size-full wp-image-819 perfmatters-lazy" data-src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/Canon_EF_24_70mm_f_2_8L_USM.jpg?resize=300%2C226&quality=70&strip=all" /><noscript><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/Canon_EF_24_70mm_f_2_8L_USM.jpg?resize=300%2C226&quality=70&strip=all" alt="" title="Canon EF 24-70mm f/2,8 L" width="300" height="226" class="alignright size-full wp-image-819" /></noscript></p> <p>Es el tipo de objetivo más utilizado, ya que permite una mayor versatilidad al poseer un amplio rango focal, en la imagen vemos un <strong>Canon EF 24-70mm f/2,8 L</strong>. Se utilizan para diversos tipos de fotografía gracias a su variada focal, su principal ventaja es poder cambiar de focal desde el mismo de anillo del objetivo en vez de tener que cambiar este para ir, por ejemplo, de una focal angular --24mm-- a una normal --50mm--. Existen en el mercado una gran cantidad de marcas que fabrican este tipo de lentes en diversas focales como 18-70mm, 24-70mm, 24-105mm y demás.</p> <h3>Teleobjetivos/Superteleobjetivos</h3> <p><img data-recalc-dims="1" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='300'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" alt title="Canon 100-400mm" width="300" height="300" class="alignleft size-full wp-image-829 perfmatters-lazy" data-src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon-100-400mm.jpg?resize=300%2C300&quality=70&strip=all" /><noscript><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon-100-400mm.jpg?resize=300%2C300&quality=70&strip=all" alt="" title="Canon 100-400mm" width="300" height="300" class="alignleft size-full wp-image-829" /></noscript></p> <p>Reciben esta nomenclatura los objetivos cuya distancia focal es alta, generalmente <strong>más de 135mm</strong> y en el caso de los <em>Superteleobjetivos</em> <strong>de 400mm en adelante</strong>. Su principal cualidad es acercar los objetos fotografiados, nos permiten tomar fotos a objetos o personas que se encuentran a gran distancia de la cámara. Al tener una gran distancia focal también reducen la <a href="http://es.wikipedia.org/wiki/Profundidad_de_campo">profundidad de campo</a> en nuestras fotografías por lo que producen un genial desenfoque o <a href="http://es.wikipedia.org/wiki/Bokeh">bokeh</a>. Son frecuentemente utilizados para fotografía deportiva y de naturaleza. Es recomendable acompañar su uso de un monopie o trípode ya que cualquier vibración o movimiento podría resultar en una fotografía movida. No suelen tener gran luminosidad, generalmente f/4 o f/5,6, aunque los más caros y algunos fijos se pueden encontrar en aperturas como f/2,8. En la imagen vemos un <strong>Canon EF 100-400mm f/4-5,6 L IS</strong>.</p> <h3>Macro</h3> <p><img data-recalc-dims="1" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='266'%20viewBox='0%200%20300%20266'%3E%3C/svg%3E" alt title="Canon ef-s 60mm_f/2,8 Macro" width="300" height="266" class="alignright size-full wp-image-880 perfmatters-lazy" data-src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon_ef_s_60mm_f2.8_macro.jpg?resize=300%2C266&quality=70&strip=all" /><noscript><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon_ef_s_60mm_f2.8_macro.jpg?resize=300%2C266&quality=70&strip=all" alt="" title="Canon ef-s 60mm_f/2,8 Macro" width="300" height="266" class="alignright size-full wp-image-880" /></noscript></p> <p>Estos objetivos se utilizan, como su nombre lo indica, para realizar <a href="http://altfoto.hipertextual.com/tag/macrofotografia">macrofotografía</a>. Su principal característica es que permiten realizar enfoques a muy corta distancia del sujeto a fotografiar y que poseen grandes magnificaciones, usualmente 1:1, lo que permite representar objetos pequeños con una gran calidad. Estos objetivos se pueden combinar con <em>tubos de extensión</em> para alejarlos del sensor y así acortar aún más la distancia de enfoque mínima. Otro gran accesorio para realizar macrofotografía es el <a href="http://es.wikipedia.org/wiki/Flash_anular">flash anular</a>.</p> <h3>Tilt-shift</h3> <p><img data-recalc-dims="1" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='267'%20viewBox='0%200%20300%20267'%3E%3C/svg%3E" alt title="Canon TS-E 17mm" width="300" height="267" class="alignleft size-full wp-image-910 perfmatters-lazy" data-src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon-tilt-shift-17mm.jpg?resize=300%2C267&quality=70&strip=all" /><noscript><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/newspack-hipertextual.s3.eu-west-3.amazonaws.com/wp-content/uploads/2010/03/canon-tilt-shift-17mm.jpg?resize=300%2C267&quality=70&strip=all" alt="" title="Canon TS-E 17mm" width="300" height="267" class="alignleft size-full wp-image-910" /></noscript></p> <p>Este peculiar tipo de objetivos permite realizar movimientos sobre el eje del lente hacia arriba o abajo y hacia los lados, así como también rotando sobre su eje. Es un tipo de lente muy particular y suele ser usado para corregir perspectiva en fotografía de arquitectura, dada su capacidad de desplazarse por sobre el plano del sensor/film. Otro uso, muy común, de este objetivo es aplicar un foco selectivo y así lograr que solo una pequeña porción de la fotografía se encuentre en foco sin necesidad de utilizar una número f pequeño. Muchos fotógrafos utilizan estos objetivos para realizar miniaturas de paisajes urbanos, hemos publicado <a href="http://altfoto.hipertextual.com/tag/tilt-shift">algunas fotografías</a> aquí en ALTFoto.</p> <h3>Otras consideraciones</h3> <p>Debemos tener en cuenta que dependiendo el tipo de cámara que utilicemos, las distancias focales cambian. Es decir, si utilizamos un objetivo 17-55mm en una cámara con <em>sensor APS-C</em> de <strong>Canon</strong> debido a su factor de multiplicación de 1,6 obtendríamos una focal de 28-88mm equivalente en 35mm. Por eso es que un objetivo 50mm en cámaras 35mm o full-frame es considerado un normal, pero en cámaras con <em>sensor crop</em> debido a su factor de multiplicación puede no serlo.</p> <p>Espero que esta guía los ayude a comprender los diferentes tipos de objetivos que se utilizan en las cámaras fotográficas actuales y cuales son sus principales diferencias y usos. Si tienen dudas o desean aportar más datos sobre el tema <strong>pueden dejarnos su comentario</strong>.</p> <p>Foto central: <a href="http://www.flickr.com/photos/no3rdw/2511846829/">no3rdw</a></p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="tags-links"><span>Etiquetado: </span><a href="https://hipertextual.com/tag/gran-angular" rel="tag">gran angular</a><span class="sep">, </span><a href="https://hipertextual.com/tag/guia" rel="tag">guía</a><span class="sep">, </span><a href="https://hipertextual.com/tag/macro" rel="tag">Macro</a><span class="sep">, </span><a href="https://hipertextual.com/tag/ojo-de-pez" rel="tag">Ojo de pez</a><span class="sep">, </span><a href="https://hipertextual.com/tag/teleobjetivo" rel="tag">teleobjetivo</a><span class="sep">, </span><a href="https://hipertextual.com/tag/tilt-shift" rel="tag">Tilt-shift</a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <div id="comments" class="comments-area comments-closed"> <div class="comments-title-wrap"> <h2 class="comments-title"> 18 respuestas a “Guía de objetivos” </h2><!-- .comments-title --> </div><!-- .comments-title-flex --> </div><!-- #comments --> </div><!-- .main-content --> <aside id="secondary" class="widget-area"> <style>@media ( min-width: 300px ){.newspack_global_ad.sidebar_sidebar-1{min-height: 600px;}}</style> <div class='newspack_global_ad sidebar_sidebar-1 sidebar_sidebar-1-before hook-before stick-to-top fixed-height'> <!-- /1036009/newspack_sidebar_atf --><div id='div-gpt-ad-95e9911661-0'></div> </div> <section id="block-45" class="widget widget_block"> <div class="wp-block-newspack-blocks-homepage-articles is-style-default wpnbha ts-3 show-category is-style-default has-text-align-left" style="" > <style id="newspack-blocks-inline-css" type="text/css">.wp-block-newspack-blocks-homepage-articles article .entry-title{font-size: 1.2em;}.wp-block-newspack-blocks-homepage-articles .entry-meta{display: flex;flex-wrap: wrap;align-items: center;margin-top: 0.5em;}.wp-block-newspack-blocks-homepage-articles article .entry-meta{font-size: 0.8em;}.wp-block-newspack-blocks-homepage-articles article .avatar{height: 25px;width: 25px;}.wp-block-newspack-blocks-homepage-articles .post-thumbnail{margin: 0;margin-bottom: 0.25em;}.wp-block-newspack-blocks-homepage-articles .post-thumbnail img{height: auto;width: 100%;}.wp-block-newspack-blocks-homepage-articles .post-thumbnail figcaption{margin-bottom: 0.5em;}.wp-block-newspack-blocks-homepage-articles p{margin: 0.5em 0;}</style> <div data-posts data-current-post-id="1547740"> <article data-post-id="1831654" class="tag-chatgpt tag-gemini category-tecnologia type-post post-has-image" > <div class="entry-wrapper"> <div class="cat-links "> <a href="https://hipertextual.com/tecnologia">Tecnología</a> </div> <h2 class="entry-title"><a href="https://hipertextual.com/2025/02/gemini-tiene-memoria-puede-recordar-conversaciones" rel="bookmark">Gemini ya tiene memoria y puede recordar tus conversaciones</a></h2> </div><!-- .entry-wrapper --> </article> <article data-post-id="1831636" class="tag-arm category-hardware type-post post-has-image" > <div class="entry-wrapper"> <div class="cat-links "> <a href="https://hipertextual.com/hardware">Hardware</a> </div> <h2 class="entry-title"><a href="https://hipertextual.com/2025/02/arm-podria-fabricar-primer-chip-este-ano" rel="bookmark">ARM estaría a punto de fabricar su primer chip</a></h2> </div><!-- .entry-wrapper --> </article> <article data-post-id="1831639" class="tag-blue-origin tag-jeff-bezos category-economia-empresas type-post post-has-image" > <div class="entry-wrapper"> <div class="cat-links "> <a href="https://hipertextual.com/economia-empresas">Economía y Empresas</a> </div> <h2 class="entry-title"><a href="https://hipertextual.com/2025/02/blue-origin-la-empresa-aeroespacial-de-jeff-bezos-despide-al-10-de-sus-empleados" rel="bookmark">Blue Origin, la empresa aeroespacial de Jeff Bezos, despide al 10 % de sus empleados</a></h2> </div><!-- .entry-wrapper --> </article> <article data-post-id="1831609" class="tag-outlook tag-windows-10 category-software type-post post-has-image" > <div class="entry-wrapper"> <div class="cat-links "> <a href="https://hipertextual.com/software">Software</a> </div> <h2 class="entry-title"><a href="https://hipertextual.com/2025/02/windows-10-te-obligara-a-usar-la-nueva-app-de-outlook-te-guste-o-no" rel="bookmark">Windows 10 te obligará a usar la nueva app de Outlook, te guste o no</a></h2> </div><!-- .entry-wrapper --> </article> </div> </div> </section><style>@media ( min-width: 160px ){.newspack_global_ad.sidebar_sidebar-1{min-height: 600px;}}@media ( min-width: 300px ){.newspack_global_ad.sidebar_sidebar-1{min-height: 600px;}}</style> <div class='newspack_global_ad sidebar_sidebar-1 sidebar_sidebar-1-after hook-after stick-to-top fixed-height'> <!-- /1036009/newspack_sidebar_midpage --><div id='div-gpt-ad-a47a08d131-0'></div> </div> </aside><!-- #secondary --> </main><!-- #main --> </section><!-- #primary --> <div class="above-footer-widgets"> <div class="wrapper"> <section id="block-74" class="above-footer widget widget_block"><div id="taboola-below-article-thumbnails"></div> <script type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> window._taboola = window._taboola || []; _taboola.push({ mode: 'alternating-thumbnails-a', container: 'taboola-below-article-thumbnails', placement: 'Below Article Thumbnails', target_type: 'mix' }); </script> <div class="taboola-footer-code"> <script type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> window._taboola = window._taboola || []; _taboola.push({flush: true}); </script> </div></section> </div><!-- .wrapper --> </div><!-- .above-footer-widgets --> <style>@media ( min-width: 300px ){.newspack_global_ad.global_above_footer{min-height: 50px;}}@media ( min-width: 320px ){.newspack_global_ad.global_above_footer{min-height: 100px;}}@media ( min-width: 728px ){.newspack_global_ad.global_above_footer{min-height: 90px;}}@media ( min-width: 970px ){.newspack_global_ad.global_above_footer{min-height: 250px;}}</style> <div class='newspack_global_ad global_above_footer fixed-height'> <!-- /1036009/newspack_footer --><div id='div-gpt-ad-e9412a3592-0'></div> </div> </div><!-- #content --> <div data-perfmatters-lazy-element style="height:1000px; width:100%;"><noscript><footer id="colophon" class="site-footer"> <div class="footer-branding"> <div class="wrapper"> <a class="footer-logo-link" href="https://hipertextual.com/" rel="home"> <img width="1" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1'%20height='1'%20viewBox='0%200%201%201'%3E%3C/svg%3E" class="footer-logo perfmatters-lazy" alt decoding="async" data-src="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2021/03/1x1.gif?fit=1%2C1&quality=70&strip=all&ssl=1" /><pmnoscript><img width="1" height="1" src="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2021/03/1x1.gif?fit=1%2C1&quality=70&strip=all&ssl=1" class="footer-logo" alt="" decoding="async" /></pmnoscript> </a> <nav class="social-navigation" aria-label="Menú de enlaces sociales"> <ul id="menu-social-2" class="social-links-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259851"><a href="https://twitter.com/hipertextual"><span class="screen-reader-text">Twitter</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259852"><a href="https://facebook.com/hipertextual"><span class="screen-reader-text">Facebook</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259853"><a href="https://instagram.com/hipertextual"><span class="screen-reader-text">Instagram</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259854"><a href="https://youtube.com/hipertextual"><span class="screen-reader-text">YouTube</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1259855"><a href="https://flipboard.com/@hipertextual"><span class="screen-reader-text">Flipboard</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="3.3,3.3 3.3,20.7 9.1,20.7 9.1,14.9 14.9,14.9 14.9,9.1 20.7,9.1 20.7,3.3 " /></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1355478"><a href="https://news.google.com/publications/CAAqBwgKMJfi_Aow4vznAg"><span class="screen-reader-text">Google News</span><svg class="svg-icon" width="0" height="0" aria-hidden="true" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.02,10.18v3.72v0.01h5.51c-0.26,1.57-1.67,4.22-5.5,4.22c-3.31,0-6.01-2.75-6.01-6.12s2.7-6.12,6.01-6.12 c1.87,0,3.13,0.8,3.85,1.48l2.84-2.76C16.99,2.99,14.73,2,12.03,2c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.77,0,9.6-4.06,9.6-9.77 c0-0.83-0.11-1.42-0.25-2.05H12.02z"></path></svg></a></li> </ul> </nav><!-- .social-navigation --> </div><!-- .wrapper --> </div><!-- .footer-branding --> <aside class="widget-area footer-widgets" role="complementary" aria-label="Pie de página"> <div class="wrapper"> <section id="nav_menu-21" class="widget widget_nav_menu"><div class="menu-tecnologia-y-ciencia-container"><ul id="menu-tecnologia-y-ciencia" class="menu"><li id="menu-item-1345479" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345479"><a href="https://hipertextual.com/tecnologia">Tecnología</a></li> <li id="menu-item-1380861" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380861"><a href="https://hipertextual.com/ciencia">Ciencia</a></li> <li id="menu-item-1345486" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345486"><a href="https://hipertextual.com/mobile">Mobile</a></li> <li id="menu-item-1345481" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345481"><a href="https://hipertextual.com/internet">Internet</a></li> <li id="menu-item-1345482" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345482"><a href="https://hipertextual.com/software">Software</a></li> <li id="menu-item-1345786" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345786"><a href="https://hipertextual.com/hardware">Hardware</a></li> <li id="menu-item-1345483" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345483"><a href="https://hipertextual.com/videojuegos">Videojuegos</a></li> <li id="menu-item-1380872" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380872"><a href="https://hipertextual.com/movilidad">Movilidad</a></li> <li id="menu-item-1345485" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345485"><a href="https://hipertextual.com/apple">Apple</a></li> <li id="menu-item-1345488" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1345488"><a href="https://hipertextual.com/seguridad">Seguridad</a></li> <li id="menu-item-1380871" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380871"><a href="https://hipertextual.com/economia-empresas">Economía y Empresas</a></li> </ul></div></section><section id="nav_menu-23" class="widget widget_nav_menu"><div class="menu-cultura-container"><ul id="menu-cultura" class="menu"><li id="menu-item-1380859" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380859"><a href="https://hipertextual.com/cine-television">Series y Películas</a></li> <li id="menu-item-1380850" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380850"><a href="https://hipertextual.com/cultura">Cultura</a></li> <li id="menu-item-1380870" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380870"><a href="https://hipertextual.com/startups">Startups</a></li> <li id="menu-item-1380853" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380853"><a href="https://hipertextual.com/juno">Juno</a></li> </ul></div></section><section id="nav_menu-24" class="widget widget_nav_menu"><div class="menu-especiales-container"><ul id="menu-especiales" class="menu"><li id="menu-item-1380864" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380864"><a href="https://hipertextual.com/analisis">Análisis</a></li> <li id="menu-item-1380865" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380865"><a href="https://hipertextual.com/entrevista">Entrevistas</a></li> <li id="menu-item-1380866" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1380866"><a href="https://hipertextual.com/guias">Guías</a></li> <li id="menu-item-1808666" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1808666"><a href="https://hipertextual.com/biografias">Personajes relevantes</a></li> <li id="menu-item-1380868" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380868"><a href="https://hipertextual.com/opinion">Opinión</a></li> <li id="menu-item-1380867" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1380867"><a href="https://hipertextual.com/ofertas-descuentos">Ofertas y descuentos</a></li> </ul></div></section><section id="nav_menu-28" class="widget widget_nav_menu"><div class="menu-de-interes-2-container"><ul id="menu-de-interes-2" class="menu"><li id="menu-item-1785270" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1785270"><a href="https://hipertextual.com/2024/03/gpt-5-todo-lo-que-debes-saber">GPT-5</a></li> <li id="menu-item-1787137" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1787137"><a href="https://hipertextual.com/2024/04/iphone-16-fecha-de-lanzamiento-precio-caracteristicas">iPhone 16</a></li> <li id="menu-item-1786064" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1786064"><a href="https://hipertextual.com/2024/04/android-15">Android 15</a></li> <li id="menu-item-1789162" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1789162"><a href="https://hipertextual.com/2024/04/sora-que-es-como-funciona-ia-videos-openai">Sora</a></li> <li id="menu-item-1790725" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1790725"><a href="https://hipertextual.com/2024/04/ipad-air-2024-todo-lo-que-esperamos-sexta-generacion">iPad Air 2024</a></li> <li id="menu-item-1786065" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1786065"><a href="https://hipertextual.com/2024/03/ios-18-novedades-fecha-de-lanzamiento-iphone-compatibles">iOS 18</a></li> <li id="menu-item-1790726" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1790726"><a href="https://hipertextual.com/2024/04/ipad-pro-2024-novedades-precios-fecha-de-lanzamiento-y-mas">iPad Pro 2024</a></li> <li id="menu-item-1804118" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1804118"><a href="https://hipertextual.com/2024/07/disney-plus-gratis-barato">Disney+ gratis</a></li> <li id="menu-item-1806942" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1806942"><a href="https://hipertextual.com/2024/08/avengers-doomsday-sinopsis-trailer-fecha-de-estreno-critica">Avengers: Doomsday</a></li> <li id="menu-item-1810055" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1810055"><a href="https://hipertextual.com/2024/09/xiaomi-hyperos-20">HyperOS 2.0</a></li> </ul></div></section> </div><!-- .wrapper --> </aside><!-- .widget-area --> <div class="site-info"> <aside class="widget-area" role="complementary" aria-label="Below Footer"> <div class="wrapper"> <section id="nav_menu-17" class="widget widget_nav_menu"><div class="menu-footer-container"><ul id="menu-footer-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1723961"><a href="https://hipertextual.com/acerca-de-hipertextual">Acerca de Hipertextual</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1262809"><a href="https://hipertextual.com/contacto">Contacto</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1262812"><a href="https://hipertextual.com/trabaja-con-nosotros">Trabaja con nosotros</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1259835"><a href="https://hipertextual.com/politica-cookies">Política de Cookies</a></li> </ul></div></section> </div><!-- .wrapper --> </aside><!-- .widget-area --> <div class="wrapper site-info-contain"> <span class="copyright">© 2025 Hipertextual SL. Todos los derechos reservados</span> <a target="_blank" href="https://newspack.com/" class="imprint"> Powered by Newspack </a> <a class="privacy-policy-link" href="https://hipertextual.com/politica-privacidad" rel="privacy-policy">Política de privacidad</a> </div><!-- .wrapper --> </div><!-- .site-info --> </footer></noscript></div><!-- #colophon --> </div><!-- #page --> <script type="speculationrules"> { "prefetch": [ { "source": "document", "where": { "and": [ {"href_matches": "https:\\/\\/hipertextual.com/*"}, {"not": { "href_matches": "#*" } } ] }, "eagerness": "moderate" } ] } </script> <script defer src="data:text/javascript;base64,CgkJCSggZnVuY3Rpb24oKSB7CgkJCQl3aW5kb3cucGJqcyA9IHdpbmRvdy5wYmpzIHx8IHsgcXVlOiBbXSB9OwoJCQkJd2luZG93Lmdvb2dsZXRhZyA9IHdpbmRvdy5nb29nbGV0YWcgfHwgeyBjbWQ6IFtdIH07CgkJCQlnb29nbGV0YWcuY21kLnB1c2goIGZ1bmN0aW9uKCkgewoJCQkJCWdvb2dsZXRhZy5wdWJhZHMoKS5kaXNhYmxlSW5pdGlhbExvYWQoKTsKCQkJCX0gKTsKCQkJCXZhciBjb25maWcgPSB7ImRlYnVnIjpmYWxzZSwicHJpY2VHcmFudWxhcml0eSI6eyJidWNrZXRzIjpbeyJwcmVjaXNpb24iOjIsImluY3JlbWVudCI6MC4wMSwibWF4IjowLjZ9LHsicHJlY2lzaW9uIjoyLCJpbmNyZW1lbnQiOjAuMDUsIm1heCI6NX0seyJwcmVjaXNpb24iOjIsImluY3JlbWVudCI6MC4xLCJtYXgiOjEwfSx7InByZWNpc2lvbiI6MiwiaW5jcmVtZW50IjowLjUsIm1heCI6MjB9XX0sImJpZGRlclRpbWVvdXQiOjEwMDAsInVzZXJTeW5jIjp7ImVuYWJsZWQiOnRydWV9LCJyZWFsdGltZURhdGEiOnsiZGF0YVByb3ZpZGVyIjpbeyJuYW1lIjoibWVkaWFuZXQiLCJwYXJhbXMiOnsiY2lkIjoiOENVNTFXQzc4In19XX19OwoJCQkJdmFyIGFkVW5pdHMgPSBbeyJjb2RlIjoiZGl2LWdwdC1hZC01YmU3MzRkZjU5LTAiLCJtZWRpYVR5cGVzIjp7ImJhbm5lciI6eyJzaXplcyI6W1s5NzAsMjUwXSxbNzI4LDkwXSxbOTcwLDkwXSxbMzIwLDUwXSxbMzIwLDEwMF1dfX0sImJpZHMiOlt7ImJpZGRlciI6Im1lZGlhbmV0IiwicGFyYW1zIjp7ImNpZCI6IjhDVTUxV0M3OCIsImNyaWQiOiI1NDAzNTM2NDMifX1dfSx7ImNvZGUiOiJkaXYtZ3B0LWFkLTY3YWVkMjVjY2M2Y2EtMCIsIm1lZGlhVHlwZXMiOnsiYmFubmVyIjp7InNpemVzIjpbWzMwMCw2MDBdLFszMDAsMjUwXV19fSwiYmlkcyI6W3siYmlkZGVyIjoibWVkaWFuZXQiLCJwYXJhbXMiOnsiY2lkIjoiOENVNTFXQzc4IiwiY3JpZCI6IjMzNDc3MDM1NSJ9fV19LHsiY29kZSI6ImRpdi1ncHQtYWQtOTVlOTkxMTY2MS0wIiwibWVkaWFUeXBlcyI6eyJiYW5uZXIiOnsic2l6ZXMiOltbMzAwLDYwMF0sWzMwMCwyNTBdXX19LCJiaWRzIjpbeyJiaWRkZXIiOiJtZWRpYW5ldCIsInBhcmFtcyI6eyJjaWQiOiI4Q1U1MVdDNzgiLCJjcmlkIjoiODAwMDQ4MTU1In19XX0seyJjb2RlIjoiZGl2LWdwdC1hZC1hNDdhMDhkMTMxLTAiLCJtZWRpYVR5cGVzIjp7ImJhbm5lciI6eyJzaXplcyI6W1szMDAsNjAwXSxbMzAwLDI1MF0sWzE2MCw2MDBdXX19LCJiaWRzIjpbeyJiaWRkZXIiOiJtZWRpYW5ldCIsInBhcmFtcyI6eyJjaWQiOiI4Q1U1MVdDNzgiLCJjcmlkIjoiNDQwOTIyMzEyIn19XX0seyJjb2RlIjoiZGl2LWdwdC1hZC1lOTQxMmEzNTkyLTAiLCJtZWRpYVR5cGVzIjp7ImJhbm5lciI6eyJzaXplcyI6W1s5NzAsMjUwXSxbMzIwLDUwXSxbMzIwLDEwMF0sWzcyOCw5MF0sWzk3MCw5MF1dfX0sImJpZHMiOlt7ImJpZGRlciI6Im1lZGlhbmV0IiwicGFyYW1zIjp7ImNpZCI6IjhDVTUxV0M3OCIsImNyaWQiOiIzNDc0ODI3NDQifX1dfV07CgkJCQlwYmpzLnF1ZS5wdXNoKCBmdW5jdGlvbigpIHsKCQkJCQlwYmpzLnNldENvbmZpZyggY29uZmlnICk7CgkJCQkJcGJqcy5hZGRBZFVuaXRzKCBhZFVuaXRzICk7CgkJCQkJcGJqcy5yZXF1ZXN0QmlkcyggewoJCQkJCQl0aW1lb3V0OiBjb25maWcuYmlkZGVyVGltZW91dCwKCQkJCQkJYmlkc0JhY2tIYW5kbGVyOiBpbml0QWRzZXJ2ZXIsCgkJCQkJfSApOwoJCQkJCQkJCQl9ICk7CgkJCQlmdW5jdGlvbiBpbml0QWRzZXJ2ZXIoKSB7CgkJCQkJaWYgKCBwYmpzLmluaXRBZHNlcnZlclNldCApIHJldHVybjsKCQkJCQlwYmpzLmluaXRBZHNlcnZlclNldCA9IHRydWU7CgkJCQkJZ29vZ2xldGFnLmNtZC5wdXNoKCBmdW5jdGlvbigpIHsKCQkJCQkJcGJqcy5zZXRUYXJnZXRpbmdGb3JHUFRBc3luYyAmJiBwYmpzLnNldFRhcmdldGluZ0ZvckdQVEFzeW5jKCk7CgkJCQkJCWdvb2dsZXRhZy5wdWJhZHMoKS5yZWZyZXNoKCk7CgkJCQkJfSApOwoJCQkJfQoJCQkJLy8gSW4gY2FzZSBwYmpzIGRvZXNudCBsb2FkLCB0cnkgYWdhaW4gYWZ0ZXIgdGhlIGZhaWxzYWZlIHRpbWVvdXQgb2YgMzAwMG1zLgoJCQkJc2V0VGltZW91dCggaW5pdEFkc2VydmVyLCAzMDAwICk7CgkJCX0gKSgpOwoJCQ=="></script> <script defer src="data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIGFkX2NvbmZpZyA9eyJuZXR3b3JrX2NvZGUiOiIxMDM2MDA5IiwiZGlzYWJsZV9pbml0aWFsX2xvYWQiOmZhbHNlfTt2YXIgYWxsX2FkX3VuaXRzID17ImRpdi1ncHQtYWQtNjdhZWQyNWNhYTY2Ni0wIjp7InVuaXF1ZV9pZCI6IjY3YWVkMjVjYWE2NjYiLCJuYW1lIjoiTmV3c3BhY2sgU2VlZHRhZyIsImNvZGUiOiJuZXdzcGFja19zdCIsInBhdGgiOiIiLCJzaXplcyI6W1sxLDFdXSwiZmx1aWQiOmZhbHNlLCJmaXhlZF9oZWlnaHQiOnsiYWN0aXZlIjp0cnVlLCJ1c2VfbWF4X2hlaWdodCI6ZmFsc2UsIm1heF9oZWlnaHQiOjEwMH0sInRhcmdldGluZyI6W10sInN0aWNreSI6ZmFsc2UsInNpemVfbWFwIjp7IjEiOltbMSwxXV19LCJib3VuZHNfc2VsZWN0b3JzIjpbIi53cC1ibG9jay1jb2x1bW4iLCIuZW50cnktY29udGVudCIsIi5zaWRlYmFyIiwiLndpZGdldC1hcmVhIl0sImJvdW5kc19ibGVlZCI6NDB9LCJkaXYtZ3B0LWFkLTY3YWVkMjVjYjMyYWUtMCI6eyJ1bmlxdWVfaWQiOiI2N2FlZDI1Y2IzMmFlIiwibmFtZSI6Ik5ld3NwYWNrIFNraW4iLCJjb2RlIjoibmV3c3BhY2tfc2tpbiIsInBhdGgiOiIiLCJzaXplcyI6W1sxLDFdXSwiZmx1aWQiOmZhbHNlLCJmaXhlZF9oZWlnaHQiOnsiYWN0aXZlIjp0cnVlLCJ1c2VfbWF4X2hlaWdodCI6ZmFsc2UsIm1heF9oZWlnaHQiOjEwMH0sInRhcmdldGluZyI6W10sInN0aWNreSI6ZmFsc2UsInNpemVfbWFwIjp7IjEiOltbMSwxXV19LCJib3VuZHNfc2VsZWN0b3JzIjpbIi53cC1ibG9jay1jb2x1bW4iLCIuZW50cnktY29udGVudCIsIi5zaWRlYmFyIiwiLndpZGdldC1hcmVhIl0sImJvdW5kc19ibGVlZCI6NDB9LCJkaXYtZ3B0LWFkLTY3YWVkMjVjYmIxOTAtMCI6eyJ1bmlxdWVfaWQiOiI2N2FlZDI1Y2JiMTkwIiwibmFtZSI6Ik5ld3NwYWNrIEludGVyc3RpdGlhbCIsImNvZGUiOiJuZXdzcGFja19pbnRlcnN0aXRpYWwiLCJwYXRoIjoiIiwic2l6ZXMiOltbMSwxXV0sImZsdWlkIjpmYWxzZSwiZml4ZWRfaGVpZ2h0Ijp7ImFjdGl2ZSI6dHJ1ZSwidXNlX21heF9oZWlnaHQiOmZhbHNlLCJtYXhfaGVpZ2h0IjoxMDB9LCJ0YXJnZXRpbmciOltdLCJzdGlja3kiOmZhbHNlLCJzaXplX21hcCI6eyIxIjpbWzEsMV1dfSwiYm91bmRzX3NlbGVjdG9ycyI6WyIud3AtYmxvY2stY29sdW1uIiwiLmVudHJ5LWNvbnRlbnQiLCIuc2lkZWJhciIsIi53aWRnZXQtYXJlYSJdLCJib3VuZHNfYmxlZWQiOjQwfSwiZGl2LWdwdC1hZC01YmU3MzRkZjU5LTAiOnsidW5pcXVlX2lkIjoiNWJlNzM0ZGY1OSIsIm5hbWUiOiJOZXdzcGFjayBoZWFkZXIiLCJjb2RlIjoibmV3c3BhY2tfaGVhZGVyIiwicGF0aCI6IiIsInNpemVzIjpbWzk3MCwyNTBdLFs3MjgsOTBdLFs5NzAsOTBdLFszMDAsNTBdLFszMjAsNTBdLFszMjAsMTAwXV0sImZsdWlkIjpmYWxzZSwiZml4ZWRfaGVpZ2h0Ijp7ImFjdGl2ZSI6dHJ1ZSwidXNlX21heF9oZWlnaHQiOmZhbHNlLCJtYXhfaGVpZ2h0IjoxMDB9LCJ0YXJnZXRpbmciOltdLCJzdGlja3kiOmZhbHNlLCJzaXplX21hcCI6eyIzMDAiOltbMzAwLDUwXV0sIjMyMCI6W1szMDAsNTBdLFszMjAsNTBdLFszMjAsMTAwXV0sIjcyOCI6W1s3MjgsOTBdXSwiOTcwIjpbWzcyOCw5MF0sWzk3MCw5MF0sWzk3MCwyNTBdXX0sImJvdW5kc19zZWxlY3RvcnMiOlsiLndwLWJsb2NrLWNvbHVtbiIsIi5lbnRyeS1jb250ZW50IiwiLnNpZGViYXIiLCIud2lkZ2V0LWFyZWEiXSwiYm91bmRzX2JsZWVkIjo0MCwiYmlkZGVycyI6eyJtZWRpYW5ldCI6IjU0MDM1MzY0MyJ9fSwiZGl2LWdwdC1hZC02N2FlZDI1Y2NjNmNhLTAiOnsidW5pcXVlX2lkIjoiNjdhZWQyNWNjYzZjYSIsIm5hbWUiOiJOZXdzcGFjayBzaWRlYmFyIGFib3ZlIHRoZSBmb2xkIiwiY29kZSI6Im5ld3NwYWNrX3NpZGViYXJfYXRmIiwicGF0aCI6IiIsInNpemVzIjpbWzMwMCw1MF0sWzMwMCw2MDBdLFszMDAsMjUwXSxbMzAwLDEwMF1dLCJmbHVpZCI6ZmFsc2UsImZpeGVkX2hlaWdodCI6eyJhY3RpdmUiOnRydWUsInVzZV9tYXhfaGVpZ2h0IjpmYWxzZSwibWF4X2hlaWdodCI6MTAwfSwidGFyZ2V0aW5nIjpbXSwic3RpY2t5IjpmYWxzZSwic2l6ZV9tYXAiOnsiMzAwIjpbWzMwMCw1MF0sWzMwMCwxMDBdLFszMDAsMjUwXSxbMzAwLDYwMF1dfSwiYm91bmRzX3NlbGVjdG9ycyI6WyIud3AtYmxvY2stY29sdW1uIiwiLmVudHJ5LWNvbnRlbnQiLCIuc2lkZWJhciIsIi53aWRnZXQtYXJlYSJdLCJib3VuZHNfYmxlZWQiOjQwLCJiaWRkZXJzIjp7Im1lZGlhbmV0IjoiMzM0NzcwMzU1In19LCJkaXYtZ3B0LWFkLTk1ZTk5MTE2NjEtMCI6eyJ1bmlxdWVfaWQiOiI5NWU5OTExNjYxIiwibmFtZSI6Ik5ld3NwYWNrIHNpZGViYXIgYWJvdmUgdGhlIGZvbGQiLCJjb2RlIjoibmV3c3BhY2tfc2lkZWJhcl9hdGYiLCJwYXRoIjoiIiwic2l6ZXMiOltbMzAwLDUwXSxbMzAwLDYwMF0sWzMwMCwyNTBdLFszMDAsMTAwXV0sImZsdWlkIjpmYWxzZSwiZml4ZWRfaGVpZ2h0Ijp7ImFjdGl2ZSI6dHJ1ZSwidXNlX21heF9oZWlnaHQiOmZhbHNlLCJtYXhfaGVpZ2h0IjoxMDB9LCJ0YXJnZXRpbmciOltdLCJzdGlja3kiOmZhbHNlLCJzaXplX21hcCI6eyIzMDAiOltbMzAwLDUwXSxbMzAwLDEwMF0sWzMwMCwyNTBdLFszMDAsNjAwXV19LCJib3VuZHNfc2VsZWN0b3JzIjpbIi53cC1ibG9jay1jb2x1bW4iLCIuZW50cnktY29udGVudCIsIi5zaWRlYmFyIiwiLndpZGdldC1hcmVhIl0sImJvdW5kc19ibGVlZCI6NDAsImJpZGRlcnMiOnsibWVkaWFuZXQiOiI4MDAwNDgxNTUifX0sImRpdi1ncHQtYWQtYTQ3YTA4ZDEzMS0wIjp7InVuaXF1ZV9pZCI6ImE0N2EwOGQxMzEiLCJuYW1lIjoiTmV3c3BhY2sgc2lkZWJhciBtaWRwYWdlIiwiY29kZSI6Im5ld3NwYWNrX3NpZGViYXJfbWlkcGFnZSIsInBhdGgiOiIiLCJzaXplcyI6W1szMDAsNTBdLFszMDAsNjAwXSxbMzAwLDI1MF0sWzE2MCw2MDBdLFszMDAsMTAwXV0sImZsdWlkIjpmYWxzZSwiZml4ZWRfaGVpZ2h0Ijp7ImFjdGl2ZSI6dHJ1ZSwidXNlX21heF9oZWlnaHQiOmZhbHNlLCJtYXhfaGVpZ2h0IjoxMDB9LCJ0YXJnZXRpbmciOltdLCJzdGlja3kiOmZhbHNlLCJzaXplX21hcCI6eyIxNjAiOltbMTYwLDYwMF1dLCIzMDAiOltbMzAwLDUwXSxbMzAwLDEwMF0sWzMwMCwyNTBdLFszMDAsNjAwXV19LCJib3VuZHNfc2VsZWN0b3JzIjpbIi53cC1ibG9jay1jb2x1bW4iLCIuZW50cnktY29udGVudCIsIi5zaWRlYmFyIiwiLndpZGdldC1hcmVhIl0sImJvdW5kc19ibGVlZCI6NDAsImJpZGRlcnMiOnsibWVkaWFuZXQiOiI0NDA5MjIzMTIifX0sImRpdi1ncHQtYWQtZTk0MTJhMzU5Mi0wIjp7InVuaXF1ZV9pZCI6ImU5NDEyYTM1OTIiLCJuYW1lIjoiTmV3c3BhY2sgRm9vdGVyIiwiY29kZSI6Im5ld3NwYWNrX2Zvb3RlciIsInBhdGgiOiIiLCJzaXplcyI6W1s5NzAsMjUwXSxbMzAwLDUwXSxbMzIwLDUwXSxbMzIwLDEwMF0sWzcyOCw5MF0sWzk3MCw5MF0sWzAsMTAwXV0sImZsdWlkIjpmYWxzZSwiZml4ZWRfaGVpZ2h0Ijp7ImFjdGl2ZSI6dHJ1ZSwidXNlX21heF9oZWlnaHQiOmZhbHNlLCJtYXhfaGVpZ2h0IjoxMDB9LCJ0YXJnZXRpbmciOltdLCJzdGlja3kiOmZhbHNlLCJzaXplX21hcCI6eyIzMDAiOltbMzAwLDUwXV0sIjMyMCI6W1szMDAsNTBdLFszMjAsNTBdLFszMjAsMTAwXV0sIjcyOCI6W1s3MjgsOTBdXSwiOTcwIjpbWzcyOCw5MF0sWzk3MCw5MF0sWzk3MCwyNTBdXX0sImJvdW5kc19zZWxlY3RvcnMiOlsiLndwLWJsb2NrLWNvbHVtbiIsIi5lbnRyeS1jb250ZW50IiwiLnNpZGViYXIiLCIud2lkZ2V0LWFyZWEiXSwiYm91bmRzX2JsZWVkIjo0MCwiYmlkZGVycyI6eyJtZWRpYW5ldCI6IjM0NzQ4Mjc0NCJ9fX07dmFyIGNvbW1vbl90YXJnZXRpbmcgPXsic2l0ZSI6ImhpcGVydGV4dHVhbC5jb20iLCJyZWFkZXJfc3RhdHVzIjpbXSwic2x1ZyI6Imd1aWEtb2JqZXRpdm9zIiwiY2F0ZWdvcnkiOlsiZm90b2dyYWZpYSIsImd1aWFzIl0sInRhZyI6WyJncmFuLWFuZ3VsYXIiLCJndWlhIiwibWFjcm8iLCJvam8tZGUtcGV6IiwidGVsZW9iamV0aXZvIiwidGlsdC1zaGlmdCJdLCJhdXRob3IiOlsiYnJ1bm8tYmVsY2FzdHJvIl0sInBvc3RfdHlwZSI6InBvc3QiLCJJRCI6MTU0Nzc0MH07dmFyIGRlZmluZWRfYWRfdW5pdHMgPXt9O3ZhciBib3VuZHNDb250YWluZXJzID17fTtmdW5jdGlvbiBpbk9yUGFzdFZpZXdwb3J0KGVsZW1lbnQpe3ZhciBib3VuZGluZyA9IGVsZW1lbnQuZ2V0Qm91bmRpbmdDbGllbnRSZWN0KCk7cmV0dXJuKGJvdW5kaW5nLnJpZ2h0IDw9KHdpbmRvdy5pbm5lcldpZHRoIHx8IGRvY3VtZW50LmRvY3VtZW50RWxlbWVudC5jbGllbnRXaWR0aCkmJmJvdW5kaW5nLmJvdHRvbSA8PSh3aW5kb3cuaW5uZXJIZWlnaHQgfHwgZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsaWVudEhlaWdodCkpO31mb3IodmFyIGNvbnRhaW5lcl9pZCBpbiBhbGxfYWRfdW5pdHMpe3ZhciBhZF91bml0ID0gYWxsX2FkX3VuaXRzWyBjb250YWluZXJfaWQgXTt2YXIgY29udGFpbmVyID0gZG9jdW1lbnQucXVlcnlTZWxlY3RvcignIycgKyBjb250YWluZXJfaWQpO2lmKCEgY29udGFpbmVyKXtjb250aW51ZTt9YWRfdW5pdC5pbl92aWV3cG9ydCA9IGluT3JQYXN0Vmlld3BvcnQoY29udGFpbmVyKTtjb250YWluZXIuYWRfdW5pdCA9IGFkX3VuaXQ7dmFyIGJvdW5kc1dpZHRoID0gMDtmaW5kQ29udGFpbmVyOgoJCQkJCWZvcih2YXIgaSA9IDA7aSA8IGFkX3VuaXRbJ2JvdW5kc19zZWxlY3RvcnMnXS5sZW5ndGg7aSsrKXt2YXIgc2VsZWN0b3IgPSBhZF91bml0Wydib3VuZHNfc2VsZWN0b3JzJ11bIGkgXTtpZih0eXBlb2YgYm91bmRzQ29udGFpbmVyc1sgc2VsZWN0b3IgXSA9PT0gJ3VuZGVmaW5lZCcpe2JvdW5kc0NvbnRhaW5lcnNbIHNlbGVjdG9yIF0gPSBkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKHNlbGVjdG9yKTt9aWYoYm91bmRzQ29udGFpbmVyc1sgc2VsZWN0b3IgXS5sZW5ndGgpe2Zvcih2YXIgaiA9IDA7aiA8IGJvdW5kc0NvbnRhaW5lcnNbIHNlbGVjdG9yIF0ubGVuZ3RoO2orKyl7dmFyIGJvdW5kc0NvbnRhaW5lciA9IGJvdW5kc0NvbnRhaW5lcnNbIHNlbGVjdG9yIF1bIGogXTtpZihib3VuZHNDb250YWluZXIuY29udGFpbnMoY29udGFpbmVyKSl7Ym91bmRzV2lkdGggPSBib3VuZHNDb250YWluZXIub2Zmc2V0V2lkdGg7YnJlYWsgZmluZENvbnRhaW5lcjt9fX19dmFyIHNob3VsZFVzZUJvdW5kcyA9ICEhIGJvdW5kc1dpZHRoO3ZhciBhdmFpbGFibGVXaWR0aCA9IHdpbmRvdy5pbm5lcldpZHRoO2lmKHNob3VsZFVzZUJvdW5kcyl7dmFyIGNvbnRhaW5lcldpZHRoID0gY29udGFpbmVyLnBhcmVudE5vZGUub2Zmc2V0V2lkdGg7YXZhaWxhYmxlV2lkdGggPSBNYXRoLm1heChib3VuZHNXaWR0aCxjb250YWluZXJXaWR0aCkrIHBhcnNlSW50KGFkX3VuaXRbJ2JvdW5kc19ibGVlZCddKTtmb3Iodmlld3BvcnRXaWR0aCBpbiBhZF91bml0WydzaXplX21hcCddKXt2YXIgd2lkdGggPSBwYXJzZUludCh2aWV3cG9ydFdpZHRoKTtpZihzaG91bGRVc2VCb3VuZHMmJndpZHRoID4gYXZhaWxhYmxlV2lkdGgpe2RlbGV0ZSBhZF91bml0WydzaXplX21hcCddWyB2aWV3cG9ydFdpZHRoIF07fX19aWYoYWRfdW5pdC5maXhlZF9oZWlnaHQuYWN0aXZlKXt2YXIgaGVpZ2h0ID0gJ2F1dG8nO3ZhciBwcm9wID0gJ2hlaWdodCc7aWYoYWRfdW5pdC5pbl92aWV3cG9ydCl7Zm9yKHZpZXdwb3J0V2lkdGggaW4gYWRfdW5pdC5zaXplX21hcCl7aWYodmlld3BvcnRXaWR0aCA8IGF2YWlsYWJsZVdpZHRoKXtoZWlnaHQgPSAwO2ZvcihzaXplIGluIGFkX3VuaXQuc2l6ZV9tYXBbIHZpZXdwb3J0V2lkdGggXSl7aGVpZ2h0ID0gTWF0aC5tYXgoaGVpZ2h0LGFkX3VuaXQuc2l6ZV9tYXBbIHZpZXdwb3J0V2lkdGggXVsgc2l6ZSBdWzFdKTt9fX1pZihhZF91bml0LmZpeGVkX2hlaWdodC51c2VfbWF4X2hlaWdodCYmYWRfdW5pdC5maXhlZF9oZWlnaHQubWF4X2hlaWdodCA8IGhlaWdodCl7aGVpZ2h0ID0gYWRfdW5pdC5maXhlZF9oZWlnaHQubWF4X2hlaWdodDtwcm9wID0gJ21pbi1oZWlnaHQnO31oZWlnaHQgPSBoZWlnaHQgKyAncHgnO31jb250YWluZXIucGFyZW50Tm9kZS5zdHlsZVtwcm9wXSA9IGhlaWdodDt9fWdvb2dsZXRhZy5jbWQucHVzaChmdW5jdGlvbigpe2Zvcih2YXIgY29udGFpbmVyX2lkIGluIGFsbF9hZF91bml0cyl7dmFyIGFkX3VuaXQgPSBhbGxfYWRfdW5pdHNbIGNvbnRhaW5lcl9pZCBdO3ZhciBjb250YWluZXIgPSBkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCcjJyArIGNvbnRhaW5lcl9pZCk7aWYoISBjb250YWluZXIpe2NvbnRpbnVlO312YXIgc2xvdFNpemVzID0gYWRfdW5pdFsnc2l6ZXMnXTtpZihhZF91bml0WydmbHVpZCddKXtzbG90U2l6ZXMgPSBzbG90U2l6ZXMuY29uY2F0KCdmbHVpZCcpO312YXIgY29kZVBhcnRzID0gWyBhZF9jb25maWdbJ25ldHdvcmtfY29kZSddIF07aWYoYWRfdW5pdC5wYXRoJiZhZF91bml0LnBhdGgubGVuZ3RoKXtjb2RlUGFydHMgPSBjb2RlUGFydHMuY29uY2F0KGFkX3VuaXQucGF0aC5tYXAoZnVuY3Rpb24ocGFyZW50KXtyZXR1cm4gcGFyZW50Wydjb2RlJ107fSkpO31jb2RlUGFydHMucHVzaChhZF91bml0Wydjb2RlJ10pO3ZhciBjb2RlID0gJy8nICsgY29kZVBhcnRzLmpvaW4oJy8nKTtkZWZpbmVkX2FkX3VuaXRzWyBjb250YWluZXJfaWQgXSA9IGdvb2dsZXRhZy5kZWZpbmVTbG90KGNvZGUsc2xvdFNpemVzLGNvbnRhaW5lcl9pZCkuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpO2Zvcih2YXIgdGFyZ2V0X2tleSBpbiBjb21tb25fdGFyZ2V0aW5nKXtkZWZpbmVkX2FkX3VuaXRzWyBjb250YWluZXJfaWQgXS5zZXRUYXJnZXRpbmcodGFyZ2V0X2tleSxjb21tb25fdGFyZ2V0aW5nWyB0YXJnZXRfa2V5IF0pO31mb3IodmFyIHRhcmdldF9rZXkgaW4gYWRfdW5pdFsndGFyZ2V0aW5nJ10pe2RlZmluZWRfYWRfdW5pdHNbIGNvbnRhaW5lcl9pZCBdLnNldFRhcmdldGluZyh0YXJnZXRfa2V5LGFkX3VuaXRbJ3RhcmdldGluZyddWyB0YXJnZXRfa2V5IF0pO312YXIgbWFwcGluZyA9IGdvb2dsZXRhZy5zaXplTWFwcGluZygpO3ZhciBiYXNlU2l6ZXMgPSBbXTtpZihhZF91bml0WydmbHVpZCddKXtiYXNlU2l6ZXMgPSBiYXNlU2l6ZXMuY29uY2F0KCdmbHVpZCcpO31mb3Iodmlld3BvcnRXaWR0aCBpbiBhZF91bml0WydzaXplX21hcCddKXt2YXIgd2lkdGggPSBwYXJzZUludCh2aWV3cG9ydFdpZHRoKTt2YXIgbWFwcGVkU2l6ZXMgPSBhZF91bml0WydzaXplX21hcCddWyB2aWV3cG9ydFdpZHRoIF07bWFwcGluZy5hZGRTaXplKFsgd2lkdGgsMCBdLGJhc2VTaXplcy5jb25jYXQobWFwcGVkU2l6ZXMpKTt9aWYoYWRfdW5pdFsnc3RpY2t5J10pe21hcHBpbmcuYWRkU2l6ZShbNjAwLDBdLGJhc2VTaXplcyk7dmFyIHN0aWNreUNvbnRhaW5lciA9IGNvbnRhaW5lci5wYXJlbnROb2RlO3ZhciBzdGlja3lDbG9zZSA9IHN0aWNreUNvbnRhaW5lci5xdWVyeVNlbGVjdG9yKCdidXR0b24ubmV3c3BhY2tfc3RpY2t5X2FkX19jbG9zZScpO3ZhciBpbml0aWFsQm9keVBhZGRpbmcgPSBkb2N1bWVudC5ib2R5LnN0eWxlLnBhZGRpbmdCb3R0b207aWYoc3RpY2t5Q2xvc2Upe3N0aWNreUNsb3NlLmFkZEV2ZW50TGlzdGVuZXIoJ2NsaWNrJyxmdW5jdGlvbigpe3N0aWNreUNvbnRhaW5lci5wYXJlbnROb2RlLnJlbW92ZUNoaWxkKHN0aWNreUNvbnRhaW5lcik7ZG9jdW1lbnQuYm9keS5zdHlsZS5wYWRkaW5nQm90dG9tID0gaW5pdGlhbEJvZHlQYWRkaW5nO30pO319bWFwcGluZy5hZGRTaXplKFswLDBdLGJhc2VTaXplcyk7ZGVmaW5lZF9hZF91bml0c1sgY29udGFpbmVyX2lkIF0uZGVmaW5lU2l6ZU1hcHBpbmcobWFwcGluZy5idWlsZCgpKTt9aWYoYWRfY29uZmlnWydkaXNhYmxlX2luaXRpYWxfbG9hZCddKXtnb29nbGV0YWcucHViYWRzKCkuZGlzYWJsZUluaXRpYWxMb2FkKCk7fWdvb2dsZXRhZy5wdWJhZHMoKS5jb2xsYXBzZUVtcHR5RGl2cygpO2dvb2dsZXRhZy5wdWJhZHMoKS5lbmFibGVTaW5nbGVSZXF1ZXN0KCk7Z29vZ2xldGFnLmVuYWJsZVNlcnZpY2VzKCk7Zm9yKHZhciBjb250YWluZXJfaWQgaW4gZGVmaW5lZF9hZF91bml0cyl7Z29vZ2xldGFnLmRpc3BsYXkoY29udGFpbmVyX2lkKTt9Z29vZ2xldGFnLnB1YmFkcygpLmFkZEV2ZW50TGlzdGVuZXIoJ3Nsb3RSZW5kZXJFbmRlZCcsZnVuY3Rpb24oZXZlbnQpe3ZhciBjb250YWluZXIgPSBkb2N1bWVudC5nZXRFbGVtZW50QnlJZChldmVudC5zbG90LmdldFNsb3RFbGVtZW50SWQoKSk7aWYoISBjb250YWluZXIpe3JldHVybjt9dmFyIGFkX3VuaXQgPSBjb250YWluZXIuYWRfdW5pdDtpZighIGFkX3VuaXQpe3JldHVybjt9aWYoYWRfdW5pdC5maXhlZF9oZWlnaHQuYWN0aXZlJiZjb250YWluZXIucGFyZW50Tm9kZS5zdHlsZS5oZWlnaHQgPT09ICdhdXRvJyYmZXZlbnQuc2l6ZSl7Y29udGFpbmVyLnBhcmVudE5vZGUuc3R5bGUuaGVpZ2h0ID0gZXZlbnQuc2l6ZVsxXSArICdweCc7ZXZlbnQuc2xvdC5kZWZpbmVTaXplTWFwcGluZyhnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS5hZGRTaXplKFsgMCwwIF0sZXZlbnQuc2l6ZSkuYnVpbGQoKSk7fWlmKGV2ZW50LmlzRW1wdHkmJihhZF91bml0LnN0aWNreSB8fCAhIGFkX3VuaXQuZml4ZWRfaGVpZ2h0LmFjdGl2ZSB8fChhZF91bml0LmZpeGVkX2hlaWdodC5hY3RpdmUmJiEgYWRfdW5pdC5pbl92aWV3cG9ydCkpKXtjb250YWluZXIucGFyZW50Tm9kZS5zdHlsZS5kaXNwbGF5ID0gJ25vbmUnO31lbHNle2NvbnRhaW5lci5wYXJlbnROb2RlLnN0eWxlLmRpc3BsYXkgPSAnZmxleCc7fXZhciBzaXplcyA9IGV2ZW50LnNsb3QuZ2V0U2l6ZXMoKTtpZigoZXZlbnQuc2l6ZSA9PT0gbnVsbCB8fCBldmVudC5zaXplWzBdID09PSAwKSYmQXJyYXkuaXNBcnJheShzaXplcykmJnNpemVzLmluZGV4T2YoJ2ZsdWlkJykhPT0gLTEpe2lmKGNvbnRhaW5lcil7dmFyIGlmcmFtZSA9IGNvbnRhaW5lci5xdWVyeVNlbGVjdG9yKCdpZnJhbWUnKTtpZihpZnJhbWUpe2lmcmFtZS5zdHlsZS53aWR0aCA9ICcxMDAlJzt9fX19KTtnb29nbGV0YWcucHViYWRzKCkuYWRkRXZlbnRMaXN0ZW5lcignc2xvdFJlbmRlckVuZGVkJyxmdW5jdGlvbihldmVudCl7dmFyIGNvbnRhaW5lciA9IGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKGV2ZW50LnNsb3QuZ2V0U2xvdEVsZW1lbnRJZCgpKTtpZighIGNvbnRhaW5lcil7cmV0dXJuO312YXIgYWRfdW5pdCA9IGNvbnRhaW5lci5hZF91bml0O2lmKCEgYWRfdW5pdCB8fCAhIGFkX3VuaXQuc3RpY2t5KXtyZXR1cm47fWlmKCEgZXZlbnQuaXNFbXB0eSYmZG9jdW1lbnQuYm9keS5jbGllbnRXaWR0aCA8PSA2MDApe3N0aWNreUNvbnRhaW5lci5zdHlsZS5kaXNwbGF5ID0gJ2ZsZXgnO2RvY3VtZW50LmJvZHkuc3R5bGUucGFkZGluZ0JvdHRvbSA9IHN0aWNreUNvbnRhaW5lci5jbGllbnRIZWlnaHQgKyAncHgnO319KTsoZnVuY3Rpb24oKXt2YXIgc3RpY2t5QWQgPSBkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCcuaC1zdGsgLnN0aWNrLXRvLXRvcDpsYXN0LWNoaWxkJyk7dmFyIHNpdGVIZWFkZXIgPSBkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCcuaC1zdGsgLnNpdGUtaGVhZGVyJyk7aWYoc3RpY2t5QWQmJnNpdGVIZWFkZXIpe3N0aWNreUFkLnN0eWxlLnRvcCA9ICdjYWxjKCcgKyBzaXRlSGVhZGVyLm9mZnNldEhlaWdodCArICdweCArIDFyZW0pJzt9fSkoKTt9KTt9KSgpOw=="></script> <script defer id="bilmur" data-provider="wpcloud" data-service="newspack" src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202507"></script> <!-- Jetpack Search took 211 ms, ES time ms --> <script type="module" defer src="data:text/javascript;base64,CgkJaW1wb3J0IHsgV29ya2JveCB9IGZyb20gImh0dHBzOlwvXC9oaXBlcnRleHR1YWwuY29tXC93cC1jb250ZW50XC9wbHVnaW5zXC9wd2FcL3dwLWluY2x1ZGVzXC9qc1wvd29ya2JveC12Ny4zLjBcL3dvcmtib3gtd2luZG93LnByb2QuanMiOwoKCQlpZiAoICdzZXJ2aWNlV29ya2VyJyBpbiBuYXZpZ2F0b3IgKSB7CgkJCXdpbmRvdy53cCA9IHdpbmRvdy53cCB8fCB7fTsKCQkJd2luZG93LndwLnNlcnZpY2VXb3JrZXJXaW5kb3cgPSBuZXcgV29ya2JveCgKCQkJCSJodHRwczpcL1wvaGlwZXJ0ZXh0dWFsLmNvbVwvd3Auc2VydmljZXdvcmtlciIsCgkJCQl7InNjb3BlIjoiXC8ifQkJCSk7CgkJCXdpbmRvdy53cC5zZXJ2aWNlV29ya2VyV2luZG93LnJlZ2lzdGVyKCk7CgkJfQoJ"></script> <style id='wp-block-search-inline-css'>.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}</style> <style id='wp-block-search-theme-inline-css'>.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}</style> <link rel="stylesheet" id="newspack-blocks-homepage-articles-css" media="all" data-pmdelayedstyle="https://hipertextual.com/wp-content/plugins/newspack-blocks/dist/homepage-articles/view.css?ver=4.5.10"> <script id="custom-content-types-data-js-before" defer src="data:text/javascript;base64,CnZhciBDVVNUT01fQ09OVEVOVF9UWVBFX19JTklUSUFMX1NUQVRFOyB0eXBlb2YgQ1VTVE9NX0NPTlRFTlRfVFlQRV9fSU5JVElBTF9TVEFURSA9PT0gIm9iamVjdCIgfHwgKENVU1RPTV9DT05URU5UX1RZUEVfX0lOSVRJQUxfU1RBVEUgPSBKU09OLnBhcnNlKGRlY29kZVVSSUNvbXBvbmVudCgiJTdCJTIyYWN0aXZlJTIyJTNBdHJ1ZSUyQyUyMm92ZXJfcmlkZSUyMiUzQWZhbHNlJTdEIikpKTsK"></script> <script id="avc_frontend-js-extra" defer src="data:text/javascript;base64,CnZhciBBZFJlZnJlc2hDb250cm9sID0geyJhZHZlcnRpc2VySWRzIjpbMV0sImxpbmVJdGVtSWRzIjpbXSwic2l6ZXNUb0V4Y2x1ZGUiOlsiMSwxIl0sInNsb3RJZHNUb0V4Y2x1ZGUiOnsiZGl2LWdwdC1hZC02NDZlMDFmZjYxNGE0LTAiOjEsImRpdi1ncHQtYWQtNjQ2ZTAxZmY1NjI5MS0wIjoxLCJkaXYtZ3B0LWFkLTY1YzdmZmUzMWE1YzUtMCI6MX0sInZpZXdhYmlsaXR5VGhyZXNob2xkIjoiNTAiLCJyZWZyZXNoSW50ZXJ2YWwiOiIxNSIsIm1heGltdW1SZWZyZXNoZXMiOiI1MCIsInJlZnJlc2hDYWxsYmFjayI6IiJ9Owo="></script> <script src="https://hipertextual.com/wp-content/plugins/ad-refresh-control/dist/js/frontend.js?ver=1.1.5" id="avc_frontend-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script async src="https://hipertextual.com/wp-content/plugins/newspack-ads/includes/../dist/prebid.js?ver=1737396214" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script><script src="https://hipertextual.com/wp-content/plugins/newspack-ads/dist/media-kit-frontend.js?ver=3.3.2" id="newspack-ads-media-kit-frontend-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="newspack-reader-activation-js-extra" defer src="data:text/javascript;base64,CnZhciBuZXdzcGFja19yYXNfY29uZmlnID0geyJhdXRoX2ludGVudGlvbl9jb29raWUiOiJucF9hdXRoX2ludGVudGlvbiIsImNpZF9jb29raWUiOiJuZXdzcGFjay1jaWQiLCJpc19sb2dnZWRfaW4iOiIiLCJhdXRoZW50aWNhdGVkX2VtYWlsIjoiIiwib3RwX2F1dGhfYWN0aW9uIjoibnBfb3RwX2F1dGgiLCJvdHBfcmF0ZV9pbnRlcnZhbCI6IjYwIiwiYWNjb3VudF91cmwiOiIiLCJpc19yYXNfZW5hYmxlZCI6IiJ9Owp2YXIgbmV3c3BhY2tfcmVhZGVyX2RhdGEgPSB7InN0b3JlX3ByZWZpeCI6Im5wX3JlYWRlcl8xXyIsImlzX3RlbXBvcmFyeSI6IiIsInJlYWRlcl9hY3Rpdml0eSI6W3siYWN0aW9uIjoiYXJ0aWNsZV92aWV3IiwiZGF0YSI6eyJwb3N0X2lkIjoxNTQ3NzQwLCJwZXJtYWxpbmsiOiJodHRwczpcL1wvaGlwZXJ0ZXh0dWFsLmNvbVwvMjAxMFwvMDNcL2d1aWEtb2JqZXRpdm9zIiwiY2F0ZWdvcmllcyI6WzEzLDEwNzI3XSwidGFncyI6WzQxMTYsMTY3OCw5ODE0NDUsOTg3ODA5LDczMzA1LDUxNzddLCJhdXRob3IiOiIzMDQifX1dfTsK"></script> <script id="newspack-reader-auth-js-extra" defer src="data:text/javascript;base64,CnZhciBuZXdzcGFja19yZWFkZXJfYWN0aXZhdGlvbl9sYWJlbHMgPSB7InRpdGxlIjoiU2lnbiBpbiIsImludmFsaWRfZW1haWwiOiJQbGVhc2UgZW50ZXIgYSB2YWxpZCBlbWFpbCBhZGRyZXNzLiIsImludmFsaWRfcGFzc3dvcmQiOiJQbGVhc2UgZW50ZXIgYSBwYXNzd29yZC4iLCJpbnZhbGlkX2Rpc3BsYXkiOiJEaXNwbGF5IG5hbWUgY2Fubm90IG1hdGNoIHlvdXIgZW1haWwgYWRkcmVzcy4gUGxlYXNlIGNob29zZSBhIGRpZmZlcmVudCBkaXNwbGF5IG5hbWUuIiwiYmxvY2tlZF9wb3B1cCI6IlRoZSBwb3B1cCBoYXMgYmVlbiBibG9ja2VkLiBBbGxvdyBwb3B1cHMgZm9yIHRoZSBzaXRlIGFuZCB0cnkgYWdhaW4uIiwiY29kZV9zZW50IjoiQ29kZSBzZW50ISBDaGVjayB5b3VyIGluYm94LiIsImNvZGVfcmVzZW50IjoiQ29kZSByZXNlbnQhIENoZWNrIHlvdXIgaW5ib3guIiwiY3JlYXRlX2FjY291bnQiOiJDcmVhdGUgYW4gYWNjb3VudCIsInNpZ25pbiI6eyJ0aXRsZSI6IlNpZ24gaW4iLCJzdWNjZXNzX3RpdGxlIjoiU3VjY2VzcyEgWW91XHUyMDE5cmUgc2lnbmVkIGluLiIsInN1Y2Nlc3NfbWVzc2FnZSI6IkxvZ2luIHN1Y2Nlc3NmdWwhIiwiY29udGludWUiOiJDb250aW51ZSIsInJlc2VuZF9jb2RlIjoiUmVzZW5kIGNvZGUiLCJvdHAiOiJFbWFpbCBtZSBhIG9uZS10aW1lIGNvZGUgaW5zdGVhZCIsIm90cF90aXRsZSI6IkVudGVyIHRoZSBjb2RlIHNlbnQgdG8geW91ciBlbWFpbC4iLCJmb3Jnb3RfcGFzc3dvcmQiOiJGb3Jnb3QgcGFzc3dvcmQiLCJjcmVhdGVfYWNjb3VudCI6IkNyZWF0ZSBhbiBhY2NvdW50IiwicmVnaXN0ZXIiOiJTaWduIGluIHRvIGFuIGV4aXN0aW5nIGFjY291bnQiLCJnb19iYWNrIjoiR28gYmFjayIsInNldF9wYXNzd29yZCI6IlNldCBhIHBhc3N3b3JkIChvcHRpb25hbCkifSwicmVnaXN0ZXIiOnsidGl0bGUiOiJDcmVhdGUgYW4gYWNjb3VudCIsInN1Y2Nlc3NfdGl0bGUiOiJTdWNjZXNzISBZb3VyIGFjY291bnQgd2FzIGNyZWF0ZWQgYW5kIHlvdVx1MjAxOXJlIHNpZ25lZCBpbi4iLCJzdWNjZXNzX2Rlc2NyaXB0aW9uIjoiSW4gdGhlIGZ1dHVyZSwgeW91XHUyMDE5bGwgc2lnbiBpbiB3aXRoIGEgbWFnaWMgbGluaywgb3IgYSBjb2RlIHNlbnQgdG8geW91ciBlbWFpbC4gSWYgeW91XHUyMDE5ZCByYXRoZXIgdXNlIGEgcGFzc3dvcmQsIHlvdSBjYW4gc2V0IG9uZSBiZWxvdy4ifSwidmVyaWZ5IjoiVGhhbmsgeW91IGZvciB2ZXJpZnlpbmcgeW91ciBhY2NvdW50ISIsIm1hZ2ljX2xpbmsiOiJQbGVhc2UgY2hlY2sgeW91ciBpbmJveCBmb3IgYW4gYXV0aGVudGljYXRpb24gbGluay4iLCJwYXNzd29yZF9yZXNldF9pbnRlcnZhbCI6IlBsZWFzZSB3YWl0IGEgbW9tZW50IGJlZm9yZSByZXF1ZXN0aW5nIGFub3RoZXIgcGFzc3dvcmQgcmVzZXQgZW1haWwuIiwiYWNjb3VudF9saW5rIjp7InNpZ25lZGluIjoiTXkgQWNjb3VudCIsInNpZ25lZG91dCI6IlNpZ24gSW4ifSwibmV3c2xldHRlcnNfY3RhIjoiU3Vic2NyaWJlIHRvIG91ciBuZXdzbGV0dGVyIiwibmV3c2xldHRlcnNfY29uZmlybWF0aW9uIjoiVGhhbmtzIGZvciBzdXBwb3J0aW5nIEhpcGVydGV4dHVhbC4iLCJuZXdzbGV0dGVyc19jb250aW51ZSI6IkNvbnRpbnVlIiwibmV3c2xldHRlcnNfZGV0YWlscyI6IkdldCB0aGUgYmVzdCBvZiBIaXBlcnRleHR1YWwgZGlyZWN0bHkgaW4geW91ciBlbWFpbCBpbmJveC4iLCJuZXdzbGV0dGVyc19zdWNjZXNzIjoiU2lnbnVwIHN1Y2Nlc3NmdWwhIiwibmV3c2xldHRlcnNfdGl0bGUiOiJTaWduIHVwIGZvciBuZXdzbGV0dGVycyIsImF1dGhfZm9ybV9hY3Rpb24iOiJyZWFkZXItYWN0aXZhdGlvbi1hdXRoLWZvcm0ifTsK"></script> <script src="https://hipertextual.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script src="https://hipertextual.com/wp-content/plugins/wp-parsely/build/loader.js?ver=b681bb9905652ac12735" id="wp-parsely-loader-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script data-parsely-site="hipertextual.com" src="https://cdn.parsely.com/keys/hipertextual.com/p.js?ver=3.17.0" id="parsely-cfg" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="newspack-amp-fallback-js-extra" defer src="data:text/javascript;base64,CnZhciBuZXdzcGFja1NjcmVlblJlYWRlclRleHQgPSB7Im9wZW5fc2VhcmNoIjoiT3BlbiBTZWFyY2giLCJjbG9zZV9zZWFyY2giOiJDZXJyYXIgQlx1MDBmYXNxdWVkYSIsImV4cGFuZF9jb21tZW50cyI6IkV4cGFuZCBDb21tZW50cyIsImNvbGxhcHNlX2NvbW1lbnRzIjoiQ29sbGFwc2UgQ29tbWVudHMiLCJzaG93X29yZGVyX2RldGFpbHMiOiJTaG93IGRldGFpbHMiLCJoaWRlX29yZGVyX2RldGFpbHMiOiJIaWRlIGRldGFpbHMiLCJvcGVuX2Ryb3Bkb3duX21lbnUiOiJPcGVuIGRyb3Bkb3duIG1lbnUiLCJjbG9zZV9kcm9wZG93bl9tZW51IjoiQ2xvc2UgZHJvcGRvd24gbWVudSIsImlzX2FtcCI6IiJ9Owo="></script> <script src="https://hipertextual.com/wp-content/themes/newspack-theme/js/dist/amp-fallback.js?ver=2.4.3" id="newspack-amp-fallback-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="newspack-menu-accessibility-js-extra" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> var newspackScreenReaderText = {"open_search":"Open Search","close_search":"Cerrar B\u00fasqueda","expand_comments":"Expand Comments","collapse_comments":"Collapse Comments","show_order_details":"Show details","hide_order_details":"Hide details","open_dropdown_menu":"Open dropdown menu","close_dropdown_menu":"Close dropdown menu","is_amp":""}; </script> <script src="https://hipertextual.com/wp-content/themes/newspack-theme/js/dist/menu-accessibility.js?ver=2.4.3" id="newspack-menu-accessibility-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="perfmatters-lazy-load-js-before"> window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"20px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)} </script> <script async src="https://hipertextual.com/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=2.3.9" id="perfmatters-lazy-load-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script src="https://hipertextual.com/wp-content/plugins/newspack-blocks/dist/homepage-articles/view.js?ver=592020a10b4ff0d8d3fd" id="newspack-blocks-homepage-articles-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script defer src="data:text/javascript;base64,CgkvKHRyaWRlbnR8bXNpZSkvaS50ZXN0KG5hdmlnYXRvci51c2VyQWdlbnQpJiZkb2N1bWVudC5nZXRFbGVtZW50QnlJZCYmd2luZG93LmFkZEV2ZW50TGlzdGVuZXImJndpbmRvdy5hZGRFdmVudExpc3RlbmVyKCJoYXNoY2hhbmdlIixmdW5jdGlvbigpe3ZhciB0LGU9bG9jYXRpb24uaGFzaC5zdWJzdHJpbmcoMSk7L15bQS16MC05Xy1dKyQvLnRlc3QoZSkmJih0PWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKGUpKSYmKC9eKD86YXxzZWxlY3R8aW5wdXR8YnV0dG9ufHRleHRhcmVhKSQvaS50ZXN0KHQudGFnTmFtZSl8fCh0LnRhYkluZGV4PS0xKSx0LmZvY3VzKCkpfSwhMSk7Cgk="></script> <script id="perfmatters-delayed-scripts-js">const pmDelayClick=false;const pmDelayTimer=setTimeout(pmTriggerDOMListener,4*1000);const pmUserInteractions=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"],pmDelayedScripts={normal:[],defer:[],async:[]},jQueriesArray=[],pmInterceptedClicks=[];var pmDOMLoaded=!1,pmClickTarget="";function pmTriggerDOMListener(){"undefined"!=typeof pmDelayTimer&&clearTimeout(pmDelayTimer),pmUserInteractions.forEach(function(e){window.removeEventListener(e,pmTriggerDOMListener,{passive:!0})}),document.removeEventListener("visibilitychange",pmTriggerDOMListener),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",pmTriggerDelayedScripts):pmTriggerDelayedScripts()}async function pmTriggerDelayedScripts(){pmDelayEventListeners(),pmDelayJQueryReady(),pmSortDelayedScripts(),pmPreloadDelayedScripts(),await pmLoadDelayedScripts(pmDelayedScripts.normal),await pmLoadDelayedScripts(pmDelayedScripts.defer),await pmLoadDelayedScripts(pmDelayedScripts.async),await pmTriggerEventListeners(),document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),window.dispatchEvent(new Event("perfmatters-allScriptsLoaded")),pmWaitForPendingClicks().then(()=>{pmReplayClicks()})}function pmDelayEventListeners(){let e={};function t(t,n){function r(n){return e[t].delayedEvents.indexOf(n)>=0?"perfmatters-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},delayedEvents:[]},t.addEventListener=function(){arguments[0]=r(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=r(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)}),e[t].delayedEvents.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:n||function(){},set:function(n){e["perfmatters"+t]=n}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}function pmDelayJQueryReady(){let e=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>e,set(t){if(t&&t.fn&&!jQueriesArray.includes(t)){t.fn.ready=t.fn.init.prototype.ready=function(e){pmDOMLoaded?e.bind(document)(t):document.addEventListener("perfmatters-DOMContentLoaded",function(){e.bind(document)(t)})};let n=t.fn.on;t.fn.on=t.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e=(e=(e=e.split(" ")).map(function(e){return"load"===e||0===e.indexOf("load.")?"perfmatters-jquery-load":e})).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(function(t){delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return n.apply(this,arguments),this},jQueriesArray.push(t)}e=t}})}function pmSortDelayedScripts(){document.querySelectorAll("script[type=pmdelayedscript]").forEach(function(e){e.hasAttribute("src")?e.hasAttribute("defer")&&!1!==e.defer?pmDelayedScripts.defer.push(e):e.hasAttribute("async")&&!1!==e.async?pmDelayedScripts.async.push(e):pmDelayedScripts.normal.push(e):pmDelayedScripts.normal.push(e)})}function pmPreloadDelayedScripts(){var e=document.createDocumentFragment();[...pmDelayedScripts.normal,...pmDelayedScripts.defer,...pmDelayedScripts.async].forEach(function(t){var n=t.getAttribute("src");if(n){var r=document.createElement("link");r.href=n,"module"==t.getAttribute("data-perfmatters-type")?r.rel="modulepreload":(r.rel="preload",r.as="script"),e.appendChild(r)}}),document.head.appendChild(e)}async function pmLoadDelayedScripts(e){var t=e.shift();return t?(await pmReplaceScript(t),pmLoadDelayedScripts(e)):Promise.resolve()}async function pmReplaceScript(e){return await pmNextFrame(),new Promise(function(t){let n=document.createElement("script");[...e.attributes].forEach(function(e){let t=e.nodeName;"type"!==t&&("data-perfmatters-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))}),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)})}async function pmTriggerEventListeners(){pmDOMLoaded=!0,await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-readystatechange")),await pmNextFrame(),document.perfmattersonreadystatechange&&document.perfmattersonreadystatechange(),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-load")),await pmNextFrame(),window.perfmattersonload&&window.perfmattersonload(),await pmNextFrame(),jQueriesArray.forEach(function(e){e(window).trigger("perfmatters-jquery-load")});let e=new Event("perfmatters-pageshow");e.persisted=window.pmPersisted,window.dispatchEvent(e),await pmNextFrame(),window.perfmattersonpageshow&&window.perfmattersonpageshow({persisted:window.pmPersisted})}async function pmNextFrame(){return new Promise(function(e){requestAnimationFrame(e)})}function pmReplayClicks(){window.removeEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.removeEventListener("mousedown",pmTouchStartHandler),pmInterceptedClicks.forEach(e=>{e.target.outerHTML===pmClickTarget&&e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}function pmWaitForPendingClicks(){return new Promise(e=>{window.pmIsClickPending?pmPendingClickFinished=e:e()})}function pmPendingClickStarted(){window.pmIsClickPending=!0}function pmPendingClickFinished(){window.pmIsClickPending=!1}function pmClickHandler(e){e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick"),pmInterceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),pmPendingClickFinished()}function pmTouchStartHandler(e){"HTML"!==e.target.tagName&&(pmClickTarget||(pmClickTarget=e.target.outerHTML),window.addEventListener("touchend",pmTouchEndHandler),window.addEventListener("mouseup",pmTouchEndHandler),window.addEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.addEventListener("mousemove",pmTouchMoveHandler),e.target.addEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"onclick","pm-onclick"),pmPendingClickStarted())}function pmTouchMoveHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler),e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick"),pmPendingClickFinished()}function pmTouchEndHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler)}function pmRenameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}window.pmIsClickPending=!1,window.addEventListener("pageshow",e=>{window.pmPersisted=e.persisted}),pmUserInteractions.forEach(function(e){window.addEventListener(e,pmTriggerDOMListener,{passive:!0})}),pmDelayClick&&(window.addEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.addEventListener("mousedown",pmTouchStartHandler)),document.addEventListener("visibilitychange",pmTriggerDOMListener);</script><script id="perfmatters-lazy-elements-js" defer>!function(){var e=document.querySelectorAll("div[data-perfmatters-lazy-element]");if(e.length){var t=new IntersectionObserver((function(e,t){e.forEach((function(e){if(e.isIntersecting){var r=e.target.querySelector("noscript");if(r){var n,o=(new DOMParser).parseFromString(r.textContent.replaceAll("pmnoscript","noscript"),"text/html");(n=e.target).replaceWith.apply(n,o.body.childNodes)}t.unobserve(e.target)}}))}),{root:null,rootMargin:"300px 0px"});e.forEach((function(e){return t.observe(e)}))}}();</script></body> </html> <!-- generated in 1.027 seconds 270785 bytes batcached for 31536000 seconds -->