body{
	font-family: "Poppins", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	scroll-behavior: smooth;
}

header{
	background: #f0edea;
	top: 0;
	position: sticky;
	z-index: 999999;
}
	header .container-header{
		display: flex;
		justify-content: space-between;
		height: 85px;
		align-items: center;
	}
	#btLogo{
		background: url(../img/bnw-by-wbuy-colorido-horizontal.svg) no-repeat center center;
		background-size: contain;
		height: 70px;
		width: 200px;
		margin: 0;
		text-indent: -9999px;
		display: block;
	}
	header nav{
		display: flex;
		justify-content: flex-end;
	}
		header nav ul{
			display: flex;
			justify-content: flex-end;
			list-style: none;
			margin: 0;
			padding: 0;
		}
			header nav ul li a,
			header nav ul li a:hover{
				display: block;
				height: 35px;
				padding: 0 20px;
				line-height: 35px;
				text-decoration: none;
				color: #333;
				text-decoration: none;
				font-size: 16px;
				transition: all .25sease;
				font-weight: 500;
				position: relative;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				 -ms-transition: all 0.2s ease-in-out;
				  -o-transition: all 0.2s ease-in-out;
					 transition: all 0.2s ease-in-out;	
			}
			header nav ul li a::after{
				content: "";
				display: block;
				background-color: rgba(0, 0, 0, 0);
				width: 1%;
				height: 2px;
				bottom: 0px;
				left: 10%;
				position: absolute;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				 -ms-transition: all 0.2s ease-in-out;
				  -o-transition: all 0.2s ease-in-out;
					 transition: all 0.2s ease-in-out;
			}
			header nav ul li:hover a:after{
				width: 80%;
				background-color: #ed3237;	
			}

			header nav ul li.destaque-menu a,
			header nav ul li.destaque-menu a:hover{
				background-color: #ed3237;
				border-radius: 40px;
				color: #FFF;
			}

			header nav ul li.destaque-menu a:hover::after{display: none;}


.titulo{
	font-size: 2.2em;
	margin-bottom: 2rem;
}
	.titulo .destaque{text-decoration: underline;}

.segundo_titulo{
	font-size: 1.5em;
}
	.segundo_titulo small{
		display: block;
		margin-top: 0.3rem;
		font-size: 0.6em;
		font-weight: 400;
	}

section img{width: 100%;}

.btn-cta{
	color: #fff;
	background-color: #ed3237;
	border-radius: 20px;
	line-height: 40px;
	padding: 0 40px;
	display: inline-block;
	font-size: 16px;
	transition: all .25sease;
}
	.btn-cta:hover{
		color: #fff;
    	background-color: #ed3237;
		text-decoration: underline;
	}


.criar-loja-mobile{
	padding: 0 20px;
	font-size: 0.8em;;
	text-decoration: none;
}

.btn-cta-secundario{
	border-radius: 0;
	padding-left: 0;
	display: flex;
	position: relative;
	gap: 10px;
	align-items: center;
	width: fit-content;
}
	.btn-cta-secundario .arrow{
		display: block;
		width: 25px;
		height: 18px;
		background-image: url(../img/arrow-right-line.svg);
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		 -ms-transition: all 0.3s ease-in-out;
		  -o-transition: all 0.3s ease-in-out;
			 transition: all 0.3s ease-in-out;		
	}
	.btn-cta-secundario::after{
		content: '';
		width: 80%;
		height: 1px;
		background: #ddd;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.btn-cta-secundario:hover .arrow{
		background-position: 5px 0;
	}

.bt-create{
	color: #fff;
    background-color: #1E3448;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 16px;
    transition: all .25sease;
    display: block;
    margin: auto;
	display: inmine-block;
	width: fit-content;
}
	.bt-create:hover{
		text-decoration: underline;
		color: #fff;
		background-color: #1E3448;
	}

.sessao_general .texto-sessao{padding-top: 150px;}

#home_initial{
	background: #f0edea;
	min-height: 80vh;
	padding: 20px 0 0 0;
}
	#home_initial .titulo{margin-top: 10rem;}

#segunda_sessao{padding-top: 120px;}
	#segunda_sessao	.segundo_titulo{text-align: center;}
	#segunda_sessao .texto-sessao .segundo_titulo{
		text-align: left;
		margin-bottom: 25px;
	}

#terceira_sessao{padding-bottom: 120px;}

