#sexy-author-bio, .et_social_inline { display: none; } amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /** * Jetpack related posts */ /** * The Gutenberg block */ .jp-related-posts-i2 { margin-top: 1.5rem; } .jp-related-posts-i2__list { --hgap: 1rem; display: flex; flex-wrap: wrap; column-gap: var(--hgap); row-gap: 2rem; margin: 0; padding: 0; list-style-type: none; } .jp-related-posts-i2__post { display: flex; flex-direction: column; /* Default: 2 items by row */ flex-basis: calc( ( 100% - var(--hgap) ) / 2 ); } /* Quantity qeuries: see https://alistapart.com/article/quantity-queries-for-css/ */ .jp-related-posts-i2__post:nth-last-child(n+3):first-child, .jp-related-posts-i2__post:nth-last-child(n+3):first-child ~ * { /* From 3 total items on, 3 items by row */ flex-basis: calc( ( 100% - var(--hgap) * 2 ) / 3 ); } .jp-related-posts-i2__post:nth-last-child(4):first-child, .jp-related-posts-i2__post:nth-last-child(4):first-child ~ * { /* Exception for 4 total items: 2 items by row */ flex-basis: calc( ( 100% - var(--hgap) ) / 2 ); } .jp-related-posts-i2__post-link { display: flex; flex-direction: column; row-gap: 0.5rem; width: 100%; margin-bottom: 1rem; line-height: 1.2; } .jp-related-posts-i2__post-link:focus-visible { outline-offset: 2px; } .jp-related-posts-i2__post-img { order: -1; max-width: 100%; } .jp-related-posts-i2__post-defs { margin: 0; list-style-type: unset; } /* Hide, except from screen readers */ .jp-related-posts-i2__post-defs dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; } .jp-related-posts-i2__post-defs dd { margin: 0; } /* List view */ .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__list { display: block; } .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post { margin-bottom: 2rem; } /* Breakpoints */ @media only screen and (max-width: 640px) { .jp-related-posts-i2__list { display: block; } .jp-related-posts-i2__post { margin-bottom: 2rem; } } /* Container */ #jp-relatedposts { display: none; padding-top: 1em; margin: 1em 0; position: relative; clear: both; } .jp-relatedposts:after { content: ''; display: block; clear: both; } /* Headline above related posts section, labeled "Related" */ #jp-relatedposts h3.jp-relatedposts-headline { margin: 0 0 1em 0; display: inline-block; float: left; font-size: 9pt; font-weight: bold; font-family: inherit; } #jp-relatedposts h3.jp-relatedposts-headline em:before { content: ""; display: block; width: 100%; min-width: 30px; border-top: 1px solid #dcdcde; border-top: 1px solid rgba(0,0,0,.2); margin-bottom: 1em; } #jp-relatedposts h3.jp-relatedposts-headline em { font-style: normal; font-weight: bold; } /* Related posts items (wrapping items) */ #jp-relatedposts .jp-relatedposts-items { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: -20px; } /* Related posts item */ #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { float: left; width: 33%; margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { padding-right: 20px; filter: alpha(opacity=80); -moz-opacity: .8; opacity: .8; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) { clear: both; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } /* Related posts item content */ #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title, #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time { font-size: 14px; line-height: 20px; margin: 0; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs { position:relative; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay { position:absolute; top:0; bottom:0; left:0; right:0; display:block; border-bottom: 0; } #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time { margin-bottom: 0; } #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title { text-transform: none; margin: 0; font-family: inherit; display: block; max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { font-size: inherit; font-weight: normal; text-decoration: none; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span { display: block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span { height: auto; max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context { opacity: .6; } /* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */ .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date { display: none; } /* Behavior when there are thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt { display: none; } /* Behavior when there are no thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt { overflow: hidden; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span { margin-bottom: 1em; } /* List Layout */ #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post { clear: both; width: 100%; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img { float: left; overflow: hidden; max-width: 33%; margin-right: 3%; } #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { display: inline-block; max-width: 63%; } /* * Responsive */ @media only screen and (max-width: 640px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 50%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: 20px; } } @media only screen and (max-width: 320px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 100%; clear: both; margin: 0 0 1em; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { float: none; max-width: 100%; margin-right: 0; } } /* * Hide the related post section in the print view of a post */ @media print { .jp-relatedposts { display:none ; } }.wp-block-jetpack-rating-star span:not([aria-hidden="true"]) { display: none; } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;} /* Inline styles */ p.acss9ebb7{text-align:justify;}span.acss93460{text-decoration:underline;}span.acss2c5d6{color:#333333;}span.acssacae5{font-family:sans-serif;}span.acss7a257{font-size:medium;}div.acss138d7{clear:both;}div.acssf5b84{--relposth-columns:3;--relposth-columns_m:2;--relposth-columns_t:2;}div.acss0329e{aspect-ratio:1/1;background:transparent url(https://i0.wp.com/www.tribunadeitapoa.com.br/wp-content/uploads/2025/05/Itapoa-promove-Conferencia-da-Cidade-no-dia-14-de-junho-Capa-Tribuna-de-Itapoa.png?resize=500%2C280&ssl=1) no-repeat scroll 0% 0%;height:280px;max-width:500px;}div.acss3437e{color:#333333;font-family:Arial;font-size:14px;height:100px;}div.acss4a181{aspect-ratio:1/1;background:transparent url(https://i0.wp.com/www.tribunadeitapoa.com.br/wp-content/uploads/2025/05/Porto-Itapoa-atinge-marca-historica-de-10-milhoes-de-conteineres-e-consolida-lideranca-no-Sul-1.jpeg?resize=500%2C280&ssl=1) no-repeat scroll 0% 0%;height:280px;max-width:500px;}div.acss8699a{aspect-ratio:1/1;background:transparent url(https://i0.wp.com/www.tribunadeitapoa.com.br/wp-content/uploads/2016/01/obra-da-costa-do-encanto-c3a9-inaugurada-em-sc3a3o-francisco-do-sul-2.jpg?resize=150%2C150&ssl=1) no-repeat scroll 0% 0%;height:280px;max-width:500px;} .icon-widgets:before {content: "\e1bd";}.icon-search:before {content: "\e8b6";}.icon-shopping-cart:after {content: "\e8cc";}

