:root {
    --main-color: #FFAE00;
}

body:has(section.home-slide) .navbar {
    position: fixed;
    background-color: transparent;
}

button.navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.navbar {
    position: sticky;
    background-color: #2A2A2A;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    padding: 25px 0;
    transition: 300ms all ease-in-out;
    &.sticky {
        background: rgba(0,0,0,0.35) !important;
        backdrop-filter: blur(5px);
        padding: 10px 0;
        border-bottom: 1px solid rgb(125 125 125 / 20%);
    }
    &:not(:has(.collapsed)) {
        background: rgba(0,0,0,0.8) !important;
        backdrop-filter: blur(5px);
        border-bottom: 1px solid rgb(125 125 125 / 20%);
        padding-bottom: 40px;
    }
    .navbar-nav {
        gap: 34px;
        display: flex;
        align-items: center;
        a {
            color: white;
            font-weight: 400;
            position: relative;
            transition: 500ms all ease-in-out;
            &.active {
                color: var(--main-color);
                font-weight: 500;
                &:after {
                    width: 100%;
                }
            }
            &:hover {
                color: var(--main-color);
                &:after {
                    width: 100%;
                }
            }
            &:after {
                transition: 500ms all ease-in-out;
                content: ' ';
                width: 0%;
                height: 2px;
                position: absolute;
                bottom: -10px;
                left: 0;
                background-color: #FFAE00;
            }

        }
    }
}

.header-btns-divider {
    height: 34px;
    width: 1px;
    background: #F5F5F5;
}

body {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
}

a.btn-yellow:hover {
    background: #e9a30c;
}

a.btn-yellow {
    transition: 500ms all ease-in-out;
    background: var(--main-color);
    color: #2A2A2A;
    border-radius: 12px 0 12px 0;
    padding: 14px 32px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
}

.breadcrumbs {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mvv-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: white;
}

.mvv-itens .col-xl-3:first-child .bl-mvv {
    border-top-left-radius: 65px;
}

.mvv-itens .col-xl-3:last-child .bl-mvv {
    border-bottom-right-radius: 65px;
}

.qs-element {
    position: absolute;
    top: 0;
    left: 0;
}

.bl-mvv {
    background: #2A2A2A;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mvv {
    padding: 40px 0;
}

section.quem-somos {
    padding: 80px 0 20px;
    position: relative;
}

.breadcrumbs a {
    color: white;
}
.breadcrumbs.text-black a {
    color: #2a2a2a;
}

.breadcrumbs a.active {
    color: var(--main-color);
    font-weight: 600;
}

.footer-menu a {
    color: white;
}

a.btn-black:hover {
    background: black;
    color: white;
}

section.home-blog {
    padding: 80px 0 160px;
}

a.btn-black {
    transition: 500ms all ease-in-out;
    background: #2A2A2A;
    color: white;
    border-radius: 12px 0 12px 0;
    padding: 14px 32px;
    line-height: 100%;
    display: inline-block;
    text-align: center;
}

.gap-45 {
    gap: 2rem !important;
}

.header-sociais a {
    color: var(--main-color);
    font-size: 22px;
}

