Showing source for: https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/
Duration: 0.550621s
Server: nginx

<!DOCTYPE html>
<html lang="es">
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='max-image-preview:large' />

<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
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=222'
					+ '&is_singular=1';
				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=aHR0cHM6Ly90b2Rvc2FsdWQuaGVhbHRoLmJsb2c%3D"
		+ "&wpcomid=200425805"
		+ "&time=1716653390";
	document.body.appendChild( iframe );
}, false );
</script>
<title>¿Por qué necesita una Colonoscopía? &#8211; Todo Salud</title>
<link rel='dns-prefetch' href='//s1.wp.com' />
<link rel='dns-prefetch' href='//s2.wp.com' />
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//widgets.wp.com' />
<link rel='dns-prefetch' href='//wordpress.com' />
<link rel='dns-prefetch' href='//s.pubmine.com' />
<link rel='dns-prefetch' href='//x.bidswitch.net' />
<link rel='dns-prefetch' href='//static.criteo.net' />
<link rel='dns-prefetch' href='//ib.adnxs.com' />
<link rel='dns-prefetch' href='//aax.amazon-adsystem.com' />
<link rel='dns-prefetch' href='//bidder.criteo.com' />
<link rel='dns-prefetch' href='//cas.criteo.com' />
<link rel='dns-prefetch' href='//gum.criteo.com' />
<link rel='dns-prefetch' href='//ads.pubmatic.com' />
<link rel='dns-prefetch' href='//gads.pubmatic.com' />
<link rel='dns-prefetch' href='//tpc.googlesyndication.com' />
<link rel='dns-prefetch' href='//ad.doubleclick.net' />
<link rel='dns-prefetch' href='//googleads.g.doubleclick.net' />
<link rel='dns-prefetch' href='//www.googletagservices.com' />
<link rel='dns-prefetch' href='//cdn.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.g.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' />
<link rel='dns-prefetch' href='//a.teads.tv' />
<link rel='dns-prefetch' href='//prebid.media.net' />
<link rel='dns-prefetch' href='//adserver-us.adtech.advertising.com' />
<link rel='dns-prefetch' href='//fastlane.rubiconproject.com' />
<link rel='dns-prefetch' href='//prebid-server.rubiconproject.com' />
<link rel='dns-prefetch' href='//hb-api.omnitagjs.com' />
<link rel='dns-prefetch' href='//mtrx.go.sonobi.com' />
<link rel='dns-prefetch' href='//apex.go.sonobi.com' />
<link rel='dns-prefetch' href='//u.openx.net' />
<link rel="alternate" type="application/rss+xml" title="Todo Salud &raquo; Feed" href="https://todosalud.health.blog/feed/" />
<link rel="alternate" type="application/rss+xml" title="Todo Salud &raquo; Feed de los comentarios" href="https://todosalud.health.blog/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Todo Salud &raquo; Comentario ¿Por qué necesita una&nbsp;Colonoscopía? del feed" href="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/feed/" />
	<script type="text/javascript">
		/* <![CDATA[ */
		function addLoadEvent(func) {
			var oldonload = window.onload;
			if (typeof window.onload != 'function') {
				window.onload = func;
			} else {
				window.onload = function () {
					oldonload();
					func();
				}
			}
		}
		/* ]]> */
	</script>
	<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1710334132i&ver=6.6-alpha-58167"}};
