/*-- GERAL --*/
.c-sociabilizacao *,
.c-sociabilizacao *:before,
.c-sociabilizacao *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*-- ABAS COMENTARIOS/COMUNIDADE --*/
.abasSocial {
	border-bottom: #e6e6e6 1px solid;
	float: left;
	margin: 0 0 0.938em 0;
	padding: 0;
	width: 100%;
}
.abasSocial li {
	float: left;
	padding: 0 1.250em 0 0;
	text-decoration: none;
}
.abasSocial li a {
	color: #6e6e6e;
	cursor: pointer;  
	display: block;
	font: 400 18px "Roboto Slab", serif;
	letter-spacing: 0.5px;
	text-decoration: none;
	width: auto;
}
.abasSocial li a.tab span { color: #6e6e6e; font-weight: 400; }
.abasSocial li a.tab span::before { content: "[" }
.abasSocial li a.tab span::after { content: "]" }

.abasSocial li a.selected {
	border-bottom: 2px solid #1f91ae;
	color: #1f91ae;
	font-weight: 600;
}

/*-- ABAS COMENTARIOS/COMUNIDADE: CONTE�DO ABA --*/
.abasContent {
	float: left;
	width: 100%;
}
.abasContent .conteudo {
	display: none;
	clear: both;
}

/*-- FORMUL�RIO PARA ENVIAR COMENT�RIO --*/
.comentForm {
	float: right;
	padding: 0;
	position: relative;
	width: 100%;
}
.comentForm form {
	background-color: #f5f5f5;
	border: 1px solid #a2d2de;
	float: right;
	padding: 0.5em;
	position: relative;
	width: calc(100% - 65px);
}

	/*-- Exce��o para formul�rio de resposta --*/
	.comentForm .formResposta { margin: 0 0 20px 0; }

	/*-- Detalhe formul�rio --*/
	.comentForm form:after,
	.comentForm form:before {
		top: 100%;
		right: 5%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.comentForm form:after {
		border-color: rgba(245, 245, 245, 0);
		border-top-color: #f5f5f5;
		border-width: 12px;
		margin-right: -12px;
	}
	.comentForm form:before {
		border-color: rgba(46, 163, 180, 0);
		border-top-color: #a2d2de;
		border-width: 13px;
		margin-right: -13px;
	}	
.comentForm textarea {
	border: 1px solid #e6e6e6;
	color: #969696;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	height: 35px;
	overflow: hidden;
	padding: 5px 10px;
	width: 100%;
}
.comentForm textarea.campoComentResposta {
	float: left;
	width: calc(100% - 120px);
	
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	transition: height .5s;
}
.comentForm textarea.campoComentResposta:focus {
	color: #6e6e6e;
	height: 100px;
}
.comentForm input {
	float: right;
	font-size: 12px;
	font-weight: 600;
	margin: 0.5em 0;
	padding: 0.5em 1em;
}
.comentForm input.bt-enviar-comentario.resposta {
	width: 18%;
	margin: 0 0 0 0.5em;
}
/*----------------*/


/*-- LISTAGEM DE COMENT�RIOS: GERAL --*/
.listaComent {
	border: 1px solid #FFFFFF;
	color: #6e6e6e;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 1.875em 0 0;
	padding: 1em 0;
	width: 100%;
} 
.listaComent > li {
	float: left;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	position: relative; /* Refer�ncia para alinhamento do TOOLTIP */
	width: 100%;
}
.listaComent li .itemTexto {
	border-bottom: none;
    float: right;
    font: 15px/130% "Source Sans Pro", sans-serif;
    position: relative;
    width: calc(100% - 65px);
}
.listaComent li .itemTexto p {
	clear: left;
	color: #6e6e6e;
	display: table;
	float: left;
	font: 400 1em/1.5em "Source Sans Pro",arial,sans-serif;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
	text-align: left;
}
.listaComent li .itemTexto a { color: #1f91ae; }
.listaComent li .itemTexto a:hover { 
	border-bottom: 1px solid;
	text-decoration: none;
}

.listaComent li .itemTexto .tempoPost {
	font-size: 12px;
	margin-left: 5px;
}
.listaComent li .itemTexto .nomePerfil a {
	color: #1f91ae;
	float: left;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-decoration: none;
}
.listaComent li .itemTexto .nomePerfil a span { display: none; }

/*-- LISTAGEM DE COMENT�RIOS: ASSINANTE --*/
.listaComent li.itemAssinante > .destaqueItem {
	background-color: #f5f5f5;
	box-sizing: unset;
	float: left;
	margin: -20px 0 0 -20px;
	padding: 20px;
	width: 100%;
}
.listaComent li.itemAssinante > .destaqueItem > .itemTexto .nomePerfil a span {
	display: block;
	float: left;
	margin-right: 5px;
	width: 20px;
}

.listaComent li.itemAssinante > .destaqueItem > .itemTexto .listaComentCompartilhe { margin-bottom: 0; }

/*-- Abre tooltip assinante --*/
.listaComent li .itemTexto .nomePerfil:hover .tooltipAssinantes { display: block; }
.listaComent li.itemAssinante .itemTexto .nomePerfil span .ico-estrela {
	float: left;
	margin: 0 5px 0 0;
	width: 18px;
}
.listaComent li.itemAssinante .itemTexto .nomePerfil span .ico-estrela * { fill: #fcc000; }

/*---- ----*/


/*-- �REA DE RESPOSTA DO COMENT�RIO--*/
.comentForm .abreListaComent {
	border-top: 1px solid #e6e6e6;
	float: right;
	padding: 2px 0;
	width: calc(100% - 65px);
	text-align: left;
}
.comentForm .abreListaComent a {
	color: #1f91ae;
	cursor: pointer;
	display: inline-block;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	position: relative;
}
.comentForm .abreListaComent a span {
	border: 4px solid rgba(0, 0, 0, 0);
	border-top-color: #134d86;
	display: block;
	height: 0;
	position: absolute;
	right: -12px;
	top: 8px;
	width: 0;
}
.comentForm .abreListaComent a span.setaFecha {
	border-bottom-color: #134d86;
	border-top-color: transparent;
	top: 4px;
}
.comentForm .campoComentAberto p {
	color: #969696;
	float: left;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 125%;
	margin: 0 5px 0 0;
}
.comentForm .campoComentAberto p.textareaMaxCaract {
	margin: 6px 0 0 0;
	text-transform: uppercase;
	width: 100%
}
.comentForm .campoComentAberto a {
	color: #1f91ae;
	display: inline !important;
	font-weight: 600;
	text-decoration: underline;
}
.comentForm .campoComentAberto a:hover {
	text-decoration: underline;
}
.comentForm .campoComentAberto input[type="submit"] {
	background-color: #1f91ae;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
	font: 16px/100% "Source Sans Pro",sans-serif;
	letter-spacing: 0.75px;
	margin: 20px 0 10px;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.comentForm .campoComentAberto input[type="submit"]:hover { background-color: #2ea3b4; }
/*------*/


/*-- COMENT�RIOS: FOTO DO USU�RIO / �CONE PADR�O COM LETRA INICIAL DO NOME --*/
.perfilSocial {
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	float: left;
	overflow: hidden;
	height: 50px;
	width: 50px;
}
.perfilSocial img { width: 100%; }

.perfilSocial:hover .tooltip { display: block; } /*-- Abre o tooltip --*/

.perfilSocial .label-letter-name {
	height: 50px;
	width: 50px;
	position: relative;
}
.perfilSocial .label-letter-name span {
	color: #fff;
	position: absolute;
	top: 48%;
	left: 50%;
	text-transform: uppercase;
	vertical-align: middle;
	
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);	
}
	
/*-- CORES PARA CADA LETRA --*/	
.label-letter-name.A { background-color: #378FAE; }
.label-letter-name.B { background-color: #82B4C5; }
.label-letter-name.C { background-color: #8C9EA9; }
.label-letter-name.D { background-color: #9AA6AF; }
.label-letter-name.E { background-color: #A9B6BF; }
.label-letter-name.F { background-color: #508994; }
.label-letter-name.G { background-color: #75A5AC; }
.label-letter-name.H { background-color: #84B896; }
.label-letter-name.I { background-color: #91C2B3; }
.label-letter-name.J { background-color: #ADBFA9; }
.label-letter-name.K { background-color: #C5C896; }
.label-letter-name.L { background-color: #D3C696; }
.label-letter-name.M { background-color: #D9C686; }
.label-letter-name.N { background-color: #E1C475; }
.label-letter-name.O { background-color: #E3B37C; }
.label-letter-name.P { background-color: #E3AE64; }
.label-letter-name.Q { background-color: #D3B4A2; }
.label-letter-name.R { background-color: #E1B59F; }	
.label-letter-name.S { background-color: #D1A795; }
.label-letter-name.T { background-color: #DD9E83; }
.label-letter-name.U { background-color: #D38387; }
.label-letter-name.V { background-color: #B8BED0; }
.label-letter-name.W { background-color: #B0A0B6; }
.label-letter-name.X { background-color: #B7ACAA; }
.label-letter-name.Y { background-color: #CBBEB9; }
.label-letter-name.Z { background-color: #BBB2B2; }
/*-----------*/


/*-- TOOLTIP GERAL --*/
.tooltip {
	background-color: #fff;
	border: 1px solid #4bcaea;
	display: none;
	height: auto;
	left: 70px;
	margin-bottom: 30px;
	padding: 25px 20px;
	position: absolute;
	top: 5px;
	width: 500px;
	z-index: 1000;
}

/*-- Detalhe da setinha do tooltip --*/
.tooltip:after,
.tooltip:before {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.tooltip:before {
	border-color: rgba(75, 202, 234, 0);
	border-right-color: #4bcaea;
	border-width: 11px;
	margin-top: -11px;
}

	/*-- Exce��es de posicionamento do tooltip --*/
	.conteudo > .perfilSocial .tooltip {
		left: 46px;
		top: -10px;
	}
	.listaComunidade .perfilSocial .tooltip {
		left: 70px;
		top: 5px;
	}
	.listaRankingComentarios .tooltip {
		left: -495px;
		top: 0;
	}
	.perfil-social .tooltipBadges {
		left: -500px;
		top: 22px;
	}
	/*------*/
	
	
	/*-- Exce��es da setinha do tooltip  --*/
	.listaRankingComentarios .tooltip:after,
	.listaRankingComentarios .tooltip:before,
	.perfil-social .tooltipBadges:after,
	.perfil-social .tooltipBadges:before {	
		left: 100%;
		right: inherit;
	}
	.listaRankingComentarios .tooltip:after,
	.perfil-social .tooltipBadges:after {
		border-color: transparent;
		border-left-color: #fff;
	}
	.listaRankingComentarios .tooltip:before,
	.perfil-social .tooltipBadges:before {
		border-color: transparent;
		border-left-color: #4bcaea;
	}
	/*------*/

.tooltip img {
	border: 1px solid #e6e6e6;
	padding: 2px;
	width: auto;
}
.tooltip p {
	color: #6e6e6e;
	font: 400 14px 'Source Sans Pro', sans-serif;
	margin: 0; 
	padding: 0;
}
.tooltip .tooltipEsq p.seguidores { font-weight: 600; }
.tooltip .tooltipEsq p span + span { margin-left: 6px; }

.tooltip h3,
.tooltip h3 a {
	color: #1f91ae;
	font: 600 16px 'Roboto Slab', serif;
	margin-bottom: 6px;
}
.tooltip.tooltipPerfil h3 {
	margin: 18px 0 10px 65px; 
	padding: 0;
}
.tooltip .tooltipEsq {
	float: left;
	width: 60%;
}
.tooltip .tooltipDir {
	float: left;
	width: 40%;
}
.tooltip .tooltipEsq img {
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	float: left;
    margin: 0;
    padding: 0;
	width: 55px;
}
.tooltip .label-letter-name {
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	float: left;	
	height: 50px;
	position: relative;	
	width: 50px;
}
.tooltip .label-letter-name span {
	color: #fff;
	position: absolute;
	top: 48%;
	left: 50%;
	text-transform: uppercase;	
	vertical-align: middle;
	
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);	
}
.tooltip .tooltipDir { text-align: center; }
.tooltip .tooltipDir p { margin-left: 10px; }
.tooltip .tooltipDir img {
  border: medium none;
  margin: 0 0 10px 0;
  padding: 0;
  width: 50px;
}
.tooltip .tooltipDir .bt-seguir {
	background-color: #1f91ae;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 400 14px/100% 'Source Sans Pro', sans-serif;
	margin: 20px auto 0;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.tooltip .tooltipDir .bt-seguir:hover {
	background-color: #2ea3b4;
	text-decoration: none;
}
.tooltip .tooltipDir .bt-seguir.seguindo {
	background-color: #f5f5f5;
	border: 2px solid #e6e6e6;
	color: #ccc;
	cursor: default;
}
.tooltip .tooltipBadges b { font-weight: 600; }

/*-- Exce��es para o TOOLTIP assinante --*/
.tooltipAssinantes {
	left: 25px;
	padding: 25px 30px;
	top: -30px;
	width: 350px;
}
.tooltipAssinantes h3 span {
	display: block;
	float: left;
	margin: -2px 5px 0 0;
	width: 25px;
}
.tooltipAssinantes h3 span .ico-estrela { width: 18px; }
.tooltipAssinantes h3 span .ico-estrela * { fill: #fcc000; }

.tooltipAssinantes .tooltipEsq { width:100%; }

.listaComent li .itemTexto .tooltipAssinantes a {
	border: 1px solid #4ccaea;
	color: #1f91ae;
	float: left;
	font: 600 14px/125% "Roboto Slab",serif;
	left: 50%;
	letter-spacing: 0;
	margin: 15px auto 0;
	padding: 8px 10px;
	position: relative;

	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.listaComent li .itemTexto .tooltipAssinantes a:hover {
	background-color: #1f91ae;
	color: #fff;
}
/*-----------*/


/*-- OP��ES DE COMPARTILHAMENTO DO COMENT�RIO --*/
.listaComentCompartilhe {
	display: inline-block;
	width: 100%;
	height: 20px;
	margin: 8px 0 20px;
}	
.listaComentCompartilhe li {
	float: left;
	margin: 0 25px 0 0;
	width: auto;
}
.listaComentCompartilhe li:first-child + li + li { margin-right: 5px; }

.listaComentCompartilhe li a {
	color: #6e6e6e;
	cursor: pointer;
	text-decoration: none;
}
.listaComentCompartilhe li a svg { 
	height: 22px; 
	position: relative; 
	width: 22px;
}
.listaComentCompartilhe li a svg.ico-comentarios { 
	top: 5px;
	width: 18px;
}
.listaComentCompartilhe li a svg.ico-compartilhe { top: 4px; }
.listaComentCompartilhe li a svg path { fill: #1f91ae; }

.listaComentCompartilhe li span.txtOpcoesButs {
	font: 400 12px/150% 'Source Sans Pro', sans-serif;
	letter-spacing: 0.75px;
	padding: 0 4px;
	text-transform: uppercase;
	vertical-align: text-top;
}
.listaComentCompartilhe li span.txtOpcoesButs:hover { text-decoration: none; }


/*-- Compartilhar nas redes sociais --*/
.listaComentCompartilhe li.comentCompartilharDiv {
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}
.listaComentCompartilhe li.comentCompartilharDiv .compartilharMask { width: 500px; }

.listaComentCompartilhe li.comentCompartilharDiv a {
	background-size: 21.5px auto;
	float: left;
	height: 25px;
	margin: 0 2px;
	padding: 0;
	width: 25px;
}
.compartilharMask {display:inline-block;}	
.listaComentCompartilhe li.comentCompartilharDiv a.social2-facebook {background: url('https://www.gazetadopovo.com.br/public/_imagens/facebook.svg') no-repeat top center;}	
.listaComentCompartilhe li.comentCompartilharDiv a.social2-twitter {background: url('https://www.gazetadopovo.com.br/public/_imagens/twitter.svg') no-repeat top center;}	
.listaComentCompartilhe li.comentCompartilharDiv a.social2-whatsapp {background: url('https://www.gazetadopovo.com.br/public/_imagens/whatsapp.svg') no-repeat top center; display: none;}
.listaComentCompartilhe li.comentCompartilharDiv a.social2-linkedin {background: url('https://www.gazetadopovo.com.br/public/_imagens/linkedin.svg') no-repeat top center;}		
.listaComentCompartilhe li.comentCompartilharDiv a span { display: none; }	
.listaComentCompartilhe li:last-child { float: right;  position: absolute; bottom: 12px; right: 0;}	

/* RESPOSTAS */
.listaComentResposta {
	border: none;
	display: block;
	float: right;
	height: 0;
	margin: 10px 0;
	overflow: hidden;
	padding: 0.5em 0;
	width: calc(100% - 60px);
	
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	transition: height .5s;
}
.listaComentResposta.aberta {
	height: auto;
	overflow: visible;
}	
.comentForm .listaComentResposta form { width: 100%; }	
.ComentarioSemRespostas {
	border: 0 !important;
	height: 0;
	overflow: hidden;
}
		
	/*-- CAMPO DE TEXTO - RESPOSTA --*/
	.listaComent li .resposta {
		background-color: #1f91ae;
		border: none;
		color: #fff;
		cursor: pointer;
		float: right;
		font: 16px/100% "Source Sans Pro",sans-serif;
		letter-spacing: 0.75px;
		padding: 8px 10px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.listaComent li .resposta:hover { background-color: #2ea3b4; }	
	.listaComent li .formResposta .resposta { width: 100px; }
		
	
/*-- PAGINACAO --*/
.paginacaoSocial {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	margin: 0 0 50px 0;
	text-align: center;
	width: 100%;
}
.paginacaoSocial a {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #2ea3b4;
	display: inline-block;
	font: 400 14px/100% "Source Sans Pro",sans-serif;
	letter-spacing: 0.65px;
	margin: 0 auto;
	padding: 5px 8px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 14px;
}
.paginacaoSocial a:hover {
	background-color: #2ea3b4;
	border: 1px solid #2ea3b4;
	color: #fff;
}

/*-- ABA COMUNIDADE: CABE�ALHOS --*/
.comentForm .c-titulo, .c-opiniao-do-leitor .c-titulo {
	border-top: 1px solid #1f91ae;
	width: 100%;
}
.c-opiniao-do-leitor .c-titulo{ 
	position:relative;
    top: 13px;
}
.comentForm .c-titulo h2, .c-opiniao-do-leitor .c-titulo h2 {
	background-color: #fff;
	border: 1px solid #1f91ae;
	display: inline-block;
	left: 50%;
	padding: 2px 10px;
	position: relative;
	top: 50%;
	width: auto;
	
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);	
}
.c-opiniao-do-leitor .c-titulo h2{
	-webkit-transform: translate(-50%,-82%);
	   -moz-transform: translate(-50%,-82%);
	    -ms-transform: translate(-50%,-82%);
	     -o-transform: translate(-50%,-82%);
	        transform: translate(-50%,-82%);
}
.comentForm .c-titulo h2 p, .c-opiniao-do-leitor .c-titulo h2 p {
	color: #1f91ae;
	font: 400 16px "Roboto Slab",serif;
	margin: 0;	
	width: auto;
}
.comentForm .c-titulo h2 p span, .c-opiniao-do-leitor .c-titulo h2 p span { font-weight: 600; }


/*-- ABA COMUNIDADE: NOT�CIAS MAIS COMENTADAS --*/
.listaComunidade {
	float: left;
	margin: 0;
	padding: 0.625em 0;
	width: 70%;
}
.listaComunidade .itemNoticia {
	border: 1px solid #e6e6e6;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}
.listaComunidade .itemNoticia .listaComent { margin-top: 0; }

.listaComunidade h4 { margin-bottom: 20px; }
.listaComunidade h4 a {
	font: 600 18px 'Roboto Slab', sans-serif;
	color: #1f91ae;
	display: inline;
	text-decoration: none;
}
.listaComunidade h4 a:hover { text-decoration: underline; }
.listaComunidade h4 a span {
	color: #969696;
	font: 400 12px 'Source Sans Pro', sans-serif !important;
}

.listaComunidade .listaComentItem { margin-bottom: 0; padding-bottom: 20px; }
.listaComunidade .listaComentItem.itemAssinante { padding-bottom: 0; }


/*-- ABA COMUNIDADE: QUEM MAIS COMENTOU --*/
.listaRankingComentarios {
	float: right;
	margin-left: 4%;
	padding: 0.625em 0;
	width: 25%
}
.listaRankingComentarios li:first-child {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.listaRankingComentarios li {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	padding: 10px 0 5px;
	position: relative;
	width: 100%;
}
.listaRankingComentarios li .itemTexto {
	float: right;
	font: 11px/150% "Source Sans Pro", sans-serif;
	width: calc(100% - 60px);
}
.listaRankingComentarios li .itemTexto .nomePerfil {
	color: #1f91ae;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-decoration: none;	
}
.listaRankingComentarios li .itemTexto .qtdeComentarios {
	color: #6e6e6e;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.opiniao-do-leitor .listaRankingComentarios li{padding:20px 0 15px 0 }
.opiniao-do-leitor .listaRankingComentarios li:first-child{border-bottom: solid 1px #e6e6e6; padding: 0 0 22px 0;} 
.opiniao-do-leitor .listaRankingComentarios li:first-child .itemTexto{margin-bottom:15px}
.opiniao-do-leitor .listaRankingComentarios li .itemTexto .nomePerfil:after{border-bottom:solid 1px #88a8b9; content:""; display:block; width:22%; margin:4px 0px}
.opiniao-do-leitor .listaRankingComentarios li .itemTexto .ico-comentarios{
    fill: none;
    stroke: #88a8b9;
}
.opiniao-do-leitor  .listaRankingComentarios li .itemTexto .qtdeComentarios{ 
font: 13px/120% "Source Sans Pro", sans-serif;
    display: inline-block;
    color: #88a8b9;
    position: relative;
    top: -5px;
    padding-right: 5px;
}
.opiniao-do-leitor .listaRankingComentarios .listaComent li:first-child{border:none; padding-top:15px}
/* ---------- */

/*-- COMENT�RIOS SELECIONADOS PELO EDITOR --*/
.listaComentEditor {
	border: 1px solid #4ccaea;
	display: block;
	padding: 0;
	position: relative;
}
.listaComentEditor .listaComentItem { border: none; }
.listaComentEditor .listaComentItem + .listaComentItem { border-top: 1px solid #e6e6e6; }
.listaComentEditor .listaComentItem:last-child { margin-bottom: 0; }

.listaComentEditor li.selEditor {
	border: none;
    color: #4ccaea;
    font: 400 12px 'Roboto Slab', serif;
    margin: 0;
    padding: 4px 25px 0 0;
    position: relative;
    text-align: right;
    width: 98.5%;
}
.listaComentEditor li.selEditor span {	
	border: 8px solid #4ccaea;
	border-top: 0 solid;
	border-bottom: 6px solid rgba(0,0,0,0);
	color: rgba(0,0,0,1);
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	
	-o-text-overflow: clip;
	text-overflow: clip;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}

/*-- P�GINA DO PERFIL DO USU�RIO --*/
.perfil-social .abasSocial { margin-top: 0; }

.perfilSocialTopo {
	color: #969696;
	float: left;
	font: 600 14px/18px 'Source Sans Pro', sans-serif;
	margin: 30px 0;
	width: 100%;
}
.perfilSocialTopo .editarPerfil {
	border: 1px solid #1f91ae;
	color: #1f91ae;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
	margin: 20px 10px 10px 0;
	padding: 5px 6px;
	text-transform: uppercase;
}
.perfilSocialTopo .editarPerfil:hover {
	background-color: #2ea3b4;
	border: 1px solid #2ea3b4;
	color: #fff;
	text-decoration: none;
}

/*-- IMAGEM DO PERFIL --*/
.perfilSocialTopo .imagemPerfil {
	float: left;
	/*height: 150px;*/
	margin-right: 20px;
	/*max-width: 130px;*/
	/*position: relative;*/
	/*width: 100%;*/
}
.perfilSocialTopo .editarFoto {
	border: 1px solid #1f91ae;
	color: #1f91ae;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
	margin: 20px 10px 10px 0;
	padding: 5px 6px;
	text-transform: uppercase;
}
.perfilSocialTopo .editarFoto:hover { 
	background-color: #2ea3b4;
	border: 1px solid #2ea3b4;
	color: #fff;
	text-decoration: none;	
}

.perfilSocialTopo .imagemPerfil img {
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	width: 120px;
}
.perfilSocialTopo .label-letter-name {
	border-radius: 100%;
	height: 130px;
	position: relative;
	width: 130px;
}
.perfilSocialTopo .label-letter-name span {
	color: #fff;
	font-size: 24px;
	left: 50%;
	position: absolute;
	text-transform: uppercase;
	top: 48%;
	vertical-align: middle;
	
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}



/*-- --*/


/*-- DADOS DO PERFIL: GERAL --*/
.perfilSocialTopo p a {
	color: #1f91ae;
	display: inline-block;
	font-weight: 600;
}
.perfilSocialTopo .topoEsq {
	float: left;
	position: relative;
	width: 57.3171%;
}
	/*-- Exce��o para usu�rio logado --*/
	.perfil-social .logado .topoEsq {
		width: 65.8537%;
	}
.perfilSocialTopo .topoDir {
	background-color: #fff;
	border: 1px solid #4bcaea;
	float: left;
	padding: 25px 20px;
	width: 40.2439%;
}
 .perfil-social .topoEsq > h3 {
	color: #1f91ae;
	font: 600 22px/120% 'Roboto Slab', sans-serif;
	margin-bottom: 8px;
	width: 100%;
}
.perfil-social .topoEsq h3 .ico-estrela {
	float: left;
	margin-right: 6px;
	width: 22px;
}
.perfil-social .tooltipAssinantes a {
	border: 1px solid #4ccaea;
	color: #1f91ae;
	float: left;
	font: 600 14px/125% "Roboto Slab",serif;
	left: 50%;
	letter-spacing: 0;
	margin: 15px auto 0;
	padding: 8px 10px;
	position: relative;
	
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.perfil-social .tooltipAssinantes a:hover {
	background-color: #1f91ae;
	color: #fff;
}
.perfil-social .topoEsq h3 .tooltipAssinantes .ico-estrela { width: 22px; }
.perfil-social .topoEsq h3 .ico-estrela * { fill: #fcc000; }	

.perfilSocialTopo .topoEsq p {
	color: #969696;
	font: 400 16px/120% 'Source Sans Pro', sans-serif;
	margin: 0;
}
.perfilSocialTopo .topoEsq p .membro {
	color: #969696;
	font-size: 14px;
	margin-left: 20px;
}
.perfilSocialTopo .topoEsq p .membro:before { content: "[ "; }
.perfilSocialTopo .topoEsq p .membro:after { content: " ]"; }

.perfilSocialTopo .topoDir p {
	color: #969696;
	float: left;
	font: 400 15px/125% "Source Sans Pro", sans-serif;
	margin-bottom: 15px;
	width: 100%;
}
.perfilSocialTopo .topoDir > a + p { text-align: center; }

.perfilSocialTopo .topoDir > a {
	border: 1px solid #4ccaea;
	clear: both;
	color: #1f91ae;
	float: left;
	font: 600 14px/125% "Roboto Slab",serif;
	left: 50%;
	letter-spacing: 0;
	margin: 10px 0 20px;
	padding: 8px 10px;
	position: relative;
	
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);	
}
.perfilSocialTopo .topoDir > a:hover {
	background-color: #1f91ae;
	color: #fff;
}

.perfilSocialTopo a.bt-enviar-comentario {
	color: #fff;
	font: 300 14px 'Source Sans Pro', arial, sans-serif;
	float: left;
	margin-right: 2em;
	background-color: #134D86;
	border: 2px solid #336BA2;
	color: #FFFFFF;
	cursor: pointer;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;  
}

/*-- POSICIONAMENTO DO TOOLTIP DE ASSINANTE NA PAGINA DO PERFIL --*/
.perfilSocialTopo .nomePerfilAssinantes:hover .tooltipAssinantes { display: block; }
.perfilSocialTopo .tooltipAssinantes { left: 160px; }

.perfilSocialTopo a.bt-seguir {
	background-color: #fff;
	border: 1px solid #1f91ae;
	color: #1f91ae;
	cursor: pointer;
	display: inline-block;
	font: 400 13px/100% 'Source Sans Pro', sans-serif;
	margin: 20px 20px 0 auto;
	padding: 5px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.perfilSocialTopo a.bt-seguir:hover {
	background-color: #2ea3b4;
	border: 1px solid #2ea3b4;
	color: #fff;
	text-decoration: none;
}
.perfilSocialTopo a.bt-seguir.seguindo {
	background-color: #f5f5f5;
	border: 1px solid #e6e6e6;
	color: #ccc;
	cursor: default;
}	

/*-- DENUNCIAR --*/
.perfilSocialTopo .topoEsq .denunciarPerfil {	
	background-color: #fff;
	border: 1px solid #969696;
	color: #969696;
	cursor: pointer;
	display: inline-block;
	font: 400 13px/100% 'Source Sans Pro', sans-serif;
	margin: 20px 20px 0 auto;
	padding: 5px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.perfilSocialTopo .topoEsq .denunciarPerfil:hover {
	background-color: #a02529;
	border: 1px solid #a02529;	
	color: #fff;	
}
/* ----------- */


/* LISTA PERFIL*/
.listaPerfil {
	float: left;
	margin: 0;
	padding: 0.625em 0;
	width: 100%;
}
.listaPerfil .itemNoticia {
	border: 1px solid #e6e6e6;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}
.listaPerfil .itemNoticia .listaComent { margin-top: 0; }

.listaPerfil h4 { margin-bottom: 20px; }
.listaPerfil h4 a {
	font: 600 16px 'Roboto Slab', sans-serif;
	color: #1f91ae;
	display: inline;
	text-decoration: none;
}
.listaPerfil h4 a:hover { text-decoration: underline; }
.listaPerfil h4 a span {
	color: #969696;
	font: 400 12px 'Source Sans Pro', sans-serif !important;
}

.listaPerfil .listaComentItem { margin-bottom: 0; padding: 20px; }
.listaPerfil .listaComentItem.itemAssinante { padding-bottom: 0; }
.listaPerfil .listaComentItem .itemTexto { width: 88.5% }


/* LATERAL */
.perfil-social .sociabilizacao .subtitulo {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
.perfil-social .sociabilizacao h3 a {
	border-bottom: 2px solid;
	color: #1f91ae;
	font: 600 18px 'Roboto Slab', serif;	
	text-decoration: none;
	text-transform: uppercase;
}
.perfil-social .sociabilizacao h3 .quantidade {
	border: none;
	color: #969696;
	font: 400 13px "Source Sans Pro", arial, sans-serif;
	padding: 0 0.4em;
}
.perfil-social .sociabilizacao h3 .link-todos {
	border: none;
	color: #969696;
	float: right;
	font: 400 12px "Source Sans Pro", arial, sans-serif;
	letter-spacing: 0.65px;
	margin-top: 5px;
	text-decoration: underline;
}
.perfil-social .sociabilizacao h3 .link-todos:hover { text-decoration: none; }


/* BADGES */

	/*-- ABRE TOOLTIP BADGES --*/
	.perfil-social .sociabilizacao ul.lista-lateral.badges li:hover .tooltipBadges {
		display: block;
	}
	/*-- --*/
.perfil-social .sociabilizacao .tooltipBadges p {
    text-align: left;
    padding: 0 0 0 75px;
    margin-bottom: 10px;	
}
.perfil-social .sociabilizacao .tooltipBadges p.badgesTit {
	color: #1f91ae;
	font: 600 16px "Roboto Slab", serif;
}
.perfil-social .sociabilizacao .tooltipBadges p a { color: #1f91ae; }
.perfil-social .sociabilizacao .tooltipBadges p a:hover { text-decoration: underline }
.perfil-social .sociabilizacao .tooltipBadges img {
	border: none;
	float: left;
	height: 60px;
	margin: 0;
	width: 60px;
}

/* SEGUIDORES */
.perfil-social .sociabilizacao .lista-lateral li.mensagem-vazio {
	color: #969696;
	font: 600 12px/14px "Source Sans Pro", arial, sans-serif;
	text-align: center;
	max-width: 100%;
	width: 100%;
}
.perfil-social .sociabilizacao .lista-lateral {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 1em;
	width: 100%;
}
.perfil-social .sociabilizacao .lista-lateral li {
	display: inline-flex;
	margin: 0 12px 12px 0;
	text-align: center;
	width: 60px;
}
.perfil-social .sociabilizacao .lista-lateral li a img {
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	width: 60px;
}
.perfil-social .sociabilizacao .lista-lateral a p {	
	color: #969696;
	font: 400 13px/120% "Source Sans Pro", sans-serif;
	height: 32px;
	overflow: hidden;
	padding: 0;
	text-align: center;	
}
.perfil-social .sociabilizacao .lista-lateral a p:hover { text-decoration: underline; }	
.perfil-social .sociabilizacao .lista-lateral .perfilSocial {
	float: none;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}
.perfil-social .sociabilizacao .lista-lateral .perfilSocial .label-letter-name {
	height: 60px;
	width: 60px;
}

.perfilSocial .c-botao{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	float: left;
	margin: 10px 10px 10px 0;
	border: 2px solid #336BA2;
	background-color: #134d86;  
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

/* TODOS OS SEGUIDOS / BADGES / SEGUINDO */
.perfilSegBadges .menu-lateral li a.selected {
  color: #fff;
  background-color: #134d86;}
	 
.perfilSegBadges {
	float: left;
	margin-top: 1em;
	width: 100%;
} 

.perfilSegBadges .menu-lateral .perfilTopo .perfilTopoImg {
  width: 30%;
  margin:0 1em 0.5em 0;
}

.perfilSegBadges .menu-lateral .perfilTopo .perfilTopoImg img {width:100%;}
.perfilSegBadges .menu-lateral ul {float: left; width: 100%;}
.perfilSegBadges .menu-lateral {padding-right: 25px;}
.conteudoSegBadges {
  width: 76%;
  float: left;
  border-left: 1px solid #e6e6e6;
  padding-left: 25px;
}

.perfilSegBadges .menu-lateral .perfilTopo.perfilTopoListas{
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

.perfilTopo .nomePerfil {
  color: #134d86;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  display: block;  
}

.conteudoSegBadges h4 {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 10px;
  width: 100%;
}

.conteudoSegBadges h4 a {
	border-bottom: 3px solid #134D86;
	color: #134D86;
	display: inline-block;
	font: 600 18px/22px 'Source Sans Pro', sans-serif ;
	margin: 0 ;
	padding: 0 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.conteudoSegBadgesItem li {
  float: left;
  margin: 15px 15px 15px 0;
  max-width: 230px;
  width: 100%;
}

.conteudoSegBadgesItem li div {
  float: left;
  height: 95px;
  margin: 0 10px 0 0;
  max-width: 95px;
  overflow: hidden;
  width: 100%;
}

.conteudoSegBadgesItem li div img {
	width: 100%;
}

.conteudoSegBadgesItem li a {
  color: #134d86;
  font: 600 14px 'Source Sans Pro', sans-serif;
  text-decoration: none;
}

.conteudoSegBadgesItem li p {
  color: #666;
  font: 400 13px/16px 'Source Sans Pro', sans-serif;
}
/*-- --*/

/*-- AJUSTES PARA P�GINA DE OPINI�O --*/
.ed-opiniao .c-opiniao-do-leitor .itemTexto { width: 100%; }
.ed-opiniao .c-opiniao-do-leitor .itemTexto .nomePerfil {
	margin-top: -40px;
	position: relative;
}
.ed-opiniao .c-opiniao-do-leitor .itemTexto .nomePerfil a { padding-left: 65px; }
.ed-opiniao .c-opiniao-do-leitor .itemTexto p { margin-top: 10px; }
.ed-opiniao .c-opiniao-do-leitor .listaComent { margin: 0; }
.ed-opiniao .c-opiniao-do-leitor .listaComent li .itemTexto .tempoPost {
	margin-left: 0;
    display: inline-block;
    padding-left: 65px;
}
/*-- --*/

/*-- P�GINA OPINI�O DO LEITOR --*/
.c-opiniao-do-leitor .subtitulo { margin-bottom: 15px; }

.opiniao-do-leitor .listaComunidade,
.opiniao-do-leitor .listaRankingComentarios,
.opiniao-do-leitor .listaRankingComentarios .itemNoticia  { clear: both; width: 100%; }
.opiniao-do-leitor .listaRankingComentarios .itemNoticia {border: 1px solid #e6e6e6;  padding: 20px; height: 296px;}

.opiniao-do-leitor .comentario-home {
	color: #666;
	font: 400 13px 'Source Sans Pro', sans-serif;
}

.opiniao-do-leitor .listaComunidade .itemNoticia h4 { margin: 0; border-left:solid 1px #4ccaea; padding: 0 0 0 15px; display:table-cell; vertical-align:middle}
.opiniao-do-leitor .listaComunidade .itemNoticia h4 a{font-size:21px}
.opiniao-do-leitor .itemNoticia h4 { display: inline-block; }
.opiniao-do-leitor .itemNoticia h4 a, .opiniao-do-leitor .listaRankingComentarios .itemNoticia h4 a {
	color: #1f91ae;
	font: 600 16px 'Roboto Slab', serif;
}
.opiniao-do-leitor .listaRankingComentarios .itemNoticia h4 a{font-family:'Source Sans Pro', sans-serif}
.opiniao-do-leitor .itemNoticia .num-comentario{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    padding-right:15px;
    }
.opiniao-do-leitor .itemNoticia .num-comentario p{	
    border: 1px solid #e3e3e3;
    font-size: 15px;
    width: 35px;
    padding: 2px 4px;
}
.opiniao-do-leitor .itemNoticia .num-comentario p a{
	font: 200 15px 'Roboto Slab', serif;
    color: #969696;
    }
.opiniao-do-leitor .itemNoticia .num-comentario .balao {
    height: 8px;
    width: 8px;
    transform: rotate(43deg);
    border-bottom: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    background-color: #fff;
    position: relative;
    top: -4.5px;
    left: 20px;
}
.opiniao-do-leitor .listaRankingComentarios .itemNoticia h4 a:hover { text-decoration: underline }
.opiniao-do-leitor .listaRankingComentarios .itemNoticia .listaComent { margin: 0; font-size: 15px;   line-height: 19px; padding:0}


/* -- CSS para estilizar o radiobutton e checkbox -- */
.checkboxButton {
	background:
		url("https://www.gazetadopovo.com.br/public/_imagens/geral/icones-formulario.png")
		no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	height: 18px;
	margin: 0 8px 0 0;
	padding: 0;
	width: 18px;
}

.checkboxButton.hover {
	background-position: -20px 0;
}

.checkboxButton.checked {
	background-position: -40px 0;
}

.checkboxButton.disabled {
	background-position: -60px 0;
	cursor: default;
}

.checkboxButton.checked.disabled {
	background-position: -80px 0;
}

.radioButton {
	background:
		url("https://www.gazetadopovo.com.br/public/_imagens/geral/icones-formulario.png")
		no-repeat -100px 0;
	border: none;
	cursor: pointer;
	float: left;
	height: 18px;
	margin: 0 8px 0 0;
	padding: 0;
	width: 18px;
}

.hover {
	background:
		url("https://www.gazetadopovo.com.br/public/_imagens/geral/icones-formulario.png")
		no-repeat -120px 0;
}

.checked {
	background:
		url("https://www.gazetadopovo.com.br/public/_imagens/geral/icones-formulario.png")
		no-repeat -140px 0;
}

.disabled {
	background:
		url("https://www.gazetadopovo.com.br/public/_imagens/geral/icones-formulario.png")
		no-repeat -160px 0;
	cursor: default;
}

.checked.disabled {
	background:
		url("https://www.gazetadopovo.com.br/public/_imagens/geral/icones-formulario.png")
		no-repeat -180px 0;
}

/* MODAIS */
.modalSociabilizacao {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: calc(50% - 190px);
	height: auto;
	margin: 0;
	max-width: 380px;
	outline: none;
	position: fixed;
	top: 10%;
	width: 100%;
	z-index: 10001;
}

/*-- DIV CONTEUDO --*/
.modalSociabilizacao .modalConteudo {
	font-family: "Source Sans Pro", sans-serif;
	height: 90%;
	padding: 0;
	overflow-y: auto;
	position: relative;
}

.modalSociabilizacao .modalConteudo .modalConteudoMoldura {
	height: 100%;
	overflow-y: auto;
	width: 100%;
}

.modalSociabilizacao .modalConteudo .modalConteudoMoldura .label-letter-name{
	width:45px;
	height: 45px;
}

.modalSociabilizacao .modalConteudo .modalConteudoMoldura>div {
	padding: 0 4%;
}

.modalSociabilizacao h5 {
	border-bottom: 1px solid #e6e6e6;
	margin: 10px 0 20px 0;
	padding: 0 0.75em;
	position: relative;
	width: 100%;
}

.modalSociabilizacao h5 a {
	border-bottom: 3px solid #134D86;
	color: #134d86;
	display: inline-block !important;
	font: 600 18px/20px 'Source Sans Pro', sans-serif !important;
	letter-spacing: -0.025em;
	margin: 0 !important;
	padding: 0 2px;
	text-transform: uppercase;
}

.modalSociabilizacao h5 a:hover {
	text-decoration: none;
}

.modalSociabilizacao h5 a.modalFecha {
	background: url("../../_imagens/icone-bot-fechar.png") no-repeat scroll
		0 0/22px auto transparent;
	border: none;
	height: 24px;
	position: absolute;
	right: 4px;
	top: -4px;
	width: 24px;
}

.modalSociabilizacao h5 a span {
	display: none;
}

.modalSociabilizacao .modal-denuncia div {
	float: left;
	margin: 10px 0;
	width: 100%;
}

.modalSociabilizacao .modal-denuncia div p {
	margin: 0 0 0 30px;
}

#social2_perfil_foto_crop.modalSociabilizacao {
	/*max-width: 100% !important;
	width: auto !important;
	height: auto !important;*/
}

.modalSociabilizacao p {
	color: #666;
	font: 14px 'Source Sans Pro', sans-serif;
	margin-bottom: 2em;
}

.modalSociabilizacao p.destaque {
	color: #134d86;
	font-weight: 600;
}

.modalSociabilizacao form {
	line-height: 30px;
	margin: 10px 0;
}

.modalSociabilizacao input[type='radio'] {
	border: 1px solid #e6e6e6;
	display: none;
	margin: 10px 10px 10px 0;
}

.modalSociabilizacao input.bot-azul {
	clear: both;
	margin: 15px 0 20px;
}

.modalSociabilizacao textarea {
	border: 1px solid #e6e6e6;
	width: 100%;
}

.modalSociabilizacao p.denunciaPolitica {
	border: 1px dotted #e6e6e6;
	border-left: none;
	border-right: none;
	color: #666666;
	font-size: 11px;
	font-weight: 300;
	margin: 2em 0;
	padding: 2px 5px;
}

.modalSociabilizacao p.denunciaPolitica a {
	color: #134d86;
	display: inline !important;
	font-weight: 400;
	text-decoration: underline;
}

.modalSociabilizacao p.formButtonCenter {
	text-align: center;
	width: 100%;
}

.modal02 form p.destaque {
	margin-top: 20px;
}

.modal03 p.destaque {
	margin-bottom: 15px;
}

.modal03 p {
	margin-bottom: 35px;
}

.modal03 a {
	color: #134d86;
	display: inline !important;
}

#social2_background_modal {
	background-color: #000000;
	display: none;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	height: 1000px;
}

.radioButton2 {
	background:
		url("https://www.gazetadopovo.com.br/public/_imagens/geral/icones-formulario.png")
		0 0 no-repeat;
	height: 30px;
	width: 100%;
}

/* correcao crop chrome */

.modalSociabilizacao.modal-foto-crop {
	max-width:none !important;
}

.CancelarFotoPerfil{
color: #666;
display:block;
padding: 1.25em 1em;
font-size: 0.875em;
text-decoration: none;
 
  }

.CancelarFotoPerfil:hover{   
 color:#134d86;
}

.listCarregando,
.formCarregando {
    text-align: center;
    height: 85px;
}

#social2_comentario_form {
  display: inline-block;
  width: 100% ;
}

#social2_comentario_form, #social2_comentario_form {
  outline: none;
  text-decoration: none;
}



/* lateral*/
.lista-ordenada.mais-comentou .label-letter-name,
.lista-ordenada.mais-comentou img {
	  float: left;
	  margin: 0 1em 0 0;
	  max-width: 45px;
	  padding: 5%;
	  width: 100%;
}
.mais-comentou h2 {
	  font-size: 12px;
	  font-weight: 600;
	  color: #134d86;
}


/*****************************************************************************/
/* SOBREPOSI��ES/CORRE��ES PARA O CSS DE BLOGS */
/*****************************************************************************/

#pagina .tooltip h3,
#pagina .tooltip h3 a,
.interno .tooltip h3 a {
	color: #1f91ae;
	font: 600 16px/100% "Roboto Slab",serif !important;
}
.interno .tooltip p {
    color: #6e6e6e;
    font: 400 14px 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
}
.interno .tooltip .tooltipEsq p { margin-left: 65px; }


/*****************************************************************************/
/* RESPONSIVO */
/*****************************************************************************/

/*-- BREAKPOINT 960px --*/
@media screen and (max-width: 960px) {
	.listaComentResposta .listaComentCompartilhe li span.txtOpcoesButs { display: none; }
}

/*-- BREAKPOINT 800px --*/
@media screen and (max-width: 800px) {	
	.nomePerfilAssinantes:hover .tooltipAssinantes { display: none; }
	
	.perfilSocialTopo .topoDir p {
		margin: 15px 0;
		width: 100%;
		display: inline-block;
	}	
	.perfilSocialTopo .topoDir {
		width: 100%;
		margin: 1em 0;
	}  
	.comentForm .listaComunidade, 
	.comentForm .listaRankingComentarios { width: 100%; }	

	.conteudoSegBadgesItem li {
		overflow: hidden;
		margin: 0 0 20px 0;
	}	
	.conteudoSegBadgesItem li { max-width: 50%; }	
}

/*-- BREAKPOINT 768px --*/
@media screen and (max-width: 768px) {
	.comentForm form::after,
	.comentForm form::before { right: 7%; }
	.listaComunidade h4 { margin: 0; }
	.opiniao-do-leitor .listaComunidade .itemNoticia h4 a{font-size:18px}
}

/*-- BREAKPOINT 680px --*/
@media screen and (max-width: 680px) {
	.conteudoSegBadges {
		width: 100%;
		float: left;
		border-left: none;
		padding-left: 0;
	}
	.perfil-social .sociabilizacao { margin: 20px 0 0 0; width: 100%; }
	.perfil-social > .col-8 { margin: 0; width: 100%; }	
	.perfilSocialTopo { margin-top: 20px; }	
	.perfil-webview .perfilSocialTopo { margin-top: 30; }	
	.perfil-social .topoEsq,
	.perfil-social .logado .topoEsq { text-align: center; width: 100%; }
	.perfilSocialTopo .imagemPerfil {
		display: inline-block;
		float: none;
		margin: 0 auto 20px;
	}
	.perfilSocialTopo .topoEsq p .membro { display: block; margin: 0;}
	.perfilSocialTopo .label-letter-name {
	  border-radius: 100%;
	  height: 90px;
	  width: 90px;
	}
	.perfilSocialTopo .nomePerfilAssinantes { display: inline-block; }	
}

/*-- BREAKPOINT ENTRE 580px | 780px --*/
@media screen and (max-width: 780px) and (min-width: 580px) {
	.abas-sociabilizacao .c-cont h2 {
		font-size: 12px;
		font-weight: 600;
		color: #0e4f70;
	}	
	.c-opiniao-do-leitor .label-letter-name, 
	.lista-ordenada.mais-comentou .label-letter-name, 
	.lista-ordenada.mais-comentou img { padding: 2%; }	
}

/*-- BREAKPOINT 580px --*/
@media screen and (max-width: 580px) {
	
	.listaComentCompartilhe li a span { font-size: 2.5em; }	
	.listaComentCompartilhe li a span.txtOpcoesButs { display: none !important; }	
	.conteudoSegBadgesItem li { max-width: 100%; }	
	.comentForm .formResposta { width: 100%; }
	
	.abasSocial li a { font-size: 16px; }
		
	.listaComentItem .perfilSocial { display: none; }
	
	.modalSociabilizacao {
		height: 95%;
		left: 5%;
		max-width: inherit;
		width: 90%;
	}	
	.listaComent li .itemTexto,
	.listaComentResposta,
	.comentForm .abreListaComent,
	.listaPerfil .listaComentItem .itemTexto {
		display: table;
		table-layout: fixed;
		width: 100%;
		word-wrap: break-word;
	}	
	.c-opiniao-do-leitor .label-letter-name,
	.lista-ordenada.mais-comentou .label-letter-name,
	.lista-ordenada.mais-comentou img {
		float: left;
		margin: 0 1em 0 0;
		max-width: 45px;
		padding: 4% 0;
		width: 100%;
	}
	.tooltipAssinantes { width: 100%; }
	.listaRankingComentarios .tooltip,.listaRankingComentarios .perfilSocial:hover .tooltip {display:none}
}

/*-- BREAKPOINT 420px --*/
@media screen and (max-width: 420px) {
	.comentForm textarea.campoComentResposta {
		float: none;
		width: 100%;
	}
	.listaComent li .formResposta .resposta {
		display: block;
		float: none;
		margin: 10px auto 5px;
		width: 100px;
	}
	.itemTexto.itemTextoAssinante p { width: 85%; }
}

@media screen and (max-width: 340px) {	
	.comentForm textarea.campoComentResposta { width: 75%; }	
	.listaComent li .resposta { width: 22%; }
}