[v-cloak] {
    display: none;
}

.domus-loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    margin-top: 10%;
}

.domus-list-property {
    background-color: white;
    padding: 20px;
}

.domus-list-property-container {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.domus-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.domus-vertical .input-group {
    margin-top: 10px;
}

.domus-vertical .input-text {
    width: 100%;
}

.domus-image-link {
    position: relative;
    width: 100%;
}

.domus-biz-tag {
    position: absolute;
    top: 2%;
    right: 2%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.domus-price-tag {
    position: absolute;
    bottom: 2%;
    right: 2%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.domus-btn {
    padding: 5px;
    margin-bottom: 5px;
}

.domus-btn-block {
    width: 100%;
}

.domus-pagination {
    display: flex;
    margin-bottom: 15px;
}

.domus-pagination .page-numbers {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.domus-pagination .page-numbers a {
    text-align: center;
}

.domus-pagination .current {
    background-color: #f0f0f0;
}

.domus_caract_list {
    padding-left: 0;
    list-style: none;
}

.domus_feature_icon_detail i {
    vertical-align: middle;
    position: absolute;
    top: 30%;
    right: 25%;
    font-size: 20px;
}

.hidden {
    display: none;
}

.domus_slider_black_background {
    background: black;
    max-width: 100%;
    text-align: center;
}

.domus_slider_picture {
    max-width: 100%;
    height: 400px;
}

#domus-mapa-detalle {
    height: 350px;
    text-align: center;
}

.domus_broker_picture {
    width: auto;
    max-width: 100%;
    object-fit: cover;
    height: 150px;
}

#wpfooter {
    position: initial;
}

.domus-property-detail-container {
    height: 100% !important;
}

.domus-property-detail-container .domus-list-property {
    min-height: 100%;
}