.page-home {
	margin-top: 0;
}
.home-callNav {
	align-items: center;
    background: var(--colors-bk-black);
    display: flex;
    justify-content: center;
    height: 50px;
	width: 100%;
}
.home-callNav-message {
	color: var(--colors-bk-default);
	font-family: 'hindregular';
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}
.home-callNav-message a {
	color: inherit;
}
.home-welcome {
	padding: 0;
}
.home-welcome-logo {
    left: 70px;
	position: absolute;
    top: 30px;
    width: 120px;
}
.home-welcome-nav {
	display: flex;
    right: 30px;
    position: absolute;
    top: 100px;
}
.home-welcome-nav-item {
    color: white;
    font-family: 'hindregular';
    font-size: 22px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
}
.home-welcome-left {
	background-color: var(--colors-bk-green-two);
	max-height: calc( 100vh - 50px);
	position: relative;
}
.home-welcome-right {
	background-color: var(--colors-bk-purple-one);
	max-height: calc( 100vh - 50px);
}
.home-welcome-title-left {
	color: var(--colors-bk-purple-two);
	font-family: 'hindbold';
	font-size: 76px;
	line-height: 1.25;
	margin-bottom: 0;
	text-transform: uppercase;
}
.home-welcome-paragraph-left {
	color: var(--colors-txt-purple-two);
	font-family: 'open_sanslight';
	font-size: 21px;
    margin-bottom: 25px;
	text-align: left;
}
.home-welcome-button-left,
.home-welcome-button-left:hover {
    color: var(--colors-txt-white);
	background-color: var(--colors-bk-orange);
	border: none;
    font-family: 'hindmedium';
    font-size: 16px;
    line-height: 0.15;
    padding: 30px 35px !important;
    text-align: center;
    text-transform: uppercase;
}
.home-welcome-content-left {
	margin-left: 120px;
	padding-top: 400px;
	padding-bottom: 400px;
}
.home-welcome-title-right {
	color: var(--colors-bk-white);
	font-family: 'hindbold';
	font-size: 76px;
	line-height: 1.25;
	margin-bottom: 0;
	text-transform: uppercase;
}
.home-welcome-paragraph-right {
	color: var(--colors-txt-white);
	font-family: 'open_sanslight';
	font-size: 21px;
    margin-bottom: 25px;
	text-align: left;
}
.home-welcome-button-right,
.home-welcome-button-right:hover {
    color: var(--colors-txt-white);
	background-color: var(--colors-bk-green-three);
	border: none;
    font-family: 'hindmedium';
    font-size: 16px;
    line-height: 0.15;
    padding: 30px 35px !important;
    text-align: center;
    text-transform: uppercase;
}
.home-welcome-content-right {
    margin-left: auto;
    margin-right: 120px;
    padding-top: 400px;
    padding-bottom: 400px;
}
.home-welcome-img {
    position: absolute;
    right: -189px;
}

.home-help {
	background-color: var(--colors-bk-green-one);
	padding-bottom: 150px;
	padding-top: 150px;
}
.home-help-title {
	color: var(--colors-txt-purple-two);
	font-family: 'hindsemibold';
	font-size: 68px;
	text-align: center;
	text-transform: uppercase;
}
.home-help-subtitle {
	color: var(--colors-txt-black);
	font-family: 'open_sanslight';
	font-size: 21px;
    margin-bottom: 100px;
	margin-top: 40px;
	text-align: center;
}
.home-help-images {
	height: 140px;
}
.home-help-image {
	display: block;
	margin: auto;
	max-width: 115px;
	text-align: center;
	width: 100%;
}
.home-help-images-subtitle {
	color: var(--colors-txt-purple-two);
	font-family: 'hindregular';
	font-size: 34px;
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
}
.home-help-images-content {
	color: var(--colors-txt-black);
	font-family: 'open_sanslight';
	font-size: 21px;
    margin-bottom: 100px;
	text-align: center;
}
.home-products {
	background-color: var(--colors-bk-green-two);
	padding-bottom: 150px;
	padding-top: 150px;
}
.home-products-container {
    margin: auto;
    max-width: 90%;
}
.home-products-title {
	color: var(--colors-txt-purple-two);
	font-family: 'hindsemibold';
	font-size: 68px;
	text-align: center;
	text-transform: uppercase;
}
.home-products-subtitle {
	color: var(--colors-txt-black);
	font-family: 'open_sanslight';
	font-size: 21px;
    margin-bottom: 100px;
	margin-top: 40px;
	text-align: center;
}
.home-products-images-subtitle {
	color: var(--colors-txt-purple-two);
	font-family: 'hindregular';
	font-size: 30px;
	height: 100px;
    line-height: 1.2;
	text-transform: uppercase;
}
.home-products-images-content {
	color: var(--colors-txt-black);
	font-family: 'open_sanslight';
	font-size: 19px;
	height: 110px;
}
.home-products-image {
	height: 250px;
    overflow: hidden;
}
.home-products-card-content {
	padding: 35px 35px 0 35px;
}
.home-products-card-more {
    color: var(--colors-bk-orange);
    font-family: 'hindmedium';
	line-height: 30px;
    margin-left: 10px;
    text-transform: uppercase;
}
.home-products-card-more-img {
    height: 30px;
	width: 30px;
}
.home-products-card-footer {
	border: none;
	padding: 35px;
}

