﻿.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: 31px;
    margin-bottom: 4px;
    padding: 0px 12px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #133769;
    width: 100%;
    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%;
}

.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: 7px 8px;
        width: 100%;
        display: flex;
        margin-top: 10px;
        justify-content: center;
        background: var(--primary-color);
        border: none;
        outline: none;
        cursor: pointer;
        color: white;
        border-radius: 4px;
    }

        .search .filter-btns button span,
        .search .filter-btns button i {
            font-size: 11px;
        }

.main-img img {
    object-fit: cover;
    object-position: center;
    position: relative;
}

.anounce-grid {
    grid-template-columns: repeat(3, 300px);
    gap: 4rem;
    display: grid;
    justify-content: center;
}

    .anounce-grid img {
        object-fit: cover;
        object-position: center;
    }

/* Destaques */
.slides {
    padding: 80px 0;
}

.emphasis {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
}

    .emphasis .text {
        font-size: 25px;
        font-weight: bold;
        color: #4d4d4d;
    }

#owl-demo .item {
    margin: 10px;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    text-align: center;
    box-shadow: rgb(107 111 113 / 30%) 0px 1px 2px 0px, rgb(122 125 127 / 15%) 0px 2px 6px 2px;
}

.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.btn i {
    font-size: 37px;
    color: grey;
    cursor: pointer;
}

.item .item-img {
    height: 254px;
    width: 100%;
}

.item .slide-img {
    height: 100%;
    width: 100%;
}

    .item .slide-img img {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

.item-data {
    display: flex;
    text-align: start;
    flex-direction: column;
    padding: 13px 13px 18px;
    gap: 5px;
}

.adress {
    font-weight: bolder;
}

.type {
    font-size: 13px;
}

.description {
    font-size: 13px;
    line-height: 1.38;
    height: 50px;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* SECTION BODY */
.section {
    display: grid;
    grid-template-columns: .68fr 2fr .3fr;
    padding: 20px 0 80px;
}

.section-other {
    display: grid;
    grid-template-columns: .68fr 2fr;
    padding: 20px 15px 80px;
}

/* LEFT SIDE - FILTERS */
.item-left .item-div {
    padding: 10px;
    box-shadow: none;
    background-color: white;
    margin-bottom: 8px;
    border-radius: 10px;
    border: none;
}

.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;
}

.search form {
    display: flex;
    flex-direction: column;
}

.select2 {
    width: 100% !important;
    margin-bottom: 5px;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #133769;
    width: 100%;
}

.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 {
    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;
}

    .search .filter-btns button span,
    .search .filter-btns button i {
        font-size: 11px;
    }


.filters,
.offline {
    display: none;
}

    .filters .headerfilter {
        display: none;
    }

.item-div .overflow {
    max-height: 270px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}

.filters .valores {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 2px;
    align-items: center;
}

    .filters .valores span {
        font-size: 12px;
    }

.filters .item-btn {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

    .filters .item-btn button {
        text-transform: uppercase;
        padding: 5px 35px;
    }

.values .inputs {
    display: flex;
    align-items: center;
}

.values .input {
    width: 50%;
    padding: 7px 12px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    color: #133769;
    width: 100%;
}

.values .value-line {
    width: 30px;
    margin: 0 10px;
    height: 2px;
    background: rgb(153, 153, 153);
}

/* CENTER SIDE */
.section-other .item-center {
    max-width: fit-content;
}

.item-center {
    padding: 0px 20px;
    max-width: 929px;
}

    .item-center #slider-container {
        margin-bottom: 25px;
    }

    .item-center #slider {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .item-center .carousel-inner {
        width: 876px;
        overflow: hidden;
    }

        .item-center .carousel-inner .banner,
        .item-center .carousel-inner iframe {
            width: 100%;
        }

.img_ad {
    width: 100%;
}

#slider-container .carousel-indicators {
    position: relative;
    transition: all .2s;
    margin-bottom: 0;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex;
}

