/* page fixes */

.n--noticia,
.container {
	margin-top: 0px
}

.noticia .topo-full .box .full .share li.hidden {
	display: none !important;
}

.infografico__tags ul li {
	margin: 6px 6px 0 0;
}


/* background */

:root {
	--arte-background: #ffffff;
}

body,
.noticia .topo-full .box .full .share {
	background: var(--arte-background);
}

@media ( max-width: 435px) {
	.header-estadao h1.header-current-page {
		background: var(--arte-background);
	}
}


/* general */

.arte-content {
	line-height: 1.5;
	margin-bottom: 96px;
}

.arte-content,
.arte-content [data-contains]:not([data-contains="gallery"]) *,
.arte-content [data-contains]:not([data-contains="gallery"]) *::before,
.arte-content [data-contains]:not([data-contains="gallery"]) *::after {
	box-sizing: border-box;
}

.arte-content [data-contains="gallery"],
.arte-content [data-contains="image"],
.arte-content [data-contains="video"] {
	margin: 48px auto;
}

.arte-content {
	width: 100%;
	margin: 48px auto;
}

.arte-content [data-contains]:not([data-contains="gallery"]) a {
	color: #006194;
	text-decoration: underline;
}

.arte-content [data-contains]:not([data-contains="gallery"]) p {
	margin: 16px auto;
}

.arte-content [data-contains]:not([data-contains="gallery"]) img {
	display: block;
}

[data-align="left"] {
	text-align: left;
}

[data-align="center"] {
	text-align: center;
}

[data-align="right"] {
	text-align: right;
}


/* columns */

.arte-column-l {
	max-width: 1156px;
	margin: 0 auto;
}

.arte-column-m {
	max-width: 960px;
	margin: 0 auto;
}

.arte-column-s {
	max-width: 640px;
	margin: 0 auto;
}


/* split */

.arte-content .arte-split {
	display: flex;
	margin: 72px auto;
}

.arte-content .arte-split [data-contains="gallery"],
.arte-content .arte-split [data-contains="image"],
.arte-content .arte-split [data-contains="video"] {
	margin: 0 auto;
}

.arte-content .arte-split {
	flex-direction: column;
	justify-content: initial;
}

@media ( min-width: 640px) {
	.arte-content .arte-split {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.arte-content .arte-split>[class*="arte-column"] {
		width: 100%;
		max-width: 100%;
		flex-grow: 1;
	}
	.arte-split>[class*="arte-column"]+[class*="arte-column"] {
		padding-left: 16px;
	}
	.arte-content .arte-split>[data-contains="paragraph"] p {
		margin: 0;
	}
	.arte-content .arte-split[data-fraction="one-third"]>[class*="arte-column"]:first-child {
		max-width: 33.333%;
		flex-shrink: 0;
	}
	.arte-content .arte-split[data-fraction="two-thirds"]>[class*="arte-column"]:first-child {
		max-width: 66.666%;
		flex-shrink: 0;
	}
	.arte-content .arte-split[data-fraction="one-quarter"]>[class*="arte-column"]:first-child {
		max-width: 25%;
		flex-shrink: 0;
	}
	.arte-content .arte-split[data-fraction="three-quarters"]>[class*="arte-column"]:first-child {
		max-width: 75%;
		flex-shrink: 0;
	}
}


/* kicker  */

.arte-content [data-contains]:not([data-contains="gallery"]) h4 {
	display: block;
	margin: 48px auto 16px;
	font-size: 12px;
}


/* heading */

.arte-content [data-contains]:not([data-contains="gallery"]) h3 {
	margin: 64px auto 32px;
}

.arte-content [data-contains="kicker"]+[data-contains="heading"] h3 {
	margin-top: 0;
}


/* credits */

.arte-credit {
	font-size: 80%;
	line-height: 1.5;
	opacity: .75;
}

.arte-credit dt:not(:first-of-type)::before {
	content: '/';
	padding: 0 6px;
}

.arte-credit dt {
	font-size: 80%;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'LatoBlack';
	display: inline;
	padding-right: .5em;
}

.arte-credit dt::after {
	content: ':';
}

.arte-credit dd {
	display: inline;
	margin: 0;
}


/* image */

.arte-content .n--noticia__image img {
	max-width: 100%;
}

.arte-content [data-contains="image"]>div {
	width: 100%;
}

.arte-content [data-contains="image"] figcaption {
	line-height: 1.5;
	font-size: 12px;
	color: #777;
}

.arte-content [data-contains="image"] [data-caption="false"] figcaption {
	display: none;
}

.arte-content [data-contains="image"] [data-credit="false"] figcaption {
	display: none;
}


/* video */

.mediaplayer {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.act-video-player[style] {
	position: absolute !important;
	height: initial !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}


/* quote */

.arte-content blockquote {
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: EstadoHeadlineBold, 'Estado Headline', serif;
	font-weight: bold;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin: 48px auto;
	padding: 32px 16px 24px;
	text-align: center;
	box-sizing: border-box;
}

.arte-content blockquote:before {
	background-color: var(--arte-background);
	padding: 0 .333em;
	color: rgba( 0, 0, 0, .2 );
	content: '“';
	display: inline-block;
	font-weight: bold;
	font-size: 96px;
	line-height: 1;
	margin-top: 0;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate( -50%, -50%);
}

.arte-content blockquote div:last-child {
	font-family: LatoRegular, Lato, sans-serif;
	font-weight: normal;
	margin-top: 16px;
	font-size: 80%;
}

.arte-content blockquote div:last-child:empty {
	display: none;
}


/* divider  */

.arte-content hr {
	margin: 48px 0;
	border-color: rgba( 0, 0, 0, .1 );
}


/* annotation */

.arte-content [data-contains="annotation"] p {
	font-size: 75%;
	opacity: .75;
}


/* indent */

.arte-content [data-contains="indentation"] {
	margin: 48px auto;
	padding-right: 24px;
  padding-left: 24px;
  border-left: 4px solid rgba( 0, 0, 0, .1 );
}

.arte-content [data-contains="indentation"] > *:first-child,
.arte-content [data-contains="indentation"] > [data-contains]:first-child * {
	margin-top: 0 !important;
}

.arte-content [data-contains="indentation"] > *:last-child,
.arte-content [data-contains="indentation"] > [data-contains]:last-child * {
	margin-bottom: 0 !important;
}

/* box */

.arte-content [data-contains="box"] {
	margin: 48px auto;
  padding: 24px;
  background: rgba( 0, 0, 0, .05 );
  border-radius: 8px;
}

.arte-content [data-contains="box"] > *:first-child,
.arte-content [data-contains="box"] > [data-contains]:first-child * {
	margin-top: 0 !important;
}

.arte-content [data-contains="box"] > *:last-child,
.arte-content [data-contains="box"] > [data-contains]:last-child * {
	margin-bottom: 0 !important;
}


/* link */

.arte-content [data-contains="link"] {
	margin-top: 48px;
	margin-bottom: 48px;
}

.arte-content [data-contains="link"] a {
	border-radius: 5px;
  padding: 8px 12px;
	border: 1px solid #006194;
	text-decoration: none !important;
	transition: all .4s;
	text-transform: uppercase;
}

@media ( min-width: 480px ) {
	.arte-content [data-contains="link"] a:hover {
		background-color: #006194;
		color: white !important;
	}
}
