@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 830px){
  .hide-web {display: none!important;}
}

@media only screen and (max-width: 829px){
  .hide-mobile {display: none!important;}
}

@media only screen and (min-width : 830px) and (max-width : 1111px){
  .menu > ul > li > a {
    font-size: 1.2vw!important;
  }
}

* {
  font-family: 'Noto Serif', serif;
}

p {
  font-style: normal;
  margin: 0;
}

script {
  display: none;
}

ul {
  padding:0;
  margin:0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.borda-principal {
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 20px;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

.top-header {
  background: rgba(0,0,0,.04);
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,.03);
  padding: 7px 0
}

.top-header > .container > ul {
  text-align: right
}

.top-header > .container > ul > li {
  display: inline-block;
  position:relative
}

.top-header > .container > ul > li.desc {
  margin: 0 20px 0 0;
  color: #535353;
}

.top-header > .container > ul > li img {
  height: auto;
  width: 15px;
  position: relative;
  top: 2px
}

.top-header > .container > ul > li i {
  color: #BB9931
}

.top-header > .container > ul > li i.fa-phone {
  font-size: 10pt;
  margin-right: 5px;
  padding-right: 8px;
  border-right: 1px solid rgba(0,0,0,.2);
}

.top-header > .container > ul > li i.fa-whatsapp {
  margin: 0 4px 0 0;
}

.top-header > .container > ul > li span {
  margin: 0 5px
}

.top-header > .container > ul > li a {
  color: #444;
  font-weight: 600
}

.top-header > .container > ul > li a:hover {
  color: #BB9931
}

.top-header > .container > ul > li strong {
  color: black;
  font-weight: 600;
}

.top-header > .container > ul > li a,
.top-header > .container > ul > li span,
.top-header > .container > ul > li strong {
  font-size: 11pt
}

@media only screen and (min-width: 830px){
  .top-header {
    margin-bottom: 140px;
  }

  .header {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: auto;
    z-index: 999;
  }

  .header .container {
    height: 100px
  }

  .header.float {
    position: fixed!important;
    top: 0!important;
  }

  .header.float.float-n2 {
    padding: 10px 0!important;
    transition: all .2s linear;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)
  }

  .header.float.float-n2 > .container {
    height: auto!important;
  }

  .header.float.float-n2 .logo {
    max-width: 300px!important;
    min-width: initial!important;
    transition: all .2s linear;
  }
}

.header {
  padding: 20px 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.header > .container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.header .logo {
  max-width: 460px;
  width: 100%;
  min-width: 200px;
}

.header .logo a {
  display: block;
}

.header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header .menu {
  margin-left: 50px;
}

.menu > ul {
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.menu > ul > li {
  border-radius: 5px;
  white-space: nowrap;
  margin: 0 0 0 10px
}

.menu > ul > li > a {
  display: block;
  padding: 10px;
  font-size: 11.9pt;
  font-weight: 500;
  color: #555;
  text-rendering: optimizelegibility;
}

.menu > ul > li:hover {
  background: rgba(0,0,0,.05);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.menu > ul > li > a > i {
  margin: 0 2px 0 0;
  color: #BB9931
}

.menu > ul > li:nth-child(4) {
  cursor: default;
  position: relative;
}

@media only screen and (min-width: 830px){
  .menu > ul > li:nth-child(4)::before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
    content: "";
  }

  .menu > ul > li:hover .drop {
    top: 140%;
    opacity: 1;
    pointer-events: auto;
  }

  .header .drop {
    display: non;
    position: absolute;
    top: 180%;
    opacity: 0;
    pointer-events: none;
    right: 0;
    white-space: nowrap;
    z-index: 999;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding:20px 10px;
    transition: all .18s linear;
  }

  .header .drop::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: 117px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #e5e5e5;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-right: transparent;
    border-bottom: transparent;
    background: #fff;
  }

  .header .drop > ul > li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    line-height: 2.6;
    padding: 0 10px;
    border-radius: 6px;
  }

  .header .drop > ul > li:hover {
    background: rgba(0,0,0,.05);
  }

  .header .drop > ul > li a {
    font-size: 11pt;
    color: #555;
    font-weight: 500;
    width: 100%
  }

  .header .drop > ul > li .icone {
    width: 20px;
    height: 20px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    font-size: 12pt;
    margin: 0 5px 0 0;
    color: #555555;
  }

  .header .drop > ul > li img.icone {
    transform: scale(0.8);
    margin: 0 2px 0 0!important;
  }
}

body#localizacao li.botao-see,
body#quem-somos li.botao-quem,
body#home li.botao-home {
  background: rgba(0,0,0,.1)!important;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.25)!important;
}

