OK
https://blogdotarso.com/tarso-cabral-violin/
Brazil
Country
Network
April 04, 2025, 05:26 PM UTC
Date & Time
Websites
Websites
Runtime: 526ms
On April 04, 2025, 05:26 PM UTC, https://blogdotarso.com/tarso-cabral-violin/ was accessible when tested on AS263925 in Brazil.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
172.217.37.27
Query:
IN A blogdotarso.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
192.0.78.24
@
IN
A
192.0.78.25

TCP Connections

Connection to 192.0.78.25:443 succeeded.
Connection to 192.0.78.24:443 succeeded.

HTTP Requests

URL
GET https://blogdotarso.com/tarso-cabral-violin/
Response Headers
Alt-Svc:
clear
Cache-Control:
max-age=300, must-revalidate
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 04 Apr 2025 17:26:09 GMT
Host-Header:
WordPress.com
Last-Modified:
Fri, 04 Apr 2025 16:47:59 GMT
Link:
<https://wp.me/P1eKBD-2kF>; rel=shortlink
Server:
nginx
Strict-Transport-Security:
max-age=31536000
Vary:
Accept-Encoding
X-Ac:
1.gru _dfw STALE
X-Hacker:
Want root? Visit join.a8c.com/hacker and mention this header.
X-Nananana:
Batcache-Set
Response Body
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Tarso Cabral Violin | Blog do Tarso</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://blogdotarso.com/xmlrpc.php">

<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=8969'
					+ '&is_singular=';
				document.body.appendChild( script );
			}

			return;
		}

		// Safari ITP, not logged in, so redirect
		if ( data.msg === 'LOGIN-REDIRECT' ) {
			window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
			return;
		}

		// Safari ITP, storage access failed, remove the request
		if ( data.msg === 'LOGIN-REMOVE' ) {
			var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
			var style_zap = document.createElement( 'style' );
			style_zap.type = 'text/css';
			style_zap.appendChild( document.createTextNode( css_zap ) );
			document.body.appendChild( style_zap );

			var e = document.getElementById( 'wpcom_request_access_iframe' );
			e.parentNode.removeChild( e );

			document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';

			return;
		}

		// Safari ITP
		if ( data.msg === 'REQUEST_ACCESS' ) {
			console.log( 'request access: safari' );

			// Check ITP iframe enable/disable knob
			if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
				return;
			}

			// If we are in a "private window" there is no ITP.
			var private_window = false;
			try {
				var opendb = window.openDatabase( null, null, null, null );
			} catch( e ) {
				private_window = true;
			}

			if ( private_window ) {
				console.log( 'private window' );
				return;
			}

			var iframe = document.createElement( 'iframe' );
			iframe.id = 'wpcom_request_access_iframe';
			iframe.setAttribute( 'scrolling', 'no' );
			iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
			iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );

			var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';

			var style = document.createElement( 'style' );
			style.type = 'text/css';
			style.id = 'wpcom_request_access_styles';
			style.appendChild( document.createTextNode( css ) );
			document.body.appendChild( style );

			document.body.appendChild( iframe );
		}

		if ( data.msg === 'DONE' ) {
			wpcom_remote_login_final_cleanup();
		}
	}
}, false );

// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly9ibG9nZG90YXJzby5jb20%3D"
		+ "&wpcomid=18292085"
		+ "&time=1743785280";
	document.body.appendChild( iframe );
}, false );
</script>
<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='//fonts-api.wp.com' />
<link rel='dns-prefetch' href='//af.pubmine.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="Feed para Blog do Tarso &raquo;" href="https://blogdotarso.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Feed de comentários para Blog do Tarso &raquo;" href="https://blogdotarso.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Feed de comentários para Blog do Tarso &raquo; Tarso Cabral Violin" href="https://blogdotarso.com/tarso-cabral-violin/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 type="text/javascript">
/* <![CDATA[ */
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=1743601627i&ver=6.8-alpha-59449"}};
/*! 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\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}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/??/wp-content/blog-plugins/wordads/global.css,/wp-content/mu-plugins/likes/jetpack-likes.css?m=1741961244j&cssminify=yes' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJydzEEOwiAQheELCdMSEtOF8SxAyYSKQGYGDbe37cadC5cvL98P76ZCLRKLQMsdU2HAvk8fCfeHIrzMpCdtwfeUV/C5hofKyZOjASwjRx2YL/AzdCqGLUpzB3ejdlFIaf03QU5SQf7y+/M2X+1slsUYu30AMZRP0A==&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
	text-align:justify;
}
.has-text-align-justify{text-align:justify;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s0.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s0.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s0.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--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', 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--fira-sans: 'Fira Sans', 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-mono: 'IBM Plex Mono', monospace;--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--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, 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--literata: Literata, 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--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', 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--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, 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--space-mono: 'Space Mono', monospace;--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--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.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-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-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !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-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-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !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-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !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-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-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !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-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !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-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-jost-font-family{font-family: var(--wp--preset--font-family--jost) !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-literata-font-family{font-family: var(--wp--preset--font-family--literata) !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-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-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-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-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !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-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-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-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !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-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/moon/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/verbum-comments/verbum-comments.css?m=1737738052i&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=1738686361' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/comment-likes/css/comment-likes.css,/i/noticons/noticons.css,/wp-content/themes/pub/zoren/style.css?m=1513123679j&cssminify=yes' type='text/css' media='all' />
<link rel='stylesheet' id='zoren-bitter-css' href='https://fonts-api.wp.com/css?family=Bitter:400,700,400italic' media='all' />
<link rel='stylesheet' id='zoren-open-sans-css' href='https://fonts-api.wp.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/jetpack-plugin/moon/_inc/genericons/genericons/genericons.css,/wp-content/themes/pub/zoren/inc/style-wpcom.css?m=1685129444j&cssminify=yes' type='text/css' media='all' />
<style id='akismet-widget-style-inline-css'>

			.a-stats {
				--akismet-color-mid-green: #357b49;
				--akismet-color-white: #fff;
				--akismet-color-light-grey: #f6f7f7;

				max-width: 350px;
				width: auto;
			}

			.a-stats * {
				all: unset;
				box-sizing: border-box;
			}

			.a-stats strong {
				font-weight: 600;
			}

			.a-stats a.a-stats__link,
			.a-stats a.a-stats__link:visited,
			.a-stats a.a-stats__link:active {
				background: var(--akismet-color-mid-green);
				border: none;
				box-shadow: none;
				border-radius: 8px;
				color: var(--akismet-color-white);
				cursor: pointer;
				display: block;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
				font-weight: 500;
				padding: 12px;
				text-align: center;
				text-decoration: none;
				transition: all 0.2s ease;
			}

			/* Extra specificity to deal with TwentyTwentyOne focus style */
			.widget .a-stats a.a-stats__link:focus {
				background: var(--akismet-color-mid-green);
				color: var(--akismet-color-white);
				text-decoration: none;
			}

			.a-stats a.a-stats__link:hover {
				filter: brightness(110%);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
			}

			.a-stats .count {
				color: var(--akismet-color-white);
				display: block;
				font-size: 1.5em;
				line-height: 1.4;
				padding: 0 13px;
				white-space: nowrap;
			}
		
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-18-1' href='https://s0.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='print-css-19-1' href='https://s0.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&cssminify=yes' type='text/css' media='print' />
<style id='jetpack-global-styles-frontend-style-inline-css'>
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-22-1' href='https://s0.wp.com/_static/??-eJyNjcEKwjAQRH/IuA1aehI/ReImJKmb3eAmFP9eW3oRL16GeTC8gaUaFG6BG5RuKvWYWWEOrTp87AxFZA3fKShocs/gnfevrWaOR1Q9wP+mW2YEFcyODEkU/YIfW0uhfH7TGSLJ3dE6uJaLneww2mkYT/MbUOlJHA==&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra">
/* <![CDATA[ */
var actionbardata = {"siteID":"18292085","postID":"8969","siteURL":"https:\/\/blogdotarso.com","xhrURL":"https:\/\/blogdotarso.com\/wp-admin\/admin-ajax.php","nonce":"6b95580ff1","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/P1eKBD-2kF","i18n":{"followedText":"Novas publica\u00e7\u00f5es deste site agora aparecer\u00e3o no seu <a href=\"https:\/\/wordpress.com\/reader\">Leitor<\/a>","foldBar":"Esconder esta barra","unfoldBar":"Mostrar esta barra","shortLinkCopied":"Link curto copiado."}};
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before">
/* <![CDATA[ */
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/moon\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s0.wp.com/_static/??-eJyFjcsOwiAQRX/I6dSa+lgYvwWBEAgMOAPW/n3bqIk7V2dxT87FqYDOVC1VDIIcKxTOr7kLssN186RjM1a2MTya5fmDLnn6K0HyjlW1v/L37R6zgxKb8yQ4ZTbKCOioRN4hnQo+hw1AmcCZwmvilq7709CPh/54voQFmNpFWg=='></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
	rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://blogdotarso.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel="canonical" href="https://blogdotarso.com/tarso-cabral-violin/" />
