header	{
	width: 100%;
	height: inherit;
	background: #fafafa;
}

#headerMobile {
	background: #fafafa;
}

#headerCustom {
    max-width: 1024px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.logo img {
    height: 40px;
    width: auto;
}

#headerCustom .Menu-actions {
    display: flex;
    align-items: center;
}

#headerCustom #cta-AbreBusca {
	padding: 0 24px;
}

#headerCustom .bt-menu-pixel {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 16px;
}

#headerCustom .bt-menu-pixel a {
	color: #4D4D4D;
	cursor: pointer;
}

#headerCustom ul.menu-cts-header {
	display: flex;
	align-items: center;
}

#headerCustom ul.menu-cts-header li {
	margin-right: 12px;
}

#headerCustom ul.menu-cts-header li:last-child {
	margin-right: 0px;
}

#headerCustom li.li-bt-cta-primary a,
#headerCustom a.bt-cta-primary {
	width: inherit;
	padding: 20px 30px;
	text-transform: uppercase;
	font-weight: 600;
}

#headerCustom li.cta-associe {
	padding-left: 12px;
}

#headerCustom .nome-site-header {
	 flex-grow: 1;
	 padding-left: 12px;
}

#headerCustom .nome-site-header h1 {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

#headerCustom .nome-site-header span {
	font-weight: 300;
    font-size: 14px;
}

ul.Menu-Cat {
	display: flex;
	margin-bottom: 54px;
	flex-wrap: wrap;
}

ul.Menu-Cat li {
	margin: 0 8px 8px 0;
	display: flex;
}

ul.Menu-Cat li a {
	background: #0091FF;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-radius: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	transition: 0.30s;
}
ul.Menu-Cat li a:hover {
	transition: 0.30s;
	transform: scale(1.1)
}

ul.Menu-Cat li.current-cat-parent {
	display: flex;

}

ul.Menu-Cat li.current-cat-parent ul.children li {
	margin: 0 0 0 8px;
}

ul.children li {
	margin: 0 0 0 8px;
}


nav.menu-header-nav {
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

nav.menu-header-nav div.menu-menu-header-container {
	max-width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
	height: 100%;
}

nav.menu-header-nav ul {
	display: flex;
	height: 100%;
	z-index: 20;
}

nav.menu-header-nav ul li {
	padding: 0 18px;
	display: flex;
	align-items: center;
	transition: all 0.4s;
}

nav.menu-header-nav ul li:hover {
	background: #f4f4f4;
	transition: all 0.4s;
}

nav.menu-header-nav li.menu-item-has-children {
	position: relative;
}

nav.menu-header-nav li.menu-item-has-children ul.sub-menu {
	position:absolute; 
	top: 50px; 
	left: 0;
	background-color:#f4f4f4; 
	display:none;
	box-sizing: border-box;
	width: 100%;
	height: inherit;
	min-width: 300px;
	transition: all 0.4s ease 1s;
}

nav.menu-header-nav li.menu-item-has-children ul.sub-menu li {
	display: block;
	border-bottom: 1px solid #cccccc;
}

nav.menu-header-nav li.menu-item-has-children ul.sub-menu li:hover {
	background: #4D4D4D;
}

nav.menu-header-nav li.menu-item-has-children ul.sub-menu li a {
	padding: 18px 4px;
	display: block;
	font-weight: 600;
}

nav.menu-header-nav li.menu-item-has-children ul.sub-menu li a:hover {
	color: #fff;
} 

nav.menu-header-nav li.menu-item-has-children:hover ul.sub-menu {
	display:block;
	transition: all 0.4s ease 1s;
}

nav.menu-header-nav ul a,
nav.menu-header-nav-pushy ul a {
	font-size: 15px;
	color: #4D4D4D;
	font-weight: 700;	
	display: block;
	padding: 12px 4px;
}

nav.menu-header-nav-pushy {
	border-bottom: 1px solid #DEDEDE;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

nav.menu-header-nav-pushy a:hover {
	background: #fafafa
}

nav.menu-header-nav-pushy ul.sub-menu {
	padding-left: 14px;
}

nav.menu-header-nav-pushy ul.sub-menu a {
	font-weight: 600;
}

h6.label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4D4D4D;
    display: block;
    margin-bottom: 12px;
}

.Menu-actions-Pushy li {
	margin-bottom: 12px;
}

.Menu-actions-Pushy .menu-cts-header {
	display: flex;
	flex-wrap: wrap;
}

.Menu-actions-Pushy .menu-cts-header li {
	margin-bottom: 12px;
	margin-right: 12px;
	width: 100%;
}

.Menu-actions-Pushy .menu-cts-header li:last-child {
	margin-right: 0;
}

#footerCustom {
	background: #FAFAFA;
	margin-top: 0px;
	padding: 0 0 36px 0;
}

