#banner{
	width: 100%;
	height: 520px;
	padding: 10px 0;
	background-color: #2E368E;
}
.main{
	padding-top: 50px;
}
.subtitulo, .subtituloMobile{
	text-align: justify;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #231F20;
	width: 100%;
}
.banner-blk{
	overflow: hidden;
	width: 500px;
	height: 500px;
	display: block;
	background-size: auto 500px;
	background-repeat: no-repeat;
	background-position: center;
}
.owl-carousel a:link, .owl-carousel a:visited{
	color: #333;
}
#kraf-logo-banner{
	width: 500px;
	height: 500px;
	background-image: url("../images/kraf-logo-banner.svg");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	z-index: 1000;
}
.produtoBorder{
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 20px;
	height: 480px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
.produtoBorder:hover{
	border: 2px solid #00658C;
}
.produtoFoto{
	width: 100%;
	height: 280px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.produtoNome{
	width: 100%;
	text-align: center;
	color:#231F20;
	font-size: 20px;
	font-weight: 600;
	background-image: url("../images/pawnavyblue.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: bottom center;
	padding-bottom: 30px;
}
.produtoDesc{
	width: 100%;
	text-align: center;
	overflow: hidden;
	line-height: 24px;
}
.oficinaMovel{
	width: 100%;
	height: 150px;
	background-image: url("../images/oficina.jpg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px 0;
}
video{
	margin-bottom: 20px;
	width: 100%;
	height: 480px;
}

/* LANDSCAPE */
@media (max-width: 1300px){
	#banner{
		height: 437px;
	}
	.banner-blk{
		height: 417px;
		background-size: 417px 417px;
	}
	#kraf-logo-banner{
		width: 418px;
		height: 418px;
		top: 150px;
		margin-left: -209px;
	}
}

@media (max-width: 1100px){
	#banner{
		height: 353px;
	}
	.banner-blk{
		height: 333px;
		background-size: auto 333px;
	}
	#kraf-logo-banner{
		width: 332px;
		height: 332px;
		top: 150px;
		margin-left: -162px;
	}
}

@media (max-width: 900px){
	#banner{
		height: 520px;
	}
	.banner-blk{
		height: 500px;
		background-size: auto 500px;
	}
	#kraf-logo-banner{
		width: 500px;
		height: 500px;
		top: 150px;
		margin-left: -250px;
	}
}
@media (max-width: 800px){
	#banner{
		height: 420px;
	}
	.banner-blk{
		height: 400px;
		background-size: auto 400px;
	}
	#kraf-logo-banner{
		width: 400px;
		height: 400px;
		top: 150px;
		margin-left: -200px;
	}
}
@media (max-width: 700px){
	#banner{
		height: 420px;
	}
	.banner-blk{
		height: 400px;
		background-size: auto 333px;
	}
	video{
		height: 400px;
	}
}
@media (max-width: 600px){
	#banner{
		height: 360px;
	}
	.banner-blk{
		height: 340px;
		background-size: auto 340px;
	}
	#kraf-logo-banner{
		width: 340px;
		height: 340px;
		top: 150px;
		margin-left: -170px;
	}
	video{
		height: 320px;
	}
}
@media (max-width: 500px){
	#banner{
		height: 280px;
	}
	.banner-blk{
		height: 260px;
		background-size: 160px 160px;
	}
	#kraf-logo-banner{
		width: 260px;
		height: 260px;
		top: 150px;
		margin-left: -130px;
	}
	.produto{
		height: 400px;
	}
	.produtoFoto{
		height: 230px;
		overflow: hidden;
		background-color: #f7f7f7;
	}
	.produtoNome{
		font-size: 18px;
		background-size: 20px 20px;
		background-position: bottom center;
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
	.produtoDesc{
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	video{
		height: 220px;
	}
}