.car_detail .contact {
  background-color: #f2f3f3;
  padding: 40px;
}
.car_detail .contact h2 {
  color: #31353c;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  margin-bottom: 40px;
}
.car_detail .contact .contact_input {
  margin-bottom: 30px;
}
.car_detail .contact .contact_input h6 {
  color: #4b4e50;
  font-size: 18px;
  margin-bottom: 15px;
}
.car_detail .contact .contact_input input {
  width: 100%;
  background: white;
  height: 55px;
  border: none;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 5px;
}
.car_detail .contact .contact_input input:focus {
  outline: none;
}
.car_detail .contact .contact_input textarea {
  width: 100%;
  resize: none;
  height: 200px;
  outline: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  max-height: 200px;
  border: none;
}
.car_detail .contact button {
  background-color: #455a63;
  height: 40px;
  width: 180px;
  color: white;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 768px) {
  .car_detail .contact {
    background-color: #f2f3f3;
    padding: 40px;
    width: 95%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=Contacto.css.map */