#r7-header-main {
	position: relative;
	z-index: 1060;
}

#header {
	background: var(--branco);
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 1040;
}

	.header_wrapper {
		background: #173358;
		width: 100%;
		height: 80px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1041;

		transition: all 0.3s ease-in-out;
	}

	.fixed .header_wrapper {
		height: 70px;
		position: fixed;
	}

		#header .content {
			height: 100%;
			padding: 0 20px;
			color: var(--branco);

			transition: all 0.3s ease-in-out;
		}

		#header.fixed .content {
			padding: 2px 20px;
		}

			.header_left {
				width: 60%;
			}

				.toggleMenu {
					display: block;
					width: 40px;
					height: 40px;
					margin: auto 0;
					text-decoration: none;
					position: relative;
					cursor: pointer;
					z-index: 99999;

					transition: all 0.15s;
				}

				.toggle_ativo {}

					.line_one {
						background: var(--branco);
						width: 18px;
						height: 2px;
						position: absolute;
						top: 14px;
						left: 0;

						transition: all 0.15s;
					}

						.toggle_ativo .line_one {
							background: var(--branco) !important;
							width: 18px;
							top: 13px;
							left: 3px;

							transform: rotate(45deg) translate(2px,7px);
						}

					.line_two {
						background: var(--branco);
						width: 18px;
						height: 2px;
						position: absolute;
						top: 19px;
						left: 0;

						transition: all 0.15s;
					}

						.toggle_ativo .line_two {
							opacity: 0;
						}

					.line_three {
						background: var(--branco);
						width: 18px;
						height: 2px;
						position: absolute;
						bottom: 14px;
						left: 0;

						transition: all 0.15s;
					}

						.toggle_ativo .line_three {
							background: var(--branco) !important;
							width: 18px;
							bottom: 12px;
							left: 3px;

							transform: rotate(-45deg) translate(2px,-7px)
						}

				#header .logo,
				#header .content h1.logo {
					background: url(../../img/logogc.png) no-repeat center left / contain;
					width: 75px;
					height: 37px;
					margin: 0 50px 0 40px;
					text-indent: -99999px;
					position: relative;
				}

					#header .logo a,
					#header .content h1.logo a {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
					}

				.mini_header_desk {
					width: calc(100% - 210px);
				}

					.content .mini_header_desk ul {
						margin: 0;
						list-style: none;

						display: -ms-flexbox;
						display: flex;	  
						-webkit-flex-flow: row wrap;
						-ms-flex-flow: row wrap;
						justify-content: left;
					}

						.mini_header_desk ul li {
							margin: 0 20px;
							display: block;
						}

							.mini_header_desk ul li a {
								padding: 28px 15px;
								font-size: 18px;
								line-height: 22px;
								color: var(--branco);
								font-weight: 500;
								position: relative;
								text-decoration: none;
								position: relative;

								transition: all 0.3s ease-in-out;
							}

							.fixed .mini_header_desk ul li a {
								padding: 23px 15px;
							}

							.mini_header_desk ul li a:after {
								content: '';
								background: transparent;
								width: 100%;
								height: 4px;
								position: absolute;
								left: 0;
								bottom: 0;
								z-index: 0;

								transition: all 0.3s ease-in-out;
							}

							.mini_header_desk ul li a:hover:after {
								background: var(--vermelho);
							}

								.mini_header_desk ul li a span {
									opacity: 0;
									width: 100%;
									height: 3px;
									position: absolute;
									left: 0;
									bottom: 0;
								}

									.mini_header_desk ul li.current-menu-item a span,
									.mini_header_desk ul li a:hover span {
										opacity: 1;
									}

			.header_right {
				width: 40%;
			}

				.select_regiao_mobile {display: none;}

				.select_regiao_header {
					width: 175px;
					margin: 0 25px 0 0;
					padding: 0 0 4px 0;
					position: relative;
				}

					.regialLabel {
						width: 100%;
						margin: 0 0 5px 0;
						font-size: 16px;
						line-height: 16px;
						font-weight: 900;
						text-align: center;
						color: var(--laranja);
						display: block;
					}

					.regiaoToggle {
						background: url(../../img/seta_dropdown_header.svg) no-repeat center right 10px #818181;
						width: 100%;
						padding: 5px 20px 7px 20px;
						font-size: 14px;
						line-height: 18px;
						color: var(--branco);
						font-weight: bold;
						border-radius: 20px;
						display: block;
						cursor: pointer;
					}

					.select_regiao_lista {
						display: none;
						background: var(--branco);
						width: 100%;
						border: 1px solid #D6D9DF;
						border-radius: 5px;
						position: absolute;
						top: 60px;
						left: 0;
					}

						.content .select_regiao_lista ul {
							margin: 0;
							padding: 10px 0;
							list-style: none;
						}

							.select_regiao_lista ul li {
								display: block;
							}

								.select_regiao_lista ul li a {
									background: var(--branco);
									padding: 5px 15px;
									font-size: 14px;
									line-height: 18px;
									color: #8E98AC;
									display: block;
								}

									.select_regiao_lista ul li a:hover {
										background: #D6D9DF;
									}

				.header_right a.gray {
					padding: 0 20px 0 0;
					color: #6D7A92;
					font-weight: 500;
				}

					.header_right a.gray:hover {
						color: var(--branco);
						text-decoration: none;
					}

				.header_right_divider {
					background: #6D7A92;
					width: 2px;
					height: 24px;
					border-radius: 1px;
					display: block;
				}

				.toggleSearch {
					padding: 8px 0 8px 24px;
					color: #6D7A92;
					cursor: pointer;
				}

				.toggleSearch.active {
					background: url(../../img/close_search.svg) no-repeat center right;
				}

					.toggleSearch.active i {
						opacity: 0;
					}

					.toggleSearch:hover {
						color: var(--branco);
					}

