.propiedad {
    background-color: #fafafa;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.propiedad-link {
    text-decoration: none
}

.slot-img {
    height: 220px
}

.form-search,
.icon-data,
.icon-graphy,
.overlay,
.pagination a,
.slot-ubicacion,
.slot-valor,
.sub-title-ficha,
.title-ficha {
    font-family: var(--e-global-typography-4d818fb-font-family), Sans-serif;
    text-align: center
}

.sub-title-ficha {
    text-align: center;
    margin-top: -20px;
    background: #ddd;
    border-radius: 5px;
    width: 153px
}

.slot-icons {
    display: flex;
    justify-content: space-around;
    background: var(--e-global-color-9530fd6)
}

.icon-data,
.icon-graphy {
    padding: 5px;
    font-size: 1em;
    margin: 2px
}

.overlay {
    background: orange;
    font-weight: 800;
    position: absolute;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
    background: var(--e-global-color-61f3f9f);
    border-radius: 21px;
    padding: 10px
}

.icon-info {
    display: flex;
    justify-content: space-around
}

.slot-info {
    justify-content: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.slot-info div {
    padding: 3px
}