

*/ a {
	display: block;
}

.oesp {
	display: inline-block;
	position: relative;
	top: 0.19em;
	font-family: OESP;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.oesp-capital {
	font-size: 1.2em;
}

.oesp-estadao:before {
	content: '\f000';
}

.oesp-estadao-symbol:before {
	content: '\f001';
}

.oesp-estadao-logotype:before {
	content: '\f002';
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
}

body {
	overflow-x: hidden;
	font-family: "Freight-text-pro";
	font-size: 2rem;
	line-height: 3rem;
	color: rgba(50, 50, 50, 0.9);
}

.italico {
	font-family: "freight-text-pro";
	font-style: italic;
	font-weight: normal;
}

.regua1 {
	width: 90%;
	max-width: 550px;
	max-width: calc(500px);
	border-top: 1px solid rgba(50, 50, 50, 0.25);
	margin-top: 55px;
}

.regua2 {
	width: 100px;
	border-top: 3.5px solid #b52831;
	margin-top: -48px;
	margin-bottom: -10px;
	margin-left: auto;
}

.regua3 {
	width: 140px;
	max-width: calc(500px);
	border-top: 1px solid rgba(50, 50, 50, 0.25);
/*	margin-top: 5px;*/
}


.trecho {
	width: 100%;
	max-width: calc(550px + 32px);
	/*
	border-top: 1px solid rgba(50, 50, 50, 0.2);
	border-bottom: 1px solid rgba(50, 50, 50, 0.2);
*/
	margin: 0 auto 30px;
	padding: 0 16px;
	padding-top: 32px;
	padding-bottom: 32px;
	font-family: "freight-text-pro";
	font-weight: 600;
	font-style: italic;
	font-size: 2.5rem;
	line-height: 3.1rem;
	/*	letter-spacing: -0.02rem;*/
	text-align: center;
	color: #ad6d27;
}

.trecho_pagina {
	font-family: "Flama";
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: -0.01rem;
	padding-left: 5px;
}

.capitular_4 {
	float: left;
	font-size: 135px;
	line-height: 120px;
	padding-top: 0px;
	padding-right: 5.5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Estado Fine" , serif;
	color: #ad6d27;
	font-style: normal;
}

.capitular_2 {
	float: left;
	font-size: 60px;
	line-height: 60px;
	padding-top: 0px;
	padding-right: 2.5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Estado Fine" , serif;
	color: rgba(50, 50, 50, 0.9);
	font-style: normal;
}

.boxe {
	overflow-x: hidden;
	font-family: "Flama";
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 2.8rem;
	color: rgba(50, 50, 50, 0.9);
	letter-spacing: -0.02rem;
	padding: 0 26px 0 26px;
}


/*
@media (min-width: 600px) {
	body {
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
}
*/

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

hr {
	width: 100%;
	margin: 0 auto 54px;
	border: 1px solid #eee;
	border-bottom: 0;
}

.sr-only {
	position: absolute;
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	margin: 0;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
}

.cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*
.kicker {
	width: 100%;
	max-width: 550px;
	margin-bottom: 1.2rem;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5C869C;
}
*/

/*
.kicker hr {
	width: 0;
	height: 1.6rem;
	margin: 0 .8rem;
	display: inline-block;
}

.title-kicker {
	text-align: center;
}
*/


/*.entry-title {
font-family: 'Estado Headline', sans-serif;
font-weight: bold;
margin: 0 auto 4rem;
width: 32rem;
font-size: 4.2rem;
line-height: 4.8rem;
text-align: center;
}

@media (min-width: 600px) {
.entry-title {
font-size: 4.8rem;
line-height: 5.4rem;
}
}*/

.tagline {
	display: block;
	margin-top: 0.6rem;
	font-size: 2.1rem;
	font-style: italic;
	font-weight: normal;
	line-height: 4.2rem;
	text-transform: none;
}

@media (min-width: 600px) {
	.tagline {
		font-size: 2.4rem;
		line-height: 4.8rem;
	}
}

.byline,
.dateline,
.site-footer dt {
	display: block;
	margin-bottom: 4.8rem;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 600px) {
	.byline,
	.dateline {
		font-size: 1.5rem;
	}
}


/*.lead,*/

.entry-content>p,
.container>p {
	/*margin: 0 1rem 2.8rem;*/
	/*	letter-spacing: 0.03em;*/
}

@media (min-width: 360px) {
	/*.lead,*/
	.entry-content>p,
	.container>p {
		/*margin-right: 2rem;
		margin-left: 2rem;*/
	}
}

@media (min-width: 600px) {
	/*.lead,*/
	.entry-content>p,
	.container>p {
		/*margin: 0 auto 3.2rem;
		max-width: 55rem;*/
	}
}

.topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 4.2rem;
	padding: 0 1rem;
	max-width: 168rem;
	height: 70px;
	font-size: 2.1rem;
	line-height: 7rem;
}