#menu_header_wrapper {
	background: var(--branco);
	width: 376px;
	height: calc(100vh - 125px);
	position: fixed;
	top: 125px;
	left: -376px;
	z-index: 1039;
	opacity: 0;

	box-shadow: 0 0 0 9999px rgba(3, 22, 59, 0);
	transition: all 0.3s ease-in-out;
}

.fixed #menu_header_wrapper,
.fixed .menu_header_in ul li.menu-item-has-children ul {
	height: calc(100vh - 70px);
	top: 70px;
}

#menu_header_wrapper.menu_header_ativo {
	opacity: 1;
	left: 0;

	box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.16);
}

	.menu_header_in {
		width: 100%;
		height: 100%;
		padding: 40px 20px 40px;
		position: absolute;
		top: 0;
		right: 100%;
		opacity: 0;
		overflow-x: auto;

		transition: all 0.5s ease-in-out;
	}

	.menu_header_in::-webkit-scrollbar {
		width: 5px;
	}
	 
	.menu_header_in::-webkit-scrollbar-track {
		box-shadow: inset 0 0 6px rgba(109, 122, 146, 0.3);
	}
	 
	.menu_header_in::-webkit-scrollbar-thumb {
		background-color: rgba(109, 122, 146, 0.35);
		outline: 1px solid slategrey;
	}

	.menu_header_in_ativo {
		opacity: 1;
		right: 0;
	}

		.header_conta {display: none;}

		.menu_burguer_superior {
			width: 100%;
		}

			.titulo_menu_burguer {
				margin: 0 0 15px 0;
				padding: 0 15px;
				font-size: 20px;
				line-height: 24px;
				color: #03163B;
				font-weight: bold;
				text-transform: uppercase;
				display: block;
			}

			.menu_header_in ul {
				margin: 0;
			}

				.menu_header_in ul li {
					display: block;
					z-index: 1039;
				}

					.menu_header_in ul li a {
						width: 100%;
						padding: 5px 15px;
						font-size: 18px;
						line-height: 22px;
						color: #B4B4B4;
						font-weight: 500;
						text-decoration: none;

						display: -ms-flexbox;
						display: flex;	  
						-webkit-flex-flow: row wrap;
						-ms-flex-flow: row wrap;
						align-items: center;
						justify-content: space-between;
					}

						.menu_header_in ul li a i {
							font-size: 14px; 
							color: var(--laranja); 
							display: none;
						}
						.menu_header_in ul li.menu-item-has-children a i {
							font-size: 16px; 
							display: block;
						}
						.menu_header_in ul li a:hover {
							background: #f2f2f2;
						}

					.menu_header_in ul li.menu-item-has-children ul {
						background: var(--branco);
						width: 376px;
						height: calc(100% - 125px);
						padding: 40px 65px 40px;
						position: fixed;
						top: 125px;
						left: -376px;
						z-index: 1050;

						transition: all 0.3s;
					}

					.fixed .menu_header_in ul li.menu-item-has-children ul {
						height: calc(100% - 70px);
						top: 70px;
						padding: 40px 65px;
					}

					.menu_header_in ul li.menu-item-has-children ul.sub-menu-on {
						left: 0;
					}

						button.menu-voltar {
							background: none;
							width: 100%;
							margin: 0 0 15px 0;
							padding: 0;
							font-size: 20px;
							line-height: 24px;
							color: #03163B;
							text-align: left;
							font-weight: bold;
							text-transform: uppercase;
							display: block;
							border: none;
							outline: none;
							display: block;
							position: relative;
							cursor: pointer;
						}

							button.menu-voltar i {
								font-size: 16px;
								line-height: 24px;
								position: absolute;
								top: 0;
								left: -30px;
							}

							button.menu-voltar:hover {
								opacity: 0.7;
							}

							.menu_header_in ul li.menu-item-has-children ul li a {
								padding: 5px 0;
							}

								.menu_header_in ul li.menu-item-has-children ul li a:hover {
									color: var(--azul);
								}

							.menu_header_in ul li.menu-item-has-children ul li a i {display: none;}

		.menu_burguer_inferior {
			width: 100%;
			margin: 30px 0 0 0;
		}

			.menu_header_in .menu_burguer_inferior ul li a {
				font-size: 20px;
				line-height: 24px;
				color: #03163B;
				font-weight: bold;
				text-decoration: none;
			}

				.menu_header_in .menu_burguer_inferior ul li.menu-item-has-children ul li a {
					font-size: 16px;
					line-height: 20px;
					font-weight: 500;
				}

