/*
*
* Custom CSS 
* Topo - Layout 1
*
*/

/*
* Topo
*/

#header .social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li {
	box-shadow: none !important;
}

#header .social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li a {
	background: none !important;
	font-size: 1.4rem;
}

#header .header-nav-features:before, 
#header .header-nav-features:after {
	background: none !important;
}

#header .header-nav-features {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
}

#header .social-icons li {
	margin: -1px 4px 0px 4px;
}

#header .social-icons {
	padding-top: 8px;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, 
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
	color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'FONTFABRIC-INTROCONDTHINALT_0';
  letter-spacing: 2px;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover > a, 
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li:hover > a {
	text-decoration: none !important;
	color: #e9cf8b !important;
}

html.sticky-header-active #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, 
html.sticky-header-active #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
  color: #02496e;
}

html.sticky-header-active #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover > a, 
html.sticky-header-active #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li:hover > a {
  color: #e9cf8b !important;
}

#header .social-icons li a {
	color: #69008c !important;
}

/*
* Tela de Manutenção
*/

.main.main-maintenance {
	background: #69008c !important;
	max-width: 100% !important;
	min-height: calc(100vh - 158px) !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.sticky-header-active .btn-outline-white {
  border-color: #02496e !important;
  color: #02496e !important;
}

.sticky-header-active a.p-2.text-white {
  color: #02496e !important;
}