#prefeituras {
	display:none;
}

#prefeitura_text {
	display: inline-block;
}

#prefeitura_width {
	align-content: center;
	text-align: center;
}

.fluxo-integracao-site h3 {
	font-size: 11px;
}

#intro h2 {
	color: #0BD692;
	color: var(--color-light);
	margin-bottom: 14px;
}

#intro p {
	line-height: 20px;
	margin: 0 auto;
}

#features-icons {
	background-color: #f5f5f5;
	padding: 70px 0;
	position: relative;
}

#features-icons .item p {
	color: #008D72;
	color: var(--color-light-secondary);
	font-size: 16px;
	line-height: 19px;
	margin-top: 24px;
	font-weight: bold;
}

#manual-marketplace {
	background: #008D72;
	background: var(--color-light-secondary);
	color: #fff;
	color: var(--color-light-overlay);
	font-family: 'Gilroy-Black';
	font-family: var(--font-secondary-strong);
	font-size: 33px;
	padding: 50px;
	border-radius: 26px;
	margin-top: 40px;
	margin-top: var(--patterns-spacing);
}

#manual-marketplace button {
	padding: 18px 80px;
}

#manual-marketplace span.primary {
	color: #494949;
	color: var(--button-primary-background);
}

.top-banner .topics {
	font-family: var(--font-default-strong);
	list-style-type: none;
	padding-left: 10px;
	margin: 0px 0px 18px 0px;
	color: var(--color-light-secondary);
	line-height: var(--height-text-default);
}

.top-banner .topics li {
	margin-left: 14px;
}

.top-banner.primary .topics li {
	margin-left: 16px;
	padding: 3px 0;
}

.top-banner .topics li,
.tutorial #do-with-bling li {
	margin-bottom: 5px;
}

.top-banner .topics li::before {
	content: url('../images/chevron-right.svg');
	position: absolute;
	left: 0;
}

#preco-certificado {
	z-index: 9;
	display: inline-block;
	width: auto;
	height: 50px;
	color: #008D72;
	color: var(--color-light-secondary);
	margin: 0;
	position: relative;
	top: 190px;
	left : 170px;
	transform: rotate(8deg);
	font-size: 33px;
	font-weight: 400;
	font-family: 'gilroy-black';
	font-family: var(--font-secondary-strong);
	margin-right: 10px;
}

#preco-certificado span{
	font-size: 50px;
}


#platforms {
	margin-top: 40px;
	margin-top: var(--patterns-spacing);
}

#platforms h2 {
	text-align: center;
}

#platforms .platform-item {
	display: inline-block;
}

#platforms .platform-page {
	width: 100%;
}

#platforms .carousel .contents .inner-elements > div img {
	max-width: 100%;
	height: auto;
}

#platforms .carousel .contents .inner-elements > div img[data-tipo="integracaoInfo"] {
	height: 96.15px;
}

#platforms .flipper {
	position: relative;
	height: 100px;
}

#platforms .flipper.animated {
	transition: .6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

#platforms .front,
#platforms .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}

#platforms .back h3 {
	font-size: 15px;
	padding: 0;
	margin-bottom: 12px;
	margin-top: 26px;
}

#platforms .back a {
	color: #fff;
	font-size: 13px;
}

#platforms .back p {
	font-size: 15px;
	padding: 0;
	margin-bottom: 12px;
}

#platforms .front.animated {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	width: 100%;
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

#platforms .back {
	background: #3faf6c;
	margin-left: -2px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	line-height: normal;
	word-spacing: normal;
	width: 100%;
	height: 100%;
}

#platforms .card-container:hover .flipper.animated {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#manual {
	background-color:#F3F2F2;
	text-align: center;
	padding: 96px 0;
}

#manual p {
	font-size: 20px;
}

#manual ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: fit-content;
}

#manual ul li {
	margin: 0;
	background: #FFF;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #70707000;
	border-radius: 30px;
	display: inline-block;
	margin-left: 20px;
	font-family: 'Gilroy-Black';
	font-family: var(--font-secondary-strong);
	font-size: 25px;
}

#manual ul li:hover {
	background-color: #494949;
	background-color: var(--button-primary-background);
}

