.propiedad {
    width: 350px;
    -webkit-box-shadow: 0px 0px 4px #808080;
    box-shadow: 0px 0px 4px #808080;
    border-radius: 15px;
    overflow: hidden;
    margin: 7px;
    margin-bottom: 15px;
}

.destacados-card,
.propiedades-card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.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;
}

.title-ficha {
    font-size: var(--e-global-typography-4d818fb-font-size);
    font-weight: var(--e-global-typography-4d818fb-font-weight);
    line-height: var(--e-global-typography-4d818fb-line-height);
    letter-spacing: var(--e-global-typography-4d818fb-letter-spacing);
    word-spacing: var(--e-global-typography-4d818fb-word-spacing);
}

.slot-valor {
    font-weight: var(--e-global-typography-4d818fb-font-weight);
}

.sub-title-ficha {
    text-align: center;
    margin-top: -20px;
    background: #ddd;
    border-radius: 5px;
    width: 153px;
}

.slot-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: var(--e-global-color-9530fd6);
}

.icon-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.icon-data,
.icon-graphy {
    padding: 5px;
    font-size: 1em;
    margin: 2px;
}

.overlay {
    position: absolute;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
    background: var(--e-global-color-61f3f9f);
    border-radius: 21px;
    padding: 10px;
}

.slot-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slot-info div {
    padding: 3px;
}

sup {
    top: -0.5em;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    font-weight: 900;
}

.propiedad-link {
    text-decoration: none;
}

.paginador {
    width: 100%;
}

.pag {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination li {
    list-style: none;
}

.pagination li a {
    padding: 13px;
    text-decoration: none;
    background: #808080;
    color: #fff;
    font-size: 1.2em;
}

.pagination li a:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.667);
}

#page-selection>ul>li.active {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-text);
}

.maya-input {
    height: 30px;
    width: 100%;
    border-radius: 9px;
    border: solid 0.5px #808080;
}

.form-search {
    background-color: var(--e-global-color-primary);
    border: none !important;
    border-radius: 9px !important;
}

#orden {
    width: 100px !important;
}

#filtro>div>div.maya-box-12 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 142px;
}

.form-search {
    color: #fff;
}

@media (max-width: 1008px) {
    .destacados-card {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}