#styln-briefing-block {
	font-family: nyt-franklin, helvetica, arial, sans-serif;
	background-color: #ffffff;
	color: #121212;
	box-sizing: border-box;
	margin: 30px auto;
	max-width: 510px;
	width: calc(100% - 40px);
	border-top: 5px solid #121212;
	border-bottom: 2px solid #121212;
	padding: 5px 0 10px 0;
}

@media only screen and (min-width: 600px) {
	#styln-briefing-block {
		margin: 10px auto;
	}
}

#styln-briefing-block a {
	color: #121212;
}

#styln-briefing-block ul {
	margin-left: 15px;
}

#styln-briefing-block a.briefing-block-link {
	color: #121212;
	border-bottom: 1px solid #cccccc;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}

#styln-briefing-block a.briefing-block-link:hover {
	border-bottom: none;
}

#styln-briefing-block .briefing-block-bullet::before {
	margin-right: 7px;
	color: #333;
	font-size: 12px;
	margin-left: -13px;
	top: -2px;
	position: relative;
}

#styln-briefing-block .briefing-block-bullet:not(:last-child) {
	margin-bottom: 0.75em;
}

#styln-briefing-block .briefing-block-header-section {
	margin-bottom: 16px;
}

#styln-briefing-block .briefing-block-header {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.375rem;
	display: inline-block;
	margin-bottom: 5px;
}

@media only screen and (min-width: 600px) {
	#styln-briefing-block .briefing-block-header {
		font-size: 1.25rem;
		line-height: 1.5625rem;
	}
}

#styln-briefing-block .briefing-block-header a {
	text-decoration: none;
	color: #333;
}

#styln-briefing-block .briefing-block-header a::after {
	position: relative;
	font-weight: 500;
	margin-left: 5px;
}

#styln-briefing-block .briefing-block-footer {
	font-size: 14px;
	margin-top: 1.25em;
}

/* #styln-briefing-block .briefing-block-briefinglinks {
padding-top: 1em;
margin-top: 1.75em;
border-top: 1px solid #E2E2E3;
} */

#styln-briefing-block .briefing-block-briefinglinks a {
	font-weight: bold;
	margin-right: 6px;
}

#styln-briefing-block .briefing-block-footer a {
	border-bottom: 1px solid #ccc;
}

#styln-briefing-block .briefing-block-footer a:hover {
	border-bottom: 1px solid transparent;
}

#styln-briefing-block .briefing-block-header {
	border-bottom: none;
}

#styln-briefing-block .briefing-block-lb-items {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 15px;
	line-height: 1.2;
}

#styln-briefing-block .briefing-block-update-time a {
	color: #999;
	font-size: 12px;
}

#styln-briefing-block .briefing-block-update-time.active a {
	color: #D0021B;
}

#styln-briefing-block .briefing-block-footer-meta {
	display: none;
	justify-content: space-between;
	align-items: center;
}

#styln-briefing-block .briefing-block-ts {
	color: #D0021B;
	font-size: 12px;
	display: block;
}

@media only screen and (min-width: 600px) {
	#styln-briefing-block a.briefing-block-link {
		font-size: 1.0625rem;
		line-height: 1.5rem;
	}

	#styln-briefing-block .briefing-block-bullet::before {
		margin-right: 10px;
		color: #333;
		font-size: 12px;
		margin-left: -15px;
		top: -2px;
		position: relative;
	}

	#styln-briefing-block .briefing-block-update-time a {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1024px) {
	#styln-briefing-block {
		width: 100%;
	}
}

@media (min-width:1440px) {
	ul.css-13gjw4v {
		width: 350px;
		margin-left: 20px;
		margin-right: -200px;
		margin-top: 0px;
		padding: 0;
		float: right;
	}
}

/* STYLE RELATED */

.related {
	font-family: georgia, 'times new roman', times, serif;
	clear: both;
}