<link rel='shortlink' href='https://wp.me/P1eKBD-2kF' />
<link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fblogdotarso.com%2Ftarso-cabral-violin%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%2Fblogdotarso.com%2Ftarso-cabral-violin%2F&amp;for=wpcom-auto-discovery" />
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Tarso Cabral Violin" />
<meta property="og:url" content="https://blogdotarso.com/tarso-cabral-violin/" />
<meta property="og:description" content="Advogado em Direito Administrativo e Direito do Terceiro Setor em São Paulo e Curitiba Pós-Doutor em Direito do Estado pela Faculdade de Direito do Largo de São Francisco da Universidade de São Pau…" />
<meta property="article:published_time" content="2012-04-16T06:28:39+00:00" />
<meta property="article:modified_time" content="2025-03-17T15:56:21+00:00" />
<meta property="og:site_name" content="Blog do Tarso" />
<meta property="og:image" content="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1280" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="pt_BR" />
<meta property="article:publisher" content="https://www.facebook.com/WordPresscom" />
<meta name="twitter:creator" content="@TarsoCV" />
<meta name="twitter:site" content="@TarsoCV" />
<meta name="twitter:text:title" content="Tarso Cabral Violin" />
<meta name="twitter:image" content="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=640" />
<meta name="twitter:card" content="summary_large_image" />

<!-- End Jetpack Open Graph Tags -->
<link rel='openid.server' href='https://blogdotarso.com/?openidserver=1' />
<link rel='openid.delegate' href='https://blogdotarso.com/' />
<link rel="search" type="application/opensearchdescription+xml" href="https://blogdotarso.com/osd.xml" title="Blog do Tarso" />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
<script type="text/javascript" id="webfont-output">
  
  WebFontConfig = {"typekit":{"id":"hua5qdp"}};
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
	})();
</script>		<style type="text/css">
			.recentcomments a {
				display: inline !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
				border: 0px;
				margin: 0;
			}

			table.recentcommentsavatartop a, table.recentcommentsavatarend a {
				border: 0px !important;
				background-color: transparent !important;
			}

			td.recentcommentsavatarend, td.recentcommentsavatartop {
				padding: 0px 0px 1px 0px;
				margin: 0px;
			}

			td.recentcommentstextend {
				border: none !important;
				padding: 0px 0px 2px 10px;
			}

			.rtl td.recentcommentstextend {
				padding: 0px 10px 2px 0px;
			}

			td.recentcommentstexttop {
				border: none;
				padding: 0px 0px 0px 10px;
			}

			.rtl td.recentcommentstexttop {
				padding: 0px 10px 0px 0px;
			}
		</style>
		<meta name="description" content="Advogado em Direito Administrativo e Direito do Terceiro Setor em São Paulo e Curitiba Pós-Doutor em Direito do Estado pela Faculdade de Direito do Largo de São Francisco da Universidade de São Paulo (USP) Mestre e Doutor pela UFPR Professor de Direito Administrativo do Mackenzie e da Escola Superior do TCMSP Currículo completo do autor&hellip;" />
<style type="text/css" id="custom-background-css">
body.custom-background { background-image: url("https://s0.wp.com/wp-content/themes/pub/zoren/images/body.png"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; }
</style>
	<script type="text/javascript">
/* <![CDATA[ */
var wa_smart = { 'network_id': 3905, 'site_id': 560111, 'page_id': 1700829, 'blog_id': 18292085, 'post_id': null, 'theme': 'pub/zoren', 'target': 'wp_blog_id=18292085;language=pt', '_': { 'title': 'Publicidade', 'privacy_settings': 'Configurações de privacidade' }, 'top': { 'enabled': false, 'format_id': 135099 }, 'inline': { 'enabled': false, 'format_id': 110354, 'max_slots': 20, 'max_blaze_slots': 20 }, 'belowpost': { 'enabled': false, 'format_id': 134071 }, 'bottom_sticky': { 'enabled': false, 'format_id': 117571 }, 'sidebar': { 'enabled': false, 'format_id': 134686 }, 'sidebar_sticky_right': { 'enabled': false, 'format_id': 135281 }, 'gutenberg_rectangle': { 'enabled': false, 'format_id': 134788 }, 'gutenberg_leaderboard': { 'enabled': false, 'format_id': 135073 }, 'gutenberg_mobile_leaderboard': { 'enabled': false, 'format_id': 135098 }, 'gutenberg_skyscraper': { 'enabled': false, 'format_id': 135088 }, 'sidebar_widget_mediumrectangle': { 'enabled': false, 'format_id': 137624 }, 'sidebar_widget_leaderboard': { 'enabled': false, 'format_id': 137625 }, 'sidebar_widget_wideskyscraper': { 'enabled': false, 'format_id': 137626 }, 'shortcode': { 'enabled': false, 'format_id': 137678 } }; 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': 2, 'ht': 1, 'tn': 'zoren', 'uloggedin': 0, 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': false, 'ad': { 'label': { 'text': 'Anúncios' }, 'reportAd': { 'text': 'Denunciar este anúncio' } }, 'disabled_slot_formats': [], 'siteid': 18292085, 'afp_ad_client': 'pub-1495906209047463' };
		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-182920851-{{unique_id}}&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-182920851-{{unique_id}}\',location: 120,formFactor: \'001\',label: {text: \'Anúncios\',},creative: {reportAd: {text: \'Denunciar este anúncio\',},privacySettings: {text: \'Privacidade\',}}});});&lt;/script&gt;", type: 'belowpost' },
			{ tag: "&lt;div id=&quot;atatags-182920851-{{unique_id}}&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-182920851-{{unique_id}}\',location: 310,formFactor: \'001\',label: {text: \'Anúncios\',},creative: {reportAd: {text: \'Denunciar este anúncio\',},privacySettings: {text: \'Privacidade\',}}});});&lt;/script&gt;", type: 'inline' },
			{ tag: "&lt;div id=&quot;atatags-182920851-{{unique_id}}&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-182920851-{{unique_id}}\',location: 140,formFactor: \'003\',label: {text: \'Anúncios\',},creative: {reportAd: {text: \'Denunciar este anúncio\',},privacySettings: {text: \'Privacidade\',}}});});&lt;/script&gt;", type: 'sidebar' },
			{ tag: "&lt;div id=&quot;atatags-182920851-{{unique_id}}&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-182920851-{{unique_id}}\',location: 110,formFactor: \'002\',label: {text: \'Anúncios\',},creative: {reportAd: {text: \'Denunciar este anúncio\',},privacySettings: {text: \'Privacidade\',}}});});&lt;/script&gt;", type: 'top' }
		);
	</script><link rel="icon" href="https://blogdotarso.com/wp-content/uploads/2020/05/cropped-img_3923.jpg?w=32" sizes="32x32" />
<link rel="icon" href="https://blogdotarso.com/wp-content/uploads/2020/05/cropped-img_3923.jpg?w=192" sizes="192x192" />
<link rel="apple-touch-icon" href="https://blogdotarso.com/wp-content/uploads/2020/05/cropped-img_3923.jpg?w=180" />
<meta name="msapplication-TileImage" content="https://blogdotarso.com/wp-content/uploads/2020/05/cropped-img_3923.jpg?w=270" />
</head>