.home-paralax {
	background-color: var(--colors-bk-purple-two);
	padding-bottom: 150px;
	padding-top: 150px;
}
.home-paralax-container {
	margin: auto;
	width: 80%;
}
.home-paralax-title {
	color: var(--colors-txt-white);
	font-family: 'open_sansitalic';
	font-size: 44px;
	line-height: 1.25;
}

.home-solutions {
	padding-bottom: 150px;
	padding-top: 150px;
}

.home-solutions-content {
    padding-left: 5%;
}
.home-solutions-title {
	color: var(--colors-txt-purple-two);
	font-family: 'hindsemibold';
	font-size: 68px;
	text-transform: uppercase;
}
.home-solutions-subtitle {
	color: var(--colors-txt-black);
	font-family: 'open_sanslight';
	font-size: 21px;
    margin-bottom: 75px;
	margin-top: 40px;
	padding-right: 130px;
}
.home-solutions-img {
	width: 90%;
}
.home-solutions-button,
.home-solutions-button:hover {
    color: var(--colors-txt-white);
	background-color: var(--colors-bk-orange);
	border: none;
    font-family: 'hindmedium';
    font-size: 16px;
    line-height: 0.15;
    padding: 30px 35px !important;
    text-align: center;
    text-transform: uppercase;
}
.home-solutions-divider {
    background-color: #636972;
    height: 1px;
    margin: 50px auto;
    width: 90%;
}

.home-paralax-button,
.home-paralax-button:hover {
    color: var(--colors-txt-white);
	background-color: var(--colors-bk-orange);
	border: none;
    font-family: 'hindmedium';
    font-size: 16px;
    line-height: 0.15;
    margin-top: 30px;
    padding: 30px 35px !important;
    text-align: center;
    text-transform: uppercase;
}
.home-paralax-button-produtos,
.home-paralax-button-produtos:hover {
	background-color: var(--colors-bk-green-three);
	margin-right: 25px;
}

.home-solutions {
	background-color: var(--colors-bk-green-one);
}
.home-solutions-content {
    padding-left: 5%;
}
.home-solutions-title {
	color: var(--colors-txt-purple-two);
	font-family: 'hindsemibold';
	font-size: 68px;
	text-transform: uppercase;
}
.home-solutions-subtitle {
	color: var(--colors-txt-black);
	font-family: 'open_sanslight';
	font-size: 21px;
    margin-bottom: 75px;
	margin-top: 40px;
	padding-right: 130px;
}
.home-solutions-img {
	width: 90%;
}
.home-solutions-button,
.home-solutions-button:hover {
    color: var(--colors-txt-white);
	background-color: var(--colors-bk-orange);
	border: none;
    font-family: 'hindmedium';
    font-size: 16px;
    line-height: 0.15;
    padding: 30px 35px !important;
    text-align: center;
    text-transform: uppercase;
}
.home-solutions-divider {
    background-color: #636972;
    height: 1px;
    margin: 50px auto;
    width: 90%;
}

.home-know {
	background-color: var(--colors-bk-green-two);
	padding-top: 150px;
	padding-bottom: 150px;
}
.home-know-image {
	display: block;
    margin: auto;
    max-width: 400px;
    text-align: center;
    width: 100%;
}

.home-know-content {
	color: var(--colors-txt-black);
    font-family: 'open_sanslight';
    font-size: 21px;
    position: absolute;
    right: 10%;
    text-align: left;
    top: 20%;
    width: 250px;
}
.home-know-content-left {
    left: 10%;
}
.home-know-column {
	position: relative;
}

