@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/ff_din_bold-webfont.eot");
  src: url("../fonts/ff_din_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ff_din_bold-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "DIN";
  src: url("../fonts/ff_din_regular-webfont.eot");
  src: url("../fonts/ff_din_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ff_din_regular-webfont.ttf") format("truetype"); }
body {
  background-color: #eee !important; }

.content, #main {
  max-width: 940px;
  margin: 0 auto; }

.text_intro {
  display: block;
  margin: 2em auto;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }
  .text_intro h3 {
    font-size: 1.82em;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    padding: 0.82em 1em; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  margin: 0;
  padding: 0;
  font-family: 'DIN', Arial, Helvetica, sans-serif; }

header {
  background-color: rgba(15, 17, 71, 0.9);
  width: 100%;
  padding: 1.64em 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  header ul {
    padding: 0;
    margin: 0 0 0 4.2em;
    float: left;
    border-bottom: 1px solid #174d95; }
    header ul li {
      float: left;
      padding: 0;
      margin: 0 1em; }
      header ul li a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 0.82em;
        display: block;
        overflow: hidden;
        padding: 1.42em 0; }
    header ul li:first-child {
      margin: 0 1em 0 0; }
    header ul li:last-child {
      margin: 0 0 0 1em; }
  header img {
    width: 99%; }
  header .logomarca {
    float: left;
    max-width: 18%; }
  header .button {
    float: right;
    padding: 0em; }
    header .button a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 0.68em;
      display: block;
      overflow: hidden;
      padding: 1.72em 1em 1.72em 2.8em;
      margin: 0;
      position: relative;
      z-index: 9;
      border: 1px solid #f68c1f;
      background: url(../imgs/icoportalcliente.png) 0.82em center no-repeat transparent;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    header .button a:hover {
      color: #174d95;
      border: 1px solid #174d95; }

.menuitem {
  position: relative; }

.menuitem:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .2s ease; }

.menuitem:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #ffffff;
  transition: width .2s ease; }

.menuitem:hover:before {
  width: 100%;
  background: #ffffff;
  transition: width .2s ease; }

.menuitem:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease; }

.button {
  position: relative; }

.button:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0s ease, background .2s ease; }

.button:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  transition: height .2s ease; }

.button:hover:before {
  height: 100%;
  background: #ffffff;
  transition: height .2s ease; }

.button:hover:after {
  height: 100%;
  background: transparent;
  transition: all 0s ease; }

#filtro {
  margin: 1em auto; }
  #filtro ul {
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    overflow: hidden; }
  #filtro li {
    float: left;
    margin: 0;
    width: 25%;
    position: relative;
    background-color: #ffffff; }
    #filtro li a {
      text-align: center;
      font-size: 0.98em;
      text-transform: uppercase;
      color: #999;
      width: 100%;
      padding: 0.82em 0;
      display: block;
      overflow: hidden;
      margin: 0;
      position: relative;
      z-index: 9; }
    #filtro li a.active {
      background-color: #f2f2f2; }
  #filtro li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height 0s ease, background .2s ease; }
  #filtro li:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #f2f2f2;
    transition: height .2s ease; }
  #filtro li:hover:before {
    height: 100%;
    background: #f2f2f2;
    transition: height .2s ease; }
  #filtro li:hover:after {
    height: 100%;
    background: transparent;
    transition: all 0s ease; }

.wrapper {
  width: 100%;
  clear: both;
  position: relative; }

.empreendimento {
  display: block;
  float: left;
  width: 300px;
  height: 300px;
  margin: 5px;
  position: relative; }

.empreendimento a,
.empreendimento a img {
  display: block;
  position: relative; }

