#property-top {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

#property-body {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 900px;
}

#property-principal-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

#property-principal-image {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 5;
    cursor: pointer;
}

#property-principal-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#0000006e, transparent);
    width: 100%;
    height: 30%;
}

#property-principal-image-buttons-left {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
    z-index: 1;
    align-items: end;
    justify-content: start;
    padding: 25px 50px;
    gap: 15px;
}

#property-principal-image-buttons-left>div>div>a {
    color: #000;
    background-color: #fff;
    border-color: #e2e2e2;
    border-radius: 32px;
    padding: 10px 18px;
}

#property-principal-image-buttons-left>div>div>a>span {
    font-family: Poppins-regular;
    padding-left: 5px;
}

#property-principal-image-buttons-left .property-label {
    color: #fff;
    background-color: #C3A153;
    border-radius: 32px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-left: 4px;
    font-size: 14px;
}

#property-principal-image-buttons-right {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 5;
    z-index: 1;
    align-items: end;
    justify-content: end;
    padding: 25px 50px;
    gap: 15px;
}

#property-principal-image-buttons-right>div>a {
    color: #fff;
    background-color: #0000008c;
    border-radius: 32px;
    padding: 8px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#property-principal-image-buttons-right>div>a>span {
    padding-left: 10px;
}

@media (min-width: 576px) {
    #property-principal-image img {
        height: 500px;
    }
}

@media (min-width: 768px) {
    #property-principal-image img {
        height: 600px;
    }

    #property-top {
        grid-template-rows: repeat(4, 1fr);
    }
}

@media (min-width: 992px) {

    #property-principal-image-buttons-left {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    #property-principal-image-buttons-right {
        grid-column-start: 4;
        grid-column-end: 7;
    }

    #property-principal-image-buttons-left>div>a {
        padding: 8px 25px;
    }

    #property-principal-image img {
        height: 700px;
    }
}

@media (min-width: 1200px) {
    #property-principal-image img {
        height: 800px;
    }
}

@media (min-width: 1500px) {}

@media (min-width: 1980px) {
    #property-principal-image img {
        height: 900px;
    }
}

@media (min-width: 2560px) {
    #property-principal-image img {
        height: 1400px;
    }
}

/*Estilos heredados*/

.property-content p {
    font-size: 1em;
    font-family: Lato-regular;
    color: #707079;
    line-height: 26px;
    margin: 0 0 15px;
}

.agent-information {
    padding-left: 1em;
    line-height: 25px;
}

.agent-image img {
    width: inherit;
}

@media screen and (max-width: 40em) {
    .agent-image img {
        display: none;
    }
}

.block-content-wrap .agent-details,
.property-form-wrap .agent-details {
    margin-bottom: 10px;
    text-overflow: hidden;
}

@media (min-width: 992px) {
    .pd-hero-section {
        height: 380px;
        padding-top: 14em;
        position: absolute;
        z-index: 999;
        top: 0px;
        width: 100%;
        overflow: hidden;
        transition: 0.3s;
    }

    .pd-hero-section:hover {
        padding-top: 20em;
    }
}

.pd-hero-text {
    background: rgba(247, 248, 249, 0.90);
    padding: 20px 20px;
    text-align: center;
    border-radius: .25rem;
    min-height: 10em;
}

.pd-hero-text .room-location {
    font-size: 17px;
    color: #aaaab3;
}

.pd-hero-section:hover .pd-hero-text .room-location {
    color: #007bff;
}

.pd-hero-text .room-location i {
    color: #2cbdb8;
}

.pd-hero-text h2 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px
}

.pd-hero-text .room-price span {
    font-size: 18px;
    color: #aaaab3;
    display: inline-block;
    margin-right: 10px
}

.pd-hero-text .room-price p {
    color: #222;
    font-size: 22px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600
}

.pd-hero-text .room-features li {
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-right: 65px;
    color: white;
}

.pd-hero-text .room-features li:last-child {
    margin-right: 0
}

.pd-hero-text .room-features li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px
}

.pd-hero-text .room-features li i {
    font-size: 25px !important;
    color: #aaaab3;
}


.property-bg {
    background-position: center;
    background-size: cover;
}

.spacer {
    margin-top: 40px;
}

.spacer-10 {
    margin-top: 10px;
}

.spacer-20 {
    margin-top: 20px;
}

.block-wrap {
    padding: 9px;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 40em) {
    .block-wrap {
        padding: 40px;
    }
}

.block-title-wrap h2 {
    font-size: 18px;
}

@media screen and (max-width: 40em) {
    .block-title-wrap h2 {
        font-size: 17px;
    }
}

.block-title-wrap {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 25px;
    padding-bottom: 40px;
}

@media screen and (max-width: 40em) {
    .block-title-wrap {
        padding-bottom: 10px;
    }
}