<body class="wp-singular page-template-default page page-id-8969 custom-background wp-theme-pubzoren customizer-styles-applied jetpack-reblog-enabled">
<div id="page" class="hfeed site">
				<div id="atatags-182920852-67f00d40167ae"></div>
			
			<script>
				__ATA.cmd.push(function() {
					__ATA.initDynamicSlot({
						id: 'atatags-182920852-67f00d40167ae',
						location: 110,
						formFactor: '002',
						label: {
							text: 'Anúncios',
						},
						creative: {
							reportAd: {
								text: 'Denunciar este anúncio',
							},
							privacySettings: {
								text: 'Privacidade',
								
							}
						}
					});
				});
			</script>	<header id="masthead" class="site-header" role="banner">
		<div class="site-branding">
			<h1 class="site-title"><a href="https://blogdotarso.com/" title="Blog do Tarso" rel="home">Blog do Tarso</a></h1>
			<h2 class="site-description">Direito Administrativo, Estado, Administração Pública e Terceiro Setor</h2>
		</div>

		<nav id="site-navigation" class="main-navigation" role="navigation">
			<h1 class="menu-toggle">Menu</h1>
			<div class="screen-reader-text skip-link"><a href="#content" title="Pular para o conteúdo">Pular para o conteúdo</a></div>

			<div class="menu"><ul>
<li ><a href="https://blogdotarso.com/">Inicial</a></li><li class="page_item page-item-2"><a href="https://blogdotarso.com/sobre/">Sobre</a></li>
<li class="page_item page-item-8969 current_page_item"><a href="https://blogdotarso.com/tarso-cabral-violin/" aria-current="page">Tarso Cabral Violin</a></li>
<li class="page_item page-item-590"><a href="https://blogdotarso.com/publicacoes/">Publicações</a></li>
<li class="page_item page-item-406"><a href="https://blogdotarso.com/contato/">Contato</a></li>
<li class="page_item page-item-560"><a href="https://blogdotarso.com/siga-o-blog/">Siga</a></li>
<li class="page_item page-item-8983"><a href="https://blogdotarso.com/advocacia/">Advocacia</a></li>
</ul></div>
		</nav><!-- #site-navigation -->
	</header><!-- #masthead -->

		<a class="site-image"  href="https://blogdotarso.com/" title="Blog do Tarso" rel="home">
		<img src="https://blogdotarso.com/wp-content/uploads/2024/11/cropped-eu-img_4396.jpg" width="1500" height="336" alt="" class="no-grav header-image responsive" />
	</a>
	
	<div id="main" class="site-main">
	<div id="primary" class="content-area">
		<div id="content" class="site-content" role="main">

			
				
<article id="post-8969" class="post-8969 page type-page status-publish hentry">
	<header class="entry-header">
		<h1 class="entry-title">Tarso Cabral Violin</h1>
	</header><!-- .entry-header -->

	<div class="entry-content clear">
		<p>Advogado em Direito Administrativo e Direito do Terceiro Setor em São Paulo e Curitiba</p>
<p>Pós-Doutor em Direito do Estado pela Faculdade de Direito do Largo de São Francisco da Universidade de São Paulo (USP)</p>
<p>Mestre e Doutor pela UFPR</p>
<p>Professor de Direito Administrativo do Mackenzie e da Escola Superior do TCMSP</p>
<p>Currículo completo do autor no <a href="http://lattes.cnpq.br/4779417195636005" target="_blank" rel="noopener">Currículo Lattes</a>.</p>
<p><img data-attachment-id="28485" data-permalink="https://blogdotarso.com/img_3923-2/" data-orig-file="https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 11 Pro Max&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1582716423&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;latitude&quot;:&quot;-25.434136111111&quot;,&quot;longitude&quot;:&quot;-49.304869444444&quot;}" data-image-title="IMG_3923" data-image-description="" data-image-caption="" data-medium-file="https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg?w=225" data-large-file="https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg?w=768" class="alignnone size-full wp-image-28485" src="https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg" alt="IMG_3923" width="3024" height="4032" srcset="https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg 3024w, https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg?w=113&amp;h=150 113w, https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg?w=225&amp;h=300 225w, https://blogdotarso.com/wp-content/uploads/2020/05/img_3923.jpg?w=768&amp;h=1024 768w" sizes="(max-width: 3024px) 100vw, 3024px" /></p>


<figure class="wp-block-image size-large"><a href="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg"><img data-attachment-id="29414" data-permalink="https://blogdotarso.com/tarso-cabral-violin/eu-img_4396/#main" data-orig-file="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg" data-orig-size="1920,1280" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T5i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1725448276&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;100&quot;,&quot;iso&quot;:&quot;1600&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="eu IMG_4396" data-image-description="" data-image-caption="" data-medium-file="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=300" data-large-file="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=800" width="1024" height="682" src="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=1024" alt="" class="wp-image-29414" srcset="https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=1024 1024w, https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=150 150w, https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=300 300w, https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg?w=768 768w, https://blogdotarso.com/wp-content/uploads/2024/11/eu-img_4396.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
<div id="atatags-182920855-67f00d4018306">
		<script type="text/javascript">
			__ATA.cmd.push(function() {
				__ATA.initVideoSlot('atatags-182920855-67f00d4018306', {
					sectionId: '182920855',
					format: 'inread'
				});
			});
		</script>
	</div>			<div id="atatags-182920851-67f00d4018370"></div>
			
			<script>
				__ATA.cmd.push(function() {
					__ATA.initDynamicSlot({
						id: 'atatags-182920851-67f00d4018370',
						location: 120,
						formFactor: '001',
						label: {
							text: 'Anúncios',
						},
						creative: {
							reportAd: {
								text: 'Denunciar este anúncio',
							},
							privacySettings: {
								text: 'Privacidade',
								
							}
						}
					});
				});
			</script><div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-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">Compartilhe este post:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BPost%20compartilhado%5D%20Tarso%20Cabral%20Violin&body=https%3A%2F%2Fblogdotarso.com%2Ftarso-cabral-violin%2F&share=email" target="_blank" title="Clique para enviar um link por e-mail para um amigo" data-email-share-error-title="Você tem algum e-mail configurado?" data-email-share-error-text="Se você está tendo problemas para compartilhar por e-mail, é possível que você não tenha configurado o e-mail para seu navegador. Talvez seja necessário você mesmo criar um novo e-mail." data-email-share-nonce="a926047403" data-email-share-track-url="https://blogdotarso.com/tarso-cabral-violin/?share=email"><span>E-mail</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-8969" class="share-facebook sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=facebook" target="_blank" title="Clique para compartilhar no Facebook" ><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-8969" class="share-twitter sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=twitter" target="_blank" title="Clique para compartilhar no Twitter" ><span>Twitter</span></a></li><li class="share-tumblr"><a rel="nofollow noopener noreferrer" data-shared="" class="share-tumblr sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=tumblr" target="_blank" title="Clique para compartilhar no Tumblr" ><span>Tumblr</span></a></li><li class="share-pinterest"><a rel="nofollow noopener noreferrer" data-shared="sharing-pinterest-8969" class="share-pinterest sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=pinterest" target="_blank" title="Clique para compartilhar no Pinterest" ><span>Pinterest</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-8969" class="share-linkedin sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=linkedin" target="_blank" title="Clique para compartilhar no LinkedIn" ><span>LinkedIn</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/#print" target="_blank" title="Clique para imprimir" ><span>Imprimir</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=reddit" target="_blank" title="Clique para compartilhar no Reddit" ><span>Reddit</span></a></li><li class="share-pocket"><a rel="nofollow noopener noreferrer" data-shared="" class="share-pocket sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=pocket" target="_blank" title="Clique para compartilhar no Pocket" ><span>Pocket</span></a></li><li class="share-telegram"><a rel="nofollow noopener noreferrer" data-shared="" class="share-telegram sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=telegram" target="_blank" title="Clique para compartilhar no Telegram" ><span>Telegram</span></a></li><li class="share-jetpack-whatsapp"><a rel="nofollow noopener noreferrer" data-shared="" class="share-jetpack-whatsapp sd-button share-icon" href="https://blogdotarso.com/tarso-cabral-violin/?share=jetpack-whatsapp" target="_blank" title="Clique para compartilhar no WhatsApp" ><span>WhatsApp</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-18292085-8969-67f00d4018a0d' data-src='//widgets.wp.com/likes/index.html?ver=20250404#blog_id=18292085&amp;post_id=8969&amp;origin=blogdotarso.wordpress.com&amp;obj_id=18292085-8969-67f00d4018a0d&amp;domain=blogdotarso.com' data-name='like-post-frame-18292085-8969-67f00d4018a0d' data-title='Curtir ou reblogar'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Curtir</span></span> <span class='loading'>Carregando...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div>					</div><!-- .entry-content -->