.carousel-item {
    justify-content: center;
}

.text-imv {
    margin-bottom: 8px;
    padding: 0 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-imv .center-text {
    font-weight: 600;
    font-size: 15px;
    color: #595959;
}

.text-imv .center-selects {
    display: flex;
    flex-wrap: nowrap;
    transition: .5s ease;
    gap: 10px;
}

.text-imv .button2 {
    display: none;
}

.text-imv button.btn-center {
    padding: 2px 18px 4px 18px;
    border: 1px solid #ddd;
    background: white;
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
}

.text-imv select.btn-center {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: fit-content;
    outline: none;
    border: 1px solid var(--primary-color);
    text-align: center;
    background-color: white;
    color: var(--primary-color);
    padding: 5px 9px;
    transition: all .2s ease-in-out;
    font-size: 14px;
    cursor: pointer;
}

.text-imv button.btn-center:hover {
    background-color: var(--primary-color);
    color: white;
}

.button-anounce {
    color: var(--primary-color);
    padding: 9px 19px;
    transition: all .2s ease-in-out;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
}

.layout-switcher {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .layout-switcher a {
        padding: 4px 4px 0px 5px;
        background: white;
        border-radius: 3px;
        color: var(--primary-color);
    }
    .layout-switcher i {
        color: var(--primary-color);
        font-size: 22px;
    }

.layout-switcher a.active {
    background: var(--primary-color);
}
.layout-switcher a.active i {
    color: white;
}

.listings-container.grid-layout-three {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout-three .new-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.grid-layout-three .new-card .new-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    column-gap: 0px;
    padding: 11px 0 0;
}
.grid-layout-three .new-card .new-pic img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
}
.grid-layout-three .valu-cont i {
    font-size: 20px;
    color: white;
}

.grid-layout-three .valu-cont .bxs-heart {
    color: red;
}

.grid-layout-three .valu-cont {
    position: absolute;
    z-index: 99;
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    padding: 30px 18px;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgb(0 0 0 / 78%) 0px -90px 38px -40px inset;
}
.grid-layout-three .new-img:hover .valu-cont {
    box-shadow: var(--primary-color) 0px -90px 38px -40px inset;
}
.grid-layout-three span.like-icon {
    color: #fff;
    font-size: 20px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 55px;
}

.grid-layout-three .valu-cont span {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px var(--primary-color);
}

.grid-layout-three .valu-cont span,
.grid-layout-three .valu-cont i {
    position: relative;
    bottom: -10px;
}

.grid-layout-three .new-card .new-info-other {
    display: none;
}

.grid-layout-three .new-card .new-info .new-side {
    height: 100%;
}

.grid-layout-three .new-card .new-info .new-details-ul {
    display: none;
}

.grid-layout-three .new-card .new-info .new-simple {
    -webkit-line-clamp:1;
}

.grid-layout-three .new-head,
.grid-layout-three .new-card .new-info .new-text {
    padding: 0 15px;
}

.valu-cont {
    display: none;
}

.grid-layout-three .item-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px 15px;
    gap: 10px;
    background: linear-gradient(to bottom, #e8e8e8 0%, #f9f9f9);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-top: 8px;
}

.info-one {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info-one span {
    font-size: 12px;
}

.info-one .name {
    color: #888;
}
/* MAIN CARD */
.new-card {
    display: grid;
    background: white;
    grid-template-columns: .8fr 1.5fr;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #d1d1d144;
    box-shadow: 0px 5px 5px rgb(133 133 133 / 20%);
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    color: rgb(27, 27, 27);
}

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%;
    display: block;
}

.new-card .new-img {
    position: relative;
}

.new-card .new-pic img {
    object-fit: cover;
    object-position: bottom;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.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: grid;
    grid-template-columns: 1fr .3fr;
    column-gap: 15px;
    padding: 10px 15px;
    height: 100%;
}

    .new-card .new-info .new-side {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: var(--text-color);
    }

.new-info .new-title,
.new-info .new-title span,
.new-info .new-subtitle {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--primary-color);
}