.home-slide-overlay {
    background: #2424269E;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}

.efc-title.text-center {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: var(--main-color);
}

.text-balance {
    text-wrap-mode: balance;
}


.emp-form-container {
    background: white;
    box-shadow: 0px 4px 24px 0px #00000026;
    padding: 30px 25px;
    border-radius: 38px 0 38px;
    max-width: 420px;
    width: 100%;
}

.hs-loc {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    color: #f5f5f5;
    align-items: center;
    gap: 6px;
}

h2.hs-title {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 64px;
    line-height: 70px;
    color: #f5f5f5;
}

.hs-itens {
    display: flex;
    gap: 30px 70px;
    flex-wrap: wrap;
    .hs-item {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #f5f5f5;
        gap: 15px;
        display: flex;
        align-items: center;
        img {
            width: 28px;
        }
    }
}

.swiper-galeria .swiper-slide .col-12 img {
    border-top-left-radius: 40px;
}

.swiper-galeria .swiper-slide .col-lg-6:last-child img {
    border-bottom-right-radius: 40px;
}

.mh-500 {
    max-height: 500px;
}

.btn-yellow-line.text-white:hover {
    color: black !important;
}

.btn-yellow-line.alt, .btn-yellow-line.alt:hover {
    color: white !important;
}

.pagination-white .swiper-pagination-bullet-active {
    background-color: var(--main-color) !important;
}

.pagination-white .swiper-pagination-bullet {
    background: white;
}

.btn-yellow-line {
    display: inline-flex;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid var(--main-color);
    color: white;
    border-radius: 18px 0 18px 0;
    padding: 16px 22px 16px 22px;
    gap: 10px;
    transition: 500ms all ease-in-out;
    &.text-black:after {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMS4yODgxM0wwLjc1NDY4NyAwLjVMNyA3TDAuNzU0Njg3IDEzLjVMMCAxMi43MTU5TDUuNDg2OTggN0wwIDEuMjg4MTNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+');
    }
    &.alt:after {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEuMjg4MTNMMC43NTQ2ODcgMC41TDcgN0wwLjc1NDY4NyAxMy41TDAgMTIuNzE1OUw1LjQ4Njk4IDdMMCAxLjI4ODEzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==') !important;
    }
    &:after {
        color: white;
        content: ' ';
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEuMjg4MTNMMC43NTQ2ODcgMC41TDcgN0wwLjc1NDY4NyAxMy41TDAgMTIuNzE1OUw1LjQ4Njk4IDdMMCAxLjI4ODEzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
        background-repeat: no-repeat;
        width: 7px;
        height: 14px;
        transition: 100ms color ease-in-out, 500ms width ease-in-out;
    }
    &:hover {
        padding: 16px 15px 16px 15px;
        color: #2a2a2a;
        background-color: var(--main-color);
        &:after {
            transition: 500ms width ease-in-out;
            content: ' ';
            background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMS4yODgxM0wwLjc1NDY4NyAwLjVMNyA3TDAuNzU0Njg3IDEzLjVMMCAxMi43MTU5TDUuNDg2OTggN0wwIDEuMjg4MTNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+');
            background-position: center;
            background-repeat: repeat;
            width: 21px;
            height: 14px;
        }
    }
}

img.slide-element {
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-empreendimentos {
    padding: 90px 0;
    overflow: hidden;
}

section.qs-pq {
    background: #FFFCF7;
    padding: 70px 0;
    margin-bottom: 180px;
}

.site-subtitle:before {
    content: ' ';
    background-image: url(../img/title-setas.svg);
    display: inline-block;
    width: 35px;
    height: 22px;
    background-repeat: no-repeat;
}

.img-quem-somos {
    border-top-right-radius: 40px;
}

.img-pq {
    border-top-left-radius: 40px;
}

.site-text {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2a2a2a;
}

.pp-int {
    padding: 40px 0 160px;
}

.faq-int {
    padding: 40px 0 160px;
}

section.blog-int {
    padding: 80px 0 20px;
}

section.blog-relacionados {
    padding: 20px 0 160px;
}

.blog-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.blog-share-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-share-icons {
    font-size: 20px;
    gap: 15px;
    display: flex;
    align-items: center;
}

.blog-share-icons a {
    color: var(--main-color);
}

.blog-share {
    color: var(--main-color);
    display: flex;
    gap: 20px;
    align-items: center;
}

.blog-share-container hr {
    flex: 1;
    border-top: 2px solid var(--main-color);
}

.hs-cat {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: black;
    background-color: var(--main-color);
    padding: 10px 20px;
    border-radius: 8px 0 8px;
}

.site-text.text-white {
    color: #f5f5f5 !important;
}

.mt-45 {
    margin-top: 2rem !important;
}

section.emp-galeria {
    background: #2A2A2A;
    padding: 75px 0;
}

.img-bg {
    width: 100%;
    object-fit: cover;
    height: 1000%;
    max-height: 500px;
}

.hqs-item {
    display: inline-flex;
    flex-direction: column;
    color: #f5f5f5;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    align-items: flex-start;
    gap: 16px;
}

.blc-form {
    background: #2A2A2A;
    display: block;
}

.ipt-ctt::placeholder {
    color: #ccc !important;
}
.ipt-ctt {
    border: 1px solid #4A4A4A !important;
    background: transparent !important;
    color: white !important;
    padding: 18px 15px !important;
    margin-bottom: 20px !important;
}

.blcf-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: var(--main-color);
}

.blcf-desc {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #f5f5f5;
}

.blc-form {
    background: #2A2A2A;
    display: block;
    border-radius: 38px 0 38px;
    padding: 40px 80px;
}

.blc-title {
    background: #FFC446;
    text-align: center;
    margin: 0 60px;
    border-radius: 8px;
    padding: 8px;
    font-weight: 400;
    font-size: 16px;
}

.bl-contato {
    border: 1px solid #DEDEDE;
    border-top-left-radius: 40px;
    padding: 22px 16px;
    position: relative;
    margin-bottom: 24px;
    box-shadow: 4px 4px 11px 0px #0000001A;

}

.blc-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.blb-readmore.blc-readmore {
    position: absolute;
    top: 22px;
    right: 20px;
    height: 40px;
    width: 40px;
    font-size: 20px;
}

.blb-readmore.blc-readmore {
    position: absolute;
    top: 22px;
    right: 20px;
}

section.contato-loc {
    padding: 40px 0 180px;
}

section.contato-interna {
    padding: 40px 0;
}

div[data-container] {
    display: none !important;
}

div[data-container].show {
    display: flex !important;
}

img.img-parceiro {
    width: 70%;
}

section.parceiros-interna {
    padding: 40px 0 160px;
}

section.depoimentos-interna {
    padding: 40px 0 180px;
}

.hqs-img-container {
    width: 50vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.hqs-itens {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px 80px;
    flex-wrap: wrap;
}

.site-subtitle.text-white:before {
    background-image: url(../img/title-setas-white.svg);
    width: 50px;
    height: 28px;
}

.site-subtitle {
    display: inline-flex;
    align-items: center;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #2a2a2a;
    gap: 16px;
}

.site-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    span {
        color: var(--main-color);
        font-weight: 700;
    }
}

.title-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.he-cats.alt:after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: #FFF9EE !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

ul.he-cats {
    display: flex;
    list-style: none;
    gap: 40px;
    border-bottom: 1px solid #CAC8C7;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    &:after {
        width: 100vw;
        height: 1px;
        border-bottom: 1px solid #CAC8C7;
        content: ' ';
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateX(100%);
    }
}

