.destaque-imagem,
.destaque-imagem .box-carousel {
    height: 615px;
    background-color: #ddd;
}
.destaque-imagem .box-carousel .destaque {
    display: flex;
    height: 615px;
    position: relative;
}
.destaque-imagem .box-carousel .destaque img {
    z-index: 1;
    object-fit: cover;
}
.destaque-imagem .box-carousel .box-info {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .5);
}
.destaque-imagem .box-carousel .box-info h2 {
    color: #FFF;
    font-family: "Reem Kufi Ink";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 51px;
}
.destaque-imagem .box-carousel .box-info h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.destaque-imagem .box-carousel .box-info p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.destaque-imagem .box-carousel .box-info .btn-cta {
    margin-top: 38px;
    padding: 14px 22px;
    background-color: #DC0019;
    color: #FFFFFF;
    border: solid 1px transparent;
}
.destaque-imagem .box-carousel .box-info .btn-cta:hover {
    border: solid 1px #ffdce0;
}

.destaque-imagem .box-carousel .custom-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    top: calc(-329.5px);
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border: none;
    z-index: 2;
}
.destaque-imagem .box-carousel .custom-nav button.owl-prev {
    left: 20px;
}
.destaque-imagem .box-carousel .custom-nav button.owl-next {
    right: 20px;
}
.destaque-imagem .box-carousel .custom-nav button.disabled {
    opacity: 0.4;
}
.destaque-imagem .box-carousel .owl-dot span {
    border: solid 2px #FBF9F9;
    background-color: transparent;
    transition: all .3s;
}
.destaque-imagem .box-carousel .owl-dot:hover span,
.destaque-imagem .box-carousel .owl-dot.active span {
    background-color: #FBF9F9;
}
.destaque-imagem .box-carousel .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.tipos-empreendimentos .tp-empreendimento {
    display: block;
    border-radius: 20px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 490px;
    text-decoration: none;
}
.tipos-empreendimentos .tp-empreendimento .bg-layer {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px 70px 32px 30px;
}
.tipos-empreendimentos .tp-empreendimento .box-img {
    margin-top: auto;
    margin-bottom: 15px;
}
.tipos-empreendimentos .tp-empreendimento h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 20px;
}
.tipos-empreendimentos .tp-empreendimento p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tipos-empreendimentos .custom-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.tipos-empreendimentos .custom-nav button {
    width: 45px;
    height: 45px;
    margin-top: -45px;
    background-color: #08044F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border: none;
    z-index: 2;
    border: solid 2px #08044F;
}
.tipos-empreendimentos .custom-nav button.owl-prev {
    left: 20px;
}
.tipos-empreendimentos .custom-nav button.owl-next {
    right: 20px;
}
.tipos-empreendimentos .custom-nav button.disabled {
    opacity: 0.4;
    background-color: #FFFFFF;
}
.tipos-empreendimentos .custom-nav button.disabled svg path {
    stroke: #08044F;
}

.box-equipe-vendas {
    position: relative;
}
.box-equipe-vendas img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    border-radius: 25px;
    object-fit: cover;
}
.box-equipe-vendas .box-info {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 0 45px;
    align-items: center;
}
.box-equipe-vendas h2 {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 120% */
    margin-top: auto;
    margin-bottom: 25px;
}
.box-equipe-vendas p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    margin-bottom: 60px;
}
.box-equipe-vendas .btn-cta {
    background-color: transparent;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    margin-bottom: 60px;
    width: fit-content;
}

.box-simulador {
    border-radius: 25px;
    background: rgb(0, 0, 0, .8);
    padding: 60px 60px 0 60px;
}
.box-simulador h2 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}
.box-simulador p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
}   
.box-simulador .btn-cta {
    background-color: transparent;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    margin-bottom: 60px;
    width: fit-content;
}



@media (max-width: 992px) {
    .num-destaque {
        margin-bottom: 30px;
    }
    .numeros-destaques h3 {
        font-size: 16px;
    }
    .numeros-destaques h4 {
        font-weight: 600;
    }

    .destaque-imagem .box-carousel .box-info h2 {
        font-size: 45px;
        margin-bottom: 45px;
        text-align: center;
    }

    .destaque-imagem .box-carousel .box-info h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .destaque-imagem .box-carousel .box-info p {
        font-size: 18px;
    }
    .destaque-imagem .box-carousel .box-info .btn-cta {
        margin-top: 30px;
        font-size: 14px;
    }

    .destaque-imagem .box-carousel .custom-nav button {
        top: -85px;
    }
}
