@charset "UTF-8";

/* Contact Form */
.contact-form {
  border-width: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  margin: 0;
}

.contact-form .form-center {
  width: 520px;
  padding: 40px 16px;
}

.contact-form h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color:#333;
  text-align: center;
  margin-bottom: 16px;
}

/* Stock page */
.estoque-area h1 {
  text-align: left !important;

  @media (min-width: 992px) {
    margin-bottom: 40px;
  }
}

/* Filter */
.filter {
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  height: 320px;
  /*margin: 0 auto;*/
  /*padding: 3rem;*/
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  @media (min-width: 992px) {
    margin-top: 72px;
  }
}

.filter .select div select {
  width: 180px;
  height: 30px;
}