.text-loading {
    color: #eee !important;
    background-color: #eee !important;
}

.numeros-item i {
    color: var(--main-color);
    font-size: 54px;
    margin-bottom: 10px;
}

ul.he-cats a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #383737;
    position: relative;
    transition: 500ms all ease-in-out;
    &:after {
        content: ' ';
        width: 0%;
        height: 3px;
        background-color: var(--main-color);
        position: absolute;
        bottom: -19px;
        left: 0;
        transition: 500ms all ease-in-out;
    }
    &.active {
        color: var(--main-color);
        font-weight: 600;
        letter-spacing: 0.1px;
        &:after {
            width: 100%;
        }
    }
    &:hover {
        color: var(--main-color);
        font-weight: 600;
        letter-spacing: 0.1px;
        &:after {
            width: 100%;
        }
    }

}

.bl-empreendimento {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 4px 11.1px 0px #0000001A;
    border-radius: 36px 36px 0 0;
    overflow: hidden;
}

.ble-img-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.bl-empreendimento:hover .ble-container {
    background-color: #2a2a2a;
}

.bl-empreendimento:hover .ble-localizacao, .bl-empreendimento:hover .ble-preco-label, .bl-empreendimento:hover .ble-preco-valor, .bl-empreendimento:hover .ble-title, .bl-empreendimento:hover h4.ble-item  {
    color: white;
}

.bl-empreendimento:hover .ble-img {
    transform: scale(1.05);
}

