/* CSS para sobrescrever as classes do portal */


/* VERIFICAR DUPLICIDADE
	
	/*css portal
-------------------------------------------------- */
.wpthemeFrame{
	min-width: auto !important;
}
.layoutRow {
	width: 100% !important;
}

.wpthemeInner,.wpthemeSecondaryNav {
	margin: 0 auto !important;
	width: 100% !important;
}

.wpthemeOverflowAuto {
	overflow: visible;
}

.wpthemeMainContent {	
	background-color: #fff;
}


@media (max-width: 767.98px){
	.wpthemeMainContent {
		top: 0px;
	}
	.wpToolbarActionBar{
		display: none;
	}
}


.wpthemeTopCol .wpthemeHeadlineContainer {
	width: 100% !important;
	margin-right: 15px !important;
	margin-bottom: 20px !important;
	margin: 0 !important;	
}

.wpthemeCol {
    min-height: 0 !important;
    margin: 0;	
}

.wptheme2Col .wpthemeCol {
	margin-left: 20%;
}

.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer {
	margin-left: 27px;
	margin-top: 15px;
}

.wptheme3Col.wpthemeUnequal .wpthemeSecondaryContainer,.wptheme3Col.wpthemeUnequal .wpthemeTertiaryContainer {
	width: 246px;
	margin-left: 20%;
}

.wptheme2Col.wpthemeUnequal .wpthemePrimaryContainer {
	width: 100% !important;
	margin-left: 0;
	margin: 0 auto;
	float: none !important;
}

.wpthemeLayoutContainers {
	padding: 0px !important;
}

.wpthemeFooter{
	margin: 0;
	background: none;
}