@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");
a,
button,
input[type='submit'] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body {
  background: url("../img/default/background-topo.png") repeat-x;
}

input {
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #59554e !important;
}

input::placeholder {
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #59554e !important;
}


/* Effect 5: same word slide in */

.cl-effect-5 a {
  overflow: hidden;
  padding: 0 4px;
  height: 1.3em;
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: bold;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.banner {
  width: 100%;
  height: 100vh;
}

.banner__item {
  width: 100%;
  height: 100vh;
  margin: 0;
}

.menu__inicial {
  width: 100%;
  padding-top: 36px;
  position: fixed;
  z-index: 99999;
  top: 0;
  background: url("../img/default/background-topo.png") repeat-x;
}

.menu__inicial .menu {
  margin: 0 auto;
  float: none;
  display: table;
}

.menu {
  background: none;
  border: none;
  float: left;
}

.menu__item-link {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #d8cebc !important;
  font-weight: 600;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.menu__item--divisor {
  margin-top: -1px;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #d8cebc !important;
  font-weight: 600;
}

.menu__item-img {
  float: left;
}

.menu__item-texto {
  float: left;
  margin-left: 10px;
}


/** Menu Ativo */

.menu__inicial--ativo-pages {
  display: block !important;
}

.menu__inicial--ativo {
  background: url("../img/default/background-topo.png") repeat-x;
  display: none;
}

.menu__inicial--ativo .menu {
  width: 100%;
  float: left;
  display: block;
}

.menu__inicial--ativo .menu__itens {
  float: right;
}

.menu__logotipo {
  float: left;
  display: block;
  margin-top: -18px;
}

.blueimp-gallery {
  background: rgba(27, 22, 42, 0.9);
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
  background: none;
  border: none;
}

.menu-az {
  background: rgba(35, 28, 59, 0.8);
}

.newsletter {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  padding: 54px 0;
}

.newsletter__form {
  width: 100%;
  float: left;
  display: block;
  height: 54px;
  border: solid 1px #1b162e;
  border-radius: 3px;
}

.newsletter__imagem {
  padding: 16px;
}

.newsletter__input {
  background: none;
  border: none;
  width: 420px;
  height: 52px;
  text-align: center;
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
}

.newsletter__input:focus {
  outline: none;
}

.newsletter input:-webkit-autofill {
  font-family: 'Droid Sans';
  font-size: 14px;
  -webkit-text-fill-color: #59554e;
  -webkit-box-shadow: 0 0 0px 1000px #d8cebc inset;
}

.newsletter__button {
  font-family: 'Montserrat';
  font-size: 18px;
  color: #1b162e !important;
  font-weight: 300;
  border: none;
  background: none;
  float: right;
  height: 54px;
  padding-right: 20px;
}

.newsletter-alert {
  position: absolute;
  width: 94.5%;
  padding: 0px;
  bottom: -72px;
}


/**
 * Footer
 **/

.footer {
  width: 100%;
  float: left;
  display: block;
  background: #1b162e;
  padding: 54px 0;
}

.footer__texto {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #d8cebc !important;
  font-weight: 400;
  line-height: 24px;
}
.footer__texto a {
  text-decoration: none;
  color: #d8cebc !important;
  font-weight: 400;
}

.footer__texto b {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #d8cebc !important;
  font-weight: 700;
  width: 100%;
  float: left;
  display: block;
}

.footer-instagram {
  margin-bottom: 80px;
}
.footer-instagram a {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #231c3b;
}

.redes {
  float: right;
}

.redes__item {
  float: left;
  display: block;
  list-style: none;
  margin-left: 10px;
}


/** Footer - Descricao */

footer {
  width: 100%;
  float: left;
  display: block;
  background: #231c3b;
  height: 54px;
}

.footer__descricao {
  font-family: 'Montserrat';
  font-size: 12px;
  color: #d8cebc !important;
  font-weight: 400;
  padding-top: 18px;
}

.footer__visualcom a {
  width: 100%;
  float: left;
  display: block;
}

.footer__visualcom-imagem {
  float: right;
  padding-top: 18px;
}

.banner {
  position: fixed;
  top: 0;
  z-index: -9999;
}

.banner__conteudo {
  width: 100%;
  float: left;
  display: block;
  height: 100vh;
  position: absolute;
  top: 0;
}

.banner__itens {
  margin: 0 auto;
  float: none;
  display: table;
  max-width: 1140px;
  height: 100vh;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.banner__logotipo {
  margin-top: 108px;
  width: 100%;
  float: left;
  display: block;
}

.banner__logotipo img {
  margin: 0 auto;
  float: none;
  display: table;
  margin-bottom: 108px;
}

.banner__titulo {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 72px;
  color: #d8cebc !important;
  font-weight: 700;
  margin-bottom: 54px;
  margin-top: 0;
  width: 100%;
  float: left;
  display: block;
}

.banner__sbutitulo {
  text-align: center;
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #d8cebc !important;
  font-weight: 400;
  line-height: 16px;
  margin: 0 auto;
  float: none;
  display: table;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 54px;
  width: 750px;
}

.banner__link {
  width: 100%;
  float: left;
  display: block;
}

.banner__link img {
  margin: 0 auto;
  float: none;
  display: table;
}

.inicial {
  width: 100%;
  float: left;
  display: block;
  margin-top: 100vh;
  float: left;
  background: #d8cebc;
  z-index: 9999;
}


/**
 * Inteligência
 **/

.inicial-inteligencia {
  background: url("../img/default/background.png");
  background-repeat: repeat-y;
  padding: 108px 0;
  width: 100%;
  float: left;
  display: block;
}

.inicial-inteligencia__titulo {
  font-family: 'Montserrat';
  font-size: 60px;
  color: #1b162e !important;
  font-weight: 700;
  margin: 0 0 54px 0;
}

.inicial-inteligencia__conteudo {
  font-family: 'Droid Sans';
  font-size: 16px;
  line-height: 28px;
  color: #59554e !important;
  font-weight: 400;
  margin: 0 0 36px 0;
}

.inicial-inteligencia__conteudo p {
  margin: 0 0 36px 0;
}

.link__botao {
  border: solid 1px #1b162e;
  border-radius: 3px;
  font-family: 'Montserrat';
  font-size: 12px;
  color: #1b162e !important;
  font-weight: 400;
  padding: 20px 30px;
  float: left;
  margin-top: 76px;
}

.link__botao:hover {
  background: #1b162e;
  color: #d8cebc !important;
  text-decoration: none;
}


/**
 * Links
 **/

.inicial-links {
  margin-top: -20px;
  background: url("../img/default/textura2.png");
  width: 100%;
  float: left;
  display: block;
}

.inicial-links__bloco {
  width: 37%;
  float: left;
  display: block;
  background: #1b162e;
  padding-top: 108px;
  padding-bottom: 108px;
}

.inicial-links__bloco--meio {
  width: 26%;
  background: #231c3b;
  margin-top: -72px;
  margin-bottom: 54px;
}

.inicial-links__bloco--meio .inicial-links__conteudo {
  width: 270px;
  margin-right: 100px;
}

.inicial-links__bloco--meio .link__botao--sabia {
  margin-bottom: 0px;
}

.inicial-links__bloco--escuro {
  background: #1b162e;
}

.inicial-links__bloco--escuro .inicial-links__conteudo {
  padding-right: 0;
  margin-left: 65px;
  float: left;
}

.inicial-links__conteudo {
  width: 270px;
  margin-right: 65px;
  float: right;
  text-align: center;
}

.inicial-links__imagem {
  margin: 0 auto;
  float: none;
  display: table;
}

.inicial-links__titulo {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 60px;
  color: #d8cebc !important;
  font-weight: 700;
  margin: 46px 0;
}

.inicial-links__texto {
  text-align: center;
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #d8cebc !important;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.link__botao--sabia {
  color: #d8cebc !important;
  padding: 22px 46px;
  border: solid 1px #d8cebc;
  float: none;
  display: table;
  margin: 0 auto;
  margin-top: 36px;
}

.link__botao--sabia:hover {
  background: #d8cebc;
  color: #231c3b !important;
}


/** Divisor */

.inicial-divisor {
  background: url("../img/default/textura1.png");
  width: 100%;
  float: left;
  display: block;
  height: 108px;
  margin-top: 1px;
}

.inicial-inteligencia--black {
  background: #1b162e !important;
  width: 100%;
  float: left;
  display: block;
  color: #d8cebc !important;
}

.inicial-inteligencia--black h2 {
  color: #d8cebc !important;
}

.inicial-inteligencia--black .inicial-inteligencia__conteudo {
  color: #d8cebc !important;
}

.pages {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
}

.pages .banner {
  height: auto;
}

.banner-pages {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}


/** Banners  */

.banner-pages__titulo {
  font-family: 'Montserrat';
  font-size: 72px;
  color: #d8cebc !important;
  font-weight: 700;
  text-align: center;
}

.banner-pages__texto {
  font-family: 'Droid Sans';
  font-size: 18px;
  color: #d8cebc !important;
  font-weight: 400;
  text-align: center;
}

.servicos {
  width: 100%;
  float: left;
  display: block;
}

.servicos__itens {
  width: 100%;
  float: left;
  display: block;
}

.servicos__conteudo {
  padding-top: 108px;
  padding-bottom: 108px;
  font-family: 'Droid Sans';
  font-size: 16px;
  line-height: 28px;
  color: #59554e !important;
  font-weight: 400;
}

.servicos-lista__imagem {
  width: 50%;
  float: left;
  display: block;
  background: url("../img/default/textura1.png");
}

.servicos-lista__imagem-tamanho {
  width: 570px;
}

.servicos-lista__imagem-tamanho--right {
  float: right;
}

.servicos-lista__imagem-tamanho--left {
  float: left;
}

.servicos-lista__conteudo {
  width: 50%;
  float: left;
  display: block;
  height: 558px;
  max-height: 558px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.servicos-lista__conteudo--right {
  float: right;
  width: 458px;
}

.servicos-lista__conteudo--left {
  float: left;
  width: 458px;
}

.servicos-lista__titulo {
  font-family: 'Montserrat';
  font-size: 60px;
  color: #1b162e !important;
  font-weight: 700;
  margin: 0 0 54px 0;
}

.servicos-lista__texto {
  font-family: 'Droid Sans';
  font-size: 16px;
  line-height: 28px;
  color: #59554e !important;
  font-weight: 400;
  margin: 0;
}


/** Textura Final */

.servicos__textura-final {
  padding-top: 80px;
  background: url("../img/default/textura1.png");
  width: 100%;
  float: left;
  display: block;
  height: auto;
}

.servicos-lista__imagem-tamanho--left-responsivo {
  display: none;
}

.contato {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
}

.contato .js-ajax-form {
  margin-top: 108px;
  margin-bottom: 72px;
}

.contato .form-control {
  border-radius: 3px;
  border: solid 1px #1b162e;
  background: none;
  height: 54px;
  margin-bottom: 18px;
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
}

.contato .form-control::placeholder {
  color: #59554e !important;
}

.contato textarea.form-control {
  height: 144px;
  padding: 10px;
}

.contato .conteudo__btn {
  background: #1b162e;
  font-family: 'Montserrat';
  font-size: 24px;
  color: #d8cebc !important;
  font-weight: 700;
  border-radius: 3px;
  border: solid 1px #1b162e;
  width: 165px;
  height: 54px;
  margin: 0 auto;
  float: none;
  display: table;
  margin-top: 36px;
}

.contato .conteudo__btn:hover {
  background: none;
  color: #1b162e !important;
}

.contato__telefone {
  background: url("../img/default/textura1.png");
  width: 100%;
  height: 144px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contato__telefone-item--esquerda {
  text-align: right;
}

.contato__telefone-icon {
  margin-top: -15px;
  margin-right: 10px;
}

.contato__telefone-texto {
  font-family: 'Montserrat';
  font-size: 36px;
  color: #1b162e !important;
  font-weight: 700;
  margin: 0;
  line-height: 35px;
}


/** Mapa */

.mapa {
  margin-top: 36px;
  width: 100%;
  float: left;
  display: block;
  height: 396px;
  background: url("../img/contato/background.png") repeat-x;
  margin-bottom: -1px;
}

.obras {
  width: 100%;
  float: left;
  display: block;
}

.obras__menu {
  width: 100%;
  float: left;
  display: block;
  background: url("../img/default/textura1.png");
  height: 162px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.obras__menu--footer {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  height: 162px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.obras__menu-itens {
  width: 100%;
  float: left;
  display: block;
  display: -webkit-flex;
  display: flex;
}

.obras__menu-item {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin: 0 15px;
}

.obras__menu-item:first-child {
  margin-left: 0;
}

.obras__menu-item:last-child {
  margin-right: 0;
}

.obras__menu-link {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  border: solid 1px #1b162e;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #1b162e !important;
  font-weight: 600;
  text-transform: uppercase;
}

.obras__menu-link:hover {
  background: #1b162e;
  color: #d8cebc !important;
  text-decoration: none;
}

.obras__menu-link--ativo {
  background: #1b162e;
  color: #d8cebc !important;
}

.obras-destaque {
  width: 100%;
  float: left;
  display: block;
  background: url("../img/obras/background-imagem.png") repeat-x;
}

.obras-destaque__esquerda {
  width: 62%;
  float: left;
  display: block;
}

.obras-destaque__direita {
  background: url("../img/obras/background-descricao.png") repeat-x;
  width: 38%;
  float: left;
  height: 486px;
}

.obras-destaque__imagem {
  float: right;
  width: 731px;
  height: 486px;
}

.obras-destaque__conteudo {
  width: 360px;
  float: left;
  margin-left: 30px;
}

.obras-destaque__titulo {
  font-family: 'Montserrat';
  font-size: 72px;
  color: #d8cebc !important;
  font-weight: 700;
  margin: 48px 0 24px 0;
}

.obras-destaque__texto {
  font-family: 'Droid Sans';
  font-size: 16px;
  color: #d8cebc !important;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.hover {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover img {
  width: 731px;
}

.obras-destaque__imagem:hover .hover {
  opacity: 1;
}

.obras-listagem__item:hover .hover--thumb {
  opacity: 1;
}

.hover--thumb {
  font-family: 'Montserrat';
  font-size: 30px;
  color: #d8cebc !important;
  font-weight: 700;
  padding: 36px 30px;
  width: 360px;
  height: 234px;
  background: url("../img/obras/overthumb.png") no-repeat center 0;
}

.obras-listagem {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  padding: 36px 0 18px 0;
}

.obras-listagem__item {
  height: 250px;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}

.obras-descricao {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
  padding: 36px 0 108px 0;
}

.obras-descricao__titulo {
  font-family: 'Montserrat';
  font-size: 36px;
  color: #1b162e !important;
  font-weight: 700;
  margin: 0 0 36px 0;
}

.obras-ficha {
  width: 100%;
  float: left;
  display: block;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
  margin: 0 0 72px 0;
}

.obras-ficha__titulo {
  font-family: 'Montserrat';
  font-size: 36px;
  color: #1b162e !important;
  font-weight: 700;
  margin: 0 0 36px 0;
}

.obras-imagens {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  padding: 72px 0;
}

.imagens {
  width: 100%;
  float: left;
  display: block;
  background: url("../img/obras/background-obras.png") top left repeat-x, url("../img/obras/background-obras.png") bottom left repeat-x, url("../img/default/textura1.png") center left #d8cebc;
}

.imagens__item {
  padding-bottom: 36px;
}

.obras-title {
  font-family: 'Montserrat';
  font-size: 18px;
  color: #1b162e !important;
  font-weight: 700;
  margin: 18px 0 0 0;
}

.obras-title:hover {
  text-decoration: none;
}

.login {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  padding: 108px 0;
}

.login .form-control {
  height: 54px;
  border: solid 1px #1b162e;
  text-align: left;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
  background: none;
}

.login input[type=submit] {
  width: 178px;
  height: 54px;
  font-family: 'Montserrat';
  font-size: 24px;
  color: #d8cebc !important;
  font-weight: 700;
  background: #1b162e;
  border: solid 1px #1b162e;
  text-transform: uppercase;
}

.login input[type=submit]:hover {
  background: none;
  color: #1b162e !important;
}

.login button {
  width: auto;
  height: 54px;
  font-family: 'Montserrat';
  font-size: 12px;
  color: #d8cebc !important;
  font-weight: 700;
  background: #1b162e;
  border: solid 1px #1b162e;
  text-transform: uppercase;
}

.login button:hover {
  background: none;
  color: #1b162e !important;
}

.login .login__senha {
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #cc3333 !important;
  font-weight: 400;
  text-align: center;
}

.login-senha {
  padding-top: 0;
}

div.login__senha {
  padding: 18px 0;
}

.restrita {
  width: 100%;
  float: left;
  display: block;
}

.restrita-menu {
  width: 100%;
  float: left;
  display: block;
  height: 126px;
  background: url("../img/default/textura1.png");
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.restrita-menu__select {
  border: solid 1px #1b162e;
  width: 100%;
  float: left;
  display: block;
  height: 54px;
  background: #d8cebc;
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
  padding: 0 0 0 10px;
  border-radius: 3px 0 0 3px;
}

.restrita-menu__form {
  width: 100%;
  float: left;
  display: block;
  height: 54px;
  background: #d8cebc;
  border: solid 1px #1b162e;
  border-radius: 3px;
}

.restrita-menu__input {
  width: 320px;
  height: 52px;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  background: #d8cebc;
}

.restrita-menu__input:focus {
  outline: none;
}

.restrita-menu__button {
  background: #d8cebc;
  width: 34px;
  height: 52px;
  border: none;
  border-radius: 0 3px 3px 0;
}

.restrita-conteudo {
  width: 100%;
  float: left;
  display: block;
  background: #d8cebc;
  position: relative;
}

.restrita-meta {
  width: 31.53%;
  min-height: 1000px;
  height: 100%;
  float: left;
  background: url("../img/default/textura1.png");
  position: absolute;
  overflow: hidden;
}

.restrita-meta-itens {
  width: 100%;
  float: left;
  display: block;
  background: #1b162e;
  padding-bottom: 54px;
}

.restrita-meta__itens {
  width: 263px;
  float: right;
  text-align: center;
  margin-right: 30px;
}

.restrita-meta__itens-titulo {
  margin: 54px 0;
  font-family: 'Montserrat';
  font-size: 36px;
  color: #d8cebc !important;
  font-weight: 700;
}

.restrita__item {
  width: 100%;
  float: left;
  display: block;
  height: 18px;
  background: #736e64;
  text-align: left;
  margin-bottom: 18px;
}

.restrita__item--ativo {
  background: #d8cebc;
  float: left;
  height: 18px;
}

.restrita__item-titulo {
  position: absolute;
  font-family: 'Montserrat';
  font-size: 12px;
  color: #1b162e !important;
  font-weight: 700;
  padding-left: 10px;
  z-index: 99999;
  text-transform: uppercase;
}

.restrita-posts {
  width: 68.47%;
  float: left;
  display: block;
  height: auto;
  margin-left: 31.53%;
  min-height: 1000px;
}

.restrita__content {
  width: 750px;
  float: left;
  margin: 0 0 0 70px;
}

.restrita__post {
  width: 100%;
  float: left;
  display: block;
  margin-top: 54px;
}

.restrita__post-categoria {
  background: #1b162e;
  float: left;
  display: block;
  padding: 5px 10px;
  margin: 13px 0 0 10px;
  font-family: 'Montserrat';
  font-size: 10px;
  color: #d8cebc !important;
  font-weight: 400;
  border-radius: 3px;
  border: solid 1px #1b162e;
  text-transform: uppercase;
}

.restrita__post-categoria a {
  color: #d8cebc;
}

.restrita__post-categoria a:hover {
  text-decoration: none;
}

.restrita__post-categoria:hover {
  background: #d8cebc;
}

.restrita__post-categoria:hover a {
  color: #1b162e;
}

.restrita__post-data {
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
  width: 100%;
  float: left;
  display: block;
  padding-top: 18px;
}

.restrita__post-titulo {
  font-family: 'Montserrat';
  font-size: 36px;
  color: #1b162e !important;
  font-weight: 700;
  width: 100%;
  float: left;
  display: block;
  margin-top: 0;
  padding-top: 0;
  line-height: 14px;
  text-transform: lowercase;
}

.restrita__post-conteudo {
  font-family: 'Droid Sans';
  font-size: 14px;
  color: #59554e !important;
  font-weight: 400;
  width: 100%;
  float: left;
  display: block;
  padding: 36px 0;
  line-height: 28px;
}

.restrita-divisor {
  width: 100%;
  float: left;
  display: block;
  height: 18px;
  background: url("../img/default/textura1.png");
}

.restrita__post:last-child .restrita-divisor {
  display: none;
}

.restrita__galeria {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 36px;
}

.restrita__galeria-item {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
}

.restrita__post__image {
  float: left;
}
.restrita-meta-responsive-nav {
  display: none;
}

.restrita-obras {
  padding-top: 108px;
  padding-bottom: 108px;
  text-align: center;
}
.obras-list {
  width: 100%;
  display: flex;             /* nested flex container */
  flex-wrap:wrap;
  justify-content: center;   /* center flex items vertically */
  align-items: center; 

  overflow: hidden;
}
.obras-container {
  margin: 12px;
  width: 280px !important;
  height: 220px;
  max-height: 220px;
  overflow: hidden;
  display:flex;
  
  
}
.restrita-obras a {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  display:flex;
  flex-direction:column;
  color: #1b162e;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 16px;
  background-color: #D8CEBC;
  border-radius: 3px;
  transition: 0.3s;
}

.restrita-obras a:hover {
  background-color: #1b162e;
  transition: 0.3s;
  color: #d8cebc;
}
.restrita-obras a strong {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.restrita-obras a i {
  font-size: 36px;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 8px;
}
.restrita-obras a span {
  font-size: 12px;
}

.pagination {
  margin-bottom: 54px;
  margin-top: 54px;
}

.pagination li span,
.pagination li a {
  background-color: transparent !important;
  border: 1px solid #231132 !important;
  margin: 0px;
  font-size: 18px;
  font-family: 'Droid Sans';
}

.pagination li.active span {
  color: #fff !important;
  background-color: #231132 !important;
}

.pagination li a {
  color: #231132 !important;
}

.pagination li a:hover {
  color: #fff !important;
  background-color: #231132 !important;
}

.responsivo {
  float: left;
  width: 100%;
  display: block;
  background: #1b162e;
  padding: 5px 0 0 0;
  margin-bottom: 36px;
}

.responsivo__button {
  padding-top: 10px;
}

.responsivo__button:hover {
  cursor: pointer;
}

.responsivo__button-item {
  width: 24px;
  height: 3px;
  margin: 0 auto;
  float: none;
  display: block;
  margin-bottom: 3px;
  background: #d8cebc;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.wrap__login {
  width: 100%;
  display: block;
  float: left;
  padding: 15px;
  background: #290809;
}

.wrap__login--link {
  font-family: 'lato';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.wrap__login--link:hover {
  color: #fff;
  text-decoration: none;
}

.idioma--selecione {
  margin-top: 36px !important;
  margin-left: 10px;
  width: 100%;
  float: left;
  display: block;
  font-family: 'Montserrat';
  font-size: 18px;
  color: #d8cebc !important;
  font-weight: 400;
}

.restrita-menu-responsive-nav {
  display: none;
}

#map {
    height: 396px;
 }

/** Max-width: 1199px */

@media (max-width: 1199px) {
    .banner__logotipo img {
        margin-bottom: 18px;
    }
    .banner__titulo {
        font-size: 42px;
        margin-bottom: 18px;
    }
    .banner__sbutitulo {
        font-size: 10px;
        margin-bottom: 18px;
    }
    .inicial-links__bloco {
        width: 33.33%;
    }
    .newsletter__input {
        width: 330px;
    }
    .servicos-lista__imagem-tamanho {
        width: 100%;
        overflow: hidden;
    }
    .servicos-lista__conteudo {
        height: auto;
    }
    .servicos-lista__titulo {
        margin-top: 36px;
    }
    .obras-destaque__titulo {
        margin: 36px 0;
    }
    .obras-destaque__conteudo {
        width: 330px;
        margin-left: 15px;
    }
    .hover--thumb {
        width: 293px;
        height: 191px;
        background-size: 293px 191px;
    }
    .obras-destaque__imagem {
        width: 100%;
        height: auto;
    }
    .hover img {
        width: 624px;
    }
    .restrita-menu__input {
        width: 250px;
    }
    .restrita__content {
        width: 100%;
        margin: 0;
        padding: 0 70px;
    }
    .inicial-links__bloco--meio {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


/** Max-width: 991px */

@media (max-width: 991px) {
    .menu__item-link {
        font-size: 12px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .footer img {
        margin: 0 auto;
        float: none;
        display: table;
    }
    .footer p {
        text-align: center;
    }
    .footer__texto {
        margin-top: 36px;
    }
    .redes {
        margin: 0 auto;
        float: none;
        display: table;
    }
    footer {
        height: auto;
        width: 100%;
        float: left;
        display: block;
    }
    .footer__descricao {
        text-align: center;
    }
    .footer__visualcom img {
        margin: 0 auto;
        float: none;
        display: table;
        padding: 0 0 18px 0;
    }
    .banner__sbutitulo {
        padding: 0 50px;
    }
    .inicial-inteligencia {
        background: #d8cebc;
        margin: 0;
        padding:  0;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .inicial-inteligencia__imagem img {
        margin: 0 auto;
        float: none;
        display: table;
    }
    .inicial-inteligencia__titulo {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .inicial-inteligencia-btn {
      width: 100%;
      text-align: center;
      width: 100%;
    }
    .inicial-inteligencia-btn a.link__botao {
      float: none;
      display: inline-block;
      margin-top: 36px;
    }
    .inicial-links__bloco {
        margin: 0;
        width: 100%;
        float: none;
        display: block;
        padding:  0;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .inicial-links__bloco--escuro {
        width: 100%;
        float: none;
        margin: 0;
        display: block;
    }
    .inicial-links__conteudo {
        margin: 0;
        width: 100%;
        float: none;
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }
    .inicial-links__bloco--escuro .inicial-links__conteudo {
        margin: 0;
        width: 100%;
        float: none;
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }
    .inicial-links__bloco--meio .inicial-links__conteudo {
        margin: 0;
        width: 100%;
        float: none;
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }
    .inicial-links__bloco--meio .link__botao--sabia {
        margin-bottom: 0;
    }
    .servicos-lista__conteudo {
        width: 100%;
        float: left;
        display: block;
    }
    .servicos-lista__imagem {
        width: 100%;
        float: left;
        display: block;
    }
    .servicos-lista__conteudo,
    .servicos-lista__conteudo--right,
    .servicos-lista__conteudo--left {
        width: 100%;
        float: left;
        display: block;
        float: left !important;
        text-align: left !important;
        padding: 0 30px 36px 30px;
    }
    .servicos-lista__conteudo {
        padding: 0;
    }
    .servicos__conteudo {
        padding-top: 36px;
        padding-bottom: 0px;
    }
    .servicos-lista__titulo {
        font-size: 30px;
    }
    .servicos-lista__imagem-tamanho--left {
        display: none;
    }
    .servicos-lista__imagem-tamanho--left-responsivo {
        display: block;
    }
    .servicos-lista__imagem-tamanho img {
        width: 100%;
        float: left;
        display: block;
    }
    .obras-destaque__direita,
    .obras-destaque__esquerda {
        width: 100%;
        float: left;
        display: block;
    }
    .obras .hover {
        display: none;
    }
    .obras-destaque__conteudo {
        width: 100%;
        float: left;
        display: block;
        margin: 0;
        padding: 0 30px;
    }
    .obras-destaque__direita {
        height: auto;
        padding-bottom: 54px;
    }
   .obras-destaque__titulo {
    margin-top: 18px;
   }
    .obras__menu {
      width: 100%;
      float: none;
      display: block;

      height: auto;
      display: block;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .obras-descricao {
      display: none;
    }

    .obras__menu-itens {
      width: 100%;
      float: none;
      display: block;
    }

    .obras__menu-item {
      display: block !important;
      float: none;
      flex: none;
      width: 100%;
      text-align: center;
      margin: 0px;
      margin-bottom: 18px;
      height: auto;
    }
    .obras__menu-item a {
      display: block;
      margin-bottom: 18px;
    }

    .obras__menu-item:first-child {
      margin-left: 0;
    }
    .restrita-menu {
      float: none;
        display: block;
        height: auto;
        padding: 18px;
        background-image: none;
        background-color: #D6D1B9;
    }
    .restrita-menu__select {
        margin-bottom: 18px;
        border-radius: 3px;
    }
    .restrita-menu__button {
        float: right;
    }

    .restrita-posts {
        width: 100%;
        float: left;
        display: block;
        margin: 0;
    }
    .contato__telefone {

      height: 200px;

    }
    .contato__telefone-item {
      text-align: center;
      margin-top: 24px;
    }
    .contato__telefone-item img{
       display: inline-block;
    }
    .contato__telefone-item span {
      display: block;
    }
    .contato__telefone-texto {
        font-size: 18px;
    }
    .restrita__galeria {
      margin-left: 2px;
      z-index: 10000;
    }
    .restrita__galeria-item {
       width: 50%;
       float: left;
    }

    .restrita-menu-responsive-nav {
      float: none !important;

      border-radius: 3px;
      padding: 8px;
      display: block;
      width: 100%;
      font-family: 'Montserrat';
      font-size: 18px;
      font-weight: bolder;
      text-transform: uppercase;
      text-align: left !important;
      cursor: pointer;
    }
    .restrita-menu-responsive-nav-seta {
      float: right;
      font-size: 14px;
      margin-top: 5px;
    }

    .restrita-menu__itens {
      display: block;
      display: none;
      width: 100%;
      margin-top: 36px;
    }

    .restrita-meta {
        width: 100%;
        float: none;
        display: block;
        min-height: inherit;
        padding-bottom: 54px;
        height: auto;
        position: relative;
    }
    .restrita-meta-itens {
      margin:  0;
      padding:  0;
      padding-bottom: 18px;
      padding-top: 0px;
      text-align: center;
      padding-left: 40px;
      padding-right: 40px;
    }
    .restrita-meta__itens {
        margin: 0 auto;
        float: none;
        display: none;
    }
    .restrita-meta-responsive-nav {
      float: none !important;

      border-radius: 3px;
      padding: 8px;
      display: inline-block;
      width: 100%;
      font-family: 'Montserrat';
      font-size: 18px;
      font-weight: bolder;
      text-transform: uppercase;
      text-align: left !important;
      color: #fff;
      cursor: pointer;

      margin-top: 18px;

    }
    .restrita-meta-responsive-nav-seta {
      float: right;
      font-size: 14px;
      margin-top: 5px;
    }
    .restrita-meta__itens-titulo {
      display: none;
    }
    .restrita-meta__itens {
      margin-top: 36px;
    }

    .banner-pages__texto {
      padding-left: 20px;
      padding-right: 20px;
    }

    .inicial-inteligencia__conteudo {
      margin-bottom: 0;
    }

}

@media (max-width: 767px) {
    .banner__logotipo img {
        width: 220px;
    }
    .banner__titulo {
        font-size: 42px;
        letter-spacing: -1.5px;
        display: block;
        margin-top: 130px !important;
    }
    .banner__sbutitulo {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 24px;
        max-width: 500px;
        font-size: 14px;
    }
    .servicos-lista__titulo {
        font-size: 30px;
    }


    .contato .js-ajax-form {
        width: 100%;
        float: left;
    }
    .obras__menu .container {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .inicial-inteligencia__titulo {
        font-size: 30px;
    }
    .inicial-inteligencia__conteudo a {
        font-size: 10px;
    }
    .inicial-links__conteudo,
    .inicial-links__bloco--escuro .inicial-links__conteudo {
        width: 100%;
    }
    .banner__logotipo {
        display: none;
    }
    .banner__titulo {
        margin-top: 54px;
    }
    .banner-pages__titulo {
        font-size: 42px;
    }
    .banner-pages__texto {
        font-size: 16px;
        width: 360px;
    }
}

@media (max-width: 450px) {
    .banner__sbutitulo {
        max-width: 360px;
    }
}

@media (max-width: 400px) {
    .banner-pages__texto {
        width: 100%;
    }

}

@media (max-width: 991px) {}

@media (max-width: 500px) {
    .restrita__content {
        padding: 0 15px;
    }
    .restrita__post-titulo {
        line-height: 24px;
        font-size: 24px;
    }
    .newsletter__input {
        width: 200px;
    }
}

@media (max-width: 400px) {
    .restrita-menu__input {
        width: 150px;
    }
}

@media (max-width: 380px) {
    .newsletter__input {
        width: 200px;
    }
}

@media only screen and (max-width: 1023px) {
    .wrap {
        max-width: 100%;
        margin: 0;
    }
    .nav-aberta {
        z-index: 99999;
        width: 90%;
        position: fixed;
        top: 0;
        right: -90%;
        display: none;
        height: 100vh;
        overflow: scroll;
        background: #1b162e;
    }
    .nav__close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 22px;
    }
    .nav__close:hover {
        cursor: pointer;
    }
    .nav-aberta ul {
        padding: 0;
        margin: 0;
        background: #1b162e;
    }
    .nav-toggle {
        position: absolute;
        top: -18px;
        right: 0;
        cursor: pointer;
        width: 72px;
        height: 72px;
        z-index: 999999;
        display: block;
        padding: 10px 6px 6px 6px;
    }
    .listaNav {
        float: left;
        width: 100%;
        display: block;
    }
    .listaNav__item {
        padding: 0;
        width: 100%;
        float: left;
        display: block;
        border-bottom: 1px solid #d8cebc;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .listaNav__item--categoria {
        background: #1b162e;
        font-family: 'Montserrat';
        font-size: 14px;
        color: #d8cebc !important;
        font-weight: 400;
    }
    .listaNav__item:hover {
        background: #1b162e;
    }
    .listaNav__item:first-child {
        border-top: 1px solid #d8cebc;
        margin-top: 40px;
    }
    .listaNav__link {
        font-family: 'Montserrat';
        font-size: 18px;
        color: #d8cebc !important;
        font-weight: 400;
        padding: 10px 15px;
        width: 100%;
        float: left;
        display: block;
    }
    .listaNav__link:hover {
        color: #d8cebc;
        text-decoration: none;
    }
    .listaNav__link img {
        margin: 3px 10px 0 0;
    }
    .listaNav--cliente li {
        margin-top: 0 !important;
    }
    .responsivo__menu {
        float: right;
    }
}