/**navbar**/
.navbar {
    border: 0px solid red;
    background-color: transparent !important;
}

.container-navbar {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.navbar > .container {
    flex-direction: row !important;
}
.navbar-brand img {
    max-width: 204px;
}

.navbar-nav {
    visibility: hidden;
}
.invista .container {
    width: 100% !important;
    max-width: 100% !important;
}

.navbar-toggler {
    border: 1px solid #343433 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
    align-items: center !important;
    flex-direction: column;
    justify-content: center;
}

.navbar .navbar-toggler .bar {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #343433;
    transition: all 0.2s ease-out 0.15s;
}

.navbar .btn {
    color: #343433 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 2%;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}

@media (min-width: 1140px) {
    .navbar .navbar-toggler:not(.close):hover .bar {
        width: 30px;
    }

    .navbar .navbar-toggler:not(.close):hover .bar:nth-child(2) {
        height: 1px;
        margin: 3px 0;
    }
}

.navbar .navbar-toggler .bar:nth-child(1) {
    margin-bottom: 3px;
}

.navbar .navbar-toggler .bar:nth-child(2) {
    height: 0;
    margin: 0;
    transition: all 0.15s ease-out;
}

.navbar .navbar-toggler .bar:nth-child(3) {
    margin-top: 3px;
}

.btn .btn-underline {
    color: #f8f6f0 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: flex !important;
    }
}

/**header**/
.banner {
    width: 100%;
    height: 100vh;
    padding-bottom: 48px;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    /* background-color: coral !important;*/
}

.banner .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner .content {
    position: relative;
    z-index: 1;
    width: 100%;
    /*max-width: 1000px;*/
    margin: 0 auto;
    text-align: center;
    border: 0px solid red;
}

.banner .content h2 {
    margin: 0;
    padding: 0;
    font-size: 80px;
    font-style: normal;
    color: #ffff;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 2%;
    text-align: left;
    max-width: 600px;
    border: 0px solid;
    word-wrap: break-word;
}

.banner .content p {
    font-size: 1.5em;
    color: #ffff;
}

.image {
    color: #fff;
}

.circulo-link {
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f8f6f0;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 120ms ease-in-out;
}

.circulo-link svg {
    transition: all 120ms ease-in-out;
}

.circulo-link:hover {
    background-color: #f8f6f0;
}

.circulo-link:hover svg path {
    fill: #343433;
    stroke: #343433;
}

.banner .content:nth-child(2) {
    border: 0px solid green;
    align-items: flex-end;
    justify-content: space-between;
    padding: 35px 0px 46px;
}

.link-nossos-empreendimentos {
    color: #f8f6f0;
    margin-top: 19px !important;
    border: 0px solid red;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 18px;
    max-width: 207px;

    text-decoration: none;
}

.link-nossos-empreendimentos p {
    text-align: left;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 14px;
    margin: 0px 8px 0px 0px !important;
}

.lancamento h1 {
    color: #ab8476;
    font-size: 304px;
    line-height: 362.78px;
    font-weight: 500;
}

.lista-quem-faz {
    display: flex !important;
    flex-direction: row !important;
}

.flex-block-2 {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 42px !important;
}

.nome.portfolio {
    margin-bottom: 300px !important;
    border: 0px solid red;
    height: 80px !important;
}

.box-zoom-quem-faz {
    /*  width: 469px !important;
      width: 45% !important;
      height: 578px !important;
       cursor: pointer;
          margin-right: 30px !important;
            position: relative;
            */
}

.box-zoom-quem-faz {
    width: 45%;
    margin-right: 20px;
    height: 578px;
    border: 0px solid blue;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.item-quem-faz {
    width: 100% !important;
    height: 100% !important;
    /* background-image: url("../img/Rectangle-3.png") !important; */
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    display: flex !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.box-zoom-quem-faz:hover .item-quem-faz {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.box-zoom-portfolio {
    width: 470px;
    height: 578px;
    margin-right: 20px;
    border: 0px solid blue;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.item-portfolio {
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #333;
    /* background-image: url("../img/Rectangle-4.png"); */
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    margin-right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.box-zoom-portfolio:hover .item-portfolio {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.div--video video {
    cursor: pointer;
    transform: scale(0.75);
    height: 100vh;
    object-fit: cover;
}

.div--video:hover .div--video:focus {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.lista-empreendimentos {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: start !important;
    align-items: center;
    border: 0px solid red;
}

.lista-blog,
.lista-blog .alm-reveal {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: start !important;
    align-items: center;
    border: 0px solid red;
    width: 100%;
}

.box-zoom-empreendimento {
    border: 0px solid green;
    margin-bottom: 64px;
    cursor: pointer;
}

.box-zoom-blog {
    border: 0px solid green;
    margin-bottom: 64px;
    cursor: pointer;
}

.EmpreendimentoListView {
    display: flex;
    flex-direction: column;
    width: 383px;
    height: 680px;
    border: 0px solid blue;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    border-bottom: 1px solid #ab8476;
    padding-bottom: 24px;
}

.BlogListView {
    display: flex;
    flex-direction: column;
    width: 380px;
    /* height: 441px; */
    border: 0px solid blue;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    border-bottom: 1px solid #ab8476;
    padding-bottom: 24px;
}

.EmpreendimentoListView figure.img-cover {
    width: 100% !important;
    height: 511px;
    border: 0px solid red;
}

.BlogListView figure.img-cover {
    width: 100% !important;
    height: 252px;
    border: 0px solid red;
    margin-bottom: 0px !important;
    overflow: hidden;
}

.BlogListView figure.img-cover img,
.EmpreendimentoListView figure.img-cover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.EmpreendimentoListView:hover figure.img-cover img.banner,
.BlogListView:hover figure.img-cover img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.EmpreendimentoListView .detalhes {
    height: 125px !important;
    padding-top: 24px;
    border: 0px solid green;
}

.BlogListView .detalhes-blog {
    height: 189px !important;
    padding: 24px;
    border: 0px solid green;
    background-color: #fff !important;
}

.detalhes h4 {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #343433 !important;
    margin-bottom: 16px !important;
    text-decoration: none !important;
}

.detalhes p:nth-child(2) {
    font-size: 16px !important;
    line-height: 16.25px !important;
    font-weight: 400 !important;
    color: #343433 !important;
    margin-bottom: 4px !important;
    text-decoration: none !important;
}

.detalhes p:nth-child(3) {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #343333ad !important;
    text-decoration: none !important;
}

.detalhes-blog h4 {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #343433 !important;
    margin-bottom: 16px !important;
    text-decoration: none !important;
}

.detalhes-blog p:nth-child(2) {
    font-size: 16px !important;
    line-height: 16.25px !important;
    font-weight: 400 !important;
    color: #343433 !important;
    margin-bottom: 4px !important;
    text-decoration: none !important;
}

.detalhes-blog p:nth-child(3) {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #343333ad !important;
    text-decoration: none !important;
}

.filtro_status {
    display: flex;
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #343333ad !important;
    align-items: center;
    justify-content: flex-start;
}

.filtro_status .form-check .form-check-label {
    font-weight: 400 !important;
    margin: 0px 10px !important;
}

.form-check {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
}

.box-filtro {
    border-bottom: 1px solid #343333ad;
    padding-bottom: 26px;
    width: 100%;
}

.filtro_categoria {
    display: flex;
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #343333ad !important;
    align-items: center;
    justify-content: flex-start;
}

.filtro_categoria .form-check .form-check-label {
    font-weight: 400 !important;
    margin: 0px 10px !important;
}

.section .bg-empreendimetos {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    position: relative;
    z-index: 5;
}

.home-cta .ver-todos .link-block {
    border: 0px solid #fff !important;
}

@media (max-width: 479px) {
    .box-zoom-empreendimento {
        width: 100% !important;
    }

    .heading.empreendimentos {
        font-size: 72px !important;
        text-wrap: wrap;
        width: 300px !important;
        word-break: break-word;
    }

    .section .bg-empreendimetos {
        z-index: 1 !important;
/*         background-image: url("../img/bg-empreendimentos-internos_otimizada.png"); */
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        position: static;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
        /* min-height: 796px !important; */
        padding: 20px;
    }

    .box-zoom-blog {
        width: 100% !important;
    }

    .box-filtro {
        padding-bottom: 0;
    }

    .filtro_status {
        display: flex;
        font-size: 16px !important;
        line-height: 16px !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: scroll;
        padding-bottom: 26px;
        text-wrap: nowrap;
    }

    .filtro_categoria {
        display: flex;
        font-size: 16px !important;
        line-height: 16px !important;
        flex-wrap: wrap !important;

        justify-content: flex-start !important;
    }

    .lista-quem-faz {
        flex-direction: column !important;
    }

    .box-zoom-quem-faz {
        width: 100% !important;
        margin-right: 0px !important;
        height: 578px;
        margin-bottom: 20px !important;
    }

    .box-zoom-portfolio {
        width: 100% !important;
        height: 578px;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    }

    .box-zoom-portfolio .item-portfolio {
        width: 100% !important;
        height: 587px;
    }

    .lista-empreendimentos {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: start;
        align-items: center;
        padding: 0px 20px;
        border: 0px solid red;
    }

    .lista-blog {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: center;
        align-items: center;
        padding: 0px 0px;
        border: 0px solid red;
    }

    .EmpreendimentoListView {
        width: 100% !important;
    }

    .BlogListView {
        width: 100% !important;
    }
}

/*****depoimentos - pag sobre******/
.div-depoimentos {
    width: 100% !important;
    background-color: transparent !important;
    /* padding-top: 112px !important; */
    /* margin-top: 200px !important; */
}

.div-depoimentos .mask {
    width: 100% !important;
    background-color: transparent !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.div-depoimentos .slide-nav {
    display: none;
}

.div-depoimentos .icon {
    display: block !important;
}

.div-depoimentos .titulo-depoimentos {
    color: #343433 !important;
    margin-bottom: 44px !important;
    font-family: "SF PRO Regular", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-align: left !important;
}

.div-depoimentos .slide {
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.div-depoimentos .slider {
    width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.div-depoimentos .content-depoimento {
    max-width: 797px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.div-depoimentos .paragraph-4 {
    font-family: "SF PRO Medium", sans-serif !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 48px !important;
    text-align: left !important;
}

.body {
    padding-bottom: 0;
}

.div-depoimentos .box-nome-profissao-cliente {
    height: 100% !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: start !important;
    padding-left: 16px !important;
    display: flex !important;
}

.div-depoimentos .div-block-4 {
    align-items: center !important;
    margin-top: 32px !important;
    display: flex !important;
}

.div-depoimentos .image-2 {
    width: 100%;
    height: 100%;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    border-radius: 100%;
}

.div-depoimentos .nome-cliente {
    color: #343433 !important;
    font-family: "SF PRO Regular", sans-serif !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.div-depoimentos .profissao-cliente {
    color: #ab8476 !important;
    margin-bottom: 0 !important;
    font-family: "SF PRO Regular", sans-serif !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.div-depoimentos .left-arrow,
.div-depoimentos .right-arrow {
    width: 60px !important;
    height: 60px !important;
    color: #343433 !important;
    border: 1px solid #343433 !important;
    border-radius: 100% !important;
    background-image: none !important;
}

.div-depoimentos .icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
}

.div-depoimentos .icon-2 {
    font-size: 24px !important;
}

.button {
    color: #343433;
    cursor: pointer;
    background-color: #f8f6f0;
    font-family: "SF PRO Regular", sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.dobra-3.image-gallery-carousel.w-container.section-galeria {
    position: relative;
    /* top: 100px; */
    /* margin-bottom: -250px; */
}

.dobra-3 .left-arrow,
.dobra-3 .right-arrow {
    border: 1px solid #fff !important;
}

.dobra4 .left-arrow .image-gallery-carousel {
    width: 48px !important;
    height: 48px !important;
}

.dobra4 .left-arrow {
    background-image: none !important;
}

.left-arrow.image-gallery-carousel {
    height: 48px !important;
    width: 48px !important;
    max-height: 48px !important;
    min-height: 48px !important;
}

.dobra4 .container-large {
    width: 100% !important;
}

.ondas-home .ocean .wave {
    /* right: -150px !important; */
}
