@charset "utf-8";
/* CSS Document */
.topo{
	padding: 5px 0;
	position: relative;
	box-shadow: 8px 5px 2px 1px #101010;
}
	
.bg-dark{
	color: #E1E1E1;
	background-color: #101010 !important;


}
.dropdown-menu{
	background-color: #171717;
	
}
.dropdown-menu li a{
	color: #A253E0;
	
}
.dropdown-menu li a:hover{
	color: #fff;
	background-color: #752BAF;
	
}
.dropdown-menu li a:focus{
	color: #fff;
	background-color: #752BAF;
	
}.dropdown-menu li a:active:focus{
	color: #fff;
	background-color: #601D94;
	
}
.nav-link{
	color: #A253E0;
	font-weight: bold;

}

.nav-link:hover{
	color: #CBB1DF;
	font-weight: bold;

}
.nav-link:active:focus{
	color: #A253E0;
	font-weight: bold;

}
.nav-link:focus{
	color: #CBB1DF;
	font-weight: bold;

}
.disabled{
	color: #272727;

}

.btn-dark{
	color: #DFDFDF;
	background: #752BAF;
	font-weight: bold;

}

.btn-dark:hover{
	color: #121212;
	font-weight: bold;
	background: #A253E0;
	box-shadow: none;

}

.btn-dark:active:focus{
	color: #121212;
	font-weight: bold;
	background: #752BAF;
	box-shadow: none;

}
.rodape{
	background: #532776;
}
.minirodape{
	background: #301148;

}
.linkrodape{
	color: #EBEBEB;
	text-decoration: none;
}
.footnav{
	color: #EBEBEB;
	text-decoration: none;
	font-weight: 400;
}
.footnav:hover{
	color: #230C35;
	text-decoration: none;
	font-weight: 400;
}
.footnav:active:focus{
	color: #230C35;
	text-decoration: none;
	font-weight: 400;
}
.footnav:focus{
	color: #230C35;
	text-decoration: none;
	font-weight: 400;
}
.footnav:active{
	color: #EBEBEB;
	text-decoration: none;
	font-weight: 400;
}
.titulo1{
	text-align: center;
	color: #dedede;
	font-weight: 400;
}
.titulo2{
	color: #EBEBEB;
	font-weight: 600;
}
.bg-warning{
	background: #755BCE!important
}
.char {
	background: #1F1F1F;
	max-width: 550px;
	min-width: 400px;
}
.charlink {
	color: #E7E7E7;
	text-decoration: none;
}.charlink:hover {
	color: #E7E7E7;
	text-decoration: none;
}
.charlink:active:focus {
	color: #E7E7E7;
	text-decoration: none;
}
.text-muted {
	color:#8D8D8D !important;
}
.breadlink {
	color:#8B8B8B;
	text-decoration: none;
}
.breadlink:hover {
	color:#C5C5C5;
	text-decoration: none;
}
.breadlink:active:focus {
	color:#C5C5C5;
	text-decoration: none;
}
.link {
	color: #CBB1DF;
	text-decoration: none;
}
.link:hover {
	color: #B681DF;
	text-decoration: none;
}
.link:active:focus {
	color: #B681DF;
	text-decoration: none;
}
.limit {
	max-width: 1024px;
	max-height: 683px;
}