/*! 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,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}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);
</script>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/_static/??-eJx9jlkOwjAMRC9EMIsqygfiLE5ihTarYke9PgUhtYDUz/HMGw9MRZmchJJAbKqE5obEMBWTo5IHRZrtWFBAh2y8Rqa9Yd7Bipsdt5C5WrQMLmSN4S+7+jGSFDT+o4FbgphtC8RQKaCQVSWz/KitxjB4WnrfantsxOpJhuSUxgpz9Pvygu/xdrwcuu50vvb9+ARrYHFg&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-site-logo-inline-css'>
.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}
</style>
<style id='wp-block-site-title-inline-css'>
.wp-block-site-title a{color:inherit}
</style>
<style id='wp-block-group-inline-css'>
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
</style>
<style id='wp-block-page-list-inline-css'>
.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s2.wp.com/wp-content/plugins/gutenberg-core/v18.4.1/build/block-library/blocks/navigation/style.css?m=1716578158i&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-spacer-inline-css'>
.wp-block-spacer{clear:both}
</style>
<style id='wp-block-post-title-inline-css'>
.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title a{display:inline-block}
</style>
<style id='wp-block-post-featured-image-inline-css'>
.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}
</style>
<style id='wp-block-paragraph-inline-css'>
.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}
</style>
<style id='wp-block-heading-inline-css'>
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}
</style>
<style id='wp-block-list-inline-css'>
ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-28-1' href='https://s1.wp.com/_static/??-eJyljEkKwzAMRS9URxiaJpvSs3gQxqk8YFkNuX1SQqD7Lt8fHqxVuZI75g6VJMTMEORAiy0cTUP46Hm4DxqsRPJgqbi3omibadtJDDGZgMB9Ixwc8w1+rEnUJV6wV3O8TwaWDKl4IWRwphVhJOA1VmzKSvb/y67NFXx9r/TUk36M06zHedkBFWVfGA==&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-post-author-inline-css'>
.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}
</style>
<style id='wp-block-post-date-inline-css'>
.wp-block-post-date{box-sizing:border-box}
</style>
<style id='wp-block-post-terms-inline-css'>
.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}
</style>
<style id='wp-block-comment-template-inline-css'>
.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}
</style>
<style id='wp-block-comments-pagination-inline-css'>
.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}
</style>
<style id='wp-block-post-comments-form-inline-css'>
.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}
</style>
<style id='wp-block-buttons-inline-css'>
.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}
</style>
<style id='wp-block-button-inline-css'>
.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:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:initial;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}
</style>
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id='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{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);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;-webkit-clip-path:none;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;
}
</style>
<style id='wp-block-template-skip-link-inline-css'>

		.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;
		}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-60-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #007cba;--wp--preset--color--secondary: #006ba1;--wp--preset--color--foreground: #333333;--wp--preset--color--background: #ffffff;--wp--preset--color--tertiary: #F0F0F0;--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: 1rem;--wp--preset--font-size--medium: 1.5rem;--wp--preset--font-size--large: 1.75rem;--wp--preset--font-size--x-large: 2rem;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--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--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--primary);--wp--custom--button--border--radius: 4px;--wp--custom--button--border--style: solid;--wp--custom--button--border--width: 2px;--wp--custom--button--color--background: var(--wp--custom--color--primary);--wp--custom--button--color--text: var(--wp--custom--color--background);--wp--custom--button--hover--color--text: var(--wp--custom--color--background);--wp--custom--button--hover--color--background: var(--wp--custom--color--secondary);--wp--custom--button--hover--border--color: var(--wp--custom--color--secondary);--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-sizes--normal);--wp--custom--button--typography--font-weight: normal;--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--foreground);--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--secondary);--wp--custom--color--tertiary: var(--wp--preset--color--tertiary);--wp--custom--font-sizes--x-small: 0.875rem;--wp--custom--font-sizes--normal: 1.125rem;--wp--custom--font-sizes--huge: 3rem;--wp--custom--form--padding: calc( 0.5 * var(--wp--custom--gap--horizontal) );--wp--custom--form--border--color: #EFEFEF;--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.6;--wp--custom--heading--typography--font-weight: 400;--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: 620px;--wp--custom--gap--baseline: 15px;--wp--custom--gap--horizontal: min(30px, 5vw);--wp--custom--gap--vertical: min(30px, 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: .1em .1em 0 0;--wp--custom--paragraph--dropcap--typography--font-size: 110px;--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: italic;--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: italic;--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;}:root { --wp--style--global--content-size: 620px;--wp--style--global--wide-size: 1000px; }:where(body) { margin: 0; }.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 { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: calc(2 * var(--wp--custom--gap--baseline)); }:where(.is-layout-flow)  > :first-child{margin-block-start: 0;}:where(.is-layout-flow)  > :last-child{margin-block-end: 0;}:where(.is-layout-flow)  > *{margin-block-start: calc(2 * var(--wp--custom--gap--baseline));margin-block-end: 0;}:where(.is-layout-constrained)  > :first-child{margin-block-start: 0;}:where(.is-layout-constrained)  > :last-child{margin-block-end: 0;}:where(.is-layout-constrained)  > *{margin-block-start: calc(2 * var(--wp--custom--gap--baseline));margin-block-end: 0;}:where(.is-layout-flex) {gap: calc(2 * var(--wp--custom--gap--baseline));}:where(.is-layout-grid) {gap: calc(2 * var(--wp--custom--gap--baseline));}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(body){background-color: var(--wp--custom--color--background);color: var(--wp--custom--color--foreground);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--custom--font-sizes--normal);line-height: var(--wp--custom--body--typography--line-height);padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:where(a:where(:not(.wp-element-button))){color: var(--wp--custom--color--primary);text-decoration: underline;}:where(a:where(:not(.wp-element-button)):hover){text-decoration: none;}:where(a:where(:not(.wp-element-button)):focus){text-decoration: none;}:where(a:where(:not(.wp-element-button)):active){text-decoration: none;}:where(h1){font-size: var(--wp--custom--font-sizes--huge);font-weight: var(--wp--custom--heading--typography--font-weight);line-height: var(--wp--custom--heading--typography--line-height);margin-top: var(--wp--custom--gap--vertical);margin-bottom: var(--wp--custom--gap--vertical);}:where(h2){font-size: var(--wp--preset--font-size--x-large);font-weight: var(--wp--custom--heading--typography--font-weight);line-height: var(--wp--custom--heading--typography--line-height);margin-top: var(--wp--custom--gap--vertical);margin-bottom: var(--wp--custom--gap--vertical);}:where(h3){font-size: var(--wp--preset--font-size--large);font-weight: var(--wp--custom--heading--typography--font-weight);line-height: var(--wp--custom--heading--typography--line-height);margin-top: var(--wp--custom--gap--vertical);margin-bottom: var(--wp--custom--gap--vertical);}:where(h4){font-size: var(--wp--preset--font-size--medium);font-weight: var(--wp--custom--heading--typography--font-weight);line-height: var(--wp--custom--heading--typography--line-height);margin-top: var(--wp--custom--gap--vertical);margin-bottom: var(--wp--custom--gap--vertical);}:where(h5){font-size: var(--wp--custom--font-sizes--normal);font-weight: var(--wp--custom--heading--typography--font-weight);line-height: var(--wp--custom--heading--typography--line-height);margin-top: var(--wp--custom--gap--vertical);margin-bottom: var(--wp--custom--gap--vertical);}:where(h6){font-size: var(--wp--preset--font-size--small);font-weight: var(--wp--custom--heading--typography--font-weight);line-height: var(--wp--custom--heading--typography--line-height);margin-top: var(--wp--custom--gap--vertical);margin-bottom: var(--wp--custom--gap--vertical);}:where(.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-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-foreground-color{color: var(--wp--preset--color--foreground) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !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-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-foreground-background-color{background-color: var(--wp--preset--color--foreground) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !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-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-foreground-border-color{border-color: var(--wp--preset--color--foreground) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !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-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-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !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-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !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-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !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-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !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;}
:where(.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);}
:where(.wp-block-list){padding-left: calc( 2 * var(--wp--custom--gap--horizontal) );}
:where(.wp-block-navigation){font-size: var(--wp--custom--font-sizes--normal);text-decoration: none;}
:where(.wp-block-post-title){font-size: var(--wp--preset--font-size--large);line-height: var(--wp--custom--heading--typography--line-height);margin-bottom: 0;}
:where(.wp-block-post-date){color: var(--wp--custom--color--foreground);font-size: var(--wp--preset--font-size--small);}
:where(.wp-block-site-tagline){font-size: var(--wp--custom--font-sizes--x-small);}
:where(.wp-block-site-title){font-size: var(--wp--custom--font-sizes--normal);font-weight: 700;}
:where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;}
:where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
</style>
<style id='core-block-supports-inline-css'>
.wp-container-core-navigation-is-layout-1{justify-content:flex-end;}.wp-container-core-group-is-layout-3{justify-content:space-between;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-64-1' href='https://s1.wp.com/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/sun/vendor/automattic/jetpack-mu-wpcom/src/build/verbum-comments/verbum-comments.css?m=1709133875i&cssminify=yes' type='text/css' media='all' />
<link rel='stylesheet' id='verbum-gutenberg-css-css' href='https://widgets.wp.com/verbum-block-editor/block-editor.css?ver=1716293652' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-66-1' href='https://s0.wp.com/_static/??-eJx9j1EKAjEMRC9kjaug7od4lrZka9y2KdsU8fZGBV0V/JuZ8CYJXIrxnAWzQGqmxBYoV/CckkYm0ojq6ley1GQBBJmFlK4v8RzMOuWESRtKc+Ai+9HZimBrRdGQ83WgGH+g2SEB2ShnhTh/GDNES9M/dELdGFSGxwNve4eO6dBt+123XvWb/fkGEoBhwg==&cssminify=yes' type='text/css' media='all' />
<style id='jetpack-global-styles-frontend-style-inline-css'>
@import url('https://fonts-api.wp.com/css?family=Roboto:thin,extralight,light,regular,medium,semibold,bold,italic,bolditalic,extrabold,black|Rubik:thin,extralight,light,regular,medium,semibold,bold,italic,bolditalic,extrabold,black|');:root { --font-headings: Rubik; --font-base: Roboto; --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;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-68-1' href='https://s0.wp.com/_static/??-eJyNjcsKQjEMBX/ImlsQry7ET5GahrbXNCmmRfx7H7gRN+7OwGEGbs2hSifpUIdrPFIRg4V6C3j5MNgQqBoHk4HlcKUYYry/Z5G0RrMV/C06FUEwxRLYsSa1L/iR9Uz1mc0bSKznwK/DsR787Kd5P/ntbnkAuNBIYA==&cssminify=yes' type='text/css' media='all' />
<script id="media-video-jwt-bridge-js-extra">
var videopressAjax = {"ajaxUrl":"https:\/\/todosaludhealth.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":"222"};
</script>
<script id="wpcom-actionbar-placeholder-js-extra">
var actionbardata = {"siteID":"200425805","postID":"222","siteURL":"https:\/\/todosalud.health.blog","xhrURL":"https:\/\/todosalud.health.blog\/wp-admin\/admin-ajax.php","nonce":"2fa2a81c7f","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/pdyXUh-3A","i18n":{"followedText":"Las entradas nuevas de este sitio aparecer\u00e1n ahora en tu <a href=\"https:\/\/wordpress.com\/read\">Lector<\/a>","foldBar":"Contraer esta barra","unfoldBar":"Expandir esta barra"}};
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s1.wp.com/_static/??-eJxdTlsKwjAQvJBx1RbUD/Eoksda0ibZkN20entb0IL9GubFDExZWUqCSaBniGR8QFUZi+5mTfn0pH3PO/jPlSAqF3q9t16sKofa+cTQo2Rthy8HruknPUZMjgroKhS1iLdrePQOKRdkBlN9cBC8AaEBkzLFuw63gyZQt05OVJx2rGzQzMjLUxszjKcFFEs1c/0eb8fz4Xxtmra99B8hEF+E'></script>
<script id="rlt-proxy-js-after">
	window.addEventListener( 'DOMContentLoaded', function() {
		rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
	} );
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://todosaludhealth.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel="canonical" href="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/" />
<link rel='shortlink' href='https://wp.me/pdyXUh-3A' />
<link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Ftodosalud.health.blog%2F2022%2F10%2F31%2Fpor-que-necesita-una-colonoscopia%2F&amp;for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Ftodosalud.health.blog%2F2022%2F10%2F31%2Fpor-que-necesita-una-colonoscopia%2F&amp;for=wpcom-auto-discovery" />
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="¿Por qué necesita una Colonoscopía?" />
<meta property="og:url" content="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/" />
<meta property="og:description" content="El cáncer de colon es uno de los cánceres más preventivos de la actualidad, sin embargo, es la segunda causa principal de muerte por cáncer. Muchas personas evitan las pruebas de detección preventi…" />
<meta property="article:published_time" content="2022-10-31T20:00:52+00:00" />
<meta property="article:modified_time" content="2022-10-31T20:01:51+00:00" />
<meta property="og:site_name" content="Todo Salud" />
<meta property="og:image" content="https://todosalud.health.blog/wp-content/uploads/2022/10/19.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="683" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="es_ES" />
<meta property="article:publisher" content="https://www.facebook.com/WordPresscom" />
<meta name="twitter:text:title" content="¿Por qué necesita una&nbsp;Colonoscopía?" />
<meta name="twitter:image" content="https://todosalud.health.blog/wp-content/uploads/2022/10/19.png?w=640" />
<meta name="twitter:card" content="summary_large_image" />

<!-- End Jetpack Open Graph Tags -->
<link rel="search" type="application/opensearchdescription+xml" href="https://todosalud.health.blog/osd.xml" title="Todo Salud" />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
<script id="wp-load-polyfill-importmap">
( HTMLScriptElement.supports && HTMLScriptElement.supports("importmap") ) || document.write( '<script src="https://s2.wp.com/wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js?m=1710866488i&#038;ver=1.8.2"></scr' + 'ipt>' );
</script>
<script type="importmap" id="wp-importmap">
{"imports":{"@wordpress\/interactivity":"https:\/\/s0.wp.com\/wp-content\/plugins\/gutenberg-core\/v18.4.1\/build\/interactivity\/index.min.js?ver=18.4.1"}}
</script>
<script type="module" src="https://s1.wp.com/wp-content/plugins/gutenberg-core/v18.4.1/build/interactivity/navigation.min.js?ver=18.4.1" id="@wordpress/block-library/navigation-js-module"></script>
<link rel="modulepreload" href="https://s0.wp.com/wp-content/plugins/gutenberg-core/v18.4.1/build/interactivity/index.min.js?ver=18.4.1" id="@wordpress/interactivity-js-modulepreload"><meta name="application-name" content="Todo Salud" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Temas de Salud, Práctica Médica y más." /><meta name="description" content="El cáncer de colon es uno de los cánceres más preventivos de la actualidad, sin embargo, es la segunda causa principal de muerte por cáncer. Muchas personas evitan las pruebas de detección preventivas y las visitas a su proctólogo debido a la incomodidad y la vergüenza percibidas. Sin embargo, los síntomas avanzados hacen que las&hellip;" />
<script>
var wa_smart = { 'network_id': 3905, 'site_id': 474853, 'page_id': 1572546, 'blog_id': 200425805, 'post_id': 222, 'theme': 'pub/blockbase', 'target': 'iab_category=IAB7;iab_category=IAB18-1;iab_category=IAB18;iab_category=IAB13-6;iab_category=IAB13;wp_blog_id=200425805;language=es;adflow=true', '_': { 'title': 'Anuncio publicitario', 'privacy_settings': 'Ajustes de privacidad' }, 'inline': { 'format_id': 110354, 'max_slots': 20, 'max_blaze_slots': 20, 'enabled': true, 'adflow_enabled': true } }; wa_smart.cmd = [];
</script>
		<script type="text/javascript">
		function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}
		var __ATA_PP = { 'pt': 1, 'ht': 0, 'tn': 'blockbase', 'uloggedin': 0, 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': true, 'ad': { 'label': { 'text': 'Anuncios' }, 'reportAd': { 'text': 'Informa sobre este anuncio' }, 'privacySettings': { 'text': 'Privacidad', 'onClick': function() { window.__tcfapi && window.__tcfapi( 'showUi' ) } } }, 'disabled_slot_formats': [ 'IAD' ], 'siteid': 8982, 'blogid': 200425805, 'js_hint': 'tcf2_test' };
		var __ATA = __ATA || {};
		__ATA.cmd = __ATA.cmd || [];
		__ATA.criteo = __ATA.criteo || {};
		__ATA.criteo.cmd = __ATA.criteo.cmd || [];
		</script>
		<script type="text/javascript">
		(function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length}
		function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com";
		w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"",".");
		(function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this);
		</script>	<script>
		var sas_fallback = sas_fallback || [];
		sas_fallback.push(
			{ tag: "&lt;div id=&quot;atatags-26942-66520d4e98b98&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-66520d4e98b98\',location: 120,formFactor: \'001\',label: {text: \'Anuncios\',},creative: {reportAd: {text: \'Informa sobre este anuncio\',},privacySettings: {text: \'Privacidad\',onClick: function() { window.__tcfapi &amp;&amp; window.__tcfapi( \'showUi\' ); },}}});});&lt;/script&gt;", type: 'belowpost' },
			{ tag: "&lt;div id=&quot;atatags-26942-{{unique_id}}&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-{{unique_id}}\',location: 310,formFactor: \'001\',label: {text: \'Anuncios\',},creative: {reportAd: {text: \'Informa sobre este anuncio\',},privacySettings: {text: \'Privacidad\',onClick: function() { window.__tcfapi &amp;&amp; window.__tcfapi( \'showUi\' ); },}}});});&lt;/script&gt;", type: 'inline' }
		);
	</script>		<script type="text/javascript">

			window.doNotSellCallback = function() {

				var linkElements = [
					'a[href="https://wordpress.com/?ref=footer_blog"]',
					'a[href="https://wordpress.com/?ref=footer_website"]',
					'a[href="https://wordpress.com/?ref=vertical_footer"]',
					'a[href^="https://wordpress.com/?ref=footer_segment_"]',
				].join(',');

				var dnsLink = document.createElement( 'a' );
				dnsLink.href = 'https://wordpress.com/es/advertising-program-optout/';
				dnsLink.classList.add( 'do-not-sell-link' );
				dnsLink.rel = 'nofollow';
				dnsLink.style.marginLeft = '0.5em';
				dnsLink.textContent = 'No vendas ni compartas mi información personal';

				var creditLinks = document.querySelectorAll( linkElements );

				if ( 0 === creditLinks.length ) {
					return false;
				}

				Array.prototype.forEach.call( creditLinks, function( el ) {
					el.insertAdjacentElement( 'afterend', dnsLink );
				});

				return true;
			};

		</script>
		<script id="cmp-configuration" type="application/configuration">{"gvlVersion":"54","consentLanguage":"ES","locale":"es","vendorsAll":"AycAOIRKgQQoJAwI4BAAhAEBiAYACECAAABAACAAAAAAAhEAEAAAAAAAAAQAAAAAAAAABAAAAAAAAAAAABAAAIAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAiAAIAAAgAAgAAAAAABAAQAA","vendorsLegInterest":"AycAMAQKgAAoAAgIIAAAgAAACAIACAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAIAAAgAAAAAAAAAAAAQAA","ajaxUrl":"\/wp-admin\/admin-ajax.php","ajaxNonce":"51d0479daf","modulePath":"https:\/\/s1.wp.com\/wp-content\/blog-plugins\/wordads-classes\/js\/cmp\/v2\/","gvlPath":"https:\/\/public-api.wordpress.com\/wpcom\/v2\/sites\/200425805\/cmp\/v3\/vendors\/es\/","_":{"title":"Privacidad y cookies","intro":"Nosotros, WordPress.com, y nuestros socios publicitarios recopilamos o accedemos a cierta informaci\u00f3n en tu dispositivo y tratamos datos personales, como los identificadores \u00fanicos, el historial de navegaci\u00f3n y otra informaci\u00f3n est\u00e1ndar que tu dispositivo proporciona, incluida tu direcci\u00f3n IP. Esta informaci\u00f3n se recopila a lo largo del tiempo y se utiliza para ofrecer anuncios personalizados, medici\u00f3n de anuncios, informaci\u00f3n sobre el p\u00fablico y desarrollo de productos espec\u00edficos de nuestro programa publicitario. Si est\u00e1s de acuerdo con todo lo anterior, selecciona \"Acepto\" m\u00e1s abajo. De lo contrario, puedes obtener m\u00e1s informaci\u00f3n, personalizar tus preferencias de consentimiento para m\u00e1s de 51 proveedores de anuncios diferentes o denegar el consentimiento haciendo clic en \"M\u00e1s informaci\u00f3n\". Ten en cuenta que tus preferencias se aplican a todas las webs de la <a href=\"https:\/\/automattic.com\/cookies\/#user-ads-consent\" target=\"_blank\">red de WordPress.com<\/a> y, si m\u00e1s adelante cambias de opini\u00f3n, puedes modificarlas en cualquier momento accediendo al enlace sobre privacidad que aparece debajo de cada anuncio o utilizando la opci\u00f3n \"Privacidad\" de la barra de acciones situada en la esquina inferior derecha de la pantalla. Por \u00faltimo, nuestros socios pueden tratar algunos de tus datos bas\u00e1ndose en intereses leg\u00edtimos en lugar de en tu consentimiento, pero puedes oponerte a ello si eliges \"M\u00e1s informaci\u00f3n\" y desactivas el bot\u00f3n \"Intereses leg\u00edtimos\" bajo cada una de las finalidades o socios indicados.","config":"M\u00e1s opciones","accept":"Acepto","viewPartners":"Ver socios","error":"Ha ocurrido un error inesperado. Por favor, int\u00e9ntalo de nuevo m\u00e1s tarde."}}</script><link rel="icon" href="https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=32" sizes="32x32" />
<link rel="icon" href="https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=192" sizes="192x192" />
<link rel="apple-touch-icon" href="https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=180" />
<meta name="msapplication-TileImage" content="https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=270" />
<script type="text/javascript">
	window.google_analytics_uacct = "UA-52447-2";
</script>

<script type="text/javascript">
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-52447-2']);
	_gaq.push(['_gat._anonymizeIp']);
	_gaq.push(['_setDomainName', 'none']);
	_gaq.push(['_setAllowLinker', true]);
	_gaq.push(['_initData']);
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
	})();
</script>
</head>

<body class="post-template-default single single-post postid-222 single-format-standard wp-embed-responsive customizer-styles-applied jetpack-reblog-enabled has-marketing-bar has-marketing-bar-theme-blockbase">

<div class="wp-site-blocks"><header class="wp-block-template-part">
<div class="wp-block-group gapless-group is-layout-constrained wp-block-group-is-layout-constrained">

<div class="wp-block-group site-header alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex" style="padding-bottom:var(--wp--custom--gap--vertical);padding-top:var(--wp--custom--gap--vertical)">

	
	<div class="wp-block-group site-brand is-layout-flex wp-block-group-is-layout-flex">
		

		
		<div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow">
			<h1 class="wp-block-site-title"><a href="https://todosalud.health.blog" target="_self" rel="home">Todo Salud</a></h1>
			<p class="wp-block-site-tagline">Temas de Salud, Práctica Médica y más.</p>
		</div>
		
	</div>
	

	<nav class="is-responsive items-justified-right social-links wp-block-navigation is-horizontal is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex" aria-label="" 
		 data-wp-interactive="core/navigation" data-wp-context='{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Men\u00fa"}'><button aria-haspopup="dialog" aria-label="Abrir el menú" class="wp-block-navigation__responsive-container-open " 
				data-wp-on--click="actions.openMenuOnClick"
				data-wp-on--keydown="actions.handleMenuKeydown"
			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>
				<div class="wp-block-navigation__responsive-container  " style="" id="modal-1" 
				data-wp-class--has-modal-open="state.isMenuOpen"
				data-wp-class--is-menu-open="state.isMenuOpen"
				data-wp-watch="callbacks.initMenu"
				data-wp-on--keydown="actions.handleMenuKeydown"
				data-wp-on--focusout="actions.handleMenuFocusout"
				tabindex="-1"
			>
					<div class="wp-block-navigation__responsive-close" tabindex="-1">
						<div class="wp-block-navigation__responsive-dialog" 
				data-wp-bind--aria-modal="state.ariaModal"
				data-wp-bind--aria-label="state.ariaLabel"
				data-wp-bind--role="state.roleAttribute"
			>
							<button aria-label="Cerrar el menú" class="wp-block-navigation__responsive-container-close" 
				data-wp-on--click="actions.closeMenuOnClick"
			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>
							<div class="wp-block-navigation__responsive-container-content" 
				data-wp-watch="callbacks.focusFirstElement"
			 id="modal-1-content">
								<ul class="wp-block-navigation__container is-responsive items-justified-right social-links wp-block-navigation"><ul class="wp-block-page-list"><li class="wp-block-pages-list__item wp-block-navigation-item open-on-hover-click"><a class="wp-block-pages-list__item__link wp-block-navigation-item__content" href="https://todosalud.health.blog/home-2/"></a></li></ul></ul>
							</div>
						</div>
					</div>
				</div></nav>

</div>


</div>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>

</header>


<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-post-title">¿Por qué necesita una&nbsp;Colonoscopía?</h2>
</div>



<main class="wp-block-group is-layout-flow wp-block-group-is-layout-flow">
<figure class="alignfull wp-block-post-featured-image"><img width="1024" height="683" src="https://todosalud.health.blog/wp-content/uploads/2022/10/19.png?w=1024" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" style="object-fit:cover;" data-attachment-id="226" data-permalink="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/attachment/19/" data-orig-file="https://todosalud.health.blog/wp-content/uploads/2022/10/19.png" data-orig-size="1200,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1(9)" data-image-description="" data-image-caption="" data-medium-file="https://todosalud.health.blog/wp-content/uploads/2022/10/19.png?w=300" data-large-file="https://todosalud.health.blog/wp-content/uploads/2022/10/19.png?w=1024" /></figure>

<div class="entry-content wp-block-post-content is-layout-constrained wp-block-post-content-is-layout-constrained">
<p>El <strong>cáncer de colon</strong> es uno de los cánceres más preventivos de la actualidad, sin embargo, es la segunda causa principal de muerte por cáncer. Muchas personas evitan las pruebas de detección preventivas y las visitas a su <strong>proctólogo </strong>debido a la incomodidad y la vergüenza percibidas. Sin embargo, los síntomas avanzados hacen que las opciones de tratamiento sean más difíciles o casi imposibles. Los exámenes <strong>regulares de<a href="https://proctologoenpuebla.com/especialidades/colonoscopia/"> colonoscopía</a></strong> salvan vidas, ya que detectan anomalías en el colon, lo que le permite al médico tomar medidas pertinentes.</p>



<p>El proctólogo ofrece un método de <strong>colonoscopía </strong>mínimamente invasivo y casi indoloro. Durante el procedimiento, se hace avanzar un videoendoscopio flexible a través del colon para encontrar y extirpar pólipos precancerosos (este procedimiento también se conoce como sigmoidoscopía flexible). La extirpación sistemática de pólipos puede reducir el riesgo de desarrollar cáncer de colon en un 90 %.</p>



<h2 class="wp-block-heading">¿Quién debe hacerse una colonoscopía?</h2>



<ul class="wp-block-list">
<li>Todas las personas de 50 años o más.</li>



<li>Cualquier persona de 40 años o más con antecedentes familiares de cáncer colorrectal o pólipos, o 10 años antes de la edad del familiar de primer grado más joven en el momento del diagnóstico.</li>



<li>Cualquier persona con un cambio en los hábitos intestinales, sangrado rectal, antecedentes de síndrome del intestino irritable (SII), colitis ulcerosa, hemorroides, enfermedad de Chron, quejas de enfermedad inflamatoria intestinal (EII).</li>
</ul>



<h2 class="wp-block-heading">¿Qué es exactamente una colonoscopía?</h2>



<p>Una <strong>colonoscopía</strong> es un procedimiento de detección común y seguro realizado por nuestros proctólogos para detectar anomalías como cáncer de colon y pólipos. (Algunos pólipos son precancerosos y pueden convertirse en cáncer con el tiempo). Un instrumento flexible de fibra óptica conocido como colonoscopio, que incluye una luz y una cámara en miniatura, se inserta suavemente en el colon y el recto. Luego, se guía el colonoscopio a lo largo de todo el colon después de que se haya bombeado aire dentro del colon para mantenerlo permeable.</p>



<p>La ventaja de una colonoscopía es que los pólipos se pueden extirpar en el momento de la colonoscopía, lo que reduce el riesgo de cáncer de colon y recto.</p>



<figure class="wp-block-image size-large"><img data-attachment-id="224" data-permalink="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/attachment/48/" data-orig-file="https://todosalud.health.blog/wp-content/uploads/2022/10/48.png" data-orig-size="1200,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="48" data-image-description="" data-image-caption="" data-medium-file="https://todosalud.health.blog/wp-content/uploads/2022/10/48.png?w=300" data-large-file="https://todosalud.health.blog/wp-content/uploads/2022/10/48.png?w=1024" width="1024" height="682" src="https://todosalud.health.blog/wp-content/uploads/2022/10/48.png?w=1024" alt="" class="wp-image-224" srcset="https://todosalud.health.blog/wp-content/uploads/2022/10/48.png?w=1024 1024w, https://todosalud.health.blog/wp-content/uploads/2022/10/48.png?w=150 150w, https://todosalud.health.blog/wp-content/uploads/2022/10/48.png?w=300 300w, https://todosalud.health.blog/wp-content/uploads/2022/10/48.png?w=768 768w, https://todosalud.health.blog/wp-content/uploads/2022/10/48.png 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">¿Cuándo se realiza una colonoscopía?</h2>



<p>Actualmente, se recomienda una colonoscopía cada cinco años para todos los adultos mayores de 50 años. Las personas con antecedentes familiares de cáncer de colon pueden requerir una colonoscopía de detección diez años antes de que a su pariente se le diagnostique cáncer colorrectal. Los afro americanos deben realizarse una colonoscopía a los 45 años.</p>



<p>La colonoscopía también se puede recomendar para los siguientes síntomas:</p>



<ul class="wp-block-list">
<li>Cambio en los hábitos intestinales</li>



<li>Sangre en las heces</li>



<li>Colitis o inflamación del intestino</li>



<li>Dolor abdominal</li>



<li>Crecimiento sospechoso o para biopsia</li>
</ul>



<h2 class="wp-block-heading">Mantenga una relación con su proctólogo</h2>



<p>Busque resolver todas y cada una de las preguntas relacionadas con su tratamiento serán respondidas con anticipación por su proctólogo. Por favor, recuerde que la relación con su proctólogo no finaliza cuando deja su visita en el consultorio médico. Si tiene preguntas o inquietudes durante su tratamiento y recuperación o necesita información adicional en un momento posterior, no dude en comunicarse con su especialista.</p>
<span id="wordads-inline-marker" style="display: none;"></span>			<div id="atatags-26942-66520d4e8af93"></div>
			
			<script>
				__ATA.cmd.push(function() {
					__ATA.initDynamicSlot({
						id: 'atatags-26942-66520d4e8af93',
						location: 120,
						formFactor: '001',
						label: {
							text: 'Anuncios',
						},
						creative: {
							reportAd: {
								text: 'Informa sobre este anuncio',
							},
							privacySettings: {
								text: 'Privacidad',
								onClick: function() { window.__tcfapi && window.__tcfapi( 'showUi' ); },
							}
						}
					});
				});
			</script><div id="jp-post-flair" class="sharedaddy sd-like-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Comparte esto:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-222" class="share-twitter sd-button share-icon" href="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/?share=twitter" target="_blank" title="Haz clic para compartir en Twitter" ><span>Twitter</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-222" class="share-facebook sd-button share-icon" href="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/?share=facebook" target="_blank" title="Haz clic para compartir en Facebook" ><span>Facebook</span></a></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-200425805-222-66520d4e8b963' data-src='//widgets.wp.com/likes/index.html?ver=20240525#blog_id=200425805&amp;post_id=222&amp;origin=todosaludhealth.wordpress.com&amp;obj_id=200425805-222-66520d4e8b963&amp;domain=todosalud.health.blog' data-name='like-post-frame-200425805-222-66520d4e8b963' data-title='Me gusta o Compartir'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Me gusta</span></span> <span class='loading'>Cargando&#8230;</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div></div>

<div class="wp-block-template-part">
<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained">
    
    <div class="wp-block-group post-meta is-layout-flex wp-block-group-is-layout-flex">
        <div style="font-size:var(--wp--custom--font-sizes--x-small);" class="is-style-post-author-icon wp-block-post-author"><div class="wp-block-post-author__content"><p class="wp-block-post-author__name">Ozkar Muller</p></div></div>
        <div style="font-size:var(--wp--custom--font-sizes--x-small);" class="is-style-post-date-icon wp-block-post-date"><time datetime="2022-10-31T14:00:52-06:00"><a href="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/">octubre 31, 2022</a></time></div>
        <div style="font-size:var(--wp--custom--font-sizes--x-small)" class="taxonomy-category is-style-post-category-icon wp-block-post-terms"><a href="https://todosalud.health.blog/category/uncategorized/" rel="tag">Uncategorized</a></div>
        
    </div>
    
</div>
</div>
</main>



<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained">
    
    <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
    
    
<div class="wp-block-comments-query-loop">
	

	

	

		<div id="respond" class="comment-respond wp-block-post-comments-form">
		<h3 id="reply-title" class="comment-reply-title">Deja un comentario <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2022/10/31/por-que-necesita-una-colonoscopia/#respond" style="display:none;">Cancelar la respuesta</a></small></h3><form action="https://todosalud.health.blog/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate>



<div id="comment-form__verbum" class="transparent"></div><div class="verbum-form-meta"><input type='hidden' name='comment_post_ID' value='222' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />

			<input type="hidden" name="highlander_comment_nonce" id="highlander_comment_nonce" value="796703d9f8" />
			<input type="hidden" name="verbum_show_subscription_modal" value="" /></div><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="a78703d011" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="211"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>	</div><!-- #respond -->
	
</div>
 


</div>


<footer class="site-footer-container wp-block-template-part">
	<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained">
		
		<div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="padding-top:80px;padding-bottom:30px">
			
			<p class="has-text-align-center"><a href="https://wordpress.com/es/?ref=footer_segment_blog" rel="nofollow">Blog de WordPress.com.</a></p>
			
		</div>
		
	</div>
	
</footer>
</div>
<!-- wpcom_wp_footer -->
<script src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=2024214d47d929f88574eb4a47e5b1778b683b87e7f6078bb6a33f34c1178752e83406" id="grofiles-cards-js"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script>

	<script>
		// 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 );
			}
		} )();
	</script>

		<div style="display:none">
	<div class="grofile-hash-map-d73235ec8f970124ea82b171fd22fd0e">
	</div>
	</div>
		<!-- CCPA [start] -->
		<script type="text/javascript">
			( function () {

				var setupPrivacy = function() {

					// Minimal Mozilla Cookie library
					// https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework
					var cookieLib = window.cookieLib = {getItem:function(e){return e&&decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(e).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},setItem:function(e,o,n,t,r,i){if(!e||/^(?:expires|max\-age|path|domain|secure)$/i.test(e))return!1;var c="";if(n)switch(n.constructor){case Number:c=n===1/0?"; expires=Fri, 31 Dec 9999 23:59:59 GMT":"; max-age="+n;break;case String:c="; expires="+n;break;case Date:c="; expires="+n.toUTCString()}return"rootDomain"!==r&&".rootDomain"!==r||(r=(".rootDomain"===r?".":"")+document.location.hostname.split(".").slice(-2).join(".")),document.cookie=encodeURIComponent(e)+"="+encodeURIComponent(o)+c+(r?"; domain="+r:"")+(t?"; path="+t:"")+(i?"; secure":""),!0}};

					// Implement IAB USP API.
					window.__uspapi = function( command, version, callback ) {

						// Validate callback.
						if ( typeof callback !== 'function' ) {
							return;
						}

						// Validate the given command.
						if ( command !== 'getUSPData' || version !== 1 ) {
							callback( null, false );
							return;
						}

						// Check for GPC. If set, override any stored cookie.
						if ( navigator.globalPrivacyControl ) {
							callback( { version: 1, uspString: '1YYN' }, true );
							return;
						}

						// Check for cookie.
						var consent = cookieLib.getItem( 'usprivacy' );

						// Invalid cookie.
						if ( null === consent ) {
							callback( null, false );
							return;
						}

						// Everything checks out. Fire the provided callback with the consent data.
						callback( { version: 1, uspString: consent }, true );
					};

					// Initialization.
					document.addEventListener( 'DOMContentLoaded', function() {

						// Internal functions.
						var setDefaultOptInCookie = function() {
							var value = '1YNN';
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'usprivacy', value, 365 * 24 * 60 * 60, '/', domain );
						};

						var setDefaultOptOutCookie = function() {
							var value = '1YYN';
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
						};

						var setDefaultNotApplicableCookie = function() {
							var value = '1---';
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
						};

						var setCcpaAppliesCookie = function( applies ) {
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'ccpa_applies', applies, 24 * 60 * 60, '/', domain );
						}

						var maybeCallDoNotSellCallback = function() {
							if ( 'function' === typeof window.doNotSellCallback ) {
								return window.doNotSellCallback();
							}

							return false;
						}

						// Look for usprivacy cookie first.
						var usprivacyCookie = cookieLib.getItem( 'usprivacy' );

						// Found a usprivacy cookie.
						if ( null !== usprivacyCookie ) {

							// If the cookie indicates that CCPA does not apply, then bail.
							if ( '1---' === usprivacyCookie ) {
								return;
							}

							// CCPA applies, so call our callback to add Do Not Sell link to the page.
							maybeCallDoNotSellCallback();

							// We're all done, no more processing needed.
							return;
						}

						// We don't have a usprivacy cookie, so check to see if we have a CCPA applies cookie.
						var ccpaCookie = cookieLib.getItem( 'ccpa_applies' );

						// No CCPA applies cookie found, so we'll need to geolocate if this visitor is from California.
						// This needs to happen client side because we do not have region geo data in our $SERVER headers,
						// only country data -- therefore we can't vary cache on the region.
						if ( null === ccpaCookie ) {

							var request = new XMLHttpRequest();
							request.open( 'GET', 'https://public-api.wordpress.com/geo/', true );

							request.onreadystatechange = function () {
								if ( 4 === this.readyState ) {
									if ( 200 === this.status ) {

										// Got a geo response. Parse out the region data.
										var data = JSON.parse( this.response );
										var region      = data.region ? data.region.toLowerCase() : '';
										var ccpa_applies = ['california', 'colorado', 'connecticut', 'delaware', 'indiana', 'iowa', 'montana', 'new jersey', 'oregon', 'tennessee', 'texas', 'utah', 'virginia'].indexOf( region ) > -1;
										// Set CCPA applies cookie. This keeps us from having to make a geo request too frequently.
										setCcpaAppliesCookie( ccpa_applies );

										// Check if CCPA applies to set the proper usprivacy cookie.
										if ( ccpa_applies ) {
											if ( maybeCallDoNotSellCallback() ) {
												// Do Not Sell link added, so set default opt-in.
												setDefaultOptInCookie();
											} else {
												// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
												setDefaultOptOutCookie();
											}
										} else {
											// CCPA does not apply.
											setDefaultNotApplicableCookie();
										}
									} else {
										// Could not geo, so let's assume for now that CCPA applies to be safe.
										setCcpaAppliesCookie( true );
										if ( maybeCallDoNotSellCallback() ) {
											// Do Not Sell link added, so set default opt-in.
											setDefaultOptInCookie();
										} else {
											// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
											setDefaultOptOutCookie();
										}
									}
								}
							};

							// Send the geo request.
							request.send();
						} else {
							// We found a CCPA applies cookie.
							if ( ccpaCookie === 'true' ) {
								if ( maybeCallDoNotSellCallback() ) {
									// Do Not Sell link added, so set default opt-in.
									setDefaultOptInCookie();
								} else {
									// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
									setDefaultOptOutCookie();
								}
							} else {
								// CCPA does not apply.
								setDefaultNotApplicableCookie();
							}
						}
					} );
				};

				// Kickoff initialization.
				if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) {
					defQueue.items.push( setupPrivacy );
				} else {
					setupPrivacy();
				}

			} )();
		</script>

		<!-- CCPA [end] -->
		<script type="text/javascript">
	window._tkq = window._tkq || [];
	if ( Math.random() <= 0.01 ) {
		window._tkq.push( [
			'recordEvent',
			'wpcom_wordads_noad',
			{"theme":"pub\/blockbase","blog_id":200425805,"post_id":222,"reason_blog_unsafe":1,"reason_post_unsafe":1}
		] );
	}
</script>		<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading">&nbsp;</span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">

		<div class="jp-carousel-container">
			<!-- The Carousel Swiper -->
			<div
				class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions"
				itemscope
				itemtype="https://schema.org/ImageGallery">
				<div class="jp-carousel swiper-wrapper"></div>
				<div class="jp-swiper-button-prev swiper-button-prev">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12">
							<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskPrev)">
							<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
				<div class="jp-swiper-button-next swiper-button-next">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12">
							<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskNext)">
							<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
			</div>
			<!-- The main close buton -->
			<div class="jp-carousel-close-hint">
				<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14">
						<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
					</mask>
					<g mask="url(#maskClose)">
						<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
					</g>
				</svg>
			</div>
			<!-- Image info, comments and meta -->
			<div class="jp-carousel-info">
				<div class="jp-carousel-info-footer">
					<div class="jp-carousel-pagination-container">
						<div class="jp-swiper-pagination swiper-pagination"></div>
						<div class="jp-carousel-pagination"></div>
					</div>
					<div class="jp-carousel-photo-title-container">
						<h2 class="jp-carousel-photo-caption"></h2>
					</div>
					<div class="jp-carousel-photo-icons-container">
						<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Cambiar la visibilidad de los metadatos de las fotos">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
									</mask>
									<g mask="url(#maskInfo)">
										<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
							</span>
						</a>
												<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Cambiar la visibilidad de los comentarios de las fotos">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
									</mask>
									<g mask="url(#maskComments)">
										<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>

								<span class="jp-carousel-has-comments-indicator" aria-label="Esta imagen tiene comentarios."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Cargando comentarios...</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
									<div id="jp-carousel-comment-post-results"></div>
																														<form id="jp-carousel-comment-form">
												<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Escribe un comentario...</label>
												<textarea
													name="comment"
													class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea"
													id="jp-carousel-comment-form-comment-field"
													placeholder="Escribe un comentario..."
												></textarea>
												<div id="jp-carousel-comment-form-submit-and-info-wrapper">
													<div id="jp-carousel-comment-form-commenting-as">
																													<fieldset>
																<label for="jp-carousel-comment-form-email-field">Correo electrónico (Obligatorio)</label>
																<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-author-field">Nombre (Obligatorio)</label>
																<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-url-field">Web</label>
																<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" />
															</fieldset>
																											</div>
													<input
														type="submit"
														name="submit"
														class="jp-carousel-comment-form-button"
														id="jp-carousel-comment-form-button-submit"
														value="Publicar comentario" />
												</div>
											</form>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>

								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
									</mask>
									<g mask="url(#mask0)">
										<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
								<span class="jp-carousel-download-text"></span>
							</a>
							<div class="jp-carousel-image-map" style="display: none;"></div>
						</div>
					</div>
				</div>
			</div>
		</div>

		</div>
		
	<script type="text/javascript">
		window.WPCOM_sharing_counts = {"https:\/\/todosalud.health.blog\/2022\/10\/31\/por-que-necesita-una-colonoscopia\/":222};
	</script>
					<div id="actionbar" style="display: none;"
			class="actnbr-pub-blockbase actnbr-has-follow">
		<ul>
								<li class="actnbr-btn actnbr-hidden">
						<a class="actnbr-action actnbr-actn-comment" href="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/#respond">
							<svg class="gridicon gridicons-comment" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M12 16l-5 5v-5H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2h-7z"/></g></svg>							<span>Comentarios						</span>
						</a>
					</li>
									<li class="actnbr-btn actnbr-hidden">
						<a class="actnbr-action actnbr-actn-reblog" href="">
							<svg class="gridicon gridicons-reblog" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M22.086 9.914L20 7.828V18c0 1.105-.895 2-2 2h-7v-2h7V7.828l-2.086 2.086L14.5 8.5 19 4l4.5 4.5-1.414 1.414zM6 16.172V6h7V4H6c-1.105 0-2 .895-2 2v10.172l-2.086-2.086L.5 15.5 5 20l4.5-4.5-1.414-1.414L6 16.172z"/></g></svg><span>Rebloguear</span>
						</a>
					</li>
									<li class="actnbr-btn actnbr-hidden">
								<a class="actnbr-action actnbr-actn-follow " href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z"  fill-rule="evenodd"></path></svg>
			<span>Suscribirse</span>
		</a>
		<a class="actnbr-action actnbr-actn-following  no-display" href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
			<span>Suscrito</span>
		</a>
							<div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble">
							<div class="tip-arrow"></div>
							<div class="tip-inner actnbr-follow-bubble">
															<ul>
											<li class="actnbr-sitename">
			<a href="https://todosalud.health.blog">
				<img alt='' src='https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=50' srcset='https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=50 1x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=75 1.5x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=100 2x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=150 3x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' />				Todo Salud			</a>
		</li>
										<div class="actnbr-message no-display"></div>
									<form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;">
																				<div>
										<input type="email" name="email" placeholder="Introduce tu dirección de correo electrónico" class="actnbr-email-field" aria-label="Introduce tu dirección de correo electrónico" />
										</div>
										<input type="hidden" name="action" value="subscribe" />
										<input type="hidden" name="blog_id" value="200425805" />
										<input type="hidden" name="source" value="https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/" />
										<input type="hidden" name="sub-type" value="actionbar-follow" />
										<input type="hidden" id="_wpnonce" name="_wpnonce" value="affd6bccf6" />										<div class="actnbr-button-wrap">
											<button type="submit" value="Suscríbeme">
												Suscríbeme											</button>
										</div>
									</form>
									<li class="actnbr-login-nudge">
										<div>
											¿Ya tienes una cuenta de WordPress.com? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Ftodosalud.health.blog%252F2022%252F10%252F31%252Fpor-que-necesita-una-colonoscopia%252F">Inicia sesión</a>.										</div>
									</li>
								</ul>
															</div>
						</div>
					</li>
									<li class="actnbr-btn actnbr-hidden no-display" onclick="javascript:__tcfapi( 'showUi' );">
						<a class="actnbr-action actnbr-actn-privacy" href="#">
							<svg class="gridicon gridicons-info-outline" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"/></g></svg>							<span>Privacidad						</span>
						</a>
					</li>
							<li class="actnbr-ellipsis actnbr-hidden">
				<svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg>				<div class="actnbr-popover tip tip-top-left actnbr-more">
					<div class="tip-arrow"></div>
					<div class="tip-inner">
						<ul>
									<li class="actnbr-sitename">
			<a href="https://todosalud.health.blog">
				<img alt='' src='https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=50' srcset='https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=50 1x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=75 1.5x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=100 2x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=150 3x, https://todosalud.health.blog/wp-content/uploads/2021/12/cropped-free-illustration-img-ship-water-man.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' />				Todo Salud			</a>
		</li>
								<li class="actnbr-folded-customize">
								<a href="https://todosaludhealth.wordpress.com/wp-admin/site-editor.php?postType=wp_template&#038;postId=pub/blockbase//single">
									<svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg>									<span>Editar el sitio</span>
								</a>
							</li>
																<li class="actnbr-folded-follow">
												<a class="actnbr-action actnbr-actn-follow " href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z"  fill-rule="evenodd"></path></svg>
			<span>Suscribirse</span>
		</a>
		<a class="actnbr-action actnbr-actn-following  no-display" href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
			<span>Suscrito</span>
		</a>
										</li>
																	<li class="actnbr-signup"><a href="https://wordpress.com/start/">Regístrate</a></li>
									<li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Ftodosalud.health.blog%252F2022%252F10%252F31%252Fpor-que-necesita-una-colonoscopia%252F">Iniciar sesión</a></li>
																	<li class="actnbr-shortlink"><a href="https://wp.me/pdyXUh-3A">Copiar enlace corto</a></li>
																	<li class="flb-report">
										<a href="https://wordpress.com/abuse/?report_url=https://todosalud.health.blog/2022/10/31/por-que-necesita-una-colonoscopia/" target="_blank" rel="noopener noreferrer">
											Denunciar este contenido										</a>
									</li>
																	<li class="actnbr-reader">
										<a href="https://wordpress.com/read/blogs/200425805/posts/222">
											View post in Reader										</a>
									</li>
																	<li class="actnbr-subs">
										<a href="https://subscribe.wordpress.com/">Gestionar las suscripciones</a>
									</li>
																		<li class="actnbr-fold"><a href="">Contraer esta barra</a></li>
															</ul>
					</div>
				</div>
			</li>
		</ul>
	</div>
	
<script>
window.addEventListener( "load", function( event ) {
	var link = document.createElement( "link" );
	link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20240115";
	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=20231122";
	script.defer = true;
	document.body.appendChild( script );
} );
</script>

	<script id="jetpack-carousel-js-extra">
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:\/\/todosalud.health.blog\/wp-admin\/admin-ajax.php","nonce":"943b25215c","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 <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","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:\/\/todosaludhealth.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Ftodosalud.health.blog%2F2022%2F10%2F31%2Fpor-que-necesita-una-colonoscopia%2F","blog_id":"200425805","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=200425805&v=wpcom&tz=-6&user_id=0&subd=todosaludhealth","is_public":"1"};
</script>
<script id="comment-like-js-extra">
var comment_like_text = {"loading":"Cargando...","swipeUrl":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/comment-likes\/js\/lib\/swipe.js?ver=20131008"};
</script>
<script id="sharing-js-js-extra">
var sharing_js_options = {"lang":"es","counts":"1","is_stats_active":"1"};
</script>
<script id="verbum-settings-js-before">
window.VerbumComments = {"Log in or provide your name and email to leave a reply.":"Accede o proporciona tu nombre y correo electr\u00f3nico para dejar una respuesta.","Log in or provide your name and email to leave a comment.":"Accede o proporciona tu nombre y correo electr\u00f3nico para dejar un comentario.","Receive web and mobile notifications for posts on this site.":"Recibe notificaciones por web y m\u00f3vil sobre publicaciones en este sitio web.","Name":"Nombre","Email (address never made public)":"Correo electr\u00f3nico (la direcci\u00f3n no se har\u00e1 p\u00fablica)","Website (optional)":"P\u00e1gina web (opcional)","Leave a reply. (log in optional)":"Deja una respuesta. (acceso opcional)","Leave a comment. (log in optional)":"Deja un comentario. (Inicio de sesi\u00f3n opcional)","Log in to leave a reply.":"Accede para dejar una respuesta.","Log in to leave a comment.":"Inicia sesi\u00f3n para dejar un comentario.","Logged in via %s":"Conectado mediante %s","Log out":"Salir","Email":"Correo electr\u00f3nico","(Address never made public)":"(La direcci\u00f3n no se har\u00e1 p\u00fablica)","Instantly":"Instant\u00e1neamente","Daily":"Diariamente","Reply":"Responder","Comment":"Comentarios","WordPress":"WordPress","Weekly":"Semanalmente","Notify me of new posts":"Recibir una notificaci\u00f3n con cada nueva entrada","Email me new posts":"Recibir un correo electr\u00f3nico con cada nueva entrada","Email me new comments":"Recibir un correo electr\u00f3nico con cada nuevo comentario","Cancel":"Cancelar","Write a comment...":"Escribe un comentario...","Write a reply...":"Escribe una respuesta...","Website":"Web","Optional":"Opcional","We'll keep you in the loop!":"Te mantendremos informado\/a.","Loading your comment...":"Cargando tu comentario...","Discover more from":"Descubre m\u00e1s de Todo Salud","Subscribe now to keep reading and get access to the full archive.":"Suscr\u00edbete ahora para seguir leyendo y obtener acceso al archivo completo.","Continue reading":"Seguir leyendo","Never miss a beat!":"\u00a1No te pierdas ni un detalle!","Interested in getting blog post updates? Simply click the button below to stay in the loop!":"\u00bfQuieres recibir actualizaciones de las entradas del blog? Haz clic en el bot\u00f3n de abajo para mantenerte informado\/a.","Enter your email address":"Introduce tu direcci\u00f3n de correo electr\u00f3nico","Subscribe":"Suscribirse","Comment sent successfully":"Comentario enviado correctamente","Save my name, email, and website in this browser for the next time I comment.":"Guardar mi nombre, correo electr\u00f3nico y web en este navegador para la pr\u00f3xima vez que comente.","siteId":200425805,"postId":222,"mustLogIn":false,"requireNameEmail":true,"commentRegistration":false,"connectURL":"https:\/\/todosaludhealth.wordpress.com\/public.api\/connect\/?action=request&domain=todosalud.health.blog","logoutURL":"https:\/\/todosaludhealth.wordpress.com\/wp-login.php?action=logout&_wpnonce=730af1da16","homeURL":"https:\/\/todosalud.health.blog\/","subscribeToBlog":true,"subscribeToComment":true,"isJetpackCommentsLoggedIn":false,"jetpackUsername":"","jetpackUserId":0,"jetpackSignature":"","jetpackAvatar":"https:\/\/0.gravatar.com\/avatar\/?s=96&amp;d=identicon&amp;r=G","enableBlocks":true,"enableSubscriptionModal":true,"currentLocale":"es","isJetpackComments":false,"allowedBlocks":["core\/paragraph","core\/list","core\/code","core\/list-item","core\/quote","core\/image","core\/embed","core\/quote","core\/code"],"embedNonce":"bb248e5d5e","verbumBundleUrl":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/vendor\/automattic\/jetpack-mu-wpcom\/src\/features\/verbum-comments\/dist\/index.js","isRTL":false,"vbeCacheBuster":1716293652}
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s2.wp.com/_static/??-eJydUe1uwyAMfKERL62qaj+mPcrkAEtJ+RqGRHn7uU2ouk5Kpf0Cjjv77IMpChl81j5DZ0Mvoi298QRTSAoVCWmRSBMMDGG2zUAvcKdx5aaw5sy876KLPqFXVqcN8qBzRHle30DFw6fxErpirAKJKRTS9karQOOM36iKZ0NOZ7FvXpdyFfhKV7KqWv6zRS1jyeAc1xFJRzs/aVD9MDRFFt77H7l+SIAlB4c5G/mHDZTqhKNOXXFi7c3Oecl8qNmjM1LYgGpzf9X0svThAXgUPktWugjj7nI0XblEt9V5jWId6ffz34nTCZNmW2q+Xo3v1yQ+3Ht7bA/H3b49vA0/IucCFg=='></script>
<script id="wp-block-template-skip-link-js-after">
	( 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 );
	}() );
	
</script>
<script id="sharing-js-js-after">
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-twitter' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
						return false;
					}
				} );
			} )();
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-facebook' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
						return false;
					}
				} );
			} )();
</script>

	<script type="text/javascript">
		(function () {
			var wpcom_reblog = {
				source: 'toolbar',

				toggle_reblog_box_flair: function (obj_id, post_id) {

					// Go to site selector. This will redirect to their blog if they only have one.
					const postEndpoint = `https://wordpress.com/post`;

					// Ideally we would use the permalink here, but fortunately this will be replaced with the 
					// post permalink in the editor.
					const originalURL = `${ document.location.href }?page_id=${ post_id }`; 
					
					const url =
						postEndpoint +
						'?url=' +
						encodeURIComponent( originalURL ) +
						'&is_post_share=true' +
						'&v=5';

					const redirect = function () {
						if (
							! window.open( url, '_blank' )
						) {
							location.href = url;
						}
					};

					if ( /Firefox/.test( navigator.userAgent ) ) {
						setTimeout( redirect, 0 );
					} else {
						redirect();
					}
				},
			};

			window.wpcom_reblog = wpcom_reblog;
		})();
	</script>
<script type="text/javascript">
// <![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){}
})();
// ]]>
</script>	<iframe src='https://widgets.wp.com/likes/master.html?ver=20240525#ver=20240525&amp;lang=es&amp;lang_ver=1714047154&amp;origin=https://todosalud.health.blog' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe>
	<div id='likes-other-gravatars' class='wpl-new-layout' role="dialog" aria-hidden="true" tabindex="-1">
		<div class="likes-text">
			<span>%d</span>		</div>
		<ul class="wpl-avatars sd-like-gravatars"></ul>
	</div>

		<script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'200425805','blog_tz':'-6','user_lang':'es','blog_lang':'es','user_id':'0'}]);
_stq.push(['view', {'blog':'200425805','v':'wpcom','tz':'-6','user_id':'0','post':'222','subd':'todosaludhealth'}]);
		_stq.push(['extra', {'crypt':'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWFnNncxc1tjZG9XVXhRaGp+TjRzYk8/WjlKTnQ1VGYyc18uUVElMHJvYXB1OH4sallTN2IrUFctVzU2ZF9XdVtSM2V1TmsxLXYlbVUmdElEcGp1cEtkelV5a3M9c2xFdiZ5ODdCfFdSQzd+UHNyd0thfEpDaXdpXVpSVjdmaG9tYUwzS1VycGJ2d2laTVZ1YTImW0kwN2J+X0g1Ny9CdG5OT11RWmpXTXhFdSYlUUlFZ2QyaXo0TjJPcFZQX3FOWkNKZE9UY1AzVzZ4a1o5Z2dtVmVGY3ctfE5aU01wLSZvaTddZSx1V2dVWzRdVm4sZ2JsV1ld'}]);
_stq.push([ 'clickTrackerInit', '200425805', '222' ]);
</script>
<noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript>
<div id="marketingbar" class="marketing-bar noskim  "><div class="marketing-bar-text">Diseña un sitio como este con WordPress.com</div><a class="marketing-bar-button" href="https://wordpress.com/start/es?ref=marketing_bar">Comenzar</a><a class="marketing-bar-link" tabindex="-1" aria-label="Crea tu página web en WordPress.com" href="https://wordpress.com/start/es?ref=marketing_bar"></a></div>		<script type="text/javascript">
			window._tkq = window._tkq || [];

			window._tkq.push( [ 'recordEvent', 'wpcom_marketing_bar_impression', {"is_current_user_blog_owner":false} ] );

			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} ] );
				} );
			});
		</script><script>
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();
	}
	
}
</script>
<script type='disabled' id='wp-enqueue-dynamic-script:wp-i18n:after:1'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>

<script type='disabled' id='wp-enqueue-dynamic-script:verbum:translations:1'>
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2024-05-08 22:19:57+0000","generator":"GlotPress/4.0.1","domain":"messages","locale_data":{"messages":{"100":["100"],"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"es"},"Disable":["Desactivar"],"Enable":["Activar"],"Font library\u0004Library":["Biblioteca"],"Justify text":["Justificar texto"],"This block allows overrides. Changing the name can cause problems with content entered into instances of this pattern.":["Este bloque permite sobrescrituras. Cambiar el nombre puede causar problemas con el contenido introducido en instancias de este patrón."],"Add background image":["Añadir una imagen de fondo"],"Rows":["Filas"],"Overrides":["Sobrescritura"],"Search commands and settings":["Comandos y ajustes de búsqueda"],"Remove citation":["Eliminar cita"],"Collapse all other items.":["Cerrar el resto de elementos."],"Non breaking space":["Espacio sin salto"],"This block is locked.":["Este bloque está bloqueado."],"verb\u0004Grid":["Cuadrícula"],"Grid placement":["Colocación de la cuadrícula"],"Presets":["Preajustes"],"Lowercase letter A\u0004a":["a"],"Uppercase letter A\u0004A":["A"],"Connected to dynamic data":["Conectado a datos dinámicos"],"Connected to %s":["Conectado a %s"],"block toolbar button label\u0004Connected":["Conectado"],"Shuffle":["Aleatorio"],"Drop shadows":["Sombras paralelas"],"font category\u0004Display":["Visualización"],"Select parent block (%s)":["Seleccionar bloque superior (%s)"],"heading levels\u0004All":["Todos"],"font categories\u0004All":["Todas"],"Text that indicates that the pattern is synchronized\u0004Synced":["Sincronizado"],"Text that indicates that the pattern is not synchronized\u0004Not synced":["No sincronizados"],"authors\u0004All":["Todos"],"categories\u0004All":["Todas"],"Alternative text for an image. Block toolbar label, a low character count is preferred.\u0004Alt":["Alt"],"Upload to Media Library":["Subir a la biblioteca multimedia"],"Focal point":["Punto focal"],"Be careful!":["¡Cuidado!"],"%s.":["%s."],"%s styles.":["Estilos %s."],"%s settings.":["Ajustes %s."],"%s element.":["%s elemento.","%s elementos."],"%s block.":["%s bloque.","%s bloques."],", ":[", "],"Disable expand on click":["Desactivar expandir al pulsar"],"Scales the image with a lightbox effect":["Escala la imagen con un efecto de caja de luz"],"Scale the image with a lightbox effect.":["Escala la imagen con un efecto de caja de luz."],"Link to attachment page":["Enlazar a la página de adjuntos"],"Link to image file":["Enlazar al archivo de imagen"],"screen sizes\u0004All":["Todos"],"Locked":["Bloqueado"],"No transforms.":["Sin transformaciones."],"patterns\u0004Not synced":["No sincronizados"],"patterns\u0004Synced":["Sincronizados"],"Manage the inclusion of blocks added automatically by plugins.":["Gestiona la inclusión de bloques añadidos automáticamente por plugins."],"Grid span":["Extensión de cuadrícula"],"Row span":["Extensión de fila"],"Column span":["Extensión de columna"],"Drop shadow":["Sombra paralela"],"Repeat":["Repetir"],"Contain":["Contenido"],"Copy link%s":["Copiar enlace%s"],"Link copied to clipboard.":["Enlace copiado al portapapeles."],"Manual":["Manual"],"Deselect":["Anular selección"],"Select all":["Seleccionar todo"],"header landmark area\u0004Header":["Cabecera"],"Left and right sides":["Lados izquierdo y derecho"],"Top and bottom sides":["Laterales superior e inferior"],"Right side":["Lado derecho"],"Left side":["Lado izquierdo"],"Bottom side":["Parte inferior"],"Top side":["Parte superior"],"Unfiltered":["Sin filtrar"],"action label\u0004Duplicate":["Duplicar"],"Is":["Es"],"Inserter":["Insertador"],"Interface":["Interfaz"],"Caption text":["Texto de la leyenda"],"Option that makes an individual pattern synchronized\u0004Synced":["Sincronizado"],"Restore":["Restaurar"],"Option that shows all patterns that are not synchronized\u0004Not synced":["No sincronizados"],"Option that shows all synchronized patterns\u0004Synced":["Sincronizados"],"block title\u0004Form":["Formulario"],"block keyword\u0004button":["botón"],"block keyword\u0004submit":["enviar"],"block keyword\u0004message":["mensaje"],"block keyword\u0004notification":["aviso"],"block keyword\u0004input":["entrada"],"Hide":["Ocultar"],"Large viewport largest dimension (lvmax)":["Dimensión máxima del área visible grande (lvmax)"],"Small viewport largest dimension (svmax)":["Dimensión mínima del área visible pequeño (svmax)"],"Dynamic viewport largest dimension (dvmax)":["Dimensión máxima del área visible dinámico (dvmax)"],"Dynamic viewport smallest dimension (dvmin)":["Dimensión mínima del área visible dinámico (dvmin)"],"Dynamic viewport width or height (dvb)":["Ancho o alto del área visible dinámico (dvb)"],"Dynamic viewport width or height (dvi)":["Ancho o alto del área visible dinámico (dvi)"],"Dynamic viewport height (dvh)":["Alto del área visible dinámico (dvh)"],"Dynamic viewport width (dvw)":["Ancho del área visible dinámico (dvw)"],"Large viewport smallest dimension (lvmin)":["Dimensión mínima del área visible grande (lvmin)"],"Large viewport width or height (lvb)":["Ancho o alto del área visible grande (lvb)"],"Large viewport width or height (lvi)":["Ancho o algo del área visible grande (lvi)"],"Large viewport height (lvh)":["Alto del área visible grande (lvh)"],"Large viewport width (lvw)":["Ancho del área visible grande (lvw)"],"Small viewport smallest dimension (svmin)":["Dimensión mínima del área visible pequeño (svmin)"],"Small viewport width or height (svb)":["Ancho o alto del área visible pequeño (svb)"],"Viewport smallest size in the block direction (svb)":["Tamaño mínimo del área visible en la dirección del bloque (svb)"],"Small viewport width or height (svi)":["Ancho o alto del área visible pequeño (svi)"],"Viewport smallest size in the inline direction (svi)":["Tamaño mínimo del área visible en la dirección incrustada (svi)"],"Small viewport height (svh)":["Alto del área visible pequeño (svh)"],"Small viewport width (svw)":["Ancho del área visible pequeño (svw)"],"No color selected":["No se ha seleccionado ningún color"],"Value":["Valor"],"Required":["Obligatorio"],"Method":["Método"],"Email":["Correo electrónico"],"Fields":["Campos"],"No results":["No hay resultados"],"Multiple blocks selected":["Varios bloques seleccionados"],"Block name changed to: \"%s\".":["El nombre del bloque ha cambiado a \"%s\"."],"Block name reset to: \"%s\".":["Nombre del bloque restablecido a: \"%s\"."],"https://wordpress.org/patterns/":["https://es.wordpress.org/patterns/"],"Patterns are available from the <Link>WordPress.org Pattern Directory</Link>, bundled in the active theme, or created by users on this site. Only patterns created on this site can be synced.":["Los patrones están disponibles en el <Link>Directorio de patrones de WordPress.org</Link>, incluidos en el tema activo, o creados por usuarios de este sitio. Sólo se pueden sincronizar los patrones creados en este sitio."],"Source":["Origen"],"Theme & Plugins":["Tema y Plugins"],"Pattern Directory":["Directorio de patrones"],"Mark as nofollow":["Marcar como nofollow"],"Fonts":["Fuentes"],"font style\u0004Normal":["Normal"],"font weight\u0004Normal":["Normal"],"Notice":["Aviso"],"Error notice":["Aviso de error"],"Information notice":["Aviso informativo"],"Warning notice":["Aviso de advertencia"],"Block: Paragraph":["Bloque: Párrafo"],"Expand on click":["Expandir al hacer clic"],"Image settings\u0004Settings":["Ajustes"],"Enter a custom name for this block.":["Introduce un nombre personalizado para este bloque."],"Drop to upload":["Soltar para subir"],"Reset ":["Restablecer "],"Background image":["Imagen de fondo"],"Only images can be used as a background image.":["Sólo se pueden utilizar imágenes como imagen de fondo."],"No image selected":["No se ha seleccionado ninguna imagen"],"Selected image: %s":["Imagen seleccionada: %s"],"No results found":["No se encontraron resultados"],"%d category button displayed.":["%d botón de categoría mostrado.","%d botones de categoría mostrados."],"Ungroup":["Desagrupar"],"a second":["un segundo"],"block title\u0004Date":["Fecha"],"block title\u0004Content":["Contenido"],"block title\u0004Author":["Autor"],"block keyword\u0004toggle":["cambiar"],"No":["No"],"Post overview\u0004Outline":["Esbozo"],"Select text across multiple blocks.":["Selecciona texto en varios bloques."],"block keyword\u0004reusable":["reutilizable"],"Last page":["Última página"],"paging\u0004%1$s of %2$s":["%1$s de %2$s"],"Previous page":["Página anterior"],"First page":["Primera página"],"%s item":["%s elemento","%s elementos"],"Continue":["Continuar"],"Name for applying graphical effects\u0004Filters":["Filtros"],"Reusable blocks are now synced patterns. A synced pattern will behave in exactly the same way as a reusable block.":["Los bloques reutilizables ahora se llaman patrones sincronizados. Un patrón sincronizado se comportará exactamente del mismo modo que un bloque reutilizable."],"My patterns":["Mis patrones"],"block keyword\u0004references":["referencias"],"My pattern":["Mi patrón"],"Initial %d result loaded. Type to filter all available results. Use up and down arrow keys to navigate.":["Resultado inicial %d cargado. Escribe para filtrar todos los resultados disponibles. Utiliza las teclas de flecha arriba y abajo para navegar.","Resultados iniciaesl %d cargados. Escribe para filtrar todos los resultados disponibles. Utiliza las teclas de flecha arriba y abajo para navegar."],"Lowercase Roman numerals":["Números romanos en minúsculas"],"Uppercase Roman numerals":["Números romanos en mayúsculas"],"Lowercase letters":["Letras minúsculas"],"Uppercase letters":["Letras mayúsculas"],"Numbers":["Números"],"Numbering style":["Estilo de numeración"],"Image is contained without distortion.":["La imagen se ajusta sin distorsionarse."],"Image covers the space evenly.":["La imagen cubre el espacio de manera uniforme."],"Image size option for resolution control\u0004Full Size":["Tamaño completo"],"Image size option for resolution control\u0004Large":["Grande"],"Image size option for resolution control\u0004Medium":["Mediana"],"Image size option for resolution control\u0004Thumbnail":["Miniatura"],"Scale":["Escalar"],"Scale down the content to fit the space if it is too big. Content that is too small will have additional padding.":["Redimensiona el contenido para ajustarlo al espacio si es muy grande. El contenido muy pequeño tendrá un relleno adicional."],"Scale option for dimensions control\u0004Scale down":["Reducir la escala"],"Do not adjust the sizing of the content. Content that is too large will be clipped, and content that is too small will have additional padding.":["No ajustar las dimensiones del contenido. Si es muy grande, será recortado, y si es muy pequeño tendrá un relleno adicional."],"Scale option for dimensions control\u0004None":["Nada"],"Fill the space by clipping what doesn't fit.":["Rellenar el espacio recortando lo que no se ajuste."],"Scale option for dimensions control\u0004Cover":["Cubrir"],"Fit the content to the space without clipping.":["Ajustar el contenido al espacio sin recortar."],"Scale option for dimensions control\u0004Contain":["Ajustar"],"Fill the space by stretching the content.":["Rellena el espacio estirando el contenido."],"Scale option for dimensions control\u0004Fill":["Relleno"],"Aspect ratio option for dimensions control\u0004Custom":["Personalizar"],"Aspect ratio option for dimensions control\u0004Tall - 9:16":["Alto - 9:16"],"Aspect ratio option for dimensions control\u0004Wide - 16:9":["Ancho - 16:9"],"Aspect ratio option for dimensions control\u0004Classic Portrait - 2:3":["Retrato clásico - 2:3"],"Aspect ratio option for dimensions control\u0004Classic - 3:2":["Clásico - 3:2"],"Aspect ratio option for dimensions control\u0004Portrait - 3:4":["Retrato - 3:4"],"Aspect ratio option for dimensions control\u0004Standard - 4:3":["Estándar 4:3"],"Aspect ratio option for dimensions control\u0004Square - 1:1":["Cuadrado 1:1"],"Aspect ratio option for dimensions control\u0004Original":["Original"],"Additional link settings\u0004Advanced":["Avanzado"],"Position: %1$s":["Posición: %1$s"],"The block will stick to the scrollable area of the parent %s block.":["El bloque se anclará al área desplazable del bloque %s superior."],"block title\u0004Title":["Título"],"Unknown":["Desconocido"],"Parent":["Superior"],"Pending":["Pendiente"],"Focal point top position":["Posición superior del punto focal"],"Focal point left position":["Posición izquierda del punto focal"],"Suggestions":["Sugerencias"],"Button label to reveal side configuration options\u0004%s options":["Opciones de %s"],"Horizontal & vertical":["Horizontal y vertical"],"Right to left":["De derecha a izquierda"],"Left to right":["De izquierda a derecha"],"Text direction":["Dirección de escritura"],"A valid language attribute, like \"en\" or \"fr\".":["Un atributo de idioma válido, como «en» o «fr»."],"Language":["Idioma"],"%d pattern found":["%d patrón encontrado","%d patrones encontrados"],"Activate":["Activar"],"Color %s styles":["Estilos de color de %s"],"Add after":["Añadir después"],"Add before":["Añadir antes"],"block keyword\u0004disclosure":["revelación"],"https://wordpress.org/documentation/article/embeds/":["https://wordpress.org/documentation/article/embeds/"],"https://wordpress.org/documentation/article/page-jumps/":["https://wordpress.org/documentation/article/page-jumps/"],"Leave empty if decorative.":["Déjalo vacío si es decorativo."],"Alternative text":["Texto alternativo"],"Resolution":["Resolución"],"Name for the value of the CSS position property\u0004Fixed":["Fixed"],"Name for the value of the CSS position property\u0004Sticky":["Fija"],"Minimum column width":["Anchura mínima de columna"],"Example:":["Ejemplo:"],"Image inserted.":["Imagen insertada."],"Image uploaded and inserted.":["Imagen subida e insertada."],"Insert":["Insertar"],"External images can be removed by the external provider without warning and could even have legal compliance issues related to privacy legislation.":["Las imágenes externas pueden ser eliminadas por el proveedor externo sin previo aviso e incluso podrían plantear problemas de cumplimiento legal relacionados con la legislación sobre privacidad."],"This image cannot be uploaded to your Media Library, but it can still be inserted as an external image.":["Esta imagen no puede subirse a tu biblioteca de medios pero puede insertarse como imagen externa."],"Insert external image":["Insertar imagen externa"],"Scrollable section":["Sección con desplazamiento"],"Aspect ratio":["Relación de aspecto"],"Dismiss hint":["Descartar pista"],"Openverse":["Openverse"],"There is an error with your CSS structure.":["Hay un error con la estructura de tu CSS."],"Shadow":["Sombra"],"Border & Shadow":["Borde y sombra"],"Center":["Centrar"],"Align text":["Alinear texto"],"Append to %1$s block at position %2$d, Level %3$d":["Adjuntar al bloque %1$s en la posición %2$d, nivel %3$d"],"%s block inserted":["Bloque %s insertado"],"Report %s":["Informe de %s"],"Copy styles":["Copiar estilos"],"Stretch items":["Estirar elementos"],"Block vertical alignment setting\u0004Space between":["Espacio intermedio"],"Block vertical alignment setting\u0004Stretch to fill":["Estirar para rellenar"],"Currently selected position: %s":["Posición seleccionada actualmente: %s"],"Position":["Posición"],"The block will not move when the page is scrolled.":["Este bloque no se moverá cuando hagas scroll en la página."],"The block will stick to the top of the window instead of scrolling.":["Este bloque quedará fijo en la parte superior de la ventana en lugar de hacer scroll."],"Sticky":["Fijo"],"Paste styles":["Pegar estilos"],"Pasted styles to %d blocks.":["Estilos pegados a %d bloques."],"Pasted styles to %s.":["Estilos pegados a %s."],"Unable to paste styles. Block styles couldn't be found within the copied content.":["No se han podido pegar los estilos. Los estilos de bloque no se encontraron en el contenido copiado."],"Unable to paste styles. Please allow browser clipboard permissions before continuing.":["No se han podido pegar los estilos. Por favor, da permisos al portapapeles del navegador antes de continuar."],"Unable to paste styles. This feature is only available on secure (https) sites in supporting browsers.":["No se han podido pegar los estilos. Esta característica solo está disponible en sitios seguros (https) en navegadores compatibles."],"Tilde":["Virgulilla"],"Clear Unknown Formatting":["Vaciar formatos desconocidos"],"CSS":["CSS"],"Additional CSS":["CSS adicional"],"Specify a fixed height.":["Especifica una altura fija."],"Block pattern category\u0004Audio":["Audio"],"block keyword\u0004page":["página"],"Media List":["Lista de medios"],"Go to parent Navigation block":["Ir al bloque de navegación superior"],"Fixed":["Fijo"],"Fit":["Ajustar"],"Fit contents.":["Ajustar contenidos."],"Specify a fixed width.":["Especifica un ancho fijo."],"Stretch to fill available space.":["Ampliar para rellenar el espacio disponible."],"Extra Extra Large":["Extra extra grande"],": %s":[": %s"],"Words:":["Palabras:"],"Decrement":["Reducir"],"Increment":["Aumentar"],"Remove caption":["Eliminar leyenda"],"Caption":["Leyenda"],"Pattern":["Patrón"],"Not available for aligned text.":["No está disponible para el texto alineado."],"Arrow option for Next/Previous link\u0004Arrow":["Flecha"],"Arrow option for Next/Previous link\u0004None":["Nada"],"Format tools":["Herramientas de formato"],"handle":["handle"],"Modify":["Modificar"],"Nested blocks will fill the width of this container. Toggle to constrain.":["Los bloques anidados llenarán el ancho de este contenedor. Alternar para restringir."],"You are currently in zoom-out mode.":["Actualmente estás en el modo de vista ampliada."],"XXL":["XXL"],"The Queen of Hearts.":["La reina de corazones."],"The Mad Hatter.":["El sombrerero loco."],"The Cheshire Cat.":["El gato de Cheshire."],"The White Rabbit.":["El conejo blanco."],"Alice.":["Alicia."],"Inner blocks use content width":["Los bloques interiores usan el ancho del contenido"],"Font":["Fuente"],"Constrained":["Constreñido"],"Spacing control":["Control de espaciado"],"Custom (%s)":["Perzonalizado (%s)"],"All sides":["Todos los lados"],"H6":["H6"],"H5":["H5"],"H4":["H4"],"H3":["H3"],"H2":["H2"],"H1":["H1"],"Move %1$d blocks from position %2$d left by one place":["Mueve %1$d bloques de la posición %2$d un sitio más hacia la izquierda"],"Move %1$d blocks from position %2$d down by one place":["Mueve %1$d bloques de la posición %2$d un sitio más hacia la derecha"],"Wide size":["Tamaño amplio"],"Content size":["Tamaño del contenido"],"Set the width of the main content area.":["Establece el ancho del área principal de contenido."],"Border color and style picker":["Selector de color de bordes y estilos"],"Blocks cannot be moved right as they are already are at the rightmost position":["Los bloques no se pueden mover a la derecha porque ya están en la posición más a la derecha"],"Blocks cannot be moved left as they are already are at the leftmost position":["Los bloques no se pueden mover a la izquierda porque ya están en la posición más a la izquierda"],"All blocks are selected, and cannot be moved":["Todos los bloques están seleccionados, y no se pueden mover"],"Hover":["Al pasar el cursor"],"Apply to all blocks inside":["Aplicar a todos los bloques incluidos"],"Unset":["No establecido"],"Embed a podcast player from Pocket Casts.":["Incrusta un reproductor de podcast desde Pocket Casts."],"Nested blocks use content width with options for full and wide widths.":["Los bloques anidados usan el ancho del contenido con opciones para anchos amplio y completo."],"Parents":["Principales"],"block title\u0004Comments":["Comentarios"],"All options reset":["Restablecer todas las opciones"],"All options are currently hidden":["Todas las opciones están ocultas"],"%s is now visible":["%s está ahora visible"],"%s hidden and reset to default":["%s oculto y restablecido a por defecto"],"%s reset to default":["%s restablecer a valores por defecto"],"Suffix":["Sufijo"],"Prefix":["Prefijo"],"Add pattern":["Añadir patrón"],"Response":["Respuesta"],"Search for blocks":["Buscar bloques"],"Bottom border":["Borde inferior"],"Right border":["Borde derecho"],"Left border":["Borde izquierdo"],"Top border":["Borde superior"],"Close border color":["Cerrar color del borde"],"Border color picker.":["Selector de color del borde."],"Border color and style picker.":["Selector de color y estilo del borde."],"Link sides":["Enlazar laterales"],"Unlink sides":["Quitar enlaces laterales"],"Quote citation":["Cita"],"Stack":["Pila"],"Use featured image":["Usar imagen destacada"],"Delete selection.":["Borrar selección."],"Transform to %s":["Transformar a %s"],"verb\u0004Stack":["Apilar"],"single horizontal line\u0004Row":["Fila"],"Select parent block: %s":["Seleccionar bloque superior: %s"],"Restrict editing":["Restringir la edición"],"Alignment option\u0004None":["Ninguna"],"Vertical alignment":["Alineación vertical"],"Align items bottom":["Alinear elementos al fondo"],"Align items center":["Alinear elementos al centro"],"Align items top":["Alinear elementos arriba"],"block title\u0004No results":["Sin resultados"],"block description\u0004Create a list item.":["Crear un elemento de lista."],"block title\u0004List item":["Elemento de lista"],"Custom color picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".":["Selector de color personalizado. El color seleccionado actualmente se llama «%1$s» y tiene un valor de «%2$s»."],"Invalid":["No válido"],"Lock":["Bloquear"],"Unlock":["Desbloquear"],"Prevent removal":["Evitar eliminación"],"Disable movement":["Desactivar movimiento"],"Lock all":["Bloquear todo"],"Choose specific attributes to restrict or lock all available options.":["Elige atributos específicos a restringir o bloquea todas las opciones disponibles."],"Lock %s":["Bloquear %s"],"%s blocks deselected.":["%s bloques deseleccionados."],"%s deselected.":["%s deseleccionado."],"Select the size of the source image.":["Selecciona el tamaño de la imagen original."],"font weight\u0004Black":["Negro"],"font weight\u0004Extra Bold":["Extra negrita"],"font weight\u0004Bold":["Negrita"],"font weight\u0004Semi Bold":["Semi negrita"],"font weight\u0004Medium":["Mediana"],"font weight\u0004Regular":["Normal"],"font weight\u0004Light":["Clara"],"font weight\u0004Extra Light":["Extra clara"],"font weight\u0004Thin":["Fina"],"font style\u0004Italic":["Cursiva"],"font style\u0004Regular":["Normal"],"Transparent text may be hard for people to read.":["El texto transparente puede ser difícil de leer para la gente."],"preview":["vista previa"],"Link is empty":["El enlace está vacío"],"Button label to reveal tool panel options\u0004%s options":["Opciones de %s"],"Set custom size":["Establecer un tamaño personalizado"],"Use size preset":["Usar un tamaño prestablecido"],"Color options":["Opciones del color"],"Done":["Hecho"],"Color %s":["Color %s"],"Color format":["Formato del color"],"Hex color":["Color hexadecimal"],"Icon":["Icono"],"Delete":["Borrar"],"block title\u0004Pagination":["Paginación"],"Actions":["Acciones"],"Rename":["Renombrar"],"Aa":["Aa"],"Arrow option for Comments Pagination Next/Previous blocks\u0004Arrow":["Flecha"],"Arrow option for Comments Pagination Next/Previous blocks\u0004None":["Ninguna"],"Indicates this palette is created by the user.\u0004Custom":["Personalizada"],"Indicates this palette comes from the theme.\u0004Custom":["Personalizada"],"Indicates this palette comes from WordPress.\u0004Default":["Por defecto"],"Indicates this palette comes from the theme.\u0004Theme":["Tema"],"Add default block":["Añadir bloque por defecto"],"styles":["estilos"],"block title\u0004Pattern":["Patrón"],"%s applied.":["%s aplicado."],"%s removed.":["%s eliminado."],"Menus":["Menús"],"Embed Wolfram notebook content.":["Incrustar contenido de libro de apuntes de Wolfram."],"Displays more block tools":["Muestra más herramientas del bloque"],"Create a two-tone color effect without losing your original image.":["Crea un efecto de color duotono sin perder tu imagen original."],"Explore all patterns":["Explorar todos los patrones"],"Orientation":["Orientación"],"Allow to wrap to multiple lines":["Permite el ajuste a varias líneas"],"block style label\u0004Plain":["Sencillo"],"Elements":["Elementos"],"Submenus":["Submenús"],"Display":["Visualización"],"Embed Pinterest pins, boards, and profiles.":["Incrusta pines, tableros y perfiles de Pinterest."],"bookmark":["marcador"],"Highlight":["Resaltar"],"Create page: <mark>%s</mark>":["Crear página: <mark>%s</mark>"],"Palette":["Paleta"],"Block spacing":["Espaciado del bloque"],"Max %s wide":["Máximo %s de ancho"],"label before the title of the previous post\u0004Previous:":["Anterior:"],"label before the title of the next post\u0004Next:":["Siguiente:"],"block title\u0004Submenu":["Submenú"],"Colors":["Colores"],"Show %s":["Mostrar %s"],"Hide and reset %s":["Ocultar y restablecer %s"],"Reset %s":["Restablecer %s"],"Minimum height":["Altura mínima"],"Size of a UI element\u0004Extra Large":["Muy grande"],"Size of a UI element\u0004Large":["Grande"],"Size of a UI element\u0004Medium":["Mediano"],"Size of a UI element\u0004Small":["Pequeño"],"Size of a UI element\u0004None":["Ninguno"],"No selection":["No se ha seleccionado nada"],"Arrow option for Query Pagination Next/Previous blocks\u0004Arrow":["Flecha"],"Arrow option for Query Pagination Next/Previous blocks\u0004None":["Ninguna"],"Arrow":["Flecha"],"Preload value\u0004None":["Ninguna"],"Row":["Fila"],"noun; Audio block parameter\u0004Preload":["Precargar"],"Media item link option\u0004None":["Ninguno"],"Currently selected font appearance: %s":["Apariencia de fuente seleccionada actualmente: %s"],"Currently selected font style: %s":["Estilo de fuente seleccionado actualmente: %s"],"Currently selected font weight: %s":["Peso de fuente seleccionado actualmente: %s"],"No selected font appearance":["No se ha seleccionado ninguna apariencia de fuente"],"Justification":["Justificado"],"Reset all":["Restablecer todo"],"Currently selected font size: %s":["Tamaño de fuente seleccionado actualmente: %s"],"Currently selected: %s":["Seleccionado actualmente: %s"],"Image scaling options\u0004Scale":["Escalar"],"Scale option for Image dimension control\u0004Fill":["Rellenar"],"Scale option for Image dimension control\u0004Contain":["Contener"],"Scale option for Image dimension control\u0004Cover":["Cubrir"],"If uploading to a gallery all files need to be image formats":["Si se sube a una galería, todos los archivos deben tener formatos de imagen"],"Flow":["Flujo"],"Flex":["Flexible"],"Style":["Estilo"],"Radius":["Radio"],"Link radii":["Enlazar radios"],"Unlink radii":["Desenlazar radios"],"Bottom right":["Abajo a la derecha"],"Bottom left":["Abajo a la izquierda"],"Top right":["Arriba a la derecha"],"Top left":["Arriba a la izquierda"],"block keyword\u0004link":["enlace"],"No preview available.":["Vista previa no disponible."],"noun\u0004Document":["Documento"],"block keyword\u0004movie":["película"],"block keyword\u0004summary":["resumen"],"block keyword\u0004description":["descripción"],"block keyword\u0004divider":["divisor"],"block keyword\u0004hr":["hr"],"block keyword\u0004find":["encontrar"],"block keyword\u0004atom":["atom"],"block keyword\u0004cite":["cita"],"block keyword\u0004blockquote":["bloque de cita"],"block keyword\u0004text":["texto"],"block description\u0004Start with the basic building block of all narrative.":["Empieza con el bloque que cimienta toda la narrativa."],"block keyword\u0004pagination":["paginación"],"block keyword\u0004navigation":["navegación"],"block keyword\u0004menu":["menú"],"block keyword\u0004video":["vídeo"],"block keyword\u0004image":["imagen"],"block keyword\u0004form":["formulario"],"block keyword\u0004numbered list":["lista numerada"],"block keyword\u0004ordered list":["lista ordenada"],"block keyword\u0004bullet list":["lista con viñetas"],"block description\u0004Create a bulleted or numbered list.":["Crea una lista de viñetas o numerada."],"block style label\u0004Rounded":["Redondeado"],"block style label\u0004Default":["Por defecto"],"block keyword\u0004picture":["imagen"],"block keyword\u0004photo":["foto"],"block keyword\u0004img":["img"],"block description\u0004Insert an image to make a visual statement.":["Inserta una imagen para hacer una declaración visual."],"block keyword\u0004embed":["incrustar"],"block keyword\u0004title":["título"],"block keyword\u0004section":["sección"],"block keyword\u0004row":["fila"],"block keyword\u0004wrapper":["envoltura"],"block keyword\u0004container":["contenedor"],"block keyword\u0004images":["imágenes"],"block keyword\u0004download":["descarga"],"block keyword\u0004document":["documento"],"block keyword\u0004archive":["archivo"],"block keyword\u0004posts":["entradas"],"block style label\u0004Outline":["Contorno"],"block style label\u0004Fill":["Relleno"],"block keyword\u0004podcast":["podcast"],"block keyword\u0004sound":["sonido"],"block keyword\u0004music":["música"],"Letter spacing":["Espacio entre letras"],"Points (pt)":["Puntos (pt)"],"Picas (pc)":["Picas (pc)"],"Inches (in)":["Pulgadas (in)"],"Millimeters (mm)":["Milímetros (mm)"],"Centimeters (cm)":["Centímetros (cm)"],"x-height of the font (ex)":["x-height de la fuente (ex)"],"Width of the zero (0) character (ch)":["Ancho del carácter (ch) cero (0)"],"Viewport largest dimension (vmax)":["Dimensión máxima del área visible (vmax)"],"Viewport smallest dimension (vmin)":["Dimensión mínima del área visible (vmin)"],"Percent (%)":["Porcentaje (%)"],"Margin":["Margen"],"Apply duotone filter":["Aplicar filtro de duotono"],"Duotone":["Duotono"],"Highlights":["Resaltados"],"Shadows":["Sombras"],"Duotone: %s":["Duotono: %s"],"Duotone code: %s":["Código de duotono: %s"],"Patterns list":["Lista de patrones"],"Use left and right arrow keys to move through blocks":["Usa las teclas de flecha izquierda y derecha para moverte a través de los bloques"],"Customize the width for all elements that are assigned to the center or wide columns.":["Personaliza el ancho de todos los elementos asignados a columnas centradas o amplias."],"Wide":["Amplio"],"Layout":["Estructura"],"Dotted":["Punteado"],"Dashed":["Discontinuo"],"Widget types":["Tipos de widgets"],"Add citation":["Añadir mención"],"Add caption":["Añadir leyenda"],"Type / to choose a block":["Teclea / para elegir un bloque"],"Relative to root font size (rem)\u0004rems":["rems"],"Relative to parent font size (em)\u0004ems":["ems"],"Border color":["Color del borde"],"Border width":["Ancho del borde"],"Border":["Borde"],"Grid":["Cuadrícula"],"Area":["Área"],"Search for blocks and patterns":["Buscar bloques y patrones"],"label for previous post link\u0004Previous":["Anterior"],"label for next post link\u0004Next":["Siguiente"],"Indent":["Aumentar margen"],"Outdent":["Disminuir margen"],"Ordered":["Ordenada"],"Unordered":["Sin ordenar"],"Space between items":["Espacio entre elementos"],"Add text over image":["Añadir texto encima de la imagen"],"Drag":["Arrastrar"],"Add an anchor":["Añadir un ancla"],"Align":["Alinear"],"block title\u0004Video":["Vídeo"],"block title\u0004Spacer":["Espaciador"],"block title\u0004Separator":["Separador"],"block title\u0004Group":["Grupo"],"block title\u0004Search":["Buscar"],"block title\u0004More":["Más"],"block title\u0004Unsupported":["No compatible"],"block title\u0004List":["Lista"],"block title\u0004Navigation":["Navegación"],"block title\u0004File":["Archivo"],"block title\u0004Cover":["Fondo"],"block title\u0004Column":["Columna"],"block title\u0004Columns":["Columnas"],"block title\u0004Code":["Código"],"block title\u0004Buttons":["Botones"],"block title\u0004Button":["Botón"],"block title\u0004Audio":["Audio"],"block title\u0004Gallery":["Galería"],"block title\u0004Quote":["Cita"],"block title\u0004Heading":["Encabezado"],"block title\u0004Image":["Imagen"],"block title\u0004Paragraph":["Párrafo"],"Editor canvas":["Lienzo del editor"],"Select unit":["Seleccionar unidad"],"text direction\u0004ltr":["ltr"],"Block vertical alignment setting\u0004Align bottom":["Alineación inferior"],"Block vertical alignment setting\u0004Align middle":["Alineación al medio"],"Block vertical alignment setting\u0004Align top":["Alineación superior"],"Capitalize":["Iniciales en mayúscula"],"Lowercase":["Mínusculas"],"Uppercase":["Mayúsculas"],"List text":["Texto de la lista"],"Vertical":["Vertical"],"Horizontal":["Horizontal"],"Image caption text":["Texto de la leyenda de la imagen"],"Font weight":["Peso de la fuente"],"Font style":["Estilo de fuente"],"%1$s %2$s":["%1$s %2$s"],"Themes":["Temas"],"Keyword":["Palabra clave"],"Filters":["Filtros"],"Viewport height (vh)":["Alto del área visible (vh)"],"Viewport width (vw)":["Ancho del área visible (vw)"],"Relative to root font size (rem)":["Relativo al tamaño raíz de la fuente (rem)"],"Relative to parent font size (em)":["Relativo al tamaño de la fuente superior (em)"],"Pixels (px)":["Píxeles (px)"],"Percentage (%)":["Porcentaje (%)"],"Keyboard input":["Entrada de teclado"],"Letter case":["Mayúsculas o minúsculas"],"Decoration":["Decoración"],"Close search":["Cerrar la búsqueda"],"Only":["Solo"],"Exclude":["Excluir"],"Include":["Incluir"],"Loading …":["Cargando…"],"Appearance":["Apariencia"],"Kind":["Tipo"],"Label":["Etiqueta"],"Captions":["Leyendas"],"link color":["color del enlace"],"Radial":["Radial"],"Linear":["Lineal"],"Create: <mark>%s</mark>":["Crear: <mark>%s</mark>"],"Search for patterns":["Buscar patrones"],"Anonymous":["Anónimo"],"Characters":["Caracteres"],"Block pattern \"%s\" inserted.":["Patrón de bloque «%s» insertado."],"Description":["Descripción"],"Base":["Base"],"Author":["Autor"],"Media preview":["Vista previa de medios"],"Image uploaded.":["Imagen subida."],"Could not edit image. %s":["No se pudo editar la imagen. %s"],"Original":["Original"],"Move the selected block(s) down.":["Mover el/los bloque(s) seleccionado(s) abajo."],"Move the selected block(s) up.":["Mover el/los bloque(s) seleccionado(s) arriba."],"Move to":["Mover a"],"Browse all":["Ver todos"],"Browse all. This will open the main inserter panel in the editor toolbar.":["Ver todos. Esto abrirá el panel del insertador principal en la barra de herramientas del editor."],"Use the Tab key and Arrow keys to choose new block location. Use Left and Right Arrow keys to move between nesting levels. Once location is selected press Enter or Space to move the block.":["Utiliza las teclas de tabulador y flechas para elegir una nueva ubicación para el bloque. Utiliza las teclas de flecha izquierda y derecha para moverte entre los niveles anidados. Una vez selecciones la ubicación pulsa Intro o espacio para mover el bloque."],"Reset search":["Restablecer búsqueda"],"Name":["Nombre"],"Crop":["Recortar"],"Rotate":["Rotar"],"Zoom":["Zoom"],"2:3":["2:3"],"3:4":["3:4"],"9:16":["9:16"],"Portrait":["Vertical"],"3:2":["3:2"],"4:3":["4:3"],"16:9":["16:9"],"Landscape":["Horizontal"],"Aspect Ratio":["Relación de aspecto"],"Box Control":["Control de cajas"],"Mixed":["Mixto"],"Right":["Derecha"],"Left":["Izquierda"],"Bottom":["Abajo"],"Top":["Arriba"],"A tip for using the block editor":["Un consejo para usar el editor de bloques"],"%d block added.":["%d bloque añadido.","%d bloques añadidos."],"You are currently in navigation mode. Navigate blocks using the Tab key and Arrow keys. Use Left and Right Arrow keys to move between nesting levels. To exit navigation mode and edit the selected block, press Enter.":["Actualmente estás en el modo de navegación. Navega por los bloques usando la tecla de tabulación y las teclas de flechas. Utiliza las teclas de flechas izquierda y derecha para moverte entre los siguientes niveles inferiores. Para salir del modo de navegación y editar el bloque seleccionado pulsa Enter."],"Spacing":["Espaciado"],"Padding":["Relleno"],"Block name":["Nombre del bloque"],"Design":["Diseño"],"Text":["Texto"],"Widget areas":["Áreas de widgets"],"Moved %d block to clipboard.":["Movido %d bloque al portapapeles.","Movidos %d bloques al portapapeles."],"Copied %d block to clipboard.":["Copiado %d bloque al portapapeles.","Copiados %d bloques al portapapeles."],"Moved \"%s\" to clipboard.":["«%s» movido al portapapeles."],"Copied \"%s\" to clipboard.":["«%s» copiado al portapapeles."],"Block navigation structure":["Estructura de navegación de los bloques"],"Block %1$d of %2$d, Level %3$d.":["Bloque %1$d de %2$d, nivel %3$d."],"Notifications":["Avisos"],"Offset":["Compensación"],"Pages":["Páginas"],"Uncategorized":["Sin categoría"],"Search results":["Resultados de búsqueda"],"White":["Blanco"],"Black":["Negro"],"Superscript":["Superíndice"],"Subscript":["Subíndice"],"Patterns":["Patrones"],"patterns\u0004All":["Todos"],"%1$s Block. Row %2$d":["Bloque %1$s. Fila %2$d"],"Typography":["Tipografía"],"Line height":["Altura de la línea"],"Content":["Contenido"],"Menu Location":["Ubicación del menú"],"Menu":["Menú"],"Home":["Inicio"],"Current media URL:":["URL del medio actual:"],"Move %1$s block from position %2$d left to position %3$d":["Mover el bloque %1$s desde la posición %2$d a la izquierda a la posición %3$d"],"Move %1$s block from position %2$d down to position %3$d":["Mover el bloque %1$s desde la posición %2$d abajo a la posición %3$d"],"User":["Usuario"],"Post Type":["Tipo de contenido"],"Site":["Sitio"],"Block patterns":["Patrones de bloques"],"Type":["Tipo"],"Block %1$s is at the beginning of the content and can’t be moved left":["El bloque %1$s está al principio del contenido y no se puede mover a la izquierda"],"Block %1$s is at the beginning of the content and can’t be moved up":["El bloque %1$s está al principio del contenido y no se puede mover hacia arriba"],"Block %1$s is at the end of the content and can’t be moved left":["El bloque %1$s está al final del contenido y no se puede mover a la izquierda"],"Block %1$s is at the end of the content and can’t be moved down":["El bloque %1$s está al final del contenido y no se puede mover hacia abajo"],"Creating":["Creando"],"An unknown error occurred during creation. Please try again.":["Se ha producido un error desconocido durante la creación. Por favor, inténtalo de nuevo."],"Change a block's type by pressing the block icon on the toolbar.":["Cambia el tipo de bloque pulsando el icono del bloque en la barra de herramientas."],"Drag files into the editor to automatically insert media blocks.":["Arrastra archivos al editor para insertar automáticamente bloques de medios."],"Outdent a list by pressing <kbd>backspace</kbd> at the beginning of a line.":["Quita la sangría de una lista pulsando la tecla <kbd>retroceso</kbd> al principio de una línea."],"Indent a list by pressing <kbd>space</kbd> at the beginning of a line.":["Aumenta la sangría de una lista pulsando la tecla <kbd>espacio</kbd> al principio de una línea."],"Solid":["Continuo"],"Mobile":["Móvil"],"block keyword\u0004links":["enlaces"],"text color":["color del texto"],"Embed a TikTok video.":["Incrusta un vídeo de TikTok."],"survey":["encuesta"],"social":["social"],"Global Styles":["Estilos globales"],"Angle":["Ángulo"],"%s Block":["Bloque %s"],"%1$s Block. %2$s":["Bloque %1$s. %2$s"],"%1$s Block. Column %2$d":["Bloque %1$s. Columna %2$d"],"%1$s Block. Column %2$d. %3$s":["Bloque %1$s. Columna %2$d. %3$s"],"%1$s Block. Row %2$d. %3$s":["Bloque %1$s. Fila %2$d. %3$s"],"Choose":["Elegir"],"Theme":["Tema"],"Empty":["Vacío"],"Search results for \"%s\"":["Resultados de la búsqueda de «%s»"],"Multiple selected blocks":["Múltiples bloques seleccionados"],"Show:":["Mostrar:"],"Buttons":["Botones"],"Background":["Fondo"],"Image size":["Tamaño de la imagen"],"Help":["Ayuda"],"Untitled":["Sin título"],"Next":["Siguiente"],"Previous":["Anterior"],"Finish":["Finalizar"],"Remove Control Point":["Eliminar punto de control"],"Use your left or right arrow keys or drag and drop with the mouse to change the gradient position. Press the button to change the color or remove the control point.":["Usa las teclas de flecha izquierda o derecha o arrastra y suelta con el ratón para cambiar la posición del degradado. Presiona el botón para cambiar el color o eliminar el punto de control."],"Gradient control point at position %1$s%% with color code %2$s.":["Punto de control de degradado en la posición %1$s%% con código de color %2$s."],"Open Media Library":["Abrir biblioteca multimedia"],"The media file has been replaced":["El archivo multimedia se ha reemplazado"],"Replace":["Reemplazar"],"You are currently in edit mode. To return to the navigation mode, press Escape.":["Actualmente estás en el modo de edición. Para volver al modo de navegación, presiona Escape."],"You are probably offline.":["Probablemente estás fuera de línea."],"Justify items right":["Justificar elementos a la derecha"],"Justify items center":["Justificar elementos al centro"],"Justify items left":["Justificar elementos a la izquierda"],"Change items justification":["Cambiar la justificación de los elementos"],"inserter":["insertador"],"podcast":["podcast"],"Menu Item":["Elemento del menú"],"Navigation":["Navegación"],"(Note: many devices and browsers do not display this text.)":["(Nota: muchos dispositivos y navegadores no muestran este texto.)"],"Describe the role of this image on the page.":["Describe el rol de esta imagen en la página."],"Currently selected":["Seleccionado actualmente"],"Search or type url":["Busca o escribe la URL"],"Press ENTER to add this link":["Presiona ENTER para añadir este enlace"],"Currently selected link settings":["Ajustes del enlace seleccionado actualmente"],"Generic label for block inserter button\u0004Add block":["Añadir bloque"],"directly add the only allowed block\u0004Add %s":["Añadir %s"],"%s block added":["Bloque %s añadido"],"Extra Large":["Extra grande"],"Template":["Plantilla"],"Gradient: %s":["Degradado: %s"],"Gradient code: %s":["Código de degradado: %s"],"Media upload failed. If this is a photo or a large image, please scale it down and try again.":["La subida de medios ha fallado. Si esto es una foto o una imagen grande, por favor, reduce su tamaño e inténtalo de nuevo."],"Gradient":["Degradado"],"Midnight":["Medianoche"],"Electric grass":["Hierba eléctrica"],"Pale ocean":["Océano pálido"],"Luminous dusk":["Atardecer luminoso"],"Blush bordeaux":["Rubor burdeos"],"Blush light purple":["Rubor púrpura claro"],"Cool to warm spectrum":["Espectro frío a caliente"],"Very light gray to cyan bluish gray":["Gris muy claro a gris azulado cian"],"Luminous vivid orange to vivid red":["Naranja vivo luminoso a rojo vivo"],"Luminous vivid amber to luminous vivid orange":["Ámbar vivo luminoso a naranja vivo"],"Light green cyan to vivid green cyan":["Verde cian claro a verde cian vivo"],"Vivid cyan blue to vivid purple":["Cian azul vivo a púrpura vivo"],"Version":["Versión"],"Dimensions":["Dimensiones"],"In quoting others, we cite ourselves.":["Al citar a otros, nos citamos a nosotros mismos."],"Mont Blanc appears—still, snowy, and serene.":["El Mont Blanc aparece—quieto, nevado y sereno."],"In a village of La Mancha, the name of which I have no desire to call to mind, there lived not long since one of those gentlemen that keep a lance in the lance-rack, an old buckler, a lean hack, and a greyhound for coursing.":["En un lugar de la Mancha, de cuyo nombre no quiero acordarme, no ha mucho tiempo que vivía un hidalgo de los de lanza en astillero, adarga antigua, rocín flaco y galgo corredor."],"Templates":["Plantillas"],"Add":["Añadir"],"Fill":["Rellenar"],"Link rel":["«rel» del enlace"],"Border radius":["Radio del borde"],"Reverse list numbering":["Lista de numeración inversa"],"Start value":["Valor inicial"],"While writing, you can press <kbd>/</kbd> to quickly insert new blocks.":["Al escribir, puedes pulsar <kbd>/</kbd> para insertar nuevos bloques rápidamente."],"Color":["Color"],"Vivid purple":["Púrpura vivo"],"Custom":["Personalizado"],"Draft":["Borrador"],"Learn more about anchors":["Aprende más sobre los anclajes"],"Enter a word or two — without spaces — to make a unique web address just for this block, called an “anchor”. Then, you’ll be able to link directly to this section of your page.":["Introduce una palabra o dos —sin espacios— para crear una dirección web única solo para este bloque, llamada «ancla». Después, podrás enlazar directamente a esta sección de tu página."],"Upload a video file, pick one from your media library, or add one with a URL.":["Sube un archivo de vídeo, elige uno de tu biblioteca de medios o añade uno con una URL."],"Upload an image file, pick one from your media library, or add one with a URL.":["Sube un archivo de imagen, elige uno de tu biblioteca de medios o añade uno con una URL."],"Upload an audio file, pick one from your media library, or add one with a URL.":["Sube un archivo de audio, elige uno de tu biblioteca de medios o añade uno con una URL."],"Upload a media file or pick one from your media library.":["Sube un archivo de medios o elige uno de tu biblioteca de medios."],"Skip":["Saltar"],"Title attribute":["Atributo del título"],"Open in new tab":["Abrir en una nueva pestaña"],"Move right":["Mover a la derecha"],"Move left":["Mover a la izquierda"],"Links":["Enlaces"],"menu":["menú"],"Learn more about embeds":["Aprende más sobre los incrustados"],"Paste a link to the content you want to display on your site.":["Pega un enlace al contenido que quieras mostrar en tu sitio."],"Ungrouping blocks from within a grouping block back into individual blocks within the Editor \u0004Ungroup":["Desagrupar"],"verb\u0004Group":["Agrupar"],"Separate multiple classes with spaces.":["Separa múltiples clases con espacios."],"Inline code":["Código integrado"],"This color combination may be hard for people to read.":["Esta combinación de color puede ser difícil de leer para la gente."],"Group":["Grupo"],"Describe the purpose of the image.":["Describe el propósito de la imagen."],"Add a block":["Añade un bloque"],"Block vertical alignment setting label\u0004Change vertical alignment":["Cambiar la alineación vertical"],"Change block type or style":["Cambiar tipo o estilo del bloque"],"Embedded content from %s can't be previewed in the editor.":["El contenido incrustado desde %s no se puede previsualizar en el editor."],"block style\u0004Default":["Por defecto"],"Back":["Volver"],"Taxonomy":["Taxonomía"],"Default":["Por defecto"],"Search":["Buscar"],"Sorry, this content could not be embedded.":["Lo siento, este contenido no se puede incrustar."],"Embed Amazon Kindle content.":["Incrustar contenido de Amazon Kindle."],"ebook":["ebook"],"Embed Crowdsignal (formerly Polldaddy) content.":["Incrustar contenido de Crowdsignal (anteriormente Polldaddy)."],"Underline":["Subrayado"],"Attempt Block Recovery":["Intentar la recuperación de bloque"],"Word count type. Do not translate!\u0004words":["words"],"button label\u0004Convert to link":["Convertir a enlace"],"button label\u0004Try again":["Probar de nuevo"],"Link CSS class":["Clase CSS del enlace"],"To edit this block, you need permission to upload media.":["Para editar este bloque necesitas permisos para subir medios."],"Block tools":["Herramientas del bloque"],"This image has an empty alt attribute":["La imagen tiene un atributo ALT vacío"],"This image has an empty alt attribute; its file name is %s":["La imagen tiene un atributo ALT vacío; su nombre de archivo es %s"],"Link inserted.":["Enlace insertado."],"Warning: the link has been inserted but may have errors. Please test it.":["Atención: el enlace se ha insertado pero puede tener errores. Por favor, compruébalo."],"%s block selected.":["%s bloque seleccionado.","%s bloques seleccionados."],"Thumbnail":["Miniatura"],"Full Size":["Tamaño completo"],"Link selected.":["Enlace seleccionado."],"Align text right":["Alinear el texto a la derecha"],"Align text center":["Alinear el texto al centro"],"Align text left":["Alinear el texto a la izquierda"],"Empty block; start writing or type forward slash to choose a block":["Bloque vacío; empieza a escribir o escribe una barra inclinada hacia adelante para elegir un bloque"],"Annotation":["Notas"],"blocks\u0004Most used":["Más usados"],"imperative verb\u0004Resolve":["Resuelve"],"font size name\u0004Huge":["Enorme"],"font size name\u0004Large":["Grande"],"font size name\u0004Medium":["Mediana"],"font size name\u0004Small":["Pequeña"],"font size name\u0004Normal":["Normal"],"button label\u0004Embed":["Incrustar"],"block title\u0004Embed":["Incrustado"],"block title\u0004Classic":["Clásico"],"Link edited.":["Enlace editado."],"Link removed.":["Enlace quitado."],"media":["medios"],"Media":["Medios"],"Navigate to the nearest toolbar.":["Navega hasta la barra de herramientas más cercana."],"Resize for smaller devices":["Cambia el tamaño para dispositivos más pequeños"],"This embed may not preserve its aspect ratio when the browser is resized.":["Este incrustado podría no mantener su relación de aspecto cuando el navegador cambie de tamaño."],"This embed will preserve its aspect ratio when the browser is resized.":["Este incrustado mantendrá su relación de aspecto cuando el navegador cambie de tamaño."],"Embed an Animoto video.":["Incrusta un vídeo de Animoto."],"Embed a Vimeo video.":["Incrusta un vídeo de Vimeo."],"Embed Flickr content.":["Incrusta contenido de Flickr."],"Embed Spotify content.":["Incrusta contenido de Spotify."],"Embed SoundCloud content.":["Incrusta contenido de SoundCloud."],"Embed a WordPress post.":["Incrusta una entrada de WordPress."],"Embed an Instagram post.":["Incrusta una publicación de Instagram."],"Embed a Facebook post.":["Incrusta una publicación de Facebook."],"Embed a WordPress.tv video.":["Incrusta un vídeo de WordPress.tv."],"Embed a VideoPress video.":["Incrusta un vídeo de VideoPress."],"Embed a Tumblr post.":["Incrusta una publicación de Tumblr."],"Embed a TED video.":["Incrusta un vídeo de TED."],"Embed Speaker Deck content.":["Incrusta contenido de Speaker Deck."],"Embed a YouTube video.":["Incrusta un vídeo de YouTube."],"Embed SmugMug content.":["Incrusta contenido de SmugMug."],"Embed Slideshare content.":["Incrusta contenido de Slideshare."],"Embed Scribd content.":["Incrusta contenido de Scribd."],"Embed Screencast content.":["Incrusta contenido de Screencast."],"Embed ReverbNation content.":["Incrusta contenido de ReverbNation."],"Embed a Reddit thread.":["Incrusta un hilo de Reddit."],"Embed Mixcloud content.":["Incrusta contenido de Mixcloud."],"Embed a tweet.":["Incrusta un tweet."],"Embed Kickstarter content.":["Incrusta contenido de Kickstarter."],"Embed Issuu content.":["Incrusta contenido de Issuu."],"Embed Imgur content.":["Incrusta contenido de Imgur."],"Embed a Dailymotion video.":["Incrusta un vídeo de Dailymotion."],"Embed CollegeHumor content.":["Incrusta contenido de CollegeHumor."],"Embed Cloudup content.":["Incrusta contenido de Cloudup."],"noun\u0004View":["Ver"],"editor button\u0004Left to right":["De izquierda a derecha"],"Paste or type URL":["Pega o teclea la URL"],"Insert from URL":["Insertar desde URL"],"Styles":["Estilos"],"Options":["Opciones"],"(opens in a new tab)":["(abre en una nueva pestaña)"],"Time":["Hora"],"May":["Mayo"],"Date":["Fecha"],"Cover":["Fondo"],"Huge":["Enorme"],"Medium":["Medio"],"Normal":["Normal"],"Paste URL or type to search":["Pega la URL o teclea para buscar"],"Terms":["Términos"],"This block contains unexpected or invalid content.":["Este bloque contiene contenido inesperado o no válido."],"Resolve Block":["Resolver bloque"],"Convert to HTML":["Convertir a HTML"],"View":["Ver"],"HTML":["HTML"],"Media settings":["Ajustes de medios"],"Overlay":["Superposición"],"Backtick":["Acento grave"],"Period":["Punto"],"Comma":["Coma"],"Change type of %d block":["Cambiar el tipo de %d bloque","Cambiar el tipo de %d bloques"],"Current":["Actual"],"After Conversion":["Después de la conversión"],"Change alignment":["Cambiar la alineación"],"Change text alignment":["Cambiar la alineación del texto"],"%d block":["%d bloque","%d bloques"],"Title":["Título"],"Convert to Classic Block":["Convertir a bloque clásico"],"Create":["Crear"],"Move %1$d blocks from position %2$d right by one place":["Mueve %1$d bloques de la posición %2$d a un sitio a la derecha"],"Move %1$d blocks from position %2$d up by one place":["Mueve %1$d bloques de la posición %2$d un sitio más arriba"],"Move %1$s block from position %2$d right to position %3$d":["Mueve %1$s bloque de la posición %2$d a la posición %3$d"],"Move %1$s block from position %2$d up to position %3$d":["Mueve %1$s bloque de la posición %2$d a la posición %3$d"],"Insert a new block before the selected block(s).":["Inserta un nuevo bloque antes del/los bloque(s) seleccionado(s)."],"Remove the selected block(s).":["Quita el/los bloque(s) seleccionado(s)."],"Duplicate the selected block(s).":["Duplica el/los bloque(s) seleccionado(s)."],"Clear selection.":["Vaciar selección."],"Select all text when typing. Press again to select all blocks.":["Selecciona todo el texto mientras tecleas. Pulsa de nuevo para seleccionar todos los bloques."],"Insert a new block after the selected block(s).":["Inserta un nuevo bloque después del/los bloque(s) seleccionado(s)."],"Learn more":["Aprende más"],"XL":["XL"],"L":["L"],"M":["M"],"S":["S"],"Small":["Pequeño"],"Edit URL":["Editar URL"],"The response is not a valid JSON response.":["Las respuesta no es una respuesta JSON válida."],"Auto":["Auto"],"Preload":["Precarga"],"Support":["Soporte"],"Cyan bluish gray":["Gris azulado cian"],"Vivid cyan blue":["Azul cian vivo"],"Pale cyan blue":["Azul cian pálido"],"Vivid green cyan":["Cian verde vivo"],"Light green cyan":["Cian verde claro"],"Luminous vivid amber":["Ambar vivo luminoso"],"Luminous vivid orange":["Naranja vivo luminoso"],"Vivid red":["Rojo vivo"],"Pale pink":["Rosa pálido"],"Inline image":["Imagen integrada"],"Transform to":["Transformar a"],"Large":["Grande"],"Link to":["Enlazar a"],"File":["Archivo"],"Column":["Columna"],"Square":["Cuadrada"],"Loop":["Repetir"],"Autosaving":["Guardando automáticamente"],"block description\u0004Add a block that displays content pulled from other sites, like Twitter or YouTube.":["Añade un bloque que muestra el contenido extraído de otros sitios, como Twitter o YouTube."],"No results found.":["No se han encontrado resultados."],"Toggle to show a large initial letter.":["Alternar para mostrar una letra inicial grande."],"Showing large initial letter.":["Mostrando letra inicial grande."],"Color code: %s":["Código de color: %s"],"OK":["Aceptar"],"Link settings":["Ajustes del enlace"],"Unlink":["Quitar enlace"],"Pagination":["Paginación"],"Next page":["Página siguiente"],"Height":["Altura"],"Width":["Ancho"],"Media Library":["Biblioteca de medios"],"Advanced":["Avanzado"],"Scheduled":["Programada"],"Plugins":["Plugins"],"Custom Size":["Tamaño personalizado"],"term\u0004%s removed":["%s quitada"],"imperative verb\u0004Preview":["Vista previa"],"Words":["Palabras"],"Private":["Privada"],"Term":["Término"],"Tag":["Etiqueta"],"Saving":["Guardando"],"Visibility:":["Visibilidad:"],"Schedule":["Programar"],"Update":["Actualizar"],"Copy":["Copiar"],"Suggestion:":["Sugerencia:"],"Status":["Estado"],"Standard":["Estándar"],"no title":["sin título"],"Order":["Orden"],"%d result found.":["%d resultado encontrado.","%d resultados encontrados."],"Saved":["Guardado"],"Embeds":["Incrustados"],"Blocks":["Bloques"],"Add block":["Añadir bloque"],"Undo":["Deshacer"],"Redo":["Rehacer"],"More options":["Más opciones"],"Edit visually":["Editar visualmente"],"Duplicate":["Duplicar"],"Blocks cannot be moved down as they are already at the bottom":["Los bloques no se pueden mover hacia abajo porque ya están en el fondo"],"Blocks cannot be moved up as they are already at the top":["Los bloques no se pueden mover arriba porque ya están al principio"],"Block %1$s is at the beginning of the content and can’t be moved right":["El bloque %1$s está al principio del contenido y no se puede mover a la derecha"],"Block %1$s is at the end of the content and can’t be moved right":["El bloque %1$s está al final del contenido y no se puede mover"],"Block %s is the only block, and cannot be moved":["El bloque %s es el único bloque, y no puede moverse"],"Move down":["Bajar"],"Move up":["Subir"],"Edit as HTML":["Editar como HTML"],"Convert to Blocks":["Convertir a bloques"],"Block: %s":["Bloque: %s"],"This block has encountered an error and cannot be previewed.":["Este bloque ha encontrado un error y no puede previsualizarse."],"Remove":["Quitar"],"Copied!":["¡Copiado!"],"Visibility":["Visibilidad"],"Block":["Bloque"],"Document":["Documento"],"Tools":["Herramientas"],"Editor":["Editor"],"Settings":["Ajustes"],"Reset":["Restablecer"],"Off":["Desactivado"],"Drop files to upload":["Arrastra archivos para subirlos"],"PM":["PM"],"AM":["AM"],"An unknown error occurred.":["Ha ocurrido un error desconocido."],"No results.":["No hay resultados."],"%d result found, use up and down arrow keys to navigate.":["%d resultado encontrado, utiliza las teclas arriba y abajo para navegar.","%d resultados encontrados, utiliza las teclas arriba y abajo para navegar."],"URL":["URL"],"Submit":["Enviar"],"Close":["Cerrar"],"Edit link":["Editar el enlace"],"Link":["Enlace"],"Strikethrough":["Tachado"],"Italic":["Cursiva"],"Bold":["Negrita"],"Remove link":["Eliminar el enlace"],"Category":["Categoría"],"Select":["Elegir"],"Video":["Vídeo"],"Separator":["Separador"],"Quote":["Cita"],"Paragraph":["Párrafo"],"Font size":["Tamaño de la fuente"],"Drop cap":["Capitalizar"],"Read more":["Leer más"],"Indent list item":["Añadir sangría al elemento de la lista"],"Outdent list item":["Reducir sangría al elemento de la lista"],"Convert to ordered list":["Convertir a lista ordenada"],"Convert to unordered list":["Convertir a lista desordenada"],"List":["Lista"],"photo":["foto"],"Size":["Tamaño"],"Image":["Imagen"],"Preview":["Vista previa"],"Heading":["Encabezado"],"None":["Ninguna"],"Gallery":["Galería"],"More":["Más"],"Classic":["Clásico"],"video":["vídeo"],"audio":["audio"],"music":["música"],"image":["imagen"],"blog":["blog"],"post":["entrada"],"Embedded content from %s":["Contenido incrustado desde %s"],"Enter URL to embed here…":["Introduce aquí la URL a incrustar…"],"%s URL":["%s URL"],"Text alignment":["Alineación del texto"],"Edit image":["Editar imagen"],"Columns":["Columnas"],"Code":["Código"],"Categories":["Categorías"],"Button":["Botón"],"Apply":["Aplicar"],"Reusable blocks":["Bloque reutilizable"],"Cancel":["Cancelar"],"Edit":["Editar"],"Audio":["Audio"],"Upload":["Subir"],"Additional CSS class(es)":["Clase(s) CSS adicional(es)"],"HTML anchor":["Anclaje HTML"],"This color combination may be hard for people to read. Try using a brighter background color and/or a darker %s.":["Esta combinación de color puede ser difícil de leer para la gente. Intenta usar un color de fondo más luminoso y/o un %s más oscuro."],"This color combination may be hard for people to read. Try using a darker background color and/or a brighter %s.":["Esta combinación de color puede ser difícil de leer para la gente. Intenta usar un color de fondo más oscuro y/o un %s más luminoso."],"Clear":["Borrar"],"Custom color picker.":["Selector de color personalizado."],"Color: %s":["Color: %s"],"Full width":["Ancho completo"],"Wide width":["Ancho amplio"],"Widgets":["Widgets"],"Align right":["Alinear a la derecha"],"Align center":["Alinear al centro"],"Align left":["Alinear a la izquierda"],"https://github.com/WordPress/gutenberg":["https://github.com/WordPress/gutenberg"],"Gutenberg":["Gutenberg"],"Authors":["Autores"],"Slug":["Slug"],"Comment":["Comentario"],"Publish":["Publicar"],"Metadata":["Metadatos"],"Save":["Guardar"],"Revisions":["Revisiones"]}}} );
</script>

<script>
(function() {
	'use strict';

	const fetches = {};
	const promises = {};
	const urls = {
		'wp-polyfill-inert': 'https://s2.wp.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?m=1677063259i&ver=3.1.2',
		'regenerator-runtime': 'https://s2.wp.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?m=1697622337i&ver=0.14.0',
		'wp-polyfill': 'https://s0.wp.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1710866488i&ver=3.15.0',
		'wp-hooks': 'https://s0.wp.com/wp-content/plugins/gutenberg-core/v18.4.1/build/hooks/index.min.js?m=1716578158i&ver=3aee234ea7807d8d70bc',
		'wp-i18n': 'https://s0.wp.com/wp-content/plugins/gutenberg-core/v18.4.1/build/i18n/index.min.js?m=1716578158i&ver=5baa98e4345eccc97e24',
		'verbum': 'https://s2.wp.com/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/sun/vendor/automattic/jetpack-mu-wpcom/src/build/verbum-comments/verbum-comments.js?m=1715879380i&minify=false&ver=3e346647ec4ff2cd65bd'
	};
	const loaders = {
		'verbum': () => {
			fetchExternalScript('wp-polyfill-inert');
			fetchExternalScript('regenerator-runtime');
			fetchExternalScript('wp-polyfill');
			fetchExternalScript('wp-hooks');
			fetchExternalScript('wp-i18n');
			fetchExternalScript('verbum');
			promises['wp-polyfill-inert'] = promises['wp-polyfill-inert'] || loadWPScript('wp-polyfill-inert');
			promises['regenerator-runtime'] = promises['regenerator-runtime'] || loadWPScript('regenerator-runtime');
			promises['wp-polyfill'] = promises['wp-polyfill'] || Promise.all( [ promises['wp-polyfill-inert'], promises['regenerator-runtime'],  ] ).then( () => loadWPScript('wp-polyfill') );
			promises['wp-hooks'] = promises['wp-hooks'] || promises['wp-polyfill'].then( () => loadWPScript('wp-hooks') );
			promises['wp-i18n'] = promises['wp-i18n'] || Promise.all( [ promises['wp-hooks'], promises['wp-polyfill'],  ] ).then( () => loadWPScript('wp-i18n') );
			promises['verbum'] = promises['verbum'] || promises['wp-i18n'].then( () => loadWPScript('verbum') );
			return promises['verbum'];
		},
		
	};
	const scriptExtras = {
		'wp-i18n': { translations: 0, before: 0, after: 1 },
		'verbum': { translations: 1, before: 0, after: 0 },
		
	};

	window.WP_Enqueue_Dynamic_Script = {
		loadScript: (handle) => {
			if (!loaders[handle]) {
				console.error('WP_Enqueue_Dynamic_Script: unregistered script `' + handle + '`.');
			}
			return loaders[handle]();
		}
	};

	function fetchExternalScript(handle) {
		if (!urls[handle]) {
			return Promise.resolve();
		}

		fetches[handle] = fetches[handle] || fetch(urls[handle], { mode: 'no-cors' });
		return fetches[handle];
	}

	function runExtraScript(handle, type, index) {
		const id = 'wp-enqueue-dynamic-script:' + handle + ':' + type + ':' + (index + 1);
		const template = document.getElementById(id);
		if (!template) {
			return Promise.reject();
		}

		const script = document.createElement( 'script' );
		script.innerHTML = template.innerHTML;
		document.body.appendChild( script );
		return Promise.resolve();
	}

	function loadExternalScript(handle) {
		if (!urls[handle]) {
			return Promise.resolve();
		}

		return fetches[handle].then(() => {
			return new Promise((resolve, reject) => {
				const script = document.createElement('script');
				script.onload = () => resolve();
				script.onerror = (e) => reject(e);
				script.src = urls[handle];
				document.body.appendChild(script);
			});
		});
	}

	function loadExtra(handle, pos) {
		const count = (scriptExtras[handle] && scriptExtras[handle][pos]) || 0;
		let promise = Promise.resolve();

		for (let i = 0; i < count; i++) {
			promise = promise.then(() => runExtraScript(handle, pos, i));
		}

		return promise;
	}

	function loadWPScript(handle) {
		// Core loads scripts in this order. See: https://github.com/WordPress/WordPress/blob/a59eb9d39c4fcba834b70c9e8dfd64feeec10ba6/wp-includes/class-wp-scripts.php#L428.
		return loadExtra(handle, 'translations')
			.then(() => loadExtra(handle, 'before'))
			.then(() => loadExternalScript(handle))
			.then(() => loadExtra(handle, 'after'));
	}
} )();
</script>
</body>
</html>

Latest requests

# Url Url Source Date
1 https://todosalud.health.blog/2022… 2024-05-25 16:09:50
2 https://consent.youtube.com/ml?con… 2024-05-25 16:09:50
3 https://thebolditalic.com/?gi=826f… 2024-05-25 16:09:49
4 https://thebolditalic.com/?gi=3941… 2024-05-25 16:09:48
5 https://thebolditalic.com/?gi=d233… 2024-05-25 16:09:48
6 https://thebolditalic.com/?gi=7cec… 2024-05-25 16:09:47
7 https://thebolditalic.com/?gi=bac5… 2024-05-25 16:09:47
8 https://thebolditalic.com/?gi=d94e… 2024-05-25 16:09:46
9 https://thebolditalic.com/?gi=59a9… 2024-05-25 16:09:46
10 https://thebolditalic.com/?gi=8f79… 2024-05-25 16:09:45
11 https://thebolditalic.com/?gi=3636… 2024-05-25 16:09:44
12 https://thebolditalic.com/?gi=4303… 2024-05-25 16:09:44
13 https://thebolditalic.com/?gi=4077… 2024-05-25 16:09:44
14 https://thebolditalic.com/?gi=27d2… 2024-05-25 16:09:44
15 https://thebolditalic.com/?gi=576d… 2024-05-25 16:09:43
16 https://thebolditalic.com/?gi=fa84… 2024-05-25 16:09:43
17 https://thebolditalic.com/?gi=e31f… 2024-05-25 16:09:42
18 https://thebolditalic.com/?gi=ea96… 2024-05-25 16:09:41
19 https://thebolditalic.com/?gi=9390… 2024-05-25 16:09:41
20 https://thebolditalic.com/?gi=a9cf… 2024-05-25 16:09:40