﻿
/* Home */
.main-img {
    height: 550px;
    position: relative;
    display: flex;
    margin-bottom: 70px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.form-principal {
    width: 100%;
    position: relative;
}

.main-search {
    max-width: 1200px;
    position: absolute;
    top: 50px;
    width: 100%;
}

.home-bg {
    height: 100%;
    z-index: 998;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

@media screen and (max-width: 1920px) {
    .home-bg {
        width: 100%;
    }
}

.image-cover {
    min-height: 550px;
    min-width: 1920px;
    max-height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-search .item-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(255 255 255 / 86%);
    border: 1px solid rgb(196 196 196 / 52%);
    padding: 10px 15px 18px;
    width: 340px;
    z-index: 999;
    position: relative;
}

    .main-search .item-div form {
        width: 100%;
    }

    .main-search .item-div h4 {
        margin: 0 5px 10px;
        color: grey;
        font-weight: bold;
    }

.main-search .search .inputu {
    height: 31px;
    margin-bottom: 4px;
    padding: 0px 12px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #133769;
    width: 100%;
    font-size: 13px;
}

.main-search .row-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

    .main-search .row-form .inputu {
        margin-bottom: 0px;
    }

.search-div .butt {
    height: 29px;
    padding: 0 21px;
    background: var(--primary-color);
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    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;
    justify-content: center;
}

    .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;
    }

    .search .filter-btns .green-btn {
        background: white;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        padding: 6px 0;
    }

    .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;
    }
/* HORIZONTAL BUSCADOR */
.horiz {
    bottom: auto;
    top: auto;
}

.horiz .item-div {
    width: auto;
    background-color: rgb(255 255 255 / 90%);
    padding: 20px 32px 18px;
    border-radius: 5px;
}

.horiz .search-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px 15px;
    padding: 15px 0 10px;
}