#footerCustom .gradeFooter-3col {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
    margin: 0 auto;
    padding: 38px 0;
}

#footerCustom .gradeFooter-3col li {
	width: 30%;
}

#footerCustom .gradeFooter-3col h4 {
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 32px;
}

#footerCustom .gradeFooter-3col span.tag-retangulo-big {
	margin-bottom: 6px;
}

#footerCustom .gradeFooter-3col span.tipo-medium {
	margin-bottom: 12px;
	display: block;
}

#footerCustom .logo {
    display: flex;
    justify-content: center;
    padding: 0;
}

#footerCustom ul.compartilha-redes {
    justify-content: center;
    padding: 36px 0 0 0;
}

.mediabiz {
	background: #fff;
}

ul.logosparceiros {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

ul.logosparceiros li {
	padding: 0 8px;
}

ul.logosparceiros li img {
	max-width: 100px;
	height: auto;
}

#pushy-menu ul.grade3colunas {
	justify-content: space-between;
}

#pushy-menu ul.grade-posts {
	display: flex;
}

#pushy-menu ul.grade3colunas li.card-primary-mini {
	margin: 0 0 10px 0;
}

#headerCustom li a.bt-cta-scpc,
a.bt-cta-scpc {
	background: url(../../img/logo-scpc.png) no-repeat #fff;
    background-size: 50px;
    background-position-y: center;
    background-position-x: 20px;
	border: 1px solid #E5E5E5;
	border-bottom: solid 3.5px #E5E5E5;
	color: #4D4D4D !important;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	padding: 20px 20px 20px 80px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.30s;
	box-sizing: border-box;
}

#headerCustom li a.bt-cta-scpc:hover,
a.bt-cta-scpc:hover {
	background: url(../../img/logo-scpc.png) no-repeat #fff;
    background-size: 50px;
    background-position-y: center;
    background-position-x: 20px;
	border: 1px solid #E5E5E5;
	padding: 20px 20px 23px 80px;
	border-bottom: solid .5px #E5E5E5;
	transition: 0.30s;
}

#headerCustom li a.bt-acesse-apcd,
a.bt-acesse-apcd
 {
	background: url(../../img/icon-apcd.png) no-repeat #524F4F;
    background-size: 22px;
    background-position-y: center;
    background-position-x: 20px;
	border: 1px solid #404040;
	border-bottom: solid 3.5px #404040;
	color: #fff !important;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	padding: 20px 20px 20px 56px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.30s;
	box-sizing: border-box;
}

ul.form-scpc li {
	margin-bottom: 12px;
}

ul.form-scpc li:first-child {
	text-align: center;
}

ul.form-scpc li img {
	max-width: 100px;
}

ul.form-scpc ::placeholder {
	color: #4D4D4D;
}

ul.form-scpc .bt-cta-primary-light {
	text-transform: uppercase;
    color: #1266A3;
}

#pushy-menu-scpc {
	z-index: 99999;
}


/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 600px ) {
	#headerCustom {
		display: none;
	}
	.content-margin {
		margin: 0 4px;
	}
	
	.pushyMenu div.content li.card-primary-mini {
		min-height: inherit;
	}
	.pushyMenu div.content li.card-primary-mini a div.thumb-min {
    	width: 90px;
    	min-width: 90px;
	}
	.pushyMenu div.content li.card-primary-mini a div.bar-text .bar-text-padding h2 {
    	font-size: 12px;
    	line-height: 18px;
	}

	#pushy-menu ul.grade-posts {
		display: block;
	}

	a.bt-acesse-apcd,
	a.bt-cta-scpc {
		padding: 20px
	}

	#footerCustom .gradeFooter-3col {
		display: block;
		padding: 38px 6px;
	}
	#footerCustom .gradeFooter-3col li {
		width: 100%;
		margin-bottom: 48px;
	}

	#footerCustom .gradeFooter-3col h4 {
		margin-bottom: 16px
	}
}