/* --- 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 'Source Sans Pro',sans-serif;
	outline: none;
	text-decoration: none;
	width: 100%;
}
.rodape-cont a:hover {
	text-decoration: underline;
}
.rodape-cont .tit-lista {
	color: #0e4f70;
	font: 600 13px 'Source Sans Pro', 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% "Source Sans Pro", 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: 76px;
	position: relative;
}
.rodape-servicos li:first-child a span.logo-guia-gp {
	background: url(../../_imagens/logo-guia-gazeta-do-povo.png) 0 0 /auto 35px no-repeat;
	display: inline;
	height: 35px;
	left: 0;
	position: absolute;
	width: 66px;	
}
.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(//www.gazetadopovo.com.br/assinaturas/public/img/carrinho-novo/logo-assinaturas-gazeta-do-povo.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 /145px auto no-repeat;
	padding-left: 155px;
}

/* --- RODAPE FUNCIONAIS --- */
.rodape-funcionais {
	border-bottom: solid 1px #e6e6e6;
	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: 20px 0;
	text-align: center;
}
.rodape-funcionais li a {
	color: #1f91ae; 
	float: left;
	font: 400 14px/100% 'Source Sans Pro', sans-serif;
	letter-spacing: 0.75px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.rodape-funcionais li:hover {
	text-decoration: none;
}
.rodape-funcionais li:hover a { 
	color: #5a5a5a;
	text-decoration: none;
}

.c-rodape .quebra-lista { margin-bottom: 36px; }

/* Redes Sociais para Capa */
.c-redes-sociais {width: 100%; background: #2ea3b4; color:#fff; position:relative; margin-top: 50px;}
.c-redes-sociais ul {text-align: center;}
.c-redes-sociais li {width: auto; display: inline-block; vertical-align: middle; padding: 0px 5px;}
.c-redes-sociais li span {font: 700 20px/70% "Roboto Slab", serif;}
.c-redes-sociais .ico-facebook {width: 22px; height: 22px;}
.c-redes-sociais .ico-twitter {width: 27px; height: 22px;}
.c-redes-sociais .ico-instagram {width: 22px; height: 22px;}
.c-redes-sociais .ico-google-plus {width: auto; height: 22px;}
.c-redes-sociais a {display: table-cell; width: 48px; height: 60px; vertical-align: middle;}
.c-redes-sociais a svg {fill:#fff}
.c-redes-sociais .ico-facebook {width: 22px; height: 22px;}
.c-redes-sociais .ico-twitter {width: 27px; height: 22px;}
.c-redes-sociais .ico-instagram {width: 22px; height: 22px;}
.c-redes-sociais .ico-google-plus {width: auto; height: 22px;}
.c-redes-sociais a:hover svg {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;	-o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.c-redes-sociais a:hover .ico-facebook {width: 30px; height: 30px;}
.c-redes-sociais a:hover .ico-twitter {width: 37px; height: 30px;}
.c-redes-sociais a:hover .ico-instagram {width: 30px; height: 30px;}
.c-redes-sociais a:hover .ico-google-plus {width: 47px; height: 30px;}
.c-redes-sociais li:first-child span a{color:#fff; width:auto;}

@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; }
	
	/* Redes Sociais para Capa */
	.c-redes-sociais li {padding: 0px 5%;}
	.c-redes-sociais li:first-child {display: none;}
	.c-redes-sociais a {width: auto;}
}