img.ble-img {
    transition: 900ms all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ble-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    transition: 500ms all ease-in-out;
}

.ble-head {
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px 8px;
}

.ble-container-header {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex: 1;
}

.ble-cats {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 10px 20px;
}

h4.ble-item img {
    width: 24px;
}

.ble-preco-label {
    transition: 500ms all ease-in-out;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #383737;
}

.ble-container-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 22px 25px;
    gap: 10px;
    border-top: 1px solid #DEDEDE;
}

.ble-preco {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 5px 15px;
}

.ble-readmore {
    border: 1px solid var(--main-color);
    border-radius: 8px 0 8px 0;
    width: 56px;
    height: 56px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms all ease-in-out;
}

.bl-empreendimento:hover .ble-readmore  {
    background-color: var(--main-color);
}

.bl-empreendimento:hover .ble-readmore i {
    color: #2a2a2a;
    transform: rotate(45deg);
}

.ble-readmore i {
    font-size: 26px;
    transition: 500ms all ease-in-out;
    color: #2a2a2a;
}

.ble-preco-valor {
    transition: 500ms all ease-in-out;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2a2a2a;
}

.swiper-videos {
    overflow: hidden;
}

.emp-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 600ms all ease-in-out;
}

.emp-video i {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A2A2A;
    color: var(--main-color);
    font-size: 36px;
    opacity: 0.8;
    transition: 300ms all ease-in-out;
}

.andamento {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.andamento-box {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2a2a;
}

.swiper-andamento {
    overflow: hidden;
}

.andamento-porcentagem {
    font-family: Poppins;
    font-weight: 800;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: var(--main-color);
    margin-top: 10px;
}

.andamento-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-top: 10px;
}
.andamentos {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}

section.emp-andamento {
    background: #FFFCF7;
    padding: 80px 0;
    margin-bottom: 160px;
}

.img-andamento {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.emp-loc iframe {
    width: 100%;
    margin: 0;
    padding: 0;
}

section.emp-loc {
    padding: 80px 0;
}

.emp-loc-btns {
    display: flex;
    align-items: center;
    gap: 40px;
}

.el-map {
    margin-top: -10px;
}

section.emp-videos {
    padding: 80px 0 40px;
}

section.emp-plantas {
    padding: 40px 0 20px;
}

.emp-video:hover img {
    scale: 1.05;
}

.emp-video:hover i {
    opacity: 0.4;
}

.float-youtube.show {
    display: flex;
}

.float-youtube {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.fy-overflow {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
}

.fy-container iframe {
    max-width: 100%;
    width: 720px;
    height: auto;
    aspect-ratio: 16/9;
    padding: 5%
}

.fy-container {
    position: relative;
}

.emp-video {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    align-items: center;
    justify-content: center;
}

.ble-itens {
    gap: 5px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 25px 15px;
}

h4.ble-item {
    transition: 500ms all ease-in-out;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #2a2a2a;
    display: flex;
    gap: 8px;
    align-items: center;
}


h3.ble-title {
    transition: 500ms all ease-in-out;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2a2a2a;
    padding: 8px 25px;
    margin: 0;
    text-align: left;
}

.ble-cat {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #2a2a2a;
    line-height: 100%;
    background: #FFD374;
    padding: 8px 14px;
    border-radius: 8px 0 8px 0;
}

.ble-localizacao {
    transition: 500ms all ease-in-out;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #2a2a2a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.he-cidades-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #383737;
    display: inline-flex;
}

ul.he-cidades {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 250%;
    margin-top: 10px;
}

ul.he-cidades a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #616060;
    transition: 300ms all ease-in-out;
}


ul.he-cidades a.active, ul.he-cidades a:hover {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: var(--main-color);
}

section.home-qs {
    background: #2A2A2A;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

img.hqs-element {
    position: absolute;
    top: 0;
    left: 0;
}

section.parceiros {
    background: #2A2A2A;
    padding-bottom: 80px;
}

.swiper-parceiros, .swiper-numeros {
    overflow: hidden;
}

.numeros-item img {
    margin-bottom: .625rem;
}
.numeros-item {
    background: #2A2A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    gap: 6px;
}

.numeros-item-big {
    font-family: Montserrat;
    font-weight: 700;
    color: white;
    font-size: 42px;
    line-height: 120%;
}

.numeros-item-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: white;
    text-align: center;
}

.home-numeros {
    padding: 80px 0;
}

.swiper-insta {
    overflow: hidden;
}

.insta-img {
    width: 100%;
    border-radius: 20px 0 20px 0;
}

section.home-instagram {
    padding: 80px 0;
}

.swiper-pagination-sample {
    display: flex;
    justify-content: center;
    max-width: calc(100% - 180px);
    margin: 40px auto;
}

span.swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    border-radius: none;
}

