.dTable {
    display: table;
    width: 100%;
}
.dTable > div {
    display: table-cell;
    vertical-align: top;
}
.dTable > .sidebar {
    width: 337px;
    padding-left: 20px;
}
.dTable > .sidebar .position {
    border: 3px solid #da5715;
    padding: 18px;
    width: 295px;
}
.dTable > .sidebar .position.fixed {
    position: fixed;
}
.dTable > .sidebar .position > h2 {
    font-weight: 600;
    font-size: 1.9rem;
    color: #da5715;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.dTable > .sidebar .position .contact { float: left; }
.dTable > .sidebar .position .contact li { margin-bottom: 0; }
.dTable > .sidebar .position .contact a {
    color: #000;
    font-weight: 600;
    font-size: 1.8rem;
    cursor: default;
}
.dTable > .sidebar .position .contact a small {
    color: #666;
    font-weight: 300;
    font-size: 0.8em;
}
.dTable > .sidebar .position .contact a:before {
    content: '';
    background: url('../img/sprite_icons_imovel.png') no-repeat;
    width: 17px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dTable > .sidebar .position .contact a.phone:before {
    background-position: -145px 0px;
}
.dTable > .sidebar .position .contact a.whatsapp:before {
    background-position: -165px 0px;
}

.dTable > .sidebar .position > form { width: 100%; margin-top: 15px; }
.dTable > .sidebar .position > form textarea,
.dTable > .sidebar .position > form input[type=text] {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
    height: 34px;
    margin-bottom: 7px;
    font-size: 1.35rem;
    color: #4c4c4c;
}
.dTable > .sidebar .position > form textarea {
    resize: none;
    padding: 12px;
    height: 147px;
    line-height: 1.4em;
}
.dTable > .sidebar .position > form input[type=submit] {
    margin-top: 14px;
    padding: 15px 27px;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
}
.dTable > .sidebar .position > form input[type=submit]:hover {
    background: #da5715;
}

.dTable { padding-bottom: 110px; }
.dTable > .info > .left,
.dTable > .info > .right { margin-top: 35px; }
.dTable > .info > .left { width: 570px; }
.dTable > .info > .left .thumbnail { padding-bottom: 56%; }
.dTable > .info > h1 {
    font-size: 1.7rem;
    color: #000;
}
.dTable > .info > h2 {
    font-size: 1.45rem;
    color: #da5715;
    margin: 13px 0 0 0;
    font-weight: 600;
}
.dTable > .info > h2:before {
    content: '';
    width: 16px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/sprite_icons_imovel.png') no-repeat;
}

.dTable > .info > .right > ul li {
    margin-bottom: 17px;
    position: relative;
}
.dTable > .info > .right > ul > li {
    padding-left: 34px;
}
.dTable > .info > .right ul li span {
    display: block;
}
.dTable > .info > .right ul li span.label {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.dTable > .info > .right ul li span.bold {
    font-weight: bold;
    color: #000;
    font-size: 1.5rem;
    padding-right: 30px;
}
.dTable > .info > .right ul li span.bold small {
    font-size: 1.2rem;
    color: #4c4c4c;
    font-weight: 400;
}

.dTable > .info > .right ul li.border {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px
}

.dTable > .info > .right > ul li.icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    height: 23px;
    background: url('../img/sprite_icons_imovel.png') no-repeat;
}
.dTable > .info > .right > ul li.icon.price:before {
    background-position: -19px 0px;
    width: 18px;
}
.dTable > .info > .right > ul li.icon.type:before {
    background-position: -38px 0px;
    width: 21px;
}
.dTable > .info > .right > ul li.icon.area:before {
    background-position: -60px 0px;
    width: 21px;
}
.dTable > .info > .right > ul li.icon.roms:before {
    background-position: -83px 0px;
    width: 20px;
}
.dTable > .info > .right > ul li.icon.wc:before {
    background-position: -107px 0px;
    width: 16px;
}
.dTable > .info > .right > ul li.icon.garage:before {
    background-position: -124px 0px;
    width: 21px;
}

.dTable > .info > .right > ul li.tree {
    padding-left: 20px;
    position: relative;
}
.dTable > .info > .right > ul li.tree:before {
    content: '';
    position: absolute;
    left: 0;
    top: -17px;
    bottom: 0;
    width: 20px;
    background: url('../img/tree.png') no-repeat center top;
}
.dTable > .info > .right > ul li.tree.end:before {
    height: 25px;
    background-position: center bottom;
}

.dTable > .info > .text {
    font-size: 1.4rem;
    color: #4c4c4c;
    line-height: 1.7em;
}
.dTable > .info > .text.relation > h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.dTable > .info > .text > h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #000;
    margin: 85px 0 10px 0;
    letter-spacing: 4px;
    line-height: 100%;
}
.dTable > .info > .text > h3 {
    font-size: 1.5rem;
    color: #da5715;
    margin: 0 0 35px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    line-height: 100%;
}

.dTable > .info > .text > h4 {
    margin: 70px 0 0 0;
    font-weight: bold;
    font-size: 1.6rem;
}
.dTable > .info .list {
    width: 100%;
    padding-top: 30px;
}
.dTable > .info .list .options {
    float: left;
    width: 33%;
}
.dTable > .info .list .options:nth-child(2n) { padding: 0 0.5%; }
.dTable > .info .list .options:nth-child(2n) ul {
    display: table;
    margin: 0 auto;
}
.dTable > .info .list .options:last-child ul {
    float: right;
}
.dTable > .info .list .options li {
    list-style: disc;
    list-style-position: inside;
}

/**/

#map {
    margin-top: 25px;
    height: 210px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .dTable { padding-bottom: 60px; }
    .dTable > .info > h1 { font-size: 1.8rem; }
    .dTable > .info > h2,
    .dTable > .info > .text > h3 {
        font-size: 1.35rem;
        line-height: 1.5em;
    }
    .dTable > .info > .text > h2 { margin-top: 50px; }
    .dTable > .info > .text > h4 { margin-top: 40px; }

    .dTable > .info > .left,
    .dTable > .info > .right {
        float: none;
        display: block;
    }
    .dTable > .info > .left {
        display: table;
        margin: 30px auto 0 auto;
        margin-bottom: 50px;
    }
    .dTable > .info > .right > ul {
        float: left;
        width: 40%;
    }
    .dTable > .info > .right > ul:last-child {
        width: auto;
        float: right;
    }
}

@media all and (max-width: 1023px) {
    .dTable > div {
        display: initial;
        width: 100%;
        margin-bottom: 30px;
    }

    .dTable > .sidebar {
        margin-top: 50px;
        display: block;
        padding: 0;
    }
    .dTable > .sidebar,
    .dTable > .sidebar .position { width: auto; }
}

@media  all and (max-width: 767px) {
    .dTable > .info > .left {
        width: 100%;
    }
    .dTable > .info > .right {
        display: table;
        margin: 0 auto;
    }
    .dTable > .info > .right > ul {
        float: none!important;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .dTable > .info > .text > h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .dTable > .info .list {
        display: table;
        margin: 0 auto;
        width: auto;
    }
    .dTable > .info .list .options {
        float: none;
        padding: 0;
        width: 100%;
    }
}