body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  background-image: url(../img/fundo_conteudo.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed; }

a:hover, a:active, a:before, a:after {
  text-decoration: none; }

#topo {
  background-color: #f3f3f3;
  font-size: 16px; }
  #topo .logo {
    padding: 35px 15px; }
    #topo .logo img {
      max-width: 130px; }
  #topo i {
    color: #353F73; }
  #topo #topo_info {
    padding-left: 15px; }
    #topo #topo_info [class*="col-md"] {
      padding: 15px;
      height: 55px;
      border-bottom: 1px solid #CCC; }
    #topo #topo_info .fone {
      border-bottom: 1px solid #353F73;
      background-color: #353e72;
      color: #FFF;
      font-weight: bold; }
      #topo #topo_info .fone i {
        color: #FFF;
        padding-left: 15px;
        padding-right: 15px; }
      #topo #topo_info .fone::after {
        top: 0;
        background: linear-gradient(to right bottom, #F3F3F3 49%, #353F73 50%);
        width: 50px;
        content: '';
        height: 55px;
        position: absolute;
        margin-left: -50px; }
    #topo #topo_info .sociais i {
      color: #333;
      font-size: 22px;
      padding: 0 5px; }
  #topo #menu_topo {
    float: right;
    list-style: none;
    margin: 0;
    margin-top: 25px;
    padding: 0; }
    #topo #menu_topo li {
      float: left; }
      #topo #menu_topo li a {
        font-weight: 600;
        color: #3c3c3c;
        display: block;
        padding: 51px 25px; }
        #topo #menu_topo li a.ativo, #topo #menu_topo li a:hover {
          background-color: #353F73;
          color: #FFF; }
  #topo.v2 {
    background-color: #1a1d1f;
    color: #FFF; }
    #topo.v2 .logo {
      background-color: #FFF; }
      #topo.v2 .logo::after {
        top: 0;
        background: linear-gradient(to right bottom, #1B1E20 49%, #FFF 50%);
        width: 50px;
        content: '';
        height: 100%;
        position: absolute;
        margin-left: -25px; }
      #topo.v2 .logo::before {
        top: 0;
        right: -15px;
        background: linear-gradient(to right bottom, #FFF 49%, #1B1E20 50%);
        width: 50px;
        content: '';
        height: 100%;
        position: absolute;
        z-index: 9; }
    #topo.v2 #topo_info [class*="col-md"] {
      border-bottom: 1px solid #333; }
    #topo.v2 #topo_info .sociais i {
      color: #FFF; }
    #topo.v2 #topo_info .fone {
      border-bottom: 1px solid #353F73; }
      #topo.v2 #topo_info .fone::after {
        top: 0;
        background: linear-gradient(to right bottom, #1B1E20 49%, #353F73 50%);
        width: 50px;
        content: '';
        height: 55px;
        position: absolute;
        margin-left: -50px; }
    #topo.v2 #menu_topo li {
      float: left; }
      #topo.v2 #menu_topo li a {
        color: #FFF; }
        #topo.v2 #menu_topo li a.ativo, #topo.v2 #menu_topo li a:hover {
          background-color: #353F73;
          color: #FFF; }

#busca {
  border-top: 3px solid #353F73; }
  #busca .container .col-md-10 {
    background-color: #f3f3f3;
    border: 1px solid #DDDDDD;
    border-top: 0px; }
  #busca h1 {
    margin-left: -16px;
    font-size: 16px;
    font-weight: 600;
    margin-top: -47px;
    height: 45px;
    background-color: #353F73;
    width: 140px;
    color: #FFF;
    padding: 15px; }
  #busca select, #busca input, #busca button {
    width: 100%;
    height: 45px;
    padding: 8px;
    font-size: 16px;
    color: #666; }
  #busca button {
    background-color: #34393c;
    border: none;
    color: #FFF; }
  #busca form {
    padding: 35px 15px; }

.conteudo-home {
  padding: 45px 15px; }
  .conteudo-home h1 {
    text-align: center;
    font-size: 22px;
    color: #34393c;
    font-weight: bold;
    margin: 15px;
    padding: 20px;
    background-image: url(../img/item.jpg);
    background-position: bottom center;
    background-repeat: no-repeat; }