Entidade social divulga gastos das câmaras de vereadores de Santa Catarina

O OSSJ (Observatório Social de São José) atualizou nessa sexta-feira, dia 09 de setembro, o mapa/ranking dos custos das Câmaras de Vereadores de todos os 295 municípios do estado catarinense (disponível clicando aqui). Nesse material, estão as despesas do exercício financeiro de 2015 com base nas informações fornecidas pelo TCE/SC (Tribunal de Contas do Estado de Santa Catarina) e que permitem ao eleitor conhecer quanto custa o vereador em sua idade e quanto cada cidadão contribui atualmente para manter o Poder Legislativo local.

O objetivo, segundo o OSSJ, é “empoderar o cidadão catarinense com informações para que ele possa, por si só, refletir sobre os custos das Câmaras de Vereadores, a partir da comparação entre municípios da região ou do mesmo porte, bem como avaliar os gastos totais para manter o Poder Legislativo municipal”.

No que diz respeito ao valor que cada cidadão paga para manter a Câmara de Vereadores no ano de 2015, o destaque ficou para a cidade de Videira, que tem a Câmara mais econômica nesse quesito, com R$ 20,19 por habitante. Em Lageado Grande, a última colocada, esse valor soma R$ 429,30 por habitante. Itapoá ficou na 184ª posição dos 295 municípios pesquisados, com o total de R$ 117,31 por habitante. A Câmara de Vereadores Garuva, em 158º, custou R$ 103,51 por habitante no ano de 2015. “Entre as 10 maiores cidades catarinense, Chapecó tem a Câmara Municipal mais econômica e Itajaí a mais cara, com o valor de R$ 50,55 e R$ 121,34 por habitante, respectivamente”, divulgou o Observatório Social de São José.

Considerando os gastos totais anuais do poderes legislativos locais catarinenses divididos pelo número de vereadores, o OSSJ observou que um edil no município de Alvoredo custou, em 2015, pouco mais de R$ 25 mil, enquanto em Florianópolis, a capital, esse custo ultrapassou os R$ 2 milhões. Em Itapoá, esse número ficou em R$ 236.406,61 e Garuva em R$ 193,064.49 por verador. “Entre as 10 cidades mais populosas, em 2015, o Poder Legislativo mais econômico, com um gasto total de quase R$ 8,5 milhões, foi o de Jaraguá do Sul, e o mais caro foi o de Florianópolis, que custou aos contribuintes R$ 47,3 milhões”, concluiu o Observatório.

Confira a relação completa dos dados divulgados em relação a Itapoá e Garuva:

CÂMARA MUNICIPAL: ITAPOÁ
IBGE: 4208450
Assoc. Regional: AMUNESC

Posição 2015: 184º LUGAR (de 295)
Posição 2014:191º lugar

% Aumento Real gastos R$ 2010-2015: 44.2%
% Aumento total 2010-2015 (-IGP-M 52,6%): 96.8%
Custo/Hab médio 2010-2015: R$ 95.91

Custo/Habitante 2015: R$ 117.31
Custo/Habitante 2014: R$ 120.87
Custo/Habitante 2013: R$ 111.78
Custo/Habitante 2012: R$ 78.98
Custo/Habitante 2011: R$ 73.26
Custo/Habitante 2010: R$ 73.24