@media screen and (min-width:841px) {
	.related {
		margin-left: calc((100% - 750px) / 2);
		margin-right: 0;
		width: 750px;
	}

	.related h4.main {
		font-size: 22px;
		font-weight: 600;
		margin-top: 30px;
		margin-bottom: 34px;
		text-align: left;
	}

	.related ul {
		display: flex;
		list-style-type: none;
		justify-content: space-between;
		flex-flow: wrap;
	}

	.related ul li:nth-child(-n+3) {
		width: 230px;
		margin: 10px 10px;
		height: auto;
	}

	.related ul li {
		width: 230px;
		margin: 10px 10px;
		height: 260px;
	}

	.related ul li figure img {
		width: 230px !important;
		height: 140px !important;
		object-fit: cover;
	}

	.related .content {
		margin-top: 10px;
	}

	.related .content .assunto {
		/* margin-top: 30px; */
		font-weight: 400;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.related .content .title a {
		color: #000;
		font-size: 15px;
		font-weight: bold;
	}

	.related .content .publication {
		font-weight: 350;
		font-size: 14px;
	}

	.related hr {
		margin-bottom: 25px;
		margin-top: 25px;
		width: 100%;
	}

	.related .date_time {
		margin-top: 10px;
	}
}

@media screen and (min-width:600px) and (max-width:840px) {
	.related {
		margin: 0 50px;
	}

	.related .main {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		margin-top: 50px;
	}

	.related ul {
		list-style-type: none;
		margin-top: 20px;
	}

	.related ul li {
		display: flex;
		margin-bottom: 30px;
	}

	.related ul li:nth-child(3n) {
		margin-bottom: 0px;
	}

	.related img {
		width: 189px;
		height: 119px;
		max-width: none;
		object-fit: cover;
	}

	.related .content {
		margin-left: 35px;
	}

	.related .content .assunto {
		margin-bottom: 15px;
		font-weight: 500;
	}

	.related .content .title a {
		font-size: 17px;
		font-weight: bold;
		color: #000000;
	}

	.related .content .title {
		margin-bottom: 25px;
	}

	.related hr {
		display: none;
	}
}

@media screen and (min-width:376px) and (max-width:599px) {
	.related {
		margin: 0 40px;
	}

	.related .main {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		margin-top: 50px;
	}

	.related ul {
		list-style-type: none;
		margin-top: 30px !important;
	}

	.related ul li {
		display: flex;
		margin-bottom: 15px;
		margin-left: 0px;
	}

	.related img {
		width: 150px;
		height: 99px;
		max-width: none;
		object-fit: cover;
	}

	.related .content {
		margin-left: 35px;
	}

	.related .content .assunto {
		display: none;
	}

	.related .content .title a {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	.related .content .title {
		margin-bottom: 18px;
	}

	.related .content .publication {
		display: block;
	}

	.related hr {
		display: none;
	}
}

@media screen and (min-width:321px) and (max-width:375px) {
	.related {
		margin: 0 30px;
	}

	.related .main {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		margin-top: 50px;
	}

	.related ul {
		list-style-type: none;
		margin-top: 30px !important;
	}

	.related ul li {
		display: flex;
		margin-bottom: 15px;
		margin-left: 0px;
	}

	.related img {
		width: 142px;
		height: 100px;
		max-width: none;
		object-fit: cover;
	}

	.related .content {
		margin-left: 35px;
	}

	.related .content .assunto {
		display: none;
	}

	.related .content .title a {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	.related .content .title {
		margin-bottom: 18px;
	}

	.related .content .publication {
		display: block;
	}

	.related hr {
		display: none;
	}
}

@media screen and (max-width:320px) {
	.related {
		margin: 0 20px;
	}

	.related .main {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		margin-top: 50px;
	}

	.related ul {
		list-style-type: none;
		margin-top: 30px !important;
	}

	.related ul li {
		display: flex;
		margin-bottom: 15px;
		margin-left: 0px;
	}

	.related img {
		width: 119px;
		height: 99px;
		max-width: none;
		object-fit: cover;
	}

	.related .content {
		margin-left: 18px;
	}

	.related .content .assunto {
		display: none;
	}

	.related .content .title a {
		font-size: 13px;
		font-weight: bold;
		color: #000000;
	}

	.related .content .title {
		margin-bottom: 13px;
	}

	.related .content .publication {
		display: block;
		font-size: 10px;
	}

	.related hr {
		display: none;
	}
}

@media screen and (max-width:840px) {
	.related ul div.css-158dogj-ad {
		margin-left: calc((100% - 250px) / 2);
		margin-right: calc((100% - 250px) / 2);
		width: 250px;
		margin-top: 0px;
		margin-bottom: 20px !important;
	}
}

.blackout {
	position: fixed;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0.5);
	touch-action: none;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.8s;
	visibility: hidden;
}

.blackout.expanded {
	opacity: 1;
	transition: opacity 0.8s;
	visibility: visible;
	display: block;
}

.close-menu-btn {
	color: black;
	position: absolute;
	right: 12px;
	top: 0px;
	font-size: 32px;
	cursor: pointer;
}

#nav {
	line-height: 1;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font: inherit;
}

#nav.active {
	width: auto;
}

.css-1evjyp {
	background: rgb(255, 255, 255);
	border-radius: 3px;
	border-right: 1px solid rgb(204, 204, 204);
	box-shadow: rgb(0 0 0 / 10%) 4px 0px 6px 1px;
	height: 100%;
	left: -190px;
	padding: 10px 18px;
	position: fixed;
	top: 0px;
	z-index: 1000000140;
	visibility: hidden;
	width: 190px;
}

.css-1evjyp.active {
	left: 0px;
	visibility: visible;
	transition: 0.5s;
}

.css-1u2uo3y {
	border-radius: 3px;
	color: rgb(0, 0, 0);
	display: block;
	padding: 7px;
	text-decoration: none;
}