.conteudo {
  padding: 45px 15px;
  padding-bottom: 75px; }
  .conteudo h1, .conteudo h2, .conteudo h3, .conteudo h4, .conteudo h5, .conteudo h6 {
    text-align: left;
    color: #34393c;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0; }
    .conteudo h1::after, .conteudo h2::after, .conteudo h3::after, .conteudo h4::after, .conteudo h5::after, .conteudo h6::after {
      margin-top: 15px;
      height: 5px;
      width: 45px;
      content: '';
      background: linear-gradient(to right, #181a1c 50%, #353F73 50%);
      display: block; }
    .conteudo h1.tt-detalhes, .conteudo h2.tt-detalhes, .conteudo h3.tt-detalhes, .conteudo h4.tt-detalhes, .conteudo h5.tt-detalhes, .conteudo h6.tt-detalhes {
      display: block;
      margin-top: 25px;
      padding-bottom: 15px;
      color: #353F73;
      border-bottom: 1px solid #353F73; }
      .conteudo h1.tt-detalhes::after, .conteudo h1.tt-detalhes::before, .conteudo h2.tt-detalhes::after, .conteudo h2.tt-detalhes::before, .conteudo h3.tt-detalhes::after, .conteudo h3.tt-detalhes::before, .conteudo h4.tt-detalhes::after, .conteudo h4.tt-detalhes::before, .conteudo h5.tt-detalhes::after, .conteudo h5.tt-detalhes::before, .conteudo h6.tt-detalhes::after, .conteudo h6.tt-detalhes::before {
        content: initial !important; }
  .conteudo h1 {
    font-size: 22px; }
  .conteudo h2 {
    font-size: 21px; }
  .conteudo h3 {
    font-size: 20px; }
  .conteudo h4 {
    font-size: 19px; }
  .conteudo h5 {
    font-size: 18px; }
  .conteudo h6 {
    font-size: 17px; }

.imoveis .imovel {
  margin-top: 45px; }
  .imoveis .imovel .imagem .preco {
    font-size: 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 5px 15px; }
  .imoveis .imovel .imagem img {
    border-bottom: 5px solid #25d5f5; }
  .imoveis .imovel .imagem.mtb {
    height: 210px;
    padding-top: 15px;
    background: linear-gradient(to right, transparent 50%, #f3f3f3 50%); }
  .imoveis .imovel .imagem.mtc {
    height: 210px;
    padding-top: -0px;
    background: linear-gradient(to right, #f3f3f3 50%, transparent 50%); }
    .imoveis .imovel .imagem.mtc img {
      margin-top: -30px; }
    .imoveis .imovel .imagem.mtc .preco {
      margin-top: -30px; }
  .imoveis .imovel .imagem.bgb {
    background: linear-gradient(to bottom, #f3f3f3 50%, transparent 50%); }
  .imoveis .imovel .imagem.bgc {
    background: linear-gradient(to bottom, transparent 50%, #f3f3f3 50%); }
  .imoveis .imovel .detalhes {
    background-color: #f3f3f3;
    height: 100%;
    height: 210px;
    padding: 25px 15px;
    padding-right: 30px; }
    .imoveis .imovel .detalhes.dp {
      height: auto; }
  .imoveis .imovel .title {
    padding-bottom: 25px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #353F73; }
  .imoveis .imovel .btn-mais {
    background-color: #34393C;
    display: inline-block;
    padding: 5px 15px;
    color: #FFF; }
  .imoveis .imovel p {
    padding-bottom: 15px; }
  .imoveis .imovel .desc {
    padding-right: 45px; }

.btn-mais-border {
  border: none;
  border-bottom: 2px solid #353F73;
  padding: 1px;
  background-color: transparent;
  color: #353F73; }

#rodape {
  background-image: url(../img/fundo-rodape.jpg);
  background-color: #1a1d1f;
  color: #FFF;
  font-size: 14px;
  padding: 45px 15px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  #rodape h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px; }
    #rodape h3::after {
      margin-top: 15px;
      height: 5px;
      width: 45px;
      content: '';
      background: linear-gradient(to right, #181a1c 50%, #353F73 50%);
      display: block; }
  #rodape .endereco {
    background-color: #353F73;
    color: #FFF;
    padding: 25px;
    margin-left: -75px;
    font-size: 14px; }
    #rodape .endereco h3 {
      margin: 0;
      padding: 0;
      padding-bottom: 25px; }
      #rodape .endereco h3::after {
        margin-top: 15px;
        height: 5px;
        width: 45px;
        content: '';
        background: linear-gradient(to right, #181a1c 50%, #FFF 50%);
        display: block; }
  #rodape h5 {
    font-weight: bold;
    margin-top: 45px; }
  #rodape input {
    background-color: #353e72;
    margin: 0;
    padding: 10px 15px;
    color: #FFF;
    border: 0px;
    height: 40px; }
    #rodape input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFF; }
    #rodape input::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF; }
    #rodape input:-ms-input-placeholder {
      /* IE 10+ */
      color: #FFF; }
    #rodape input:-moz-placeholder {
      /* Firefox 18- */
      color: #FFF; }
  #rodape button {
    background-color: #262e5d;
    color: #FFF;
    border: 0px;
    height: 40px;
    margin: 0px;
    margin-left: -5px;
    width: 40px; }

#copy {
  background-color: #1a1d1f;
  border-top: 1px solid #FFF; }
  #copy .copy {
    color: #FFF;
    font-size: 12px;
    padding: 25px 15px; }
  #copy .logo-rodape img {
    float: right;
    padding: 10px 15px; }

.mt-45 {
  margin-top: 45px; }

.btn-inverse-black {
  color: #FFF;
  padding: 5px 15px;
  border: 1px solid #FFF;
  display: inline-block; }
  .btn-inverse-black:hover {
    text-decoration: none;
    color: #0c1114;
    background-color: #FFF; }

*:focus {
  outline: none; }

.whatsapp-float {
  position: fixed;
  z-index: 3;
  color: white;
  text-transform: uppercase;
  right: 40px;
  bottom: 70px;
  background-color: #01C141;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

.whatsapp-float:hover {
  color: white; }

.whatsapp-float:visited {
  color: white; }

.whatsapp-float.esconde {
  animation: esconde_whats 0.4s;
  -moz-animation: esconde_whats 0.4s;
  -webkit-animation: esconde_whats 0.4s;
  opacity: 0; }

.whatsapp-float.aparece {
  animation: aparece_whats 0.4s;
  -moz-animation: aparece_whats 0.4s;
  -webkit-animation: aparece_whats 0.4s;
  opacity: 1; }

.whatsapp-float .bt-close {
  text-transform: uppercase;
  font-weight: normal;
  background-color: #21b559;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 3px 8px;
  border-top-right-radius: 4px;
  z-index: 4; }

.whatsapp-float .whatsapp-ban {
  padding: 15px;
  line-height: 20px; }

.whatsapp-float .whatsapp-ban img {
  max-width: 177%; }

.whatsapp-float .whatsapp-ban span {
  padding-left: 5px; }

.whatsapp-float .whatsapp-ban .segunda-parte {
  font-size: 22px; }

#topo_interna {
  background-image: url(../img/fundo_titulo.jpg);
  padding: 75px 15px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 33px;
  font-weight: bold; }
  #topo_interna a {
    font-size: 16px;
    font-weight: normal;
    color: #FFF; }
  #topo_interna small {
    font-size: 16px; }

#empreendimentos {
  padding: 25px 15px; }

.contato input, .contato textarea, .contato select {
  padding: 10px 20px;
  border: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  margin: 5px 0;
  width: 100%; }

.contato select, .contato input {
  height: 50px; }

.contato button {
  margin: 5px 0;
  padding: 10px 35px;
  height: auto;
  background-color: #34393c;
  color: #FFF;
  border: none;
  border-bottom: px solid #34393c; }
  .contato button:hover {
    background-color: #34393c; }

.locais {
  list-style: none;
  padding: 0;
  margin: 0; }
  .locais li {
    padding: 0px;
    background-color: #f1f1f1;
    border-bottom: 0px solid #E0E0E0;
    margin-bottom: 10px; }
    .locais li a {
      color: #333;
      display: block;
      padding: 5px 15px;
      cursor: pointer; }
      .locais li a:hover {
        background-color: #E0E0E0;
        border-color: #999;
        text-decoration: none; }

.navegacao {
  color: #353F73; }
  .navegacao a {
    color: #333; }
    .navegacao a:hover {
      text-decoration: none; }

.bloco_busca {
  font-size: 14px;
  border: 1px solid #CCC;
  background-color: #f3f3f3;
  padding: 25px; }
  .bloco_busca label {
    font-weight: bold;
    display: block; }
  .bloco_busca input[type='number'], .bloco_busca input[type='text'], .bloco_busca textarea, .bloco_busca select {
    border: 1px solid #CCC;
    padding: 10px 15px;
    height: 45px;
    width: 100%;
    margin-bottom: 25px; }
  .bloco_busca textarea {
    height: 120px; }
  .bloco_busca .mb-15 {
    margin-bottom: 15px !important; }
  .bloco_busca button {
    float: right !important;
    font-size: 16px; }
  .bloco_busca.no-bg {
    margin-top: 15px;
    background-color: transparent; }
  .bloco_busca .checkboxes {
    color: #9f9f9f;
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px; }
  .bloco_busca .btn-procurar {
    border: none;
    background-color: #34393c;
    color: #FFF;
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold; }

.imoveis-interna .imovel {
  margin: 15px;
  margin-bottom: 25px;
  border-bottom: 3px solid #25d5f5; }
  .imoveis-interna .imovel .detalhes {
    border: 1px solid #CCC;
    border-left: 0px;
    border-bottom: 0px;
    padding: 15px; }
  .imoveis-interna .imovel .preco {
    padding-top: 10px;
    font-weight: bold; }
  .imoveis-interna .imovel .imagem {
    padding: 0px; }
  .imoveis-interna .imovel .title {
    font-weight: bold;
    color: #353F73;
    font-size: 18px;
    display: block;
    margin-bottom: 15px; }
  .imoveis-interna .imovel p {
    font-size: 14px; }
  .imoveis-interna .imovel .desc {
    font-size: 14px;
    padding-right: 25px; }
    .imoveis-interna .imovel .desc img {
      width: 20px; }

.pagination > li > a, .pagination > li > span {
  color: #FFF;
  background-color: #353F73;
  border: 1px solid #262f5e; }

.item-destaque {
  background-color: #d3d3d3;
  color: #353F73;
  font-size: 22px;
  text-align: center;
  width: 40px;
  display: inline-block; }

.blue {
  color: #353F73; }

.btn-whatssapp {
  margin-bottom: 15px;
  background-color: #00DA69;
  background-image: url(../img/fundo-whatss.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 20px;
  display: block;
  padding: 15px 5px;
  text-align: center;
  font-weight: bold; }
  .btn-whatssapp:hover {
    text-decoration: none;
    color: #fff; }

a:hover, a:focus {
  text-decoration: none; }

@media only screen and (max-width: 992px) {
  #rodape .endereco {
    margin: 0px; }
  #copy .copy {
    display: none; }
  .btn-whatssapp {
    margin-top: 45px; }
  .imoveis .imovel {
    margin-top: 45px; }
    .imoveis .imovel .fadeInDown, .imoveis .imovel .fadeInUp {
      margin-top: 25px; }
    .imoveis .imovel .imagem.mtb {
      height: auto; }
    .imoveis .imovel .imagem.mtc {
      height: auto; }
    .imoveis .imovel .detalhes {
      height: auto; }
    .imoveis .imovel .btn-mais {
      background-color: #34393C;
      display: inline-block;
      padding: 5px 15px;
      color: #FFF; }
    .imoveis .imovel .desc {
      padding-right: 0; }
  #busca h1 {
    margin-top: auto; } }

@media only screen and (max-width: 768px) {
  #menu_topo {
    display: none;
    background-color: #e8e8e8;
    margin-top: 15px;
    width: 100%; }
    #menu_topo li {
      float: none;
      margin: 0; }
      #menu_topo li a {
        padding: 10px 25px;
        border-bottom: 1px solid #DDD; }
        #menu_topo li a.ativo {
          border: none;
          border-bottom: 1px solid #DDD; }
  #item-menu {
    margin-top: 44px;
    z-index: 99999;
    background-color: #353F73;
    text-align: left;
    font-size: 20px;
    padding: 10px 25px;
    color: #FFF !important;
    float: right; }
    #item-menu i {
      color: #FFF; }
  .logo .center-block {
    margin-right: inherit;
    margin-left: inherit; }
  .imoveis-interna .imovel .detalhes {
    border-left: 1px solid #CCC; }
  #topo #menu_topo li {
    float: none; }
  #topo #menu_topo li a {
    padding: 19px 25px; } }

.politica {
  color: #353F73; }
  .politica:hover {
    color: #353F73; }