#manual ul li.selected:hover,
#manual ul li.selected {
	background-color: #e4e4e4;
}

#manual ul li:not(.selected):hover a {
	color: #008D72;
	color: var(--color-light-secondary);
}

#manual ul li.selected a,
#manual ul li.selected a:hover {
	color: #ccc;
}

#manual .item a,
#manual .item span {
	font-size: 20px;
	color:#868686;
	color: var(--color-secondary-strong);
	text-decoration: none;
	display: block;
	padding: 18px 40px;
	line-height: 25px;
}


#manual.primary {
	background-color: #0BD692;
	background-color: var(--color-light);
	color: #fff;
}

#manual.primary h2 {
	color: #fff;
}

#manual.primary p {
	font-size: 20px;
	line-height: 25px;
}

#manual.primary span.primary {
	color: #008D72;
	color: var(--color-light-secondary);
}

#manual.primary ul li {
	background: #494949;
	background: var(--button-primary-background);
}

#manual.primary ul li a {
	color: #FFF;
	color: var(--button-primary-color);
}

#manual.primary ul li:hover {
	background-color: #008D72;
	background-color: var(--color-light-secondary);
	color: #FFF;
	color: var(--button-primary-color);
}

#manual.primary ul li:hover a {
	color: #FFF;
	color: var(--button-primary-color);
}

#topics {
	margin-top: 120px;
	background-color: #f3f2f2;
	align-content: center;
	max-width: 100%;
	box-sizing: border-box;
	padding: 40px 0 70px 0;
}

#topics h3,
#topics .description {
	text-align: center;
}

#topics h3 {
	font-family: var(--font-secondary-strong);
	color: #0bd692;
	font-weight: normal;
	font-size: 22px;
}

#topics .title-topics h2 {
	margin-bottom: 10px;
	text-align: center;
}

#topics .title-topics p {
	text-align: justify;
	line-height: var(--height-text-default);
	margin-bottom: 20px;
}

#topics .carousel .contents .inner-elements > div.group > div.topic-size {
	height: 120px;
	overflow: hidden;
}

#flow {
	background-color: #0BD692;
	background-color: var(--color-light);
	padding: 40px;
	color: #fff;
}

#flow p {
	font-size: 14px;
}

#flow h2 {
	color: #fff;
}

#flow span.primary {
	color: #008D72;
	color: var(--color-light-secondary);
}

#flow .flow-title {
	background-color: #008D72;
	background-color: var(--color-light-secondary);
	padding: 10px 8px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 23px;
	position: absolute;
	bottom: -23px;
	left: -1px;
	display: block;
	width: calc(90% - 14px);
	text-align: center;
}

#flow .flow-item {
	border-bottom: 5px dashed #fff;
	position: relative;
	margin-top: -5px;
}

#flow .flow-item p {
	text-align: center;
	height: 33px;
	margin: 47px 4px;
	color: #fff;
	line-height: 20px;
	font-size: 15px;
}

#flow .flow-container {
	grid-column-gap: 0;
	grid-row-gap: 0;
}

#flow .flow-item:last-child .flow-title {
	background-color: #494949;
	background-color: var(--button-primary-background);
	width:auto;
	color: #008D72;
	color: var(--color-light-secondary);
	left: calc(100% - 80px);
	padding: 10px 26px;
}

#feature-icons {
	margin-top: 80px;
	margin-bottom: 32px;
}

#feature-icons h2 {
	font-size: 40px;
    font-family: 'Gilroy-Black';
    font-family: var(--font-secondary-strong);
	color: #626060;
    color: var(--color-default);
	font-weight: normal;
	text-align: center;
	margin: 0 15%;
}

#feature-icons .icons {
	margin-top: 32px;
}

#feature-icons .icons img {
    max-width: 75%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#feature-icons .icons h3 {
	font-size: 20px;
	text-align: center;
	padding: 0 40px;
	font-family: 'Gilroy-Black';
    font-family: var(--font-secondary-strong);
	color: #626060;
    color: var(--color-default);
	font-weight: 100;
}

#bc-prices {
	margin-top: 64px;
}
#bc-prices .carousel .contents {
	width: auto;
}

