

/***
_________________bg
***/


body{
    background-image: url(../imagem/bgofertas.jpg);
}

.logocampanha{
	display: flex;
	align-items: center;
	justify-content: center;
	

}

.parte01{
	background-color:  #460D5A;
	/*padding: 10px;*/
	padding-top: 3em;
	padding-bottom: 2em;
	margin-bottom: 5em;
}

.parte02{
	margin-bottom: 100px;
}


.titulo{
	color: #fff;
	margin-top:8%;
	margin-bottom: 10%
}



.card{
	background-color: #460D5A;;
	border: 0px;
}
.cardi{
	background-color: #F06600;

}

.card-header{
	background-color: #460D5A;
	margin: 0px;
	border: 0px;
}


.card-headeri{
	background-color: #F06600;
	border: 0px;
	color: #000;
}





.mb-0{
	color: #fff;
	text-decoration: none;
}


.collapse{
	background-color: #fff;
	columns: #000;
}

.list-group-item{
	background-color:  #ccc;
	text-decoration: none;
	font-size: 1.5em;
	text-align: center;
	display: flex;
	justify-content: center;
}

.list-group-item:hover{
	background-color: #F06600;
	text-decoration: none;
}



.parte04{
    padding-top: 2em;
	padding-bottom: 5em;
	background-color: #460D5A;
	font-size: 20px;
	color: #fff;
	margin-top:8em
}

a:link{
	text-decoration: none;
	color: #fff  !important;
}

a{
	text-decoration: none;
	color: #fff  !important;
}

img{
	padding: -10px !important;
}


.linksrodape{
	display: flex;
	align-items: center;
	justify-content: center;
}