.banner-test {
  width: 100%;
  display: block
}

.tarja-titulo {
  background: #eee;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 60px 0;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.1) inset;
  border-bottom: 1px solid #ddd
}

@media only screen and (max-width: 767px){
  .tarja-titulo {
    margin: 0 0 20px 0!important;
  }
}

.tarja-titulo > p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15pt;
  color: #535353;
}

.tarja-titulo i {
  color: #BB9931;
  font-size: 30pt;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6);
  margin-bottom: 8px
}

.tarja-titulo > span {
  font-size: 12pt;
  text-transform: uppercase;
  color: #888;
}

address {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  -o-align-items: normal;
  align-items: normal;
}

address a:hover {
  color: #535353!important;
}

address > div {
  min-height: 400px
}

body#localizacao address > div:last-child {
  margin: 0 0 0 20px;
}

body:not(#localizacao) address {
  margin-top: 20px
}

address strong {
  font-style: italic;
  font-weight: 700;
  font-size: 13pt;
  margin: 0 0 8px 0;
  display: block;
  color: #333;
}

address .local div > p {
  margin: 0 0 20px 0;
  text-transform: initial;
  font-size: 11pt;
  color: #444;
}

address .contatos p {
  text-transform: initial;
  font-size: 11pt;
  color: #444;
  margin: 0!important;
}

address .contatos > a {
  color: #0078D7;
  font-weight: 600;
  margin: 5px 0 20px 0;
  display: block;
  font-size: 10pt;
  font-style: normal;
}

address .contatos > a i {
  color: #BB9931;
  margin: 0 5px 0 0;
  font-size: 11pt!important;
}

address .endereco p a {
  color: #0078D7;
  font-weight: 600;
  margin: 8px 0 0 0;
  font-size: 10pt;
  display: block
}

address .contatos p a {
  color: #0078D7;
  font-weight: 600;
  margin: 8px 0 0 0;
  font-size: 12pt;
  position: relative;
  letter-spacing: 1px;
}

address .contatos p i {
  color: #BB9931;
}

address .contatos p i.fa-whatsapp {
  font-size: 13pt;
  position: relative;
  top: 1px;
  margin: 0 3px 0 3px;
  padding: 0 0 0 8px;
  border-left: 1px solid rgba(0,0,0,.2)
}

address p a i {
  color: #BB9931;
  margin: 0 5px 0 0;
  font-size: 11pt!important;
}

address .contatos div a {
  display: inline-block;
  vertical-align: middle;
}

address .contatos div a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #0078D7;
  border-radius: 8px;
  color:#0078D7;
  transition: all .1s linear
}

address .contatos div a i:hover {
  color: white;
  background: #0078D7
}

address .map {
  width: 814px;
  border-radius: 6px!important;
  border: 1px solid #ddd
}

address .map iframe {
  width: 100%!important;
  height: 100%;
}

.titulo {
  text-align: center;
  display: block;
  margin: 40px 0;
  background: #EEEEEE;
  padding: 10px 0;
  border-radius: 6px;
}

.titulo strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15pt;
  color: #535353;
}

.titulo strong i {
  color: #BB9931;
  margin: 0 5px 0 0;
}

@media only screen and (min-width : 420px) and (max-width : 814px){
  address {
    display: initial!important;
    align-items: initial!important;
    justify-content: initial!important;
  }

  address > div {
    flex: initial!important;
  }

  address > div:first-child {
    min-height: initial!important;
  }

  address > div:last-child {
    margin: 0!important;
    width: 100%!important;
  }

  address .local {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  address .local > div:last-child {
    margin: 0 0 0 20px;
  }

  address iframe {
    height: 400px!important;
  }
}

@media only screen and (max-width: 419px){
  address {
    display: block!important;
  }

  address > div {
    width: 100%!important;
    margin: 0!important;
  }

  address > div:first-child {
    min-height: initial!important;
  }

  address iframe {
    height: 400px!important;
  }

  address .local {
    margin-bottom: 20px!important;
  }
}

.carrossel > #jssor_1 {
  border-radius: 6px;
}

.instalacoes > span {
  display: block;
  font-size: 11pt;
  color: #444;
  text-align: justify;
  margin: 0 0 20px 0
}

.videoTemplateVersion2 > div > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.videoTemplateVersion2 > div > ul > li {
  padding: 0!important;
  margin-bottom: 30px
}

.sobre {
  background: url(../_data/logo-opaca.png) no-repeat center center;
  background-size: auto 350px;
  text-align: justify;
  padding: 10px;
}

