.line-center {
  width: 100%;
  height: 100px;
  background-color: #0f4f4f;
  display: table;
}

.menu14 {
  font-size: 30px;
  color: white;
  font-family: verdana;
  text-decoration: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.maisDetalhesCarro:hover, .detalhesCarro:hover, .nomeCarro:hover {
  color: red;
}

a {
  text-decoration: none;
}

.maisDetalhesCarro, .nomeCarro {
  font-size: 18px;
  color: white;
  font-family: verdana;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  background: #0f4f4f;
}

.detalhesCarro {
  font-size: 16px;
  color: white;
  font-family: verdana;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}

.destaqueVeiculos {
  height: 100%;
  margin:0 auto;
  text-align: center;
}

.carros {
  margin-top: 4px;
  background: #0f4f4f;
  text-align: center;
  display:inline-block;
}

.fotoCarro {
  margin-top: 10px;
  border: 0px solid;
-webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 0 8px #fff;
          box-shadow: 0 0 8px #fff;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);

}
.fotoCarro:hover {
  -webkit-box-shadow: 0 0 15px #fffd;
          box-shadow: 0 0 15px #fffd;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
}

@media (min-width:821px) {
.destaqueVeiculos {
  max-width: 1200px;
}

.carros {
  min-width: 394px;
  min-height: 410px;
}

.fotoCarro {
  width: 370px;
  height: 493px;
}
}

@media (max-width:820px) {
.destaqueVeiculos {
  width: 100%;
}

.carros {
  width: 99%;
}

.fotoCarro {
  width: 95%;
  aspect-ratio: 3 / 4;
}
}
