#showcase {
	width: 100%;
	float: left;
	margin-top: 110px;
	padding: 20px 0;
	min-height: 65.5%;
}

#showcase ul.tabs {
	width: 100%;
	height: 37px;
	margin-bottom: 20px;
	border-bottom: 3px solid #999;
	font-size: .95rem;
	font-weight: 700;
	transition: color 0.5s;
}

@media screen and (max-width:414px) {
	#showcase ul.tabs {
		border-bottom: none;
	}
}

#showcase ul.tabs li {
	width: auto;
	height: 37px;
	padding: 10px 30px 10px 0;
	float: left;
	color: #999;
}

@media screen and (max-width:414px) {
	#showcase ul.tabs li {
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
		border: 1px solid #999;
	}
}

#showcase ul.tabs li:hover,
#showcase ul.tabs li.current {
	border-bottom: 3px solid #ff005a;
	color: #021F26;
	cursor: pointer;
}

#showcase .tab-content.current {
	display: inherit;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#showcase .tab-content {
	width: 100%;
	float: left;
	display: none;
}

#showcase .flex-container {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#showcase .flex-container>a {
	width: 18%;
	height: 140px;
	margin: 0 1% 25px;
	text-align: center;
	position: relative;
	transition: box-shadow 0.5s;
	text-decoration: none;
	box-shadow: 6px 6px 11px rgba(0,0,0,0.2);
	border-radius: 10px;
}

@media screen and (max-width:823px) {
	#showcase .flex-container>a {
		width: 48%;
		margin-bottom: 15px;
		flex-direction: column;
	}
}

@media screen and (max-width:414px) {
	#showcase .flex-container>a {
		width: 98%;
	}
}

#showcase .flex-container>a:hover {
	box-shadow: 0 15px 15px 0 #999, 0 15px 15px 0 #999;
}

#showcase .flex-container>a .ico,
#showcase .flex-container>a .theme {
	width: 100%;
	height: 70px;
}

#showcase .flex-container>a .ico {
	padding-top: 20px;
	display: table;
	font-size: 3rem;
	color: #fff;
}

#showcase .flex-container>a .theme {
	padding: 0 5px;
	display: table;
	color: #fff;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
}

#showcase .flex-container>a .ico i,
#showcase .flex-container>a .theme p {
	display: table-cell;
	vertical-align: middle;
}

#showcase .flex-container>a .unlock,
#showcase .flex-container>a .lock {
	width: 25px;
	height: 25px;
	padding-top: 4px;
	position: absolute;
	top: 7px;
	right: 7px;
	background: #27E619 url(../imagens/unlock.svg) no-repeat center 4px;
	background-size: 15px 15px;
	border-radius: 100%;
	box-shadow: 1px 1x 3px #333;
}

#showcase .flex-container>a .lock {
	background: #f00 url(../imagens/lock.svg) no-repeat center 4px;
	background-size: 15px 15px;
}

#showcase .simuladores {
	background: #002047;
}

#showcase .calculadoras {
	background: #253077;
}

#showcase .consultas {
	background: #ff5667;
}

#showcase .tabelas {
	background: #27bbb5;
}

#showcase .off {
	opacity: 0.4 !important;
}

#showcase .off:hover {
	cursor: no-drop !important;
}