/*----------------------*/

.balance-text {
	text-wrap: balance;
}

/*----------------------*/





/*AJUSTES NO CSS DO ESTADAO*/
.container {
	margin-top: 0 !important;
}

a {
	font-weight: inherit !important;
}

.header-estadao {
	height: 129px !important;
}

.header-wrapper {
	max-width: 888px !important;
}

.box {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 435px) {

	.header-estadao.header-fixed,
	.header-estadao.menu-user-open {
		background-color: white !important;
	}

	.header-primary-logo {
		background: url(https://statics.estadao.com.br/s2016/portal/img/svg/logo-blue.svg) 0 0 no-repeat !important;
	}
}

/*----------------------*/





/*NAVEGADOR*/
.navegador_imagem {
	float: left;
	width: 70px;
}

.navegador {
	overflow-x: auto;
	padding-top: 56px;
	margin-left: 12px;
	margin-right: 12px;
	-ms-overflow-style: none;
	text-align: center;
	z-index: 5;
}

.navegador::-webkit-scrollbar {
	display: none;
}


.menu {
	display: -webkit-inline-box;
	overflow-x: auto;
}

li.chapeu {
	font-family: 'Flama Condensed' !important;
	font-size: 20px;
	font-weight: 700 !important;
	font-style: normal !important;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin: 20px 0px 0 10px;
	color: #a22a2a !important;
}

li.menu_item {
	font-family: 'LatoRegular', Georgia;
	font-size: 0.75em;
	text-transform: uppercase;
	text-align: center;
	margin: 29px 0 0 20px;
	height: 20px;
}

li.menu_item:hover,
li.menu_item:active,
li.menu_item:focus {
	color: #121212;
	border-bottom: 3px solid #121212;
	padding-bottom: 1px;
}

a.ancora {
	display: block;
	position: relative;
	top: -210px;
	visibility: hidden;
}

/*----------------------*/





/*AJUSTES NO TITULO*/
.titulo-principal {
	font-family: 'Estado Headline', Georgia;
	font-weight: bold;
	font-style: normal;
	/*	text-transform: uppercase;*/
	color: #393b41 !important;
	margin-top: 0 !important;
	padding-top: 40px;
	text-align: center;
	font-size: 47px !important;
	line-height: 54px !important;
	letter-spacing: -0.05rem;
}

.noticia .topo-full .box .full {
	border-top: 0 !important;
}

/*AJUSTES DO TITULO PARA TELA DE CELULAR*/
@media screen and (max-width: 414px) {
	.titulo-principal {
		font-size: 38px !important;
		line-height: 46px !important;
		letter-spacing: -0.05rem;
		padding-top: 0 !important;
	}

	.novo_h1 {
		display: none;
	}

	.custom-capagif {
		margin-top: -30px;
		z-index: -10px;
	}

	.linha-fina {
		display: none !important;
	}
}

/*----------------------*/





/*BOTOES*/
.custom-button {
	background-color: #005f93;
	color: white;
	padding: 1em 1.5em;
	position: relative;
	font-family: 'Flama Condensed';
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	margin-left: 6px;
	margin-right: 6px;
}

.custom-button:hover {
	background-color: #003755;
	cursor: pointer;
}

.custom-button:active {
	top: 2px;
}

.custom-button:focus {
	outline: none;
}

/*----------------------*/





.expediente,
.fonte {
	font-size: 80%;
	line-height: 1.5;
	opacity: .8;
}