var wpcom_remote_login_extra_auth = »;
function wpcom_remote_login_remove_dom_node_id( element_id ) {
var dom_node = document.getElementById( element_id );
if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
var dom_nodes = document.querySelectorAll( ‘.’ + class_name );
for ( var i = 0; i < dom_nodes.length; i++ ) {
dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
}
}
function wpcom_remote_login_final_cleanup() {
wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}
// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
if ( e.origin === "https://r-login.wordpress.com" ) {
var data = {};
try {
data = JSON.parse( e.data );
} catch( e ) {
wpcom_remote_login_final_cleanup();
return;
}
if ( data.msg === 'LOGIN' ) {
// Clean up the login check iframe
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
var id_regex = new RegExp( /^[0-9]+$/ );
var token_regex = new RegExp( /^.*|.*|.*$/ );
if (
token_regex.test( data.token )
&& id_regex.test( data.wpcomid )
) {
// We have everything we need to ask for a login
var script = document.createElement( "script" );
script.setAttribute( "id", "wpcom_remote_login_validate" );
script.src = '/remote-login.php?wpcom_remote_login=validate'
+ '&wpcomid=' + data.wpcomid
+ '&token=' + encodeURIComponent( data.token )
+ '&host=' + window.location.protocol
+ '//' + window.location.hostname
+ '&postid=2'
+ '&is_singular=';
document.body.appendChild( script );
}
return;
}
// Safari ITP, not logged in, so redirect
if ( data.msg === 'LOGIN-REDIRECT' ) {
window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
return;
}
// Safari ITP, storage access failed, remove the request
if ( data.msg === 'LOGIN-REMOVE' ) {
var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
var style_zap = document.createElement( 'style' );
style_zap.type = 'text/css';
style_zap.appendChild( document.createTextNode( css_zap ) );
document.body.appendChild( style_zap );
var e = document.getElementById( 'wpcom_request_access_iframe' );
e.parentNode.removeChild( e );
document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
return;
}
// Safari ITP
if ( data.msg === 'REQUEST_ACCESS' ) {
console.log( 'request access: safari' );
// Check ITP iframe enable/disable knob
if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
return;
}
// If we are in a "private window" there is no ITP.
var private_window = false;
try {
var opendb = window.openDatabase( null, null, null, null );
} catch( e ) {
private_window = true;
}
if ( private_window ) {
console.log( 'private window' );
return;
}
var iframe = document.createElement( 'iframe' );
iframe.id = 'wpcom_request_access_iframe';
iframe.setAttribute( 'scrolling', 'no' );
iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
var style = document.createElement( 'style' );
style.type = 'text/css';
style.id = 'wpcom_request_access_styles';
style.appendChild( document.createTextNode( css ) );
document.body.appendChild( style );
document.body.appendChild( iframe );
}
if ( data.msg === 'DONE' ) {
wpcom_remote_login_final_cleanup();
}
}
}, false );
// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
var iframe = document.createElement( "iframe" );
iframe.style.display = "none";
iframe.setAttribute( "scrolling", "no" );
iframe.setAttribute( "id", "wpcom_remote_login_key" );
iframe.src = "https://r-login.wordpress.com/remote-login.php"
+ "?wpcom_remote_login=key"
+ "&origin=aHR0cHM6Ly9lbmxhY2VzY3ViYS5kYXRhLmJsb2c%3D"
+ "&wpcomid=225305382"
+ "&time=1699640787";
document.body.appendChild( iframe );
}, false );
Enlaces Cuba
/* */
window._wpemojiSettings = {«baseUrl»:»https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72×72\/»,»ext»:».png»,»svgUrl»:»https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/»,»svgExt»:».svg»,»source»:{«concatemoji»:»https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1677072837i&ver=6.4.1-RC1-57094″}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case»flag»:return n(e,»\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f»,»\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f»)?!1:!n(e,»\ud83c\uddfa\ud83c\uddf3″,»\ud83c\uddfa\u200b\ud83c\uddf3″)&&!n(e,»\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f»,»\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f»);case»emoji»:return!n(e,»\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff»,»\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff»)}return!1}function f(e,t,n){var r=»undefined»!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement(«canvas»),a=r.getContext(«2d»,{willReadFrequently:!0}),o=(a.textBaseline=»top»,a.font=»600 32px Arial»,{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement(«script»);t.src=e,t.defer=!0,i.head.appendChild(t)}»undefined»!=typeof Promise&&(o=»wpEmojiSettingsSupports»,s=[«flag»,»emoji»],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener(«DOMContentLoaded»,e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if(«object»==typeof e&&»number»==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* latin-ext */
@font-face {
font-family: ‘DM Sans’;
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-latin-ext-Regular-italic.woff2) format(‘woff2’);
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: ‘DM Sans’;
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-Regular-italic.woff2) format(‘woff2’);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: ‘DM Sans’;
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-latin-ext-Medium-italic.woff2) format(‘woff2’);
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: ‘DM Sans’;
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-Medium-italic.woff2) format(‘woff2’);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: ‘DM Sans’;
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-latin-ext-Bold-italic.woff2) format(‘woff2’);
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: ‘DM Sans’;
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-Bold-italic.woff2) format(‘woff2’);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: ‘DM Sans’;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-latin-ext-Regular.woff2) format(‘woff2’);
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: ‘DM Sans’;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-Regular.woff2) format(‘woff2’);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: ‘DM Sans’;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-latin-ext-Medium.woff2) format(‘woff2’);
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: ‘DM Sans’;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-Medium.woff2) format(‘woff2’);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: ‘DM Sans’;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-latin-ext-Bold.woff2) format(‘woff2’);
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: ‘DM Sans’;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://s2.wp.com/wp-content/themes/pub/blockbase/assets/fonts/dm-sans/dm-sans-Bold.woff2) format(‘woff2’);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}
.wp-block-site-title a{color:inherit}
.wp-block-site-title{font-size: var(–wp–custom–font-size–normal);font-weight: 700;text-transform: uppercase;}
.wp-block-site-title a:where(:not(.wp-element-button)){text-decoration: none;}
.wp-block-site-title a:where(:not(.wp-element-button)):hover{text-decoration: underline;}
.wp-block-site-tagline{font-size: var(–wp–custom–font-sizes–x-small);}
.wp-block-group{box-sizing:border-box}
.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}
.wp-block-navigation{font-size: var(–wp–custom–font-size–normal);text-decoration: none;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
.wp-block-spacer{clear:both}
.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url(‘data:image/svg+xml;utf8,’);mask-image:url(‘data:image/svg+xml;utf8,’);mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{background:#000;border:none;border-radius:10%;cursor:zoom-in;height:24px;opacity:0;padding:0;position:absolute;right:10px;text-align:center;top:10px;width:24px;z-index:100}.wp-lightbox-container button:focus-visible{outline:5px auto #212121;outline:5px auto -webkit-focus-ring-color;outline-offset:5px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background:#000;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(–wp–lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(–wp–lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(–wp–lightbox-image-height);min-height:var(–wp–lightbox-image-height);min-width:var(–wp–lightbox-image-width);width:var(–wp–lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(-50vw + var(–wp–lightbox-initial-left-position)),calc(-50vh + var(–wp–lightbox-initial-top-position))) scale(var(–wp–lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc(-50vw + var(–wp–lightbox-initial-left-position)),calc(-50vh + var(–wp–lightbox-initial-top-position))) scale(var(–wp–lightbox-scale));visibility:hidden}}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*=»writing-mode:vertical-lr»],p.has-text-align-right[style*=»writing-mode:vertical-rl»]{rotate:180deg}
h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% – var(–wp–style–block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% – var(–wp–style–block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% – var(–wp–style–block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}
.wp-block-button .wp-block-button__link{background-color: var(–wp–custom–button–color–background);border-radius: var(–wp–custom–button–border–radius);border-color: var(–wp–custom–button–border–color);border-width: var(–wp–custom–button–border–width);border-style: var(–wp–custom–button–border–style);color: var(–wp–custom–button–color–text);font-size: var(–wp–custom–button–typography–font-size);font-weight: var(–wp–custom–button–typography–font-weight);line-height: var(–wp–custom–button–typography–line-height);padding-top: var(–wp–custom–button–spacing–padding–top);padding-right: var(–wp–custom–button–spacing–padding–right);padding-bottom: var(–wp–custom–button–spacing–padding–bottom);padding-left: var(–wp–custom–button–spacing–padding–left);}
.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter{text-align:center}
@charset «UTF-8″;.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:»···»;font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}
.wp-block-separator{border-color: currentColor;border-width: 0 0 1px 0;border-style: solid;color: var(–wp–custom–color–foreground);}
ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}
ol,ul{padding-left: calc( 2 * var(–wp–custom–gap–horizontal) );}
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
: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}@media (-webkit-min-device-pixel-ratio:2),(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{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;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}}
.has-text-align-justify {
text-align:justify;
}
.wp-block-cover__image-background.has-parallax {
background-size: cover;
}
.skip-link.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;
}
.skip-link.screen-reader-text:focus {
background-color: #eee;
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;
}
body{–wp–preset–color–black: #000000;–wp–preset–color–cyan-bluish-gray: #abb8c3;–wp–preset–color–white: #ffffff;–wp–preset–color–pale-pink: #f78da7;–wp–preset–color–vivid-red: #cf2e2e;–wp–preset–color–luminous-vivid-orange: #ff6900;–wp–preset–color–luminous-vivid-amber: #fcb900;–wp–preset–color–light-green-cyan: #7bdcb5;–wp–preset–color–vivid-green-cyan: #00d084;–wp–preset–color–pale-cyan-blue: #8ed1fc;–wp–preset–color–vivid-cyan-blue: #0693e3;–wp–preset–color–vivid-purple: #9b51e0;–wp–preset–color–primary: #2b2b2b;–wp–preset–color–tertiary: #f8f8f8;–wp–preset–color–background: #FFFFFF;–wp–preset–gradient–vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);–wp–preset–gradient–light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);–wp–preset–gradient–luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);–wp–preset–gradient–luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);–wp–preset–gradient–very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);–wp–preset–gradient–cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);–wp–preset–gradient–blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);–wp–preset–gradient–blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);–wp–preset–gradient–luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);–wp–preset–gradient–pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);–wp–preset–gradient–electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);–wp–preset–gradient–midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);–wp–preset–font-size–small: 1.125rem;–wp–preset–font-size–medium: 1.375rem;–wp–preset–font-size–large: min(max(1.75rem, 5vw), 2.375rem);–wp–preset–font-size–x-large: min(max(2.25rem, 5vw), 3rem);–wp–preset–font-family–system-font: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;–wp–preset–font-family–arvo: Arvo, serif;–wp–preset–font-family–bodoni-moda: ‘Bodoni Moda’, serif;–wp–preset–font-family–cabin: Cabin, sans-serif;–wp–preset–font-family–chivo: Chivo, sans-serif;–wp–preset–font-family–courier-prime: ‘Courier Prime’, serif;–wp–preset–font-family–dm-sans: ‘DM Sans’, sans-serif;–wp–preset–font-family–domine: Domine, serif;–wp–preset–font-family–eb-garamond: ‘EB Garamond’, serif;–wp–preset–font-family–fira-sans: ‘Fira Sans’, sans-serif;–wp–preset–font-family–helvetica-neue: ‘Helvetica Neue’,’Helvetica’, ‘Arial’, sans-serif;–wp–preset–font-family–ibm-plex-mono: ‘IBM Plex Mono’, monospace;–wp–preset–font-family–inter: Inter, sans-serif;–wp–preset–font-family–josefin-sans: ‘Josefin Sans’, sans-serif;–wp–preset–font-family–libre-baskerville: ‘Libre Baskerville’, serif;–wp–preset–font-family–libre-franklin: ‘Libre Franklin’, sans-serif;–wp–preset–font-family–lora: Lora, serif;–wp–preset–font-family–merriweather: Merriweather, serif;–wp–preset–font-family–montserrat: Montserrat, sans-serif;–wp–preset–font-family–nunito: Nunito, sans-serif;–wp–preset–font-family–open-sans: ‘Open Sans’, sans-serif;–wp–preset–font-family–overpass: Overpass, sans-serif;–wp–preset–font-family–playfair-display: ‘Playfair Display’, serif;–wp–preset–font-family–poppins: Poppins, sans-serif;–wp–preset–font-family–raleway: Raleway, sans-serif;–wp–preset–font-family–red-hat-display: ‘Red Hat Display’, sans-serif;–wp–preset–font-family–roboto: Roboto, sans-serif;–wp–preset–font-family–roboto-slab: ‘Roboto Slab’, sans-serif;–wp–preset–font-family–rubik: Rubik, sans-serif;–wp–preset–font-family–source-sans-pro: ‘Source Sans Pro’, sans-serif;–wp–preset–font-family–source-serif-pro: ‘Source Serif Pro’, sans-serif;–wp–preset–font-family–space-mono: ‘Space Mono’, sans-serif;–wp–preset–font-family–work-sans: ‘Work Sans’, sans-serif;–wp–preset–font-family–albert-sans: ‘Albert Sans’;–wp–preset–font-family–alegreya: Alegreya;–wp–preset–font-family–commissioner: Commissioner;–wp–preset–font-family–cormorant: Cormorant;–wp–preset–font-family–crimson-pro: ‘Crimson Pro’;–wp–preset–font-family–dm-mono: ‘DM Mono’;–wp–preset–font-family–epilogue: Epilogue;–wp–preset–font-family–figtree: Figtree;–wp–preset–font-family–fraunces: Fraunces;–wp–preset–font-family–ibm-plex-sans: ‘IBM Plex Sans’;–wp–preset–font-family–jost: Jost;–wp–preset–font-family–literata: Literata;–wp–preset–font-family–newsreader: Newsreader;–wp–preset–font-family–petrona: Petrona;–wp–preset–font-family–piazzolla: Piazzolla;–wp–preset–font-family–plus-jakarta-sans: ‘Plus Jakarta Sans’;–wp–preset–font-family–sora: Sora;–wp–preset–font-family–texturina: Texturina;–wp–preset–spacing–20: 0.44rem;–wp–preset–spacing–30: 0.67rem;–wp–preset–spacing–40: 1rem;–wp–preset–spacing–50: 1.5rem;–wp–preset–spacing–60: 2.25rem;–wp–preset–spacing–70: 3.38rem;–wp–preset–spacing–80: 5.06rem;–wp–preset–shadow–natural: 6px 6px 9px rgba(0, 0, 0, 0.2);–wp–preset–shadow–deep: 12px 12px 50px rgba(0, 0, 0, 0.4);–wp–preset–shadow–sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);–wp–preset–shadow–outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);–wp–preset–shadow–crisp: 6px 6px 0px rgba(0, 0, 0, 1);–wp–custom–opt-out-of-parent-style-variations: ;–wp–custom–alignment–aligned-max-width: 50%;–wp–custom–button–border–color: var(–wp–custom–color–foreground);–wp–custom–button–border–radius: 0;–wp–custom–button–border–style: solid;–wp–custom–button–border–width: 3px;–wp–custom–button–color–background: var(–wp–custom–color–foreground);–wp–custom–button–color–text: var(–wp–custom–color–background);–wp–custom–button–hover–color–text: var(–wp–custom–color–foreground);–wp–custom–button–hover–color–background: var(–wp–custom–color–background);–wp–custom–button–hover–border–color: var(–wp–custom–color–foreground);–wp–custom–button–spacing–padding–top: 0.667em;–wp–custom–button–spacing–padding–bottom: 0.667em;–wp–custom–button–spacing–padding–left: 1.333em;–wp–custom–button–spacing–padding–right: 1.333em;–wp–custom–button–typography–font-size: var(–wp–custom–font-size–normal);–wp–custom–button–typography–font-weight: 700;–wp–custom–button–typography–line-height: 2;–wp–custom–button–outline–color–text: var(–wp–custom–color–primary);–wp–custom–button–outline–color–background: var(–wp–custom–color–background);–wp–custom–button–outline–border–color: var(–wp–custom–color–primary);–wp–custom–button–outline–hover–color–text: var(–wp–custom–color–background);–wp–custom–button–outline–hover–color–background: var(–wp–custom–color–secondary);–wp–custom–button–outline–hover–border–color: var(–wp–custom–color–primary);–wp–custom–color–foreground: var(–wp–preset–color–primary);–wp–custom–color–background: var(–wp–preset–color–background);–wp–custom–color–primary: var(–wp–preset–color–primary);–wp–custom–color–secondary: var(–wp–preset–color–primary);–wp–custom–color–tertiary: var(–wp–preset–color–tertiary);–wp–custom–font-sizes–x-small: 1rem;–wp–custom–font-sizes–normal: 1.25rem;–wp–custom–font-sizes–huge: 3rem;–wp–custom–form–padding: 20px;–wp–custom–form–border–color: var(–wp–custom–color–foreground);–wp–custom–form–border–radius: 0;–wp–custom–form–border–style: solid;–wp–custom–form–border–width: 2px;–wp–custom–form–checkbox–checked–content: «\2715»;–wp–custom–form–checkbox–checked–font-size: var(–wp–custom–font-sizes–x-small);–wp–custom–form–checkbox–checked–position–left: 3px;–wp–custom–form–checkbox–checked–position–top: 3px;–wp–custom–form–checkbox–checked–sizing–height: 12px;–wp–custom–form–checkbox–checked–sizing–width: 12px;–wp–custom–form–checkbox–unchecked–content: «»;–wp–custom–form–checkbox–unchecked–position–left: 0;–wp–custom–form–checkbox–unchecked–position–top: 0.2em;–wp–custom–form–checkbox–unchecked–sizing–height: 16px;–wp–custom–form–checkbox–unchecked–sizing–width: 16px;–wp–custom–form–color–background: transparent;–wp–custom–form–color–box-shadow: none;–wp–custom–form–color–text: inherit;–wp–custom–form–label–spacing–margin–bottom: var(–wp–custom–gap–baseline);–wp–custom–form–label–typography–font-size: var(–wp–custom–font-sizes–x-small);–wp–custom–form–label–typography–font-weight: normal;–wp–custom–form–label–typography–letter-spacing: normal;–wp–custom–form–label–typography–text-transform: none;–wp–custom–form–typography–font-size: var(–wp–custom–font-sizes–normal);–wp–custom–gallery–caption–font-size: var(–wp–preset–font-size–small);–wp–custom–body–typography–line-height: 1.7;–wp–custom–heading–typography–font-weight: 500;–wp–custom–heading–typography–line-height: 1.125;–wp–custom–latest-posts–meta–color–text: var(–wp–custom–color–primary);–wp–custom–layout–content-size: 664px;–wp–custom–gap–baseline: 10px;–wp–custom–gap–horizontal: min(34px, 5vw);–wp–custom–gap–vertical: min(34px, 5vw);–wp–custom–navigation–submenu–border–color: var(–wp–custom–color–primary);–wp–custom–navigation–submenu–border–radius: var(–wp–custom–form–border–radius);–wp–custom–navigation–submenu–border–style: var(–wp–custom–form–border–style);–wp–custom–navigation–submenu–border–width: var(–wp–custom–form–border–width);–wp–custom–navigation–submenu–color–background: var(–wp–custom–color–background);–wp–custom–navigation–submenu–color–text: var(–wp–custom–color–foreground);–wp–custom–paragraph–dropcap–margin: 0 .2em .2em 0;–wp–custom–paragraph–dropcap–typography–font-size: var(–wp–preset–font-size–x-large);–wp–custom–paragraph–dropcap–typography–font-weight: 400;–wp–custom–post-author–typography–font-weight: normal;–wp–custom–post-comment–typography–font-size: var(–wp–custom–font-sizes–normal);–wp–custom–post-comment–typography–line-height: var(–wp–custom–body–typography–line-height);–wp–custom–pullquote–citation–typography–font-size: var(–wp–custom–font-sizes–x-small);–wp–custom–pullquote–citation–typography–font-family: inherit;–wp–custom–pullquote–citation–typography–font-style: normal;–wp–custom–pullquote–citation–typography–font-weight: 400;–wp–custom–pullquote–citation–spacing–margin–top: var(–wp–custom–gap–vertical);–wp–custom–pullquote–typography–text-align: left;–wp–custom–quote–citation–typography–font-size: var(–wp–custom–font-sizes–x-small);–wp–custom–quote–citation–typography–font-style: normal;–wp–custom–quote–citation–typography–font-weight: 400;–wp–custom–quote–typography–text-align: left;–wp–custom–separator–opacity: 1;–wp–custom–separator–width: 150px;–wp–custom–table–figcaption–typography–font-size: var(–wp–custom–font-sizes–x-small);–wp–custom–video–caption–text-align: center;–wp–custom–video–caption–margin: var(–wp–custom–gap–vertical) auto;–wp–custom–line-height–body: 1.7;}body { margin: 0;–wp–style–global–content-size: 664px;–wp–style–global–wide-size: 1128px;}.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: calc(2 * var(–wp–custom–gap–baseline)); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { –wp–style–block-gap: calc(2 * var(–wp–custom–gap–baseline)); }:where(body .is-layout-flow) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow) > *{margin-block-start: calc(2 * var(–wp–custom–gap–baseline));margin-block-end: 0;}:where(body .is-layout-constrained) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained) > *{margin-block-start: calc(2 * var(–wp–custom–gap–baseline));margin-block-end: 0;}:where(body .is-layout-flex) {gap: calc(2 * var(–wp–custom–gap–baseline));}:where(body .is-layout-grid) {gap: calc(2 * var(–wp–custom–gap–baseline));}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(–wp–style–global–content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(–wp–style–global–wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{background-color: var(–wp–custom–color–background);color: var(–wp–custom–color–foreground);font-family: var(–wp–preset–font-family–dm-sans);font-size: var(–wp–custom–font-sizes–normal);font-weight: 400;line-height: var(–wp–custom–body–typography–line-height);padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){color: var(–wp–custom–color–foreground);text-decoration: underline;}a:where(:not(.wp-element-button)):hover{text-decoration: none;}a:where(:not(.wp-element-button)):focus{text-decoration: none;}a:where(:not(.wp-element-button)):active{text-decoration: none;}h1{font-size: min(max(3rem, 7vw), 5rem);font-weight: var(–wp–custom–heading–typography–font-weight);line-height: 1.2;margin-top: var(–wp–custom–gap–vertical);margin-bottom: var(–wp–custom–gap–vertical);}h2{font-size: var(–wp–preset–font-size–x-large);font-weight: var(–wp–custom–heading–typography–font-weight);line-height: 1.2;margin-top: var(–wp–custom–gap–vertical);margin-bottom: var(–wp–custom–gap–vertical);}h3{font-size: var(–wp–preset–font-size–large);font-weight: var(–wp–custom–heading–typography–font-weight);line-height: 1.2;margin-top: var(–wp–custom–gap–vertical);margin-bottom: var(–wp–custom–gap–vertical);}h4{font-size: var(–wp–preset–font-size–medium);font-weight: var(–wp–custom–heading–typography–font-weight);line-height: 1.4;margin-top: var(–wp–custom–gap–vertical);margin-bottom: var(–wp–custom–gap–vertical);}h5{font-size: var(–wp–custom–font-size–normal);font-weight: var(–wp–custom–heading–typography–font-weight);line-height: 1.4;margin-top: var(–wp–custom–gap–vertical);margin-bottom: var(–wp–custom–gap–vertical);}h6{font-size: var(–wp–preset–font-size–small);font-weight: var(–wp–custom–heading–typography–font-weight);line-height: 1.4;margin-top: var(–wp–custom–gap–vertical);margin-bottom: var(–wp–custom–gap–vertical);}.wp-element-button, .wp-block-button__link{background-color: var(–wp–custom–button–color–background);border-radius: var(–wp–custom–button–border–radius);border-width: 0;color: var(–wp–custom–button–color–text);font-family: var(–wp–preset–font-family–body-font);font-size: var(–wp–custom–button–typography–font-size);font-weight: var(–wp–custom–button–typography–font-weight);line-height: var(–wp–custom–button–typography–line-height);padding-top: calc( var(–wp–custom–button–spacing–padding–top) + var(–wp–custom–button–border–width) );padding-right: calc( var(–wp–custom–button–spacing–padding–right) + var(–wp–custom–button–border–width) );padding-bottom: calc( var(–wp–custom–button–spacing–padding–bottom) + var(–wp–custom–button–border–width) );padding-left: calc( var(–wp–custom–button–spacing–padding–left) + var(–wp–custom–button–border–width) );text-decoration: none;}.has-black-color{color: var(–wp–preset–color–black) !important;}.has-cyan-bluish-gray-color{color: var(–wp–preset–color–cyan-bluish-gray) !important;}.has-white-color{color: var(–wp–preset–color–white) !important;}.has-pale-pink-color{color: var(–wp–preset–color–pale-pink) !important;}.has-vivid-red-color{color: var(–wp–preset–color–vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(–wp–preset–color–luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(–wp–preset–color–luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(–wp–preset–color–light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(–wp–preset–color–vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(–wp–preset–color–pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(–wp–preset–color–vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(–wp–preset–color–vivid-purple) !important;}.has-primary-color{color: var(–wp–preset–color–primary) !important;}.has-tertiary-color{color: var(–wp–preset–color–tertiary) !important;}.has-background-color{color: var(–wp–preset–color–background) !important;}.has-black-background-color{background-color: var(–wp–preset–color–black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(–wp–preset–color–cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(–wp–preset–color–white) !important;}.has-pale-pink-background-color{background-color: var(–wp–preset–color–pale-pink) !important;}.has-vivid-red-background-color{background-color: var(–wp–preset–color–vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(–wp–preset–color–luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(–wp–preset–color–luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(–wp–preset–color–light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(–wp–preset–color–vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(–wp–preset–color–pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(–wp–preset–color–vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(–wp–preset–color–vivid-purple) !important;}.has-primary-background-color{background-color: var(–wp–preset–color–primary) !important;}.has-tertiary-background-color{background-color: var(–wp–preset–color–tertiary) !important;}.has-background-background-color{background-color: var(–wp–preset–color–background) !important;}.has-black-border-color{border-color: var(–wp–preset–color–black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(–wp–preset–color–cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(–wp–preset–color–white) !important;}.has-pale-pink-border-color{border-color: var(–wp–preset–color–pale-pink) !important;}.has-vivid-red-border-color{border-color: var(–wp–preset–color–vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(–wp–preset–color–luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(–wp–preset–color–luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(–wp–preset–color–light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(–wp–preset–color–vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(–wp–preset–color–pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(–wp–preset–color–vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(–wp–preset–color–vivid-purple) !important;}.has-primary-border-color{border-color: var(–wp–preset–color–primary) !important;}.has-tertiary-border-color{border-color: var(–wp–preset–color–tertiary) !important;}.has-background-border-color{border-color: var(–wp–preset–color–background) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(–wp–preset–gradient–vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(–wp–preset–gradient–light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(–wp–preset–gradient–luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(–wp–preset–gradient–luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(–wp–preset–gradient–very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(–wp–preset–gradient–cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(–wp–preset–gradient–blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(–wp–preset–gradient–blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(–wp–preset–gradient–luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(–wp–preset–gradient–pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(–wp–preset–gradient–electric-grass) !important;}.has-midnight-gradient-background{background: var(–wp–preset–gradient–midnight) !important;}.has-small-font-size{font-size: var(–wp–preset–font-size–small) !important;}.has-medium-font-size{font-size: var(–wp–preset–font-size–medium) !important;}.has-large-font-size{font-size: var(–wp–preset–font-size–large) !important;}.has-x-large-font-size{font-size: var(–wp–preset–font-size–x-large) !important;}.has-system-font-font-family{font-family: var(–wp–preset–font-family–system-font) !important;}.has-arvo-font-family{font-family: var(–wp–preset–font-family–arvo) !important;}.has-bodoni-moda-font-family{font-family: var(–wp–preset–font-family–bodoni-moda) !important;}.has-cabin-font-family{font-family: var(–wp–preset–font-family–cabin) !important;}.has-chivo-font-family{font-family: var(–wp–preset–font-family–chivo) !important;}.has-courier-prime-font-family{font-family: var(–wp–preset–font-family–courier-prime) !important;}.has-dm-sans-font-family{font-family: var(–wp–preset–font-family–dm-sans) !important;}.has-domine-font-family{font-family: var(–wp–preset–font-family–domine) !important;}.has-eb-garamond-font-family{font-family: var(–wp–preset–font-family–eb-garamond) !important;}.has-fira-sans-font-family{font-family: var(–wp–preset–font-family–fira-sans) !important;}.has-helvetica-neue-font-family{font-family: var(–wp–preset–font-family–helvetica-neue) !important;}.has-ibm-plex-mono-font-family{font-family: var(–wp–preset–font-family–ibm-plex-mono) !important;}.has-inter-font-family{font-family: var(–wp–preset–font-family–inter) !important;}.has-josefin-sans-font-family{font-family: var(–wp–preset–font-family–josefin-sans) !important;}.has-libre-baskerville-font-family{font-family: var(–wp–preset–font-family–libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(–wp–preset–font-family–libre-franklin) !important;}.has-lora-font-family{font-family: var(–wp–preset–font-family–lora) !important;}.has-merriweather-font-family{font-family: var(–wp–preset–font-family–merriweather) !important;}.has-montserrat-font-family{font-family: var(–wp–preset–font-family–montserrat) !important;}.has-nunito-font-family{font-family: var(–wp–preset–font-family–nunito) !important;}.has-open-sans-font-family{font-family: var(–wp–preset–font-family–open-sans) !important;}.has-overpass-font-family{font-family: var(–wp–preset–font-family–overpass) !important;}.has-playfair-display-font-family{font-family: var(–wp–preset–font-family–playfair-display) !important;}.has-poppins-font-family{font-family: var(–wp–preset–font-family–poppins) !important;}.has-raleway-font-family{font-family: var(–wp–preset–font-family–raleway) !important;}.has-red-hat-display-font-family{font-family: var(–wp–preset–font-family–red-hat-display) !important;}.has-roboto-font-family{font-family: var(–wp–preset–font-family–roboto) !important;}.has-roboto-slab-font-family{font-family: var(–wp–preset–font-family–roboto-slab) !important;}.has-rubik-font-family{font-family: var(–wp–preset–font-family–rubik) !important;}.has-source-sans-pro-font-family{font-family: var(–wp–preset–font-family–source-sans-pro) !important;}.has-source-serif-pro-font-family{font-family: var(–wp–preset–font-family–source-serif-pro) !important;}.has-space-mono-font-family{font-family: var(–wp–preset–font-family–space-mono) !important;}.has-work-sans-font-family{font-family: var(–wp–preset–font-family–work-sans) !important;}.has-albert-sans-font-family{font-family: var(–wp–preset–font-family–albert-sans) !important;}.has-alegreya-font-family{font-family: var(–wp–preset–font-family–alegreya) !important;}.has-commissioner-font-family{font-family: var(–wp–preset–font-family–commissioner) !important;}.has-cormorant-font-family{font-family: var(–wp–preset–font-family–cormorant) !important;}.has-crimson-pro-font-family{font-family: var(–wp–preset–font-family–crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(–wp–preset–font-family–dm-mono) !important;}.has-epilogue-font-family{font-family: var(–wp–preset–font-family–epilogue) !important;}.has-figtree-font-family{font-family: var(–wp–preset–font-family–figtree) !important;}.has-fraunces-font-family{font-family: var(–wp–preset–font-family–fraunces) !important;}.has-ibm-plex-sans-font-family{font-family: var(–wp–preset–font-family–ibm-plex-sans) !important;}.has-jost-font-family{font-family: var(–wp–preset–font-family–jost) !important;}.has-literata-font-family{font-family: var(–wp–preset–font-family–literata) !important;}.has-newsreader-font-family{font-family: var(–wp–preset–font-family–newsreader) !important;}.has-petrona-font-family{font-family: var(–wp–preset–font-family–petrona) !important;}.has-piazzolla-font-family{font-family: var(–wp–preset–font-family–piazzolla) !important;}.has-plus-jakarta-sans-font-family{font-family: var(–wp–preset–font-family–plus-jakarta-sans) !important;}.has-sora-font-family{font-family: var(–wp–preset–font-family–sora) !important;}.has-texturina-font-family{font-family: var(–wp–preset–font-family–texturina) !important;}
.wp-container-4.wp-container-4{justify-content:flex-end;}.wp-container-5.wp-container-5{justify-content:space-between;}
:root { –font-headings: unset; –font-base: unset; –font-headings-default: -apple-system,BlinkMacSystemFont,»Segoe UI»,Roboto,Oxygen-Sans,Ubuntu,Cantarell,»Helvetica Neue»,sans-serif; –font-base-default: -apple-system,BlinkMacSystemFont,»Segoe UI»,Roboto,Oxygen-Sans,Ubuntu,Cantarell,»Helvetica Neue»,sans-serif;}
https://s1.wp.com/wp-content/js/mobile-useragent-info.js?m=1609849039i
https://s0.wp.com/wp-content/plugins/gutenberg-core/v16.9.0/build/interactivity/index.min.js?m=1698313083i&ver=16.9.0
https://s1.wp.com/wp-content/plugins/gutenberg-core/v16.9.0/build/block-library/blocks/navigation/view.min.js?m=1698313083i&ver=69d83a912cc13034c89f
var videopressAjax = {«ajaxUrl»:»https:\/\/enlacescubadata.wordpress.com\/wp-admin\/admin-ajax.php»,»bridgeUrl»:»\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-videopress\/build\/lib\/token-bridge.js»,»post_id»:»2″};
var actionbardata = {«siteID»:»225305382″,»postID»:»2″,»siteURL»:»https:\/\/enlacescuba.data.blog»,»xhrURL»:»https:\/\/enlacescuba.data.blog\/wp-admin\/admin-ajax.php»,»nonce»:»1373e9e562″,»isLoggedIn»:»»,»statusMessage»:»»,»subsEmailDefault»:»instantly»,»proxyScriptUrl»:»https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021″,»shortlink»:»https:\/\/wp.me\/PffmdM-2″,»i18n»:{«followedText»:»Las entradas nuevas de este sitio aparecer\u00e1n ahora en tu Lector»,»foldBar»:»Contraer esta barra»,»unfoldBar»:»Expandir esta barra»}};
window.addEventListener( ‘DOMContentLoaded’, function() {
rltInitialize( {«token»:null,»iframeOrigins»:[«https:\/\/widgets.wp.com»]} );
} );

Acerca de nosotros
Nuestro Canal y nuestro Grupo oficial se encuentra en telegram, ahí compartimos toda mucha información como Grupos, Vpn de Internet, Curiosidades, entre muchas otras cosas que no deberías estar perdiéndote.
var WPGroHo = {«my_hash»:»»};
https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i
// Initialize and attach hovercards to all gravatars
( function() {
function init() {
if ( typeof Gravatar === ‘undefined’ ) {
return;
}
if ( typeof Gravatar.init !== ‘function’ ) {
return;
}
Gravatar.profile_cb = function ( hash, id ) {
WPGroHo.syncProfileData( hash, id );
};
Gravatar.my_hash = WPGroHo.my_hash;
Gravatar.init(
‘body’,
‘#wp-admin-bar-my-account’,
{
i18n: {
‘Edit your profile’: ‘Edita tu perfil’,
‘View profile’: ‘View profile’,
‘Sorry, we are unable to load this Gravatar profile.’: ‘Sorry, we are unable to load this Gravatar profile.’,
‘Sorry, we are unable to load this Gravatar profile. Please check your internet connection.’: ‘Sorry, we are unable to load this Gravatar profile. Please check your internet connection.’,
},
}
);
}
if ( document.readyState !== ‘loading’ ) {
init();
} else {
document.addEventListener( ‘DOMContentLoaded’, init );
}
} )();
window.addEventListener( «load», function( event ) {
var link = document.createElement( «link» );
link.href = «https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20231110»;
link.type = «text/css»;
link.rel = «stylesheet»;
document.head.appendChild( link );
var script = document.createElement( «script» );
script.src = «https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231110»;
script.defer = true;
document.body.appendChild( script );
} );
var jetpackSwiperLibraryPath = {«url»:»https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js»};
var jetpackCarouselStrings = {«widths»:[370,700,1000,1200,1400,2000],»is_logged_in»:»»,»lang»:»es»,»ajaxurl»:»https:\/\/enlacescuba.data.blog\/wp-admin\/admin-ajax.php»,»nonce»:»ad7c8f83f5″,»display_exif»:»1″,»display_comments»:»1″,»single_image_gallery»:»1″,»single_image_gallery_media_file»:»»,»background_color»:»black»,»comment»:»Comentarios»,»post_comment»:»Publicar comentario»,»write_comment»:»Escribe un comentario…»,»loading_comments»:»Cargando comentarios…»,»download_original»:»Ver tama\u00f1o completo {0}\u00d7{1}»,»no_comment_text»:»Por favor, aseg\u00farate de enviar el texto con tu comentario.»,»no_comment_email»:»Por favor, proporciona una direcci\u00f3n de correo electr\u00f3nico para comentar.»,»no_comment_author»:»Por favor, a\u00f1ade tu nombre al comentario.»,»comment_post_error»:»Lo sentimos, pero ha habido un error al publicar tu comentario. Por favor, vuelve a intentarlo m\u00e1s tarde.»,»comment_approved»:»Se ha aprobado tu comentario.»,»comment_unapproved»:»Tu comentario est\u00e1 en moderaci\u00f3n.»,»camera»:»C\u00e1mara»,»aperture»:»Abertura»,»shutter_speed»:»Velocidad de obturaci\u00f3n»,»focal_length»:»Longitud focal»,»copyright»:»Copyright»,»comment_registration»:»0″,»require_name_email»:»1″,»login_url»:»https:\/\/enlacescubadata.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fenlacescuba.data.blog%2F»,»blog_id»:»225305382″,»meta_data»:[«camera»,»aperture»,»shutter_speed»,»focal_length»,»copyright»],»stats_query_args»:»blog=225305382&v=wpcom&tz=-5&user_id=0&subd=enlacescubadata»,»is_public»:»1″};
var comment_like_text = {«loading»:»Cargando…»,»swipeUrl»:»https:\/\/s2.wp.com\/wp-content\/mu-plugins\/comment-likes\/js\/lib\/swipe.js?ver=20131008″};
( function() {
var skipLinkTarget = document.querySelector( ‘main’ ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can’t be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( ‘.wp-site-blocks’ );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target’s ID, and generate one if it doesn’t exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = ‘wp–skip-link–target’;
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( ‘a’ );
skipLink.classList.add( ‘skip-link’, ‘screen-reader-text’ );
skipLink.href = ‘#’ + skipLinkTargetID;
skipLink.innerHTML = ‘Saltar al contenido’;
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );
// <![CDATA[
(function() {
try{
if ( window.external &&'msIsSiteMode' in window.external) {
if (window.external.msIsSiteMode()) {
var jl = document.createElement('script');
jl.type='text/javascript';
jl.async=true;
jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jl, s);
}
}
}catch(e){}
})();
// ]]>
//stats.wp.com/w.js?64
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push([‘storeContext’, {‘blog_id’:’225305382′,’blog_tz’:’-5′,’user_lang’:’es’,’blog_lang’:’es’,’user_id’:’0′}]);
_stq.push([‘view’, {‘blog’:’225305382′,’v’:’wpcom’,’tz’:’-5′,’user_id’:’0′,’post’:’2′,’subd’:’enlacescubadata’}]);
_stq.push([‘extra’, {‘crypt’:’UE40eW5QN0p8M2Y/RE1mJVY3bm9aR3VCbS9mWm1pRyZuJS1LX1t5QmRXZzE3RC9rQWZHK1FjbDltdWdaMVFFZTcxUGVHLWR0WTJoTn5ZbFJxMnElNlhFOU5YRWwxWXJIUTQ4SWFOK25BJTlkYUZkYnxPVGZodV9ua3pXOXZfWCxpeGtZazNdcCtmWk1Rfk1yVHRGeWtKYTMmXVFkMTJEST9zMUsvR2ZMbDFvZm93Wj1Jd1Yzbl14T2FqR1ByMnwtMms4a0hJVWlZS3dtRDFzVG1HdVNnck89ZmNkJnZzWCVFbm50WmNFdEljelpaaFh3ZXQ=’}]);
_stq.push([ ‘clickTrackerInit’, ‘225305382’, ‘2’ ]);
window._tkq = window._tkq || [];
document.querySelectorAll( ‘#marketingbar > a’ ).forEach( link => {
link.addEventListener( ‘click’, ( e ) => {
window._tkq.push( [ ‘recordEvent’, ‘wpcom_marketing_bar_cta_click’, {«is_current_user_blog_owner»:false} ] );
} );
});
if ( ‘object’ === typeof wpcom_mobile_user_agent_info ) {
wpcom_mobile_user_agent_info.init();
var mobileStatsQueryString = «»;
if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
mobileStatsQueryString += «&x_» + ‘mobile_platforms’ + ‘=’ + wpcom_mobile_user_agent_info.matchedPlatformName;
if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
mobileStatsQueryString += «&x_» + ‘mobile_devices’ + ‘=’ + wpcom_mobile_user_agent_info.matchedUserAgentName;
if( wpcom_mobile_user_agent_info.isIPad() )
mobileStatsQueryString += «&x_» + ‘ipad_views’ + ‘=’ + ‘views’;
if( «» != mobileStatsQueryString ) {
new Image().src = document.location.protocol + ‘//pixel.wp.com/g.gif?v=wpcom-no-pv’ + mobileStatsQueryString + ‘&baba=’ + Math.random();
}
}
Escribe un comentario…
Correo electrónico (Obligatorio)
Nombre (Obligatorio)
Web