.photo-owner {
    font-size: 10px !important;
}

.buscador-banner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.bannerPrincipal {
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.linksTitle {
    color: #364144
}

.linksContainer {
    overflow: hidden;
    transition: height 2s;
}

.link_ceo {
    color: #364144;
}

#seoContainer {
    position: relative;
    height: auto;
    overflow: º;
    float: left;
    width: 100%;
}

.ceoGrid {
    display: flex;
    justify-content: space-evenly;
}

.link_ceo:hover {
    color: #d8a07b !important;
}

.seMoreContainer {
    color: #d8a07b;
}

.linksCont {
    width: 20%;
    margin-bottom: 10px;
}

.seeLess {
    height: 100px;
}

.card-footer {
    z-index: 20;
}

.guardar-favorito {
    color: #aeb4b6;
    font-size: 12px;
    position: relative;
}

.btn-favorito {
    background: rgba(145, 147, 152, 0.7);
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    position: relative;
    top: 1px;
    z-index: 80;
}

.card-body-proy {
    min-height: auto !important;
}

@media only screen and (max-width: 750px) {
    .ceoGrid {
        flex-wrap: wrap;
    }

    .linksCont {
        width: 40%;
    }

}

@media only screen and (max-width: 450px) {
    .ceoGrid {
        flex-direction: column;
        align-items: center;
    }

    .linksCont {
        width: 80%;
    }

}

/* css de las props destacadas */

.prop-tipo {
    background: #d8a07b5c !important;
    padding: 3px 12px !important;
    color: #3b3b3b !important;
    margin-bottom: 0 !important;
    width: auto !important;
    align-self: start;
    margin-top: 10px;
}

.precios span {
    color: #d8a07b;
}

span {
    /* font-size: 13px !important; */
}

.card-body {
    width: 100%;
    text-align: start;
    border: none !important;
}
.linkSeo{
    color: #364144;
}
.linkSeo:hover{
    color: #d8a07b !important;
}

.linksBreadcrumbs{
    font-size: 14px;
    margin-top: 4px;
}

.card-link:hover {
    color: #f29100;
}

.img-block {
    width: 100%;
    height: 100%;
    height: 200px;
}

@media only screen and (max-width: 768px) {
    .img-block {
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width: 520px) {
    .img-block {
        width: 100%;
        height: 300px;
    }
}

.img-fluid {
    height: auto;
    width: 100%;
    object-fit: cover;
    image-rendering: crisp-edges;
}

.iconos {
    height: 15px !important;
}