@media only screen and (max-width: 660px){
  .sobre {
    background-size: 90% auto!important;
  }
}

.sobre .objetivos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  -o-align-items: normal;
  align-items: normal;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}

.sobre .objetivos > div {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 900px){
  .sobre .objetivos {
    display: block!important;
  }

  .sobre .objetivos > div {
    display: block!important;
    flex: initial!important;
  }

  .sobre .objetivos > div:not(:first-child) {
    margin: 50px 0 0 0!important;
  }
}

.sobre .objetivos > div:not(:first-child) {
  margin-left: 30px
}

.sobre strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15pt;
  color: #535353;
  display: block;
  margin: 0 0 10px 0;
  background: #eee;
  border: 1px solid rgba(0,0,0,.03);
  border-radius: 6px;
  text-align: center;
  padding: 5px 0
}

.sobre li {
  font-size: 11pt;
  color: #222;
  display: block;
  vertical-align: middle;
  line-height: 1;
  padding: 4px 0
}

.sobre li i {
  margin: 0 5px 0 0;
  color: #BB9931
}

.sobre p {
  font-size: 11pt;
  color: #222;
  margin: 0 0 30px 0
}

.biografias {
  display: block;
}

.biografias:not(.b1) {
  margin-top: 20px;
}

.biografias > div {
  width: 80%;
  display: block;
  margin: 0 auto
}

.biografias strong {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15pt;
  color: #333;
  display: block;
  margin: 0 0 2px 0
}

.biografias img {
  margin: 0 0 10px 10px;
}

.biografias span {
  color: #666;
  font-size: 11pt;
  text-align: justify;
  margin: 0 0 20px 0;
  display: block
}

.biografias p {
  text-align: justify;
  font-size: 11pt;
  color: #333;
}

@media only screen and (max-width: 500px){
  .sobre li {
    display: block!important;
    vertical-align: initial!important;
  }

  .biografias img {
    width: 100%;
    height: auto;
  }

  .biografias strong {
    text-align: center;
    margin: 0 0 10px 0;
  }
}

.atribuicoes {
  margin-top: 60px;
  display: block
}

.titulo-categoria {
  display: block;
  padding: 30px 0;
  text-align: center;
  background: url(../_data/traco.png) repeat-x center center;
}

.titulo-categoria div {
  display: inline-block;
  line-height: 1;
  padding: 0 20px;
  background: white;
}

.titulo-categoria div > span {
  display: block;
  font-size: 15pt;
  margin: 0 0 10px 0;
  color: #555555
}

.titulo-categoria div > span span {
  color: #BB9931;
  font-weight: bolder;
}

.titulo-categoria div > strong {
  text-transform: uppercase;
  color: #555;
  font-size: 16pt;
  font-weight: normal;
}

.atribuicoes .atribuicoes-interno {
  margin-top: 20px
}

.atribuicoes > .atribuicoes-interno > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media only screen and (max-width: 900px){
  .atribuicoes > .atribuicoes-interno > div {
    display: grid!important;
    grid: 50% 50% / 50% 50%;
  }

  .atribuicoes > .atribuicoes-interno > div > div {
    -webkit-flex: initial!important;
    -moz-flex: initial!important;
    -ms-flex: initial!important;
    -o-flex: initial!important;
    flex: initial!important;
    margin: 10px 20px!important;
  }

  .atribuicoes > .atribuicoes-interno > div > div span {
    text-align: justify!important;
    text-indent: 30px
  }
}

@media only screen and (max-width: 530px){
  .atribuicoes > .atribuicoes-interno > div > div i {
    width: 16.982vw!important;
    height: 16.982vw!important;
    line-height: 16.982vw!important;
    font-size: 10vw!important;
  }

  .atribuicoes > .atribuicoes-interno > div > div strong {
    font-size: 3.03vw!important;
  }

  .atribuicoes > .atribuicoes-interno > div > div span {
    font-size: 10pt!important;
  }

  .atribuicoes > .atribuicoes-interno > div > div {
    margin: 10px!important;
  }
}