.new-info .new-simple {
    opacity: .8;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
.new-head {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 5px;
}

.new-head .center {
    display: flex;
    gap: 2px;
    align-items: center;
}
    .new-head i {
        font-size: 13px;
        color: grey;
        position: relative;
        top: 1px;
        right: 0px;
    }

i.fa-heart.fa-regular.fa-heart-o {
    color: #a59f9f;
}

.new-card .new-info .phrase {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-card .new-info .new-title,
.new-card .new-info .new-subtitle {
    font-weight: 600;
}

.new-card .new-info .new-simple {
    opacity: .8;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.new-card .new-info .new-desc {
    display: none;
    font-size: 10px;
}

.new-card .new-info .new-text {
    margin: 2px 0;
    font-size: 13px;
}
.item-info {
    display: none;
}
.new-card .new-info .new-details-ul {
    display: flex;
    margin-bottom: 12px;
}

    .new-card .new-info .new-details-ul li {
        background: rgb(233, 233, 233);
        padding: 0px 9px 3px;
        border-radius: 20px;
        margin-right: 6px;
    }

        .new-card .new-info .new-details-ul li span {
            font-size: 11px;
        }

.new-card .new-info .new-anunciante img {
    width: 58px;
}

.new-card .new-info .new-anunciante {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-card .new-info .new-anounce .creci span {
    color: rgb(169, 17, 17);
    font-weight: bold;
}

.new-card .new-info-other {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
    align-items: flex-end;
    text-align: end;
}

.new-icon .bx {
    font-size: 20px;
    color: #b3b3b3;
    position: relative;
    z-index: 1000;
}
.new-icon .bxs-heart {
    color: red;
}



/* 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;
}

/* RIGHT SIDE - BANNER */
.item-right {
    display: flex;
    justify-content: center;
}

    .item-right .banner {
        display: flex;
        position: fixed;
        justify-content: center;
        top: 108px;
        overflow: hidden;
    }

    .item-right picture img {
        height: 100%;
        width: 100%;
    }

.mobile-banner {
    display: none;
}


/* MEDIAS */
@media (min-width: 1260px) {
    .new-card .new-img, .new-card .new-pic, .new-card .new-img picture img {
        height: 200px;
        width: 100%;
    }
}

@media (max-width: 1480px) {
    .item-left {
        min-width: 340px;
    }
}

@media (max-width: 1450px) {
    .item-left {
        min-width: 330px;
    }

    .item-center {
        padding: 0;
    }

    .section-other .item-center {
        padding: 0 10px;
    }

    .section {
        grid-template-columns: .68fr 2fr .4fr;
    }
}

@media (max-width: 1400px) {
    .new-card .new-img,
    .new-card .new-pic,
    .new-card .new-img picture img {
        height: 180px;
        width: 100%;
    }

    .new-info .new-price span {
        white-space: nowrap;
    }

    .new-card .new-info .new-details-ul li {
        padding: 2px 8px 1px;
    }

    .new-details-ul li span {
        font-size: 11px;
    }

    .item-left {
        min-width: 250px;
    }

    .search .filter-checkbox {
        padding: 0;
    }
}

@media (max-width: 1360px) {

    .item-center iframe {
        width: 100%;
    }

    .section {
        grid-template-columns: .5fr 2fr .4fr;
    }

    .search .inputs-middle .cb-quartos, .search .inputs-middle .cb-input {
        width: 50%;
    }

    .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;
    }

    .section {
        padding: 10px 0 80px;
        grid-template-columns: .4fr 2.2fr .4fr;
    }

    .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-height: 620px) {
    .item-right .banner iframe {
        top: -30px;
        position: relative;
        transform: scale(.8);
    }
}

@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: 1260px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }

    .alert-div i.fa-solid.fa-bell {
        margin-right: 7px;
    }

    .alert-content i.fa-solid.fa-arrow-right {
        padding-right: 5px;
    }

    .search .filter-checkbox input {
        margin-right: 8px;
    }

    .item-center {
        padding: 0px 10px 0px 1px;
        max-width: 100%;
    }

    .new-card {
        grid-template-columns: .9fr 1.5fr;
    }

        .new-card .new-info .new-text {
            margin: 3px 0;
            font-size: 12px;
        }

        .new-card .new-info {
            column-gap: 0px;
            padding: 10px 9px;
            grid-template-columns: 1fr .1fr;
        }

        .new-card .new-img,
        .new-card .new-pic,
        .new-card .new-img picture img {
            height: 170px;
            width: 100%;
        }

        .new-card .new-info .new-details-ul li {
            padding: 2px 5px 1px;
        }

    .new-info .new-details-ul span {
        font-size: 10px;
    }

    .new-card .new-info .new-price h4 {
        font-size: 14px;
    }

    .new-card .new-info .new-title,
    .new-card .new-info .new-title span,
    .new-card .new-info .new-subtitle {
        font-size: 14px;
    }

        .new-card .new-info .new-title span {
            font-size: 14px;
            font-weight: 600;
        }

    .new-card .new-info .new-simple {
        font-size: 11px;
        margin: 3px 0;
    }
}

@media (max-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }

    .item-right {
        display: none !important;
    }

    .section {
        grid-template-columns: .7fr 2fr;
    }

    .item-left {
        min-width: 310px;
    }

    .full-search {
        justify-content: space-around;
    }

    .search .filter-btns button {
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 0px;
    }

        .search .filter-btns button span {
            font-size: 11px;
        }

    .center-selects .btn span {
        font-size: 11px;
    }
    .listings-container.grid-layout-three {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 1150px) {
    .carousel-inner {
        width: 100%;
    }

    .section,
    .section-other {
        grid-template-columns: .6fr 2fr;
    }

    .item-left {
        min-width: 280px;
    }
}

@media (max-width: 1000px) {

    /*    .text-imv .button2 {
        display: block;
    }*/
    body {
        overflow-x: hidden;
    }

    .new-salao img {
        width: 80px;
    }

    #resultadoDaBuscaDeImoveis {
        max-width: fit-content;
    }

    .search .filter-btns {
        flex-wrap: nowrap;
        gap: 20px;
    }

    .item-left .item-div {
        padding: 0;
        box-shadow: 0 0;
    }

    .search .aceitaPermuta1 {
        display: flex;
        gap: 22px;
        flex-wrap: nowrap;
    }

    .search .filter-checkbox {
        margin-bottom: 8px;
        display: flex;
        font-size: 12px;
        width: 50%;
    }

    .search .filter-btns button {
        padding: 4px 10px;
        margin-bottom: 0px;
        font-size: 11px;
    }

        .search .filter-btns button span,
        .search .filter-btns button i {
            font-size: 11px;
        }

    .select2 {
        margin-bottom: 6px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    .text-imv {
        margin: 13px 0;
    }

        .text-imv .center-selects.sticky .logo-test {
            display: block;
        }

            .text-imv .center-selects.sticky .logo-test img {
                height: 30px;
                width: 76px;
            }

        .text-imv .center-selects button span,
        .text-imv .center-selects button i,
        .text-imv .center-selects select {
            font-size: 11px;
        }

    .search .input {
        margin-bottom: 6px;
        padding: 3px 19px;
        border-radius: 10px;
    }

    .item-left .search {
        padding: 0px;
        border: none;
        border-radius: 5px;
        margin-bottom: 6px;
    }

    .item-left .filters .item-div {
        padding: 10px;
        border: 1px solid #c9c9c990;
        border-radius: 0;
    }

    .no-has-content .no-img img {
        width: 90%;
    }

    .search .filter-btns button {
        margin-bottom: 0px;
    }

    .section,
    .section-other {
        display: block;
    }

    .item-center #slider-container,
    .item-right {
        display: none !important;
    }

    .text-imv .h-center {
        padding: 0 10px;
        margin: 10px 0;
    }

    .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;
    }

    .text-imv .center-selects.sticky {
        position: fixed;
        top: 0;
        left: 0;
        padding: 13px;
        z-index: 100;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #cbcbcb;
        justify-content: space-between;
    }

    .text-imv .select-btn {
        display: block;
    }
}

