body {
  background-color: WhiteSmoke; /* For browsers that do not support gradients */
  background-image: radial-gradient(
    LightGray,
    WhiteSmoke
  ); /* Standard syntax (must be last) */
  margin: 0px;
  padding: 0px;
}

main {
  color: white;
  margin-top: 0px;
  padding: 0px;
}

hr {
  background-color: white;
  height: 1px;
}

.corpo {
  background-color: red;
  opacity: 0.85;
  min-height: 600px;
  -webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.39);
  box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.39);
  padding-top: 30px;
  margin-bottom: 50px;
  border-radius: 0px 0px 30px 30px;
}

.content {
  min-height: 400px;
}

div.carousel-item img {
  background-color: #5c6670;
  height: 440px;
  width: 782.22px;
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: contain;
  padding: 1px;
  border: 2px solid #343a40;
  border-radius: 5px 5px 0px 0px;
}

#carousel_super {
  width: 782.22px;
  height: 440px;
  margin-top: 40px;
}

div.carousel-item p.titulo {
  font-size: 50px;
  color: red;
}

div.carousel-item p.subtitulo {
  font-size: 30px;
  color: red;
}

h1.class-name {
  -webkit-text-stroke: 1px black;
  margin-top: 20px;
}

.super-descricao {
  width: 782.22px;
  font-size: 20px;
  border: 2px solid #343a40;
  background-color: #343a40;
  font-family: "Times New Roman", Times, serif;
  border-radius: 0px 0px 5px 5px;
}

.veiculo,
.km {
  /*text-align: left;*/
  margin-left: 10px;
}

.preco,
.ano {
  width: 100%;
  color: yellow;
  text-align: right;
  margin-right: 10px;
}

.destaques,
.anuncios {
  margin-top: 30px;
}

.anuncio-destaques {
  width: 350px;
  margin-top: 30px;
}

.anuncio-destaques img {
  background-color: #5c6670;
  width: 350px;
  height: 262.5px;
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: cover;
  padding: 1px;
  border: 2px solid #343a40;
  border-radius: 5px 5px 0px 0px;
}

.destaque-descricao {
  font-size: 15px;
  font-size: 15px;
  width: 350px;
  border: 2px solid #343a40;
  background-color: #343a40;
  font-family: "Times New Roman", Times, serif;
  border-radius: 0px 0px 5px 5px;
}

.anuncio-destaques img,
.super-descricao,
#carousel_super,
.anuncio-comuns img,
.destaque-descricao,
.comuns-descricao {
  cursor: pointer;
}

.anuncio-comuns {
  width: 200px;
  margin-top: 50px;
}

.anuncio-comuns img {
  background-color: #5c6670;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: cover;
  padding: 1px;
  border: 2px solid #343a40;
  border-radius: 5px 5px 0px 0px;
}

/*.anuncio-comuns img:hover, .anuncio-destaques img:hover, div.carousel-item img:hover  {
    filter: contrast(150%);
}*/

.comuns-descricao {
  width: 200px;
  border: 2px solid #343a40;
  background-color: #343a40;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  border-radius: 0px 0px 5px 5px;
}

.comuns-descricao .preco {
  text-align: center;
  margin: 0px;
}

.comuns-descricao .veiculo {
  text-align: center;
  margin: 0px;
}

.rodape {
  padding-top: 10px;
  height: 200px;
  margin-top: 100px;
  background-color: #343a40;
  padding-bottom: 20px;
  border-radius: 0px 0px 30px 30px;
}

#preco {
  color: yellow;
  font-weight: bold;
}

#veiculo-preco {
  width: 100%;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .veiculo,
  .preco,
  .km,
  .ano {
    font-size: 15px;
    text-align: left;
  }

  .preco,
  .ano {
    padding-right: 10px;
  }

  #veiculo-modelo,
  #veiculo-preco {
    font-size: 30px;
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  main .corpo {
    margin: 0px;
  }

  .rodape {
    height: auto;
  }

  .rodape h4 {
    margin-top: 20px;
  }
}