.atribuicoes > .atribuicoes-interno > div > div {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.atribuicoes > .atribuicoes-interno > div > div:not(:last-child) {
  margin-right: 30px
}

.atribuicoes > .atribuicoes-interno > div > div i {
  display: block;
  margin: 0 auto 20px auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #BB9931;
  border-radius: 100%;
  font-size: 40pt;
  color: white;
  position: relative;
}

.atribuicoes > .atribuicoes-interno > div > div i::after {
  content: "";
  display: block;
  position: absolute;
  top: 96%;
  border-top: 10px solid #BB9931;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  left: 50%
}

.atribuicoes > .atribuicoes-interno > div > div strong {
  display: block;
  text-align: center;
  font-size: 12pt;
  min-height: 60px;
  color: #856D23;
  font-weight: normal;
  line-height: 1.2
}

.atribuicoes > .atribuicoes-interno > div > div span {
  font-size: 11pt;
  color: #777;
  display: block;
  text-align: justify;
  line-height: 1.5;
}

.oferta {
  background: url(../_data/oferta.jpg) no-repeat center fixed;
  display: block;
  margin: 90px 0 0 0;
}

body#quem-somos .oferta {
  margin-top: 60px!important;
}

.botao-atribuicoes {
  display: block;
  text-align: center;
}

.botao-atribuicoes a {
  display: inline-block;
  line-height: 1;
  padding: 20px 40px;
  background: #BB9931;
  border-radius: 6px;
  box-shadow: 0 -5px 0 0 rgba(0,0,0,.1) inset;
  color: white;
  font-size: 12pt;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  transition: all .1s linear;
}

.botao-atribuicoes a:hover {
  background: #856D23;
}

.botao-atribuicoes span {
  display: block;
  line-height: 1;
  margin: 10px 0 0 0;
  font-size: 11pt;
  color: #999;
}

.botao-atribuicoes {
  display: block;
  text-align: center;
}

.botao-atribuicoes a {
  display: inline-block;
  line-height: 1;
  padding: 20px 40px;
  background: #BB9931;
  border-radius: 6px;
  box-shadow: 0 -5px 0 0 rgba(0,0,0,.1) inset;
  color: white;
  font-size: 12pt;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  transition: all .1s linear;
}

.botao-atribuicoes a:hover {
  background: #856D23;
}

.botao-atribuicoes span {
  display: block;
  line-height: 1;
  margin: 10px 0 0 0;
  font-size: 11pt;
  color: rgba(255,255,255,.8);
}