.block-content-wrap .list-1-cols li,
.block-content-wrap .list-2-cols li,
.block-content-wrap .list-3-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.property-address-wrap .block-content-wrap .list-2-cols li span {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.list-2-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

@media screen and (max-width: 40em) {

    .list-2-cols,
    .list-2-cols {
        -webkit-columns: 1;
        -moz-columns: 2;
        columns: 1;
    }
}

.detail-wrap {
    background-color: rgba(0, 174, 255, 0.1);
    border-color: #00aeff;
    border: 1px solid;
    padding: 30px;
    border-radius: 4px;
}

.property-features-wrap .list-1-cols li,
.property-features-wrap .list-2-cols li,
.property-features-wrap .list-3-cols li {
    border: none;
    display: block;
}

.property-form .btn-half-width {
    float: left;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    padding-top: 00px;
}

.breadcrumb {
    font-size: 13px;
    background-color: transparent;
}

.item-tool {
    display: inline-block;
}

.item-tool span {
    color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
    width: max-content;
    height: max-content;
    font-size: 14px;
    text-align: center;
    padding: 3px 3px;
    margin-left: 6px;
    display: block;
}

.item-tool:hover span {
    color: #007bff;
    border: 1px solid #007bff;
}

.item-tool.favorite:hover span {
    color: #DE5347;
    border: 1px solid #DE5347;
}

/* Map */
#mapid {
    height: 380px;
    width: 100%;
    opacity: 0.9;
}

@media screen and (max-width: 40em) {
    #mapid {
        height: 250px;
    }
}

.leaflet-right {
    z-index: -1;
}

/* Share */
.addthis_sharing_toolbox {
    /*margin-top: 34px;
  margin-left: -178px;*/
    float: right;
}

.property-documents li {
    border: 1px solid;
    margin: 10px 0px;
    background: #F7F8F9;
}

/* Certificaci�n energ�tica (CES) */
.class-energy {
    clear: both;
    padding: 60px 0 0;
}

.class-energy-list li {
    clear: both;
    border-bottom: 1px solid #dce0e0;
    padding: 0 10px;
    line-height: 40px;
}

.class-energy-list li span {
    float: right;
}

.class-energy-indicator:nth-child(1) {
    background-color: #33a357;
}

.class-energy-indicator:nth-child(2) {
    background-color: #79b752;
}

.class-energy-indicator:nth-child(3) {
    background-color: #c3d545;
}

.class-energy-indicator:nth-child(4) {
    background-color: #fff12c;
}

.class-energy-indicator:nth-child(5) {
    background-color: #edb731;
}

.class-energy-indicator:nth-child(6) {
    background-color: #d66f2c;
}

.class-energy-indicator:nth-child(7) {
    background-color: #cc232a;
}

.class-energy-indicator:nth-child(8) {
    background-color: #cc232a;
}

.class-energy-indicator span {
    display: block;
}

.class-energy-indicator {
    width: calc(100% / 8);
    display: inline-block;
    position: relative;
    opacity: 0.3;
}

.class-energy-indicator span {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.indicator-energy {
    left: 0;
}

.indicator-energy {
    font-size: 15px;
    line-height: 30px;
    top: -48px;
    left: 4.5em;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    background-color: #999;
    position: absolute;
}

.indicator-energy:before {
    right: auto;
    left: 0;
    border-right: 10px solid transparent;
}

.indicator-energy:before {
    bottom: -10px;
    content: "";
    border-top: 10px solid #999;
    position: absolute;
}

@media screen and (max-width: 40em) {
    .indicator-energy {
        display: none;
    }

    .class-energy {
        padding: 0px;
    }
}

.property-overview-data div {
    border-right: 1px solid #dce0e0;
}

.property-overview-data div.last-div {
    border-right: 0px;
}

@media screen and (max-width: 40em) {
    .addthis-smartlayers {
        display: none;
    }
}


@media screen and (max-width: 40em) {
    .pd-hero-text {
        padding: 9px;
        background-color: #fff;
        margin-top: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    }
}

/* Video y 3D */
.property-video,
.property-tresd {
    height: 500px;
}

@media screen and (max-width: 40em) {

    .property-video,
    .property-tresd {
        height: 250px;
    }
}

/* Principal images */
.property-image-1 div {
    height: 40em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.property-image-2 div {
    height: 20em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 25px solid #f4f4f4;
}

@media screen and (max-width: 768px) {
    .property-image-2 div {
        border-top: 25px solid #f4f4f4;
    }
}

.property-image-3 div {
    height: 20em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* All images */
.all-images img {
    width: 100%;
    border-bottom: 20px solid white;
}

/* Labels */
.label {
    font-size: 13px;
    line-height: 11px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    padding: 5px 5px;
    color: #fff;
    border-radius: 2px;
}

.labels-photo {
    position: absolute;
    z-index: 0 !important;
    top: 95%;
    right: 30px;
}


.labels-tour-virtual {
    position: absolute;
    z-index: 0 !important;
    top: 95%;
    right: 90px;
}

/*Property-2*/

.labels-photo-2 {
    position: relative;
}

.label-2 {
    font-size: 13px;
    line-height: 11px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    padding: 5px 5px;
    color: #fff;
    border-radius: 2px;
}

/*---------*/

.data-operation-sale {
    font-size: 1.3rem;
    font-weight: bold;
}

.data-operation-rent {
    font-size: 1.3rem;
    font-weight: bold;
}

.box-reference {
    font-size: 1.3rem;
    font-weight: bold;
}

#flags_user {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

#flags_user img {
    width: 18px;
    height: 18px;
}

.hz-terms-of-use a {
    text-decoration: underline;
}