.c-ferramentas-conteudo {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	display: inline-block;
	margin-bottom:10px;
	width: 100%;
}
.c-ferramentas-conteudo ul {
	display: table;
	width: 100%;
}
.c-ferramentas-conteudo li {
	display: table-cell;
	text-align: center;
	padding: 5px 0;
	position: relative;
	vertical-align: middle;
	width: 25%;
	z-index: 1;
	opacity:0.65;
}
.c-ferramentas-conteudo li.item-ativo {
    border: 1px solid #1f91ae;
    border-bottom-color: #fff;
}
.c-ferramentas-conteudo li a {
	/*opacity:0.75;*/
	color: #8c8c8c;
	font-family: "PT Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 0.5px;
	outline: none;
	padding: 0 0 0 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: -2px;
}
.c-ferramentas-conteudo li a .ico-ferramentas {	
    left: 0;
    position: absolute;
    top: 0;
	width: 20px;	
}
.c-ferramentas-conteudo li a .ico-ferramentas.imprimir,
.c-ferramentas-conteudo li a .ico-ferramentas.comunique-erros { top: -2px; }
.c-ferramentas-conteudo li a .ico-ferramentas.fale-conosco { left: -2px; width: 22px; }

.c-ferramentas-conteudo li a .ico-ferramentas path,
.c-ferramentas-conteudo li a .ico-ferramentas rect { fill: #1f91ae; }

.c-ferramentas-conteudo li:hover { text-decoration: underline; opacity:1; }


/* --------- Componente Abas ------------- */
.c-abas {
	position: relative;
	border-top: 1px solid #E3E4E4;
	display: inline-block;
	float: left;
	font-family: 'PT Sans';
	margin-bottom: 8%;
	width: 100%;
}

.c-abas .c-aba {
	float: left;
	width: 100%
}

.c-abas .c-titulo {
	cursor: pointer;
	margin-bottom: 0;
	color: #134D86;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0.4em;
	font-size: 1em;
}

.c-abas .c-titulo a {
	display: block;
}

.c-abas .c-titulo:hover {
	text-decoration: none;
	border-bottom: solid 2px #134D86;
}

.c-abas .c-cont {
	width: 100%;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #E3E4E4;
}

.c-abas .c-chamada {
	border-top: none;
	padding-top: 0;
	margin: 0
}

.c-abas .aba-ativa .c-titulo {
	border-bottom: solid 2px #134D86;
}

.tabs-2 .c-titulo {
	/*width: 50%;*/
}

.tabs-3 .c-titulo {
	width: 33%;
}

.tabs-4 .c-titulo {
	width: 25%;
}

.tabs-2 .c-cont li,
.tabs-3 .c-cont li {
	display: inline-block;
	border-bottom: 1px dotted #CCC;
	padding: 5px 0 5px 0;
	width: 100%;
}

.tabs-2 .c-cont li a,
.tabs-3 .c-cont li a,
.tabs-2 .c-cont li article {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	line-height: 130%;
	font-size: 12px;
}

.tabs-2 .c-cont li a:hover,
.tabs-3 .c-cont li a:hover {
	text-decoration: underline;
}

.tabs-2 .c-cont span,
.tabs-3 .c-cont span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 4em;
	font-size: 13px;
}

.tabs-2 .c-cont span img,
.tabs-3 .c-cont span img {
	width: 70%;
	border: 1px solid #DFDEDE;
	padding: 0.2em;
}

.tabs-2 .c-cont .comments,
.tabs-3 .c-cont .comments {
	font-size: 100%;
	color: #666;
	display: block;
	text-align: left;
	font-weight: normal;
}

.tabs-2 .aba2 {
	position: absolute;
	right: 0px;
	top: 0;
}

.tabs-3 .aba2 {
	position: absolute;
	left: 26%;
	top: 0;
}

.tabs-3 .aba3 {
	position: absolute;
	right: 0px;
	top: 0
}

.ballon {
	background: #ededed;
	position: relative;
	width: 78%;
	height: 25px;
	text-align: center;
	line-height: 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	margin: 0 auto 0.3em
}

.ballon:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 11px;
	border: 0;
	border-right-width: 15px;
	border-bottom-width: 10px;
	border-style: solid;
	display: block;
	width: 0;
	border-color: transparent #ededed;
}

.social {
	height: 21em;
	width: 300px;
	margin-top: 0;
	margin-bottom: 25px
}

.social .c-titulo {
	font-size: 0.750em;
	padding: 0.7em 0.1em 0.7em 2.2em;
}

.social .fb {
	background-image: url("../../_imagens/sprite-icones-sociais.png");
	background-repeat: no-repeat;
	background-position: 0 -40px;
	background-size: 24px auto;
	width: 92px;
}

.social .tw {
	background-image: url("../../_imagens/sprite-icones-sociais.png");
	background-repeat: no-repeat;
	background-position: 10px -84px;
	background-size: 24px auto;
	left: 33%;
}

.social .inst {
	background-image: url("../../_imagens/sprite-icones-sociais.png");
	background-repeat: no-repeat;
	background-position: 0 -172px;
	background-size: 24px auto;
}
/*-- Exce��es para IE --*/
.ie8 .social .fb {
	background-image: url("../../_imagens/sprite-icones-sociais_IE.png");
	background-repeat: no-repeat;
	background-position: 0 -42px;
	width: 92px;
}
.ie8 .social .tw {
	background-image: url("../../_imagens/sprite-icones-sociais_IE.png");
	background-repeat: no-repeat;
	background-position: 10px -88px;
	left: 33%;
}
.ie8 .social .inst {
	background-image: url("../../_imagens/sprite-icones-sociais_IE.png");
	background-repeat: no-repeat;
	background-position: 0 -180px;
}
/*--*/



.social .fb_iframe_widget iframe {
	position: relative
}

.autores .c-cont li {
	width: 100%;
	display: table;
	border-bottom: none
}

.autores .p-chamada .c-img {
	float: left;
	margin: 0 4% 0 0;
	width: 26%;
}

.c-sobretitulo span a{
	color: #FFFFFF;
}

.autores .c-sobretitulo {
	font-size: 0.8em
}

.autores .c-tit-autores {
	color: #000;
	font-weight: 600;
	text-transform: none;
	font-size: 120%;
	padding-bottom: 4%;
}

.autores .link-ver-mais {
	border-top: 1px dotted #CCC;
}

.colunistas .c-cont li {
	padding: 10px 0 0;
	border-bottom: 1px dotted rgb(204, 204, 204);
}

.colunistas .c-img img {
	display: table-cell;
	vertical-align: bottom
}

.colunistas .link-ver-mais {
	border-top: none;
}

.tabs-2 li a.link-ver-mais {
	border-bottom: 1px dotted #CCC;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	color: #108CBF;
	font-size: 12px;
	display: block;
	line-height: 0.3em
}

.tabs-3 li a.link-ver-mais {
	border-bottom: 1px dotted #CCC;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	color: #108CBF;
	font-size: 12px;
	display: block;
	line-height: 0.3em
}

.gp-lateral .c-abas:first-child {
	border-top: 0
}

.abas-sociabilizacao .c-titulo {
	font-size: 0.9em
}

.abas-sociabilizacao .t-lidas {
	width: 75px;
	margin-right: 0.3em
}

.abas-sociabilizacao .t-comentadas {
	margin-left: 0.2em;
	margin-right: 0.2em;
	width: 113px
}

.abas-sociabilizacao .t-quem-mais-comentou {
	width: 101px
}

.abas-sociabilizacao .mais-comentou span.comments{
	width:auto;
}

.c-abas .maislidas li article {
	display: table-cell;
	vertical-align: middle;
}

.aba-ultimas .c-cont li { padding: 10px 0; }
.aba-ultimas .c-cont li:last-child {
	border-bottom: none
}

.aba-ultimas .c-cont li h2 { font-weight: 600; }

.aba-ultimas .c-titulo {
	/*width: 25%;*/
	padding: 0.4em 0;
}

/*c-formulario*/
/*-- FORMUL�RIO DA NOVA GAZETA --*/
.c-formulario-conteudo {
    border: 1px solid #1f91ae;	
	display: table;
	margin: 0 auto 30px;
	padding: 30px;
	position: relative;
	top: -1px;
	width: 66%;
}
.c-formulario-conteudo .campos-combo {
	border-bottom: 1px solid #e7e7e7;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.c-formulario-conteudo .campos-combo.mensagem,
.c-formulario-conteudo .campos-combo.checkboxes { 
	border-bottom: none;
}
.c-formulario-conteudo label {
	color: #006096;
	float: left;
	font: 600 16px "PT Sans", serif;
	text-transform: uppercase;
	width: auto;
}
.c-formulario-conteudo input[type=text] {
	border: none;
	color: #6e6e6e;
	float: right;
	font: 400 17px "PT Sans", serif;
	text-transform: none;
	width: 75%;
}
.c-formulario-conteudo textarea {
	background-color: #f5f5f5;
	border: none;
	color: #6e6e6e;
	float: left;
	font: 400 17px "PT Sans", serif;
	margin-bottom: 5px;
	text-transform: none;
	width: 100%;
}
.c-formulario-conteudo .legenda {
	color: #969696;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	width: auto;	
}
.c-formulario-conteudo .bt-form-fechar {
	background: none;
	color: #1f91ae;
	cursor: pointer;
	float: right;
	font: 400 18px "PT Sans", sans-serif;
	display: inline-block;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	width: auto;
}
.c-formulario-conteudo .bt-form-fechar .ico-fechar {
	float: left;
	margin-right: 8px;
	position: relative;
	top: 3px;
	width: 18px;
}
.c-formulario-conteudo .bt-form-fechar .ico-fechar polygon { fill: #1f91ae; }

.c-formulario-conteudo .bt-busca {
	background-color: #1f91ae;
	border: none;
	bottom: -17px;
	color: #fff;
	cursor: pointer;
	font: 400 20px "PT Sans", sans-serif;
	left: 50%;
	letter-spacing: 0.9px;
	padding: 3px 8px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}
.c-formulario-conteudo .recaptcha_only_if_image,
.c-formulario-conteudo .recaptcha_only_if_audio { color: #006096; }

.c-formulario-conteudo #responsive_recaptcha .options a {
    background-color: #fff;
    color: #006096;
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    padding: 0.5em;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.c-formulario-conteudo #responsive_recaptcha .options a:last-child { border-color: #e7e7e7; }


/*-- CHECKBOX PERSONALIZADO --*/
.c-formulario-conteudo input[type=checkbox] { visibility: hidden; }

.c-formulario-conteudo .checkbox-1 {
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #bebebe;
	float: left;
	margin: 0 10px 0 0;

	-webkit-box-shadow: 2px 2px 0 #bebebe;
	-moz-box-shadow: 2px 2px 0 #bebebe;
	box-shadow: 2px 2px 0 #bebebe;
	position: relative;
}
.c-formulario-conteudo .checkbox-1 label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 2px;
	top: 2px;
}
.c-formulario-conteudo .checkbox-1 label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 11px;
	height: 7px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 3px solid #1f91ae;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-formulario-conteudo .checkbox-1 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.c-formulario-conteudo .checkbox-1 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.c-formulario-conteudo .campos-combo.checkboxes .legenda {
	margin-top: 4px;
	color: #006096;
	font-size: 16px;
	text-transform: none;
}

/*-- SELECT PERSONALIZADO --*/
.c-formulario-conteudo .campos-combo.escolha { border: none; }

.c-formulario-conteudo .campos-combo.escolha .select-decor {
	float: left;
	position: relative;
	top: -5px;
}
.c-formulario-conteudo .campos-combo.escolha .select-decor::after {
    border: none;
    color: #1f91ae;
    content:'\2039\203A';
    font: 700 24px/0 "PT Sans", sans-serif;
    padding: 0;
    pointer-events:none;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);

    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    z-index: 2;
}

.c-formulario-conteudo .campos-combo.escolha select {
	background: #fff;
	border: 1px solid #1f91ae;
	color: #006096;
	cursor:pointer;
	float: left;
	font: 15px "PT Sans", sans-serif;	
    padding: 3px;
    margin: 0 0 0 20px;
    outline: none;
    width: auto;  

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-box-shadow: 2px 2px 0 #1f91ae;
	-moz-box-shadow: 2px 2px 0 #1f91ae;
	box-shadow: 2px 2px 0 #1f91ae;
}

/*	Targetting Webkit browsers only,
	FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.c-formulario-conteudo .campos-combo.escolha select { padding-right: 18px; }
}
.c-formulario-conteudo .ico-positivo {
	float: left;
	width: 70px;
}
.c-formulario-conteudo .ico-positivo path { fill: #1f91ae; }

.c-formulario-conteudo .formulario-obrigado { 
	float: left;
	margin: 0 0 0 18%;
	padding: 0 0 20px;	
}

.c-formulario-conteudo .formulario-obrigado p {
	clear: right;
	color: #006096;
	float: left;
	font: 700 18px "PT Sans", sans-serif;
	margin: 16px 0 0 30px;
	text-align: left;
}
.c-formulario-conteudo .formulario-obrigado p span {
	display: block;
	font: 400 18px "PT Sans", sans-serif;
}
/*-- FIM DO CSS DO NOVO FORMUL�RIO --*/


.c-formulario {
	float: left;
	width: 100%;
	margin-top: 20px;
	}
	
.c-formulario fieldset {
	background: url(../../_imagens/bg-c-publi.png) 0 0 repeat;
	padding: 1.5em 3.0em;
	width: 100%;
	}
	
.c-formulario label {
    clear: both;
    display: block;
    width: 100%; 
    color: #134D88;
    margin-bottom: 8px;
}

.c-formulario input, .c-formulario select {
	background-color: #ffffff;
    border: 1px solid #dfdede;
    color: #134d86;
    display: block;
    font-family: "PT Sans",sans-serif;
    height: auto;
    margin: 0 0 20px;   
    padding: 8px 5px;
    width: 100%;
}

.c-formulario select {
    padding: 8px;
}

.c-formulario button {
	background-color: #134d86;
    border: 2px solid #336ba2;
    color: #fff;
    cursor: pointer;
    font-family: "PT Sans",sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 15px;
    text-transform: uppercase;
}


.c-formulario textarea {width: 100%; height: 100px;}

