
header {
  background: url(../img/nav_home.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
}

/* question */

header div.question {
	margin-top: 9rem;
}

header div.question a {
	margin-bottom: 8rem !important;
}

/* usados */

.usados {
	margin-bottom: 5rem;
}

@media (min-width: 992px){
	
	.usados {
		margin-bottom: 8rem;
	}
}


/* cero-km */

.cero-km .foto {
	height: 300px;
}

@media (min-width: 768px){
	
	.cero-km .foto {
		height: 350px;
	}
}

@media (min-width: 576px){
	
	.cero-km .foto {
		height: 385px;
	}
}

