/* Estilo automático para a página: home */

.slide-location {
    border-radius: 80px;
    background: rgba(162, 177, 29, 0.35);
    padding: 7px 14px;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: normal;
    gap: 5px;
}

.slide-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 20px;
    padding: 100px 0 150px;
}

.slide-head {
    display: flex;
    align-items: center;
}

.slide-type {
    gap: 5px;
    color: #A2B11D;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 7px 14px;
    display: inline-flex;
    align-items: center;
}

.slide-title {
    color: #FFF;
    font-family: Inter;
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.slide-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;

    a {
        flex-shrink: 0;
    }
}

.mw-600 {
    max-width: 600px;
}

.header-search-container {
    margin-top: -100px;
    z-index: 10;
    position: relative;
}

.header-search {
    border-radius: 80px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78, 78, 78, 0.12);
    padding: 12px;
    max-width: 1012px;
    margin: 0 auto;

    .col-lg:first-child, .col-lg:last-child {
        border: none;
    }

    .col-lg {
        display: flex;
        align-items: center;
        gap: 5px;
        border-left: 1px solid #D9D9D9;
    }

    input {
        border: none;
        color: #8995A6;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    select {
        border: none;
        color: #8995A6;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 100%;
    }
}

input.search-btn {
    border-radius: 80px;
    background: #A2B11D;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    min-height: 40px;
}

.swiper-home {
    height: 730px;
}

.swiper-lot .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) {
    .lot-head, .lot-footer {
        display: none;
    }
}

.hero {
    .swiper-pagination-slide {
        position: relative !important;
        height: 6px !important;
        border-radius: 10px;
        overflow: hidden;
        width: 70px !important;
        display: block;
        background-color: rgba(255, 255, 255, 0.2);
        margin: 0 !important;
    }

    .swiper-pagination-progressbar-fill {
        background-color: white !important;
        border-radius: 6px;
    }
}

.swiper-pagination-container {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.image-slider__fraction {
    color: rgba(241, 241, 241, 0.50);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;

    span {
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
    }
}

.swiper-button-prev-slide, .swiper-button-next-slide {
    color: #FFF !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: 300ms all ease-in-out;

    &:after {
        font-size: 18px !important;
    }

    &:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: #FFF;
    }
}

.swiper-button-prev-slide {
    left: 50px !important;
}

.swiper-button-next-slide {
    right: 50px !important;
}

.home-lot .swiper-pagination-lot {
    position: relative !important;
    height: 6px !important;
    border-radius: 10px;
    overflow: hidden;
    width: 70px !important;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 !important;
}

a.bl-city {
    position: relative;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 10px 0 rgba(78, 78, 78, 0.12);
    display: inline-block;

    &:hover span.city-seta {
        transform: rotate(45deg)
    }
}

span.city-seta {
    transition: 300ms all ease-in-out;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C0CF1A;
    border-radius: 40px;
    margin-right: 24px;
}

.swiper-pagination-blog {
    max-width: 55%;
    left: 50% !important;
    transform: translateX(-50%) !important;

    .swiper-pagination-bullet {
        width: 30px;
        border-radius: 10px;
        background: #65758B1F;
    }

    .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 10px;
        background: #A2B11D;
    }
}

section.home-simulacao {
    padding: 64px 0;
    background-size: cover;
    background-position: center;
}

.home-sim-item {
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.05);
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    padding: 16px;

    &:hover .hsi-img {
        background-color: #F9AF1E;
    }
}

.hsi-img {
    transition: 300ms all ease-in-out;
    width: 48px;
    height: 48px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    min-width: 48px;
}

.home-sim-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 30px;
}

img.home-simulacao {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.swiper-pagination-city {
    bottom: -50px !important;

    .swiper-pagination-bullet {
        width: 30px;
        border-radius: 10px;
        background: #748baacc;
    }

    .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 10px;
        background: #A2B11D;
    }
}

