﻿/* Home */
.main-img {
    overflow: hidden;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-search {
    max-width: 1200px;
    position: absolute;
    top: 90px;
    width: 100%;
}

.home-bg {
    height: 100%;
    width: 100%;
    z-index: 998;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
}

.home-image {
    height: 100%;
    width: 100%;
    z-index: 998;
    display: flex;
    justify-content: center;
}

.video-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-cover {
    min-width: 1920px;
    min-height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 1600px) {
    .home-bg {
        display: flex;
        justify-content: center;
    }
}

.main-search .item-div {
    background-color: rgb(255 255 255 / 86%);
    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;
    width: 340px;
    z-index: 999;
    position: relative;
    justify-content: center;
}

.form-principal {
    width: 100%;
    padding: 5px 15px 5px;
    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: 35px;
    margin-bottom: 4px;
    padding: 0px 12px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    outline: none;
    color: #133769;
    width: 100%;
    font-size: 15px;
}

.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: 32px;
    padding: 0 21px;
    background: var(--primary-color);
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
}

.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;
    width: 100%;
    justify-content: center;
}

    .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;
    }

    .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: 15px;
    }

.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;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .horiz .item-div {
        background-color: rgb(246 246 246);
        padding: 15px 15px 15px 15px;
        border-radius: 50px;
        width: 1110px;
    }

    .horiz .search-div {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        width: 100%;
    }

    .horiz .input-div {
        display: flex;
        width: 100%;
        align-items: center;
    }

        .horiz .input-div i {
            position: relative;
            right: -6px;
            color: var(--primary-color);
        }

    .horiz .search-all {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .horiz .main-search .row-form {
        margin-bottom: 0;
    }

    .horiz .search-div .butt {
        height: 36px;
        border-radius: 5px;
    }

    .horiz .search .inputu {
        height: 47px;
        margin: 0;
        color: #5a5a5a;
        font-size: 14px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0;
    }

    .horiz .search .filter-btns button span {
        font-size: 13px;
    }

    .horiz .search .filter-btns button {
        text-transform: uppercase;
        border-radius: 25px;
        margin: 0 9px;
        height: 44px;
        padding: 0px 22px 0;
        align-items: center;
        width: 100%;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        border-radius: 50px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .horiz .search .filter-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }

    .horiz .item-div .form-title {
        position: absolute;
        top: -116px;
        text-align: center;
        color: white;
        width: 100%;
    }

    .horiz .item-div h4 {
        color: white;
        font-size: 38px;
        margin: 0;
        text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #FFF, 0 0 20px #000, 0 0 20px #000;
    }

    .horiz .item-div h5 {
        text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #FFF, 0 0 20px #000, 0 0 20px #000;
    }

/* 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;
}

    .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 {
    padding: 0 0 80px 0;
}

.emphasis {
    display: flex;
    gap: 40px;
    padding: 10px 30px;
    align-items: center;
}

.own-all {
    position: relative;
}

.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;
}

.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;
}

span.like-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 55px;
}

.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;
}

.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);
}

.emphasis .text {
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
    font-weight: 800;
    line-height: 1.4;
    padding-top: 4px;
}

.emphasis .button-div {
    display: flex;
    align-items: center;
}

    .emphasis .button-div a {
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 1.2rem 5rem 1.2rem 3rem;
    }

    .emphasis .button-div i {
        position: absolute;
        right: 30px;
        transition: .3s all ease-in-out;
    }

    .emphasis .button-div a:hover i {
        right: 20px;
    }

.emphasis .before-div:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    border: 1px solid white;
    background-color: var(--primary-color);
}

.emphasis .before-div {
    padding-left: 30px;
    position: relative;
    height: 60px;
}

.emphasis .text h2 {
    font-size: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 0px #fff, 0px 1px #fff, 0px -1px #fff, 0px 0px #fff, 0px 0px #FFF;
}

.emphasis .text h4 {
    font-size: 16px;
    color: gray;
    text-transform: uppercase;
}

.owl-carousel .item {
    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;
}

.customNavigation {
    position: absolute;
    margin: auto;
    top: 0;
    height: 82%;
    display: flex;
    z-index: 5000;
    align-items: center;
}

    .customNavigation.right {
        right: 0;
    }

    .customNavigation.left {
        left: 0;
    }

    .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:hover .listing-badges {
    opacity: .8;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.item .slide-img {
    height: 100%;
    width: 100%;
}

    .item .slide-img img {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
    }

.item-data {
    display: flex;
    text-align: start;
    flex-direction: column;
    padding: 9px 13px 12px;
    gap: 5px;
}

    .item-data p {
        font-weight: bold;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .item-data a {
        font-weight: bold;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.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;
}

.owl-carousel {
    padding: 0 45px;
}

.span12 {
    padding: 45px 0;
}

.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 i {
        font-size: 20px;
        color: var(--primary-color);
    }

    .info-one span {
        font-size: 14px;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .info-one .name {
        color: #888;
    }

.services-home .span12 {
    padding: 0;
}

.services-home {
    padding: 2rem 0 4rem;
}

.emphasis-row {
    padding: 0 30px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.type-box {
    padding: 22px 20px;
    position: relative;
    color: white;
    border: 1px solid;
    background: #27282f;
}

    .type-box .media {
        position: absolute;
        top: -45px;
        right: 30px;
        margin-right: 0;
        height: 75px;
        width: 75px;
    }

        .type-box .media i {
            font-size: 35px;
            width: 100%;
            text-align: center;
            height: 100%;
            line-height: 65px;
            background: var(--primary-color);
            padding: 5px;
            border-radius: 50%;
        }

    .type-box .texts {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.texts .text-title {
    font-size: 2rem;
}

.texts p {
    font-size: 14px;
}

.type-box .text-base {
    margin-top: 5px;
    color: var(--primary-color);
    display: flex;
    gap: 7px;
    background: white;
    width: fit-content;
    padding: 2px 15px;
    border-radius: 30px;
    font-size: 13px;
    align-items: stretch;
}

    .type-box .text-base i {
        margin-top: 2px;
    }

.mobile-banner {
    display: none;
}

@media screen and (min-width: 1310px) {
    .main-img {
        height: 700px;
    }
}

@media screen and (max-width: 1310px) {
    .home-bg iframe {
        position: relative;
    }

    .main-search {
        top: 46px;
        padding: 0 80px;
    }

        .main-search.horiz {
            top: auto;
        }
}

@media screen and (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;
    }

    .horiz .item-div h4 {
        font-size: 33px;
    }
}

@media screen and (max-width: 768px) {
    .customNavigation {
        display: none;
    }

    .section {
        padding: 7rem 1rem;
    }

    .home-bg iframe {
        left: 0;
    }
}

@media screen and (max-width: 600px) {
    .owl-theme .owl-controls {
        padding: 0 30px;
    }

    .home-bg {
        justify-content: center;
    }

    .form-principal {
        padding: 0;
    }

    .main-img {
        height: 480px;
        padding: 8px 0px;
    }
    .search .filter-btns button {
        margin-top: 23px;
    }
    .main-search {
        padding: 0;
        height: 100%;
        top: 0;
    }
    .span12 {
        padding: 20px 0;
    }

        .main-search .item-div {
            height: 100%;
            width: 100%;
            border: none;
            justify-content: flex-start;
            padding: 13px 15px 0px;
        }

            .main-search .item-div form {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

        .main-search .search-div {
            height: 96%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .main-search .search .inputu {
            font-size: 14px;
        }

    .emphasis {
        flex-wrap: wrap;
        padding: 15px;
        gap: 10px;
    }

    .owl-carousel {
        padding: 0;
    }

    .emphasis .button-div a {
        font-size: 12px;
        padding: 0px 10px 10px;
        padding: 1rem 5rem 1rem 2rem;
    }

    .emphasis-row {
        display: flex;
        flex-direction: column;
    }

    .type-box .media {
        position: absolute;
        top: -18px;
        right: -12px;
        height: 60px;
        width: 60px;
    }

        .type-box .media i {
            font-size: 30px;
            line-height: 60px;
            padding: 0;
        }
}

@media screen and (max-width: 520px) {
    .info-one span {
        font-size: 13px;
    }
}