</article><!-- #post-## -->
				

	<div id="comments" class="comments-area">

	
			<h2 class="comments-title">
			46 comentários sobre &ldquo;<span>Tarso Cabral Violin</span>&rdquo;		</h2>

		
		<ol class="commentlist">
				<li class="comment even thread-even depth-1 clear" id="li-comment-13390">
		<article id="comment-13390" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/c06a8613b0c693450d124aebfda0a4dae6454dcab81da38cee1259bb4be341ee?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c06a8613b0c693450d124aebfda0a4dae6454dcab81da38cee1259bb4be341ee?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c06a8613b0c693450d124aebfda0a4dae6454dcab81da38cee1259bb4be341ee?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c06a8613b0c693450d124aebfda0a4dae6454dcab81da38cee1259bb4be341ee?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c06a8613b0c693450d124aebfda0a4dae6454dcab81da38cee1259bb4be341ee?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c06a8613b0c693450d124aebfda0a4dae6454dcab81da38cee1259bb4be341ee?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Luis</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-13390"><time datetime="2012-09-10T14:36:23-03:00">
					10/09/2012 às 14:36					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>O direito da UFPR é um ninho de parasitas socialistas,</p>
<p id="comment-like-13390" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=13390&#038;_wpnonce=e7e191d22e" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-13390" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=13390#respond" data-commentid="13390" data-postid="8969" data-belowelement="comment-13390" data-respondelement="respond" data-replyto="Responder para Luis" aria-label="Responder para Luis">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment odd alt depth-2 clear" id="li-comment-14744">
		<article id="comment-14744" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/78fc4b8db0fbcce0499af08156dbb1ae918771ad87515e19a53ebe80e9d6c2bc?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/78fc4b8db0fbcce0499af08156dbb1ae918771ad87515e19a53ebe80e9d6c2bc?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/78fc4b8db0fbcce0499af08156dbb1ae918771ad87515e19a53ebe80e9d6c2bc?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/78fc4b8db0fbcce0499af08156dbb1ae918771ad87515e19a53ebe80e9d6c2bc?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/78fc4b8db0fbcce0499af08156dbb1ae918771ad87515e19a53ebe80e9d6c2bc?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/78fc4b8db0fbcce0499af08156dbb1ae918771ad87515e19a53ebe80e9d6c2bc?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Marcos</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-14744"><time datetime="2012-10-03T16:35:35-03:00">
					03/10/2012 às 16:35					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>que lutam para transformar e melhorar uma sociedade impregnada por vocês, Luises, cujos antolhos permitem ver apenas o brilhantismo do capital.</p>
<p id="comment-like-14744" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=14744&#038;_wpnonce=1fd051cd1e" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-14744" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=14744#respond" data-commentid="14744" data-postid="8969" data-belowelement="comment-14744" data-respondelement="respond" data-replyto="Responder para Marcos" aria-label="Responder para Marcos">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment even depth-3 clear" id="li-comment-16025">
		<article id="comment-16025" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/4d480e4697720b8132c85ea927de237c0bf0a44068fca0e97f65ee4d75ae4397?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4d480e4697720b8132c85ea927de237c0bf0a44068fca0e97f65ee4d75ae4397?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4d480e4697720b8132c85ea927de237c0bf0a44068fca0e97f65ee4d75ae4397?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4d480e4697720b8132c85ea927de237c0bf0a44068fca0e97f65ee4d75ae4397?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4d480e4697720b8132c85ea927de237c0bf0a44068fca0e97f65ee4d75ae4397?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4d480e4697720b8132c85ea927de237c0bf0a44068fca0e97f65ee4d75ae4397?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">MOCO</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-16025"><time datetime="2012-10-30T11:03:37-03:00">
					30/10/2012 às 11:03					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Quem quiser socialismo que vá morar em CUBA. Logo antes que acabe.</p>
<p id="comment-like-16025" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=16025&#038;_wpnonce=c82dd52b79" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-16025" class="comment-like-feedback">Curtir</span></p>
</div>
					</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment odd alt depth-3 clear" id="li-comment-16452">
		<article id="comment-16452" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/328565cc6f392cbf614ff0dc777c997c94a6e8ee493c95ce90dc36a424279d2e?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/328565cc6f392cbf614ff0dc777c997c94a6e8ee493c95ce90dc36a424279d2e?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/328565cc6f392cbf614ff0dc777c997c94a6e8ee493c95ce90dc36a424279d2e?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/328565cc6f392cbf614ff0dc777c997c94a6e8ee493c95ce90dc36a424279d2e?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/328565cc6f392cbf614ff0dc777c997c94a6e8ee493c95ce90dc36a424279d2e?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/328565cc6f392cbf614ff0dc777c997c94a6e8ee493c95ce90dc36a424279d2e?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Ingênuo</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-16452"><time datetime="2012-11-18T01:30:39-03:00">
					18/11/2012 às 1:30					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Olha só, os playboyzinhos da direita não sabem falar mais de 6 palavras numa frase&#8230;e querem tomar o poder !!! hahahaha!! Que medo !!!</p>
<p id="comment-like-16452" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=16452&#038;_wpnonce=5657e10afe" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-16452" class="comment-like-feedback">Curtir</span></p>
</div>
					</article><!-- #comment-## -->

	</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
	<li class="comment even depth-2 clear" id="li-comment-38176">
		<article id="comment-38176" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://2.gravatar.com/avatar/82d284fe5c9054421dd59e3a4b2495abd1388437c3ee2bbce8ba463ac7c3ec68?s=40&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/82d284fe5c9054421dd59e3a4b2495abd1388437c3ee2bbce8ba463ac7c3ec68?s=40&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/82d284fe5c9054421dd59e3a4b2495abd1388437c3ee2bbce8ba463ac7c3ec68?s=60&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/82d284fe5c9054421dd59e3a4b2495abd1388437c3ee2bbce8ba463ac7c3ec68?s=80&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/82d284fe5c9054421dd59e3a4b2495abd1388437c3ee2bbce8ba463ac7c3ec68?s=120&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/82d284fe5c9054421dd59e3a4b2495abd1388437c3ee2bbce8ba463ac7c3ec68?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Marise</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-38176"><time datetime="2015-03-13T14:52:37-03:00">
					13/03/2015 às 14:52					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Falou o coxinha que não conseguiu passar no vestibular da Federal.</p>
<p id="comment-like-38176" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=38176&#038;_wpnonce=461e54e939" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-38176" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=38176#respond" data-commentid="38176" data-postid="8969" data-belowelement="comment-38176" data-respondelement="respond" data-replyto="Responder para Marise" aria-label="Responder para Marise">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment odd alt depth-3 clear" id="li-comment-39165">
		<article id="comment-39165" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://i0.wp.com/pbs.twimg.com/profile_images/521021445942427648/-LVIjnXq_normal.png?resize=40%2C40&#038;ssl=1' srcset='https://i0.wp.com/pbs.twimg.com/profile_images/521021445942427648/-LVIjnXq_normal.png?resize=40%2C40&#038;ssl=1 1x, https://i0.wp.com/pbs.twimg.com/profile_images/521021445942427648/-LVIjnXq_normal.png?resize=60%2C60&#038;ssl=1 1.5x, https://i0.wp.com/pbs.twimg.com/profile_images/521021445942427648/-LVIjnXq_normal.png?resize=80%2C80&#038;ssl=1 2x, https://i0.wp.com/pbs.twimg.com/profile_images/521021445942427648/-LVIjnXq_normal.png?resize=120%2C120&#038;ssl=1 3x, https://i0.wp.com/pbs.twimg.com/profile_images/521021445942427648/-LVIjnXq_normal.png?resize=160%2C160&#038;ssl=1 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="http://twitter.com/chicanjos" class="url" rel="ugc external nofollow">francisco martins (@chicanjos)</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-39165"><time datetime="2015-04-12T19:05:20-03:00">
					12/04/2015 às 19:05					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>kkkk, esses coxinhas, so sabem falar va pra cuba, coxinhas , tem gente dos estados undios que são doentes e não tem plano de saúde que estão indo pra lá, pra cuba, buscar tratamento que não recebem na pátria dos coxinhas, os Estados unidos.</p>
