.unaerp_structure_head {
	border-top: 3px solid #ffd504;
	border-bottom: 0;
	margin-bottom: 16px;
	color: #fff;
	background-color: #16254c;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .5);
}

.unaerp_head_wrapper {
    padding-top: 15px;
}

.unaerp_site_name_wrapper {
	margin-bottom: 15px;
}

.unaerp_site_name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.unaerp_logo {
	margin-right: 16px;
}

.unaerp_logo img {
	width: auto;
}

.unaerp_navigation_primary_row {
	background-color: #415380;
}
	
.pkp_navigation_primary_wrapper {
	display: flex;
	justify-content: flex-start;
}

form[action^="https://revistas.unaerp.br/"] {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

@media all and (min-width: 992px) {
	.unaerp_site_name {
		justify-content: flex-start;
	}

	.unaerp_logo img {
		width: 130px !important;
	}

	.unaerp_structure_content {
		border-right: 1px solid #ddd;
		border-top: 1px solid #ddd;
		-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
		-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
		box-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
	}
}