@charset "UTF-8";
.box-list {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  vertical-align: top; }
  .box-list__media {
    width: 200px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0; }
    .box-list__media a img {
      border-radius: 5px;
      max-width: 100%; }
  .box-list__body {
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: calc(100% - 225px);
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -ms-calc(100% - 225px); }
    .box-list__body h4 {
      font-size: 25px;
      color: #52271F;
      line-height: 34px;
      margin-bottom: 30px;
      font-weight: 400; }
    .box-list__body P {
      color: #7E625D;
      font-size: 16px;
      line-height: 23px; }
      .box-list__body P a {
        color: #7E625D; }
    .box-list__body a.botao {
      padding: 14px 20px 18px 20px;
      background: #391914;
      border-radius: 3px 20px;
      color: #FAA832;
      width: auto;
      display: inline-block;
      position: relative;
      font-weight: 600;
      font-size: 17px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
      border: none;
      margin: 0;
      height: 50px;
      cursor: pointer;
      z-index: 10; }
      .box-list__body a.botao:hover {
        background: #FAA832;
        color: #391914; }

.botao-padrao {
  display: inline-block;
  margin: 40px 0;
  padding: 14px 20px 18px 20px;
  background: #391914;
  border-radius: 3px 20px;
  color: #FAA832;
  width: auto;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  border: none;
  height: 50px;
  cursor: pointer;
  z-index: 10; }
  .botao-padrao:hover {
    background: #FAA832;
    color: #391914; }

.box-acesso {
  display: block;
  margin: 40px 0;
  padding: 20px 30px;
  background: #391914;
  border-radius: 3px 20px;
  color: #FAA832;
  width: auto;
  position: relative;
  font-weight: 600;
  font-size: 23px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  border: none;
  cursor: pointer;
  z-index: 10; }
  .box-acesso:hover {
    background: #FAA832;
    color: #391914; }

article.page-int h2 {
  margin-bottom: 30px; }
article.page-int .botao-voltar {
  display: inline-block;
  margin: 40px 0;
  padding: 14px 20px 18px 20px;
  background: #391914;
  border-radius: 3px 20px;
  color: #FAA832;
  width: auto;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  border: none;
  height: 50px;
  cursor: pointer;
  z-index: 10; }
  article.page-int .botao-voltar:hover {
    background: #FAA832;
    color: #391914; }

.fotoTopo {
  margin: 0 0 20px 0;
  text-align: center;
  display: block;
  clear: both;
  overflow: hidden; }
  .fotoTopo img {
    clear: both;
    display: block;
    width: 100% !important; }

.containerfotoleft {
  display: inline-block;
  width: auto !important;
  float: left;
  margin: 0 20px 0 0; }

.fotoleft {
  display: inline-block;
  width: auto !important;
  float: left;
  padding: 0 0 10px 0;
  text-align: left; }

.containerfotoright {
  margin: 0 0 0 20px;
  float: right; }

.fotoright {
  float: right;
  text-align: right;
  padding: 0 0 10px 0; }

.fotoinferior {
  margin: 0 20px 20px 0;
  display: inline-table; }

.containerfotoinferior {
  margin: 20px 0 0 0;
  text-align: justify;
  overflow: hidden;
  clear: both;
  display: block; }

.fotolegenda {
  font-size: .75em;
  text-align: center;
  line-height: 140%;
  padding: 5px 10px;
  display: block;
  text-align: center; }

.fotocreditos {
  font-size: .7em;
  text-align: right; }

.foto {
  background: white;
  border: 1px solid #ddd;
  padding: 4px; }

/* PRECO NA PÁGINA INTERNA DO IMÓVEL */
.valor-imovel {
    font-size: 25px;
	line-height: 34px;
    margin: 0px 0 15px 0 !important;
    font-weight: 800;
    color: #523333;
}

@media (min-width: 992px) {
  .list-imoveis {
    height: 298px !important;
    margin-bottom: 30px; }
    .list-imoveis > a {
      margin-bottom: 0 !important; } }
