.jota-wrap {
	padding-top: 35px;
}

.header-container {
	background: #FFFFFF;
	height: 72px;
	position: fixed;
	width: 100%;
	z-index: 90;
}

@media (max-width: 549px) {
	.header-container {
		top: 0;
	}
}

.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	border-bottom: 1px solid #ededf0;
	/* padding-right: 1.55em; */
	padding-left: 30px;
	/* margin: 0 auto; */
	/* max-width: 89.125rem; */
}

.left-container {
	display: flex;
	align-items: center;
	height: 100%;
}


.logo {
	width: 108px;
	height: 40px;
	padding-block: 16px;
	padding-right: 48px;
	padding-left: 0.6em;
	transition: opacity 0ms;
}


.search-container {
	width: 260px;
	height: 36px;
	display: flex;
	align-items: center;
	border: 2px solid #D3D3D9;
	border-radius: 4px;
}

#search-icon {
	margin: 0 4px 0 12px;
}

#search-input {
	width: 100%;
}

.search-field {
	width: 220px;
	height: 24px;
	border: none;
	padding: 0;
}

.search-field:focus {
	box-shadow: 0 0 0 0;
	outline: 0;
}

.search-field::placeholder {
	font: 400 14px/20px 'Roboto', italic;
	color: #9899A2;
}

.right-container {
	display: flex;
	align-items: center;
}

.jotaPRO {
	background: #000000;
	color: #FFFFFF;
	padding: 6px 10px;
	border-radius: 4px;
	font: 700 14px/20px 'Roboto', sans-serif;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.pro-btn-text {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font: 700 0.875rem 'Roboto';
}

.pro-btn-header {
	display: none;
	background: black;
	border-radius: 4px;
	border: none;
	padding: 8px 16px;
	margin-right: 16px;
}

.pro-btn-header:hover {
	cursor: pointer;
}

@media (max-width: 980px) {
	.jotaPRO {
		display: none;
	}

	.pro-btn-header {
		display: block;
	} 
}

.jotaPRO:hover {
	background: #3C3F4C;
}

.jotaPRO:hover a {
	background: #3C3F4C;
}

#jotaPROLink {
	padding: 0;
}

.newsFree {
	font: 700 14px/20px 'Roboto', sans-serif;
	color: #F05841;
	border-radius: 4px;
	border: 2px solid #F05841;
	padding: 4px 10px;
	cursor: pointer;
	margin-left: 12px;
	background: transparent;
	display: flex;
	align-items: center;
	height: 32px;
}

@media (max-width: 980px) {
	.newsFree {
		display: none;
	}
}

#newsFreeLink {
	font: 700 14px/20px 'Roboto', sans-serif;
	color: #F05841;
	text-decoration: none;
}

.mail-logo {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.login {
	font: 700 11px/11px 'Roboto', normal;
	color: #1F2128;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 12px;
	text-decoration: none;
}

#logged-user {
	display: flex;
	justify-content: center;
	align-items: center;
}

#logged-user-details[open] summary {
	color: #f05841;
}

/**
* Menu ÃƒÂrea Logada
*/
.right-menu {
	list-style: none;
	position: absolute;
	right: 0.1px;
	background-color: #EFF0F4;
	padding: 0;
	margin-top: 21px;
}

.right-menu li {
	padding: 8px 12px;
	color: #3C3F4C;
}

.right-menu li:hover {
	color: #000000;
	background: rgba(211, 211, 217, 0.4);
}

.right-menu li a {
	font: 400 16px/24px 'Roboto', normal;
	color: #3C3F4C;
	cursor: pointer;
	text-decoration: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 100%;
	display: block;
}

.right-menu li a span {
	font: 700 11px/14px "Roboto", sans-serif;
	background: #f05841;
	color: #FFFFFF;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 4px 6px;
}

.right-menu li a:hover {
	color: #000000;
}

.right-menu::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: -4px;
	right: 28px;
	background-color: #EFF0F4;
	transform: rotate(45deg);

}

#home_meus_dados {
	display: flex;
	flex-direction: column;
	pointer-events: none;
	padding: 12px;
	border-bottom: 1px solid rgba(211, 211, 217, 0.4);
}

#home_meus_dados a {
	padding: 0;
	border: none;
}