.busca_header_wrapper {
	display: none;
	background: var(--branco);
	width: 100%;
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 1039;

	box-shadow: 0 0 0 9999px rgba(3, 22, 59, 0.16);
}

.fixed .busca_header_wrapper {
	top: 70px;
}

	.busca_header_form {
		width: 100%;
	}

		#header .busca_header_form .content {
			padding: 0 20px;
			color: #03163B;
		}

			.busca_header_form form {
				width: 100%;
			}

				.busca_header_form .content .form_control {
					margin: 0;
				}

					.busca_header_form .form_control input {
						background: transparent;
						width: 100%;
						padding: 30px 0;
						font-size: 16px;
						line-height: 20px;
						color: #6D7A92;
						border: none;
						outline: none;
					}

					.busca_header_form .form_button button {
						background: none;
						width: 0px;
						height: 0px;
						border: none;
						outline: none;
						opacity: 0;
						position: absolute;
						top: 0;
						right: 0;
					}

.mini_menu_wrapper {
	display: none;
	background: var(--branco);
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #F5F5F7;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1038;
}

	#header .mini_menu_wrapper .content {
		height: 100%;
		padding: 10px 10px;
	}

		.mini_menu_mobile {
			width: 100%;
		}

			.content .mini_menu_mobile ul {
				margin: 0;
				list-style: none;

				display: -ms-flexbox;
				display: flex;	  
				-webkit-flex-flow: row wrap;
				-ms-flex-flow: row wrap;
				justify-content: left;
			}

				.mini_menu_mobile ul li {
					margin: 0 40px 0 0;
					display: block;
				}

					.mini_menu_mobile ul li a {
						padding: 5px 0 0 0;
						font-size: 16px;
						line-height: 20px;
						font-weight: 600;
						letter-spacing: 1px;
						text-transform: uppercase;
						text-decoration: none;
						display: inline-block;
					}

						.mini_menu_mobile ul li a:hover {
							opacity: 0.7;
						}