body {
	width: 100%;
	height: 100%;
}
.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #fe0018; /* red */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.btn {
	padding: 8px 22px;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.central-div {
	display: flex;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
	border: 1px solid #ccc;
	flex-direction: column;
}
.top {
	padding: 10px;
	background-color: #fe0018;
	border-bottom:1px solid #fff;
}
.top span {
	margin-right: 21px;
	font-size: 12px;
}
 .top i, nav a {
	color:#fff;
}
.top a:hover {
text-decoration:none;
color:#333;	
}
footer {
	background-color: #231F20;
	color: #fff;
	border-top: 2px solid #fff;
	padding: 15px;
	text-align: center;
	position:relative;
}
footer p {
	margin-bottom: 0;
	font-size: 12px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fafafa;
	text-decoration: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clear {
	clear: both;
}
.login-div h1 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0;
}
.login-fa {
	position: absolute;
	left: 50px;
	font-size: 20px !important;
	vertical-align: middle;
	margin-top: 8px;
}
.login-div .form-control {
	padding-left: 35px;
}
.notify {
    position: absolute;
    top: 0;
    background: #333;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	padding-top: 3px;
font-weight: bold;
left: 34px;
}
#menu_lateral .btn.btn-link {
color:#fff;	
text-shadow:none;
}
.nav li, .nav {
background-color: #938a8b;
color:#fff;	
}
.nav li a {
	color:#fff;	
}
.nav li a:hover {
	background-color:#fff;
	color: #fe0018;	
}
#page-title {
  position: relative;
  padding: 20px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}
#page-title.page-title-mini h1 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
  padding: 0;
margin: 0;
line-height: 1;
letter-spacing: 1px;
text-transform:uppercase;
}
.listagem_cat .card h3 {
	text-align:center;
	font-size:16px !important;
	font-weight:600;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding:10px 0;
}
.listagem_cat .card a {
text-decoration:none;
color:#333;	
}
.listagem_cat .card.col-md-3 {
padding:0;
max-width:23%;
margin:0 10px 0 0;	
}
@media(max-width:600px) {
footer {
position:relative;
}
.listagem_cat .card.col-md-3 {
max-width:100%;
margin-bottom:20px;
}
}