*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Inter', sans-serif;
	background-color: #F9FAFB;
}

#showcase {
	width: 100%;
	float: left;
	margin-top: 110px;
	padding: 30px 50px 100px 50px;
	overflow-x: hidden;
	background-color: #F9FAFB;
}

@media screen and (max-width:1024px) {
	#showcase {
		padding: 25px 25px 100px;
	}
}

#showcase .master-title {
	margin-bottom: 80px;
}

@media screen and (max-width:1024px) {
	#showcase .master-title {
		margin-bottom: 40px;
	}
}

#showcase .view {
	width: 100%;
	float: left;
	margin-bottom: 64px;
	padding: 32px 40px 0;
	overflow-y: auto;
	background: #F5F5F5;
	position: relative;
}

@media screen and (max-width:1024px) {
	#showcase .view {
		width: 16px 0;
	}
}

#showcase .view .title {
	padding: 0 24px 24px;
	font-weight: 700;
	font-size: 1.5rem;
	color: #6C6C6C;
	border-bottom: 1px solid #E1E1E1;
}

#showcase .view .tools {
	width: 43%;
	min-height: 304px;
	padding: 0 12px 40px;
	float: left;
}

@media screen and (max-width:1024px) {
	#showcase .view .tools {
		width: 100%;
		height: auto;
		padding: 0 0 40px;
	}
}

#showcase .view .tool {
	width: 28%;
	margin: 40px 12px 0;
	height: 112px;
	float: left;
	cursor: pointer;
}

@media screen and (max-width:1024px) {
	#showcase .view .tool {
		width: 47.24%;
	}
}

@media screen and (max-width:823px) {
	#showcase .view .tool {
		width: 46.24%;
	}
}

@media screen and (max-width:736px) {
	#showcase .view .tool {
		width: 45.2%;
	}
}

@media screen and (max-width:414px) {
	#showcase .view .tool {
		width: 39.5%;
	}
}

#showcase .view .tool .icon {
	width: 72px;
	height: 72px;
	display: block;
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 100%;
	position: relative;
	transition: background 0.5s;
}

#showcase .view .tool .icon img {
	width: 50px;
	height: auto;
	position: absolute;
	top: 17px;
	left: 52%;
	margin: 0 -17px;
	fill: #999;
	stroke: #999;
}

#showcase .view .tool .name {
	padding-top: 8px;
	font-size: 0.875rem;
	line-height: 1rem;
	text-align: center;
	color: #999;
}

#showcase .view .tool:hover>.icon {
	background: #ececec;
}

#showcase .active-fiscal>.icon {
	background: #CE0058 !important;
	border: 1px solid #CE0058 !important
}

#showcase .active-fiscal>p {
	color: #CE0058 !important;
	font-weight: 700;
}

#showcase .active-fiscal>.icon img {
	fill: #fff !important;
	stroke: #CE0058 !important;
}

#showcase .active-tribute>.icon {
	background: #003349 !important;
	border: 1px solid #003349 !important
}

#showcase .active-tribute>p {
	color: #003349 !important;
	font-weight: 700;
}

#showcase .active-tribute>.icon img {
	fill: #fff !important;
	stroke: #003349 !important;
}

#showcase .active-enterprise>.icon {
	background: #008200 !important;
	border: 1px solid #008200 !important
}

#showcase .active-enterprise>p {
	color: #008200 !important;
	font-weight: 700;
}

#showcase .active-enterprise>.icon img {
	fill: #fff !important;
	stroke: #fff !important;
}

#showcase .active-labor>.icon {
	background: #0077C8 !important;
	border: 1px solid #0077C8 !important
}

#showcase .active-labor>p {
	color: #0077C8 !important;
	font-weight: 700;
}

#showcase .active-labor>.icon img {
	fill: #fff !important;
	stroke: #fff !important;
}

#showcase .view .resume {
	width: 55.9%;
	height: 270px;
	margin: 32px 0 40px 12px;
	padding: 0 32px 0;
	float: left;
	border-left: 1px solid #e1e1e1;
	position: relative;
}

@media screen and (max-width:1338px) {
	#showcase .view .resume {
		width: 53.9%;
		height: 270px;
		margin: 32px 0 40px 24px;
		padding: 0 32px 0;
		float: left;
		border-left: 1px solid #e1e1e1;
		position: relative;
	}
	#showcase .view .tool {
		width: 26%;
		margin: 40px 12px 0;
		height: 112px;
		float: left;
		cursor: pointer;
	}
}

#showcase .view .type {
	padding-bottom: 24px;
	font-size: 1.25rem;
	color: #333;
	font-weight: 700;
	line-height: 1.6875rem;
}

#showcase .view .about {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.3125rem;
}

#showcase .view .acess {
	position: absolute;
	bottom: 0;
	right: 32px;
}

#showcase .view .acess img {
	width: 10px;
	margin-left: 8px;
}

#showcase .view .acess a {
	font-size: 0.875rem;
	font-weight: 700;
	color: #CE0058;
	text-decoration: none;
}

#showcase .view .acess a:hover {
	text-decoration: underline;
}

.iss, .cfop, .icms-sp, .icms-rs, .exclusao, .ecf, .reforma, .dirf, .irpf,
	.falencia, .covid, .liberdade, .drei {
	display: none;
}

#showcase .view .hide-view, #showcase .view .show-view {
	width: 32px;
	height: 31px;
	position: absolute;
	top: 24px;
	right: 5%;
	transition: opacity 0.5s;
	background: url(../imagens/showcase/arrow-up.svg);
}

#showcase .view .show-view {
	background: url(../imagens/showcase/arrow-down.svg);
}

#showcase .view .hide-view:hover {
	opacity: .5;
	cursor: pointer;
}

#showcase .slider {
	width: 100%;
}

#showcase .slick-slide {
	width: 100%;
	height: auto;
	transition: border 0.5;
	opacity: 1 !important;
}

#showcase .slick-slide .icon {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
	display: block;
}

#showcase .slick-slide .tool-name, #showcase .tool-explanation-fiscal .theme,
	#showcase .tool-explanation-tribute .theme, #showcase .tool-explanation-business .theme,
	#showcase .tool-explanation-labor .theme {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 27px;
	color: #003349;
}

#showcase .slick-slide img {
	width: 100%;
	height: auto;
}

#showcase .slick-prev:before, #showcase .slick-next:before {
	font-size: 2rem;
	color: #999;
	content: "\276F";
}

#showcase .slick-prev:before {
	content: "\276E";
}

#showcase .slick-next {
	right: -15px;
}

@media screen and (max-width:1024px) {
	#showcase .slick-next {
		right: -17px;
	}
	#showcase .slick-prev {
		left: -30px;
	}
}

#showcase .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

#showcase .slick-active {
	opacity: 1;
}

#showcase .slick-current {
	opacity: 1;
}

#showcase .slick-dots li button::before {
	font-size: 0.625rem;
}

#showcase .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #CE0058;
}

/* Rebrand Especial */

.especiais__title {
	margin-bottom: 44px;
}
.especiais__title h1 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 9px;
	color: var(--secondary);
}
.especiais__title p {
	font-weight: 400;
	font-size: 16px;
	height: 28px;
	color: var(--color-text-secondary);
}


@media (max-width: 740px) {
	.especiais__title {
		margin-bottom: 65px;
	}
} 