.horiz .search-middle {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.horiz .item-div h4 {
    font-size: 18px;
    color: #4b4b4b;
}

.horiz .row-form .campo-pesquisa {
    border: none;
    padding: 3px 10px;
    font-size: 14px;
    border-bottom: 1px solid;
    background: transparent;
}

.horiz .row-form {
    margin-bottom: 0;
}

.horiz .item-div form {
    width: fit-content;
}

.horiz .label {
    display: block;
    margin-bottom: .3rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #05060f99;
    padding-left: 3px;
    transition: color .3s cubic-bezier(.25,.01,.25,1) 0s;
}

.horiz .main-search .row-form {
    margin-bottom: 0;
}

.horiz .butt {
    height: fit-content;
    border-radius: 5px;
    outline: none;
    border: 0;
    background: var(--primary-color);
    color: white;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.horiz .search .inputu {
    height: 35px;
    border-radius: 5px;
}

.horiz .search .filter-btns button {
    text-transform: uppercase;
    width: 35%;
    border-radius: 3px;
    font-size: 13px;
}



/* MODAL */
.modal {
    height: 100vh;
    width: 100%;
    background: #00000080;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
    justify-content: center;
    align-items: center;
}

    .modal.ativo {
        display: flex;
    }

.modal-in {
    background: rgb(255 255 255 / 96%);
    min-width: 300px;
    box-shadow: 0px 3px 4px 1px #3c3838;
    position: relative;
    font-family: Helvetica, Arial;
    color: #085496;
    border-radius: 20px;
}

.headermodal,
.headerfilter {
    padding: 20px 40px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerfill {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headertext {
    color: grey;
    font-size: 18px;
    font-weight: bold;
}

.headerbtn span {
    color: grey;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.contentmodal {
    display: flex;
    padding: 20px 40px 20px;
    gap: 40px;
}

.modal-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-down {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.form-up,
.form-up div {
    margin-bottom: 10px;
}

    .form-up .code {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

        .form-up .code button {
            padding: 3px 0px;
            border-radius: 10px;
            border: 1px solid;
            font-size: 15px;
            width: 25%;
            background: #146070d4;
            color: white;
        }

        .form-up .code input {
            width: 70%;
            padding: 7px 12px;
            border-radius: 10px;
            border: 1px solid #d9d9d9;
        }

    .form-up input,
    .form-up select {
        width: 100%;
        padding: 2px 12px;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
        height: 32px;
        font-size: 13px;
    }

.form-down .checkboxs {
    display: flex;
    gap: 12px;
}

.checkboxs .item {
    width: 100%;
}

    .checkboxs .item select {
        width: 100%;
        padding: 2px 12px;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
        height: 32px;
        font-size: 13px;
    }

        .checkboxs .item select:checked,
        .checkboxs .item select::after,
        .checkboxs .item select:focus {
            border: 1px solid #8f8f8f;
            outline: none;
        }

.modal-text label {
    display: flex;
    gap: 5px;
    color: #6e6e6e;
    font-size: 13px;
}

.modal-text input[type="checkbox"] {
    margin-right: 4px;
    transform: scale(1.2);
    background: grey;
}

.modal-text .label-title {
    color: rgb(97 97 97);
    margin: 0px 5px 5px;
    font-size: 13px;
    opacity: .9;
    font-weight: bold;
}

.checkside {
    margin-bottom: 0px;
}

.checkitem {
    margin: 3px 0;
}

    .checkitem label {
        font-size: 14px;
    }

.area {
    display: flex;
    margin-bottom: 10px;
}

    .area .label-title {
        margin: 10px 5px 4px;
    }

    .area input {
        width: 100%;
        padding: 2px 12px;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
        height: 32px;
        font-size: 13px;
    }

.detext {
    display: flex;
    flex-direction: column;
}

.checkdetal {
    margin: 2px 0;
}

    .checkdetal label {
        font-size: 13px;
    }

.checkside,
.detaldiv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.endbutton {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    padding: 20px 40px 20px;
    background: #b4cd3e;
    border-radius: 0 0 20px 20px;
}

    .endbutton input {
        width: 100%;
        padding: 7px 12px;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
        font-size: 14px;
    }

    .endbutton button {
        padding: 7px 0px;
        border-radius: 10px;
        border: none;
        font-size: 14px;
        width: 194px;
        background: #146070;
        color: white;
        text-transform: uppercase;
    }

/* Destaques */
.anounce,
.slides {
    padding: 0 0 80px 0;
}

.emphasis {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
}

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}

    .listing-badges .featured {
        background-color: var(--primary-color);
        float: left;
        transform: rotate(-45deg);
        left: -67px;
        top: 17px;
        position: relative;
        text-align: center;
        width: 200px;
        font-size: 12.5px;
        margin: 0;
    }

    .listing-badges span {
        color: #fff;
        display: inline-block;
        padding: 1px 10px;
        float: right;
        background-color: rgba(74,74,76,0.7);
        border-radius: 3px;
        top: 15px;
        right: 15px;
        position: absolute;
    }

.valu-cont i {
    font-size: 24px;
    color: white;
}

.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: 25px 30px;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgb(0 0 0 / 78%) 0px -90px 38px -40px inset;
}

span.like-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 55px;
}

.valu-cont span {
    color: #fff;
    font-size: 23px;
    text-shadow: 1px 1px var(--primary-color);
}

.valu-cont .bxs-heart {
    color: red;
}

.emphasis .text {
    font-size: 25px;
    font-weight: bold;
    color: #4d4d4d;
}

.owl-carousel .item {
    margin: 10px;
    display: flex;
    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;
    flex-direction: column;
}

.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-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%;
    position: relative;
}

.item .slide-img {
    height: 100%;
    width: 100%;
}

.item .item-img:hover .valu-cont {
    box-shadow: var(--primary-color) 0px -90px 38px -40px inset;
}

.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;
    -webkit-line-clamp: 1;
    height: 21px;
    overflow: hidden;
}

.type {
    font-size: 13px;
}

.description {
    font-size: 13px;
    line-height: 1.38;
    height: 50px;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.item-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 20px;
    gap: 10px;
    background: linear-gradient(to bottom, #e8e8e8 0%, #f9f9f9);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.info-one {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .info-one span {
        font-size: 14px;
    }

    .info-one .name {
        color: #888;
    }

@media (max-width: 1310px) {
    .home-bg iframe {
        position: relative;
    }

    .main-search {
        top: 52px;
    }
    .main-search.horiz {
        top: auto;
    }
}

.mobile-banner {
    display: none;
}

@media (max-width: 1200px) {
    .anounce-grid {
        grid-template-columns: repeat(2, 300px);
    }
}

@media screen and (max-width: 1000px) {
    .anounce-grid {
        display: none;
    }

    .main-img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .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;
        }

    .section {
        padding: 7rem 1rem;
    }

    .home-bg iframe {
        left: 0;
    }
    .anounce {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .emphasis .text {
        font-size: 20px;
    }
    .emphasis {
        padding: 10px 20px;
        gap: 50px;
    }
    .customNavigation {
        display: flex;
    }
    .home-bg {
        justify-content: center;
    }

    .main-img {
        height: 450px;
    }

    .main-search {
        padding: 0;
        height: 100%;
        top: 0;
    }

    .main-search .item-div {
        height: 100%;
        width: 100%;
        border: none;
        justify-content: normal;
        padding: 25px 15px 18px;
    }

    .main-search .item-div form {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .main-search .search-div {
        height: 85%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .slides {
        padding: 20px 0 50px;
    }

    .slides.venda {
        padding: 20px 0 17px;
    }
}

@media (max-width: 520px) {

    .info-one span {
        font-size: 13px;
    }
}
