/* TABELA DE CRÉDITOS */

table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #686868;
	width: calc(100% - 4rem);
	max-width: 520px;
	background-color: transparent;
	font-size: 2rem;
	margin: 2rem auto 4rem;
}

table tr:first-child {
	/*border-top: none;*/
}

table tr {
	border-top: 1px solid #eaeaea;
}

table td:first-child {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #999;
	line-height: 1.3;
 	font-family: 'flama';
}

table td {
	padding: 2rem 1rem;
	border-style: none;
	word-break: normal;
	font-size: 2rem;
	line-height: 1.5;
	color: #000;
	font-weight: 300;
	margin: 0 auto;
	max-width: 700px;
	font-family: 'estadoheadlineregular';
}

#logoCredito {
	font-family: 'Marcas Estadão';
	font-size: 6rem;
	position: relative;
	text-align: center;
	margin: 1.5rem;
	opacity: 1;
	color: #222222;
}

#logoCredito:before {
	content: '';
}

table td:first-child {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #999;
	font-family: 'flamamedium';
}

@media all and (min-width: 960px) {
	table td:first-child {
		width:calc(200px + 2rem);
	}
}

.creditoItem {
	margin: 2rem 0;
	padding: 2.8rem;
}

.creditoItem:hover {
	opacity: 0.5;
	background:#eeeeee;
}