.header {
	padding: 10px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.header__nav {
	flex-direction: row;
	justify-content: start;
	align-items: center;
	position: relative;
	display: flex;
}
.header__nav > h1 {
	font-size: 22px;
	font-weight: 500;
	margin-left: 35px;
	color: #10384f;
	z-index: 3;
}

.header__nav .box-link--icon {
	width: 200px;
}

.header {
	background:#18374F;
	color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.header .logo img {	
	width: 45px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}

.header .divider {	
	position: absolute;
	color:var(--pink-500);
	transform: skewX(2deg);
	display: inline-block;
	font-weight: 900;
	font-size: 32px;
	line-height: 32px;	
	bottom: calc(40px - 50%);
	left: 1.5rem;
}

.menu__box .box-link { max-width: 200px; margin: 10px auto; text-transform: uppercase; }

.header .header__nav::before {
    content: " ";
	position: absolute;
	width: 600%;
	height: 77px;
	background-color: #fff;
	top: -10px;
	left: 200px;
	transform: skewX(-20deg);
	z-index: 2;
}
.header + .container { background: #18324C; }

.banner {
	margin:0;	
}
.bg-banner {
	background-color: #18324C;
}
.banner img {
	min-width: 100%;
}

@media screen and (max-width: 991.98px) {
	.header { padding-left: 0; padding-right:0 }
}

.header__nav .fale-conosco-link {
	display: none;
}
.fale-conosco-mob-link {
	display: block;
	font-size: 16px;
	font-weight: 500;
	z-index: 3;
	color: #4877F5;
	margin-top: 10px;
	margin-right: 4px;
	text-align: end;
}
.header__nav .fale-conosco-link a {
	display: flex;
	gap: 10px;
}
.fale-conosco-mob-link a {
	display: flex;
	gap: 4px;
	justify-content: end;
}
.fale-conosco-mob-link img {
	width: 20px;
}
@media screen and (min-width: 750px) {
	.header__nav .fale-conosco-link {
		display: block;
		position: absolute;
		right: 4px;
		font-size: 22px;
		font-weight: 500;
		z-index: 3;
		color: #4877F5;
	}
	.header__nav .fale-conosco-link img {
		width: 28px;
	}
	.fale-conosco-mob-link {
		display: none;
	}
}
