/*********************************************
Banner campanhas
**********************************************/
.width-modal-banner {
	width: 960px;
	background-color: black !important;
}

.banner-campanha-img-width {
	width: 100%;
	width: -moz-available; /* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available;
	/* Mozilla-based browsers will ignore this. */
	width: fill-available;
}

.banner-ajuste-margem {
	top: 5% !important;
}

.banner-ajuste-margem .ui-widget-header{
	margin-top: 0px !important;
}