.empreendimento a {
  overflow: hidden;
  color: #ffffff; }
  .empreendimento a div {
    position: absolute;
    background: #1b5eb8;
    background: rgba(15, 17, 71, 0.9);
    width: 90%;
    height: 90%;
    margin: 5%; }

.empreendimento h2, .empreendimento h3, .empreendimento span {
  text-transform: uppercase;
  display: block; }
.empreendimento h2 {
  font-size: 1.44em;
  text-align: center;
  margin: 1em auto 1.24em;
  max-width: 80%; }
.empreendimento h3 {
  font-size: 0.64em;
  text-align: left;
  margin: 0em auto;
  padding: 1em 0 0 2.8em;
  min-height: 22px;
  max-width: 60%; }
.empreendimento span {
  border: 1px solid #ffffff;
  padding: 0.74em 0.98em;
  text-align: center;
  font-size: 0.98em;
  margin: 1.24em auto 0;
  max-width: 40%; }

.place {
  background: url(../imgs/place_w.png) no-repeat left; }

.config {
  background: url(../imgs/config_w.png) no-repeat left; }

.btn-send {
  border: 1px solid #174d95;
  color: #174d95;
  font-family: inherit;
  font-size: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn-send:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn:before {
  position: relative; }

.btn-send:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #174d95; }

.btn-send:hover,
.btn-send:active {
  color: #ffffff; }

.btn-send:hover:after,
.btn-send:active:after {
  width: 100%; }

.btn-newsletter {
  border: 1px solid #174d95;
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn-newsletter:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn-newsletter:before {
  position: relative; }

.btn-newsletter:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff; }

.btn-newsletter:hover,
.btn-newsletter:active {
  color: #174d95;
  z-index: 10; }

.btn-newsletter:hover:after,
.btn-newsletter:active:after {
  width: 100%; }

.slider {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 720px;
  overflow: hidden; }

.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }

.slider__item {
  height: 100%;
  float: left;
  clear: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  cursor: pointer; }

.slider__arrows-item--right {
  bottom: 50%;
  right: 30px; }

.slider__arrows-item--left {
  bottom: 50%;
  left: 30px; }

.slider__nav {
  position: absolute;
  bottom: 110px; }

.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff; }

.slider__nav-item--current {
  background: #ccc; }

.slider__nav-item:hover {
  background: #ccc; }

.slides {
  width: 100%;
  height: 100%; }

.btn_saibamais_full {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.infos {
  position: absolute;
  bottom: 20px;
  width: 940px;
  background: #fff;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: 0 auto; }
  .infos h2, .infos h3, .infos a {
    text-transform: uppercase;
    display: block;
    text-align: left; }
  .infos h2 {
    font-size: 1.44em;
    margin: 2%;
    width: 31%;
    float: left;
    color: #1b5eb8; }
  .infos h3 {
    font-size: 0.84em;
    text-align: left;
    margin: 0;
    padding: 1em 0 0 28px;
    min-height: 22px;
    width: 40%;
    float: left;
    color: #999; }
  .infos a {
    border: 1px solid #1b5eb8;
    padding: 0.74em 0.98em;
    text-align: center;
    font-size: 0.98em;
    margin: 2%;
    max-width: 18%;
    float: right;
    color: #1b5eb8; }

.dados {
  display: block;
  width: 46%;
  margin: 2% 0;
  overflow: hidden;
  float: left; }
  .dados h3.place {
    background: url(../imgs/place_b.png) no-repeat left;
    float: left; }
  .dados h3.config {
    background: url(../imgs/config_b.png) no-repeat left;
    float: right; }

footer {
  display: block;
  width: 100%;
  margin: 2em auto 0;
  background: #093269;
  color: #ffffff;
  overflow: hidden;
  padding: 3em 0 0; }
  footer .content {
    overflow: hidden;
    clear: both; }
  footer .video {
    float: left;
    width: 44%; }
    footer .video p {
      padding: 1em 0;
      text-align: center;
      font-size: 1.64em;
      width: 100%; }
  footer .more {
    float: right;
    width: 44%; }
    footer .more p {
      padding: 0 0 1em 0; }
  footer .full {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    color: #333;
    margin: 3em auto 0; }
  footer .infos_rodape {
    float: left;
    width: 44%;
    padding: 2em 0; }
    footer .infos_rodape h2 {
      padding: 1em 0 0;
      text-align: left;
      font-size: 1.12em;
      width: 100%;
      color: #333; }
    footer .infos_rodape p {
      padding: 1em 0 0.44em;
      text-align: left;
      font-size: 0.88em;
      width: 100%;
      color: #333; }
  footer .menu_rodape {
    float: right;
    width: 44%;
    padding: 2em 0; }
    footer .menu_rodape a {
      color: #333; }
    footer .menu_rodape a:hover {
      color: #174d95; }
  footer form {
    display: block;
    overflow: hidden;
    padding: 0 0 2em 0;
    width: 100%; }
  footer input#newsletterform-email {
    width: 60%;
    float: left; }
  footer button#btn-rodape {
    float: right;
    padding: 12px 28px; }
  footer ul {
    padding: 0;
    margin: 0;
    float: left; }
    footer ul li {
      float: left;
      padding: 0.32em 0;
      margin: 0;
      width: 100%; }
      footer ul li a {
        color: #333;
        text-transform: uppercase;
        font-size: 0.82em;
        display: block;
        overflow: hidden;
        padding: 0.24em 0; }
      footer ul li a:hover {
        color: #174d95; }
    footer ul li:first-child {
      margin: 0; }
    footer ul li:last-child {
      margin: 0; }

#fb-root {
  display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.video_box {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video_box iframe,
.video_box object,
.video_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#rodape_mais {
  display: block;
  margin: 0px;
  position: fixed;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  padding: 0.52em 0;
  background: #00113c;
  border-top: 2px solid #ff7124;
  color: #fff;
  z-index: 99999; }
  #rodape_mais ul {
    display: block;
    max-width: 940px;
    margin: 0 auto 0; }
    #rodape_mais ul li {
      display: block;
      float: left;
      padding: 0 0.24em;
      height: 50px; }
      #rodape_mais ul li a {
        display: block;
        width: 100%;
        height: 100%; }
    #rodape_mais ul li:first-child {
      padding: 0 0.24em 0 0 !important; }
    #rodape_mais ul li:last-child {
      padding: 0 0 0 0.24em !important; }
    #rodape_mais ul li.txt {
      color: #fff;
      font-size: 0.72em;
      text-align: right;
      line-height: 48px; }
    #rodape_mais ul li.unita {
      background: url(../imgs/unita.jpg) no-repeat top center;
      min-width: 113px; }
    #rodape_mais ul li.kinbor {
      background: url(../imgs/kinbor.jpg) no-repeat top center;
      min-width: 131px; }
    #rodape_mais ul li.piemax {
      background: url(../imgs/piemax.jpg) no-repeat top center;
      min-width: 129px; }
    #rodape_mais ul li.c_mail {
      background: url(../imgs/mail_icon.png) no-repeat top center;
      min-width: 60px; }
    #rodape_mais ul li.vendas {
      background: url(../imgs/central_vendas.jpg) no-repeat top center;
      min-width: 148px; }

