html {
  scroll-behavior: smooth;
}
body {
	font-size: 18px;
}
.icon-block {
  margin-top: -50px;
}
.btn {
	border-radius: 28px;
}
.card {
	border-radius: 28px;
}
.light {
	font-size: 18px;
}
.home-top {
	height: 92vh;
}
.sub {
	height: 100vh;
}
.client-card {
	width: 240px; 
	border-radius: 4px; 
	padding: 9px;
}
.cupom-fiscal {
	width: 180px; 
	border-radius: 4px; 
	padding: 9px;
	border-bottom: dashed 2px #795548;
}
.div-balanca {
	width: 170px; 
	border-radius: 4px; 
	padding: 9px;
}
body::-webkit-scrollbar {
    width: 8px
}  
body::-webkit-scrollbar-thumb {   
	background-color: darkgrey;   
}
.chevron {
  	position: absolute;
  	bottom: 0px;
  	width: 100%;
  	text-align: center;
}
@media only screen and (max-width: 600px) {
	.sub {
		height: auto;
	}
	.parallax-container {
		min-height: 100vh;
		height: auto;
	}
	.section {
		height: auto;
	}
	.cupom-fiscal {
		margin: 12px auto;
	}
	.div-balanca {
		margin: 12px auto;
	}
}