/* Extra large devices (large laptops and desktops, 1200px and down) */
/* Extra large devices (large laptops and desktops, 1200px and down) */
/* Large devices (laptops/desktops, 992px and down) */
/* Medium devices (landscape tablets, 768px and down) */
/* Small devices (portrait tablets and large phones, 600px and down) */
/* Extra small devices (phones, 360px and down) */
.contato__form {
  width: 100%;
  max-width: 1200px;
  height: auto;
  font-weight: 300;
  font-size: 2rem;
  color: #252320;
  padding: 0;
}
.contato__title {
  font-size: 3rem;
  color: #ecc452;
  text-transform: uppercase;
}
.contato__text {
  color: #252320;
  margin: 30px auto;
  font-size: 1.5rem;
  text-align: center;
}
.contato__fieldset {
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #dcdcdc;
  margin: 40px auto 0;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .contato__fieldset {
    padding: 20px;
  }
}
.contato__fieldset:first-child {
  margin-bottom: 60px;
}
.contato__legend {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ecc452;
  background-color: #252320;
  padding: 5px 20px;
  border-radius: 4px;
}
.contato__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contato__ul li {
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.contato__ul li label {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 5px 10px;
}
.contato__ul li input, .contato__ul li textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin: 0 0 3px;
  padding: 5px 10px;
  text-align: left;
  color: #252320;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 4px;
}
.contato__ul li input:focus, .contato__ul li textarea:focus {
  outline-style: none;
  outline: none;
  box-shadow: none;
  border-color: #fab800;
}
.contato__ul li input {
  height: 50px;
}
.contato__ul li input::-moz-placeholder {
  color: #a6a6a6;
}
.contato__ul li input::placeholder {
  color: #a6a6a6;
}
.contato__ul li input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: -5px;
}
.contato__ul li textarea {
  height: 160px;
}
.contato__checkbox-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
}
.contato__checkbox-area:first-of-type {
  margin-top: 20px;
}
.contato__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contato__button button {
  width: 100%;
  max-width: 400px;
  background-color: #ecc452;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #252320;
  padding: 20px 40px;
  text-transform: uppercase;
  margin: 0 auto;
}
.contato__button button:hover {
  background-color: #252320;
  color: #ecc452;
  transition: all 0.3s ease;
}

.error-message {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.9rem;
  color: #dd193e;
  font-weight: lighter;
  margin-top: 5px;
  margin-left: 10px;
}

.sucesso {
  width: 100%;
  height: auto;
}
.sucesso__container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 60px 0;
}
.sucesso__container p {
  font-size: 1.5rem;
  margin-top: 40px;
}
.sucesso__container p.sucesso__message {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #2d2e30;
  text-align: center;
  margin-top: 40px;
  border: 1px solid #2d2e30;
  padding: 20px 40px;
}
.sucesso__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  color: #2d2e30;
  background-color: #fab800;
  padding: 20px 40px;
  font-size: 1.25rem;
  font-weight: 500;
}
.sucesso__button:hover {
  background-color: #2d2e30;
  color: #fab800;
  transition: all 0.3s ease;
}/*# sourceMappingURL=forms.css.map */