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

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

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

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

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

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

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

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

.now-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;
				
			}

            .now-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: 768px) 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: 421px) and (max-width: 767px){
	.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;
}

.nav-item.ipad{
	display: none;
}

.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: #FF52A0;
	background: #243F3B;
}

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

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


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


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

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

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

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

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

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

.now-b1-2{
	background-color: #F5F7F7;
	padding-right: 140px;
	border-top-left-radius: 120px;
	padding-bottom: 175px;
}

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

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

.now-b1-2 p.lead{
	width: 70%;
	line-height: 32px;
	margin-bottom: 50px;
}

.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{
	width: 90px;
	height: auto;
}
.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 ************************** */

.now-b2b-1{
	background-image: url("../images/now-bg-2.webp");
	background-size: cover;
	height: 850px;
}
.now-b2b-2{
	background-image: url("../images/now-bg-3.webp");
	background-size: cover;
}
.now-b2b-2-1{
	background-color: #F5F7F7;
	border-bottom-left-radius: 120px;
	height: 275px;
	
}
#now-b1-2-img{
	width: 100%;
	height: auto;
	margin-left: -1px;
}
#now-b1-2-col{
	padding-left: 0px;
}
.now-b2b-2-2{
	background-image: url("../images/img-now.webp");
	background-size: 750px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	height: 625px;
}

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

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

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

.linha-cartoes{
	display: flex;
}

.cards{
	padding: 50px 15px;
	background-color: #FFFFFF;
	border-radius: 40px;
	margin-bottom: 20px;
	height: 280px;
	min-width: 250px;
	vertical-align: middle;
    display: inline-table;
}

.cards img{
	width: 150px;
	height: auto;
	margin-right: 15px;
}

.cards-img{
	display: table-cell;
	vertical-align: middle;
	border-right: 2px solid;
	border-right-color: #FF52A0;
}

.cards.left{
	margin-right: 10px;
}

.cards.right{
	margin-left: 10px;
}

.cards-text{
	vertical-align: middle;
    display: table-cell;
	padding-top: 20px;
}

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

.intermediarios-cards p{
	font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
	color: #243F3B;
	text-align: left;
	padding: 0px 50px;
}

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


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

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

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

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


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

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

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

.now-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.way{
	background-image: url("../images/eye-img-way.webp");
	background-size: cover;
	margin-left: 10px;
	cursor: pointer;
}
/* ************************** Banner3 End ************************** */


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











































/* ************************** Media Start ************************** */