section.home-sobre {
    padding-bottom: 60px;
}

section.home-lot {
    padding: 60px 0;
    background: #F9F8F2;

    .swiper-pagination-progressbar-fill {
        background-color: #E9426E !important;
        border-radius: 6px;
    }
}

img.bg-city {
    width: calc(100% - 24px);
    height: auto;
    object-fit: cover;
    aspect-ratio: 6 / 5;
    margin-top: 20px;
    border-radius: 0 20px 0 0;
}

span.city-name {
    color: #3D3D3D;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.swiper-city .swiper-slide {
    padding: 10px;
}

span.city-lotes {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
}

.city-info {
    flex: 1;
    padding-left: 24px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.swiper-pagination-container-lot {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.image-slider__fraction-lot {
    color: rgba(109, 109, 109, 0.5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;

    span {
        color: #E9426E;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
    }
}

.swiper-button-prev-lot, .swiper-button-next-lot, .swiper-button-prev-depo, .swiper-button-next-depo {
    position: relative !important;
    margin: 0 !important;
    top: 0 !important;
    display: inline-flex !important;
    left: initial !important;
    right: initial !important;
    color: #FFF !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: 300ms all ease-in-out;

    &:after {
        font-size: 18px !important;
    }

    &:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: #FFF;
    }
}

.swiper-lot-navs {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

section.home-city {
    padding-bottom: 120px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .swiper-city {
        overflow: visible !important;
    }
}

@media (max-width: 992px) {
    .slide-title {
        font-size: 48px;
        text-align: center;
    }
    .swiper-button-prev-slide, .swiper-button-next-slide {
        display: none !important;
    }
    section.home-sobre {
        padding-top: 260px !important;
    }
}

/* ==========================================================================
   Home Depo - Depoimentos
   ========================================================================== */
.home-depo {
    overflow-x: hidden;
    padding-top: 80px;

    .swiper-slide {
        padding: 24px 12px;
        height: auto !important;
    }
}

body {
    .swiper-button-prev.swiper-button-prev-blog {
        position: absolute !important;
        left: 0 !important;
        bottom: 0;
        top: initial !important;
    }

    .swiper-button-next.swiper-button-next-blog {
        position: absolute !important;
        right: 0 !important;
        bottom: 0;
        top: initial !important;
    }
}

@media (min-width: 992px) {
    body {
        .swiper-button-prev-blog, .swiper-button-next-blog {
            display: none !important;
        }

        .swiper-pagination-blog {
            display: none;
        }
    }

    .home-depo {
        .row {
            flex-wrap: nowrap;
        }
        
        .container-full-right {
            padding-right: 0 !important;
            flex: 0 0 auto !important;
            max-width: none !important;
            width: calc(66.666667% + ((100vw - 960px) / 2)) !important;
        }
    }

    section.home-simulacao {
        position: relative;
        
        > .container {
            position: sticky;
        }

        .row {
            display: flex;
            align-items: stretch;
            width: 100%;
        }
    }

    .sim-1 {
        height: auto;
    }

    .sim-2 {
        position: relative;
    }

    .btn-simul {
        position: absolute;
        bottom: 0;
    }

    .sim-container {
        position: absolute;
        top: 0;
        left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        bottom: 0;
        overflow-y: auto;
        direction: rtl;
        padding-left: 15px;
        height: calc(100% - 80px);

        > * {
            direction: ltr;
        }

        &::-webkit-scrollbar {
            width: 6px;
        }
        &::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }
        &::-webkit-scrollbar-thumb {
            background: #FBAF40;
            border-radius: 10px;
        }
    }
}

@media (min-width: 1200px) {
    .home-depo .container-full-right {
        width: calc(66.666667% + ((100vw - 1140px) / 2)) !important;
    }
}

@media (min-width: 1400px) {
    .home-depo .container-full-right {
        width: calc(66.666667% + ((100vw - 1320px) / 2)) !important;
    }
}