<p id="comment-like-39165" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=39165&#038;_wpnonce=b162daf9d9" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-39165" class="comment-like-feedback">Curtir</span></p>
</div>
					</article><!-- #comment-## -->

	</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
	<li class="comment byuser comment-author-radioproletario even depth-2 clear" id="li-comment-40444">
		<article id="comment-40444" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/a7ed26c035c28adc84eb9ec7ed0d15afb2cb29ff2beb06329db2250bc9d18cfc?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a7ed26c035c28adc84eb9ec7ed0d15afb2cb29ff2beb06329db2250bc9d18cfc?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a7ed26c035c28adc84eb9ec7ed0d15afb2cb29ff2beb06329db2250bc9d18cfc?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a7ed26c035c28adc84eb9ec7ed0d15afb2cb29ff2beb06329db2250bc9d18cfc?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a7ed26c035c28adc84eb9ec7ed0d15afb2cb29ff2beb06329db2250bc9d18cfc?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a7ed26c035c28adc84eb9ec7ed0d15afb2cb29ff2beb06329db2250bc9d18cfc?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="http://radioproletario.wordpress.com" class="url" rel="ugc external nofollow">radioproletario</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-40444"><time datetime="2015-05-21T17:40:11-03:00">
					21/05/2015 às 17:40					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Luis, o senhor é um reacionário e ignorante politico acima de tudo. Suas palavras deixam claro o que afirmo</p>
<p id="comment-like-40444" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=40444&#038;_wpnonce=64eb4ca158" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-40444" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=40444#respond" data-commentid="40444" data-postid="8969" data-belowelement="comment-40444" data-respondelement="respond" data-replyto="Responder para radioproletario" aria-label="Responder para radioproletario">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment odd alt depth-2 clear" id="li-comment-40573">
		<article id="comment-40573" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/c2fdfa5617438097466d226db16d170f79d5c1581c66cbaf6d52618d6cf78d75?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c2fdfa5617438097466d226db16d170f79d5c1581c66cbaf6d52618d6cf78d75?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c2fdfa5617438097466d226db16d170f79d5c1581c66cbaf6d52618d6cf78d75?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c2fdfa5617438097466d226db16d170f79d5c1581c66cbaf6d52618d6cf78d75?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c2fdfa5617438097466d226db16d170f79d5c1581c66cbaf6d52618d6cf78d75?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c2fdfa5617438097466d226db16d170f79d5c1581c66cbaf6d52618d6cf78d75?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="https://www.facebook.com/app_scoped_user_id/979913735382657/" class="url" rel="ugc external nofollow">Olivo Baldo</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-40573"><time datetime="2015-05-26T11:16:10-03:00">
					26/05/2015 às 11:16					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Venezuela fundou CELAC, adeus ALCA, adeus Tio Sam. Chineses cada vez mais presentes na América Latina financiando infraestrutura, Venezuela, Argentina, BR&#8230; Farowell FMI, BM, adeus Tio Szam.</p>
<p id="comment-like-40573" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=40573&#038;_wpnonce=ec753958aa" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-40573" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=40573#respond" data-commentid="40573" data-postid="8969" data-belowelement="comment-40573" data-respondelement="respond" data-replyto="Responder para Olivo Baldo" aria-label="Responder para Olivo Baldo">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment even depth-2 clear" id="li-comment-53104">
		<article id="comment-53104" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://2.gravatar.com/avatar/e25690b3f742f07333cdfcdf83187de8e20e3fa60cc3e1bf297da8303a09f2c3?s=40&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e25690b3f742f07333cdfcdf83187de8e20e3fa60cc3e1bf297da8303a09f2c3?s=40&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e25690b3f742f07333cdfcdf83187de8e20e3fa60cc3e1bf297da8303a09f2c3?s=60&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e25690b3f742f07333cdfcdf83187de8e20e3fa60cc3e1bf297da8303a09f2c3?s=80&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e25690b3f742f07333cdfcdf83187de8e20e3fa60cc3e1bf297da8303a09f2c3?s=120&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e25690b3f742f07333cdfcdf83187de8e20e3fa60cc3e1bf297da8303a09f2c3?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Gláucio</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-53104"><time datetime="2022-09-09T14:11:56-03:00">
					09/09/2022 às 14:11					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Valeu! Colaborou para eu ler o livro do Tarso Cabral Violin. A social democracia deve prevalecer! Regular a mídia sim!</p>
<p id="comment-like-53104" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=53104&#038;_wpnonce=64923848c8" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-53104" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=53104#respond" data-commentid="53104" data-postid="8969" data-belowelement="comment-53104" data-respondelement="respond" data-replyto="Responder para Gláucio" aria-label="Responder para Gláucio">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
	<li class="comment odd alt thread-odd thread-alt depth-1 clear" id="li-comment-17022">
		<article id="comment-17022" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://graph.facebook.com/100002094035766/picture?type=large&#038;_md5=321023841674fe13356d8d5af211bff1' srcset='https://graph.facebook.com/100002094035766/picture?type=large&#038;_md5=321023841674fe13356d8d5af211bff1 1x, https://graph.facebook.com/100002094035766/picture?type=large&#038;_md5=321023841674fe13356d8d5af211bff1 1.5x, https://graph.facebook.com/100002094035766/picture?type=large&#038;_md5=321023841674fe13356d8d5af211bff1 2x, https://graph.facebook.com/100002094035766/picture?type=large&#038;_md5=321023841674fe13356d8d5af211bff1 3x, https://graph.facebook.com/100002094035766/picture?type=large&#038;_md5=321023841674fe13356d8d5af211bff1 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="http://www.facebook.com/gentilcorreacardoso.cardoso" class="url" rel="ugc external nofollow">Gentil Correa Cardoso Cardoso</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-17022"><time datetime="2012-12-17T15:28:03-03:00">
					17/12/2012 às 15:28					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>HORRA SÓ MALDOSOS FALAM AQUI; &#8220;O MUNDO SERIA MELHOR SE OS HUMANOS TIVESSE EM PRIMEIRO PLANO O AMOR&#8221; MAS TEM A INVEJA, QUE PENA DOS MAUS POIS QUEM PLANTA O MAL SÓ COLHERÁ O MAL. GENTIL CARDOSO AO BEM DE TODOS.</p>
<p id="comment-like-17022" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=17022&#038;_wpnonce=5085b20619" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-17022" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=17022#respond" data-commentid="17022" data-postid="8969" data-belowelement="comment-17022" data-respondelement="respond" data-replyto="Responder para Gentil Correa Cardoso Cardoso" aria-label="Responder para Gentil Correa Cardoso Cardoso">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment even thread-even depth-1 clear" id="li-comment-26372">
		<article id="comment-26372" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/0354fb4a11316c2da56b0f90e1b52ca43f0378c1952cf1200b88ef224eef65df?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0354fb4a11316c2da56b0f90e1b52ca43f0378c1952cf1200b88ef224eef65df?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0354fb4a11316c2da56b0f90e1b52ca43f0378c1952cf1200b88ef224eef65df?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0354fb4a11316c2da56b0f90e1b52ca43f0378c1952cf1200b88ef224eef65df?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0354fb4a11316c2da56b0f90e1b52ca43f0378c1952cf1200b88ef224eef65df?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0354fb4a11316c2da56b0f90e1b52ca43f0378c1952cf1200b88ef224eef65df?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Itamar</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-26372"><time datetime="2013-12-29T04:32:26-03:00">
					29/12/2013 às 4:32					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>A rede globo não me reoresenta!</p>
<p id="comment-like-26372" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=26372&#038;_wpnonce=7f72c23123" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-26372" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=26372#respond" data-commentid="26372" data-postid="8969" data-belowelement="comment-26372" data-respondelement="respond" data-replyto="Responder para Itamar" aria-label="Responder para Itamar">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment odd alt thread-odd thread-alt depth-1 clear" id="li-comment-26526">
		<article id="comment-26526" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://2.gravatar.com/avatar/bc69bbcaef6f046c63a8c7d2c242e51ca23ab08404436bec1ff55df1c966e9a1?s=40&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/bc69bbcaef6f046c63a8c7d2c242e51ca23ab08404436bec1ff55df1c966e9a1?s=40&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/bc69bbcaef6f046c63a8c7d2c242e51ca23ab08404436bec1ff55df1c966e9a1?s=60&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/bc69bbcaef6f046c63a8c7d2c242e51ca23ab08404436bec1ff55df1c966e9a1?s=80&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/bc69bbcaef6f046c63a8c7d2c242e51ca23ab08404436bec1ff55df1c966e9a1?s=120&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/bc69bbcaef6f046c63a8c7d2c242e51ca23ab08404436bec1ff55df1c966e9a1?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">J. A. Spion</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-26526"><time datetime="2014-01-24T15:46:31-03:00">
					24/01/2014 às 15:46					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>MacBook Socialista.</p>
