/** AJUSTES DO CSS COMPARTILHE SOCIAL QUANDO DENTRO DE BLOGS **/
#pagina .c-compartilhe-social a.whatsapp {display: none;}

@media screen and (max-width:580px) {
	#pagina .c-compartilhe-social a.whatsapp {display: inline;}
}

@media screen and (max-width:480px) {
	.gp-cont .c-img {
	    margin-right: 0;
	    width: 100%;
	}
	.c-compartilhe-social-vertical .c-compartilhe-social { width: 100%; }
	.c-compartilhe-social a.bt-compartilhar {
		background-size: 32px auto;
	    color: #134d86;
	    display: inline;
	    float: left;
	    font-family: "Open Sans",sans-serif;
	    font-size: 0.75em;
	    height: 34px;
	    margin: 0 10px 0 0;
	    min-width: 34px;
	    padding: 0 0 0 36px;
	    text-decoration: none;
	    width: auto;	
	}
	.c-compartilhe-social a.bt-compartilhar span { display:none; }
	.c-compartilhe-social a.whatsapp {
		background-position: 0 0;
		display: block;
	}	
	.c-compartilhe-social a.facebook {
		background-position: 0 -59px;
	}
	.c-compartilhe-social a.twitter {
		background-position: 0 -118px;
	}
	.c-compartilhe-social a.google-plus {
		background-position: 0 -177px;
	}
	.c-compartilhe-social a.comentarios {
		/*background: url("../_imagens/sprite-icones-conteudo.png") no-repeat scroll 0 -316px / 37.5px 600px;*/
		background: no-repeat scroll 0 -316px / 37.5px 600px;
		font-size: 1em;
		margin: 0;
		padding: 0.4em 0 0 2.2em;
		text-align: right;
		text-decoration: none;
		width: auto;
	}
}