@media screen and (min-width: 1200px) {
	#maquininhas .card .card-body {height: 290px;}
}

@media screen and (min-width: 992px) {
	#sobre .titulo, #sobre .subtitulo {text-align: left;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#maquininhas .card .card-body {height: 374px;}

	#sobre img {height: 466px;}
}

@media screen and (max-width: 991px) {
	#painel .carousel .carousel-caption h1, #painel .carousel .carousel-caption h2 {text-align: center;}

	#sobre img {height: 350px;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#maquininhas .card .card-body {height: 269px;}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#maquininhas .card .card-body {height: 332px;}
}

@media screen and (max-width: 575px) {
	#cadastro .nav-tabs .nav-item .nav-link {font-size: 3vw;}
}