﻿/* SECTION BODY */
.section {
    display: grid;
    grid-template-columns: .8fr 2fr;
    padding: 19px 0px 80px;
    justify-items: center;
    gap: 15px;
}

/* LEFT SIDE - FILTERS */
.item-left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .item-left .item-div {
        background-color: white;
        margin-bottom: 8px;
        border: none;
        display: flex;
        flex-direction: column;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

.search-div {
    padding: 10px 7px 0px;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.item-left .line {
    height: 1.5px;
    background: #e1e1e1cc;
    width: 100%;
    margin: 15px 0;
    border-radius: 50px;
}

.remove-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}

    .remove-filter a {
        text-transform: uppercase;
        color: red;
    }

.item-div .item-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(102, 102, 102);
    display: block;
    padding: 3px 0 10px 0;
}

.item-div form {
    width: 100%;
}

.item-div h4 {
    margin: 0 5px 10px;
    color: grey;
    font-weight: bold;
}

.search .input {
    height: 31px;
    margin-bottom: 4px;
    padding: 0px 12px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #133769;
    width: 100%;
    background: white;
    font-size: 13px;
}

.search .inputu {
    height: 32px;
    margin-bottom: 4px;
    padding: 0px 12px;
    border-radius: 10px;
    border: 1px solid #efefef;
    color: #133769;
    width: 100%;
    background: white;
    font-size: 13px;
}

.row-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

    .row-form .inputu {
        margin-bottom: 0px;
    }

.search-div .butt {
    height: 29px;
    padding: 0 21px;
    background: var(--primary-color);
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
}

.select2 {
    width: 100% !important;
    margin-bottom: 5px;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #133769;
    width: 100%;
    background: white;
}

.select2-container .select2-selection,
.select2-container .select2-selection--default {
    border: 0;
    width: 100%;
}

.search .input:focus {
    outline: none;
    border: 1px solid #13376979;
}

.search .inputs-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
}

.search .filter-checkbox {
    padding-left: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 5px 0;
    color: rgb(86, 86, 86);
    font-weight: bold;
    font-size: 13px;
}

    .search .filter-checkbox input {
        margin-right: 8px;
    }

.search .filter-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .search .filter-btns button {
        text-transform: uppercase;
        padding: 11px 0px;
        width: 100%;
        display: flex;
        margin-top: 10px;
        justify-content: center;
        background: var(--primary-color);
        border: none;
        outline: none;
        cursor: pointer;
        color: white;
        font-size: 15px;
    }

.search form {
    display: flex;
    flex-direction: column;
}

.search .input:focus {
    outline: none;
    border: 1px solid #13376979;
}

.search .inputs-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
}

.search .filter-checkbox {
    margin: 4px 0;
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 0 10px;
}

    .search .filter-checkbox input {
        margin-right: 8px;
        width: 17px;
        height: 17px;
    }

.search .filter-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-div .overflow {
    max-height: 270px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}

/* CENTER SIDE */
.item-center {
    padding-top: 35px;
    max-width: 929px;
}

