.descri_destaque{
    list-style:none; 
    position: absolute;
    bottom: -30px;
    left: 50%;
    line-height: 30px;
    box-shadow: 0px 2px 20px 0px rgba(136, 136, 136, 0.3);
    background: white;
    transform: translate(-50%);
    width: calc(100%);
    opacity:90%;
    text-align: left;
    font-size: 14px;
}

.categoria b, .codigo b{
    font-size: 16px !important;
}

.valor b{
    font-size:24px
}

.dorm{
    font-size:20px;
    text-align:center !important
}
.terreno{
    font-size:20px;
    text-align:center!important
}

.photo img{
    width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 100px;
	display: block;
	overflow: hidden;
	transition: .3s;
	border: 1px solid #ccc;
}

.tarja{
    list-style: none;
	position: absolute;
	bottom: -70px;
	left: 50%;
	line-height: 30px;
	box-shadow: 0px 2px 20px 0px rgba(136, 136, 136, 0.3);
	background: gray;
	transform: translate(-50%);
	text-align:center !important;
	width: calc(100%);
	opacity: 90%;
	text-align: left;
	font-size: 14px;
	height: 40px;
}

.tarja a{
    font-size:20px; 
    text-decoration:none; 
    color:white
}

@media screen and (max-width:767px){
    .categoria b, .codigo b{
        font-size: 14px !important;
    }

    .valor b{
    font-size:22px !important
}

.dorm{
    font-size:18px;
    text-align:center !important
}
.terreno{
    font-size:18px;
    text-align:center!important
}
  

  }