#user-menu-name {
	font: 700 16px/24px 'Roboto', sans-serif;
	color: #1F2128;
	padding-bottom: 1px;
	background: transparent;
	text-transform: none;
	padding: 0 0 1px 0;

}

#user-menu-email {
	font: 400 12px/16px 'Roboto', normal;
	color: #73757F;
	padding-top: 1px;
	background: transparent;
	text-transform: none;
	padding: 1px 0 0 0;
}

#home_sair {
	border-top: 1px solid rgba(211, 211, 217, 0.4);
}

#home_sair a {
	border: none;
}

details>summary {
	list-style: none;
}

details>summary::-webkit-details-marker {
	display: none;
}

/**
* Body
*/
#app {
	padding-top: 96px;
}

@media (max-width: 992px) {
	#app {
		padding-top: 200px;
	}
}


@media (max-width: 550px) {
	#wpadminbar {
		display: block;
		margin-bottom: 20px;
	}

	.wrapper {
		padding-left: 0;
	}

	.pro-btn-header {
		display: block;
	} 
	
}

.jota-cover {
	margin: 9.5rem 2.22222% !important;
}

/**
* MENU EDITORIAL
*/

#nav-bar {
	border-bottom: 1px solid rgba(211, 211, 217, 0.4);
	border-top: 1px solid #ededf0;
	background-color: #FFFFFF;
	;
}

#menu_editorials {
	display: flex;
}

#menu_editorials .menu {
	display: flex;
	background: #FFFFFF;
	width: 100%;
	height: inherit;
	position: inherit;
	z-index: inherit;
	top: inherit;
	visibility: inherit;
	justify-content: flex-start;
	list-style: none;
	padding-left: 1.65em;
	margin: 0 auto;
	/* max-width: 89.125rem; */
	padding-left: 31px;
}

#menu_editorials .menu li a {
	font: 700 14px/20px 'Roboto', sans-serif;
	text-transform: initial;
	text-decoration: none;
	color: #3C3F4C;
	padding: 0;
}

#menu_editorials .menu li:hover>a {
	color: #f05841;
}

#menu_editorials .menu li a:hover {
	color: #F05841;
}

#menu-v3-menu-principal-1 {
	padding: 0;
}

#menu_editorials .menu-item {
	font: 700 14px/20px 'Roboto', sans-serif;
	color: #3C3F4C;
	padding: 12px;
	cursor: pointer;
}

#menu_editorials .menu-item:hover {
	background: rgba(230, 232, 237, 0.4);
}

#menu_editorials .menu-item:hover .sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	background: #f5f6f8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
	/* padding: 0 5%; */
}

#menu_editorials .menu-item:hover .sub-menu li a {
	padding: 2px 0;
	font: 700 12px/16px 'Roboto', sans-serif;
	color: #73757F;
}

#menu_editorials .menu-item:hover .sub-menu li:hover a {
	color: #F05841;
}

#menu_editorials .sub-menu {
	display: none;
	list-style: none;
	padding: 0;
}


/**
* Menu Hamburger
*/

@media (min-width: 980px) {
	.hamburguer-menu-details {
		display: none;
	}
}


#menu-hamburguer ul {
	display: block;
	position: inherit;
	width: inherit;
	height: inherit;
	background: inherit;
	visibility: inherit;
	padding: 0;
}

#menu-hamburguer ul li .sub-menu {
	display: none;
}

#menu-hamburguer ul li:hover .sub-menu {
	display: block;
}


.menu-item-hamburguer {
	list-style: none;
	padding: 0;
}

.menu-item-hamburguer li {
	cursor: pointer !important;
	display: block;
}

.menu-item-hamburguer li:hover .sub-menu {
	display: block;
}

.menu-item-hamburguer li .sub-menu {
	display: none;
	padding: 0;
}

.menu-item-hamburguer li a {
	font: 400 16px/24px 'Roboto', normal;
	color: #3C3F4C;
	text-decoration: none;
}

.menu-item-hamburguer li:hover {
	color: #000000 !important;
	background: white !important;
}

.menu-item-hamburguer .menu-item:hover .sub-menu {
	background: whitesmoke;
	position: inherit !important;
}

.cat-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cat-item:hover {
	color: #000000;
	background: rgba(211, 211, 217, 0.4);
}


