.lnk-toyota img {
  width: 70px;
}

header.header,
footer.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 35px;
  height: auto;
  gap: 20px;
}

header.header a img,
header.header div h1,
header.header a {
  margin: 0;
  float: none;
}

header.header div,
header.header div h1 {
  position: static;
  width: auto;
}

header.header a.exit,
header.header a.lnk-toyota,
footer.footer a.exit,
footer.footer a.lnk-toyota {
  flex-shrink: 0;
}

header.header a.exit.hide {
  visibility: hidden;
  display: initial;
}

footer.footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}

footer.footer img,
footer.footer p {
  margin: 0;
}

footer.footer #modal_perguntas {
  height: auto;
}

div.site-toyota {
  background: none;
  padding: 30px;
}

.box-car .price .box-price {
  width: 100%;
}

.box-car .price .price-right {
  padding-bottom: 15px !important;
  border-left: 1px solid #c5c5c5;
}

.box-car .price .price-left {
  border: none;
  padding-bottom: 15px;
}

.box-car .price,
.box-car .price .box-price,
.box-car .price .price-right,
.box-car .price .price-left,
.lst-cars .box-car .car-model {
  height: auto;
}

@media (max-device-width: 1200px) {
  .box-car .car-img img {
    margin-left: 0;
    left: 50%;
    max-height: 230px;
    transform: translateX(-50%);
  }
}

@media (max-width: 1140px) {
  footer.footer div {
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
  }

  footer.footer div a {
    border: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-device-width: 640px) {
  #login {
    background: url(/img/crossbackground.png) bottom right no-repeat;
    background-size: 300px auto;
    box-sizing: content-box;
  }
  #login .content-login {
    background: none;
  }

  #login form {
    background: none;
  }

  header.header {
    padding: 0 0 0 15px;
    gap: 5px;
  }

  footer.footer {
    background-size: cover;
    padding: 0 0 0 15px;
    height: auto;
    gap: 5px;
  }

  footer.footer > div {
    padding: 5px 10px;
    gap: 5px;
  }

  footer.footer .open-modal {
    height: auto;
    display: initial;
  }

  footer.footer div p {
    width: 100%;
  }

  footer.footer div > a {
    word-wrap: break-word;
    font-size: 1.943em;
  }

  .lst-cars .box-car .car-img {
    overflow: hidden;
    height: 290px;
  }

  .lst-cars .box-car .car-img img {
    right: 0;
    max-height: 200px;
    transform: none;
  }

  .box-car .car-model .model-right,
  .box-car .car-model .model-left {
    height: auto;
    width: 100%;
    padding: 20px;
  }
}

@media (max-device-width: 480px) {
  footer.footer {
    flex-direction: column;
    padding: 0 6px;
    gap: 20px;
  }

  footer.footer > div {
    gap: 10px;
  }

  footer.footer a.exit {
    width: 100%;
  }
}
