/*AJUSTES NA TELA DE ABERTURA*/
.header-subhome {
	border-bottom-width: 0 !important;
}

#cover {
	background-color: #131313;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 100vh;
}

.custom-containerImg {
	height: 100vh;
}

.custom-coverImg {
	object-fit: cover;
	object-position: 50% 50%;
	width: 50vw;
	height: 100vh;
}

.topo-full {
	max-width: 50%;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: auto;
	margin-bottom: auto;
}

h2.titulo-principal {
	font-family: 'Estado Headline', Georgia !important;
	font-size: 2.8rem !important;
	line-height: 3rem !important;
	color: white !important;
	text-transform: uppercase !important;
	max-width: 400px !important;
	float: none !important;
}

.linha-fina {
	font-family: 'Estado headline', Georgia !important;
	color: white !important;

}

.expediente, .fonte {
    font-size: 80%;
    line-height: 1.5;
    opacity: .8;
}

.share {
	background-color: inherit !important;
}

.full {
	border-top: inherit !important;
}

/***********************************************/



/*AJUSTES PARA O CELULAR E OUTRAS TELAS*/

@media (max-width: 1024px) {
	.novo_h1 {
		display: none;
	}

	#cover {
		display: block;
		height: auto;
	}

	.custom-containerImg {
		height: auto;
	}

	.custom-coverImg {
		object-fit: cover;
		width: 100vw;
		height: auto;
	}

	.topo-full {
		max-width: 100%;
		padding-left: 6px;
		padding-right: 6px;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 40px;
		text-align: center !important;
		margin-top: -20px !important;
	}

	.noticia .topo-full .box .titulo-principal {
		font-size: 2.2rem !important;
		line-height: 2.4rem !important;
		max-width: 300px !important;

	}
}

@media (max-width: 414px) {
	#cover {
		margin-top: 52px;
	}

	.noticia .topo-full .box .titulo-principal {
		font-size: 1.6rem !important;
		line-height: 1.8rem !important;
		margin-bottom: -10px !important;
		max-width: 300px !important;
	}

}


/***********************************************/


/*FAZER OS CONTAINERS FICAREM FULLWIDTH*/
.container {
	margin: 0px auto 0 auto !important;
	padding-left: inherit !important;
	padding-right: inherit !important;
	width: 100% !important;
}

.noticia .infografico {
	padding: inherit !important;
}

.arte-column-l {
	max-width: 100% !important;
}

.noticia .col-center {
	padding: inherit !important;
}

.noticia.infograficos .row,
.row {
	margin-left: inherit !important;
	margin-right: inherit !important;
}

figcaption {
/*	max-width: 640px;*/
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 640px) {
	.arte-split__column {
		margin: 0 !important;
		padding: 0 !important;
	}
}

/***********************************************/

/*FAZER AS TAGS FICAREM COM COLUNAGEM MENOR*/

.arte-column-s {
	max-width: 600px !important;
}

.tags,
.infografico__tags {
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/***********************************************/



/*AJUSUTES NOS SUBTITULOS DA REPORTAGEM*/
h3 {
	font-family: 'Estado Headline', Georgia !important;
	color: #5D5D5D !important;
	text-transform: uppercase !important;
}

/***********************************************/



/*AJUSTES NA REGUA*/
.arte-content hr {
	border-color: inherit !important;
}


hr {
	border-top: 1px solid black !important;
/*	width: 81px !important;
*/	margin-bottom: -27px !important;
	opacity: 0.3 !important;
}

/***********************************************/



/*AJUSTA TAMANGO DA FRASE*/
blockquote p {
	font: 30px/36px 'EstadoHeadlineBold', Georgia !important;
	color: #5d5d5d;
}

/***********************************************/

.header-publicidade,
.selo-menu-top,
.header-publicidade .selo-menu-top {
	display: none;
}

@media screen and (max-width: 768px) {
	.noticia .col-center {
	    padding-left: 24px !important;
		padding-right: 24px !important;
	}

}

.fiozin {
	border-left: 1px solid rgba( 93, 93, 93, .3);
    padding-left: 16px;
    border-right: 1px solid rgba( 93, 93, 93, .3);
    padding-right: 16px;
}

.numerons {
	color: #006194;
    font-size: 40px;
    font-family: EstadoHeadlineBold, Georgia;
    border-bottom: 4px solid rgba( 0, 97, 148 );
}

.numerons-txt {
	font-size: 1.1em;
	font-weight: bold;
}

.numerons-cred {
	color: #777;
	border-top: 1px solid #ccc;
	font-family: 'LatoRegular',Georgia;
	font-size: 80%;
}

.numerons-box {
  padding: 32px 24px 24px 24px;
  background: rgba( 0, 0, 0, .05 );
  border-radius: 8px;
}

.azul {
    color: #006194;
}

.glossar {
	color: #006194;
    font-size: 0.9em;
}

blockquote p {
    color: #5d5d5d;
    font: 25px/32px 'EstadoHeadlineBold',Georgia;
    margin: 28px 0 0;
}