.formataServicos {
  background-color: transparent !important;
  height: 580px !important;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.content {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  position: relative;
}
.top .content {
  text-align: center;
}
.top .content .logo {
  width: 180px;
  display: inline-block;
}
.top .content h1 {
  max-height: 180px;
  text-indent: -3000px;
  overflow: hidden;
  height: 85px;
  width: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px 85px;
}
.heightTopWithMenu {
  height: 96px;
  background: #fff;
}
.topWithMenu {
  background: #fff;
  box-shadow: 0 0 20px #000;
  width: 100%;
  z-index: 2;
  border-bottom: 2px solid #2c4931;
  position: fixed;
  top: 0;
  border-top: 4px solid #2c4931;
}
.topWithMenu .logoWithMenu {
  margin-left: 4%;
  width: 180px;
  height: 85px;
  display: inline-block;
}
.topWithMenu .logoWithMenu a {
  display: inline;
}
.topWithMenu .logoWithMenu a h1 {
  max-height: 85px;
  position: absolute;
  text-indent: -3000px;
  overflow: hidden;
  height: 85px;
  width: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px 85px;
}
.topWithMenu .topMenu {
  display: inline;
  line-height: 85px;
  position: absolute;
  top: 0;
}
.topWithMenu .topMenu .ulMenu {
  display: inline;
}
.topWithMenu .topMenu .ulMenu li.default-item {
  list-style-type: none;
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.topWithMenu .topMenu .ulMenu li.default-item:hover ul.submenu {
  display: block;
}
.topWithMenu .topMenu .ulMenu li.default-item a {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
}
.topWithMenu .topMenu .ulMenu li.default-item a:hover {
  color: #2c4931;
}
.topWithMenu .topMenu .ulMenu li.default-item ul.submenu {
  background: #2c4931;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 65px;
  list-style-type: none;
  padding: 10px;
  display: none;
}
.topWithMenu .topMenu .ulMenu li.default-item ul.submenu li.subMenu-item {
  line-height: 22px;
  width: 120px;
}
.topWithMenu .topMenu .ulMenu li.default-item ul.submenu li.subMenu-item a {
  font-size: 14px;
  color: #fff;
}
.topWithMenu .topMenu .ulMenu li.default-item ul.submenu li.subMenu-item a:hover {
  color: #000000;
}
.fullBanner {
  height: 450px;
  background-color: #d77400;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullBanner .left {
  text-align: left;
}
.fullBanner .right {
  text-align: right;
}
.fullBanner .center {
  text-align: center;
}
.fullBanner .text .title {
  font-weight: bold;
  font-size: 35px;
  color: #fff;
  padding: 40px 0 0 0;
}
.fullBanner .text .text {
  font-weight: lighter;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 20px 0 0 0;
}
.fullBanner .text a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
}
.fullBanner .text a:hover {
  text-decoration: underline;
}
.fullText {
  width: 92%;
  color: #333333;
  padding: 4%;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
.fullText .italic {
  font-style: italic;
  font-family: Georia;
  font-size: 22px;
  line-height: 30px;
}
.doubleText {
  width: 92%;
  color: #333333;
  padding: 4%;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
.doubleText p {
  display: inline-table;
  width: 46%;
  text-align: justify;
}
.doubleText p.right {
  padding: 0 0 0 4%;
}
.doubleText p span.sectionTitle {
  font-size: 22px;
  font-weight: bold;
  padding: 4% 4% 0 4%;
  width: 100%;
  color: #333333;
  padding: 4% 0;
  display: block;
}
.sectionTitle {
  font-size: 22px;
  font-weight: bold;
  padding: 4% 4% 0 4%;
  width: 100%;
  color: #333333;
}
.imageText {
  width: 92%;
  padding: 4%;
}
.imageText img {
  float: left;
  padding: 0 2%;
}
.imageText p {
  width: 92%;
  color: #333333;
  padding: 4%;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
  padding: 0 4%;
  text-align: justify !important;
}
.textImage {
  width: 92%;
  padding: 4%;
}
.textImage img {
  float: right;
  padding: -10% 4% 0 0;
}
.textImage p {
  width: 92%;
  color: #333333;
  padding: 4%;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
  padding: 0 4%;
}
.newSection {
  width: 100%;
}
.formFull {
  width: 92%;
  padding: 4%;
}
.formFull form fieldset {
  border: none;
  width: 100%;
  position: relative;
}
.formFull form fieldset label {
  width: 30%;
  color: #333333;
  margin-bottom: 10px;
  margin-left: 1%;
  display: inline-block;
}
.formFull form fieldset input.inputText {
  width: 30%;
  margin-bottom: 10px;
  outline: none;
  margin-left: 1%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #333333;
}
.formFull form fieldset textarea.textareaText {
  width: 93.6%;
  margin-bottom: 10px;
  margin-left: 1%;
  height: 50px;
  resize: vertical;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #333333;
  outline: none;
}
.formFull form fieldset input.inputSubmit {
  background: #333333;
  margin-left: 10px;
  cursor: pointer;
  height: 30px;
  width: 80px;
  line-height: 30px;
  border: none;
  color: #cccccc;
}
.formWithMaps {
  padding-bottom: 40px;
}
.formWithMaps .form {
  width: 46%;
  display: inline-block;
}
.formWithMaps .form form fieldset {
  border: none;
  width: 100%;
  position: relative;
}
.formWithMaps .form form fieldset label {
  width: 92%;
  padding: 0 4%;
  color: #333333;
  margin-bottom: 10px;
  display: inline-block;
}
.formWithMaps .form form fieldset input.inputText {
  outline: none;
  width: 90%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #333333;
  margin: 0 0 10px 4%;
  padding-left: 4%;
  margin-bottom: 10px;
}
.formWithMaps .form form fieldset textarea.textMensagem {
  outline: none;
  width: 90%;
  resize: none;
  height: 80px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #333333;
  margin: 0 0 10px 4%;
  padding-left: 4%;
  margin-bottom: 10px;
}
.formWithMaps .form form fieldset input.inputSubmit {
  background: #333333;
  margin-left: 4%;
  cursor: pointer;
  height: 30px;
  width: 80px;
  line-height: 30px;
  border: none;
  color: #cccccc;
}
.formWithMaps .maps {
  width: 46%;
  display: inline-block;
}
.formWithMaps .maps iframe {
  margin-bottom: 34px;
  height: 295px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e8;
}
.gallery {
  width: 100%;
  padding: 4% 0;
}
.content .gallery {
  padding: 0 !important;
  width: 100% !important;
}
.gallery div.item-gallery {
  display: inline-block;
}
.scrolloff {
  pointer-events: none;
}
.formWithMaps .maps {
  pointer-events: none;
}
.fixedMenu {
  width: 100%;
  height: 35px;
  background: #2c4931;
  position: absolute;
  left: 0;
}
.fixedMenu .itemMenuFixed {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 35px;
  display: inline;
  font-size: 15px;
  padding: 0 10px 0 0;
}
.fixedMenu .itemMenuFixed:hover {
  text-decoration: underline;
}
.hide {
  opacity: 0;
}
.bannerModel1 {
  width: 100%;
  height: 450px;
  position: relative;
}
.bannerModel1 div.bannerModel1Img {
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  height: 450px;
  background-size: cover;
}
.bannerModel1 div.bannerModel1Img div.textBanner {
  height: 450px;
  position: relative;
}
.bannerModel1 div.bannerModel1Img div.textBanner p.title {
  color: #fff;
  font-size: 22px;
  padding: 20px;
  padding-top: 30px;
  font-weight: bold;
}
.bannerModel1 div.bannerModel1Img div.textBanner p.text {
  color: #fff;
  font-size: 16px;
  padding: 20px;
  padding-top: 20px;
  text-align: justify;
  line-height: 30px;
}
.parentGrid {
  width: 100%;
}
.parentGrid div.alignTop {
  vertical-align: top;
}
.parentGrid div.itemGrid {
  display: inline-block;
  width: 43%;
  text-align: justify;
  padding: 0 3%;
  margin: 40px 0;
  position: initial;
  top: 0;
}
.parentGrid a.iconGrid {
  display: inline-block;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  padding: 0 0 5%;
  margin-bottom: 10%;
}
.parentGrid a.iconGrid:hover {
  opacity: 0.7;
}
.parentGrid span.iconGridSpan {
  display: inline-block;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
.startBandeiras {
  position: absolute;
  right: 0;
  top: -30px;
  background: #fff;
  border-radius: 3px;
  font-size: 13px;
  width: 200px;
  padding: 10px 0;
}
.startBandeiras p {
  padding-bottom: 15px;
  text-align: center;
}
.startBandeiras img {
  margin-right: 15px;
}
.startBandeiras img.lefBandeiras {
  margin-left: 55px;
}