#logos_sessao{
	margin-top: 60px;
	background: #f7f7f7;
	padding: 60px;
	text-align: center;
}
	#logos_sessao .titulo_logos{
		font-weight: bold;
		margin-bottom: 50px;
		position: relative;
		width: fit-content;
		margin: 0 auto 50px auto;
	}
	#logos_sessao .titulo_logos::after{
		content: '';
		width: 23px;
		height: 23px;
		background-image: url(../img/heart.svg);
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		right: -20px;
		top: -10px;
		transform: rotate(25deg);
	}

	#logos_sessao .logos-midia{
		display: flex;
		gap: 20px;
		justify-content: center;
		align-items: center;		
	}
	#logos_sessao .logos-midia img{
		width: auto;
		height: auto;
	}

footer{
	padding: 80px 0;
    background: #282a2b;
    border-top: 1px solid #4b4c4d;	
	color: #FFF;
}
	footer .bloco{}
	footer .title-rodape{
		font-size: 24px;
		margin-bottom: 18px;
		color: #fff;		
	}
	footer .itens-rodape{
		display: block;
	}
	footer .itens-rodape a,
	footer .itens-rodape a:hover{
		width: 100%;
		float: left;
		color: #fff;
		font-size: 14px;
		margin-bottom: 7px;		
		text-decoration: none;
		display: block;
	}
	footer .itens-rodape a:hover{text-decoration: underline;}

	footer .social{
		display: flex;
		align-items: center;
		gap: 5px;
		clear: both;
	}
		footer .social a{
			display: block;
			width: 30px;
			height: 30px;
			text-indent: -9999px;
			background-size: 70%;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-image: url(../img/facebook.svg)
		}
		footer .social a.instagram{background-image: url(../img/instagram.svg);}
		footer .social a.facebook{background-image: url(../img/facebook.svg);}

	footer .footer-bottom{
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #405263;
		padding-top: 30px;
		align-items: center;
		font-size: 12px;
		margin-top: 30px;
	}
	footer .footer-bottom .copyright{
		flex: 1 1 auto;
		width: 50%;
	}
	footer .footer-bottom .powered{
		width: 280px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 10px;
	}
	footer .footer-bottom .powered img{
		max-height: 50px;
	}

footer .made_with {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-bottom: 7px;
	white-space: nowrap;
}

	footer .made_with i {
		margin: 0 4px;
	}
	footer .made_with span{
		display: flex;
		align-items: center;
	}
	footer .made_with .heart{
		background-image: url(../img/heart-white.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 15px;
		height: 15px;
		display: inline-block;
	}

	footer .made_with .lista_cidades {
		margin-left: 4px;
	}

	footer .made_with .lista_cidades .cidade {
		list-style: none;
		text-decoration: underline;
	}
	footer .made_with .lista_cidades {
		padding: 0;
		margin: 0 0 0 5px;
	}

.btn-menu-moibile{
	border: 0;
	margin: 0;
	padding: 0;
	width: 45px;
    height: 45px;
	padding-top: 15px;
	cursor: pointer;
}
.btn-menu-moibile span{
	display: block;
	width: 50%;
	height: 2px;
	background: #868686;
	margin: 0 0 5px 15px;
	border-radius: 5px;
}

#close-menu{
	margin: 15px 15px 0 0;
	cursor: pointer;
}

	#close-menu span:first-child,
	#close-menu span:last-child{
		width: 20%;
	}

	#close-menu span:first-child{
		transform: rotate(-45deg);
		margin-bottom: 2px;
	}
	#close-menu span:last-child{
		transform: rotate(45deg);
		margin-top: -3px;
	}

@media only screen and (max-width: 979px) {	
	.menu-general{
		position: fixed;
		left: -100vw;
		top: 0;
		background: #FFF;
		z-index: 99999;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		  -o-transition: all 0.2s ease-in-out;
			 transition: all 0.2s ease-in-out;
	}
		header nav ul{
			flex-direction: column;
			width: 80vw;
			height: 100vh;
			justify-content: start;
			padding: 30px;
		}
		.menu-general.open{
			box-shadow: 0 0 0 150px rgba(0, 0, 0, 0.6);
			left: 0;
		}
	
	#btLogo{
		height: 50px;
		width: 155px;		
	}

	#home_initial .titulo{margin-top: 30px;}
	
	.sessao_general .texto-sessao{padding-top: 60px;}

	#segunda_sessao{padding-top: 40px;}
	#logos_sessao .logos-midia{flex-direction: column;}

	
	#quarta_sessao .row,
	#sexta_sessao .row{flex-direction: column-reverse;}

	.texto-sessao,
	.segundo_titulo{text-align: center;}
	
	footer{
		padding: 30px 0;
		text-align: center;
	}
	footer .made_with{justify-content: center;}
	footer .footer-bottom{flex-direction: column;}
	footer .social{justify-content: center;}
}