#bc-prices h2 {
	text-align: center;
}

#bc-prices h2 .primary,
#bc-prices p.primary,
#bc-prices span.primary {
	color: #0BD692;
	color: var(--color-light);
}

#bc-prices .card {
	width: calc(25% - 20px) !important;
	padding: 32px 16px 16px;
	border-radius: 8px;
	box-shadow: -1px 3px 6px 3px rgba(134, 134, 134, 0.2);
	line-height: 20px;
	line-height: var(--height-text-default);
}

#bc-prices .card img {
	height: 80px;
}

#bc-prices h3,
#bc-prices .card p.values {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Raleway-Medium';
    font-family: var(--font-default-strong);
}

#bc-prices .info p:first-child {
	margin-bottom: 8px;
	font-size: 18px;
}

#bc-prices .info .description {
	margin-top: 8px;
}

#bc-prices h3 {
	margin: 32px auto;
}

#bc-prices .card p.values {
	margin: 0;
	margin-top: 16px;
}

#bc-prices .card p.values + p {
	margin-top: 4px;
}

#bc-prices p.primary,
#bc-prices :not(h2) span.primary {
	font-weight: bold;
	font-family: 'Gilroy-Regular';
	font-family: var(--font-secondary);
}

#bc-prices p {
	margin: 0;
	font-family: 'Gilroy-Regular';
	font-family: var(--font-secondary);
}

@media screen and (max-width:840px) {
	.top-banner.reverse .image img {
		max-height: 395px;
		transform: scaleX(1);
		transform: scale(0.9);
		margin-top: 0px;
		right: calc(100% - 230px);
	}

	.top-banner.reverse .image img::before {
		content: '';
		display:block;
		float: left;
	}

	.top-banner .description h1 span.subtitle{
		width: 100%;
	}

	.container-info {
		margin-top: -15px !important;
	}

	.title-manual {
		font-size: 17px !important;
	}

	.container-info h2 {
		font-size: 25px;
	}

	#menu-features h2 {
		text-align: center;
	}

	.tutorial .video {
		width: 85vw;
		height: calc(100vw*9/16);
		margin: 0 auto;
	}
	.tutorial .pop {
		right: initial;
		bottom:initial;
		top:-50px;
		left: 0px;
	}

	#manual {
		padding: 48px 0;
	}

	#bc-prices .carousel .contents {
		width: 100%;
	}

	#bc-prices .card {
		width: calc(100% - 52px) !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 840px){
	.top-banner .description h1 span.subtitle{
		font-size: 55px !important;
		width: 80%;
		margin-left: 40px !important;
	}

	.tutorial .video {
		width: 100vw;
		height: calc(100vw*9/16);
	}
	#features .mobile-scale-down {
		width:80%;
		height:80%;
	}
}

@media screen and (max-width: 450px) {
	#topics .carousel .contents .inner-elements > div.group > div.topic-size {
		height: 200px;
	}
}

@media screen and (max-width: 480px) {
	.tutorial .pop {
		right: initial;
		bottom:initial;
		top:-100px;
		left:-30px;
	}

	#flow {
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#manual .item a,
	#manual .item span {
		font-size: 14px;
	}
}

@media screen and (max-width:839px) {
	#manual ul li {
		width: calc(50% - 9px);
		margin-bottom: 16px;
		margin-left: 13px;
	}

	#manual ul li:nth-child(odd) {
		margin-left: 0px;
	}

	#flow .flow-item:nth-child(2n),
	#flow .flow-item:nth-child(2n+1) {
		border: none;
		z-index: 1;
	}
	#flow .flow-item:nth-child(4n) {
		border-radius: 0px 40px 40px 0px;
		border: 5px dashed #fff;
		z-index: 0;
		border-left: 0;
	}
	#flow .flow-item:nth-child(4n+1) {
		border-radius: 40px 0 0 40px;
		border: 5px dashed #fff;
		z-index: 0;
		border-right: 0;
	}
	#flow .flow-item:first-child {
		border-width: 0 0 5px 0;
		border-radius: 0;
		border-bottom: 5px dashed #fff;
	}

	#menu-inferior ul li {
		margin-bottom: 16px;
	}
}