/*
.topbar i {
	color: #006194;
}
*/

@media (min-width: 360px) {
	.topbar {
		padding: 0 2rem;
	}
}

@media (min-width: 600px) {
	.topbar {
		margin: 0 auto 0;
		padding: 0 2.5rem;
		height: 70px;
		font-size: 2.4rem;
		line-height: 8rem;
	}
}

@media (min-width: 1600px) {
	.topbar {
		padding: 0 4rem;
	}
}

.topbar a {
	border: none;
	color: initial;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.topbar a:hover,
.topbar a:focus {
	opacity: .75;
}

.brandbar .oesp {
	font-size: 3.36rem;
}

.sharebar {
	margin-right: -0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 600px) {
	.sharebar {
		margin-right: -1rem;
	}
}

.sharebar>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sharebar>ul>li {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: .6rem;
	line-height: 2rem;
}

@media (min-width: 600px) {
	.sharebar>ul>li {}
}

.sharebar li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	width: 4.8rem;
}

.sharebar li a span {
	font-size: 1rem;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.sharebar li:hover span {
	opacity: 1;
}

[data-browser="safari"] #share-link {
	display: none;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-agile {
	position: relative;
	overflow: hidden;
}

.video-agile:before {
	content: '';
	display: block;
	padding-top: calc( 56.25%);
	width: 100%;
}

.video-agile>iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-track {
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
}

.slick-track:active {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.slick-slide {
	outline: none;
	margin: 0 1px;
	opacity: .33;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.slick-slide.slick-current {
	opacity: 1;
}
.hiperlink:link,
.hiperlink:visited {
	font-family: "flama";
	font-weight: 600;
	font-size: 1.8rem;
	color: #ad6d27;
	text-decoration: none;
}

.hiperlink:hover {
	color: #b52831;
	border-bottom: 1px;
}


.genero {
	border: 1px solid #CCCCCC;
	width: 90%;
	max-width: 550px;
	margin: auto;
	padding: 10px 20px 0px 20px;
	margin-bottom: 54px;
	background: #FFFFFF;
	font-family: 'freight-text-pro';
	font-weight: 600;
}

@media (max-width: 940px) {
.genero {
	padding: 10px 10px 0px 0px;
	}
}



.chapeu {
	width: 120px;
	color: #b52831;
	border-top:	3.5px solid #b52831;
	font-family: 'estado headline';
	font-weight: bold;
	font-size: 2rem;
	text-transform: uppercase;
}


.asterisco {
	color: #b52831;
	font-size: 2rem;
	font-family: "Estado Headline";
	font-weight: 600;
	vertical-align: -webkit-baseline-middle;
}

.descricao {
	font-family: "flama";
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.1rem;
	
}

.assinatura_genero {
	font-family: "freight-text-pro";
	/*	text-transform: uppercase;*/
	font-style: italic;
	font-weight: 900;
	margin: auto;
	font-size: 1.4rem;
	margin-bottom: 6px;
	color: #333333;
}