Gastos/Vereador 2015: R$ 236,406.61
Gastos/Vereador 2014: R$ 235,304.18
Gastos/Vereador 2013: R$ 209,877.78
Gastos/Vereador 2012: R$ 137,410.06
Gastos/Vereador 2011: R$ 123,878.00
Gastos/Vereador 2010: R$ 120,132.75

% Aumento Qt. Vagas Vereadores: 0.0%
Qt. Vagas Vereadores 2013-2016: 9
Qt. Vagas Vereadores 2009-2012: 9

Gastos 2015: R$ 2,127,659.53
Gastos 2014: R$ 2,117,737.62
Gastos 2013: R$ 1,888,900.00
Gastos 2012: R$ 1,236,690.56
Gastos 2011: R$ 1,114,902.03
Gastos 2010: R$ 1,081,194.78

População 2015: 18137 habitantes
População 2014: 17521 habitantes
População 2013: 16899 habitantes
População 2012: 15658 habitantes
População 2011: 15218 habitantes
População 2010: 14763 habitantes


CÂMARA MUNICIPAL: GARUVA
IBGE: 4205803
Assoc. Regional: AMUNESC

Posição 2015: 158º LUGAR (de 295)
Posição 2014: 142º lugar

% Aumento Real gastos R$ 2010-2015: 33.1%
% Aumento total 2010-2015 (-IGP-M 52,6%): 85.6%
Custo/Hab médio 2010-2015: R$ 82.76

Custo/Habitante 2015: R$ 103.51
Custo/Habitante 2014: R$ 93.22
Custo/Habitante 2013: R$ 99.50
Custo/Habitante 2012: R$ 77.66
Custo/Habitante 2011: R$ 59.25
Custo/Habitante 2010: R$ 63.41

Gastos/Vereador 2015: R$ 193,064.49
Gastos/Vereador 2014: R$ 170,222.22
Gastos/Vereador 2013: R$ 177,777.78
Gastos/Vereador 2012: R$ 131,777.78
Gastos/Vereador 2011: R$ 98,888.89
Gastos/Vereador 2010: R$ 104,000.00

% Aumento Qt. Vagas Vereadores: 0.0%
Qt. Vagas Vereadores 2013-2016: 9
Qt. Vagas Vereadores 2009-2012: 9

Gastos 2015: R$ 1,737,580.43
Gastos 2014: R$ 1,532,000.00
Gastos 2013: R$ 1,600,000.00
Gastos 2012: R$ 1,186,000.00
Gastos 2011: R$ 890,000.00
Gastos 2010: R$ 936,000.00

População 2015: 16786 habitantes
População 2014: 16435 habitantes
População 2013: 16081 habitantes
População 2012: 15272 habitantes
População 2011: 15021 habitantes
População 2010: 14761 habitantes

*Populações conforme estimativa anual do IBGE.
**Gastos conforme TCE/SC.

Thiagão

Jornalista pela PUC/PR (Pontifícia Universidade Católica do Paraná) com pós-graduação em Marketing Empresarial pela UFPR (Universidade Federal do Paraná), Thiago Gusso já trabalhou em importantes projetos de comunicação de Curitiba (PR) e Itapoá. Atualmente, responde pela Direção do site Tribuna de Itapoá no qual segue também em sua atuação como jornalista. E-mail: thiago@tribunadeitapoa.com.br

Recent Posts

Itapoá promove Semana do Meio Ambiente com programação gratuita de 2 a 7 de junho

A Prefeitura de Itapoá, por meio da Secretaria de Meio Ambiente, realiza entre os dias…

14 horas ago

Menina é atacada por pitbull solto em via pública no Centro de Garuva

Uma criança foi atacada por um cachorro da raça pitbull no fim da tarde dessa…

2 dias ago

Itapoá promove Conferência da Cidade no dia 14 de junho

Evento ocorrerá na Câmara de Vereadores e faz parte das etapas preparatórias para a Conferência…

2 dias ago

BR-376 terá desvio de tráfego para obras; bloqueio afeta ligação com Garuva e Itapoá

A Arteris Litoral Sul, concessionária responsável pela BR-376, anunciou mudanças significativas no tráfego da rodovia…

3 dias ago

EDITAL Nº 310068143536

USUCAPIÃO Nº 5000942-74.2024.8.24.0126/SC AUTOR: MARIANGELA CARMO DE PAULA MUZILO AUTOR: ADEMIR RIBEIRO MUZILO RÉU: GESTORA…

3 dias ago

Porto Itapoá atinge marca histórica de 10 milhões de contêineres e consolida liderança no Sul

O Porto Itapoá alcançou um marco histórico em sua trajetória ao registrar a movimentação acumulada…

3 dias ago