﻿
/*
[----------------------------------]
[--------- FICHA INMUEBLE ---------]
[----------------------------------]
*/

@media only screen {

    .qr-code {
        display: none;
    }

    .property .property-image-print {
        display: none;
    }
}

.property .detail-breadcrumbs {
    margin-bottom: 16px;
}

.property .detail-breadcrumbs img {
    margin-right: 4px;
}

.property .property-title,
.property .property-subtitle,
.property .property-not-available {
    margin: 0;
    margin-bottom: 8px;
    font-weight: 400
}

.property .property-subtitle {
    color: #6B6B6B;
    font-size: 16px;
}

.property-not-available {
    color: #C00000;
}

.property .property-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 24px;
}

.property .property-info-content {
    width: 100%;
    max-width: 1200px;
}

.property .property-info .property-section {
    margin-bottom: 48px;
}

.property .property-info .section-title {
    text-transform: uppercase;
    border-bottom: 2px solid #c70e0e;
    margin-bottom: 12px;
}


.property .property-info .section-title:first-letter {
    font-size: 18px;
}


.property .property-info .info-general .element-data {
    margin-bottom: 12px;
    color: #6B6B6B;
    display: flex;
    flex-wrap: wrap;
}


.property .property-info .info-general .element-data > span {
    white-space: nowrap;
}

.property .property-info .info-general .element-data > span:not(:last-child):after {
    width: 1px;
    height: 18px;
    background-color: #a8a8a8;
    content: "";
    margin: 0 12px;
    vertical-align: bottom;
    display: inline-block;
}


.property-info .property-price {
    margin-bottom: 12px;
}

.property-info .property-price .element-price,
.property-info .property-price .element-price-new {
    font-size: 24px;
}

.property-info .property-price .element-price-new {
    color: #C00000;
}

.property-info .property-price .element-price-previous {
    text-decoration: line-through;
}


.property-info .description-list-header {
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 12px;
}

.element-description-container.truncated .element-description {
    max-height: 300px;
    mask-image: linear-gradient(from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.element-description-container.truncated .read-more {
    display: block;
    text-align: center;
    font-weight: bold;
}

.element-description-container .read-more {
    display: none;
}


.property .element-description {
    text-align: justify;
    line-height: 24px;
    white-space: pre-line;
    padding-bottom: 10px;
    overflow: hidden;
}


.property .property-info .info-footer {
    margin-top: 20px;
    border-top: 2px solid #f1f1f1;
}

.property .property-info .info-footer .options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.property .property-info .info-footer .options a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
    padding: 18px;
}

.property .property-info .info-footer .like-element {
    background-image: url(/images/icons/heart-black.svg);
    background-position: left top 4px;
}

.property .property-info .info-footer .like-element.active {
    background-image: url(/images/icons/heart-on.svg);
}

.property .property-info .info-footer .print {
    background-image: url(/images/icons/print.svg);
    background-position: left top 4px;
}

.property .property-info .info-footer .discard-element {
    background-image: url(/images/icons/blades-black.svg);
    background-position: left top 4px;
}

.property .property-info .info-footer .makeoffer {
    background-image: url(/images/icons/offer.svg);
    background-position: right top;
}

.property-info-2 {
    display: flex;
    margin-bottom: 100px;
}

.property .property-info .info-footer .options a:last-child {
    margin-right: 0;
}

.property .property-info .info-footer .options .makeoffer {
    background-size: 30px;
    padding-left: 40px;
    align-self: flex-end;
}


.details-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.details-table .item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details-table .item-row {
    min-width: 40%;
    border-bottom: 1px solid #CCC;
}

.details-table .item-title, .details-table .item-value {
    padding: 8px;
}


.equipment-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.equipment-table .item-value {
    padding: 6px;
    min-width: 33%;
    display: inline-block;
}


#propertyLocationMap {
    margin-top: 20px;
    height: 500px;
    width: 100%;
}

.property .footer-notice {
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
}

.property-blog {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
}
