.centerDiv {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.menuDropdown {
	font-size: 27px;
}

.headermobile {
	background-image: linear-gradient(#cccccc, #aaaaaa);
	padding-top: 5px;
	padding-bottom: 5px;
}

.header {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.headerSimbolos {
	width: 150px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.setaAcima {
	margin-top: 10px;
}

@media (max-width:576px) {}

.headernovo {
	margin-bottom: 0px !important;
}

.ctn {
	background-color: #e7e7e7;
}

.header-container {
	width: 100%;
	max-width: 1180px;
	padding: 0 30px;
	margin: 16px auto;
}

.headermobile {
	max-height: 200px !important;
}

.header-icones ul {
	display: grid;
	flex-direction: row-reverse;
}

.header-icones ul li {
	flex-direction: row;
	background-color: #41414d;

}

/*---------------------
  Header
-----------------------*/
.logologado {
	max-height: 240px;
}


@media (max-width: 400px) {
	.tradelogado {
		max-height: 120px;
		max-width: 100px !important;
	}
}

.header-section {
	height: 145px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 45px;
}

.inner-header .logo {
	float: left;
}

.inner-header .header-right {
	float: right;
	line-height: 30px;
	margin-top: 30px;
}

.inner-header .header-right img {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.inner-header .header-right a {
	display: inline-block;
	position: relative;
}

.inner-header .header-right a img {
	margin-right: 0;
	margin-left: 4px;
}

.inner-header .header-right a span {
	font-size: 11px;
	color: #1e1e1e;
	width: 18px;
	height: 18px;
	border: 2px solid #D0D7DB;
	background: #fff;
	display: inline-block;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	position: absolute;
	left: -9px;
	top: 14px;
}

#modalStyle {
	align-content: center;
	justify-items: center;
	margin: 500px;
	border-width: 10px;
	background-color: aqua;
}

.inner-header .user-access {
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}

.inner-header .user-access a {
	color: #1e1e1e;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	position: relative;
	line-height: 42px;
}

.inner-header .user-access a.in {
	color: #838383;
	margin-left: 15px;
	position: relative;
}

.inner-header .user-access a.in::before {
	position: absolute;
	left: -13px;
	top: 1px;
	color: #1e1e1e;
	content: "/";
}

.inner-header .main-menu {
	float: right;
	margin-top: 30px;
	margin-right: 125px;
}

.inner-header .main-menu ul li {
	display: inline-block;
	margin-left: 60px;
	position: relative;
}

.inner-header .main-menu ul li a {
	color: #1e1e1e;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	position: relative;
	line-height: 42px;
}

.inner-header .main-menu ul li a.active:after {
	opacity: 1;
}

.inner-header .main-menu ul li a:hover:after {
	opacity: 1;
}

.inner-header .main-menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: 2px;
	background: #1e1e1e;
	content: "";
	opacity: 0;
	/*-webkit-transform: all 0.3s;
    -webkit-transition: all 0.3s;
    */
	transition: all 0.3s;
}

.inner-header .main-menu ul li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.inner-header .main-menu ul li .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
}

.inner-header .main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
}

.inner-header .main-menu ul li .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 2.3;
}

.inner-header .main-menu ul li .sub-menu li a:after {
	display: none;
}

.slicknav_menu {
	display: none;
}

.headerContainer {
	margin-top: 1em;
}

@media(max-width: 480px) {

}

.tituloGrupos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.fullWidth {
	width: 100%;
	display: flex;
	flex-direction: row;
}



.menuDropdown>div {
	padding: 0;
	background-image: linear-gradient(#cccccc, #aaaaaa);
}

.menuDropdown>div>div>ul>a {
	padding-top: 0;
	text-decoration: none;
}










nav {
	-webkit-transition: padding-top .3s, padding-bottom .3s;
	-moz-transition: padding-top .3s, padding-bottom .3s;
	transition: padding-top .3s, padding-bottom .3s;
	border: none;
}

.navbar-nav,
.form-inline {
	padding-left: 3rem !important;
}

.nav-item .nav-link {
	display: inline-block;
	text-decoration: none;
	padding: .5rem 1.5rem;
}

.dropdown:hover>.dropdown-menu {
	display: block;
	transition: display 1s, opacity 0.5s linear;
}

.dropdown-menu {
	margin: 0px !important;
	text-align: center !important;
}

.dropdown-toggle::after {
	display: none !important;
}

.dropend>.dropdown-menu>a:hover>p {
	font-weight: 500
}

.dropend:hover>.dropdown-menu {
	top: 0px !important;
	right: auto;
	left: 100%;
	margin-top: 0px !important;
	margin-left: 0px !important;
	display: block;
	margin-top: -50px;
	background-image: linear-gradient(#cccccc, #999999);
}

.dropend .dropdown-menu[data-bs-popper] {
	display: none !important;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding-top: 0.5em !important;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
}

.dropdown-menu>.dropdown-item {
	height: 100%;
}

.dropdown-divider {
	height: 0;
	overflow: hidden;
}