.col-dest {
    position: relative;
    min-height: 480px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 30%
}

.preco {
      font-weight: bold;
    text-align: center;
        font-size: 24px;
}

.abre-code:hover > .foto > .code {
    position: absolute;
    color: #FFF;
    padding: 4px 5px;
    opacity: 0.4;
    width: 98%;
    height: 312px;
}

.desc-imovel {
    border-left: 1px rgba(162, 162, 162, 0.95) solid;
    padding-left: 10px;
    border-right: 1px rgba(162, 162, 162, 0.95) solid;
    padding-right: 10px;
    border-bottom: 1px rgba(162, 162, 162, 0.95) solid;
    padding-bottom: 7px;
    min-height: 165px;
}

.desc-imovel .fa-star {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 22px;
    color: #FFF;
}


.foto {
      position: relative;
}

.desc-imovel h5 {
      font-size: 20px;
}

.code {
    position: absolute;
    color: #FFF;
    padding: 4px 5px;
    opacity: 0.9;
        width: 120px;
    height: 20px;
    transition: 0.2s;
}
.foto h1 {
    position: absolute;
    top: -5px;
    left: 6px;
    font-size: 17px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #FFF;
}

 .default-home strong {
        padding-left: 15px;
    padding-right: 15px;
        margin-bottom: 10px;
            font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin: 0 0 25px 0;
  }
  .frases {
        margin-bottom: 23px;
    margin-top: 38px;
        float: left;
    width: 100%;
  }
  .default-home {
  }
  .img-teto {
        width: 100%;
    height: 320px;
        background-position: center;
    background-size: cover;

  }
  .dados {
    font-weight: 100;
  }

      @media screen and (max-width: 1100px){

  .col-dest {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 30%;
    margin: 20px 0%;
}
  }
  @media screen and (max-width: 992px){
    .col-dest {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 46%;
        margin: 20px 0%;
    }
}
  @media screen and (max-width: 768px){
    .default-home strong {
    padding-left: 0;
    font-size: 30px

  }
  .default-home h3 {
    padding-left: 0;

  }
  .frases {
        margin-left: 22px;
  }
  }
        @media screen and (max-width: 769px){

  .col-dest {
position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 44%;
    margin: 20px 1%;
}
.frases h3 {
      line-height: 1;
}
  }

  @media screen and (max-width: 670px){

  .col-dest {
position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 85%;
    margin: 20px 4%;
}
.frases {
  margin-left: 8%;

  }
}