/* ************************** 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;
	}
	
	.now-container h1{
		font-size: 56px;
		letter-spacing: -3px;
		line-height: 56px;
	}
	
	.now-container h2{
		font-size: 48px;
	}
	
	.now-b1-2 h2 {
		margin-top: 75px;
	}
	
	.now-container p.lead{
		font-size: 22px;
		line-height: 30px;
		text-align: left;
	}
	
	.img-girl-back{
		background-image: url("../images/img-now-rapariga-small.webp");
		background-position-x: center;
		background-position-y: -20px;
		background-size: 600px;
	}
	
	.now-b1-1{
		padding-top: 375px;
	}
	
	.row-btns{
		display: none;
	}
	
	.row-title-lead {
    	margin-bottom: 125px;
	}
	
	.now-b1-2{
		padding-right: 0px;
		border-radius: 0px;
		padding-bottom: 50px;
	}
	
	#now-b1-2-img {
		width: 90%;
		height: auto;
		margin-left: 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: 150px;
		padding-top: 50px;
		padding-bottom: 0px;
	}
	
	.BNPL-list .li {
		margin-left: 0px;
	}
	
	.BNPL-list img {
		width: 70px;
	}
	
	.now-b1-2 p.lead{
		font-size: 26px;
		margin-bottom: 50px;
		width: 95%;
	}
	
	
	/* -------- BANNER 2 ------ */
	.now-b2b-1{
		height: 1250px;
	}
	
	.now-b2b-2-1{
		height: 250px;
		border-radius: 0px;
	}
	
	.now-b2b-2-2{
		background-size: 170%;
		height: 475px;
	}
	
	.now-b2-content{
		top: 2225px;
	}
	
	.lead.title-b2{
		padding-right: 0px;
		padding-left: 0px;
	}
	.now-b2-content h2{
		text-align: left;
	}
	

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

	
	.mediacao-credito .mc-btn .btn-main.big{
		display: none;
	}
	
	.mediacao-credito .mc-btn .btn-main.small{
		display: block;
	}
	
	.now-container button.btn-main {
		font-size: 22px;
	}
	
	.mediacao-credito a{
		font-size: 16px;
	}
	
	.mediacao-credito{
		margin-top: 225px;
	}
	
	.now-banner3 h2{
		font-size: 32px;
	}
	
	.now-banner3 img{
		margin: 0px;
	}
	
	.b3-text{
		display: block;
		text-align: center;
	}
	.linha-cartoes{
		display: block;
	}
	
	.cards{
		padding: 35px 15px;
		height: auto;
	}
	.cards.left{
		margin-right: 0px;
	}
	.cards.right{
		margin-left: 0px;
	}
	.cards-text{
		padding: 10px 0px;
	}
	
	.cards img{
		width: 75px;
		margin-left: 5px;
	}
	
	.cards p{
		padding-left: 25px;
		padding-right: 0px;
	}
	
	.lead.title-b2 {
		margin-bottom: 75px;
	}

	
	
	.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/eye-img-now-small.webp");
		padding-bottom: 50px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	
	
	.outros-servicos-s .way{
		background-image: url("../images/eye-img-way-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;
	}
	
	.now-container h1{
		font-size: 56px;
		line-height: 58px;
	}
	
	.now-b1-2 p.lead {
		width: 90%;
		margin-top: 30px;
	}
	
	
	.now-container p.lead{
		font-size: 30px;
		line-height: 30px;
	}
	
	.img-girl-back{
		background-image: url("../images/now-img-rapariga.webp");
		background-position-x: 25px;
		background-size: 1200px;
	}
	
	.now-b1-1{
		padding-top: 200px;
	}
	
	.row-btns{
		display: none;
	}
	
	.row-title-lead {
    	margin-bottom: 250px;
	}
	
	.now-b1-2{
		padding-right: 0px;
		padding-bottom: 50px;
	}
	
	.BNPL-text{
		margin-top: 20px;
	}
	
	/* -------- BANNER 2 ------ */
	.now-b2b-1{
		height: 1075px;
	}
	
	.now-b2b-2-1{
		height: 225px;
	}
	
	.now-b2b-2-2{
		background-size: 120%;
		background-position-y: -85px;
		height: 580px;
	}
	
	#now-b1-2-img {
		width: 90%;
		height: auto;
	}
	
	.now-b2-content{
		top: 2325px;
	}
	
	.BNPL{
		padding-top: 150px;
	}
	
	.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: 30px 25px 30px 0px;
		display: block;
		height: auto;
	}
	
	.cards img{
		width: 100px;
		position: relative;
		display: flex;
		margin-right: auto;
		margin-left: auto;
	}
	.intermediarios-cards p{
		padding: 0px 0px 0px 25px;
	}
	.cards.left{
		margin-right: 0px;
	}
	
	.cards.right{
		margin-left: 0px;
	}

	.nav-item{
		padding: 0px 20px;
	}
	
	.mediacao-credito{
		margin-top: 225px;
	}
	
	.now-banner3 h2{
		font-size: 30px;
	}
	
	.mediacao-credito h3:after {
		width: 30px;
	}
	.mediacao-credito 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 .way{
		background-image: url("../images/eye-img-way.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%;
	}
}




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

@media only screen and (min-width: 768px) and (max-width: 1366px){
	.img-girl-back {
		background-size: 1060px;
		background-position-x: 225px;
	}
	
	.now-container p.lead{
		font-size: 22px;
	}
	
	.now-container p{
		font-size: 18px;
	}
	
	.now-b2-content{
		top: 1675px;
	}
	
	.title-b2{
		margin-left: -75px;
		margin-right: -75px;
	}
	
	.now-b2b-1 {
		height: 775px;
	}
	.now-b1-2{
		padding-bottom: 100px;
	}
	
	.now-b1-2 p.lead {
		width: 90%;
	}
	
	.BNPL-list img {
		width: 70px;
	}
	
	.BNPL-list .li {
		margin-right: -50px;
	}
	
	.cards{
		padding: 35px 25px 35px 0px;
		height: auto;
		display: block;
	}
	
	.cards-text{
		padding: 10px 0px;
	}
	
	.cards img{
		width: 70px;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	
	.cards p{
		padding-left: 25px;
		padding-right: 0px;
	}
	
	
	.now-container p.legend {
		font-size: 16px;
		line-height: 22px;
	}
	
	.now-b2b-2-1 {
		height: 225px;
	}
	
	.BNPL-list p{
		padding-right: 0px;
	}
	
	.mediacao-credito{
		margin-top: 175px;
	}
	
	.mediacao-credito h3 {
		font-size: 18px;
	}
	
	.mediacao-credito h3:after {
		width: 20px;
	}
	
	.mediacao-credito h3:before {
		width: 20px;
	}
	
	.mediacao-credito .mc-btn .btn-main.big {
		font-size: 18px;
	}
	
	.mediacao-credito a {
		font-size: 16px;
	}
	
	.now-b2b-2-2 {
		background-size: 400px;
		height: 375px;
	}
	
	.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;
	}
}


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



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

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