/*######################## MENU #########################*/
#menu_mobile {
	background: #0f0f0f url(../imagens/marca_menu.png) bottom 40px right 30px no-repeat;
	width: 100%;
	min-height: 1vh;
	max-width: 779px;
	box-shadow: 10px -10px 16px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
	padding-bottom: 40px;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	box-sizing: border-box;
	left: -100%;
    transition: all 0.1s ease-in;
	z-index: 9999;
	opacity: 0.5;	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#menu_mobile.menu_mobile_aberto{
	left: 0;
	opacity: 1;
}
#menu_mobile ul.opcoes {
	display: flex;
	flex-direction: column;
	row-gap: 19px;
}
#menu_mobile ul.opcoes li{
	display: block;
}
#menu_mobile ul.opcoes h2 a {
	font-family:'helvetica_65_medium';
	font-size: 38px;
	color: #fff;
}
#menu_mobile ul.opcoes h3 {
	font-family:'helvetica_light';
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-top: -7px;
}
#menu_mobile ol.contatos {
	margin-top: auto;
/*	margin-bottom: 201px;*/
	margin-bottom: auto;
	display: flex;
	flex-direction: column;
	row-gap: 10px
}
#menu_mobile ol.contatos h4 {
	font-family:'helvetica_light';
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #0c0c0c;
}
#menu_mobile ol.contatos a {
	font-family: 'helvetica_light';
	font-size: 20px;
	line-height: 16px;
	letter-spacing: -0.9px;
	color: #929292;
}
#menu_mobile ol.contatos a i {
	display: inline-block;
	font-size: 22px;
	margin-bottom: 1px;
	margin-left: 6px;
}
#menu_mobile a.bt_fechar {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url(../imagens/bt_fechar.svg) center no-repeat;
	background-size: 32px auto;
	position: absolute;
	top: 27px;
	right: 36px;
}
#menu_mobile .redes_sociais{
	display: grid;
	grid-template-columns: repeat(3, 30px);
	padding-top: 10px;
	column-gap: 7px;
	margin-top: auto;	
}
#menu_mobile .redes_sociais a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #f00;
	text-indent: -20000px;
	transition: all 0.08s ease-in;
}
#menu_mobile .redes_sociais a.bt_email{
	background: #0f0f0f url(../imagens/header_email.svg) center top no-repeat;
	background-size: 30px 60px;
}
#menu_mobile .redes_sociais a.bt_email:hover{
	background: url(../imagens/header_email.svg) center bottom no-repeat;
	background-size: 30px 60px;
}	
#menu_mobile .redes_sociais a.bt_instagram{
	background: #0f0f0f url(../imagens/header_instagram.svg) center top no-repeat;
	background-size: 30px 60px;
}
#menu_mobile .redes_sociais a.bt_instagram:hover{
	background: url(../imagens/header_instagram.svg) center bottom no-repeat;
	background-size: 30px 60px;
}		
#menu_mobile .redes_sociais a.bt_linkedin{
	background: #0f0f0f url(../imagens/header_linkedin.svg) center top no-repeat;
	background-size: 30px 60px;
}
#menu_mobile .redes_sociais a.bt_linkedin:hover{
	background: url(../imagens/header_linkedin.svg) center bottom no-repeat;
	background-size: 30px 60px;
}

