@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@media print, screen {
    
    html, body {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 140%;
    }
    
    body .container {
        width: 1200px;
        display: block;
        position: relative;
    }
    .logo {
        width: auto;
        max-width:300px; 
        max-height: 60px;
        height:auto;
    }
    
    .row {
        display: flex;
    }
    .left-container {
        width: 50%;
        padding-right: 10px;
    }
    .right-container {
        width: 30%;
        vertical-align: top;
        padding-left: 10px;
    }
    
    .property-header {
        display: flex;
    }
    .property-header .header-title {
        width: 70%;
    }
    .property-header .header-price {
        width: 30%;
    }
    .property-header .header-title p {
        margin-top: 0;
    }
    .property-header .header-price h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .property-details {
        display: block;
    }
    .property-details .details-item {
        width: 30%;
        padding-right: 10px;
        display: inline-block;
        line-height: 22px;
    }
    
    .property-services ul,
    .property-environments ul, 
    .property-conforts ul {
        margin-left: 0px;
        padding-left: 0px;
        width: 100%;
    }
    .property-services h3,
    .property-environments h3, 
    .property-conforts h3 {
        margin-bottom: 20px;
    }
    .property-services ul li,
    .property-environments ul li,
    .property-conforts ul li {
        width: 33%;
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
        line-height: 22px;
    }

    .description p {
        text-align: justify;
    }
    .image-container {
        display: block;
    }
    
    .pdf-image {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 5px;
        position: relative;
    }
    .pdf-image2 {
        width: auto;
        height: 125px;
        display: inline-block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        position: relative;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .pdf-image img,
    .pdf-image2 img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .pdf-image img {
        width: 100%;
    }
    .images-container {
        width:100%;
        height: 250px;
        display: table;
    }
}