@media (max-width: 800px) {
    .item-left .offline.line {
        display: none;
    }

    .text-imv .center-selects .select-btn {
        display: flex;
        align-items: center;
    }

    .alert-div {
        max-width: 361px;
        width: 100%;
    }

    .mobile-banner.desactive {
        transition: all 1s;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-banner {
        position: fixed;
        bottom: 0;
        background: #e6e6e6;
        z-index: 900;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .mobile-banner .mobile-img img {
            width: 100%;
            height: 100%;
        }

        .mobile-banner span {
            position: absolute;
            top: -27px;
            background: #e6e6e6;
            right: 0;
            cursor: pointer;
            font-weight: 600;
            padding: 2px 8px;
            border-top-left-radius: 13px;
        }

    .new-texts div {
        font-size: 8px;
    }
}

@media (max-width: 768px) {
    .text-imv .center-text {
        font-size: 13px;
    }

    .new-salao img {
        width: 72px;
    }

    .new-info .new-details-ul .m-area {
        display: none;
    }

    .new-card .new-info .new-price h4 {
        font-size: 13px;
    }

    .section,
    .section-other {
        padding: 20px 10px 80px;
    }

}

@media (max-width: 650px) {
    .section-other .item-center {
        padding: 0;
    }
    .btn-center option {
        font-size: 12px;
    }

    .new-card .new-pic img {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .new-card .new-info .new-side {
        gap: 3px;
    }

    h6 {
        line-height: 1;
    }

    .filter-btns .btn span {
        font-size: 12px;
    }

    .item-center {
        padding: 0;
    }
    .listings-container.grid-layout-three {
        grid-template-columns: 1fr;
    }
    .text-imv {
        padding: 0;
        margin-bottom: 16px;
        align-items: center;
        margin: 18px 0px;
    }

        .text-imv .center-text {
            /*margin-bottom: 7px;*/
        }

        .text-imv .center-selects {
            gap: 20px;
            justify-content: space-between;
        }

            .text-imv .center-selects .select-btn {
                justify-content: center;
                margin: 0;
                padding: 4px 15px;
            }

            .text-imv .center-selects button.order {
                margin-left: 0;
                padding: 4px 0px;
            }

    .new-icons div .mobile-svg {
        display: block;
        margin-right: -2px;
        color: #133769;
        opacity: .84;
    }

    .new-icons div .web-svg {
        display: none;
    }

    .new-card {
        grid-template-columns: .7fr 1fr;
        border-radius: 3px;
        margin-bottom: 5px;
    }

        .new-card .new-info-other {
            padding: 0px 0;
            align-items: flex-start;
        }

    .new-price {
        display: flex;
        align-items: baseline;
        gap: 2px;
        flex-direction: column;
    }


    .new-card .new-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .new-head {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .new-card .new-info .new-anunciante picture {
        width: 30%;
    }

    .new-card .new-img,
    .new-card .new-pic,
    .new-card .new-img picture img {
        height: 115px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .grid-layout-three .new-card .new-img,
    .grid-layout-three .new-card .new-pic,
    .grid-layout-three .new-card .new-img picture img {
        height: 200px;
    }

    .new-info .new-head {
        gap: 4px;
    }

    .new-card .new-texts {
        bottom: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: auto;
    }

    .new-card .new-info {
        padding: 7px 9px;
    }

    .new-card .new-info .new-price h4 span {
        font-size: 14px;
    }

    .grid-layout-three .new-card .new-info .new-title,
    .grid-layout-three .new-card .new-info .new-title span,
    .grid-layout-three .new-card .new-info .new-subtitle,
    .grid-layout-three .new-card .new-info .new-price h4 {
        font-size: 14px;
    }

    .new-card .new-info .new-title,
    .new-card .new-info .new-title span,
    .new-card .new-info .new-subtitle,
    .new-card .new-info .new-price h4 {
        font-size: 12px;
    }

    .new-card .new-info .new-price span {
        font-weight: bold;
    }

    .new-card .new-info .new-simple {
        font-size: 10px;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }

    .new-card .new-info .new-desc {
        display: -webkit-box;
        font-size: 11px;
    }

    .new-card .new-info .new-details-ul {
        margin-bottom: 2px;
        justify-content: space-between;
    }

    .new-info .new-price-detail {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 2px 0 0;
        flex-direction: column-reverse;
    }

    .new-card .new-info .new-details-ul li {
        background: none;
        padding: 0;
        border-radius: 0;
        margin-right: 10px;
        font-size: 5px;
    }

    .new-texts div {
        padding: 0 5px;
        font-size: 7px;
        margin-bottom: 0px;
        border-radius: 0px;
        background: white;
    }

    .new-texts .secure-imv,
    .new-texts .new-imv,
    .new-texts .super-enphasis {
        background: white;
    }

    .grid-layout-three .new-card .new-info .new-text,
    .grid-layout-three .new-card .new-info .new-subtitle {
        display: -webkit-box;
    }
    .grid-layout-three .valu-cont span {
        font-size: 18px;
    }
    .grid-layout-three .valu-cont i {
        font-size: 22px;
    }
    .new-card .new-info .new-text,
    .new-card .new-info .new-subtitle,
    .new-info-other .new-rest-icons {
        display: none;
    }

    .btn-contact button {
        padding: 2px 12px;
        font-size: 10px
    }

    .new-card .btn-contact,
    .new-card .new-info .new-anunciante {
        bottom: 9px;
    }

    .new-card .new-info .new-anounce .creci {
        display: flex;
    }

    .new-card .new-info .new-anounce {
        justify-content: space-between;
        gap: 0;
    }

    .new-img .new-icons {
        right: 5px;
        top: 5px;
    }
    .new-icon {
        position: absolute;
        right: 7px;
        top: 7px;
    }

        .new-icon .bx {
            font-size: 16px;
        }
    .new-icons div {
        padding: 2px 4px;
        margin-left: 5px;
    }

    .new-icons .abs-cam {
        padding: 4px 7px 4px 5px;
    }

    .new-icons div i,
    .new-icons div img {
        width: 80%;
        font-size: 10px;
    }

    .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;
    }

    .new-salao img {
        width: 65px;
    }
}

@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: 450px) {
    .new-card .new-info {
        padding: 7px 6px;
    }

    .new-icon {
        right: 3px;
    }

    .new-card .new-info .new-anounce .creci {
        display: flex;
        flex-direction: column;
    }

        .new-card .new-info .new-anounce .creci span,
        .new-card .new-info .new-details-ul li span,
        .new-card .new-info .new-anounce .creci p,
        .new-info .new-price span {
            font-size: 9px;
        }
}

@media (max-width: 385px) {
    .new-info .new-details-ul {
        gap: 0;
        flex-wrap: wrap;
    }

    .new-card .new-info .new-price h4 span {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .new-card .new-info .new-anunciante {
        flex-wrap: wrap;
    }

    .checkside,
    .detaldiv {
        display: block;
    }

    .alerts-text p {
        font-size: 15px;
    }

    .alerts-text span {
        font-size: 10px;
    }

    .alert-div i.fa-solid.fa-bell {
        font-size: 18px;
        margin-right: 9px;
    }

    .alert-content i.fa-solid.fa-arrow-up-right-from-square {
        font-size: 14px;
    }
}

.desativar-div {
    pointer-events: none;
    opacity: 0.4;
}