@media(max-width: 1080px) {
	#conteudo_postagem .postagem .footer_postagem .compartilhar{
		column-gap: 3px;
	}
	#menu_mobile {
		padding: 40px;
		padding-right: 80px;
		padding-top: 80px;
	}
	#menu_mobile ul.opcoes h2 a {
		font-size: 32px;
		line-height: 38px;
		letter-spacing: -1.62px;
	}
	#menu_mobile ul.opcoes h3 {
		font-size: 17px;
		line-height: 20px;
		letter-spacing: -0.45px;
		margin-top: 7px;
	}
	#menu_mobile article.sociais {
		gap: 30px;
		flex-wrap: wrap;
	}
	#menu_mobile ol.contatos {
		margin-bottom: 70px;
	}
	#menu_mobile article.sociais {
		margin-top: auto;
	}
	#menu_mobile a.bt_fechar {
		background-size: 23px auto;
	}

	.citacao .tooltip{
		width: calc(100vw - 60px);
		left: 0;
		font-size: 17px;
		line-height: 20px;
	}
	.center {

		width: calc(100% - 30px);

	}
	.fechar_tooltip{
		display: block;
		position: absolute;
		top: -35px;
		left: 50%;
		margin-left: -13px;
		border: 2px solid #fff;
		border-radius: 50%;
		width: 27px;
		height: 25px;
		padding-top: 2px;
		font-size: 19px;
		background: rgba(0,0,0,0.75);
		display: none;
	}	
	body{
		padding-top: 111px;
	}
	header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		height: 110px;
		position: fixed;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 36px;
		padding-top: 25px;
		margin-bottom: 0;
		z-index: 99;
		background: #0a0a0a;
	}

	header .barra_1 .center > *,

	header .barra_2 .center > *,

	header .barra_2 .center nav {

		display: none;

	}

	header .barra_1 .center,

	header .barra_2 .center {

		display: flex;

		width: unset;

	}

	header .barra_1 .redes_sociais {

		display: flex;

		padding-top: 0;

	}

	header .barra_2 .bt_menu_mobile {

		display: flex;

		background: url(../imagens/bt_menu_mobile.svg) center no-repeat;

		background-size: auto 20px;

		width: 14px;

		height: 20px;

		text-indent: -99999px;

	}

	header .barra_1,

	header .barra_2 {

		background: transparent;

		position: relative;

		top: 0;

		height: unset;

		width: unset;

	}
	header h1 {
		margin-top: 25px;
		width: 174px;
		height: 60px;
		position: absolute;
		top: 25px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	header .barra_1 .redes_sociais > *:not(:first-child) {
		display: none;
	}
	header.reduzido{
		height: 62px;
	}
	header.reduzido h1{
		height: 36px;
		background: url(../imagens/logo_completo.svg) center top no-repeat;
		background-size: 100% auto;
		margin-top: 15px;
		top: 15px;		
	}
	header.reduzido .redes_sociais{
		top: -12px;
		left: -15px;
		position: relative;
	}
	header.reduzido .bt_menu_mobile{
		top: -12px;
		position: relative;		
		right: -20px;
	}
	main .center.center_postagem {

		grid-template-columns: 1fr;

		padding: 0;

		box-sizing: border-box;

	}

	#conteudo_postagem .postagem {

		border-radius: 18px;

		padding-left: 25px;

		padding-right: 25px;

		padding-top: 20px;

		padding-bottom: 25px;

		margin-bottom: 15px;

	}

	#conteudo_postagem .postagem .header_postagem h2 {
		font-size: 26px;
		line-height: 30px;
	}
	#conteudo_postagem .postagem .header_postagem h2 a{
		font-size: 26px;
		line-height: 30px;
	}

	#conteudo_postagem .postagem .header_postagem .data_categoria {

		border-bottom: 1px solid #252525;

		border-right: unset;

		box-sizing: border-box;

		margin-top: 18px;

		height: unset;

		display: flex;

		flex-direction: column-reverse;

		padding-bottom: 24px;

	}

	#conteudo_postagem .postagem .header_postagem {

		display: flex;

		flex-direction: column-reverse;

		margin-bottom: 20px;

	}

	#conteudo_postagem .postagem .header_postagem .data_categoria span.vinco {

		bottom: 0px;

		top: unset;

		left: 0;

		width: 100%;

		height: 1px;

	}
	#conteudo_postagem .postagem .main_postagem p.chamada{
		font-size: 20px;
		line-height: 28px;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	#conteudo_postagem .postagem .main_postagem p{
		font-size: 15px;
		line-height: 24px;
	}
	#conteudo_postagem .postagem .header_postagem .data_categoria a{
		line-height: 26px;
		margin-top: -7px;
	}
	#conteudo_postagem .postagem .header_postagem .data_categoria h3,

	#conteudo_postagem .postagem .header_postagem .data_categoria h4 {

		border: unset;

		text-align: left;

		padding: 0;

		font-family:'helvetica_57_condensed';

		font-size: 15px;

		letter-spacing: 1.5px;

	}

	#conteudo_postagem .postagem .header_postagem h2 {

		padding-left: 0;

	}

	#conteudo_postagem .postagem .footer_postagem {

		display: flex;

		flex-direction: row-reverse;

		align-items: center;

		justify-content: space-between;

		margin-top: 32px;

	}

	.bt_padrao {

		margin-right: 0;

	}

	#conteudo_postagem .postagem .bt_padrao {

		text-indent: -9999px;

		padding: 0;

		width: unset;

		display: flex;

		flex-direction: row;

		align-items: center;

		border: unset;

		background: url(../imagens/seta_mobile.svg) center right no-repeat;

		background-size: 13px auto;

		padding-right: 25px;

	}

	#pag_index #conteudo_postagem .postagem .bt_padrao i {

		text-indent: 0;

		display: none;

	}

	#conteudo_postagem .postagem .bt_padrao::after {

		content: 'leia mais';

		text-indent: 0;

		display: flex;

		font-family:'helvetica_light';

		font-size: 12px;

		letter-spacing: 1.68px;

		color: rgba(255, 255, 255, 0.4);

	}
	#pag_autor #conteudo_postagem .postagem .bt_padrao::after{
		content: 'ver lattes';
	}

	#conteudo_postagem .paginacao {

		padding-bottom: 36px;

	}

	#conteudo_postagem .postagem .main_postagem p.chamada.chamada_interna {

		border-top: unset;

		padding-top: 0;

		font-size: 20px;

	}
	#conteudo_postagem .postagem .main_postagem.main_postagem_interno p {

		font-size: 17px;
		word-break: break-word;
		line-height: 28px;

	}
	#conteudo_postagem .postagem .main_postagem p em{
		padding-left: 20%;
		font-size: 15px;
		line-height: 22px;
	}

	#conteudo_postagem .postagem .main_postagem.main_postagem_interno p strong {

		font-size: 17px;

		text-transform: uppercase;

	}

	#conteudo_postagem .postagem .main_postagem p.chamada.chamada_interna > span {

		display: none;

	}

	#pag_blog_interno #conteudo_postagem .postagem .bt_padrao {

		padding: 0;

		background: unset;

	}

	#pag_blog_interno #conteudo_postagem .postagem .bt_padrao::after {

		content: 'voltar';

	}

	#pag_blog_interno #conteudo_postagem .postagem .bt_padrao i {

		text-indent: 0;

	}

	#conteudo_postagem .postagem .footer_postagem .compartilhar h6 {

		padding-left: 0;

	}

	#pag_blog_interno #conteudo_postagem .postagem .footer_postagem .compartilhar {

		margin-right: auto;

	}

	main .center.center_postagem #coluna_direita {

		border-radius: 18px;

		margin-bottom: 15px;

	}

}

@media(max-width: 600px) {

	

}