.text-imv {
    margin-bottom: 8px;
    padding: 0 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-text {
    font-weight: 600;
    font-size: 15px;
    color: #595959;
    padding: 0 10px 15px;
}

.text-imv .center-selects {
    display: flex;
    flex-wrap: nowrap;
    ,m gap: 10px;
    width: 100%;
}

.text-imv select.btn-center {
    -webkit-appearance: none;
    transition: .2s ease;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px 0;
    text-align: center;
    background-color: white;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    font-size: 13px;
}

    .text-imv select.btn-center option {
        font-size: 13px;
    }

.text-imv .button2 {
    display: none;
}

.text-imv select.btn-center:hover {
    background-color: var(--primary-color);
    color: white;
}

/* HOVER IMAGE */
.new-img:hover .listing-badges {
    opacity: .8;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.button-efct {
    display: flex;
    align-items: center;
    z-index: 1000;
    gap: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.new-img:hover .button-efct {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.new-card .valu-cont {
    position: absolute;
    bottom: 20px;
    display: flex;
    left: 0;
    width: 90%;
    margin: auto 20px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
}

.three-card .valu-cont {
    position: absolute;
    bottom: 20px;
    display: flex;
    left: 0;
    width: 90%;
    margin: auto 20px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.valu-cont .btn-round {
    padding: 7px 7px 1px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.valu-cont i {
    font-size: 20px;
    color: #545454;
}

.valu-cont .bxs-heart {
    color: red;
}

/* MAIN CARD */
.new-card {
    display: grid;
    background: white;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    color: rgb(27, 27, 27);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

a.new-card:hover {
    color: #000;
}

.new-card:active {
    background: rgba(black, 0.9);
    transform: translateY(2px);
    transition-duration: 0s;
}

.new-card .new-pic,
.new-card .new-pic img {
    width: 100%;
}

.new-img {
    position: relative;
    overflow: hidden;
}

.new-card .new-img,
.new-card .new-pic,
.new-card .new-img picture img {
    height: 190px;
    width: 100%;
}

    .new-card .new-pic img {
        object-fit: cover;
        object-position: bottom;
    }

.new-price h4 {
    font-size: 1.8rem;
    color: #262222;
}

.new-card .new-info .new-price span {
    font-size: 13px;
}

.new-card .new-texts {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new-texts div {
    font-weight: 600;
    border-bottom-left-radius: 10px;
    padding: 3px 10px 2px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 9px;
    white-space: nowrap;
}

.new-texts .new-imv {
    background: rgba(228, 228, 228, 0.852);
    border: 1px solid #133769;
    color: #133769;
}

.new-texts .super-enphasis {
    background: rgba(228, 228, 228, 0.852);
    border: 1px solid #133769;
    color: #133769;
}

.new-texts .secure-imv {
    background: rgba(228, 228, 228, 0.852);
    border: 1px solid #2ea44f;
    color: #133769;
}

.new-img .new-icons {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    z-index: 1;
}

.new-icons div {
    font-size: 13px;
    margin-left: 10px;
    padding: 6px 7px;
    background: rgba(228, 228, 228, 0.852);
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    z-index: 10;
}

.new-icons .abs-cam {
    padding: 5px 9px;
}

.new-icons div .web-svg,
.new-icons div img {
    color: #133769;
    opacity: .84;
    width: 100%;
    height: 100%;
}

.new-icons div .mobile-svg {
    display: none;
}

.new-icons div .web-svg {
    width: 100%;
    height: 80%;
}

.new-card .new-info {
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    gap: 15px;
    justify-content: space-around;
}

    .new-card .new-info .new-head {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

.new-info .new-title {
    font-size: 16px;
    font-weight: 600;
    transition: all .2s;
    letter-spacing: .5px;
    color: var(--text-color);
}

    .new-info .new-title:hover {
        color: var(--primary-color);
    }

i.fa-heart.fa-regular.fa-heart-o {
    color: #a59f9f;
}

.phrase {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-card .new-info .new-simple {
    opacity: .8;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
}

.new-info .new-simple i {
    font-size: 16px;
    bottom: -2px;
    position: relative;
    color: #2c4416;
}

.new-card .new-info .new-text {
    margin: 2px 0;
    font-size: 13px;
}

.new-card .new-info .new-details-ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.info-one {
    display: flex;
    gap: 5px;
}

    .info-one i {
        font-size: 18px;
        color: var(--primary-color);
    }

    .info-one span {
        font-size: 13px;
    }

/* LATOUT GRID - 1 */
.grid-three {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.item-card .valu-cont {
    position: absolute;
    bottom: 20px;
    display: flex;
    left: 0;
    width: 90%;
    margin: auto 20px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}


.item-card {
    margin: 10px;
    display: flex;
    color: #000000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    text-align: center;
    overflow: hidden;
    box-shadow: rgb(107 111 113 / 30%) 0px 1px 2px 0px, rgb(122 125 127 / 15%) 0px 2px 6px 2px;
    flex-direction: column;
    background: white;
}

.listing-badges .category {
    font-size: 15px;
}

.btn-round {
    padding: 7px 7px 1px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.item-img:hover .button-efct {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.valu-cont span {
    color: #fff;
    z-index: 1000;
    font-size: 14px;
    padding: 6px 14px;
    background: var(--primary-color);
}

.item-card .item-img {
    height: 254px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.item-card:hover .listing-badges {
    opacity: .8;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.item-card .slide-img {
    height: 100%;
    width: 100%;
}

.item-data {
    display: flex;
    text-align: start;
    flex-direction: column;
    padding: 9px 13px 12px;
    gap: 5px;
}

    .item-data span {
        font-weight: bold;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.item-info {
    display: grid;
    grid-template-columns: .7fr .7fr .7fr 1fr;
    padding: 0px 20px 15px;
}

.info-one {
    display: flex;
    align-items: stretch;
    gap: 5px;
}

    .info-one span {
        font-size: 14px;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.line {
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    border-radius: 10px;
}

/*THREE RESULT */
.three-card .new-info .new-title {
    font-size: 15px;
}

.three-card .new-info .new-simple {
    font-size: 12px;
}

    .three-card .new-info .new-simple i {
        font-size: 14px;
    }

.three-card .info-one span {
    font-size: 12px;
}

.three-card .item-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.three-card .info-one i {
    font-size: 17px;
    color: var(--primary-color);
}

/* PAGINATION */
.paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.pagination {
    gap: 9px;
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}

    .pagination span.current {
        padding: 0;
        background: none;
        cursor: default;
        font-weight: normal;
    }

        .pagination span.current:hover {
            background: none !important;
            color: inherit;
            transition-duration: 0.3s;
        }

    .pagination span {
        background: #e9e9e9;
        padding: 5px 12px;
        margin: 0px 3px;
        text-decoration: none;
        color: #000;
        font-weight: 600;
        position: relative;
        border-radius: 20px;
        transition: 0.3s;
        min-width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .pagination li.disabled {
        margin-right: 5px;
    }

    .pagination span:hover {
        background: var(--primary-color) !important;
        color: #fff;
        transition-duration: 0.3s;
    }

    .pagination li.active span:hover {
        color: #fff;
        background: var(--primary-color) !important;
    }

    .pagination .active span {
        background: var(--primary-color);
        color: #fff;
        transition-duration: 0.3s;
        background: var(--primary-color);
        min-width: 32px;
        padding: 5px 12px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: #fff;
        font-weight: 600;
        border-radius: 20px;
        justify-content: center;
    }

/* FULL SEARCH */
.full-search {
    display: flex;
    gap: 25px;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .full-search .full {
        display: flex;
        flex-direction: column;
        width: 260px;
    }

    .full-search:before,
    .full-search:after {
        content: '';
        display: flex;
        justify-content: center;
        width: 100%;
        height: 2px;
        background: #ededed;
        margin: 0 10px;
    }

.full a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.full h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #7b7b7b;
}

/* BREADCRUMB */
.breadcontent {
    padding: 0 10px;
}

.breadcrumb {
    width: 100%;
    display: flex;
    align-items: center;
    transition: .5s ease;
    border-radius: 4px;
    padding: 0.8rem;
    text-transform: uppercase;
    border: 0;
    background: #ededed82;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    margin-top: 1rem;
    justify-content: center;
}

.breadcrumb-item + ::before {
    display: inline-block;
    padding: 0 0.5rem;
    content: "/";
}

.breadcrumb-link span {
    font-size: 12px;
    font-weight: 600;
}

/* MEDIAS */
@media (max-width: 1480px) {
}

@media (max-width: 1400px) {
    .new-info .new-price span {
        white-space: nowrap;
    }

    .info-one span {
        font-size: 11px;
    }

    .search .filter-checkbox {
        padding: 0;
    }
}

@media (max-width: 1360px) {
    .search .filter-checkbox input {
        margin-right: 2px;
    }
}


@media (max-width: 1340px) {
    .alerts-text p {
        font-size: 14px;
    }

    .item-right .banner iframe {
        transform: scale(.9);
    }

    .item-center iframe {
        transform: scale(.97);
    }

    .item-right .banner {
        top: 71px;
    }

    .alerts-text span {
        font-size: 9px;
    }

    .alert-content i.fa-solid.fa-arrow-right {
        font-size: 14px;
    }

    .alert-div i.fa-solid.fa-bell {
        font-size: 15px;
        padding: 19px 12px;
    }
}

@media (max-width: 1280px) {
    .alert-div i.fa-solid.fa-bell {
        margin-right: 0px;
    }

    .alert-content i.fa-solid.fa-arrow-right {
        padding-right: 0;
    }

    img.img_ad {
        position: relative;
        left: -45px;
    }
}

@media (max-width: 1310px) {
    .item-center .carousel-inner {
        width: 100%;
    }
}


@media (max-width: 1260px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }

    .search .filter-checkbox input {
        margin-right: 8px;
    }

    .new-card .new-img,
    .new-card .new-pic,
    .new-card .new-img picture img {
        height: 170px;
        width: 100%;
    }

    .new-card .new-info .new-price h4 {
        font-size: 1.6rem;
    }

    .new-card .new-info .new-title {
        font-size: 14px;
        font-weight: 600;
    }

    .new-card .new-info .new-simple {
        margin: 3px 0;
    }

    .section {
        padding: 19px 20px 80px;
    }
}

@media (max-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }

    .full-search {
        justify-content: space-around;
    }
}

@media (max-width: 1000px) {
    .section,
    .section-other {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .search-div {
        padding: 15px 17px 0px;
    }

    #resultadoDaBuscaDeImoveis {
        max-width: fit-content;
    }

    .search .filter-btns button {
        font-size: 15px;
    }

    .select2 {
        margin-bottom: 6px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    .text-imv {
        margin: 13px 0;
    }

    .search .input {
        margin-bottom: 6px;
        padding: 3px 19px;
        border-radius: 10px;
    }

    .no-has-content .no-img img {
        width: 90%;
    }

    .filters .headerfilter,
    .filters .headerfilter .headertext,
    .filters .headerfilter a {
        display: flex;
    }

    .filters.ativo {
        display: block !important;
        position: absolute;
        width: 100%;
        z-index: 100000;
        top: 0;
        left: 0;
        background: #fff;
    }
}

@media (max-width: 650px) {
    .grid-layout-three {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .item-card {
        margin: 0;
    }

        .item-card .item-img {
            height: 200px;
        }

        .item-card .info-one i {
            font-size: 18px;
        }

        .item-card .info-one span {
            font-size: 13px;
        }

    .section {
        padding: 19px 10px 80px;
    }

    h6 {
        line-height: 1;
    }

    .item-center {
        padding: 0;
    }

    .new-card {
        display: flex;
        flex-direction: column;
    }

        .new-card .new-info {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .search-div {
        padding: 15px 8px 0px;
    }

    .new-head {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .new-card .new-info .new-simple {
        font-size: 11px;
        overflow: hidden;
    }

    .new-info .new-simple i {
        font-size: 13px;
    }

    .new-card .new-info .new-details-ul {
        justify-content: normal;
        gap: 10px;
    }

    .info-one i {
        font-size: 15px;
    }

    .three-card .info-one i {
        display: none;
    }

    .three-card .new-info .new-details-ul {
        justify-content: space-around;
        width: 100%;
    }

    .three-card .new-info {
        gap: 10px;
        padding: 10px;
    }

    .new-price {
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .new-card .new-info .new-price span {
        font-size: 11px;
    }

    .new-card .new-info .new-price h4 {
        font-size: 1.5rem;
    }

    .modal {
        position: absolute;
        height: fit-content;
    }

    .modal-in {
        width: 100%;
        height: 100vh;
    }

    .contentmodal {
        padding: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .pagination a {
        padding: 3px 9px;
    }
}

@media (max-width: 550px) {
    .proceed-div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: fixed;
        bottom: 10px;
        z-index: 990;
    }

        .proceed-div .proceed {
            flex-direction: column;
            width: 98%;
        }

    .proceed div {
        font-size: 12px;
        text-align: center;
    }

    .proceed-div .proceed button {
        font-size: 12px;
    }

    .proceed-div .proceed i {
        font-size: 12px;
    }
}

@media (max-width: 385px) {
    .new-card .new-info .new-price h4 span {
        font-size: 12px;
    }

    .new-card .new-info {
        padding: 10px 5px;
    }
}

.desativar-div {
    pointer-events: none;
    opacity: 0.4;
}
