/* -> Empreendimentos Lista */
.ie_empreendimentos {
    margin-top: -34px;
}

.ie_empreendimentos .wrap {
    display: flex;
    gap: 32px;
}

.el__lst {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
}

.el__item {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.10);
    transition: all 200ms linear;
}

.el__item:hover {
    box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.20);
}

.el__item-la {
    padding: 40px;
}

.el__item-lb {
    position: relative;
    flex-shrink: 0;
}

.el__item-status {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    color: #073A07;
    /* font-size: 12px; */
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.el__item-nome {
    color: #073A07;
    font-family: Montserrat;
    /* font-size: 32px; */
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: -0.64px;
    margin: 0;
}

/* endereco */
.el__item-endereco {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.el__item-endereco-icone {
    width: 15px;
}

.el__item-endereco-logradouro {
    color: #073A07;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/* especificacoes */
.el__item-especificacoes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.el__item-especificacoes-item {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-radius: 2px;
    background: rgba(243, 243, 243, 0.50);
}

.el__item-especificacoes-item-texto {
    color: #073A07;
    text-align: center;
    font-family: Montserrat;
    /* font-size: 12px; */
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.el__item-especificacoes-item-numero {
    color: #073A07;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.64px;
}

.el__item-itenslista-lst {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
    align-items: end;
}

.el__item-itenslista-item-titulo {
    font-weight: 600;
    color: #107210;
    text-transform: uppercase;
}

/* btn */
a.el__item-btn-vermais {
    display: block;
    width: fit-content;
    padding: 7px 14px;
    background-color: #044606;
    border-radius: 5px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.el__item-btn-vermais:hover {
    background-color: #ff0000;
}

/* foto */
.el__item-faixa {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 7px;
    background-color: #d10000;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.el__item-foto {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

/* espaco do corretor */
.ec__links-lst {
    font-size: 14px;
}

/* <- Empreendimentos Lista */
/* PÁGINA INICIAL - EMPREENDIMENTOS */
.ie_filtro {
    margin: 15px auto 0;
    width: fit-content;
}

/* FILTRO DE BUSCA */
.ef__palco {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: fit-content;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.10);
}

.ef__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-width: 200px;
    height: 100%;
    background-color: #e3ede0;
    border-right: #97a997 solid 1px;
    color: #005c20;
    transition: all 200ms linear;
}

.ef__item:hover {
    background-color: #f4f6f3;
    cursor: pointer;
}

.ef__item:last-child {
    background-color: #155604;
    border-right: none;
    color: #dcede2;
    text-align: center;
}

.ef__item:last-child:hover {
    background-color: #1d7806;
}

.ef__item-conteudo {
    margin: auto 0;
    position: relative;
    width: 100%;
    min-height: 50px;
    display: flex;
    padding: 7px 14px;
}

.ef__item:last-child .ef__item-conteudo {
    width: 100%;
}

.ef__seta {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    transition: all 200ms linear;
}

.ef__seta.rotate180 {
    transform: translateY(-50%) rotate(180deg);
}

.ef__titulo {
    margin: auto 0;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.ef__item:last-child .ef__titulo {
    width: 100%;
}

.ef__lista {
    display: none;
    position: absolute;
    width: 100%;
    top: 46px;
    left: 0;
    background-color: #f7f9f7;
    z-index: 99;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 18px 7px;
    font-size: 14px;
}

a.ef__marcarTodos {
    margin-bottom: 7px;
    display: block;
}

.ef_filtrosBusca_lst {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ef_filtrosBusca_cat {
    font-size: 14px;
    font-weight: 700;
}

.ef_filtrosBusca_tags {
    display: flex;
    gap: 2px;
}

.ef_filtrosBusca_tag {
    background-color: #d8dfd7;
    padding: 1px 8px;
    border-radius: 20px;
    font-size: 13px;
}

@media screen and (max-width: 950px) {
    .ie_filtro {
        width: 100%;
    }

    .ef__palco {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .ef__lista {
        position: relative;
        top: auto;
        left: auto;
        background-color: transparent;
        box-shadow: none;
    }

    .el__item-lb {
        width: 50%;
    }

    .el__item-especificacoes {
        gap: 7px;
    }

    .el__item-foto {
        max-width: none;
    }
}

@media screen and (max-width: 600px) {
    .el__item {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .el__item-la {
        padding: 24px;
    }

    .el__item-lb {
        width: 100%;
    }

    .el__item-foto {
        max-width: none;
        max-height: 500px;
    }

    .el__item-especificacoes {
        gap: 7px;
    }

    .table td {
        display: block;
        width: 100%;
    }
}

/*

.condominio_content {
    display: flex;
    min-height: 100%;
    flex: 1;
    position: relative;
    flex-shrink: 0;
}

.condominio_content:nth-child(1) {
    width: 100%;
    padding: 40px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 25px;
    flex-shrink: 0;
}

.condominio_content:nth-child(2) {
    max-width: 400px;
    width: 100%;
}

img.condominio_content_img {
    flex-shrink: 0;
    object-fit: cover;
    width: 100%;
}

.condomio_l1,
.condominio_l2,
.condominio_l3,
.condominio_l4 {
    width: 100%;
}

.condomio_l1 .title_bottom .cat {
    display: flex;
    gap: 12px;
}

.cat_content {
    display: flex;
    padding: 4px 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    background-color: rgba(7, 58, 7, 0.10);
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.cat_content.one {
    color: #073A07;
}

.cat_content.two {
    color: #f71216;
}

.condominio_l3 {
    color: #200303;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.6;
}

.condominio_l3 ul:last-child {
    margin-bottom: 0;
}

a.condominio_l4-vermais {
    display: block;
    width: fit-content;
    padding: 7px 14px;
    background-color: #044606;
    border-radius: 5px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.condominio_l4-vermais:hover {
    background-color: #ff0000;
}

.condominio_l4 .conhecer {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    border: 2px solid #073A07;
    color: #073A07;
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.condominio_ver_mais {
    text-align: center;
}

a.ver_mais {
    display: inline;
    padding: 14px 24px;
    border-radius: 2px;
    background: #073A07;
    color: #FFF;
    text-align: center;
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
*/