.swiper-plantas {
    overflow: hidden;
}

.img-planta {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.swiper-pagination-bullet-active {
    background: var(--main-color) !important;
}

.numeros-itens .col-3:first-child .numeros-item {
    border-radius: 50px 0 0 0;
}

.numeros-itens .col-3:last-child .numeros-item {
    border-radius: 0 0 50px 0;
}

.swiper-nav:hover {
    background-color: var(--main-color);
    color: white;
}

.swiper-depo {
    overflow: hidden;
}

.swiper-nav {
    transition: 300ms all ease-in-out;
    width: 60px;
    height: 60px;
    border: 1px solid var(--main-color);
    border-radius: 8px 0 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.bl-depo {
    margin: 20px;
    box-shadow: 0px 4px 24px 0px #00000026;
    padding: 40px 30px;
    border-radius: 38px 0 38px 0;
    background-color: white;
}

.bldepo-usuario-container {
    display: flex;
    align-items: center;
    gap: 18px;
}

.bldepo-nome {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    color: #212121;
}

.emp-form-mobile {
    margin-top: -100px;
    z-index: 10;
    position: relative;
}

.list-emp-diferenciais .col-xl-2:first-child .emp-diferencial-box {
    border-top-left-radius: 40px;
}

.list-emp-diferenciais .col-xl-2:last-child .emp-diferencial-box {
    border-bottom-right-radius: 40px;
}

.emp-diferencial-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
    margin-top: 20px;
}

.emp-diferencial-box {
    background: #2A2A2A;
    width: 120px;
    height: 120px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.emp-diferencial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

section.emp-diferenciais {
    padding: 40px 0;
}

input.form-control, textarea.form-control {
    border: 1px solid #CAC8C7;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 10px 15px;
    color: #2f2f2f;
}

.bldepo-cargo {
    font-family: Montserrat;
    font-weight: 400;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 100%;
}

.blb-img-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blb-cat {
    font-family: Montserrat;
    font-weight: 500;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    background: #FFAE00;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 8px 0 8px 0;
}

.blb-content-footer {
    color: var(--main-color);
    padding: 16px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.blb-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 0 16px;
    color: #2a2a2a;
}

.blb-content-head {
    width: 100%;
}

.blb-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    align-items: flex-start;
}



section.blog {
    padding: 20px 0 180px;
}

.blb-readmore i {
    transition: 300ms all ease-in-out;
    color: #2a2a2a;
}

a.bl-blog:hover .blb-readmore i {
    transform: rotate(45deg);
}

a.bl-blog:hover {
box-shadow: 1px 1px 6px 0px #0000001A;
}

a.bl-blog {
    transition: 300ms all ease-in-out;
    box-shadow: 4px 4px 11px 0px #0000001A;
    width: 100%;
    display: flex;
    border: 1px solid #DEDEDE;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.footer-cta {
    background: var(--main-color);
}

img.footer-cta-img {
    position: absolute;
    bottom: 0;
}

.footer-elements {
    width: 100%;
    height: 65px;
}

.footer-sociais {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer-sociais a {
    color: #f5f5f5;
    font-size: 24px;
}

.footer-title {
    color: #f5f5f5;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

.footer-item i {
    color: var(--main-color);
}

.footer-item {
    color: #f5f5f5;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.copyright {
    padding: 25px 0;
    background: #1D1D1D;
    margin-top: 50px;
}

.footer-copyright-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #f5f5f5;
}

.footer-menu a {
    transition: 300ms all ease-in-out;
}

.footer-menu a:hover {
    padding-left: 3px;
}

ul.footer-menu {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 220%;
    color: #f5f5f5;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.footer-btns {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.footer-btn {
    padding: 25px 10px;
    display: flex;
    flex:1 0 200px;
    gap: 10px;
    transition: 300ms all ease-in-out;
}

.footer-button-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

a.footer-whatsapp:hover {
    background: #20b657;
}

a.footer-whatsapp {
    border-top-left-radius: 25px;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5f5f5;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
a.footer-phone:hover {
    background: #e19c08;

}

a.footer-phone {
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A2A2A;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.footer-button-text span {
    font-weight: 700;
}

a.footer-faq:hover {
    background: #e0ac3c;
}

a.footer-faq {
    background: #FFC446;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A2A2A;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-bottom-right-radius: 25px;
}

.footer-cta-text {
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    line-height: 110%;
}

footer {
    background: #2A2A2A;
}

.blb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 16px 8px;
}

.blb-readmore {
    width: 50px;
    height: 50px;
    border: 1px solid #FFAE00;
    border-radius: 8px 0 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.blb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-blog {
    overflow: hidden;
}

.bldepo-usuario {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

img.bldepo-img {
    width: 63px;
    height: 63px;
    border-radius: 8px;
    object-fit: cover;
}

section.home-depoimentos {
    background: #FFFCF7;
    padding: 60px 0;
}

.emp-diferencial-box i {
    font-size: 40px;
}

a.bl-empreendimento.bg-loading {
    opacity: 0.5;
}

.ble-img.opacity-75 {
    mix-blend-mode: color-burn;
}

.bg-loading {
    background: #fafafa !important;
}

section.empreendimentos {
    padding: 25px 0 180px;
    overflow: hidden;
}

ul.he-cidades-mobile {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.swiper-empreendimentos {
    overflow: hidden
}

.flex-1-0-auto {
    flex: 1 0 auto;
}

.he-cidades-mobile-container {
    display: flex;
    gap: 25px;
    align-items: center;
    overflow-x: auto;
    padding-right: 50px;
}

ul.he-cidades-mobile a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #616060;
    transition: 300ms all ease-in-out;
    white-space: nowrap;
}

ul.he-cidades-mobile a.active, ul.he-cidades-mobile a:hover {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: var(--main-color);
}

.swiper-empreendimentos-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-100%);
}

.swiper-empreendimentos-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(100%);
}

@media (min-width: 1920px) {
    .hqs-img-container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .btn-empreendimentos {
        text-wrap-mode: nowrap;
    }

    .andamentos:before {
        content: ' ';
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50px;
        background: var(--main-color);
    }
}

@media (max-width: 1500px) {
    .swiper-empreendimentos-button-next {
        transform: translateX(0);
        position: relative;
        top: unset;
    }

    .swiper-empreendimentos-button-prev {
        transform: translateX(0);
        position: relative;
        top: unset;
    }
}

@media (max-width: 1400px) {
    h2.hs-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width: 992px) {
    .blog-center {
        margin-top: 30px !important;
        margin-bottom: -20px;
    }
}

@media (max-width: 992px) {
    img.slide-element {
        display: none;
    }
    ul.he-cats:after {
        display: none;
    }

    .hqs-img-container {
        width: 100%;
        margin-top: 40px;
    }

}
@media (max-width: 768px) {
    .breadcrumbs.text-black {
        display: none;
    }

    .andamento {
        flex: 1 1 100px;
    }

}


@media (max-width: 480px) {
    .ble-readmore {
        display: none;
    }
    ul.he-cats {
        gap: 10px;
    }

    .emp-diferencial-box {
        width: 70px;
        height: 70px;
        padding: 20px;
    }

    .emp-diferencial-title {
        font-size: 18px;
        margin-top: 10px;
    }
}
