/* ************************** Text Start ************************** */
body{
	background-color: #F5F7F7;
	scroll-behavior: smooth;
}
.way-container h1{
	font-family: 'Proxima Nova Extrabold';
	font-size: 86px;
	letter-spacing: -3px;
	line-height: 86px;
	color: #062823;
}

.way-container h2{
	font-family: 'Proxima Nova Extrabold';
	font-size: 62px;
	letter-spacing: -2px;
	color: #062823;
}

.way-container h3{
    font-family: 'Proxima Nova Extrabold';
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 55px;
	color: #062823;
}

.way-container h5{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	font-size: 22px;
	color: #243F3B;
    line-height: 24px;
    text-align: left;
}

.way-container p{
	font-family: 'Proxima Nova Alt Light';
	font-size: 16px;
	color: #062823;
}

.way-container p.lead{
	font-family: 'Proxima Nova Alt Light';
	font-size: 25px;
	line-height: 27px;
	color: #062823;
}

.way-container p.legend{
	font-family: 'ProximaNova-Regular';
	font-size: 21px;
	line-height: 28px;
	color: #062823;
	text-align: left;
}

.way-container a{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	font-size: 18px;
	text-align: center;
	color: #243F3B;
}

.way-container button.btn-main{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	font-size: 24px;
	background-color: #00EBA4;
	color: #F5F5F5;
	border: none;
	border-radius: 12px;
	height: 50px;
	padding: 0px 50px;
	margin-right: 10px;
}

.way-container button.btn-sec{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	font-size: 24px;
	background-color: #F5F7F7;
	color: #3B90FF;
	border: none;
	border-radius: 12px;
	height: 50px;
	padding: 0px 30px;
	margin-right: 10px;
}
/* ************************** Text End ************************** */


/* ************************** Navbar Start ************************** */
			.navbar .container{
				display: flex;
				position: absolute;
			}

.nav-menu{
	position: inherit !important;
}

			.style-nav-back{
				display: contents;
				position: absolute;
			}

            .way-banner1 nav {
				justify-content: center;
            }

.coluna-esq-n{
	background-color: #F5F7F7;
	height: 55px;
	width: 5%;
	left: 0;
	border-radius: 0px 40px 40px 0px;
}
.coluna-mid-n{
	background-color: transparent;
	width: 25%;
}
.coluna-drt-n{
	background-color: #F5F7F7;
	height: 55px;
	width: 70%;
	right: 0;
	border-radius: 40px 0px 0px 40px;
}


@media only screen and (min-width: 1100px) and (max-width: 1200px){
	.coluna-esq-n{
		width: 8%;
	}
	.coluna-mid-n{
		width: 22%;
	}
	.coluna-drt-n{
		width: 70%;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1023px){
	.coluna-esq-n{
		display: none;
	}
	.coluna-mid-n{
		display: none;
	}
	.coluna-drt-n{
		display: none;
	}
}

@media only screen and (min-width: 422px) and (max-width: 768px){
	.coluna-esq-n{
		display: none;
	}
	.coluna-mid-n{
		width: 70%;
	}
	.coluna-drt-n{
		height: 70px;
		width: 30%;
	}
}

@media only screen and (max-width: 421px){
	.coluna-esq-n{
		display: none;
	}
	.coluna-mid-n{
		display: none;
	}
	.coluna-drt-n{
		height: 70px;
		width: 100%;
		border-radius: 0px;
	}
}


.navbar{
	padding-top: 60px;
}

#icon{
	color: #243F3B;
}


.navbar-nav .btn-menu{
	border-color: #243F3B;
}

.navbar-nav .dropdown button{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	color: #243F3B;
	border-color: #243F3B;
}

.entrar .btn{
	color: #3B90FF;
	background: #243F3B;
}

