#fale-conosco-header {
  position: relative;
  display: block;
  background-color: #292929;
}
#fale-conosco-header h2 {
  color: white;
}
.oqe-main-menu li {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--thm-font);
  list-style: none;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: underline;
}
.oqe-main-menu li:not(:last-of-type) {
  margin-right: 10px;
  text-decoration: none;
}
#fale-conosco-header .container {
  align-items: flex-end;
  padding-bottom: 60px;
  height: 100%;
  position: relative;
  flex-direction: row;
}
#fale-header-inner {
  background-image: url("../../images/bg-topo-sobre.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  position: absolute;
  filter: grayscale(100%);
  opacity: 0.2;
}
.fale-conosco-header-content {
  padding-top: 109px;
  justify-content: space-between;
  width: 100%;
  flex-direction: row !important;
  position: relative;
  margin-top: 150px !important;
}

.fale-conosco-header-title {
  color: #fff;
}
#fale-conosco-content {
  padding-top: 50px;
  background-color: #fff;
}

#fale-conosco-content .container {
  /* display: flex; */
}
.fale-conosco-form {
  padding: 50px 30px;
  width: 70%;
}
.fale-conosco-form-element {
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: space-evenly;
}
.fale-conosco-form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.fale-conosco-form-header svg {
  margin: 30px 0;
  margin-right: 10px;
  width: 60px;
}
.fale-conosco-form-header h4 {
  text-align: left;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.75rem;
  font-family: var(--heading-font);
  color: var(--thm-black);
}
.fale-conosco-form-title {
  font-family: "Montserrat Regular";
  font-size: 20px;
  color: #2e6e93;
}
.fale-conosco-form-input {
  display: inline-block;
  color: #646464;
  width: 45%;
  margin-bottom: 30px;
}
.fale-conosco-form-input.fale-conosco-form-input-100 {
  width: 100%;
}
.fale-conosco-form-input.fale-conosco-form-input-100 textarea {
  flex-basis: 100%;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.fale-conosco-form-input label {
  display: block;

  font-family: "Montserrat Bold";
  font-size: 16px;
  margin-bottom: 5px;
}

.fale-conosco-form-input input {
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
}

.fale-conosco-form-input textarea {
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  overflow: auto;
  resize: vertical;
  display: block;
  width: 100%;
  background-color: #f1f1f1;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  border-radius: 5px;
  height: 195px;
  padding-top: 20px;
}

.fale-conosco-info-contato {
  padding: 50px 30px;
  width: 40%;
  align-items: center;
}

.fale-conosco-info-contato-phones {
  align-items: center;
  gap: 20px;
  margin-top: 60px;

  align-self: flex-start;
  margin-left: 50px;
}

.fale-conosco-info-contato-title {
  font-family: "Montserrat Bold";
  font-size: 20px;
  color: #fff;
}

.fale-conosco-info-contato-phone {
  color: #fff;
  display: block;
}

.fale-conosco-form .btn-default {
  display: block;
  width: 280px;
  align-self: flex-end;
  margin-left: auto;
}
.glideWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.glideInner {
  width: 70%;
}
.glideInner ul {
  margin-bottom: 0 !important;
}
.btn-default:hover {
  background-color: #dbb698bb;
}

@media only screen and (max-width: 1200px) {
  .glideInner {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .footer-widget__title,
  .footer-widget__link-list {
    margin-left: 0 !important;
  }
  #fale-conosco-header{
	display: none;
  }
}