<p id="comment-like-26526" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=26526&#038;_wpnonce=cfdd63b4ba" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-26526" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=26526#respond" data-commentid="26526" data-postid="8969" data-belowelement="comment-26526" data-respondelement="respond" data-replyto="Responder para J. A. Spion" aria-label="Responder para J. A. Spion">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment even thread-even depth-1 clear" id="li-comment-27678">
		<article id="comment-27678" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/17e7bd8debebe4b40108b670b70db455df4dd43e5486d7c7e7765783f34cce9f?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/17e7bd8debebe4b40108b670b70db455df4dd43e5486d7c7e7765783f34cce9f?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/17e7bd8debebe4b40108b670b70db455df4dd43e5486d7c7e7765783f34cce9f?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/17e7bd8debebe4b40108b670b70db455df4dd43e5486d7c7e7765783f34cce9f?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/17e7bd8debebe4b40108b670b70db455df4dd43e5486d7c7e7765783f34cce9f?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/17e7bd8debebe4b40108b670b70db455df4dd43e5486d7c7e7765783f34cce9f?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Eraldo</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-27678"><time datetime="2014-05-05T20:00:13-03:00">
					05/05/2014 às 20:00					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Muito bom, mas pode melhorar, falta nesse curriculum falar do conhecimento da Biblia como o do Dr Louiz pasteur Diretor e Reitor da universidade de ciencias da frança.<br />
Pois todo o nosso conhecimento, se não conhecer o que Deus quer de nós, não terá valor nenhum.</p>
<p id="comment-like-27678" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=27678&#038;_wpnonce=a3a6b5a76f" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-27678" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=27678#respond" data-commentid="27678" data-postid="8969" data-belowelement="comment-27678" data-respondelement="respond" data-replyto="Responder para Eraldo" aria-label="Responder para Eraldo">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment byuser comment-author-tarsocv bypostauthor odd alt depth-2 clear" id="li-comment-27680">
		<article id="comment-27680" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="http://blogdotarso.com" class="url" rel="ugc">Tarso Cabral Violin</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-27680"><time datetime="2014-05-06T00:26:12-03:00">
					06/05/2014 às 0:26					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Sério?</p>
<p id="comment-like-27680" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=27680&#038;_wpnonce=1bc3c058d5" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-27680" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=27680#respond" data-commentid="27680" data-postid="8969" data-belowelement="comment-27680" data-respondelement="respond" data-replyto="Responder para Tarso Cabral Violin" aria-label="Responder para Tarso Cabral Violin">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment even depth-3 clear" id="li-comment-28328">
		<article id="comment-28328" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/3c3d29b807ce62c56efc4da340bb73f1bf6a769845259d8e70aba748e5ae069c?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3c3d29b807ce62c56efc4da340bb73f1bf6a769845259d8e70aba748e5ae069c?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3c3d29b807ce62c56efc4da340bb73f1bf6a769845259d8e70aba748e5ae069c?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3c3d29b807ce62c56efc4da340bb73f1bf6a769845259d8e70aba748e5ae069c?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3c3d29b807ce62c56efc4da340bb73f1bf6a769845259d8e70aba748e5ae069c?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3c3d29b807ce62c56efc4da340bb73f1bf6a769845259d8e70aba748e5ae069c?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="http://Almeida" class="url" rel="ugc external nofollow">Pedro</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-28328"><time datetime="2014-06-13T00:42:08-03:00">
					13/06/2014 às 0:42					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Se você tem a sua visão das coisas, ele não pode ter a dele? Típica reação de quem não tem nada na cabeça. Continue assim&#8230;</p>
<p id="comment-like-28328" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=28328&#038;_wpnonce=fcd2a598e2" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-28328" class="comment-like-feedback">Curtir</span></p>
</div>
					</article><!-- #comment-## -->

	</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
	<li class="comment odd alt thread-odd thread-alt depth-1 clear" id="li-comment-28843">
		<article id="comment-28843" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/7853f886af9fbe7baa2f44d2ad57e4c807952abff0c2e35badd05acd42f4c3bf?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7853f886af9fbe7baa2f44d2ad57e4c807952abff0c2e35badd05acd42f4c3bf?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7853f886af9fbe7baa2f44d2ad57e4c807952abff0c2e35badd05acd42f4c3bf?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7853f886af9fbe7baa2f44d2ad57e4c807952abff0c2e35badd05acd42f4c3bf?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7853f886af9fbe7baa2f44d2ad57e4c807952abff0c2e35badd05acd42f4c3bf?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7853f886af9fbe7baa2f44d2ad57e4c807952abff0c2e35badd05acd42f4c3bf?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Cidadão Honesto cansado desse governo omisso</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-28843"><time datetime="2014-06-13T13:35:26-03:00">
					13/06/2014 às 13:35					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Pra mim vc não passa de um BOSTA parasita de esquerda, do que adianta ter esse &#8220;currículo&#8221; se vc defende um governo e um partido corrupto, que torra dinheiro publico com copa e alta corrupçao e a omissão desse pt.  SEU BOSTÂO</p>
<p id="comment-like-28843" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=28843&#038;_wpnonce=714c0f443e" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-28843" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=28843#respond" data-commentid="28843" data-postid="8969" data-belowelement="comment-28843" data-respondelement="respond" data-replyto="Responder para Cidadão Honesto cansado desse governo omisso" aria-label="Responder para Cidadão Honesto cansado desse governo omisso">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment even depth-2 clear" id="li-comment-29713">
		<article id="comment-29713" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://2.gravatar.com/avatar/8444949ecbb01dafcfabdb153564a1556cdce5a4775e6e662d7618bd13f8b15a?s=40&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/8444949ecbb01dafcfabdb153564a1556cdce5a4775e6e662d7618bd13f8b15a?s=40&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/8444949ecbb01dafcfabdb153564a1556cdce5a4775e6e662d7618bd13f8b15a?s=60&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/8444949ecbb01dafcfabdb153564a1556cdce5a4775e6e662d7618bd13f8b15a?s=80&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/8444949ecbb01dafcfabdb153564a1556cdce5a4775e6e662d7618bd13f8b15a?s=120&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/8444949ecbb01dafcfabdb153564a1556cdce5a4775e6e662d7618bd13f8b15a?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Carlos Olsen</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-29713"><time datetime="2014-06-17T21:03:22-03:00">
					17/06/2014 às 21:03					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Quer saber o que eu acho da tua opinião,&#8221;Cidadão Honesto cansado desse governo omisso&#8221; CONCORDO em parte, porque BOSTA serve de adubo, mas estes merdas da esquerda, nem para isto servem!<br />
VAGABUNDOS!!!! Vão para cúba que os pariu!!!!!!!</p>
<p id="comment-like-29713" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=29713&#038;_wpnonce=734d592f11" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-29713" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=29713#respond" data-commentid="29713" data-postid="8969" data-belowelement="comment-29713" data-respondelement="respond" data-replyto="Responder para Carlos Olsen" aria-label="Responder para Carlos Olsen">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment odd alt depth-2 clear" id="li-comment-29858">
		<article id="comment-29858" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/f50b443f5ed3a584c9872264b7c698ba17f601151b422d3f7e6c845ce350e544?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f50b443f5ed3a584c9872264b7c698ba17f601151b422d3f7e6c845ce350e544?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f50b443f5ed3a584c9872264b7c698ba17f601151b422d3f7e6c845ce350e544?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f50b443f5ed3a584c9872264b7c698ba17f601151b422d3f7e6c845ce350e544?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f50b443f5ed3a584c9872264b7c698ba17f601151b422d3f7e6c845ce350e544?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f50b443f5ed3a584c9872264b7c698ba17f601151b422d3f7e6c845ce350e544?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Tiburcio Gabiru</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-29858"><time datetime="2014-06-21T19:06:23-03:00">
					21/06/2014 às 19:06					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Me diga qual o partido honesto que temos no Brasil? Prefere que o dinheiro dos seus impostos seja distribuídos para os pobres ou para os milionários? O que você acha dos programas das empresas que distribuem parte dos lucros com os funcionários? Você, sumidade da Ciência Política, saberia me dizer qual o percentual do PIB do Brasil é destinado para o Bolsa Família e qual o percentual que é destinado para as empresas da indústria automobilística, com os incentivos fiscais para vender mais carros aos que, ontem não tinham condição sequer de comprar uma calça jeans?<br />