.c-formulario legend{color: #134D88; float: left; margin-bottom: 20px; font-weight: 600; font-size: 20px;}
    

.c-formulario .radio {
	display: inline-block;
    margin: 3px 3px 20px 0;
    width: 20px;
    }
    

.c-formulario .labelradio {display: inline-block; width: 20%; color: #666; font-size: 14px;}


.c-formulario .legenda {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px;
    }
    
 .c-formulario .checkbox {
 float: left;
    width: 20px;
    }
    
.c-formulario .bt-form-fechar {
  	background: url("../../_imagens/icone-bot-fechar.png") no-repeat scroll 0 0/25px auto transparent;
    cursor: pointer;
    float: right;
    display: block;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    }
    
    
    
/*c-compartilhe-social*/
.c-compartilhe-social {
	float: left;
	margin: 0.25em 0 1em;
	padding: 0.4em 0;
	width: 100%;
}
.c-compartilhe-social a {
	background: url("../../_imagens/sprite-icones-sociais.png") 0 0 no-repeat;
	background-size: 24px auto;
	color: #6e6e6e;
	float: left;
	font-family: "PT Sans", sans-serif;
	font-size: 12px;
	height: 25px;
	margin: 0 10px 0 0;
	min-width: 25px;
	padding: 6px 0 0 32px;
	text-decoration: none;
	width: auto;
}
.c-compartilhe-social a.bt-compartilhar span {
	background-color: #ffffff;
	border: 1px solid #dfdede;
	font-size: 0.95em;
	padding: 0 6px;
	position: relative;
	top: 4px;
}
.c-compartilhe-social a.bt-compartilhar span:after,
.c-compartilhe-social a.bt-compartilhar span:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.c-compartilhe-social a.bt-compartilhar span:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.c-compartilhe-social a.bt-compartilhar span:before {
	border-color: rgba(223, 222, 222, 0);
	border-right-color: #dfdede;
	border-width: 7px;
	margin-top: -7px;
}
.c-compartilhe-social a.whatsapp {
	background-position: 0 0;
	display: none;
}
.c-compartilhe-social a.facebook {
	background-position: 0 -44px;
}
.c-compartilhe-social a.twitter {
	background-position: 0 -88px;
}
.c-compartilhe-social a.google-plus {
	background-position: 0 -132px;
}
.c-compartilhe-social a.webview { 
	background-position: 0 -354px;
	display: none;
}
/*.c-compartilhe-social.c-compartilhe-blogs a.webview { display: none !important; }*/

.c-compartilhe-social a.comentarios {
	background: url("../../_imagens/sprite-icones-conteudo.png") 0 -208px no-repeat;
	background-size: 25px auto;
	margin: 0;
	padding: 0.5em 0 0 2em;
	text-align: right;
	width: auto;
}
.c-compartilhe-social a.comentarios:hover {
	text-decoration: underline;
}

.c-compartilhe-social-vertical .c-compartilhe-social {
	display: inline-block;
	float: none;
	min-width: none;
	padding-right: 1.5em;
	width: auto;
}

/*-- Exce��es para o IE --*/

.ie8 .c-compartilhe-social a {
	background: url("../../_imagens/sprite-icones-sociais_IE.png") 0 -1px
		no-repeat;
	height: 26px;
}

.ie8 .c-compartilhe-social a.facebook {
	background-position: 0 -45px;
}
.ie8 .c-compartilhe-social a.twitter {
	background-position: 0 -91px;
}
.ie8 .c-compartilhe-social a.google-plus {
	background-position: 0 -137px;
}
.ie8 .c-compartilhe-social a.webview {
	background-position: 0 -280px;
	display: none;
}
.ie8 .c-compartilhe-social a.comentarios {
	background: url("../../_imagens/sprite-icones-conteudo_IE.png") 0 -208px
		no-repeat;
}

/*-- NOVO COMPARTILHE--*/
.lateral-esq-materia .c-compartilhe-materia {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.c-compartilhe-materia a {
	color: #6e6e6e;
	display: block;
	font-family: "PT Sans",sans-serif;
	font-size: 12px;
	min-width: 25px;
	text-decoration: none;
	width: 30%;
}
.c-compartilhe-materia a + a {
	border-top: 1px solid #e6e6e6;
	margin-top: 15px;
	padding-top:  15px;
}
.c-compartilhe-materia a svg {
	height: 25px;
	width: 25px;
}
.c-compartilhe-materia a svg path,
.c-compartilhe-materia a svg polygon { fill:#6e6e6d; }


/*-- GERAL --*/
.c-compartilhe-materia a.bt-compartilhar span {
	color: #cccccc;
	display: block;
	font-size: 14px;
	margin: 2px 0 0;
	width: 50%;
}
.c-compartilhe-materia a.bt-compartilhar span:before { content: " ["; }
.c-compartilhe-materia a.bt-compartilhar span:after  { content: "] "; }

/*-- WEBVIEW --*/
.c-compartilhe-materia a.webview { display: none; }
.c-compartilhe-materia a.webview .ico-webview { width: 22px; }
.c-compartilhe-materia a:hover .ico-webview path { fill:#1f91ae; }

/*-- WHATSAPP --*/
.c-compartilhe-materia a.whatsapp {
	background-position: 0 0;
	display: none;
}
.c-compartilhe-materia a:hover .ico-whatsapp path {
	fill:#409a59;
	fill-rule: evenodd;
}

/*-- FACEBOOK --*/
.c-compartilhe-materia a.facebook { 
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.c-compartilhe-materia a:hover .ico-facebook path { fill: #38558f; }

/*-- TWITTER --*/
.c-compartilhe-materia a.twitter { }
.c-compartilhe-materia a:hover .ico-twitter path { fill: #549ED6; }

/*-- GOOGLE PLUS --*/
.c-compartilhe-materia a:hover .ico-google-plus path,
.c-compartilhe-materia a:hover .ico-google-plus polygon {
	fill: #b44f42;
	fill-rule: evenodd;
}

/*-- LINKED IN --*/
.c-compartilhe-materia a:hover .ico-linked-in path { fill: #00659d; }

/*-- E-MAIL --*/
.c-compartilhe-materia a:hover .ico-email path { fill: #1f91ae; }

/*-- COMENT�RIOS --*/
.c-compartilhe-materia a.comentarios { 
	float: left;
	width: 100%;
}
.c-compartilhe-materia a.comentarios span:first-child {
	display: block;
	margin-bottom: 4px;
}
.c-compartilhe-materia a.comentarios svg + span { 
	color: #cccccc;
	font-size: 14px;
	left: 4px;
	position: relative;
	top: -10px;
}
.c-compartilhe-materia a.comentarios .comentarios-texto { font-size: 14px; }
.c-compartilhe-materia a.comentarios:hover,
.c-compartilhe-materia a.comentarios:hover .ico-comentarios,
.c-compartilhe-materia a.comentarios:hover .ico-comentarios polygon { fill: #1f91ae; }

/*conteudo*/
.gp-linha-grid{display:block}

/*-- COMPONENTE MULTIMIDIA --*/
body.conteudo { overflow-x: hidden; }

.gp-cont .c-multimidia {
	margin: 30px 0 30px -17.0731%;
	text-align: left;
	padding: 30px 0;
	position: relative;
	width: 170%; /*-- Corresponde a 10 colunas --*/
}
.gp-cont .c-multimidia span.bg-multimidia {
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
	height: 100%;
	margin: 0 -9999rem;
	padding: 0 9999rem;
	position: absolute;
	top: 0;	
	z-index: -1;
}
/*----------------------------------------------*/

.gp-cont {
	float: left;
	font-family: "PT Sans", sans-serif;
	margin: 0 0 50px 0;
	width: 100%;
}

/*-- CABE�A DA MAT�RIA --*/
.gp-cont-cabeca {
	border-top: 1px solid #006096;
	text-align: center;
	margin: 0 auto 40px;
	width: 100%;
}
.gp-cont-cabeca .col-8 {
	text-align: center;
	margin: 0 auto;	
}
.gp-cont-cabeca .c-sobretitulo {}
.gp-cont-cabeca .c-sobretitulo span {
	background-color: #006096;
	color: #fff;
	display: inline-block;
	font-family: "PT Sans",sans-serif;
	font-size: 13px;
	padding: 5px;
	text-transform: uppercase;
}
.gp-cont-cabeca .c-titulo {
	clear: both;
	float: none;
	font: 600 36px/120% "PT Sans", serif;
	margin: 30px auto 20px;
	width: 100%;
	color:#333333;
}
.gp-cont-cabeca .c-titulo:hover {
    text-decoration: none;
}
.gp-cont-cabeca .c-sumario {
	color:#5a5a5a;
    font-family: "PT Sans" ,sans-serif;
    font-size: 16px;
    line-height: 125%;
    margin: 0 auto 20px;
    width: 100%;	
}
.gp-cont-cabeca .c-sumario:hover {
    text-decoration: none;
}
.gp-cont-cabeca p.texto-ed-impressa {
	color: #b4b4b4;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
.gp-cont-cabeca .c-creditos { width: 100%; }

/*-- �cone BBC --*/
.ico-bbc {
	background-color: #900d0c;
	height: 32px;
	margin-top: -1px;
	padding: 10px 10px;
	position: relative;
	width: 120px;
}
.ico-bbc path { fill: #fff; }

/*-- Imagem cabe�a mat�ria --*/
.c-img-cabeca-materia {
	border-top: 1px solid #e6e6e6;
	margin: 0 0 -3px;
	padding-top: 30px;
}
.c-img-cabeca-materia img { width: 100%; }

.gp-cont-cabeca .c-img img { width: 100%; }

.gp-cont .gp-cont-cabeca .topo-multimidia { padding: 40px 0 20px; }

.gp-cont .c-img-info {
	color:#a0a0a0;
    font-family: "PT Sans" ,sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 125%;
    margin: 0 0 25px 0;
    text-align: right;
    width: 100%;
}
.gp-cont .c-img-info .c-img-credito::before {
	content: " Foto: ";
}
.gp-cont .c-img-info .c-legenda + .c-img-credito::before {
	content: " - Foto: ";
}
/* --- */

/*-- CR�DITOS --*/
.c-creditos {
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;	
    margin: 0 auto 30px;
    width: 70%;
    padding: 5px 0;
}
.c-creditos ul { display: inline-block; }
.c-creditos li {
	color: #5a5a5a;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding-right: 6px;
}
.c-creditos li + li { padding-left: 6px; }
.c-creditos .procedencia { border-right: 1px solid #e6e6e6; }
.c-creditos .c-autor span + .c-pedigree::before {
	content: "\00b8\00a0";
	margin-left: -4px;
}
.c-creditos .data-atualizacao { 
	color: #b4b4b4;
	font-style: italic;
}
/*-------*/

/*-- CABE�A DO COLUNISTA --*/
.c-cabeca-especial {
	float: left;
	margin: 0;
	position: relative;
	width: 100%;	
}
.c-cabeca-especial .c-img {
	display: table-cell;
	position: relative;
	vertical-align: bottom;
	width: 85px;
}
.c-cabeca-especial .c-img::after {
	border-left: 1px solid #1f91ae;
	content: " "; 
	float: left;
	width: 0;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.c-cabeca-especial .c-img img {
	bottom: -2px;
	position: relative;
	width: 100%;
}
.c-cabeca-especial h3 {
	display: table-cell;
	padding-left: 12px;
	vertical-align: bottom;
	width: auto;	
}
.c-cabeca-especial h3 .cabeca-titulo {
	color: #1f91ae;
	font: 700 26px "PT Sans", sans-serif;
}
.c-cabeca-especial h3 .ver-mais {
	color: #6e6e6e;
	font-size: 12px;
	letter-spacing: 0.8px;
	margin: 0 0 0 15px;
}

.gp-cont .texto-materia { min-height: 600px; }

.gp-cont .texto-materia p, .gp-cont .content div, .gp-cont .texto-materia header{
    font-size: 17px;
    color: #484848;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 150%;
}

.gp-cont .texto-materia p {
	margin: 0 0 10px 0 !important;
}

.gp-cont .texto-materia p strong, .gp-cont .texto-materia p b{
		font-weight:bold;
}

.gp-cont .texto-materia p img, .gp-cont .texto-materia img{
	max-width:100% !important;
	height:auto;
	/*float:left !important;*/
	text-align:center;
}

.img-content img{
	/*width:336px;*/
	/*opacity:0.85;*/
	width:100%;
	height:auto;
}

.img-content img:hover{
	/*width:336px;
	height:auto;
	opacity:1;*/
}

.gp-cont .texto-materia .content li{
	font-size: 19px;
    color: #484848;
	line-height: 150%;
    font-family: 'PT Sans',Arial,sans-serif;
    padding: 10px 0 10px 10px;
	list-style-type: square;
}

table.fulltable{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    cellspacing:0;
    border:0;
}
table.fulltable td{
    padding:0 0 20px 0;
    vertical-align: top;
}

.content table{
    border-collapse:collapse;
    border:none;
    font-size:14px;
    table-layout:fixed;
    margin-bottom:25px;
    color: #505050;
}
.content table th,.content table td{
    padding:10px;
    border:1px solid #ddd;
    font-weight:normal;
    text-align:left;
    vertical-align:middle;
}
.content table tr:first-child{
    background-color: #fafafa;
    color: #202020;
}

.gp-cont .texto-materia .content ul, .gp-cont .texto-materia .content ol{
    margin-left: 22px;
}

.gp-cont .texto-materia h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'PT Sans',Arial,sans-serif;
    margin: 20px auto 15px;
}

.gp-cont .texto-materia h3 {
    /*color: #006096;*/
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.gp-cont .texto-materia h4 {
    /*color: #006096;*/
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 26px 0 15px 0;
}

.gp-cont .texto-materia h5 {
    /*color: #006096;*/
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 22px 0 12px 0;
}

blockquote {
    font: italic 19px/24px 'PT Sans',Arial,sans-serif;
    padding: 20px;
    line-height: 1.8em;
    color: #0066b3;
    width: 100%;
    margin: 20px 0;
    quotes: "\201C""\201D""\2018""\2019";
	border:1px solid;
}

/*blockquote::before {
    content: "“";
    font-size: 50px;
    font-family: "PT Sans";
    color: rgb(90, 125, 171);
    position: absolute;
    display: block;
    left: -35px;
    top: 20px;
}*/

blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    vertical-align: -.4em;
    float: left;
    margin-top: 30px;
    padding-right: .3em;
}

blockquote:after {
    content: close-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .1em;
    vertical-align: -.4em;
    float: right;
}

.gp-cont .texto-materia > p + p { margin-top: 0.75em; }

/* Troca de cor do texto selecionado */
.gp-cont .texto-materia *::selection {
	background: #2ea3b4;
	color: #fff;
}
	/* Excecao para o firefox */
	.gp-cont .texto-materia *::-moz-selection {
		background: #2ea3b4;
		color: #fff;
	}
/*---*/

.gp-cont p b, .gp-cont p strong, .gp-cont b, .gp-cont strong { font-weight: 600; }
.gp-cont p i { font-style: italic; }
.content {margin-top:-10px;}
.content p a, .content li a, .content div a{
    border-bottom: 1px dotted #1f91ae;  !important;
    color: #1f91ae; !important;
    padding: 0 0 0.0625em;!important;
    text-decoration: none;!important;
}
.gp-cont p a:hover { border-bottom: 1px solid #1f91ae; }
.c-intertitulo {
    color: #006096;	
    font-family: "PT Sans" ,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 16px 0 10px 0;	
}
.meia-largura + .c-intertitulo { margin-top: 26px; }

.c-subtitulo-1 {
    color: #006096;
    font-family: "PT Sans" ,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0 10px 0;
}

.gp-cont .gp-cont-cabeca .c-img {
	margin: 0;
	position: relative;
	/*width: 100%;*/	
}

.gp-cont .c-img {
	display: block;
    margin-bottom: 1.5em;
    width: auto;
}

.gp-cont .c-img img { width: 100%; }
.gp-cont .c-img-vertical {
    float: right;
    margin-left: 1em;
    width: 44%;
}

.gp-cont p.c-entrevista-perg {
	font-weight: bold;
	margin-bottom: 0;
}
.gp-cont p.c-entrevista-resp {
	margin: 0.25em 0 auto 0;
}

.c-procedencia {
	color: #134D86;
	font-family: "PT Sans", sans-serif;
	font-size: 0.6875em;
	margin: 0.75em 0 0;
	text-transform: uppercase;
	width: 100%;
}
.gp-cont .gazeta-do-povo { font-weight: bold; }

/* CITA��O E FRASE */
.c-citacao,
.c-frase {
	background-color: #fff;
	border: none;
	display: table;
	margin: 12px auto 12px;
	max-width: 500px;
	padding: 20px 0;
	position: relative;
}
.c-citacao::before,
.c-frase::before {
	content: url("../_imagens/icone-abre-aspas.svg");
	position: absolute;
	top: -2px;
	left: -40px;
	width: 35px;
}
.c-citacao::after,
.c-frase::after {
	content: url("../_imagens/icone-fecha-aspas.svg");
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 35px;
}
.gp-cont .c-citacao p,
.gp-cont .c-frase p {
	color: #1f91ae;
	font-family: "PT Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}
.gp-cont .c-citacao p { font-style: italic; }
.gp-cont .c-frase p { font-weight: 600; }

.c-creditos .c-autor span{
	color: #006096;
}

.c-autor span a{
	color: #006096;
}

.gp-cont .c-citacao .c-autor,
.gp-cont .c-frase .c-autor {
	color: #969696;
	display: block;
	font-family: "PT Sans", serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.gp-cont .c-citacao .c-pedigree,
.gp-cont .c-frase .c-pedigree {
	color: #969696;
	font-family: "PT Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.texto-materia .c-pedigree {
	color: #000;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}
.texto-materia .c-autor {
	color: #134d86;
	/*display: block;*/
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
}
.c-pedigree .c-autor {display: inline;}


/* LISTA ORDENADA (OL) */
.c-lst-ordenada {
	margin: 1.25em 2em 2em;
}
.c-lst-ordenada li {
	color: #5a5a5a;
	counter-increment: numero-item;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 16px;
}
.c-lst-ordenada li::before {
	color: #1f91ae;
	content: counter(numero-item)".";
	margin-right: 5px;
	font-family: "PT Sans", sans-serif;
	font-weight: 600;
}
.c-lst-ordenada li a {
    border-bottom: 1px dotted #1f91ae;  
    color: #1f91ae;
    padding: 0;
    text-decoration: none;
}
.c-lst-ordenada li a:hover { border-bottom: 1px solid #1f91ae; }

/* LISTA NAO ORDENADA (UL) */
.c-lst-nao-ordenada { 
	list-style-type: disc;
	margin: 1.25em 2em 2em;
}
.c-lst-nao-ordenada li {
	color: #5a5a5a;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 16px;
}
.c-lst-nao-ordenada li::before {
	background-color:; 
	border-radius: 5px;
	height: 5px;
	width: 5px;	
}
.c-lst-nao-ordenada li a {
    border-bottom: 1px dotted #1f91ae;  
    color: #1f91ae;
    padding: 0;
    text-decoration: none;
}
.c-lst-nao-ordenada li a:hover { border-bottom: 1px solid #1f91ae; }

.gp-cont .c-publi.pos-mod-1 {
	clear: both;
	display: block;
	float: none;
	margin: 0 auto 30px;
	width: 300px;
}


/* TABELA */
.c-tabela {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	margin: 15px 0 30px -17.0731%;
	width: 170%;
}
.c-tabela table {
	font-family: "PT Sans", sans-serif;
	width: 100%;
}
.c-tabela thead {
	border: 2px solid #e6e6e6;
	border-left: none;
	border-right: none;
	width: 100%;
}
.c-tabela thead td {
	color: #1f91ae;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 0.5em;
}
.c-tabela td {
	color:#5a5a5a;
	font-size: 14px;
	line-height: 18px;
	padding: 0.75em 1em;
}
.c-tabela tbody tr:nth-child(even) { background: #f5f5f5; }
.c-tabela tbody tr:nth-child(odd) { background: #FFF; }
.c-tabela tfoot td { font-weight: 600; }


/*-- COMPONENTE LISTA DE MAT�RIAS --*/
.c-listagem-materias {
	background-color: #fff;
}
.c-listagem-materias .topo {
	float: left;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-top: -20px;
	padding: 0;
	position: relative;
	width: calc(100% + 40px);	
}
	.c-listagem-materias.largura-conteudo { margin-top: 30px; padding: 0; }
	.c-listagem-materias.largura-conteudo .topo {
		margin-left: 0;
		margin-top: 0;
		width: 100%;	
	}
	
.c-listagem-materias .topo .c-img {
	position: relative;
	margin: 0;
	width: 100%;
}
.c-listagem-materias .topo .c-img:before {
	content: "";
	display: block;
	padding-top: 56.25%; /* propor��o 16:9 */
}
	.c-listagem-materias.largura-conteudo .topo .c-img:before { padding-top: 33.33%; /* propor��o 3:7 */ }

.c-listagem-materias .topo .img-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;			
}
.c-listagem-materias .topo img { 
	margin: 0;
	width: 100%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.c-listagem-materias .topo h2 {
	bottom: 15px;
	color: #fff;
	font: 600 20px/120% "PT Sans", serif;
	padding: 0 20px 0 30px;
	position: absolute;
	text-shadow: 2px 2px 3px #000;
	z-index: 1;
}
.c-listagem-materias .c-opacidade {	
	background-color: transparent;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.2));
	bottom: 0;
	height: 45%;
	position: absolute;
	width: 100%;
}
.c-listagem-materias li,
.c-listagem-materias dd {
	padding: 8px 10px;
	
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s;	
}
.c-listagem-materias.largura-conteudo li,
.c-listagem-materias.largura-conteudo dd { padding: 8px 30px; }
.c-listagem-materias.largura-conteudo .topo { padding: 0; }
.c-listagem-materias.largura-conteudo .topo h2 { font-size: 22px; }


.c-listagem-materias li + li,
.c-listagem-materias dd + dd { border-top: 1px solid #e6e6e6; }

.c-listagem-materias li:hover,
.c-listagem-materias dd:hover {
	background-color: #f2f2f2;
}
.c-listagem-materias a {
	color: #1f91ae;
	font: 600 15px "PT Sans", serif;	
}
.c-listagem-materias.largura-conteudo a { font-size: 16px; }


@media screen and (max-width: 580px) {
	.c-tabela { 
		overflow: hidden;
		overflow-x: scroll;
		width: 100%;
	}
	.c-tabela table { max-width: 700px; }
}

/*-- COMPONENTE MAIS LIDAS --*/
.c-mais-lidas-materia {
	float: left;
	margin-bottom: 20px;
	width: 100%; 
}
/*.c-mais-lidas-materia li + li article { margin-left: 2.4390%; }*/
.c-mais-lidas-materia li:first-child + li + li + li article { margin-left: 0; }
.c-mais-lidas-materia .c-chamada .c-img.compensa-altura .img-content img {
	height: 100%;
	width: auto;
}
.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal.com-img .c-img img{
	height: 100%;
	width: auto;
	}
.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal.com-img .c-img.ratio16_9:before{padding-top:100%}


/*-- COMPONENTE DESTAQUES GP --*/
.c-destaque-gp-materia {
	display: table;
	margin-bottom: 20px;
}
.c-destaque-gp-materia .c-chamada .c-img.compensa-altura .img-content img {
	height: 100%;
	width: auto;
}
.c-destaque-gp-materia .c-titulo-boxes a { text-transform: none; }


/*-- IFRAME --*/
.gp-cont .texto-materia iframe { width: 100%;max-height:420px; }


/*-- T�TULOS BOXES --*/
.c-titulo-boxes a { cursor: default; }


/*-- PUBLICIDADE NO CONTE�DO --*/
.c-publi.pos-1 {
	/*height: 600px;*/ /* Tirando a altura do meia-p�gina no conte�do (Thaiana) */
	width: 300px;
}

.c-publi.pos-4 {
	/*padding: 32px 0;*/
	margin-bottom: none;
}
.c-publi.pos-3 { margin-bottom: 50px; }

.gp-cont .texto-materia .c-publi iframe { width: auto; }
.gp-cont .c-publi-cont { float: left; width: 300px; }
.gp-cont .c-publi-cont:nth-child(2) { float: right; }

/*-- SOCIABILIZA��O --*/
.c-sociabilizacao .col-10 { margin: 0 0 50px 8.5366%; }

/*-- OUTBRAIN --*/
.gp-linha-grid.c-outbrain-materia { margin-bottom: 50px; }

/*-- BOX CURTA A GP NO FACEBOOK --*/
.box-siga-fb {
	display: inline-block;
	margin-top: 60px;	
	padding-top: 20px;
	
}
.box-siga-fb h4{
	display: inline-block;
	font: 600 18px "PT Sans", serif;
	color: #1f91ae;
	border-left: solid 1px #1f91ae;
	padding-left: 10px;	
	margin-bottom: 10px;
	width: 250px;
}
.box-siga-fb h4::before{
	border-top: solid 1px #ededed;
    content: "";
    width: 30px;
    display: block;
    position: absolute;
    left: 0px;
    margin-top: -15px;
}


/*****************************************************************************/
/* RESPONSIVO */
/*****************************************************************************/


/*-- BREAKPOINT 1080px --*/
@media screen and (max-width: 1080px) {
	.meia-largura { margin-left: 0; }
	
	.gp-cont .col-6 { width: 57.3171%; }
	.gp-cont .col-75 { width: 57.3171%; }
	.gp-cont .col-2 { width: 6.0976%; } /* 1 colunas */
	.gp-cont .col-022 { width: 1.0976%; } /* 1 colunas */
	
	.c-ferramentas-conteudo ul {
		margin: 0;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.gp-cont .c-img-ampliar .img-ampliada img { width: 90%; }
}

/*-- BREAKPOINT 997px --*/
@media screen and (max-width: 997px) {
	.gp-cont .col-2 { width: 14.6341%; }
	.gp-cont .col-022 { width: 1.6341%; }
	.gp-cont .col-6 { width: 74.3902% }
	.gp-cont .col-75 { width: 95% }
	.gp-cont .col-4 { width: 6.0976%; }
	
	.c-destaque-gp-materia .col-3 { height: auto !important; }
	.c-mais-lidas-materia ol li{float:left; width:29%}
	.c-mais-lidas-materia ol li:nth-child(2){margin:0 6.5%}
	.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal.com-img{height:auto; width:100%}	
	.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal.com-img .c-img{width:100%;float:none}
	.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal.com-img .c-img img{height: auto;width: 100%;}
	.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal.com-img .c-img.ratio16_9:before{padding-top:56.5%}
	.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal.com-img .c-sobretitulo{bottom:inherit; width:100%}
	
	.c-tabela {width: 100%; margin: 30px 0px;}
}

/*-- BREAKPOINT 960px --*/
@media screen and (max-width: 960px) {	
	.c-mais-lidas-materia .col-4,
	.c-ultimas-colunas .col-4 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.c-destaque-gp-materia .col-3 { width: 48.7805%; }
	.c-destaque-gp-materia .gp-coluna + .gp-coluna + .gp-coluna { margin-left: 0; }
	.c-destaque-gp-materia .gp-coluna + .gp-coluna + .gp-coluna + .gp-coluna { margin-left: 2.439%; }	
	.c-destaque-gp-materia .col-3.c-chamada.com-img .c-titulo span { height: 125px; }
}
@media screen and (min-width: 769px) {
	.gp-cont-cabeca {
		margin-top:30px;
	}
}

@media screen and (max-width: 768px) {
	.conteudo .gp-container .gp-linha-grid { max-width: none; }
	
	/*-- COMPONENTE MULTIMIDIA --*/	
	.gp-cont .c-multimidia {
		margin: 30px 0;
		padding: 10px 0;
		width: 100%;
	}
	.gp-cont .c-multimidia span.bg-multimidia {
		border-left: none;
		border-right: none;
		margin: 0 0 0 -7.5%;
		padding: 0;
		width: 115%;
	}	
	.gp-cont-cabeca {
		margin: 0 -2.5% 40px;
		padding: 0 2.5%;
		width: 105%;
	}
	.gp-cont-cabeca .col-8 { width: 100% }
	.gp-cont-cabeca .c-titulo { font-size: 28px; }
	.gp-cont-cabeca .c-sumario { font-size: 18px; }
	.gp-cont .gp-cont-cabeca .c-img {
		margin-left: -2.5%;
		width: 105%;
	}
	.gp-cont .texto-materia > p { font-size: 17px; }
	
	.gp-cont .col-6 { width: 95%; }
	.gp-cont .col-75 { width: 95%; }
	.gp-cont .col-4 { width: 0; }
	.gp-cont .col-2, .gp-cont .col-022 { position: inherit; width: 0; }
	
	.lateral-esq-materia .c-compartilhe-materia {
		background-color: #fff;
		border-top: 1px solid #e6e6e6;
		bottom: 0;
		margin-left: -5% !important;
		padding: 10px 0;
		position: fixed;
		text-align: center;
		width: 105%;
		z-index: 10;
	}
	.c-compartilhe-materia a {
		display: none;
		float: none;
		font-size: 13px;
		margin: 0 2%;
		width: auto;
	}
	.c-compartilhe-materia a + a {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	.c-compartilhe-materia a.bt-compartilhar span { display: none; }	
	.c-compartilhe-materia a.comentarios { float: none; width: auto; }
	.c-compartilhe-materia a.comentarios span:first-child { display: none; }
	.c-compartilhe-materia a svg path,
	.c-compartilhe-materia a svg polygon { fill:#1f91ae; }
	
	.c-compartilhe-materia .voltar-topo { 
		display: none;
		margin-left: 6%;
		position: relative;
		top: -8px;
	}
	.voltar-topo div{padding:15px;}
	.ultimas-publi .col-8,
	.ultimas-publi .col-4 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.conteudo .c-lista-ordenada.c-ultimas { height: auto; }
	
	.c-titulo-boxes a {
		font-size: 28px;
		line-height: 100%;
	}	
	
	/*-- CABE�A DO COLUNISTA --*/
	.c-cabeca-especial .c-img {
		display: table-cell;
		position: relative;
		vertical-align: bottom;
		width: 60px;
	}
	.c-cabeca-especial .c-img::after {
		height: 35px;
	}
	.c-cabeca-especial .c-img img {
		bottom: -2px;
	}
	.c-cabeca-especial h3 .cabeca-titulo {
		font: 700 24px "PT Sans", sans-serif;
	}
	.c-cabeca-especial h3 .ver-mais span { display: none; }	
	/*---*/
	
	.c-formulario-conteudo { width: 100%; }
	
	.c-sociabilizacao .col-10 {
		margin-left: 0;
		width: 100%;
	}
	.c-rodape { margin-bottom: 40px; }
	
	.gp-cont .c-img-ampliar.largura-conteudo .ico-ampliar { display: none; }
}
@media screen and (max-width: 680px) {
	.c-mais-lidas-materia ol li{width:32%}
	.c-mais-lidas-materia ol li:nth-child(2){margin:0 2%}
}

/*-- BREAKPOINT 640px --*/
@media screen and (max-width: 640px) {
	.meia-largura {
	 	margin-right: 0; 
		width: 100%;
	}
	.c-titulo-boxes a {
		font-size: 24px;
		line-height: 100%;
	}
	.c-titulo-boxes a span { display: block; }		
	.c-destaque-gp-materia .col-3 {
		margin-left: 0 !important;
		width: 100%;
	}
	.c-citacao,
	.c-frase { padding: 20px 20px 20px 32px; }
	
	.c-citacao::before, .c-frase::before {
		left: 0;
		top: 22px;
		width: 25px;
	}
	.c-citacao::after, .c-frase::after {
		bottom: 18px;
		width: 25px;
	}	
	.voltar-topo div { font-size: 16px; }
	.c-img-ampliar .img-normal .ico-ampliar { display: none; }	
	.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal .c-titulo{height:130px}
}
@media screen and (max-width: 550px) {
	.c-mais-lidas-materia ol li{width:48%}
	
}

/*-- BREAKPOINT 480px --*/
@media screen and (max-width: 480px) {
	.c-ferramentas-conteudo li { padding: 10px 0; }
	.c-ferramentas-conteudo li a .ico-ferramentas { width: 25px ; }
	.c-ferramentas-conteudo li a .ico-ferramentas.fale-conosco { width: 30px ; }
	.c-ferramentas-conteudo li a span { display: none; }
	
	.c-compartilhe-materia a.google-plus,
	.c-compartilhe-materia a.e-mail,
	.c-compartilhe-materia a.linkedin { display: none !important; }
	.c-mais-lidas-materia ol li{width:100%}
	.c-mais-lidas-materia ol li:nth-child(2){margin:0}
	.c-mais-lidas-materia ol li .col-4.c-chamada.horizontal .c-titulo{font-size:1.1em}
}

/*****************************************************************************/
/* CSS DA IMPRESSAO DO CONTEUDO */
/*****************************************************************************/

@media print  {
	.gp-linha-grid {
		display: block;
		float: left;
		max-width: none;
		padding: 0 5%;
		width: 100%;
	}		
	.gp-header {
		float: left;		
		margin: 0 0 10px !important;
	}
	.c-topo .col-8 { 
		width: 100%; 
		background-color: red;
		text-align: left !important;
	}
	.texto-materia { width: 100%; }
	.meia-largura { margin-left: 0; }
	
	.gp-cont-cabeca .c-titulo,
	.gp-cont-cabeca .c-sumario,
	.c-creditos { width: 90%; }
	
	.gp-cont-cabeca .c-titulo { font-size: 30px; }
	.gp-cont .texto-materia > p {
		font-size: 15px;
		line-height: 22px;
	}	
	.c-saiba-mais,
	.m-gazeta,
	.m-reduzido,
	.lateral-dir-materia,
	.lateral-esq-materia,
	.m-opacidade,
	.m-fixo-bg,
	.c-topo .col-2, .c-topo .col-022,
	.c-publi,
	.c-compartilhe-social,
	.c-ferramentas-conteudo,
	.c-sociabilizacao,
	.lista-ordenada,
	.c-servicos,
	.c-rodape { display: none !important; }
}

@media screen and (max-width: 1000px) {
	.c-shopping-gp{
		display:none;
	}
}

/*c-topo-gp*/
/*****************************************************************************/
/* GERAL */
/*****************************************************************************/
.gp-header {
	display: table;
	/*margin-bottom: 30px;*/
	overflow: hidden;
	width: 100%;
}
.c-topo {
	display: table; 
	margin: 20px auto 0;
	position: relative; 
	text-align: center;
	width: 100%;
}


/*****************************************************************************/
/* ENKONTRA CAPA */
/*****************************************************************************/
.c-enkontra { margin: 14px 0 0 0; text-align: left; }
.c-enkontra > a {
	/*background: url(../../_imagens/sprites-enkontra-G.png) 0 0 no-repeat;*/
	/*content:"share";*/
	/*height: 20px;
	float: left;
	width: 100%;	*/
}
.c-enkontra:before{
	text-transform:uppercase;
	font: 13px "PT Sans", sans-serif;
	color:#55ACEE;
	letter-spacing: 4px;
	font-weight: 500;
	padding-left:3px;
}
.c-enkontra span { display: none; }

.c-enkontra ul li { 
	float: left; 
	margin-top: 5px;
}
/*.c-enkontra ul li a {
	background: url(../../_imagens/sprites-enkontra-G.png) 0 -23px no-repeat;
	height: 35px;
	float: left;
	margin-right: 6px;
	width: 30px;
}*/
.c-enkontra ul li:first-child + li a				{ /*background-position: -38px -22px; width: 32px;*/ }
.c-enkontra ul li:first-child + li + li a			{ /*background-position: -112px -23px; width: 26px;*/}
.c-enkontra ul li:first-child + li + li + li a		{ /*background-position: -79px -22px; width: 30px;*/ }
.c-enkontra ul li:first-child + li + li + li + li a	{ /*background-position: -140px -23px; margin: 0; width: 26px;*/ }

.c-enkontra ul li:first-child a:hover						{ border-bottom: 3px solid #3B5998; }
.c-enkontra ul li:first-child + li a:hover					{ border-bottom: 3px solid #55ACEE; }
.c-enkontra ul li:first-child + li + li a:hover				{ border-bottom: 3px solid #4C75A3; }
.c-enkontra ul li:first-child + li + li + li a:hover		{ border-bottom: 3px solid #F2720C; }
.c-enkontra ul li:first-child + li + li + li + li a:hover	{ border-bottom: 3px solid #E02F2F; }


/*****************************************************************************/
/* LOGOTIPO E INFORMA��ES */
/*****************************************************************************/
.c-logotipo-gazeta svg { width: 65%; }
.editoria .c-logotipo-gazeta svg {
	height: 50px;
	width: 35.25%;
}
.ie .c-logotipo-gazeta svg {
	height: 62px;
	width: 65%;
}
.c-topo-info p,
.c-topo-info a {
	color: #5d5d5d;
	display: inline-block;	
	font: 13px/100% "PT Sans", sans-serif;
	margin: 0 20px;
	position: relative;	
}
.c-topo-info a { padding-left: 20px; }
.c-topo-info a:hover { text-decoration: underline; }
.c-topo-info .ico-ed-impressa { 
	bottom: 0;
	position: absolute;
	left: 0;
	width: 16px;
}
.c-topo-info .ico-ed-impressa rect,
.c-topo-info .ico-ed-impressa path { fill: #006096; }

.c-topo-info a img { 
	border: none; 
	margin: 0 2px -5px 0;
	width: 24px;
}


/*****************************************************************************/
/* LOGIN E ASINE AGORA */
/*****************************************************************************/
.c-login { 
	float: left;
	margin: 10px 0 0 0;
	position: relative;
	width: 100%;
}
.c-login div a { color: #006096; }
.c-login div a:hover { text-decoration: underline; }

.c-login .logado,
.c-login .deslogado {
	float: left;
	font: 13px/100% "PT Sans", sans-serif;
	padding: 10px 22px 10px 0;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 63.1579%;
}
.c-login .deslogado a { color: #006096; }
.c-login .logado a { 
	color: #1f91ae;
	cursor: pointer;
	letter-spacing: 0.4px;
}
.c-login .logado:before {
	color: #1f91ae;
	content: "Привет, ";
}
.c-login .logado svg { 
	position: absolute;
	right: 0;
	top: 6px;
	width: 16px;
}
.c-login .logado svg path { fill: #1f91ae; }
.c-login .logado .ico-notificacao-ativa {
	background-color: #d80b30;
	border-radius: 100%;
	display: block;
	float: left;
	height: 6px;
	position: absolute;
	right: 1px;
	top: 8px;
	width: 6px;
	z-index: 1;
}

/** Menu do usu�rio **/
.c-login .m-usuario {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	display: none;
	padding: 6px 12px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1;
}
.c-login .m-usuario li { padding: 8px 2px; text-align: left;  }
.c-login .m-usuario li + li { border-top: 1px solid #e6e6e6; }
.c-login .m-usuario li:hover { background-color: #e6e6e6; }
.c-login .m-usuario li a {
	color: #1f91ae;
	font: 400 12px/100% "PT Sans", sans-serif;
	letter-spacing: 0.4px;
	padding: 0 4px;
}
.c-login .m-usuario li a:hover { text-decoration: none;  }

/** Notifica��es **/
.c-notificacoes {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 300px;
	z-index: 2;
}
.c-notificacoes ul li {
	display: table;
	padding: 10px 5px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
.c-notificacoes ul li + li { border-top: 1px solid #e6e6e6; }

.c-login .c-notificacoes ul li a {
    text-align: left;
    text-transform: none;
    float: left;
    font-family: "PT Sans";
    font-size: 14px;
    line-height: 115%;
    letter-spacing: none;
	margin-right: 10px;    
    color: #6e6e6e;    
}
.c-login .c-notificacoes ul li a:first-child + a span {
	color: #1f91ae;
	font-weight: 600;
}
.c-login .c-notificacoes ul li a:first-child { 
	border: none;
	border-radius: 100%;	
	color: #fff;
	height: 40px;
	width: 40px;
	overflow: hidden;
}
.c-login .c-notificacoes ul li a:first-child .label-letter-name { border: none; }
.c-login .c-notificacoes ul li a:first-child + a { margin: 0; max-width: 206px; }

.c-notificacoes ul li a img {
	width: 40px;
	height: 40px;
}
.c-login .c-notificacoes ul li a:first-child {
	border: none;
	border-radius: 100%;	
	color: #fff;
	height: 40px;
	width: 40px;
	overflow: hidden;
}
.c-login .c-notificacoes ul li a:first-child + a { margin: 0; max-width: 206px; }
.c-login .c-notificacoes ul li a:first-child + a span { color: #1f91ae; font-weight: 600; }

.c-notificacoes ul li a .label-letter-name {
	height: 44px;
	left: -2px;
	margin: 0;
	display: block;
	padding: 13px 0 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 44px;
}
.c-login .logado .c-notificacoes .c-ver-mais {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	bottom: -15px;
	font: 400 13px/100% "PT Sans",sans-serif;
	left: 50%;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	text-transform: uppercase;
	
	-moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);	
}

/** Bot�es de Assinaturas e Clube **/
.c-login .btn-assinaturas {
	background-color: #1f91ae;
	color: #fff;
	float: right;
	font: 12px/100% "PT Sans", sans-serif;
	padding: 5px;
	width: 26.3158%;
	margin-top: 6px;
}
.c-login .btn-assinaturas:hover { 
	background: #2ea3b4;
	text-decoration: none;	
}
.c-login .btn-clube {
	background: url("../../_imagens/logo-clube-do-assinante.png?v=1") center center/100% auto no-repeat;
	float: right;
	height: 32px;
	padding: 5px;
	width: 26.3158%;
}
.c-login .btn-clube span { display: none; }


/*****************************************************************************/
/* MENU GERAL */
/*****************************************************************************/

/** Estrutura Geral **/
.m-gazeta {
	float: left;
	margin: 20px 0 0;
	min-height: 42px;
	position: relative;
	width: 100%;
}
.m-gazeta::before {
	background-color: #006096;
	bottom: 0;
	content: "";
	height: calc(100% - 2px);
	margin: 0 -9999rem;
	padding: 0 9999rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}
	/* Exce��o para menu reduzido */
	.m-reduzido .m-gazeta {
		margin: 0;
	}

.m-gazeta p,
.m-gazeta a { font: 14px/100% 'PT Sans', sans-serif; }

.m-gazeta .col-1.direita { /* Exce��o para que a busca fique sempre alinhada � direita e com tamanho fixo */
	float: right;
	width: 70px;
} 


/** �cone MENU **/
.ico-menu {
	cursor: pointer;
	float: left;
	position: relative;
}
.ico-menu:before {
	border-top: 8px double #fff;
	border-bottom: 3px solid #fff;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 10px;	
	width: 26px;
}
.ico-menu span {
	color: #fff;
	float: left;
	font: 8.8px "PT Sans",sans-serif;
	left: 0;
	letter-spacing: 0.5px;
	position: relative;
	text-transform: uppercase;
	top: 26px;
}
.c-topo .col-3 > .ico-menu { display: none; } /* �cone MENU da barra fixa */

	/* Exce��o para menu reduzido */
	.m-reduzido .m-gazeta .ico-menu { display: none; }	/* Esconde �cone da barra normal */
	.m-reduzido .c-topo .col-3 > .ico-menu { display: block; }	/* Mostra �cone da barra fixa */
	.m-reduzido .c-topo .col-3 > .ico-menu::before { top: 2px; }
	.m-reduzido .c-topo .col-3 > .ico-menu span { top: 18px; }

/** Menu Principal (Fixo ou Azul) **/
.m-gazeta ul {
	float: left;
	margin-left: 15px;
	min-height: 42px;
	text-align: left;	
	width: calc(100% - 98px - 28px); /* Largura vari�vel descontando os tamanhos fixos do �cone MENU e da BUSCA */
}
.m-gazeta.nivel-centralizado ul { text-align: center; } /* Menu com itens centralizados */

.gp-coluna + .m-gazeta-editoria ul {
	width: calc(100% - 200px); /* Largura vari�vel descontando os tamanhos fixos do �cone MENU e da BUSCA */	
}

.m-gazeta ul li {
	border-bottom: 4px solid transparent;
	bottom: -2px;
	display: inline-block;
	padding: 14px 0 10px;
	position: relative;
}
.m-gazeta ul li:hover { border-bottom: 4px solid #4ccaea; }
.m-gazeta ul li a {
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	letter-spacing: 0.75px;
	text-transform: uppercase;
}
.m-gazeta > ul > li > a {
	border-left: 1px solid #2ea3b4;
	padding: 0 8px;
}
.m-gazeta ul li:first-child a { border-left: none; }


/** Background do menu fixo **/
.c-topo .m-fixo-bg {
	background-color: #006096;
	bottom: 0;
	height: 42px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}


/** Busca **/
.c-busca {
	margin-top: 10px;
	width: 100%;
}
.m-reduzido .c-busca { margin-top: 0; }

.c-busca form {
	/*padding-top: 5px;*/
	position: relative;
}
.c-busca input {
	background-color: #006096;
	border: 1px solid transparent;
	color: #fff;
	float: right;
	font: 13px "PT Sans", sans-serif;
	margin-top: -1px;
	padding: 4px 0;
	width: 100%;
	
	-webkit-transition: width .5s, background-color .5s;
	-moz-transition: width .5s, background-color .5s;
	-ms-transition: width .5s, background-color .5s;
	transition: width .5s, background-color .5s;
}
.c-busca input:focus {
	border: 1px solid #2ea3b4;
	background-color: #1e759c;
	padding: 4px 5px 6px;
	width: 245px;
}
.c-busca button {
	background-color: transparent;	
	border: none;
	cursor: pointer;
	float: right;
	height: 25px;
	margin-left: -32px;
	outline: none;	
	padding: 0;
	position: relative;
	text-decoration: none;
	top: 2px;
	width: 25px;
}
.c-busca button.btn-busca-desktop { display: none; }
.c-busca span.btn-busca-mobile {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}
.m-reduzido .c-busca span.btn-busca-mobile { top: 5px; }

.c-busca .ico-busca {
	height: 17px;
	width: 17px;
}
.c-busca .ico-busca path { fill: #fff; }


/*****************************************************************************/
/* MENU COMPLETO */
/*****************************************************************************/
.m-gazeta-completo {
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
	display: none;
	height: 567px;
	left: 50%;
	max-width: 1148px;
	position: absolute;	
	width: 100%;
	z-index: 101;
	
	-webkit-transform: translateX(-50%);	
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);	
}
.m-gazeta-completo .col-9 { float: left; }
.m-gazeta-completo .col-3 { float: right; }

.m-gazeta-completo .linha-4 { display: none; }

.m-gazeta-completo .linha-1,
.m-gazeta-completo .linha-2 { 
	display: flex;
	flex-flow: column wrap;
	
	display: -webkit-flex; /* Safari */
	-webkit-flex-flow: column wrap; /* Safari 6.1+ */	
	
	height: 260px;
	text-align: left;
}
.m-gazeta-completo .linha-1 {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 38px;
}
.m-gazeta-completo .linha-2 { height: 182px; }

.m-gazeta-completo .linha-1 > li { 
	margin: 38px 0 0 0;
	width: 18%;
}
.m-gazeta-completo .linha-2 > li {
	margin: 0;
	width: 18%;
}
.m-gazeta-completo .linha-1 ul,
.m-gazeta-completo .linha-2 ul {
	display: flex;
	flex-direction: column;
	
	display: -webkit-flex; /* Safari */
	-webkit-flex-direction: column; /* Safari 6.1+ */	
}

.m-gazeta-completo .linha-1 ul.linha-3,
.m-gazeta-completo .linha-2 ul.linha-3 { display: none; }

.m-gazeta-completo ul li.quebra-lista { height: 58px; }

.m-gazeta-completo ul li a { 
	color: #6e6e6e;
	font: 14px/150% "PT Sans", sans-serif;
}

.m-gazeta-completo .submenu li a {
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;	
	transition: background-color .5s;	
}
.m-gazeta-completo .submenu li a:hover {
	background-color: #e6e6e6;
}
.m-gazeta-completo .submenu { min-height: 100px; }
.m-gazeta-completo .submenu .submenu { display: none ; }
.m-gazeta-completo .mobile {
	display: none;
}

.m-opacidade { 
	display: none;
	position: relative;
}
.m-opacidade span {
	color: #fff;
	cursor: pointer;
	font: 11px "PT Sans";
	letter-spacing: 0;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 16px;
}
.m-opacidade svg { 
	cursor: pointer;
	position: absolute;
	right: 55px;
	top: 16px;
	width: 15px;
}
.m-opacidade svg * { fill: #fff; }


@media screen and (min-width: 769px) {

	/*-- T�tulos das editorias --*/
	.m-gazeta-completo ul.linha-1 > li > a.item-link,
	.m-gazeta-completo ul.linha-2 > li > a.item-link {
		color: #006096;
		font: 600 14px/150% "PT Sans", sans-serif;
		text-transform: uppercase;
	}
	.m-gazeta-completo ul.linha-1 > li > a.item-link:hover,
	.m-gazeta-completo ul.linha-2 > li > a.item-link:hover { color: #1f91ae; }	
	/*-------------------*/	
	
	/*-- Exce��o para submenu de Futebol no desktop --*/
	.m-gazeta-completo .m-item-futebol .submenu { display: inline; }
	.m-gazeta-completo .m-item-futebol .submenu li { display: none; }
	
	.m-gazeta-completo .m-item-futebol .submenu li.m-item-atletico-pr,
	.m-gazeta-completo .m-item-futebol .submenu li.m-item-coritiba,
	.m-gazeta-completo .m-item-futebol .submenu li.m-item-parana-clube { display: block; }
	
	.m-gazeta-completo .m-item-futebol .submenu li.m-item-atletico-pr a,
	.m-gazeta-completo .m-item-futebol .submenu li.m-item-coritiba a,
	.m-gazeta-completo .m-item-futebol .submenu li.m-item-parana-clube a {
		padding-left: 8px;
		font-style: italic;
	}
	/*-------------------*/
	
	/*-- Exce��o para submenu de colunistas e especiais no desktop --*/
	.m-gazeta-completo .m-item-colunistas,
	.m-gazeta-completo .m-item-especiais { display: none; }
	/*-------------------*/
	
	/*-- Imagem do usu�rio que s� � mostrada no mobile --*/	
	.c-login .c-img-usuario { display: none; }
}

/*-- SERVI�OS DO MENU COMPLETO --*/
.c-menu-servicos {
	border-left: 1px solid #dcdcdc;
	display: inline-block;
	width: 100%;
}
.c-menu-servicos p {
	color: #006096;
	font: 600 14px/150% "PT Sans", sans-serif;
	text-transform: uppercase;
}
.c-menu-servicos a {
	color: #6e6e6e;
	font: 14px/120% "PT Sans", sans-serif;
	float: left;
	position: relative;
}
.c-menu-servicos .c-slideshow { margin-bottom: 0; }
.c-menu-servicos .c-slideshow > ul > li {
	border-top: 1px solid #dcdcdc;
	display: inline-block;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.c-menu-servicos .c-slideshow > ul > li:first-child { border-top: none; }
.c-menu-servicos .c-slideshow > ul > li:nth-child(odd) { background-color: #f5f5f5; }
.c-menu-servicos .c-slideshow > ul > li:nth-child(even) { background-color: #f0f0f0; }
.c-menu-servicos .c-slideshow > ul > li > a {
	display: inline-block;
	float: none;
	margin: 0 auto;
}
.c-menu-servicos a.m-servicos-guia {
	background: url(../../_imagens/sprite-guia-destaque.png) 0 0 /85px auto no-repeat;
	height: 45px;
	width: 100px;
}
.c-menu-servicos .m-servicos-clube {
	background: url(../../_imagens/logo-clube-do-assinante.png) 0 0 /85px auto no-repeat;
	height: 32px;
	width: 80px;
}
.c-menu-servicos .c-enkontra { 
	display: inline-block;
	margin: 0 auto;
}

.c-menu-servicos a.m-servicos-assinaturas {
	background: url(../../_imagens/logo-assinaturas-wordyou.png) 0 0 /130px auto no-repeat;
	height: 38px;
	width: 130px;
}
.c-menu-servicos div a span { display: none; }

.c-menu-servicos div:first-child + div,
.c-menu-servicos div:first-child + div + div {
	border-top: 1px solid #dcdcdc;
    display: inline-block;
    padding: 18px 0 18px 58px;
    text-align: left;
    width: 100%;
}
.c-menu-servicos div:first-child + div a {
	padding: 5px 0 5px 28px;
	width: 100%;
}
.c-menu-servicos div:first-child + div a:hover { text-decoration: underline; }

.c-menu-servicos .ico-servicos { 
	display: inline-block;
	left: 2px;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	width: 40px;
	
	-webkit-transform: translateY(-50%);	
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);		
}
.c-menu-servicos .ico-servicos circle,
.c-menu-servicos .ico-servicos ellipse,
.c-menu-servicos .ico-servicos path,
.c-menu-servicos .ico-servicos polygon,
.c-menu-servicos .ico-servicos rect { fill: #2ea3b4; }

.c-menu-servicos .ico-previsao-tempo { 
	left: -2px;
	width: 24px;
}
.c-menu-servicos .ico-obituario		{ width: 12px; }
.c-menu-servicos .ico-horoscopo		{ width: 18px; }
.c-menu-servicos .ico-rss			{ width: 14px; }

.c-menu-servicos div:first-child + div + div a {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}
.c-menu-servicos div:first-child + div + div a + a { margin-left: 22px; }

.c-menu-servicos .ico-apps { 
	display: block;
	margin: 0 auto;
	height: 30px;
}
.c-menu-servicos .ico-apps circle,
.c-menu-servicos .ico-apps ellipse,
.c-menu-servicos .ico-apps path,
.c-menu-servicos .ico-apps polygon,
.c-menu-servicos .ico-apps rect { fill: #2ea3b4; }

.c-menu-servicos .ico-mais-apps	{ margin: 12px auto 11px; height: 6px; }
.c-menu-servicos .ico-apple		{ margin: 0 auto 1px; height: 28px; }
/*-------------------------------*/

/*-- ESPECIFICA��ES PARA O MENU DESKTOP FIXO NO TOPO --*/
.m-reduzido {
	background-color: #006096;
	left: 0;
	overflow: inherit;
	position: fixed; 
	top: 0;
	z-index: 150;
}
.m-reduzido .c-topo { 
	margin: 12px auto;
	max-width: 1148px;
}
/*-- Background do menu fixo --*/
.m-reduzido .c-topo .m-fixo-bg {
	background-color: #006096;
	bottom: auto;
	height: 57px;
	left: 0;
	position: fixed;
	top: 0;
}
.m-reduzido .c-topo .m-gazeta {
	float: left;
	margin-left: 2.3333%;
	width: 6.0976%; /*Passa a corresponder a 1 colunas*/	
}

.m-reduzido .c-logotipo-gazeta img, .direita { height: 30px; width: 240px; }
.m-reduzido .c-logotipo-gazeta svg path { fill: #fff; }

.m-reduzido .c-topo-info,
.m-reduzido .c-topo .c-enkontra,
.m-reduzido .m-fixo,
.m-reduzido .c-login .btn-assinaturas,
.m-reduzido .c-login .btn-clube { display: none; }

.m-reduzido .m-gazeta {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}.m-reduzido .c-topo .c-busca form { padding: 2px 0; }

.m-reduzido .c-login { float: left; margin: 0; width: 60%; }
.m-reduzido .c-login div,
.m-reduzido .c-login a {
	color: #fff;
	font-size: 12px;
}
.m-reduzido .c-login .logado,
.m-reduzido .c-login .deslogado { width: 100%; }

.m-reduzido .c-login .logado:before { color: #fff; }

.m-reduzido .c-login .logado svg { }
.m-reduzido .c-login .logado svg path { fill: #fff; }
/*-----------------------------------------------------*/


/*-- ESPECIFICA��ES DO RESPONSIVO --*/

/*-- BREAKPOINT 1148PX --*/
/*-----------------------*/

@media screen and (max-width: 1148px) {
	.gp-header .gp-linha-grid {
		max-width: none;
	}
	.capa .gp-header .gp-linha-grid {
		max-width: none;
		width: 95%;
	}	
}


/*-- BREAKPOINT 1170PX --*/
/*-----------------------*/
@media screen and (max-width: 1170px) {
	.capa .m-gazeta ul li.m-fixo-viver-bem { display: none; }
}

/*-- BREAKPOINT 1150PX --*/
/*-----------------------*/

@media screen and (max-width: 1150px) {
	.capa .m-gazeta ul li.m-fixo-mundo { display: none; }
}


/*-- BREAKPOINT 1120PX --*/
/*-----------------------*/

@media screen and (max-width: 1120px) {
	.c-busca a:hover { border-bottom-color: transparent; }
}


/*-- BREAKPOINT 1105PX --*/
/*-----------------------*/

@media screen and (max-width: 1105px) {
	.c-topo-info > a { display: none; }
}


/*-- BREAKPOINT 1080PX --*/
/*-----------------------*/

@media screen and (max-width: 1080px) {
	.capa .c-topo .c-enkontra { margin-top: 5px; }
}

/*-- BREAKPOINT 1050PX --*/
/*-----------------------*/

@media screen and (max-width: 1050px) {
	.capa .m-gazeta ul li.m-fixo-ultimas { display: none; }
}


/*-- BREAKPOINT 1000PX --*/
/*-----------------------*/

@media screen and (max-width: 1000px) {
	.capa .c-topo .c-enkontra { margin-top: 15px; }
	.capa .c-topo .c-enkontra ul li a { display: none; }
	.c-menu-servicos div:first-child + div,
	.c-menu-servicos div:first-child + div + div { padding: 18px 0 18px 30px; }
}


/*-- BREAKPOINT 990PX --*/
/*----------------------*/

@media screen and (max-width: 990px) {
	.capa .m-gazeta ul li.m-fixo-caderno-g, .c-mais-lidas-materia, .ultimas-publi { /*display: none;*/ }	
	gp-header{
		margin-bottom: 0;
	}
}


/*-- BREAKPOINT 910PX --*/
/*----------------------*/

@media screen and (max-width: 910px) {
	.c-login .logado,
	.c-login .deslogado { width: 100%; }
	
	.c-login .btn-assinaturas,
	.c-login .btn-clube { display: none; }	
}


/*-- BREAKPOINT 845PX --*/
/*----------------------*/

@media screen and (max-width: 845px) {
	.c-logotipo-gazeta svg { width: 58% }
	.c-topo-info p, .c-topo-info a { 
		font-size: 12px;
		margin: 0 10px;
	}
}


/*-- BREAKPOINT 768PX --*/
/*----------------------*/

@media screen and (max-width: 768px) {
	.c-mov-768 { display: none; }
	.gp-header { display: inline-block; border-bottom: 1px solid #e6e6e6; }	
	.editoria .gp-header { border-bottom: none; }
	.gp-header.m-reduzido { border-bottom: none; }
		
	.c-topo,
	.m-reduzido .c-topo { margin: 12px auto 0; }
	
	.c-topo > .gp-linha-grid:first-of-type {
		display: table;
		margin-bottom: 12px;
	}	
	.c-topo .c-enkontra,
	.c-topo .c-topo-info,
	.c-topo .m-fixo-bg,
	.c-topo .m-gazeta ul,
	.c-login .btn-assinaturas,
	.c-login .btn-clube { display: none; }
	.editoria .c-login { margin-top: 15px; }	
	
	.c-logotipo-gazeta svg,
	.editoria .c-logotipo-gazeta svg,
	.m-reduzido .c-logotipo-gazeta svg { height: 28px; width: 160px; }
	
	
	/** Estrutura Geral **/
	.m-gazeta { display: none; }	
	
	/*-- �cone menu e busca --*/
	
	/** �cone MENU **/
	.ico-menu:before {
		border-top: 9px double #006096;
		border-bottom: 3px solid #006096;
		top: 6px;
	}
	.ico-menu span {
		color: #006096;
		top: 20px;
		display: none;
	}
		
	.m-reduzido .ico-menu:before,
	.m-reduzido .c-topo .col-3 > .ico-menu::before {
		border-top: 9px double #fff;
		border-bottom: 3px solid #fff;
		top: 7px;
	}
	.m-reduzido .ico-menu span { color: #fff; }
	
	.m-gazeta .ico-menu { display: none; }
	.c-topo .col-3 > .ico-menu { display: block; }	
	.c-topo .col-3.direita { position: inherit; }	
	.m-gazeta .col-1.direita { position: inherit; }	
	.c-busca .ico-busca {
		height: 22px;
		width: 22px;
	}
	.c-busca .ico-busca path { fill: #006096; }
	.m-reduzido .c-busca .ico-busca path { fill: #fff; }	

	
	/*-- Formul�rio da busca --*/	
	.c-busca form { 
		padding: 0;
		position: inherit;
	}
	.c-busca input {
		border: 1px solid transparent;
		background-color: transparent;
		color: transparent;
		padding: 10px 5px;
		position: absolute;
		right: 5px;
		top: -5px;
		width: 30px; 
		z-index: 0;
		
		-webkit-transition: all .5s;
		-moz-transition: width .5s, background-color .5s, position .5s, padding .5s;
		-ms-transition: width .5s, background-color .5s, position .5s, padding .5s;	
		transition: width .5s, background-color .5s, position .5s, padding .5s;	
	}		
	.c-busca input:focus {
		border: 1px solid #e6e6e6;
		background-color: #fff;
		color: #969696;
		float: right;
		padding: 10px 5px;
		width: 97.5%;
	}
	.c-busca button {
		position: absolute;
		right: 8px;
		top: 2px;
	}	
	.c-busca span.btn-busca-mobile { /* span que simula a lupa de busca */
		display: block;
		position: absolute;
		right: 10px;
		top: 3px;
	}
	
	/*-- Login --*/
	.c-login,
	.m-reduzido .c-login { 
		border-bottom: 1px solid #e6e6e6;
		margin: 20px 0 0;
		padding: 0 20px 20px;
		width: 100%;
	}
	.c-login .deslogado {
		padding: 0;
		text-align: center; 
		width: 100%;
	}
	.c-login .logado {
		padding: 0;
		text-align: left; 
		width: 100%;
	}	
	.c-login .logado::before {
		content: "";
	}	
	.c-login .logado a {
		color: #006096;
		font: 700 16px/120% "PT Sans", serif;
		text-transform: capitalize;
	}
	.c-login .logado a .c-img-usuario + span {
		display: table-cell;
		vertical-align: middle;
		height: 60px;
	}	
	.c-login .logado a .c-img-usuario + span::before {
		content: "Привет, ";
	}
	
	.c-login .c-img-usuario {
		border-radius: 100%;
		float: left;
		height: 60px;
		margin-right: 20px;
		overflow: hidden;
		width: 60px;
	}
	.c-login .c-img-usuario img { width: 100%; }
	.c-login .c-img-usuario .label-letter-name {
		height: 100%;
		text-align: center;
		width: 100%;
	}
	.c-login .c-img-usuario .label-letter-name span {
		color: #fff;
		font-family: "PT Sans", sans-serif;
		font-size: 22px;
		font-weight: 600;
		position: relative;
		top: 35%;
	}	
	.c-login .logado svg {
		right: 0;
		top: 18px;
		width: 25px;
	}
	.m-reduzido .c-login .logado svg path { fill: #1f91ae; }
	
	.c-login .logado .ico-notificacao-ativa {
		height: 8px;
		right: 2px;
		top: 22px;
		width: 8px;
	}	
	.c-login .deslogado a {
		color: #1f91ae;		
		background-color: #fff;
		border: 1px solid #1f91ae;
		display: inline-block;
		font: 400 13px/100% "PT Sans",sans-serif;
		letter-spacing: 0.7px;
		margin: 5px 20px;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}	
	.c-login .m-usuario {
		border: none;
		display: table;
		margin: 20px 0 10px 0;
		padding: 0;
		position: inherit;
		top: inherit;
		right: inherit;
		width: 100%;
	}
	.c-login .m-usuario li { background-color: #fff; display: table-cell; padding: 0; text-align: center; }
	.c-login .m-usuario li:hover { background-color: #fff; }
	.c-login .m-usuario li a:hover { background-color: #fff; }
	.c-login .m-usuario li + li { border: none; }
	
	.c-login .m-usuario li a {
		border: 1px solid;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0.6px;
		padding: 5px;
		text-transform: uppercase;
	}	
	.c-notificacoes {
		background-color: #fff;
		border: 0 none;
		padding: 0;
		position: relative;
		right: 0;
		top: -50px;
		width: 100%;
		z-index: 2;
	}	
	.c-login .logado .c-notificacoes .c-ver-mais {
		background-color: #f0f0f0;
		border-left: none;
		border-right: none;
		bottom: inherit;
		color: #868686;
		display: inline-block;
		left: inherit;
		margin-top: 10px;
		text-align: center;

		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;

		width: 100%;
	}
	
	/*-- MENU EDITORIA --*/
	.editoria .m-gazeta-editoria { display: none }
	.banner-patrocinio { display: block; }
	.nome-editoria { display: none; }
		
	.nome-editoria-mobile {
		background-color: #f5f5f5;
		border-top: 1px solid #e6e6e6;
		display: block; 
		float: left;
		margin: 0;
		padding: 8px 0 10px;
		position: relative;
		width: 100%;
	}
	.nome-editoria-mobile a {
		color: #006096;
		font: 400 24px/100% "PT Sans",sans-serif;
		letter-spacing: 0.8px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	/*-- MENU COMPLETO --*/
	
	/* Anima��o do menu completo*/
	.m-retratil {	
		background-color: transparent;
		display: block;
		height: 100%;
		left: -100%;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;		
	}		
	.m-gazeta-completo {
		border: none;
		background-color: #fff;
		display: block;
		float: left;
		height: 100%;
		left: 0;
		max-width: 1148px;
		overflow-x: hidden;
		overflow-y: scroll;
		
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
		        
		width: 80%;
	}
	.m-opacidade {
		background-color: #000;
		display: block;
		float: right;
		height: 100%;
		opacity: 0;
		width: 0;
		
		-webkit-transition: all .9s;
		-moz-transition: all .9s;
		-ms-transition: all .9s;	
		transition: all .9s;		
	}
	.m-opacidade.opacidade-efeito {
		display: block;
		opacity: 0.85;
		position: relative;		
		width: 20%;
	}
	
	/* ******************************************** */
	
	
	.m-gazeta-completo .mobile { display: block; }
	.capa .m-gazeta-completo .m-item-capa { display: none; }
	.editoria .m-gazeta-completo .m-item-capa a { 
		color: #006096;
		cursor: pointer;
		font: 700 18px/150% "PT Sans", sans-serif;
		letter-spacing: 0.4px;
		position: relative;
		text-transform: uppercase;
	}
	
	.m-gazeta-completo .col-9 { float: left; margin: 0; width: 100%; }
	.m-gazeta-completo .col-3 { float: left; margin: 0; width: 100%; }
	
	.m-gazeta-completo .linha-4 { display: block; }
	
	.m-gazeta-completo .linha-1,
	.m-gazeta-completo .linha-2,
	.m-gazeta-completo .linha-4 {
		border: none;
		
		display: flex;
		flex-direction: column;
		flex-wrap: no;
		
		display: -webkit-flex; /* Safari */
		-webkit-flex-direction: column; /* Safari 6.1+ */
		-webkit-flex-wrap: no; /* Safari 6.1+ */	
		
		height: auto;
		margin: 0;
	}
	.m-gazeta-completo .linha-1 > li,
	.m-gazeta-completo .linha-2 > li,
	.m-gazeta-completo .linha-4 > li {
		border-bottom: 1px solid #e6e6e6;
		margin: 0;
		padding: 10px 15px;
		position: inherit;
		width: 100%;
	}	
	.m-gazeta-completo .linha-2 > li { background-color: #f5f5f5; }
	.m-gazeta-completo .linha-2 > li:first-child,
	.m-gazeta-completo .linha-2 > li:first-child + li { background-color: #fff; }	
	.m-gazeta-completo .linha-4 > li { background-color: #f0f0f0; }
			
	.m-gazeta-completo ul li a {
		color: #6e6e6e;
		cursor: pointer;
		display: block;
		font: 400 18px/150% "PT Sans", sans-serif;
		letter-spacing: 0.4px;
		position: relative;
		text-align: left;
		text-transform: uppercase;	
	}
	.m-gazeta-completo ul > li > a.abre {
		color: #006096;
		cursor: pointer;
		font: 700 18px/150% "PT Sans", sans-serif;
		letter-spacing: 0.4px;
		position: relative;
		text-transform: uppercase;
	}
	.m-gazeta-completo .linha-4 > li a.abre {
		color: #6e6e6e;
		font-weight: 400;
	}
	.m-gazeta-completo .linha-4 > li:last-child {border:none;}


	/*-- Personalizacao do item ABRE: menu com submenu --*/	
	.m-gazeta-completo ul li a.abre { display: block; }	
	.m-gazeta-completo ul li a.abre::after {
		color: #4bcaea;
		content: "\203A";
		float: left;
		font-size: 35px;
		font-weight: 300;
		right: 0;
		line-height: 0;
		position: absolute;
		top: 10px;
	}
	/*-- *** --*/
	
	/*-- Personalizacao do SUBMENU --*/	
	.m-gazeta-completo ul.submenu {
		background-color: #fff;
		height: 100%;
		left: 100%;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.m-gazeta-completo ul.submenu li {
		border-bottom: 1px solid #e6e6e6;
		margin: 0;
		padding: 10px 15px;
		width: 100%;
	}
	.m-gazeta-completo ul.submenu li a {
		color: #006096;
		font: 400 16px/150% "PT Sans", sans-serif;
		text-transform: uppercase;
	}
	/*-- *** --*/
	

	/*-- Personalizacao do item PAI: link para a editoria pai no submenu --*/
	.m-gazeta-completo ul.submenu li.item-pai a { 
		font: 700 18px/150% "PT Sans", sans-serif;
	}		
	/*-- *** --*/

	
	/*-- Personalizacao do VOLTAR --*/
	.m-gazeta-completo ul.submenu li.fecha a {
		color: #4bcaea;
		cursor: pointer;
		font-weight: 400;
	}
	.m-gazeta-completo ul.submenu li.fecha a::before {
		color: #4bcaea;
		content: "\2039 ";		
		font-size: 35px;
		font-weight: 300;
		line-height: 0;
		margin-right: 5px;
		position: relative;
		top: 4px;
	}
	/*-- *** --*/
		
	
	/*-- MENU EM DESTAQUE --*/
	.m-gazeta-completo ul.submenu li.m-item-em-destaque {
		background-color: #f5f5f5;
	}
	.m-gazeta-completo ul.linha-3 li { padding-left: 0; padding: right: 0;}
	.m-gazeta-completo ul.linha-3 li a { color: #6e6e6e; }
	.m-gazeta-completo ul.linha-3 li:first-child { padding-top: 0; }
	.m-gazeta-completo ul.linha-3 li:first-child a { color: #1f91ae; cursor: default; }
	.m-gazeta-completo ul.linha-3 li:last-child { border-bottom: none; padding-bottom: 0; }
	
	/*-- *** --*/
	
	.m-gazeta-completo .item-link.sub { display: none; }
	.m-gazeta-completo .linha-1 ul.linha-3 { display: block; }
	.m-gazeta-completo .submenu .submenu { display: inherit; }
	
	
	/*-- MENU SERVI�OS --*/
	.c-menu-servicos { border: none; }
	.c-menu-servicos .c-slideshow > ul > li { position: relative; }
	.c-menu-servicos .c-slideshow > ul > li:before,
	.c-menu-servicos .c-slideshow > ul > li:after {
		color: #ccc;
		display: block;
		font-size: 50px;
		font-weight: 300;
		line-height: 0;
		padding: 0;
		position: absolute;
		top: 50%;
	}
	
	.c-menu-servicos .c-slideshow > ul > li:before { content: "\2039 "; left: 20%; }	
	.c-menu-servicos .c-slideshow > ul > li:after { content: "\203A"; right: 20%; }
	
	.c-menu-servicos .c-slideshow > ul > li:nth-child(odd),
	.c-menu-servicos .c-slideshow > ul > li:nth-child(even) { background-color: #fff; }
	
	.c-menu-servicos div:first-child + div,
	.c-menu-servicos div:first-child + div + div { display: none; }
	
	.c-menu-servicos .c-slideshow > ul > li {
		border: none;
		height: 80px;
	}
	.c-menu-servicos .c-slideshow > ul > li > a {
		position: relative;
		top: 50%;
		
		-webkit-transform: translateY(-50%);	
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);	
	}
	.c-menu-servicos .c-slideitens {
		height: 80px;
		overflow: hidden;
	}
	/*-- *** --*/
}

/*-- BREAKPOINT 600PX --*/
/*----------------------*/

@media screen and (max-width: 600px) {
	.nome-editoria-mobile a { font-size: 20px; }
}


/*-- BREAKPOINT 420PX --*/
/*----------------------*/

@media screen and (max-width: 420px) {
	.m-opacidade span { display: none; }
	.m-opacidade svg { right: 10px; }
	.c-menu-servicos .c-slideshow > ul > li:before { left: 15%; }	
	.c-menu-servicos .c-slideshow > ul > li:after { right: 15%; }	
}

/*c-topo-editoria*/
.c-topo .col-8 { text-align: center; }

.nome-editoria {
	color: #006096;
	font: 300 33px/100% "PT Sans", sans-serif;
	letter-spacing: 0.8px;
	padding-left: 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.nome-editoria:before {
	border-left: 1px solid #1f91ae;
	content: " ";
	height: 22px;
	margin: -11px 0 0 10px;
	position: absolute;
	top: 50%;
	left: 0;
}
	/*-- Exce��o para editorias com nome muito grande --*/

	.ed-guia-de-pos-graduacao .nome-editoria { font-size: 30px; }
	.ed-soea-foz .nome-editoria { font-size: 30px; }
	
	/*-- --*/

.nome-editoria-mobile,
.m-reduzido .nome-editoria-mobile,
.banner-patrocinio { display: none; }

.m-reduzido .nome-editoria { 
	bottom: 2px;
	color: #fff;
	font-size: 24px;
}
.m-reduzido .nome-editoria:before { border-left: 1px solid #fff; }

.c-login { margin-top: 0; }
.c-busca { padding: 0; }

.m-gazeta-editoria ul li.nivel-2 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 78%;
}
.m-gazeta-editoria.nivel-centralizado ul li.nivel-2 a { font: 400 14px/100% "PT Sans", sans-serif; }
.m-gazeta-editoria ul li.nivel-2 + li.nivel-3::before {
	color: #4bcaea;
	content: "\203A";
	float: left;
	font-size: 20px;
	font-weight: 700;
	left: -5px;
	line-height: 0;
	position: absolute;
	top: 18px;
}
.m-gazeta-editoria ul li.nivel-2.item-ativo,
.m-gazeta-editoria ul li.nivel-3.item-ativo { border-bottom-color: #4bcaea; }
.m-gazeta-editoria ul li.item-ativo {
    border-bottom-color: #4bcaea;
}

.m-gazeta-editoria ul li.nivel-3 + li.nivel-4 { margin-left: 50px; }
.m-gazeta-editoria ul li.nivel-4.item-ativo a { cursor: default; text-decoration: underline; }
.m-gazeta-editoria ul li.nivel-2 + li.nivel-3 a,
.m-gazeta-editoria ul li.nivel-3 + li.nivel-4 a { border: none; }

.m-gazeta-editoria ul li.nivel-4 a { color: #e6e6e6; text-transform: none; }

.m-gazeta-editoria ul li.nivel-2 + li.nivel-3.item-ativo {
	border-bottom-color: #4bcaea;
}
.m-gazeta-editoria ul li.item-ativo:hover { border-bottom-color: #4bcaea; }
.m-gazeta-editoria ul li.nivel-4.item-ativo:hover { border-bottom-color: transparent; }
/*-- Fim --*/


/*****************************************************************************/
/* ENKONTRA */
/*****************************************************************************/
.c-enkontra-editoria {
	float: left;
	height: 33px;
	overflow: hidden;
	width: 102px;
}
.m-reduzido .c-enkontra-editoria { display: none; }
.c-enkontra-editoria > a {
	background: url("../../_imagens/sprites-enkontra-G.png") no-repeat 0 0/100% auto;
	float: left;
	height: 14px;
	width: 100%;
}
.c-enkontra-editoria > a span { display: none; }
.c-enkontra-editoria ul {
	float: left;
	width: 100%;
}
.c-enkontra-editoria ul li {
	display: inline-block;
	vertical-align: bottom;
	width: auto;
}
.c-enkontra-editoria ul li:hover { border-bottom: none; }

.c-enkontra-editoria ul li a { width: 100%; }
.c-enkontra-editoria ul li a span { display: none; }

.c-enkontra-editoria ul li:first-child a:hover { color: #c40070; }
.c-enkontra-editoria ul li:first-child + li a:hover { color: #51579f; }
.c-enkontra-editoria ul li:first-child + li + li a:hover { color: #6ca941; }
.c-enkontra-editoria ul li:first-child + li + li + li a:hover { color: #ce5e2d; }
.c-enkontra-editoria ul li:first-child + li + li + li + li a:hover { color: #c83e4a; }

.c-enkontra-editoria ul li svg { height: 18px; vertical-align: bottom; }

.c-enkontra-editoria ul li svg.ico-enkontra-imoveis { width: 20px; }
.c-enkontra-editoria ul li svg.ico-enkontra-automoveis { width: 22px; }
.c-enkontra-editoria ul li svg.ico-enkontra-empregos { width: 14px; }
.c-enkontra-editoria ul li svg.ico-enkontra-mais { width: 18px; }
.c-enkontra-editoria ul li svg.ico-enkontra-servicos { width: 9px; }

.c-enkontra-editoria ul li svg.ico-enkontra-imoveis * { fill: #c40070; }
.c-enkontra-editoria ul li svg.ico-enkontra-automoveis * { fill: #51579f; }
.c-enkontra-editoria ul li svg.ico-enkontra-empregos * { fill: #6ca941; }
.c-enkontra-editoria ul li svg.ico-enkontra-mais * { fill: #ce5e2d; }
.c-enkontra-editoria ul li svg.ico-enkontra-servicos * { fill: #c83e4a; }


/*****************************************************************************/
/* GUIA */
/*****************************************************************************/
.c-guia-gp {
	border-left: 1px solid #e6e6e6;
	float: left;
	height: 38px;
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
	width: 66px;
}
.m-reduzido .c-guia-gp { display: none; }
.c-guia-gp .ico-logotipo-guia {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);	
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);	
	width: 100%;
}
.c-guia-gp .ico-logotipo-guia .cor-1 { fill: #ed7623; }
.c-guia-gp:hover .ico-logotipo-guia .cor-1 { fill: #db4d00; }
.c-guia-gp .ico-logotipo-guia .cor-2 { fill: #fff; }


/*-- Background do menu fixo --*/
.c-topo .m-fixo-bg-duplo { height: 76px; }
.c-topo .m-fixo-bg-triplo { height: 114px; }
.m-reduzido .c-topo .m-fixo-bg-duplo,
.m-reduzido .c-topo .m-fixo-bg-triplo { height: 60px; }


/*-- Menu em destaque --*/
.m-em-destaque {
	margin: 10px 0 0;
	text-align: center;
}
.m-em-destaque li { display: inline-block; }
.m-em-destaque li + li { padding: 0 10px; }
.m-em-destaque li:first-child { 
	border: 1px solid #1f91ae;
	padding: 4px 8px;
}
.m-em-destaque li a {
	color: #1f91ae;
	font: 400 14px/100% "PT Sans", sans-serif;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.m-em-destaque li:first-child a { font: 600 14px/100% "PT Sans", sans-serif; }
.m-em-destaque li a:hover { text-decoration: underline; }
.m-em-destaque li:first-child a:hover { text-decoration: none; }

.m-reduzido .m-em-destaque { display: none; } /* N�o exibe do menu em destaque quando o menu fica fixo */

/*-- Escudos dos times para editoria FUTEBOL  --*/
.m-gazeta-editoria .m-fixo .m-item-atletico-pr a,
.m-gazeta-editoria .m-fixo .m-item-coritiba a,
.m-gazeta-editoria .m-fixo .m-item-parana-clube a {	
	padding-left: 34px;
	position: relative;
}
.m-gazeta-editoria .m-fixo .m-item-atletico-pr a span,
.m-gazeta-editoria .m-fixo .m-item-coritiba a span,
.m-gazeta-editoria .m-fixo .m-item-parana-clube a span {
    height: 22px;
    position: absolute;
    width: 22px;
    display: block;
    left: 8px;
    top: 50%;
    
	-webkit-transform: translateY(-50%);	
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.m-gazeta-editoria .m-fixo .m-item-parana-clube a { padding-left: 30px;  }
.m-gazeta-editoria .m-fixo .m-item-atletico-pr a span { background: url("../../_imagens/escudos/ico-atletico-pr.png") 0 0/22px auto no-repeat; }
.m-gazeta-editoria .m-fixo .m-item-coritiba a span { background: url("../../_imagens/escudos/ico-coritiba.png") 0 0/22px auto no-repeat; }
.m-gazeta-editoria .m-fixo .m-item-parana-clube a span { background: url("../../_imagens/escudos/ico-parana-clube.png") -4px 0/22px auto no-repeat; width: 14px; }
/*-- --*/

@media screen and (max-width: 960px) {
	.nome-editoria { font-size: 26px; }
}

@media screen and (max-width: 860px) {
	.nome-editoria { font-size: 26px; }
	/*.c-enkontra-editoria,*/
	.c-guia-gp { display: none; }
}

@media screen and (max-width: 768px) {
	.m-em-destaque { display: none; }
	.nome-editoria-mobile { display: block; }
	.banner-patrocinio { display: none; }
	.m-reduzido .nome-editoria-mobile { display: none; }
	
	.c-enkontra-editoria,
	.c-guia-gp { display: none; }
}

/*! responsive reCAPTCHA by jaicab - https://github.com/jaicab/responsive-reCAPTCHA */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#responsive_recaptcha {
  background-color: #fff;
  padding: 0.5em;
  border: 1px solid #dfdede;
  position: relative;
  overflow: auto;
  font: 0.75em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#responsive_recaptcha a {
  color: #ffffff;
  text-decoration: none;
}

#responsive_recaptcha a.recaptcha_audio_cant_hear_link{
	color: #000 !important;
	margin-left: 1em;
} 

#responsive_recaptcha img,
#responsive_recaptcha #recaptcha_image {
  width: 100% !important;
  height: auto !important;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#responsive_recaptcha .solution {
  margin-top: 0.5em;
  padding: 0.5em;
  padding-top: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  color: #000000;
  display: block;
}
#responsive_recaptcha .solution input {
  display: block;
  width: 100%;
  margin: 0.5em auto;
  -webkit-appereance: none;
  border: 1px solid #dfdede;
  font: inherit;
  font-size: 150%;
  outline: none;
}
#responsive_recaptcha .solution input:focus {
  border-color: #b71800;
}
#responsive_recaptcha .options {
  margin-top: 0.5em;
  
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#responsive_recaptcha .options a {
  background-color: #c5523d;
  display: block;
  padding: 0.5em;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#responsive_recaptcha .options a:first-child {

}
#responsive_recaptcha .options a:last-child {

  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 480px) {
  #responsive_recaptcha .solution {
    float: left;
    width: 66%;
    margin: 0;
    padding: 1em;
  }
  #responsive_recaptcha .solution input {
  
    /*width: 90%;*/
  }
  #responsive_recaptcha .options {
    float: right;
    width: 34%;
    padding-left: 0.5em;
  }
}
/*c-rodape*/
/* --- RODAPE GAZETA DO POVO --- */
.c-rodape {
	display: table;
	text-align: left;
	width: 100%;
}
.rodape-cont {
	background-color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 0 1.75em;
	width: 100%;
}
.rodape-cont a {
	color: #6e6e6e;
	display: inline-block;
	font: 400 0.8125em 'PT Sans',sans-serif;
	outline: none;
	text-decoration: none;
	width: 100%;
}
.rodape-cont a:hover {
	text-decoration: underline;
}
.rodape-cont .tit-lista {
	color: #006096;
	font: 600 13px 'PT Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.rodape-cont  ul { margin: 0 0 20px 0; }
.rodape-cont > ul {
	display: flex;	
	flex-flow: column wrap;
		
	display: -webkit-flex; /* Safari */
	-webkit-flex-flow: column wrap; /* Safari 6.1+ */
	
	height: 265px;
	margin: 0 0 20px 0;
}
.rodape-cont > ul > li { width: 14.28%; }
.rodape-cont li { padding: 5px 0; }

.rodape-cont li.m-item-atletico-pr,
.rodape-cont li.m-item-coritiba,
.rodape-cont li.m-item-parana-clube { padding: 2px; }

.rodape-cont li.m-item-atletico-pr a,
.rodape-cont li.m-item-coritiba a,
.rodape-cont li.m-item-parana-clube a { padding-left: 15px; font-style: italic; }

/* --- RODAPE SERVICOS --- */
.rodape-servicos {
	border-top: 1px solid #e6e6e6;
	display: table;
	margin: 0 auto;
	max-width: 1148px;
	text-align: center;
	width: 100%;	
}
.rodape-servicos li { display: table-cell; padding: 20px 0; }
.rodape-servicos li:hover { background-color: #f5f5f5; }

.rodape-servicos li a {
	color: #6e6e6e;
	display: inline-block;
	font: italic 400 14px/115% "PT Sans", sans-serif;
	margin: 0 auto;
	padding-left: 50px;
	text-align: left;	
}
.rodape-servicos li a span { display: block;  }

.rodape-servicos li:first-child a {
	padding-left: 176px;
	position: relative;
}
.rodape-servicos li:first-child a span.logo-guia-gp {
	background: url(../../_imagens/logo-guia-wordyou.png) 0 0 /auto 35px no-repeat;
	display: inline;
	height: 35px;
	left: 0;
	position: absolute;
	width: 166px;	
}
.rodape-servicos li:first-child + li a {
	background: url(../../_imagens/logo-clube-do-assinante.png?v=1) 0 center /76px auto no-repeat;
	padding-left: 86px;
}
.rodape-servicos li:first-child + li + li a {
    background: url(../../_imagens/logo-assinaturas-wordyou.png) 0 center /102px auto no-repeat;
    padding-left: 112px;
}
.rodape-servicos li:last-child a {
    background: url("../../_imagens/logo-enkontra-com.png") 0 center /45px auto no-repeat;
	padding-left: 55px;
}

/* --- RODAPE FUNCIONAIS --- */
.rodape-funcionais {
	background-color: #f5f5f5;
	border: 1px solid #e6e6e6;
	border-left: none;
	border-right: none;
	display: table;
	margin: 0 auto;
	max-width: 1148px;
	text-align: center;
	width: 100%;
}
.rodape-funcionais ul { width: 100%; }
.rodape-funcionais li {
	display: table-cell;
	padding: 8px 0;
	text-align: center;
}
.rodape-funcionais li a {
	color: #1f91ae; 
	float: left;
	font: 400 13px/100% 'PT Sans', sans-serif;
	letter-spacing: 0.75px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.rodape-funcionais li:hover {
	background-color: #2ea3b4;
	text-decoration: none;
}
.rodape-funcionais li:hover a { 
	color: #fff;
	text-decoration: none;
}
.rodape-funcionais li + li:hover a { border-left: 1px solid #2ea3b4; }
.rodape-funcionais li + li a { border-left: 1px solid #dfdede; }

.c-rodape .quebra-lista { margin-bottom: 36px; }

@media screen and (max-width: 1075px) {
	.rodape-cont > ul { height: 280px; }
	.c-rodape .quebra-lista { margin-bottom: 44px; }
}

@media screen and (max-width: 1024px) {
	.rodape-servicos li a { text-indent: -9999px; }
	.rodape-funcionais li.agencia-de-noticias { display: none; }
}
@media screen and (max-width: 960px) {
	.rodape-cont ul li { display: none; }
	.rodape-cont ul li:nth-child(1),
	.rodape-cont ul li:nth-child(2),
	.rodape-cont ul li:nth-child(3),
	.rodape-cont ul li:nth-child(4),
	.rodape-cont ul li:nth-child(5),
	.rodape-cont ul li:nth-child(6),
	.rodape-cont ul li:nth-child(7),
	.rodape-cont ul li:nth-child(8),
	.rodape-cont ul li:nth-child(9) { display: list-item; }	
}
@media screen and (max-width: 889px) {
	.c-servicos ul li:last-child { display: none; }
}
@media screen and (max-width: 768px) {
	.c-rodape {}
	.c-servicos,
	.rodape-cont,
	.rodape-servicos,
	.rodape-funcionais li { display: none; }
	.rodape-funcionais li.termos-de-uso,
	.rodape-funcionais li.fale-conosco,
	.rodape-funcionais li.anuncie { display: table-cell; }
}
/*c-servicos*/
.c-servicos {
	background-color: #2ea3b4;
	display: table;
	margin: 30px 0;
	width: 100%;
}
.c-servicos ul { display: table; } 
.c-servicos ul li { 
	display: table-cell;
	vertical-align: middle;
	width: auto;
}
.c-servicos ul li + li { padding-left: 30px; }
.c-servicos ul li a {
	color: #fff;
	display: table-cell;
	font: 500 15px/115% "PT Sans", serif;
	letter-spacing: 0.75px;
	padding: 15px 0 15px 25px;
	position: relative;
	text-transform: uppercase;
}
.c-servicos ul li a:hover {
	font-size: 18px;
	padding: 13px 0 12px 45px;
}
.c-servicos ul li + li a:hover { padding-left: 30px; }
.c-servicos ul li + li + li a:hover { padding-left: 34px; }
.c-servicos ul li + li + li + li a:hover { padding-left: 32px; }
.c-servicos ul li + li + li + li + li a:hover { padding-left: 45px; }
.c-servicos ul li + li + li + li + li + li a:hover { padding-left: 34px; }

.c-servicos ul li + li a { padding-left: 30px; }
.c-servicos ul li + li + li a { padding-left: 38px; }
.c-servicos ul li + li + li + li a { padding-left: 32px; }
.c-servicos ul li + li + li + li + li a { padding-left: 45px; }
.c-servicos ul li + li + li + li + li + li a { 
	padding-left: 34px;
	text-transform: uppercase;
}

.c-servicos ul li a span { 
	display: block;
	font-weight: 400;
}
.c-servicos ul li a {
	-moz-transition: all 0.25s ease-in-out;
     -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
         transition: all 0.25s ease-in-out;
}
.c-servicos .ico-servicos { 
	display: inline-block;
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}
.c-servicos .ico-servicos circle,
.c-servicos .ico-servicos ellipse,
.c-servicos .ico-servicos path,
.c-servicos .ico-servicos polygon,
.c-servicos .ico-servicos rect { fill: #fff; }

.c-servicos .ico-previsao-tempo	{ width: 35px; }
.c-servicos .ico-obituario		{ width: 18px; }
.c-servicos .ico-horoscopo		{ width: 26px; }
.c-servicos .ico-aplicativos	{ width: 18px; }
.c-servicos .ico-ed-impressa	{ width: 30px; }
.c-servicos .ico-rss			{ width: 24px; }

@media screen and (max-width: 768px) {
	.c-servicos { display: none; }
	
}

/*c-navbarra*/
.c-nav-barra-grpcom{background-color:#fff;position:relative;text-align:center;width:100%}
.c-nav-barra-grpcom ul{display:table;margin:0 auto;padding:.9em 0 1.25em;text-align:left;width:100%}
.c-nav-barra-grpcom ul li{display:table-cell;text-align:center;padding:0 6px}
.c-nav-barra-grpcom ul li+li{border-left:1px solid #ddd}
/*.c-nav-barra-grpcom ul li:first-child+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li+li{border-left:1px solid #fff;width:50px}*/
.c-nav-barra-grpcom ul li a{background:url(../../../common/_imagens/sprite-marcas-barra-grpcom.png) no-repeat;background-size:auto 105px;cursor:default;display:inline-block;height:40px;outline:0;width:86px;-webkit-transition:background-position .5s ease-in-out;-moz-transition:background-position .5s ease-in-out;-ms-transition:background-position .5s ease-in-out;-o-transition:background-position .5s ease-in-out;transition:background-position .5s ease-in-out}
.c-nav-barra-grpcom ul li a span{display:none}
.c-nav-barra-grpcom ul li .grpcom{background-position:-15px -8px;width:125px}
.c-nav-barra-grpcom ul li .grpcom:hover{background-position:-15px -58px}

.c-nav-barra-grpcom ul li .gazetajornais{background-position:-186px -10px;background-size:auto 120px}
.c-nav-barra-grpcom ul li .gazetajornais:hover{background-position:-186px -70px}

.c-nav-barra-grpcom ul li .gazeta{background-position:-260px -6px;width:86px}
.c-nav-barra-grpcom ul li .gazeta:hover{background-position:-260px -57px}

.c-nav-barra-grpcom ul li .tribuna{background-position:-348px -6px;background-size:auto 100px;width:75px}
.c-nav-barra-grpcom ul li .tribuna:hover{background-position:-348px -54px}

.c-nav-barra-grpcom ul li .semprefamilia{background-position:-401px -4px;background-size:auto 92px}
.c-nav-barra-grpcom ul li .semprefamilia:hover{background-position:-401px -49px}

.c-nav-barra-grpcom ul li .rpctv{background-position:-665px -12px;background-size:auto 125px}
.c-nav-barra-grpcom ul li .rpctv:hover{background-position:-665px -73px}

.c-nav-barra-grpcom ul li .hdview{background-position:-654px -6px;width:52px}
.c-nav-barra-grpcom ul li .hdview:hover{background-position:-654px -57px}

.c-nav-barra-grpcom ul li .noventaeoitofm{background-position:-743px -10px;width:46px}
.c-nav-barra-grpcom ul li .noventaeoitofm:hover{background-position:-743px -60px}

.c-nav-barra-grpcom ul li .mundolivre{background-position:-826px -6px;width:88px}
.c-nav-barra-grpcom ul li .mundolivre:hover{background-position:-826px -57px}

.c-nav-barra-grpcom ul li .instituto{background-position:-1218px -14px;background-size:auto 135px}
.c-nav-barra-grpcom ul li .instituto:hover{background-position:-1218px -79px}

@media screen and (max-width:1024px){.c-nav-barra-grpcom ul li:first-child+li+li+li+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li+li+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li+li+li+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li+li+li+li+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li+li+li+li+li+li+li{display:none}
.c-nav-barra-grpcom ul li:first-child+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li+li{width:auto}}
@media screen and (max-width:640px){.c-menu-servicos,.c-nav-barra-grpcom,.c-nav-barra-grpcom ul li:first-child+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li,.c-nav-barra-grpcom ul li:first-child+li+li+li+li{display:none}}
@media screen and (max-width:560px){.c-menu-servicos,.c-nav-barra-grpcom,.c-nav-barra-grpcom ul li:first-child+li{display:none}}

/*women*/
@charset "utf-8";
/* AEP - Gazeta do Povo - 1148x300 - 25/10/2016 @ 10:33 */

body{
	margin: 0px;
	padding: 0px;
}


#gazetadopovo-1148x300{
    width: 1148px;
    height: 300px;
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;    
}

#gazetadopovo-1148x300 *{
    box-sizing: content-box;
}

#gazetadopovo-1148x300 div.adm-header{
	width: 100%;
	height: 41px;
    background-color: #fff;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

#gazetadopovo-1148x300 div.adm-header h2{
    margin: 0;
    float: left;
    width: 229px;
    height: 26px;
    line-height: 26px;
    color: #5690AB;
    font-family: 'PT Sans', serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-right: #5690AB 1px solid;
    border-left: #5690AB 1px solid;    
}

#gazetadopovo-1148x300 div.adm-header a.criteo-opt-out{
    width: 19px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(http://static.criteo.net/flash/icon/nai_small.png);
}

#gazetadopovo-1148x300 ul.adm-products{
    width: calc(100% - 2px);
    height: 257px;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	overflow:hidden;
    border: #e7e7e7 1px solid;
    display: flex;
}

#gazetadopovo-1148x300 ul.adm-products li{
	width: calc(14.28% - 1px);
	height: 252px;
	margin:0;
	float:left;
    padding: 0;
    background-color: #ffffff;
    border-left: #E6E6E6 1px solid;
    border-bottom: #fff 5px solid;
    -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
        transition: all 0.3s;
}
#gazetadopovo-1148x300 ul.adm-products li:first-child{
    border-left:none;
    
}

#gazetadopovo-1148x300 ul.adm-products li:nth-child(even){
    background-color: #f6f6f6;
    border-bottom: #f6f6f6 5px solid;
    -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
        transition: all 0.3s;
}

#gazetadopovo-1148x300 ul.adm-products li a{
	width: calc(100% - 30px);
	height: 232px;
	cursor: pointer;
	display: block;
	border: none;
	text-decoration: none;
	padding:15px;
	margin:0;
	float:left;
    overflow: hidden;
    position: relative;
}

#gazetadopovo-1148x300 ul.adm-products li:hover{
	
    border-bottom: #0E4E71 5px solid;
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-product-wrapper{
    height: 115px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-product{
    position: absolute;
    top:0px;
    width: 100%;
    margin-top: 3px;
}

#gazetadopovo-1148x300 ul.adm-products li div.adm-img{
	width: calc(100% - 2px);
	height: 118px;
	margin:0 auto;
	padding:0;
	background-color:#FFF;
	overflow:hidden;
    position: relative;
    /*border: #e7e7e7 1px solid;*/
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-badge {
	position: absolute;
	z-index: 10;
	width: 45px;
	height: 45px;
	right: 6px;
	top: 6px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
    background: #4CCAEA;
    	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		 -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -webkit-transform: rotate(15deg);
 	   -moz-transform: rotate(15deg);
    	-ms-transform: rotate(15deg);
    	 -o-transform: rotate(15deg);  
    		transform: rotate(15deg);
	overflow: hidden;   
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-badge span.adm-discount-number {
    height: 20px;
	line-height: 20px;
	font-size: 17px;
	border-bottom: 1px solid #ffffff;
	margin: 5px auto 0 auto;
    font-weight: 700;
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-badge span.adm-discount {
  	height: 12px;
	line-height: 16px;
	font-size: 10px;
	color: #ffffff;
	margin: 0 auto;
    font-weight: 400;
}
#gazetadopovo-1148x300 ul.adm-products li a div.adm-badge span.adm-discount-number, #gazetadopovo-1148x300 ul.adm-products li a div.adm-badge span.adm-discount{
    width: 38px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
}

#gazetadopovo-1148x300 ul.adm-products li div.adm-img img{
	max-width: 175%;
	max-height: 100%;
	border:none;
	box-sizing: content-box !important;
    margin: 0 auto;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#gazetadopovo-1148x300 ul.adm-products li div.adm-text-content{
	width: 100%;
	height: 106px;
	margin:0px auto;
	padding:0;
	overflow:hidden;
	position:relative;
	padding-top:8px;
}

#gazetadopovo-1148x300 ul.adm-products li div.adm-text-content p.adm-description{
	width: 100%;
	max-height: 79px;
	font-size: 12px;
	color: #5b5b5b;
	margin:0;
	padding:0;
	line-height: 13px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	overflow:hidden;
	 -webkit-font-smoothing: antialiased !important;
    text-align: center;
}

#gazetadopovo-1148x300 ul.adm-products li a:hover div.adm-text-content p.adm-description{
	text-decoration: underline;
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-text-content div.adm-price-wrapper{
    width: 100%;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    position:absolute;
    left:0;
    overflow:hidden;
    text-align:center;
    display: block;
    height: auto;
    bottom: 4px;
}

#gazetadopovo-1148x300 ul.adm-products li div.adm-text-content p.adm-price-1-line{
    font-size: 12px;
    bottom: 20px;
    height: 15px;
    line-height: 13px;
    margin: 0 0 0 0;
    padding: 0;
    color: #0E4F6F;
    font-weight: 400;
    overflow: hidden;
}
#gazetadopovo-1148x300 ul.adm-products li div.adm-text-content p.adm-price-2-line{
    max-height: 32px;
    font-size: 13px;
    line-height: 16px;
    bottom:0;
    margin: 0;
    color: #006096;
    font-weight: 700;
    overflow: hidden;
}

#gazetadopovo-1148x300 ul.adm-products li p.criteo-advertiser{
    height: 13px;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    color: #006096;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased !important;
    overflow:hidden;
    text-align:center;
    display: block;
    text-transform: uppercase;
}

#gazetadopovo-1148x300 ul.adm-products li div.adm-text-content p span.adm-striked{
    text-decoration: line-through;
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-source{
    height: 13px;
    width: 100%;
    position: relative;
    display: table;
    margin: 10px auto 10px auto;
}

#gazetadopovo-1148x300 ul.adm-products li a div.adm-source img.adm-advertiser{
    width: auto;
    height: 13px;
    display: block;
    border: none;
    margin: 0 auto;
}

@media only screen and (min-width: 1110px) and (max-width: 1168px){
    
    #gazetadopovo-1148x300{
    width: calc(100% - 2px);
    }
    
}

@media only screen and (min-width: 991px) and (max-width: 1109px){
    
    #gazetadopovo-1148x300{
    width: calc(100% - 2px);
    }
    
    #gazetadopovo-1148x300 ul.adm-products li{
    width: calc(16.6% - 1px);
    }
}



@media only screen and (min-width: 771px) and (max-width: 990px){
    
    #gazetadopovo-1148x300{
    width: calc(100% - 2px);
    }
    
    #gazetadopovo-1148x300 ul.adm-products li{
    width: calc(20% - 1px);
    }
}

@media only screen and (min-width: 581px) and (max-width: 770px){
    
    #gazetadopovo-1148x300{
    width: calc(100% - 2px);
    }
    
    #gazetadopovo-1148x300 ul.adm-products li{
    width: calc(25% - 1px);
    }
}

@media only screen and (min-width: 401px) and (max-width: 580px){
    
    #gazetadopovo-1148x300{
    width: calc(100% - 2px);
    }
    
    #gazetadopovo-1148x300 ul.adm-products li{
    width: calc(33.2% - 1px);
    }
}

@media only screen and (max-width: 400px){
    
    #gazetadopovo-1148x300{
    width: calc(100% - 2px);
    }
    
    #gazetadopovo-1148x300 ul.adm-products li{
    width: calc(50% - 1px);
    }
}
@media only screen and (max-width: 780px){
	.c-compartilhe-materia{display:none;}
}

.attention-block {
    background-color: #f4f6f5;
    padding: 1.5rem 1.5rem 1.5rem 9rem;
    background-image: url(/upkeep/themes/readweb/images/attention.png);
    background-repeat: no-repeat;
    background-position-x: 6%;
    -ms-background-position-y: 25%;
    background-position-y: 30px;
}

.question-block {
    background-color: #f4f6f5;
    padding: 1.5rem 1.5rem 1.5rem 9rem;
    background-image: url(/upkeep/themes/readweb/images/question.png);
    background-repeat: no-repeat;
    background-position-x: 5%;
    -ms-background-position-y: 25%;
    background-position-y: 30px;
}

.info-block {
    background-color: #f4f6f5;
    padding: 1.5rem 1.5rem 1.5rem 9rem;
    background-image: url(/upkeep/themes/readweb/images/info.png);
    background-repeat: no-repeat;
    background-position-x: 5%;
    -ms-background-position-y: 25%;
    background-position-y: 30px;
}

.check-block {
    background-color: #f4f6f5;
    padding: 1.5rem 1.5rem 1.5rem 9rem;
    background-image: url(/upkeep/themes/readweb/images/check.png);
    background-repeat: no-repeat;
    background-position-x: 4%;
    -ms-background-position-y: 25%;
    background-position-y: 31px;
}