.entrar .btn:hover{
	color: #F5F7F7;
	background: linear-gradient(110deg, #3B90FF 20%, #243F3B 100%);
}

.navbar-dark .navbar-nav .nav-link{
	color: #243F3B;
}


/* ************************** Navbar End ************************** */


/* ************************** Banner1 Start ************************** */
.way-banner1{
	background-image: url("../images/way-bg-1.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.img-girl-back{
	background-image: url("../images/index-img-rapaz.webp");
	background-repeat: no-repeat;
	background-size: 900px;
	width: 100%;
	background-position-x: 875px;
    position: relative;
}

.way-b1-1{
	padding-top: 100px;
}

.way-b1-1 p.lead{
	padding-right: 75px;
}

.row-title{
	margin-bottom: 25px;
}

.row-title-lead{
	margin-bottom: 50px;
}

.row-btns{
	padding-bottom: 150px;
}

.way-b1-2{
	background-color: #F5F7F7;
	border-top-left-radius: 120px;
}

.way-b1-2-content{
	border-radius: 50px 0px 0px 0px;
	padding-top: 125px;
	padding-bottom: 100px;
}

.way-b1-2 h2{
	margin-top: 150px;
}

.way-b1-2 p.lead{
	line-height: 32px;
	margin-bottom: 50px;
	padding-right: 50px;
}

.img-way{
	height: auto;
	margin-bottom: 100px;
}
.BNPL{
	margin-left: 25px;
}

.BNPL-list{
	border-left: 3px solid;
	border-color: #3B90FF;
	padding: 10px 0px;
}

.BNPL-list .li{
	display: flex;
	margin: 20px 0px 20px 50px;
	align-items: center;
}

.BNPL-list img{
	background-color: #3B90FF;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	padding: 10px;
}
.BNPL-list p{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	margin: auto 0px auto 25px;
	padding-right: 80px;
}

.BNPL-text{
	margin-top: 35px;
	margin-bottom: -125px;
}

/* ************************** Banner1 End ************************** */


/* ************************** Banner2 Start ************************** */

.way-b2b-1{
	background-image: url("../images/way-bg-2.webp");
	background-size: cover;
	height: 1150px;
}
.way-b2b-2{
	background-image: url("../images/way-bg-3.webp");
	background-size: cover;
}
.way-b2b-2-1{
	background-color: #F5F7F7;
	border-bottom-left-radius: 120px;
	height: 1600px;
}

#way-b1-2-img{
	width: 100%;
	height: 30%;
}
#way-b1-2-col{
	padding-left: 0px;
}
.way-b2b-2-2{
	background-image: url("../images/img-way.webp");
	background-size: 750px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	height: 625px;
}

.way-b2-content{
	position: absolute;
	z-index: 1;
	top: 1675px;
}
.way-banner2 h2{
	color: #F5F7F7;
	text-align: center;
}
.way-banner2 p.lead{
	color: #F5F7F7;
	text-align: center;
}
.way-banner2 p{
	color: #F5F7F7;
	text-align: center;
}

.way-b2-content h2{
	margin-bottom: 25px;
}

.lead.title-b2{
	margin-bottom: 100px;
	padding: 0px 100px;
}

.linha-cartoes{
	display: flex;
}

.card{
	padding: 50px 25px;
	background-color: #FFFFFF;
	border-radius: 40px;
	margin-bottom: 20px;
	margin: 5px 0px;
	height: 425px;
}

.card-boxes{
	padding: 0px 5px;
	margin-bottom: 10px;
}

.card img{
	width: auto;
	height: auto;
	padding-bottom: 25px;
}

.cards-img{
	justify-content: center;
	vertical-align: middle;
}

.card-line{
	border-bottom: 2px solid;
	border-bottom-color: #3B90FF;
	margin: 0px 20px;
}

.intermediarios-cards.cards{
	padding:50px;
}

.intermediarios-cards p{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	color: #243F3B;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 0px;
	font-size: 18px;
	padding: 0px 20px;
}

.intermediarios-conditions p{
	color: #243F3B;
	text-align: left;
	margin-top: 25px;
}

.integracao{
	margin-top: 100px;
}

.bottom-line{
	padding-bottom: 100px;
	border-bottom: 3px solid;
	border-bottom-color: #3B90FF;
}

.integracao p.lead{
	text-align: left;
	color: #062823;
	padding-top: 25px;
	padding-bottom: 25px;
}

.integracao .col-1 img{
	width: 50px;
	height: auto;
}

.escalavel .col-1 img{
	width: 50px;
	height: auto;
}

