/*
*
* 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: #69008c;
	text-transform: initial;
	font-size: 18px;
	font-weight: bold;
	font-family: FONTFABRIC-INTRO-BOLD-ALT;
}

#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-transform: none !important;
	text-decoration: none !important;
	color: #3fe1c0 !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;
}