@charset "utf-8";
/* CSS Document */
/* CSS Document */
.bate_rodas{
	width: 100vw;
	max-width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
}
.bate_rodas img, h1{
	width: 80vw;
	max-width: 1000px;
	border-radius: 10px;
	font-size: 35px;
	text-align: center;
	color: #666;
}
h1{
	padding: 20px 0;
}
.problemas{
	display: flex;
	flex-direction: column;
	width: 100vw;
	max-width: 100vw;
	align-items: center;
	margin-top: 30px;
}
.problemas div{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#problemas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 80vw;
	max-width: 1000px;
}
.problemas p{
	width: 80vw;
	text-align: center;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
.problemas img{
	width: 18vw;
	max-width: 240px;
	min-width: 150px;
	border-radius: 5px;
	margin: 10px 3px 0;
}
.qualidade{
	width: 100vw;
	max-width: 100vw;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h2, h3{
	font-size: 28px;
	color: #fff;
	width: 80vw;
	background-color: #666;
	border-radius: 10px;
	padding: 5px;
	max-width: 1000px;
	text-align: center;
	margin-bottom: 20px;
}
#qualidade{
	width: 80vw;
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.qualidade img{
	width: 300px;
}
.diferenciais{
	display: flex;
	flex-direction: column;
	width: 50vw;
	max-width: 700px;
	justify-content: space-around;
}
.diferenciais div{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.diferenciais div img{
	width: 100px;
	height: auto;
	margin: 15px;
}
.diferenciais p{
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.modelos_convencionais{
	margin-top: 50px;
	width: 100vw;
	max-width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.outros_modelos{
	width: 80vw;
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 20px;
	
}
.outros_modelos div{
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #666;
	font-size: bold;
}
.outros_modelos img{
	width: 25vw;
	max-width: 250px;
	min-width: 150px;
	border-radius: 5px;
	margin: 2px;
}
@media screen and (max-width: 890px){
	.bate_rodas img, h1{
		width: 90vw;
		font-size: 30px;
	}
	#problemas{
		width: 90vw;
		justify-content: space-around;
	}
	.problemas div{
		font-size: 12px;	
	}
	.problemas p{
		font-size: 14px;
	}
	#problemas{
		flex-wrap: wrap;
	}
	
}
@media screen and (max-width: 800px){
	.diferenciais div img{
		width: 80px;
	}
	.diferenciais p{
		font-size: 12px;
	}
	h2, h3{
		font-size: 22px;
	}
}
@media screen and (max-width: 700px){
	.qualidade img{
		width: 200px;
	}
	.diferenciais div img{
		margin: 5px;
	}
	h2, h3{
		font-size: 20px;
	}
}
@media screen and (max-width: 570px){
	#qualidade{
		flex-direction: column;
	}
	.qualidade img{
		width: 70vw;
	}
	.diferenciais{
		width: 80vw;	
	}
	h1{
		font-size: 18px;
		width: 95vw;
	}
	h2,h3{
		font-size: 16px;
	}
	.bate_rodas img{
		width: 100vw;
		border-radius: 0px;
	}
	.problemas div{
		font-size: 12px;
	}
	h2, h3{
		font-size: 18px;
		width: 95vw;
	}
	
}
@media screen and (max-width: 450px){
	h2, h3{
		font-size: 16px;
		width: 95vw;
	}
}
@media screen and (max-width: 400px){
	.diferenciais p{
		font-size: 10px;
	}
	.diferenciais div img{
		margin: 5px 5px 0 0;
	}
	.outros_modelos img{
		width: 80vw;
		max-width: 400px;
	}
	h2, h3{
		font-size: 14px;
	}
}
@media screen and (max-width: 300px){
	h1{
		font-size: 14px;
	}
	h2, h3{
		font-size: 12px;
	}
	.problemas p{
		font-size: 12px;
	}
	.problemas div{
		font-size: 10px;
	}
	.problemas img{
		width: 70vw;
	}
}