#rodape_fixo {
  display: block;
  width: 100%;
  background-color: #2a2a2a;
  padding: 4px 0 34px;
  overflow: hidden; }

#rodape_fixo ul {
  display: block;
  width: 940px;
  margin: 0 auto; }

#rodape_fixo ul li {
  display: block;
  width: 48%;
  line-height: 40px; }

#rodape_fixo ul li img {
  vertical-align: middle; }

#rodape_fixo ul li.left {
  text-align: left;
  float: left; }

#rodape_fixo ul li.right {
  text-align: right;
  float: right; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb .active {
    color: #777; }
  .breadcrumb li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"; }

.infos_interno {
  max-width: 940px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto; }
  .infos_interno h1, .infos_interno h3, .infos_interno a {
    text-transform: uppercase;
    display: block;
    text-align: left; }
  .infos_interno h1 {
    font-size: 1.44em;
    margin: 2%;
    width: 31%;
    float: left;
    color: #1b5eb8; }
  .infos_interno h3 {
    font-size: 0.84em;
    text-align: left;
    margin: 0;
    padding: 1em 0 0 28px;
    min-height: 22px;
    max-width: 40%;
    float: left;
    color: #999; }
  .infos_interno a {
    border: 1px solid #1b5eb8;
    padding: 0.74em 0.98em;
    text-align: center;
    font-size: 0.98em;
    margin: 2%;
    max-width: 18%;
    float: right;
    color: #1b5eb8;
    cursor: pointer; }
  .infos_interno a:hover {
    color: #f68c1f;
    border-color: #f68c1f; }

.dados_interno {
  display: block;
  max-width: 40%;
  margin: 2%;
  overflow: hidden;
  float: left; }
  .dados_interno h3.place {
    background: url(../imgs/place_b.png) no-repeat left; }
  .dados_interno h3.config {
    background: url(../imgs/config_b.png) no-repeat left; }

.head_interno {
  display: block;
  margin: 1em auto;
  width: 100%;
  overflow: hidden; }
  .head_interno p {
    font-size: 0.84em;
    text-align: justify;
    padding: 0.44em 0; }
  .head_interno h4 {
    border: 1px solid #cccccc;
    padding: 0.74em 0.98em;
    text-align: center;
    font-size: 0.98em;
    margin: 0.44em 4%;
    float: left;
    color: #333; }

.logo_interno {
  display: block;
  float: left;
  padding: 2% 4%;
  width: 40%;
  background: #fff;
  overflow: hidden;
  text-align: center; }

.descricao {
  float: right;
  display: block;
  max-width: 48%;
  overflow: hidden; }

.itens_interno {
  display: block;
  margin: 1.66em auto;
  width: 100%;
  overflow: hidden;
  background: url(../imgs/bg_line.png) no-repeat top center; }
  .itens_interno h4 {
    display: block;
    margin: 0 auto;
    padding: 0.84em 2em;
    background: #fff;
    overflow: hidden;
    max-width: 20%;
    text-align: center;
    border-bottom: 2px solid #ccc; }
  .itens_interno li {
    list-style-position: inside;
    list-style-type: square;
    float: left;
    width: 28%;
    padding: 0.64em 1.48em; }

.fotos_interno {
  display: block;
  margin: 1.66em auto;
  width: 100%;
  overflow: hidden;
  background: url(../imgs/bg_line.png) no-repeat top center; }
  .fotos_interno h4 {
    display: block;
    margin: 0 auto;
    padding: 0.84em 2em;
    background: #fff;
    overflow: hidden;
    max-width: 20%;
    text-align: center;
    border-bottom: 2px solid #ccc; }
  .fotos_interno li {
    list-style-type: none;
    float: left;
    width: 22%;
    padding: 0.44em;
    text-align: center;
    height: 140px;
    overflow: hidden; }
  .fotos_interno img {
    height: 100%; }

.plantas_interno {
  display: block;
  margin: 1.66em auto;
  width: 100%;
  overflow: hidden;
  background: url(../imgs/bg_line.png) no-repeat top center; }
  .plantas_interno h4 {
    display: block;
    margin: 0 auto;
    padding: 0.84em 2em;
    background: #fff;
    overflow: hidden;
    max-width: 20%;
    text-align: center;
    border-bottom: 2px solid #ccc; }
  .plantas_interno li {
    list-style-type: none;
    float: left;
    width: 22%;
    padding: 0.44em;
    text-align: center;
    height: 180px;
    overflow: hidden; }
  .plantas_interno img {
    height: 100%; }

.foot_interno {
  display: block;
  margin: 1.66em auto;
  width: 100%;
  overflow: hidden;
  background: url(../imgs/bg_line.png) no-repeat top center; }
  .foot_interno h4 {
    display: block;
    margin: 0 auto;
    padding: 0.84em 2em;
    background: #fff;
    overflow: hidden;
    max-width: 20%;
    text-align: center;
    border-bottom: 2px solid #ccc; }
  .foot_interno article.video {
    list-style-type: none;
    float: left;
    width: 48%;
    padding: 0.44em 0; }
  .foot_interno article.more {
    list-style-type: none;
    float: right;
    width: 48%;
    padding: 0.44em 0; }

.site-about h1, .site-contact h1 {
  font-size: 2.44em; }
.site-about p, .site-contact p {
  margin: 0.66em auto 0.98em;
  font-size: 0.92em;
  text-align: justify; }
  .site-about p img, .site-contact p img {
    display: block;
    float: left;
    padding: 0 12px 12px 0; }

.index h1 {
  font-size: 2.44em; }

.form-group {
  margin-bottom: 15px; }
  .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .form-group p {
    margin: 0 0 10px; }

.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f68c1f; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.imobiliaria {
  background: #fff;
  border-bottom: 2px solid #ccc;
  padding: 0.84em;
  overflow: hidden;
  margin: 1em auto; }
  .imobiliaria .logomarca {
    display: block;
    float: left;
    margin: 0;
    width: 30%;
    text-align: center; }
    .imobiliaria .logomarca img {
      max-width: 98%;
      max-height: 160px; }
  .imobiliaria .dados {
    float: left;
    margin: 0.84em 2em; }
    .imobiliaria .dados h2 {
      font-size: 1.64em;
      color: #174d95;
      margin: 0 0 0.66em; }
    .imobiliaria .dados .telefone {
      margin: 0 0 0.44em; }
    .imobiliaria .dados .endereco {
      font-size: 0.74em;
      color: #666; }
  .imobiliaria a {
    border: 1px solid #1b5eb8;
    padding: 0.74em 0.98em;
    text-align: center;
    font-size: 0.98em;
    margin: 2%;
    max-width: 18%;
    float: right;
    color: #1b5eb8;
    float: right; }

.alert-success {
  background: #FFCB00;
  padding: 1em;
  border: 1px solid #ccc; }

.alert-error {
  background: #DA0000;
  padding: 1em;
  border: 1px solid #ccc; }

.close {
  padding: 0.22em 0.44em;
  background: #fff;
  font-size: 1.44em;
  border: none; }

#w0 .summary {
  display: none !important; }

#about .left {
  float: left;
  width: 48%; }
#about .right {
  float: right;
  width: 48%; }
#about .img_topo_about {
  background: url(../imgs/about_mgq.jpg) no-repeat top center;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 262px;
  margin: 1em auto; }

/*Alteração DSPA - .bg_about*/

.bg_about {
  /*background: url(../imgs/bg_contato.jpg) no-repeat center top fixed;*/
  background: url(../imgs/bg_medina.jpg) no-repeat center top fixed;

  width: 100%;
  padding: 570px 0 0 0; }
  .bg_about h1 {
    font-size: 2.44em;
    color: rgba(15, 17, 71);
    text-transform: uppercase; }
  .bg_about h2 {
    font-size: 1.88em;
    color: #f68c1f; }

.site-contact .left {
  float: left;
  width: 44%; }
.site-contact .right {
  float: right;
  width: 44%; }
.site-contact h4 {
  font-size: 1.64em;
  padding: 1em 0; }
.site-contact select {
  padding: 12px;
  cursor: pointer;
  height: 46px; }
.site-contact input[type="radio"] {
  margin-right: 10px; }

.bg_contato {
  background: url(../imgs/bg_contato.jpg) no-repeat center top fixed;
  width: 100%;
  height: 240px;
  padding: 180px 0 0 0; }
  .bg_contato h1 {
    font-size: 2.44em;
    color: #ffffff;
    text-transform: uppercase; }
  .bg_contato h2 {
    font-size: 1.88em;
    color: #f68c1f; }

.videos {
  display: block;
  margin: 4em auto;
  overflow: hidden;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.2); }
  .videos h3 {
    text-align: center;
    padding: 1em;
    font-size: 1.44em; }
  .videos ul li {
    float: left;
    width: 50%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 1em;
    text-align: center; }

.portal_cliente_index h1 {
  display: block;
  font-size: 1.44em;
  text-align: left;
  padding: 1em 0;
  width: 100%;
  overflow: hidden; }
.portal_cliente_index h3 {
  display: block;
  font-size: 1.12em;
  text-align: center;
  padding: 2em 0;
  width: 100%;
  overflow: hidden; }
.portal_cliente_index p {
  display: block;
  font-size: 0.88em;
  padding: 0 0 1em;
  width: 100%;
  overflow: hidden; }
.portal_cliente_index table {
  width: 100%;
  border-collapse: collapse; }
.portal_cliente_index tr:nth-of-type(odd) {
  background: #eee; }
.portal_cliente_index th {
  background: #666;
  color: #ffffff; }
.portal_cliente_index td, .portal_cliente_index th {
  padding: 0.88em;
  border: 1px solid #ccc;
  text-align: left; }
.portal_cliente_index table a {
  color: #ffffff;
  background-color: #174d95;
  padding: 0.44em;
  margin: 0 0 0 1em;
  float: right; }
.portal_cliente_index table a:hover {
  background-color: #f68c1f;
  color: #ffffff; }

.portal_cliente_usuario {
  float: right;
  border: 1px solid #174d95;
  padding: 1em 0.54em;
  color: #ffffff; }
  .portal_cliente_usuario a {
    color: #ffffff;
    background-color: #174d95;
    padding: 0.44em;
    margin: 0 0 0 1em; }
  .portal_cliente_usuario a:hover {
    background-color: #ffffff;
    color: #174d95; }

.portal_cliente_menu {
  padding: 1em 0;
  display: block;
  overflow: hidden; }
  .portal_cliente_menu ul {
    display: block;
    padding: 0;
    margin: 0 auto; }
  .portal_cliente_menu li {
    display: block;
    float: left;
    margin: 2px;
    width: 16%; }
    .portal_cliente_menu li a {
      display: block;
      color: #ffffff;
      background-color: #174d95;
      padding: 1em 0;
      width: 100%; }
    .portal_cliente_menu li a:hover {
      background-color: #ffffff;
      color: #174d95; }
    .portal_cliente_menu li a.active {
      background-color: #ffffff;
      color: #174d95; }

.faq h1 {
  display: block;
  font-size: 2em;
  text-align: center; }
.faq .categoria h4 {
  background-color: #f68c1f;
  color: #ffffff;
  font-size: 1.44em;
  padding: 0.44em 0;
  text-align: center; }
.faq ul li {
  display: block;
  float: left;
  padding: 0.88em 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc; }
  .faq ul li h5 {
    color: #174d95;
    cursor: pointer;
    padding: 0.44em 1em;
    max-width: 100%; }
  .faq ul li h5.active {
    color: #f68c1f;
    background-color: #174d95; }
  .faq ul li div {
    display: none;
    max-width: 100%;
    padding: 1em;
    font-size: 0.88em;
    font-family: "Arial", sans-serif;
    margin: 0.44em auto;
    background-color: #ffffff; }

.dicionario h1 {
  display: block;
  font-size: 2em;
  text-align: center; }
.dicionario ul li {
  display: block;
  float: left;
  padding: 0.88em 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc; }
  .dicionario ul li h5 {
    color: #174d95;
    cursor: pointer;
    padding: 0.44em 1em;
    max-width: 100%; }
  .dicionario ul li h5.active {
    color: #f68c1f;
    background-color: #174d95; }
  .dicionario ul li div {
    display: none;
    max-width: 100%;
    padding: 1em;
    font-size: 0.88em;
    font-family: "Arial", sans-serif;
    margin: 0.44em auto;
    background-color: #ffffff; }
    .dicionario ul li div p {
      padding: 1.2em 0; }

.contrato-view h1 {
  display: block;
  font-size: 1.44em;
  text-align: left;
  padding: 1em 0;
  width: 100%;
  overflow: hidden; }
.contrato-view h3 {
  display: block;
  font-size: 1.24em;
  text-align: center;
  padding: 2em 0;
  width: 100%;
  overflow: hidden; }
.contrato-view p {
  display: block;
  font-size: 0.88em;
  padding: 0 0 1em;
  width: 100%;
  overflow: hidden; }
.contrato-view table {
  width: 100%;
  border-collapse: collapse; }
.contrato-view tr:nth-of-type(odd) {
  background: #eee; }
.contrato-view th {
  background: #666;
  color: #ffffff; }
.contrato-view td, .contrato-view th {
  padding: 0.88em;
  border: 1px solid #ccc;
  text-align: left; }
.contrato-view table a {
  color: #ffffff;
  background-color: #174d95;
  padding: 0.44em;
  margin: 0 0 0 1em;
  float: right; }
.contrato-view table a:hover {
  background-color: #f68c1f;
  color: #ffffff; }
.contrato-view a.btn {
  color: #ffffff;
  background-color: #174d95;
  padding: 0.44em;
  margin: 0.48em 0; }
.contrato-view a.btn:hover {
  background-color: #f68c1f;
  color: #ffffff; }
.contrato-view .centro {
  text-align: center; }

.portal_item {
  display: block;
  margin: 1.66em auto;
  width: 100%;
  overflow: hidden;
  background: url(../imgs/bg_line.png) no-repeat top center; }
  .portal_item h2 {
    display: block;
    font-size: 1.12em;
    margin: 0 auto 1em;
    padding: 0.84em 2em;
    background: #fff;
    overflow: hidden;
    max-width: 20%;
    text-align: center;
    border-bottom: 2px solid #ccc; }
  .portal_item li {
    list-style-type: none;
    float: left;
    width: 22%;
    padding: 0.44em;
    text-align: center;
    height: 140px;
    overflow: hidden; }
  .portal_item img {
    height: 100%; }

.comunicado_view {
  margin: 2em auto;
  background-color: #fff;
  padding: 1em;
  border-bottom: 2px solid #ccc; }
  .comunicado_view h4 {
    font-size: 0.88em; }
  .comunicado_view h3 {
    font-size: 1.66em;
    padding: 0.44em 0; }
  .comunicado_view .comunicado_texto p {
    padding: 0.44em 0;
    text-align: justify; }

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #ffffff;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color; }

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 1.24em;
  color: #ffffff;
  background: #f68c1f;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.skillbar-title span {
  display: block;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.skillbar-bar {
  height: 35px;
  width: 0px;
  background: #f68c1f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 1.24em;
  height: 35px;
  line-height: 35px;
  color: #174d95; }

@media (max-width: 480px) {
  .content, #main {
    max-width: 100%; }

  #content {
    padding: 80px 0 0 0 !important; }

  header {
    padding: 0;
    border-bottom: 2px solid rgba(15, 17, 71, 0.9); }
    header ul {
      padding: 0;
      margin: 0;
      float: inherit;
      max-width: 100%;
      border-bottom: none; }
      header ul li {
        float: left;
        margin: 0 auto;
        width: 100%;
        display: inline;
        background-color: rgba(15, 17, 71, 0.9);
        padding: 0.42em 0;
        text-align: center; }
        header ul li a {
          font-size: 0.82em;
          padding: 1.42em 0; }
      header ul li:first-child {
        margin: 0; }
      header ul li:last-child {
        margin: 0; }
    header img {
      width: 98%; }
    header .logomarca {
      max-width: 36%;
      padding: 0.44em 0 0 0.44em; }
    header .button {
      float: inherit;
      padding: 0em;
      overflow: hidden;
      width: 88%;
      margin: 8% auto;
      position: inherit;
      display: block; }
      header .button a {
        text-align: center; }
    header #menumob {
      float: right;
      width: 18%;
      display: block;
      font-size: 2.12em;
      text-align: center;
      padding: 0.42em 0;
      background: rgba(15, 17, 71, 0.9) url(../imgs/menu-ico.png) center no-repeat;
      height: 32px; }
    header #menu.js {
      display: none; }

  .text_intro {
    width: 90%; }
    .text_intro h3 {
      font-size: 1.22em; }

  .slider {
    height: 420px; }

  .infos {
    width: 100%; }
    .infos h2 {
      font-size: 1.24em;
      margin: 2% auto;
      width: 90%;
      float: inherit;
      text-align: center; }
    .infos h3 {
      font-size: 0.72em;
      margin: 0;
      width: 38%;
      float: inherit; }
    .infos a {
      display: none; }

  .dados {
    width: 96%;
    margin: 2% auto;
    float: inherit; }

  #filtro ul {
    border-bottom: none; }
  #filtro li {
    float: inherit;
    margin: 0 auto;
    width: 100%; }
    #filtro li a {
      font-size: 0.98em;
      padding: 1em 0;
      margin: 0 auto; }

  .empreendimento {
    width: 46%;
    height: auto;
    margin: 12px 0 12px 4px; }
    .empreendimento h2 {
      font-size: 1em;
      margin: 1em auto 0.42em;
      max-width: 90%; }
    .empreendimento h3 {
      font-size: 0.74em; }
    .empreendimento span {
      border: 1px solid #174d95;
      padding: 0.74em 0;
      font-size: 1em;
      margin: 1em auto;
      max-width: 90%; }
    .empreendimento img {
      width: 100%;
      height: auto; }

  .empreendimento a {
    color: #174d95; }
    .empreendimento a div {
      position: relative;
      background: #ffffff;
      width: 100%;
      height: auto;
      margin: 0;
      float: left; }

  .place {
    background: url(../imgs/place_b.png) no-repeat left; }

  .config {
    background: url(../imgs/config_b.png) no-repeat left; }

  .infos_interno {
    max-width: 100%; }

  #about .left {
    float: inherit;
    width: 90%;
    margin: 0 auto; }
  #about .right {
    float: inherit;
    width: 90%;
    margin: 0 auto; }

  .bg_about h1 {
    width: 90%;
    margin: 0 auto; }
  .bg_about h2 {
    width: 90%;
    margin: 0 auto; }

  .site-contact .left {
    float: inherit;
    width: 90%;
    margin: 0 auto; }
  .site-contact .right {
    float: inherit;
    width: 90%;
    margin: 0 auto; }
  .site-contact h4 {
    font-size: 1.24em;
    padding: 1em 0;
    clear: both;
    text-align: center; }
  .site-contact input {
    padding: 12px 0 12px 12px;
    width: 96%; }
  .site-contact select {
    cursor: pointer;
    height: 46px; }
  .site-contact textarea {
    padding: 12px 0 12px 12px;
    width: 96%; }
  .site-contact input[type="radio"] {
    margin-right: 10px; }
  .site-contact #contact-form {
    padding: 0 0 4em 0; }

  .bg_contato h1 {
    width: 90%;
    margin: 0 auto; }
  .bg_contato h2 {
    width: 90%;
    margin: 0 auto; }

  .btn-send {
    float: inherit;
    padding: 24px 0;
    width: 100%;
    margin: 2px auto;
    text-align: center; }

  .breadcrumb {
    display: none; }

  .infos_interno {
    width: 100%; }
    .infos_interno h1 {
      width: 96%;
      margin: 0 auto;
      display: block;
      float: inherit;
      padding: 0.64em 0 0.24em;
      text-align: center; }
    .infos_interno h2 {
      font-size: 1.64em;
      margin: 2% auto;
      width: 90%;
      float: inherit; }
    .infos_interno h3 {
      font-size: 0.88em;
      margin: 0;
      width: 44%; }
    .infos_interno a {
      display: none; }
    .infos_interno .btn_saibamais {
      display: none; }

  .destaque img {
    max-width: 100%; }

  .dados_interno {
    max-width: 96%;
    margin: 2% auto 4%;
    float: inherit;
    border-top: 1px solid #ccc; }
    .dados_interno .place {
      float: left; }
    .dados_interno .config {
      float: right; }

  .head_interno {
    display: block;
    margin: 1em auto;
    width: 100%;
    overflow: hidden; }
    .head_interno p {
      float: inherit;
      max-width: 90%;
      font-size: 1em;
      margin: 1em auto; }

  .logo_interno {
    float: inherit;
    padding: 2% 0;
    width: 90%;
    margin: 0 auto; }

  .itens_interno h4 {
    max-width: 60%; }
  .itens_interno li {
    list-style-position: inside;
    list-style-type: square;
    width: 100%;
    text-align: center;
    padding: 0.64em 0; }

  .fotos_interno h4 {
    max-width: 60%; }
  .fotos_interno li {
    width: 44%;
    padding: 0.44em; }

  .plantas_interno h4 {
    max-width: 60%; }
  .plantas_interno li {
    width: 44%; }

  .foot_interno h4 {
    max-width: 60%; }
  .foot_interno article.video_box {
    float: inherit;
    width: 90%;
    margin: 2em  auto; }
  .foot_interno article.more {
    float: inherit;
    width: 90%;
    padding: 1em 0;
    margin: 0  auto; }

  .site-about h1, .site-contact h1 {
    font-size: 2.44em; }
  .site-about p, .site-contact p {
    margin: 0.66em auto 0.98em;
    font-size: 0.92em;
    text-align: justify; }
    .site-about p img, .site-contact p img {
      display: block;
      float: left;
      padding: 0 12px 12px 0; }

  .index h1 {
    font-size: 2.44em; }

  .form-group {
    margin-bottom: 15px; }
    .form-group label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: bold; }
    .form-group p {
      margin: 0 0 10px; }

  .site-login, .site-request-password-reset {
    max-width: 94%;
    margin: 0 auto; }

  footer {
    padding: 2em 0 0; }
    footer .video {
      float: inherit;
      width: 90%;
      margin: 0 auto; }
      footer .video p {
        padding: 0 0 1em 0;
        font-size: 1.42em; }
    footer .more {
      float: inherit;
      width: 90%;
      margin: 0 auto; }
      footer .more p {
        padding: 2em 0; }
    footer .infos_rodape {
      float: inherit;
      width: 90%;
      margin: 0 auto; }
    footer .menu_rodape {
      float: inherit;
      width: 90%;
      margin: 0 auto; }
      footer .menu_rodape ul li {
        text-align: center;
        padding: 0.12 0; }
        footer .menu_rodape ul li a {
          background-color: #eee;
          padding: 1em 0; }
    footer form {
      display: block;
      overflow: hidden;
      padding: 0 0 2em 0;
      width: 100%; }
    footer input#newsletterform-email {
      width: 98%;
      float: inherit; }
    footer button#btn-rodape {
      float: inherit;
      padding: 12px 0;
      width: 100%;
      margin: 2px auto; }

  .videos ul li {
    width: 100%; }

  #rodape_fixo ul {
    width: 94%; }

  #rodape_mais ul {
    width: 94%; }
    #rodape_mais ul li {
      width: 4%; }
      #rodape_mais ul li img {
        max-width: 100%; }
    #rodape_mais ul li.txt {
      display: none !important;
      width: 0px; }
    #rodape_mais ul li.unita {
      display: none !important;
      width: 0px; }
    #rodape_mais ul li.kinbor {
      display: none !important;
      width: 0px; }
    #rodape_mais ul li.piemax {
      display: none !important;
      width: 0px; }
    #rodape_mais ul li.sep_b {
      display: none !important;
      width: 0px; }
    #rodape_mais ul li.sep_a {
      display: none !important;
      width: 0px; }
    #rodape_mais ul li.vendas {
      background: url(../imgs/m_central.jpg) no-repeat top center; }

  #telefones h4 {
    width: 94%;
    text-align: left;
    margin: 0 auto; }

  .portal_cliente_menu {
    padding: 2%; }
    .portal_cliente_menu li {
      width: 48%; }

  #menu .portal_cliente_usuario {
    margin: 8% auto;
    width: 80%;
    max-width: 80%;
    float: inherit;
    display: block;
    overflow: hidden; }

  .portal_cliente_usuario {
    margin: 2%;
    max-width: 48%;
    padding: 2%; }
    .portal_cliente_usuario p {
      float: left;
      max-width: 60%;
      font-size: 0.88em;
      padding: 0;
      margin: 0; }
    .portal_cliente_usuario a {
      float: right;
      margin: 0; }

  .portal_cliente_index {
    max-width: 94%;
    margin: 0 auto; }
    .portal_cliente_index img {
      max-width: 100%; }
    .portal_cliente_index p {
      text-align: justify; }
    .portal_cliente_index td, .portal_cliente_index th {
      padding: 2%; }
    .portal_cliente_index table a {
      width: 100%;
      float: inherit;
      margin: 0;
      padding: 0.44em 0; }

  .contrato-view {
    margin: 0 auto; }

  .portal_item {
    max-width: 94%;
    margin: 0 auto; }
    .portal_item h2 {
      max-width: 54%; }
    .portal_item li {
      width: 48%;
      padding: 0; }

  .contrato-view td, .contrato-view th {
    padding: 2%; } }

/*# sourceMappingURL=site.css.map */
@media only screen and (max-width: 800px) {
    .bg_about {
  /*background: url(../imgs/bg_contato.jpg) no-repeat center top fixed;*/
  background: url(../imgs/bg_medina_mobile.jpg) no-repeat center top fixed;
  
}

