.body{
  /* FIXME:  */
  min-height: 20vh;
}

.body{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 90vh;
  background: url(../img/automovel/usadostoyota.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.usados-container{
  position: relative;
  top: 100px;
  height: 400px;
  width: 480px;
  padding: 20px;
  padding-bottom: 40px;
  margin-left: 50px;
  background: white;
  border-top: solid red 5px;
}
.vendedor-card{
  display: flex;
}
.vendedor-card div{
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.vendedor-card img{
  height: 150px;
  width: 150px;
}
.vendedor-card i{
  padding-right: 10px;
}

.toyota-btn{
  color: white;
  background-color: red;
}

.contact { }
.contact a { text-decoration: none; color: #252529; }

/* desktop */
@media(max-width: 1200px) {}
/* tablet */
@media(max-width: 800px) {}
/* phones */
@media(max-width: 550px) {

  .body{
    height: auto;
  }

  .usados-container{
    width: 100%;
    height: 600px;
    top: 80px;
    padding: 10px;
    padding-bottom: 30px;
    margin-left: 0;
  }
  .usados-container h2{
    font-size: 1em;
  }
  .usados-container > img{
    width: 250px;
  }
  .vendedor-card{
    flex-direction: column;
    margin-bottom: 10px;
  }
  .usados-container a{
    margin-left: 10px;
  }
}