.menu {
	position: absolute;
	z-index: 6;
	width: 360px;
	height: 802px;
	top: 1px;
	background-color: #FFFFFF;
	visibility: hidden;
}

.menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(211, 211, 217, 0.4);
}

.menu-open-icon {
	cursor: pointer;
}

.menu-logo {
	height: 29px;
	width: 79px;
	padding: 14px 12px 14px 0;
}

.hamburguer-menu {
	position: absolute;
	z-index: 80;
	top: 56px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.hamburguer-menu-summary {
	cursor: pointer;
}

.hamburguer-menu-summary:before {
	width: 56px;
	height: 56px;
	display: block;
	content: "";
	cursor: pointer;
}

.tittle {
	font: 700 14px/20px 'Roboto', normal;
	text-transform: uppercase;
	color: #F05841;
	padding: 12px;
	margin: 0;
}

.menu-last-item {
	font: 400 16px/24px 'Roboto', normal;
	color: #3C3F4C;
	padding: 8px 0 30px 12px;
	border-bottom: 1px solid rgba(211, 211, 217, 0.4);
	cursor: pointer;
}

.menu-last-item:hover {
	color: #000000;
	background: rgba(211, 211, 217, 0.4);
}

.menu-jotaPRO {
	background: #000000;
	color: #FFFFFF;
	padding: 6px 10px;
	height: 32px;
	width: 324px;
	border-radius: 4px;
	font: 700 14px/20px 'Roboto', normal;
	border: none;
	cursor: pointer;
	margin: 18px;
	text-decoration: none;
}

.search-mobile-container {
	background: #1F2128;
	visibility: hidden;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reveal {
	visibility: visible;
}


.newsFree:hover {
	border-color: #AF2E1D;
}

.newsFree:hover>#newsFreeLink {
	color: #AF2E1D;
}

.newsFree .mail-logo {
	fill: #F05841;
}

.newsFree:hover .mail-logo {
	fill: #AF2E1D;
}

@media only screen and (max-width: 980px) {
	.hamburguer-menu {
		width: 300px;
		overflow-y: auto;
		position: absolute;
		scrollbar-color: rgba(152, 153, 162, 0.5) transparent;
		scrollbar-width: thin;
	}

	#menu_editorials {
		display: none;
	}

	.search-container {
		display: none;
	}

	.search-container-mobile {
		display: flex;
		padding: 12px;
		background: rgba(230, 232, 237, .4);
		border-bottom: 1px solid rgba(211, 211, 217, .4);
		width: 100%;
		box-sizing: border-box;
	}

	.inputComponent {
		border: 2px solid #e7e7e7;
		width: 100%;
		background: white;
		display: flex;
		padding: 10px 0;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.extra-menu {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		margin-bottom: 12px;
	}

	.menu-jotaPRO {
		width: 276px;
		margin: 12px;
		padding: 5px;
		height: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#newsFreeLink {
		border: #F05841 1px solid;
		padding: 5px;
		border-radius: 4px;
		width: 276px;
		color: #F05841;
		display: block;
		text-align: center;
	}

	.menu-item-hamburguer ul {
		padding: 0 !important;
		margin: 0px !important;
	}

	.menu-item-hamburguer ul li {
		padding: 12px;
		margin: 0;
	}

	.menu-item-hamburguer ul li a {
		font: 700 14px/20px 'Roboto', sans-serif;
		color: #3c3f4c;
		text-transform: initial;
	}

	#menu-hamburguer ul {
		border-bottom: 1px solid #00000014;
		padding-left: 0px !important;
	}

	.overlay {
		position: absolute;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, .24);
	}

}


@media only screen and (max-width: 549px) {

	#app>div>header {
		padding-top: 99px;
	}

	#logged-user-details {}

	details#logged-user-details summary::before {
		margin-right: 14px !important;
	}

	.hamburguer-menu {
		width: 100%;
		min-height: 100vh;
	}

	.extra-menu {
		box-sizing: border-box;
		padding: 0 20px;
		width: 100%;
	}

	.menu-jotaPRO {
		width: 100%;
	}

	#newsFreeLink {
		width: 100%;
	}

	.jota-author-header {
		margin-top: 100px;
	}
}

body {
	margin: 0;
	padding: 0;
	background-color: white !important;
}

.j-banner-temp{
	min-width: 230px;
}