.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #5d5d5c;
  width: 100%;
  z-index: 998;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies {
  text-align: center;
  padding: 28px;
  color: #fff;
  font: 11px/1.3em 'dinpro', sans-serif;
}

.btn-cookies {
  text-align: center;


  font: 11px/1.3em 'dinpro', sans-serif;
  background-color:#386bb1;
  border-radius:4px;
  border-style: solid;
  	display:inline-block;
  	cursor:pointer;
  	color:#ffffff;
  	padding:8px 48px;
  	text-decoration:none;
}


@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}


.container {
 max-width: 1080px;
}

.page .entry, .single .entry {
 max-width: 1020px;
 padding: 16px;
}

.terr_externo {
 display: table;
 border: 1px solid #bfbfbf;
 padding: 16px;
 margin-bottom: 80px;
}

.terr_info {
 display: table;
 width: 100%;
 padding-bottom: 16px;
}

.terr_info_vendido {
 display: table;
 width: 100%;
 margin-top: -78px;
 padding-bottom: 16px;
 z-index: 0;
}

.terr_fotos {
 display:table-cell;
 width: 400px;
}

.terr_fotos_img {
 width:100%;
 max-width: 400px;
 height: auto;
}

.terr_descritivo {
 display:table-cell;
 text-align: left;
 vertical-align: top;
 padding: 16px;
}

.terr_titulo{
 font: 23px/1em 'dinpro-condensed', sans-serif;
 text-transform: uppercase;
 color: #000;
 line-height: 30px;
}

.terr_subtitulo{
  font: 11px/1.3em 'dinpro', sans-serif;
  letter-spacing: 0.015em;
  color: #223037;
  text-transform: uppercase;
}

.terr_contato {
  display:table-cell;
  width: 20%;
  text-align: center;
  vertical-align:middle;
}

.terr_mapa{
  display: table;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #bfbfbf;
  height: 300px;
}

.terr_mapa_inline{
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.terr_frame{
  position:relative;
  top:-50px;
  border:none;
  height: 350px;
}

.terr_vendido{
  margin-top: -26px;
  text-align: right;
  margin-right: 26px;
}

@media only screen and (max-width: 1023px) {

  .page .entry, .single .entry {
    text-align: center;
  }

  .terr_externo {
     display: inline-block;
     border: 1px solid #bfbfbf;
     padding: 16px;
     margin-bottom: 80px;
     width: 432px;
  }

  .terr_fotos {
    display:block;
    width: 100%;
  }

  .terr_descritivo {
    display:block;
    text-align: left;
    vertical-align: top;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .terr_contato {
    display:block;
    text-align: left;
  }
  .terr_info_vendido {
    position: relative;
    z-index: 1;
  }
  .terr_vendido{
    position: relative;
    z-index: 2;
  }

}