Quando aparecer algum crítico de merda como você capaz de fazer alguma análise conjuntural vou aplaudir as críticas ao governo do PT que não é santo, mas que é melhor do que qualquer partido desqualificado, sem projeto de nação&#8230;<br />
Pegar fatos isolados e ficar repetindo asneiras como um papagaio é fácil e muito cômodo, tem gente que nem sabe como funciona as instituições democráticas e pensa que é um grande crítico ou pensador&#8230; Pessoas como você não tem credibilidade para discutir política nem com uma criança de 12 anos&#8230; Vai assistir o Jornal Nacional e dormir pensando que está informado em questões de política&#8230;</p>
<p id="comment-like-29858" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=29858&#038;_wpnonce=94dbbba942" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-29858" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=29858#respond" data-commentid="29858" data-postid="8969" data-belowelement="comment-29858" data-respondelement="respond" data-replyto="Responder para Tiburcio Gabiru" aria-label="Responder para Tiburcio Gabiru">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment even depth-2 clear" id="li-comment-34598">
		<article id="comment-34598" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/13d2dd81776a04dda17e990723cdaa885d9e12de502a30cf9537a367ceb6e2b4?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/13d2dd81776a04dda17e990723cdaa885d9e12de502a30cf9537a367ceb6e2b4?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/13d2dd81776a04dda17e990723cdaa885d9e12de502a30cf9537a367ceb6e2b4?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/13d2dd81776a04dda17e990723cdaa885d9e12de502a30cf9537a367ceb6e2b4?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/13d2dd81776a04dda17e990723cdaa885d9e12de502a30cf9537a367ceb6e2b4?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/13d2dd81776a04dda17e990723cdaa885d9e12de502a30cf9537a367ceb6e2b4?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Maria Cecília</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-34598"><time datetime="2014-10-16T23:46:05-03:00">
					16/10/2014 às 23:46					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Por que o &#8220;Cidadão Honesto cansado desse governo omisso&#8221; tão educado como é, e honesto, claro, não aparece com seu nome completo aqui?</p>
<p id="comment-like-34598" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=34598&#038;_wpnonce=a2eea970c1" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-34598" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=34598#respond" data-commentid="34598" data-postid="8969" data-belowelement="comment-34598" data-respondelement="respond" data-replyto="Responder para Maria Cecília" aria-label="Responder para Maria Cecília">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment odd alt depth-2 clear" id="li-comment-38850">
		<article id="comment-38850" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/7f1157c4696b4894d5ffb106c458f6904d8e8fefe5ebe3e133c64efdeb1be372?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7f1157c4696b4894d5ffb106c458f6904d8e8fefe5ebe3e133c64efdeb1be372?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7f1157c4696b4894d5ffb106c458f6904d8e8fefe5ebe3e133c64efdeb1be372?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7f1157c4696b4894d5ffb106c458f6904d8e8fefe5ebe3e133c64efdeb1be372?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7f1157c4696b4894d5ffb106c458f6904d8e8fefe5ebe3e133c64efdeb1be372?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7f1157c4696b4894d5ffb106c458f6904d8e8fefe5ebe3e133c64efdeb1be372?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Moises</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-38850"><time datetime="2015-03-27T10:55:53-03:00">
					27/03/2015 às 10:55					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Belo currículo, porem um pensamento retrógrado e a favor de um governo DESGOVERNADO&#8230; realmente, um monte de fezes.</p>
<p id="comment-like-38850" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=38850&#038;_wpnonce=429d6248db" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-38850" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=38850#respond" data-commentid="38850" data-postid="8969" data-belowelement="comment-38850" data-respondelement="respond" data-replyto="Responder para Moises" aria-label="Responder para Moises">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
	<li class="comment even thread-even depth-1 clear" id="li-comment-28846">
		<article id="comment-28846" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/f771961810cc4d25b8be4871e417843acbcf9f4dc5b8b0a4dc0730e417522e65?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f771961810cc4d25b8be4871e417843acbcf9f4dc5b8b0a4dc0730e417522e65?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f771961810cc4d25b8be4871e417843acbcf9f4dc5b8b0a4dc0730e417522e65?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f771961810cc4d25b8be4871e417843acbcf9f4dc5b8b0a4dc0730e417522e65?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f771961810cc4d25b8be4871e417843acbcf9f4dc5b8b0a4dc0730e417522e65?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f771961810cc4d25b8be4871e417843acbcf9f4dc5b8b0a4dc0730e417522e65?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">taralo</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-28846"><time datetime="2014-06-13T13:39:14-03:00">
					13/06/2014 às 13:39					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Ja que e Petista socialista, mas ta usando um noteboke da Apple. ¨¬¬¬</p>
<p id="comment-like-28846" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=28846&#038;_wpnonce=b25f0e3bb5" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-28846" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=28846#respond" data-commentid="28846" data-postid="8969" data-belowelement="comment-28846" data-respondelement="respond" data-replyto="Responder para taralo" aria-label="Responder para taralo">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment odd alt thread-odd thread-alt depth-1 clear" id="li-comment-30147">
		<article id="comment-30147" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/10174a3fba6b96e812da9e877383cf4d41a226a5c263cce14900c591576b2c75?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/10174a3fba6b96e812da9e877383cf4d41a226a5c263cce14900c591576b2c75?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/10174a3fba6b96e812da9e877383cf4d41a226a5c263cce14900c591576b2c75?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/10174a3fba6b96e812da9e877383cf4d41a226a5c263cce14900c591576b2c75?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/10174a3fba6b96e812da9e877383cf4d41a226a5c263cce14900c591576b2c75?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/10174a3fba6b96e812da9e877383cf4d41a226a5c263cce14900c591576b2c75?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">sonhador</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-30147"><time datetime="2014-07-08T22:15:15-03:00">
					08/07/2014 às 22:15					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>O governo deveria ter só um partido no poder, ai sim poderíamos analisar e julgar a honestidade, competência, comprometimento com o povo brasileiro, sendo justo com todas as camadas sociais, de forma clara e transparente. Nos moldes de hoje aonde existem partidos que trocam apoio politico em troca de ministérios, cargos, etc esse pais nunca mudara para melhor, sempre ficara este embate sobre politica, onde todos tem acertos e erros nas suas colocações.</p>
<p id="comment-like-30147" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=30147&#038;_wpnonce=1772d5f89a" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-30147" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=30147#respond" data-commentid="30147" data-postid="8969" data-belowelement="comment-30147" data-respondelement="respond" data-replyto="Responder para sonhador" aria-label="Responder para sonhador">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment byuser comment-author-tarsocv bypostauthor even depth-2 clear" id="li-comment-30152">
		<article id="comment-30152" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="http://blogdotarso.com" class="url" rel="ugc">Tarso Cabral Violin</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-30152"><time datetime="2014-07-08T22:51:17-03:00">
					08/07/2014 às 22:51					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Só um partido? Você defende o nazismo?</p>
<p id="comment-like-30152" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=30152&#038;_wpnonce=9d15b06c70" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-30152" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=30152#respond" data-commentid="30152" data-postid="8969" data-belowelement="comment-30152" data-respondelement="respond" data-replyto="Responder para Tarso Cabral Violin" aria-label="Responder para Tarso Cabral Violin">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
	<li class="comment odd alt thread-even depth-1 clear" id="li-comment-30224">
		<article id="comment-30224" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://2.gravatar.com/avatar/591449a55fe2d78d442dc53dab362b7de7b95d979c1cc0d3f3e2b6075ce63e04?s=40&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/591449a55fe2d78d442dc53dab362b7de7b95d979c1cc0d3f3e2b6075ce63e04?s=40&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/591449a55fe2d78d442dc53dab362b7de7b95d979c1cc0d3f3e2b6075ce63e04?s=60&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/591449a55fe2d78d442dc53dab362b7de7b95d979c1cc0d3f3e2b6075ce63e04?s=80&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/591449a55fe2d78d442dc53dab362b7de7b95d979c1cc0d3f3e2b6075ce63e04?s=120&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/591449a55fe2d78d442dc53dab362b7de7b95d979c1cc0d3f3e2b6075ce63e04?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Bp</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-30224"><time datetime="2014-07-10T08:44:13-03:00">
					10/07/2014 às 8:44					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Típico burocrata defendendo um govero de ladrōes e o povāo ainda cai nessa!!,</p>