@media only screen and (min-width: 1200px){
  .oferta {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 1199px){
  .oferta {
    background-size: auto 100%;
  }
}

.oferta .fluid {
  text-align: center;
  padding: 100px 0;
  background: rgba(0,0,0,.6);
}

.oferta p {
  font-size: 25pt;
  color: white;
  line-height: 1.6;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.oferta .fluid > .container > div {
  max-width: 700px;
  margin: 40px auto 0 auto;
}

.mapa-home {
  padding-top: 60px;
  display: block;
  background: #EEEEEE;
  text-align: center;
}

.mapa-home .container {
  display: block;
  margin-bottom: 60px;
}

.mapa-home .container strong {
  display: block;
  line-height: 1;
  padding: 0 0 10px 0;
  color: #555;
  font-size: 16pt;
  font-weight: normal;
}

.mapa-home .container span {
  font-size: 12pt;
  text-transform: uppercase;
  color: #888;
}

.mapa-home .container span i {
  color: #BC9A32!important;
  margin: 0 2px 0 0;
}

.mapa-home > .mapa-home-area iframe {
  width: 100%!important;
  border-radius: 0!important;
  border-top: 1px solid #DDDDDD!important;
  display: block;
  border-bottom: 1px solid #DDDDDD!important;
}

.tecnologia {
  display: block;
  text-align: center;
  background: url(../_data/pat.jpg) repeat-x top left;
  background-size: 500px auto
}

.tecnologia .fluid {
  padding: 150px 0 90px 0;
  background: rgba(255,255,255,.94)
}

@media only screen and (max-width: 829px){
  .tecnologia .fluid {
    padding: 70px 0!important;
  }
}

.tecnologia strong {
  display: block;
  line-height: 1;
  padding: 0 0 15px 0;
  color: #555;
  font-size: 25pt;
  font-weight: normal;
}

.tecnologia span {
  font-size: 12pt;
  color: #888;
}

footer {
  margin-top: 60px;
  display: block;
}

footer .footer-top-line {
  background: #555555;
  padding: 60px 0;
}

footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

footer .footer-top-line > div > div:not(:last-child) {
  margin-right: 10%;
}

footer .titulo-footer {
  position: relative;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}

footer .titulo-footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #BC9A32
}

footer .titulo-footer span {
  line-height: 1;
  display: block;
  color: white;
  font-size: 15pt;
  font-weight: normal;
}

footer .coluna.col01 > ul > li {
  white-space: nowrap;
  padding: 3px 0
}

footer .coluna > ul > li i {
  color: #BC9A32
}

footer .coluna > ul > li a {
  color: rgba(255,255,255,.7);
  font-size: 11pt;
}

footer .coluna > ul > li a:hover {
  color: #BC9A32
}

footer .coluna > ul > li .icone-footer {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}

footer .coluna > ul > li i.icone-footer {
  position: relative;
  top: -1px
}

footer .coluna > ul > li img.icone-footer {
  transform: scale(0.82)
}

footer .coluna.col03 > ul > li {
  padding: 3px 0
}

footer .coluna p,
footer .coluna > ul > li span {
  color: rgba(255,255,255,.7);
  font-size:11pt
}

footer .coluna p {
  min-width: 213px;
  white-space: nowrap
}

footer .coluna p i {
  color: #BC9A32
}

footer .coluna p span {
  color: #BC9A32
}

footer .footer-bottom-line {
  background: #494949;
  padding: 30px 0
}

footer .footer-bottom-line .container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

footer .footer-bottom-line .container > div:first-child {
  margin-right: 30px;
}

footer .footer-bottom-line a {
  display: block
}

footer .footer-bottom-line span {
  color: rgba(255,255,255,.5);
  font-size: 10pt;
}

footer .footer-bottom-line img {
  max-width: 250px;
  width: 100%;
  display: block
}

@media only screen and (max-width: 850px){
  footer .container {
    display: block!important;
    align-items: initial!important;
    justify-content: initial!important;
  }

  footer .footer-top-line > .container > div:not(:last-child) {
    margin: 0 0 50px 0 !important;
  }

  footer .titulo-footer {
    margin-bottom: 5px!important;
  }

  footer .footer-bottom-line {
    text-align: center
  }

  footer .footer-bottom-line > div a img {
    margin: 20px auto 0 auto;
  }
}

.area-forms > .fluid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.area-forms > .fluid > div {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 740px){
  .area-forms > .fluid {
    display: block!important;
    justify-content: initial!important;
  }
  
  .area-forms > .fluid > div {
    flex: initial!important;
  }
  
  .area-forms > .fluid > div:last-child {
    margin-top: 30px
  }
}

.area-forms > .fluid > div:first-child {
  margin-right: 30px;
}

.area-texto-forms {
  text-align: justify;
}

.area-texto-forms strong {
  text-transform: uppercase;
  color: #555;
  font-size: 16pt;
  font-weight: normal;
  margin-bottom: 10px;
  display: block
}

.area-texto-forms p {
  font-size: 11pt;
  color: #777;
  display: block;
  line-height: 1.5;
}

.pagina-em-manutencao > .manutencao {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
  background: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  box-shadow: 0 0 0 10px #ddd inset
}

.pagina-em-manutencao .manutencao > .intro-manutencao {
  text-align: center;
  padding: 30px
}

.pagina-em-manutencao .manutencao > .intro-manutencao img,
.pagina-em-manutencao .manutencao > .intro-manutencao > strong {
  display: block;
  margin: 0 auto;
}

.pagina-em-manutencao .manutencao > .intro-manutencao img {
  max-width: 550px;
  width: 100%;
}

.pagina-em-manutencao .manutencao > .intro-manutencao > strong {
  padding: 20px 0;
  font-size: 20pt;
  color: #222
}

.pagina-em-manutencao .manutencao > .intro-manutencao > span {
  color: #444;
  font-size: 11pt;
}




@media only screen and (max-width: 829px){
  body {
    margin-top: 46px!important;
  }

  .top-header {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.06)
  }

  .header .logo {
    width: 190px;
    min-width: initial!important;
  }

  .header .logo img {
    display: block;
  }

  .header .menu {
    position: relative
  }

  .header .menu-mobile {
    width: 78px;
    height: 35px;
  }

  .header .menu-mobile button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #BB9931;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: 600;
    border-radius: 6px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    line-height: normal;
  }

  .header .menu-mobile button i {
    margin: 0 5px 0 0;
    font-size: 9.3pt;
  }

  .header #menu {
    display: none;
    position: fixed;
    top: 46px;
    background: #BB9931;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3)
  }

  .header #menu > li {
    margin: 10px;
  }

  .header #menu > li > a span {
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3)
  }

  .header #menu > li > a > i {
    color: rgba(255,255,255,.6);
    width: 20px;
    text-align: center
  }

  .header #menu .drop {
    padding: 0 10px 5px 34px
  }

  .header #menu .drop > ul > li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
  }

  .header #menu .drop > ul > li {
    padding: 5px 0
  }

  .header #menu .drop > ul > li .icone {
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 5px 0 0;
    color: #535353;
  }

  .header #menu .drop > ul > li a {
    font-size: 10pt;
    font-weight: 600;
    color: white;
  }
}