.modal_form {
  background-color: #121212 !important;
  color: white;
  height: auto;
  width: 60vw;
  display: none;
}
.modal_title h1 {
  margin-bottom: 0.1rem;
}

.modal_title h5 {
  margin-top: unset;
}
.form_container input {
  width: 100%;
  margin-bottom: 16px;
}
.form_container div input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  height: 30px;
  font-size: 18px;
  outline: none;
}
.modal_form label {
  font-family: Nobel-Book;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
}

.form_container2 {
  line-height: 36px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form_container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.form_container2 select {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
}
.form_container2 option {
  width: 100%;
}
#slt_model {
  width: 90%;
  background-color: #121212 !important;
  color: white;
}
#prz_compra {
  width: 90%;
  background-color: #121212 !important;
  color: white;
  padding-right: 5px;
}

.enviar,
.enviarWhat {
  margin-top: 20px;
  border: 2px solid white;
  padding: 8px 20px;
  padding-top: 10px;
  text-decoration: none;
  color: white;
  transition: 0.5s;
  background: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.enviar:hover {
  background-color: white;
  color: black;
}

.form_container div input:invalid:focus {
  border-bottom: 3px solid red;
}
button.button-whats {
  background: transparent
    url(https://leadgen-bricks-editor.rdops.systems/production-us-bricks-editor/static/media/social-button.f05441ea.png)
    center center no-repeat;
  border-radius: 0 !important;
  z-index: 1 !important;
  box-shadow: none !important;
  outline: none !important;
  width: 60px !important;
  height: 61px !important;
  background-size: 60px 60px !important;
  cursor: pointer !important;
  border: 0 !important;
  position: fixed !important;
  right: 2% !important;
  bottom: 30px !important;
}

@media (max-width: 767px) {
  .modal_form {
    background-color: #121212 !important;
    color: white;
    height: auto;
    width: 80vw;
    display: none;
  }
  .modal_form label {
    font-family: Nobel-Book;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 16px;
  }
}
