.img-pse {
    height: 50px;
    margin-top: -15px;
}

@media (min-width: 769px) {
    #navegacion {
        display: inline-block !important;
        vertical-align: middle;
        float: right;
        margin-top: 10px;
    }
}

.properties-small-list {
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .property-row-picture img {
        height: 225px;
        width: 96%;
        object-fit: cover;
        z-index: 99;
    }
    .property-row-meta {
        float: left;
        width: 94%;
        margin: 5px;
        position: relative;
    }
    .property-row-picture-inner {
        background: none;
    }
    .property-small-picture img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 769px) {
    .header-slogan, .header-actions {
        display: inline-block !important;
    }
}

@media (max-width: 454px) {
    .header-slogan, .header-actions {
        display: none !important;
    }
}

@media (max-width: 995px) {
    .static-image img {
        height: 70vh;
        height: 32vw;
        /* margin-top: 6%; */
    }
}

@media (max-width: 880px) {
    .static-image img {
        height: 32vw;
        /* margin-top: 6%; */
    }
}

@media (max-width: 485px) {
    .static-image img {
        height: 32vw;
    }
}

@media (max-width: 300px) {
    .static-image img {
        height: 20vh;
    }
}

a.back-to-top {
    width: 70px;
    height: 70px;
    line-height: 70px;
    bottom: 10%;
    text-indent: 9px;
    position: fixed;
    z-index: 999;
    font-size: 40px;
    right: 20px;
    color: white;
    background: #27AE61 no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
    display: none;
}

a.back-to-top-mobile {
    width: 70px;
    height: 70px;
    line-height: 70px;
    bottom: 10%;
    text-indent: 9px;
    position: fixed;
    z-index: 999;
    font-size: 40px;
    right: 20px;
    color: white;
    background: #27AE61 no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
}

.img-slider-domus {
    width: auto;
    height: 500px;
}

.container-slider-domus {
    height: 500px;
    width: 100%;
}

@media(min-width: 769px) {
    a.back-to-top-mobile {
        display: none;
    }

    a.back-to-top {
        display: block;
    }
}

@media(max-width: 769px) {
    a.back-to-top-mobile {
        display: block;
    }

    a.back-to-top {
        display: none;
    }

    .img-slider-domus {
        height: 300px !important;
        max-width: 100%;
    }

    .container-slider-domus {
        height: 300px;
    }
}

.header-identity-target img {
    width: auto;
    height: 100px;
}

.img-fit-cover {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.required-form {
    display: none;
}

.proyecto-row {
    padding-right: 10px !important;
}

.property-row-picture .img-proyecto {
    min-height: 100%;
    height: 100% !important;
    width: auto;
    object-fit: cover;
}