<p id="comment-like-30224" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=30224&#038;_wpnonce=a84d0a1f5a" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-30224" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=30224#respond" data-commentid="30224" data-postid="8969" data-belowelement="comment-30224" data-respondelement="respond" data-replyto="Responder para Bp" aria-label="Responder para Bp">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment byuser comment-author-tarsocv bypostauthor even depth-2 clear" id="li-comment-30225">
		<article id="comment-30225" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/cf2714744d2a6b807aab98be140761171e8e5e541a6faf71ddd6cd9daefb92cf?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn"><a href="http://blogdotarso.com" class="url" rel="ugc">Tarso Cabral Violin</a></cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-30225"><time datetime="2014-07-10T08:50:18-03:00">
					10/07/2014 às 8:50					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Estude e pare de ver TV</p>
<p id="comment-like-30225" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=30225&#038;_wpnonce=b41d883de8" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-30225" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=30225#respond" data-commentid="30225" data-postid="8969" data-belowelement="comment-30225" data-respondelement="respond" data-replyto="Responder para Tarso Cabral Violin" aria-label="Responder para Tarso Cabral Violin">Responder</a></div>		</article><!-- #comment-## -->

	<ul class="children">
	<li class="comment odd alt depth-3 clear" id="li-comment-30739">
		<article id="comment-30739" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/9479d7f2a724c181523090e9e5c102f9b68f44f0b2f5dd84fa98b22a9354d918?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9479d7f2a724c181523090e9e5c102f9b68f44f0b2f5dd84fa98b22a9354d918?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9479d7f2a724c181523090e9e5c102f9b68f44f0b2f5dd84fa98b22a9354d918?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9479d7f2a724c181523090e9e5c102f9b68f44f0b2f5dd84fa98b22a9354d918?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9479d7f2a724c181523090e9e5c102f9b68f44f0b2f5dd84fa98b22a9354d918?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9479d7f2a724c181523090e9e5c102f9b68f44f0b2f5dd84fa98b22a9354d918?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Emerson</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-30739"><time datetime="2014-07-30T22:14:14-03:00">
					30/07/2014 às 22:14					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Um Currículo realmente bom, uma pena que fala muito bobagem meu nome colega Tarso!</p>
<p id="comment-like-30739" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=30739&#038;_wpnonce=3b39cff7e7" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-30739" class="comment-like-feedback">Curtir</span></p>
</div>
					</article><!-- #comment-## -->

	</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
	<li class="comment even thread-odd thread-alt depth-1 clear" id="li-comment-31849">
		<article id="comment-31849" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://0.gravatar.com/avatar/9a7e25372488d1eaa95384f610ef5a8cb014139d268531cd7d2781498eb98473?s=40&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9a7e25372488d1eaa95384f610ef5a8cb014139d268531cd7d2781498eb98473?s=40&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9a7e25372488d1eaa95384f610ef5a8cb014139d268531cd7d2781498eb98473?s=60&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9a7e25372488d1eaa95384f610ef5a8cb014139d268531cd7d2781498eb98473?s=80&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9a7e25372488d1eaa95384f610ef5a8cb014139d268531cd7d2781498eb98473?s=120&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9a7e25372488d1eaa95384f610ef5a8cb014139d268531cd7d2781498eb98473?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Glauco</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-31849"><time datetime="2014-08-28T11:30:52-03:00">
					28/08/2014 às 11:30					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Filiado ao PT?</p>
<p id="comment-like-31849" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotarso.com/tarso-cabral-violin/?like_comment=31849&#038;_wpnonce=8a5c86763a" class="comment-like-link needs-login" rel="nofollow" data-blog="18292085"><span>Curtir</span></a><span id="comment-like-count-31849" class="comment-like-feedback">Curtir</span></p>
</div>
			<div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://blogdotarso.com/tarso-cabral-violin/?replytocom=31849#respond" data-commentid="31849" data-postid="8969" data-belowelement="comment-31849" data-respondelement="respond" data-replyto="Responder para Glauco" aria-label="Responder para Glauco">Responder</a></div>		</article><!-- #comment-## -->

	</li><!-- #comment-## -->
	<li class="comment odd alt thread-even depth-1 clear" id="li-comment-32729">
		<article id="comment-32729" class="comment">
			<footer>
				<div class="comment-author vcard">
					<img alt='' src='https://1.gravatar.com/avatar/43429fb8599c19cf8cf540193a076f72949e87c82b305528241bbf07768a7b57?s=40&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/43429fb8599c19cf8cf540193a076f72949e87c82b305528241bbf07768a7b57?s=40&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/43429fb8599c19cf8cf540193a076f72949e87c82b305528241bbf07768a7b57?s=60&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/43429fb8599c19cf8cf540193a076f72949e87c82b305528241bbf07768a7b57?s=80&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/43429fb8599c19cf8cf540193a076f72949e87c82b305528241bbf07768a7b57?s=120&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/43429fb8599c19cf8cf540193a076f72949e87c82b305528241bbf07768a7b57?s=160&#038;d=identicon&#038;r=G 4x' class='avatar avatar-40' height='40' width='40' loading='lazy' decoding='async' />					<cite class="fn">Caio Barbosa</cite> <span class="says">disse:</span>				</div><!-- .comment-author .vcard -->
				
				<div class="comment-meta commentmetadata">
					<a href="https://blogdotarso.com/tarso-cabral-violin/#comment-32729"><time datetime="2014-09-18T23:39:19-03:00">
					18/09/2014 às 23:39					</time></a>
									</div><!-- .comment-meta .commentmetadata -->
			</footer>

			<div class="comment-content"><p>Ao ler o blog, fiquei assustado como um advogado com tantos anos de experiência na administração pública se torna um crítico ferrenho da Lei do RDC. Quem conhece na prática a estrutura jurídico-institucional hoje vigente na administração pública brasileira bem sabe que a compra de uma mera caneta para a repartição pública não leva menos de um mês, movimenta diversos setores da máquina e ainda corre o sério risco de resultar na aquisição de uma esferográfica que não escreve! Que dirá a prestação de serviços públicos complexos&#8230; Só para ter uma ideia – e aqui vou falar da Lei nº 8.666, de 1993, talvez o maior símbolo do controle rígido de processos da legislação administrativa no Brasil – a aquisição de um conjunto de mesas de escritório no valor de dez mil reais exige, minimamente, o cumprimento das seguintes etapas sequenciais: 1) pedido de abertura de um processo administrativo; 2) elaboração por um servidor técnico de um documento chamado “termo de referência”, normalmente de cinco a dez laudas, que deve conter a justificativa e todas as especificações técnicas daquilo que se quer comprar, bem como diretrizes gerais sobre a licitação e a execução contratual; 3) o termo de referência deve ser aprovado, de forma justificada, pelo chefe do setor demandante; 4) realização de pesquisa de mercado confiável, o que muito frequentemente consome bastante tempo, porque não existe um cadastro geral de preços, ficando muitas vezes o órgão público aguardando que potenciais fornecedores enviem orçamentos estimativos, o que gera muitas ligações e e-mails; 5) o processo (autos) segue para o departamento de finanças do órgão, para que seja feita a reserva do valor estimado da despesa; 6) análise do mercado para ver se existem pelo menos três fornecedores enquadrados como empresas de pequeno porte ou microempresas, porque, se houver, a licitação tem que ser feita exclusivamente para elas, sob pena de anulação; 7) o processo segue para outro setor, onde é e

Resolver

Resolver ASN
AS15169
Resolver IP
172.217.37.27
Resolver Network Name
Google LLC
Report ID
20250404T172235Z_webconnectivity_BR_263925_n1_7Qz8tiRx3Y7OulBz
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.24.0)
Measurement Engine
ooniprobe-engine (3.24.0)

Raw Measurement Data

Loading