.home-paralax-two {
	background-color: var(--colors-bk-purple-two);
	line-height: 0; 
	min-height: auto;
	padding: 0;
	position: relative;
}
.home-paralax-two-img {
	width: 100%;
}
.home-paralax-two-title {
	bottom: initial;
	color: var(--colors-txt-white);
	font-family: 'open_sansitalic';
	font-size: 50px;
	left: 50%;
	line-height: 1.25;
	margin: auto;
	position: absolute;
    right: initial;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}

.home-next-section {
    padding-bottom: 25px;
    padding-top: 74px;
	width: 100%;
}

.home-next-section-welcome {
    bottom: 0;
    left: 0;
    position: absolute;
}

.home-next-section svg {
	display: block;
	width: 20px;
	text-align: center;
	margin: auto;
}

@media (max-width: 1550px) {
	.home-products-images-subtitle {
		font-size: 28px;
		height: 100px;
	}
	.home-products-images-content {
		font-size: 18px;
		height: 120px;
	}
	.home-solutions-content {
	    padding-left: 10%;
	}
	.home-solutions-subtitle {
		padding-right: 80px;
	}
	.home-solutions-img {
		width: 75%;
	}
	.home-solutions-img img{
	    display: block;
	    margin: auto;
	    width: 90%;
	}
}
@media (max-width: 1480px) {
	.home-products-images-subtitle {
		font-size: 26px;
	}
	.home-products-images-content {
		height: 150px;
	}
	.home-paralax-title {
		font-size: 36px;
	}
	.home-solutions-title {
		font-size: 52px;
	}
	.home-welcome-content-left {
		margin-left: 70px;
	}
	.home-welcome-content-right {
		margin-right: 70px;
	}
	.home-welcome-img img{
	    display: block;
	    margin: auto;
	    width: 80%;
	}
	.home-solutions-img {
		width: 85%;
	}
}
@media (max-width: 1416px) {
	.home-products-images-subtitle {
		font-size: 24px;
	}
	.home-paralax-button-produtos {
	    margin-right: 10px;
	}
}
@media (max-width: 1350px) {
	.home-welcome-nav-item {
	    font-size: 21px;
	    padding: 12px;
	}
	.home-welcome-title-left,
	.home-welcome-title-right {
		font-size: 66px;
	}
	.home-welcome-paragraph-left,
	.home-welcome-paragraph-right {
		font-size: 21px;
	}
	.home-products-images-subtitle {
		font-size: 24px;
	}
	.home-products-images-content {
		height: 150px;
	}
	.home-paralax-button {
		margin-bottom: 25px;
		margin-top: 0;
		margin-left: 20%;
	   	width: 60%;
	}
}
@media (max-width: 1280px) {
	.home-welcome-nav-item {
	    font-size: 20px;
	    padding: 11px;
	}
	.home-products-container {
	    max-width: 100%;
	}
	.home-paralax-title {
		font-size: 32px;
	}
	.home-solutions-subtitle {
		padding-right: 50px;
	}
	.home-solutions-img {
		width: 100%;
	}
	.home-know-content {
	    right: 1%;
	}
	.home-know-content-left {
	    left: 1%;
	}
}
@media (max-width: 1216px) {
	.home-welcome-nav-item {
	    font-size: 19.5px;
	    padding: 10px;
	}
	.home-welcome-content-left {
		margin-left: 25px;
	}
	.home-welcome-content-right {
		margin-right: 25px;
	}
	.home-products-card-content {
	    padding: 25px 25px 0 25px;
	}
	.home-products-images-subtitle {
		font-size: 22px;
		height: 65px;
	}
	.home-products-images-content {
		height: 150px;
	}
	.home-solutions-title {
		font-size: 48px;
	}
	.home-solutions-subtitle {
		font-family: 19px;
	}
}
@media (max-width: 1150px) {
	.home-welcome-nav {
	    right: 10px;
	}
	.home-welcome-nav-item {
	    font-size: 18.5px;	
	    padding: 8px;
	}
	.home-welcome-img img {
	    display: block;
	    margin: auto;
	    width: 60%;
	}
	.home-products-card-footer {
		padding: 35px 25px;
	}
}
@media (max-width: 1088px) {
	.home-welcome-img {
		display: none;
	}
	.home-welcome-right,
	.home-welcome-paragraph-right {
		text-align: right;
	}
	.home-welcome-button-right {
		float: right;
	}
	.home-help,
	.home-products,
	.home-paralax,
	.home-solutions,
	.home-know {
		padding-bottom: 75px;
    	padding-top: 75px;
	}
	.home-help-images-subtitle {
		margin-top: 5px;
	}
	.home-help-images-content {
		margin: auto;
		margin-bottom: 50px;
		width: 80%;
	}
	.home-products-images-subtitle {
	    font-size: 34px;
	    height: 100px;
	}
	.home-products-card-content {
	    padding: 35px 35px 0 35px;
	}
	.home-products-images-content {
	    height: 110px;
	    font-size: 21px;
	}
	.home-products-card-footer {
	    padding: 35px 35px;
	}
	.home-products-container {
	    max-width: 65%;
	}
	.home-paralax-title {
		font-size: 28px;
	}
	.home-paralax-button {
		margin-left: initial; 
	    width: 25%;
	}
	.home-solutions-content {
	    padding-left: initial;
	}
	.home-solutions-title {
		font-size: 45px;
		text-align: center;
	}
	.home-solutions-subtitle {
    	margin: auto;
    	margin-top: 20px;
    	text-align: left;
    	padding: 0;
		width: 80%;
	}
	.home-solutions-img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	.home-solutions-button,
	.home-solutions-button:hover {
		display: block;
		margin: auto;
		margin-top: 50px;
		width: 280px;
	}
	.home-paralax-two-title {
		bottom: initial;
		font-size: 46px;
	}
}
@media (max-width: 1024px) {
	.home-welcome-nav {
		display: block;
	}
	.home-welcome-nav-section {
		justify-content: center;
	}
	.home-welcome-nav-item {
	    font-size: 24px;
	    padding: 4px 16px;
	}
	.home-solutions-title {
		font-size: 56px;
	}
	.home-products-container {
	    max-width: 72%;
	}
	.home-know-content {
		right: initial;
		position: initial;
		top: initial;
		margin-right: 85px;
	}
	.home-know-image {
		margin: auto;
		width: initial;
	}
	.home-know-column {
	    display: flex;
    	align-items: center;
	}
	.home-paralax-two-title {
		bottom: initial;
		font-size: 42px;
	}
}
@media (max-width: 890px) {
	.home-welcome-nav-item {
	    font-size: 22px;
	    padding: 4px 12px;
	}
	.home-welcome-title-right,
	.home-welcome-title-left {
		font-size: 60px;
	}
	.home-welcome-paragraph-right,
	.home-welcome-paragraph-left {
		font-size: 19px;
	}
	.home-welcome-button-right {
		float: right;
	}
	.home-welcome-button-right {
		float: right;
	}
	.home-products-container {
	    max-width: 84%;
	}
	.home-know-content {
		margin-right: 40px;
	}
	.home-paralax-button {
	    width: 40%;
	}
	.home-paralax-two-title {
		bottom: initial;
		font-size: 36px;
	}
}
@media (max-width: 770px) {
	.home-callNav {
		text-align: center;
	}
	.home-welcome-nav {
		display: none
	}
	.home-welcome-title-right,
	.home-welcome-title-left {
		font-size: 66px;
		text-align: center;
	}
	.home-welcome-paragraph-right,
	.home-welcome-paragraph-left {
		font-size: 21px;
		margin: 15px auto 25px auto;
	    text-align: center;
	    width: 75%;
	}
	.home-welcome-left,
	.home-welcome-right {
		max-height: calc( 50vh - 25px );
	}
	.home-welcome-content-left,
	.home-welcome-content-right {
		margin: 0;    
		margin-left: auto;
    	margin-right: auto;
	}
	.home-welcome-button-left, 
	.home-welcome-button-left:hover,
	.home-welcome-button-right, 
	.home-welcome-button-right:hover {
		display: block;
		float: initial;
	    margin: auto;
	    width: 50%;
	}
	.home-solutions-title {
		font-size: 50px;
	}
	.home-products-container {
	    max-width: 46%;
	}
	.home-know-image {
		width: 350px;
	}
	.home-know-content {
	    margin-right: 20px;
	}
	.home-paralax-two-img {
		margin-bottom: -1px;
	}
	.home-paralax-two-title {
		bottom: initial;
		font-size: 32px;
	}
}
@media (max-width: 660px) {
	.home-welcome-title-right,
	.home-welcome-title-left {
		text-align: center;
	}
	.home-welcome-paragraph-right,
	.home-welcome-paragraph-left {
		font-size: 21px;
		margin: 15px auto 25px auto;
	    text-align: center;
	    width: 75%;
	}
	.home-welcome-button-left, 
	.home-welcome-button-left:hover,
	.home-welcome-button-right, 
	.home-welcome-button-right:hover {
		display: block;
		float: initial;
	    margin: auto;
	    width: 50%;
	}
	.home-know-column {
	    display: initial;
	    align-items: initial;
	}
	.home-know-content {
	    margin-right: auto;
	    text-align: center;
	    display: block;
	    width: 60%;
	    margin-left: auto;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.home-paralax-title {
		font-size: 32px;
	}
	.home-products-container {
	    max-width: 55%;
	}
	.home-solutions-title {
		font-size: 46px;
	}
	.home-solutions-img {
		width: 90%;
	}
}
@media (max-width: 580px) {
	.home-welcome-content-left, 
	.home-welcome-content-right {
		padding-top: 175px;
	    padding-bottom: 175px;
	}
	.home-welcome-button-left, 
	.home-welcome-button-left:hover,
	.home-welcome-button-right, 
	.home-welcome-button-right:hover {
	    width: 65%;
	}
	.home-solutions-img {
		width: 95%;
	}
	.home-products-container {
	    max-width: 64%;
	}
	.home-know-content {
	    width: 70%;
	}
}
@media (max-width: 480px) {
	.home-welcome-button-left, 
	.home-welcome-button-left:hover,
	.home-welcome-button-right, 
	.home-welcome-button-right:hover {
	    width: 75%;
	}
	.home-help-title,
	.home-products-title {
		font-size: 58px;
		line-height: 1.15;
	}
	.home-products-container {
	    max-width: 79%;
	}
	.home-paralax-title {
		text-align: center;
	}
	.home-paralax-button {
		display: block;
		margin: auto;
		margin-bottom: 20px;
		width: 85%;
	}
	.home-solutions-title {
		font-size: 40px;
	}
	.home-solutions-subtitle {
		text-align: center;
		width: 95%;
	}
	.home-solutions-img {
		width: 100%;
	}
	.home-know-content {
	    width: 80%;
	}
	.home-paralax-two-title {
		bottom: initial;
		font-size: 18px;
	    top: 40%;
	    transform: translate(-50%, -40%);
	    width: 90%;
	}
}
@media (max-width: 410px) {
	.home-welcome-content-left, 
	.home-welcome-content-right {
	    padding-top: 170px;
	    padding-bottom: 170px;
	}
	.home-welcome-title-left, 
	.home-welcome-title-right {
	    font-size: 60px;
	    text-align: center;
	}
	.home-welcome-paragraph-left, 
	.home-welcome-paragraph-right {
	    font-size: 20px;
	    text-align: center;
	    width: 95%;
	}
	.home-welcome-button-left, 
	.home-welcome-button-left:hover,
	.home-welcome-button-right, 
	.home-welcome-button-right:hover {
	    width: 85%;
	}
	.home-products-container {
	    max-width: 95%;
	}
	.home-know-image {
	    width: 300px;
	}
	.home-know-content {
	    width: 90%;
	}
	.home-help-title, 
	.home-products-title {
	    font-size: 48px;
	    line-height: 1.15;
	}
}
@media (max-width: 360px) {
	.home-welcome-title-left, 
	.home-welcome-title-right {
	    font-size: 52px;
	    text-align: center;
	}
	.home-welcome-paragraph-left, 
	.home-welcome-paragraph-right {
	    font-size: 19px;
	}
	.home-welcome-button-left, 
	.home-welcome-button-left:hover,
	.home-welcome-button-right, 
	.home-welcome-button-right:hover {
	    width: 95%;
	}
	.home-products-container {
	    max-width: 98%;
	}
	.home-paralax-button {
		width: 100%;
	}
	.home-help-title, 
	.home-products-title {
	    font-size: 40px;
	    line-height: 1.15;
	}
	.home-know-image {
	    width: 280px;
	}
	.home-paralax-two-title {
		bottom: initial;
	}
	.home-products-container {
	    max-width: 100%;
	}
	.home-products-images-subtitle {
	    font-size: 32px;
	}
}