.card-blue{
	background-color: #3B90FF;
	border-radius: 40px;
	height: 150px;
	padding: 30px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.card-gray img{
	height: auto;
	width: 100%;
}

.card-blue img{
	display: flex;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

.escalavel{
	padding-top: 100px;
}

.escalavel p.lead{
	text-align: left;
	color: #062823;
	padding-top: 25px;
	padding-bottom: 25px;
}

.escalavel p.legend{
	font-size: 17px;
	line-height: 17px;
	padding-right: 5px;
	padding-top: 10px;
}

.escalavel h5{
	padding-top: 25px;
}

.pagamentos{
	margin-top: 300px;
}
.pagamentos img{
	width: 100%;
}
.pagamentos h3{
	margin-top: -5px;
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	font-size: 20px;
	text-align: center;
	position: relative;
}
.pagamentos h3:before {
        content: "";
        display: block;
        width: 60px;
        height: 2px;
        background: #243F3B;
        left: 0;
        top: 50%;
        position: absolute;
      }

.pagamentos h3:after {
        content: "";
        display: block;
        width: 60px;
        height: 2px;
        background: #243F3B;
        right: 0;
        top: 50%;
        position: absolute;
      }
.pagamentos .mc-btn .btn-main{
	margin-top: -5px;
	height: 70px;
	color: #F5F7F7;
}

.pagamentos .mc-btn .btn-main.small{
	display: none;
}
.pagamentos a{
	margin-top: 10px;
}

/* ************************** Banner2 End ************************** */


/* ************************** Banner3 Start ************************** */

.way-banner3{
	background-color: #F5F7F7;
}

.way-banner3 img{
	width: 135px;
	height: 33px;
	align-self: center;
	margin-left: 15px;
	margin-top: -7px;
}

.way-banner3 h2{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	font-size: 32px;
}

.b3-text{
	display: flex;
	margin: 50px 0px;
	justify-content: center;
}

.outros-servicos-s{
	display: none;
}

.outros-servicos{
	border-radius: 60px 60px 0px 0px;
}

.outros-servicos h3{
	font-size: 52px;
	line-height: 46px;
	margin-top: 20px;
	color: #F5F7F7;
}

.outros-servicos img{
	margin: 0px;
	width: 200px;
	height: auto;
	margin-top: 50px;
}

.outros-servicos p.lead{
	font-size: 32px;
	line-height: 36px;
	margin-top: 10px;
	color: #F5F7F7;
	margin-bottom: 100px;
}

.outros-servicos.eye{
	background-image: url("../images/now-img-eye.webp");
	background-size: cover;
	margin-right: 10px;
	cursor: pointer;
}

.outros-servicos.now{
	background-image: url("../images/eye-img-now.webp");
	background-size: cover;
	margin-left: 10px;
	cursor: pointer;
}
/* ************************** Banner3 End ************************** */


/* ***************************************************************** */











































/* ************************** Media Start ************************** */
@media only screen and (max-width: 576px){
	.card img{
		max-width: 250px;
	}
}
/* ************************** 347-421 ************************** */

@media only screen and (max-width: 421px){
	.navbar .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.nav-item.ipad{
		display: block;
		padding-right: 0px;
	}
	
	.way-container h1{
		font-size: 56px;
		letter-spacing: -3px;
		line-height: 56px;
	}
	
	.way-container h2{
		font-size: 48px;
	}
	
	.way-b1-2 h2 {
		margin-top: 75px;
	}
	
	.way-container p.lead{
		font-size: 22px;
		line-height: 30px;
		text-align: left;
		padding-right: 0px;
	}
	
	.img-girl-back{
		background-image: url("../images/way-now-rapaz-small.webp");
		background-position-x: center;
		background-position-y: -15px;
		background-size: 525px;
	}
	
	.way-b1-1{
		padding-top: 325px;
	}
	
	.row-btns{
		display: none;
	}
	
	.row-title-lead {
    	margin-bottom: 75px;
	}
	
	.img-way{
		margin-bottom: 50px;
	}
	
	.way-b1-2{
		padding-right: 0px;
		border-radius: 0px;
	}
	
	.BNPL-text{
		font-size: 17px;
		line-height: 34px;
		margin-top: 50px;
	}
	
	.BNPL-list{
		border-left: none;
		border-top: 3px solid;
		border-top-color: #3B90FF;
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.way-b1-2 p.lead{
		font-size: 26px;
		margin-bottom: 50px;
		width: 90%;
		padding-right: 0px;
	}
	
	.way-b1-2 img{
		margin-left: 0px;
		width: 100%;
	}
	
	
	/* -------- BANNER 2 ------ */
	.way-b2b-1{
		height: 3400px;
	}
	
	.way-b2b-2-1{
		height: 2375px;
		border-radius: 0px;
	}
	
	.way-b2b-2-2{
		background-size: 170%;
		height: 475px;
	}
	
	.way-b2-content{
		top: 1500px;
	}
	
	.lead.title-b2{
		padding-right: 0px;
		padding-left: 0px;
	}
	.way-b2-content h2{
		text-align: left;
	}
	

	.nav-item{
		padding: 0px 20px;
	}

	
	.pagamentos .mc-btn .btn-main.big{
		display: none;
	}
	
	.pagamentos .mc-btn .btn-main.small{
		display: block;
	}
	
	.way-container button.btn-main {
		font-size: 22px;
	}
	
	.pagamentos a{
		font-size: 16px;
	}
	
	.pagamentos{
		margin-top: 175px;
	}
	
	.way-banner3 h2{
		font-size: 32px;
	}
	
	.way-banner3 img{
		margin: 0px;
	}
	
	.b3-text{
		display: block;
		text-align: center;
	}
	.linha-cartoes{
		display: block;
	}
	
	.cards{
		padding: 35px 25px;
		height: 235px;
	}
	.card-blue {
		border-radius: 10px;
		height: 40px;
		padding: 5px;
	}
	.cards-text{
		padding: 10px 0px;
	}
	
	.cards img{
		max-width: 90px;
		height: auto;
		padding-bottom: 25px;
	}
	
	.card-blue.large img{
		margin-top: 5px;
	}
	
	.cards p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.lead.title-b2 {
		margin-bottom: 50px;
	}

	.integracao .col-1{
		padding: 0px;
	}
	
	.integracao .col-1 img{
		padding-top: 10px;
		width: 30px;
	}
	
	.escalavel .col-1{
		padding: 0px;
	}
	
	.escalavel .col-1 img{
		padding-top: 10px;
		width: 30px;
	}
	
	.escalavel .card-boxes h5{
		padding-left: 30px;
	}
	
	.escalavel .card-boxes p{
		padding-left: 30px;
	}
	
	.outros-servicos{
		display: none;
	}
	
	.outros-servicos-s{
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.outros-servicos-s .eye{
		background-image: url("../images/bg-amarelo-small.webp");
		padding-bottom: 50px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	
	
	.outros-servicos-s .now{
		background-image: url("../images/eye-img-now-small.webp");
		padding-bottom: 50px;
		margin-bottom: 150px;
		cursor: pointer;
	}
	
	.outros-servicos-s img{
		padding-top: 75px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		display: flex;
		width: 232px;
		height: auto;
	}
	
	.outros-servicos-s h3{
		font-size: 32px;
		text-align: center;
		line-height: 32px;
		color: #F5F7F7;
		margin-top: 25px;
	}
	
	.outros-servicos-s p.lead{
		color: #F5F7F7;
		line-height: 22px;
		text-align: center;
	}
	
	myfooter .col-2 {
    	padding: 40px 0px 20px 0px;
    	text-align: center;
    	width: 100%;
	}
}


/* ************************** Max 767 ************************** */

@media only screen and (min-width: 421px) and (max-width: 767px){
	
	.nav-item.ipad {
    	display: block;
	}

	
	.way-container h1{
		font-size: 64px;
		line-height: 58px;
	}
	
	.way-b1-2 p.lead {
		padding-right: 0px;
		margin-top: 30px;
	}
	
	
	.way-container p.lead{
		font-size: 30px;
		line-height: 30px;
	}
	
	.img-girl-back{
		background-image: url("../images/way-now-rapaz-medio.webp");
		background-position-x: 125px;
		background-size: 700px;
	}
	
	.way-b1-1{
		padding-top: 375px;
	}
	
	.way-b1-1 p.lead {
    	padding-right: 0px;
	}

	
	.row-title-lead {
    	margin-bottom: 100px;
	}
	
	.way-b1-2{
		padding-right: 0px;
	}
	
	.way-b1-2 img{
		margin-left: 0px;
		width: 100%;
	}
	
	.BNPL-text{
		margin-top: 20px;
	}
	
	/* -------- BANNER 2 ------ */
	.way-b2b-1{
		height: 2200px;
	}
	
	.way-b2b-2-1{
		height: 2550px;
	}
	
	.way-b2b-2-2{
		background-size: 90%;
		background-position-y: 28px;
		height: 580px;
	}
	
	.way-b2-content{
		top: 1950px;
	}
	
	.BNPL-text p{
		margin-top: 50px;
	}
	
	.BNPL-text p{
		margin-top: 50px;
	}
	
	.BNPL-list{
		border-left: none;
		border-top: 3px solid;
		width: 90%;
		padding: 50px 0px;
		border-top-color: #3B90FF;
	}
	
	.lead.title-b2{
		padding: 0;
	}
	
	.linha-cartoes{
		display: block;
	}
	.cards{
		padding: 35px 20px;
		height: 270px;
	}
	.card-blue {
		border-radius: 22px;
		height: 80px;
		padding: 15px;
	}
	
	.card-blue.large img{
		margin-top: 10px;
	}
	
	.escalavel .card-boxes h5{
		padding-left: 20px;
	}
	.escalavel .card-boxes p{
		padding-left: 20px;
		padding-right: 20%;
	}

	.nav-item{
		padding: 0px 20px;
	}
	
	.pagamentos{
		margin-top: 225px;
	}
	
	.way-banner3 h2{
		font-size: 30px;
	}
	
	.pagamentos h3:after {
		width: 30px;
	}
	.pagamentos h3:before {
		width: 30px;
	}
	
	
	
	.outros-servicos{
		display: none;
	}
	
	.outros-servicos-s{
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 40px;
	}
	
	.outros-servicos-s .eye{
		background-image: url("../images/now-img-eye.webp");
		padding-bottom: 50px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	
	.outros-servicos-s .now{
		background-image: url("../images/eye-img-now.webp");
		padding-bottom: 50px;
		margin-bottom: 100px;
		cursor: pointer;
	}
	
	.outros-servicos-s img{
		width: 275px;
		height: auto;
		margin-top: 75px;
		margin-left: 0px;
	}
	
	.outros-servicos-s h3{
		color: #F5F7F7;
		margin-top: 25px;
	}
	
	.outros-servicos-s p.lead{
		color: #F5F7F7;
		line-height: 36px;
	}
	
		myfooter .col-2 {
    	padding: 40px 0px 20px 0px;
    	text-align: center;
    	width: 100%;
	}
}


@media only screen and (min-width: 420px) and (max-width: 576px){
	.way-b2-content {
    	top: 2025px;
	}
	
	.way-b2b-1 {
    	height: 3550px;
	}
}


/* ************************** 768-1023 ************************** */

@media only screen and (min-width: 767px) and (max-width: 1366px){
	
	.img-girl-back {
		background-size: 1060px;
		background-position-x: 225px;
	}
	
	.way-container p.lead{
		font-size: 22px;
	}
	
	.way-b2-content{
		top: 1750px;
	}
	
	.title-b2{
		margin-left: -75px;
		margin-right: -75px;
	}
	
	.lead.title-b2 {
    padding: 0px;
	}
	
	.way-b1-2{
		padding-bottom: 50px;
	}
	
	.way-b1-2 p.lead {
		width: 90%;
	}
	
	
	.cards{
		padding: 25px 25px;
		height: 375px;
	}
	
	.cards-text{
		padding: 10px 0px;
	}
	
	
	
	.way-container p.legend {
		font-size: 16px;
		line-height: 22px;
	}
	
	.way-b2b-2-1 {
		height: 1850px;
	}
	
	.BNPL-list p{
		padding-right: 0px;
	}
	
	.pagamentos{
		margin-top: 175px;
	}
	
	.pagamentos h3 {
		font-size: 18px;
	}
	
	.pagamentos h3:after {
		width: 20px;
	}
	
	.pagamentos h3:before {
		width: 20px;
	}
	
	.pagamentos .mc-btn .btn-main.big {
		font-size: 18px;
	}
	
	.pagamentos a {
		font-size: 16px;
	}
	
	.way-b2b-2-2 {
		background-size: 400px;
		height: 425px;
	}
	
	.dois-lados-footer {
		margin-top: 174px;
	}
	
	.outros-servicos h3 {
		font-size: 32px;
		line-height: 32px;
	}
	
	.outros-servicos p.lead {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	
	.integracao .col-1 img {
		padding: 10px;
	}
	
	.escalavel .col-1 img {
		padding: 10px;
	}
}


/* ************************** 1024-1366 ************************** */



/* ************************** 1367-1920 ************************** */

@media only screen and (min-width: 1800px){
	
	.way-b2-content{
		top: 1775px;
	}
	
	.way-b2b-2-1 {
		height: 1700px;
	}
	
	.large-screen{
		max-width: 1320px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.img-girl-back {
		background-position-x: 72%;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
	.way-b2b-1 {
		height: 1600px;
	}	
}