.css-14m29r0 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.css-136dl0a {
	cursor: pointer;
	font-family: nyt-franklin, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.css-1q6r3st {
	color: rgb(153, 153, 153);
	font-family: nyt-franklin, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	padding: 7px;
	text-transform: uppercase;
}

.css-1kirocq.active {
	width: 16px;
	transition: 0.3s;
	transform: rotate(90deg);
	fill: #4e4e4e;
}

.css-1kirocq {
	display: block;
	float: right;
	height: 8px;
	margin-top: -17px;
	transform: rotate(270deg);
	width: 6px;
	fill: #b3b3b3;
}

.css-13rbqaw::after {
	border-style: solid;
	border-color: transparent rgb(255, 255, 255) transparent transparent;
	border-image: initial;
	border-width: 13px;
	content: " ";
	position: absolute;
	pointer-events: none;
	right: -14px;
	top: -13px;
}

.css-z7s4me {
	min-width: 160px;
	width: auto;
}

/* .css-w1sklf:nth-child(12), .css-w1sklf:last-child {
    padding-top: 10px;
    border-top: 1px solid rgb(226, 226, 226);
} */

.css-l333jl {
	background: rgb(255, 255, 255);
	border-radius: 3px;
	border: 1px solid rgb(204, 204, 204);
	box-shadow: rgb(0 0 0 / 9%) -1px 4px 6px;
	display: flex;
	padding: 10px 18px;
	position: fixed;
	z-index: 1000000150;
	visibility: hidden;
}

.css-l333jl.active {
	visibility: visible;
	max-height: 94vh;
	overflow: auto;
}

.css-13rbqaw {
	border-style: solid;
	border-color: transparent rgb(204, 204, 204) transparent transparent;
	border-image: initial;
	border-width: 14px;
	height: 0px;
	margin-top: -14px;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 44px;
	width: 0px;
}

.css-w1sklf {
	cursor: pointer;
	font-family: nyt-franklin, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.css-l333jl::-webkit-scrollbar {
	width: 5px;
}

.css-l333jl::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.css-l333jl::-webkit-scrollbar-thumb {
	background: #b5b5b5;
}

.css-l333jl::-webkit-scrollbar-thumb:hover {
	background: #888;
}

.css-1fe7a5q {
	display: inline-block;
	height: 16px;
	vertical-align: sub;
	width: 16px;
}

.css-123u7tk {
	border-radius: 3px;
	cursor: pointer;
	font-family: nyt-franklin, helvetica, arial, sans-serif;
	-webkit-transition: ease 0.6s;
	transition: ease 0.6s;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	line-height: 11px;
	font-weight: 500;
	-webkit-letter-spacing: 0.02em;
	-moz-letter-spacing: 0.02em;
	-ms-letter-spacing: 0.02em;
	letter-spacing: 0.02em;
	padding: 11px 12px 8px;
	text-transform: uppercase;
	padding: 8px 9px 9px;
}

.top-ads-block {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #f8f8f8;
	border-bottom: 1px solid #b4b4b4;
	position: relative;
}

.colunista-section {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-feature-settings: "kern";
	border-bottom: 1px solid #e2e2e2;
}

.colonista-header {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}


.left-section {
	width: 70%;
}

.right-section {
	position: relative;
	width: 30%;
}

.colunista-img {
	max-height: 70%;
	height: auto;
	position: absolute;
	bottom: 0;
	filter: grayscale(100%);
}

@media (max-width: 768px) {
	.colonista-header {
		flex-direction: column-reverse;
		height: 60%;
		align-items: center;
		justify-content: center;
		
	}

	.left-section {
		width: 100%;
		height: 50%;
		text-align: center;
	}

	.right-section {
		width: 100%;
		height: 50%;
		border-radius: 50%;
		display: flex;
	}

	.css-y8aj3r {
		justify-content: center;
		transform: scale(1) translate(0, 0);
	}

	.css-1acmxgr {
		margin: 10px;
	}

	.css-qj0ud4 {
		margin-right: 20px;
	}


	.colunista-img {
		position: relative;
		max-height: 80%;
		object-fit: cover;
	}

	.midia-link {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: end;
	}
}

.ds_site_title_h1 {
	font-size: 3rem;
	color: #217B9B;
	font-weight: 600;
	padding: 1rem;
}

.ds_site_description_p {
	font-size: 1.2rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	font-weight: 400;
	max-width: 90%;
}

.css-1acmxgr {
	padding: 0.5rem;
	width: 16px;
	height: 16px;
	border-radius: 10%;
	margin-bottom: 1rem;
	margin-right: 8px;
	border: 1px solid #333;
	background-color: #fff;
	transform: scale(1) translate(5%, -8%);
}

.css-1acmxgr:hover {
	transition: .3s;
}