body.page-id-13,
body.page-id-111 {
  background: #fff;
}
body.page-id-13 .cont-tato,
body.page-id-111 .cont-tato {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  color: #3c3b3b;
}
body.page-id-13 .cont-tato .mt,
body.page-id-111 .cont-tato .mt {
  margin-top: 40px;
}
body.page-id-13 .cont-tato .mt .tel-pgcont,
body.page-id-111 .cont-tato .mt .tel-pgcont {
  font-weight: bold;
  color: #0baf79;
  font-size: 22px;
}
body.page-id-13 .cont-tato .fac-pgcont,
body.page-id-111 .cont-tato .fac-pgcont {
  color: #0baf79;
  font-size: 22px;
}
body.page-id-13 .cont-tato .fac-pgcont:hover,
body.page-id-111 .cont-tato .fac-pgcont:hover,
body.page-id-13 .cont-tato .tel-pgcont:hover,
body.page-id-111 .cont-tato .tel-pgcont:hover {
  color: black;
}
body.page-id-111 .bloco-cont {
  padding: 100px 0;
  background: url("../img/bg-cont-orc.jpg");
}
.bloco-cont {
  padding: 100px 0;
  background: url("../img/bg-cont.jpg");
}
.form-tbus input,
.form-tbus textarea {
  resize: none;
  /* background-color: rgba(0, 0, 0, 0.6); */
  border: 0;
  padding: 10px 10px 11px;
  outline: none;
  font-size: 12px;
  color: #000;
  height: 45px;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
}
.form-tbus ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
.form-tbus ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
.form-tbus :-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
.form-tbus :-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
.form-tbus button {
  -webkit-appearance: none;
  margin: 0;
  line-height: 12px;
  padding: 13px 35px;
  display: inline-block;
  letter-spacing: 0px;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #000;
  float: right;
  height: 45px;
}
.form-tbus button:hover {
  background: #000;
}
.form-tbus button.dif {
  width: 100%;
  font-size: 18px;
  font-weight: bold !important;
}
.end-tit {
  position: relative;
  display: block;
  color: #808080;
  font-weight: bold;
  margin-bottom: 20px;
}
.mcont {
  margin: 20px 0;
  display: block;
  text-align: justify;
}
a.dadoitem {
  font-style: italic;
}
.captcode {
  position: absolute;
  top: 0;
  right: 20px;
}
.captcode #captcha {
  max-width: 102px;
}
.captcode .refresh-captcha {
  position: absolute;
  top: 2px;
  left: -30px;
  background: #fff;
  color: #0baf79;
  padding: 3px 8px;
  border-radius: 100%;
  border: solid 2px #0baf79;
  cursor: pointer;
}
.icon-cont {
  display: block;
  margin: 0 auto 30px 0;
}
.state-error{
  color: red;
  margin: -20px 0 10px 0;
  display: block;
}
/*# sourceMappingURL=../../css/cont-form.map */