/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.catcolor-1 {
	background-color: rgba(36,69,139,0.8);
	border: white;
}

.catcolor-2 {
	background-color: rgba(20,124,171,0.8);
	border: white;
}

.catcolor-3 {
	background-color: rgba(36,69,139,0.8);
	border: white;
}

.catcolor-4 {
	background-color: rgba(20,124,171,0.8);
	border: white;
}
.catcolor-5 {
	background-color: rgba(36,69,139,0.8);
	border: white;
}

.catcolor-6 {
	background-color: rgba(20,124,171,0.8);
	border: white;
}

.catcolor-7 {
	background-color: rgba(20,124,171,0.8);
	border: white;
}

.catcolor-8 {
	background-color: rgba(36,69,139,0.8);
	border: white;
}

.catcolor-9 {
	background-color: rgba(20,124,171,0.8);
	border: white;
}

.catcolor-10 {
	background-color: rgba(36,69,139,0.8);
	border: white;
}

.catcolor-11 {
	background-color: rgba(20,124,171,0.8);
	border: white;
}

.catcolor-12 {
	background-color: rgba(36,69,139,0.8);
	border: white;
}

.course-categories .card button span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-superior {
	background-color: #4E65B5 !important;
}

.categoria-botao {
	background-color: #007FA6;
}