#display {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#display h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.12em;
    color: #FFFFFF;
}

#display .container {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
}

#display .container>.row {
    margin-bottom: 30px;
}

#display .container>.row a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#display .owl-empreendimento .item {
    height: 790px !important;
}

#display .owl-empreendimento .item a {
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
}

#display .owl-empreendimento .item a .container {
    position: absolute;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#display .owl-empreendimento .item a .container .row {
    width: 100%;
    margin-top: 70px;
    text-align: center;
}

#display .owl-empreendimento .item a .container .row h2 {
    font-size: 43px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: calc(0.12 * 43px);
}

#display .owl-empreendimento .item a .container .row h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: calc(0.04 * 28px);
}

#display .owl-empreendimento .mask {
    background-color: #000000;
    opacity: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 790px;
}

#display .owl-empreendimento .item img {
    width: 100%;
    height: 790px;
    object-fit: cover;
}

/* #form-lead-mobile {
    display: none;
}

#form-lead {
    position: relative;
}

#form-lead .form-container {
    width: 441px;
    height: 606px;
    border: 1px solid #E6E6E6;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 18px 0px #00000026;
    position: absolute;
    right: 60px;
    z-index: 3;
    padding: 35px;
}

#form-lead .form-container h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #163D66;
    margin-bottom: 14px;
}

#form-lead .form-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #484848;
    margin-bottom: 0;
}

#form-lead .form-container form {
    margin-top: 20px;
}

#form-lead .form-container form label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #484848;
} */

#newsletter .form-container form .group-label-input {
    margin-bottom: 12px;
}


#newsletter .form-container form .group-label-input:nth-child(4) {
    margin-bottom: 24px;
}



#newsletter .form-container form .group-input {
    display: flex;
}

#newsletter .form-container form span {
    width: 45px;
    height: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #163D6621;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*

#form-lead .form-container form input {
    width: 100%;
    height: 45px;
    background: #163D6621;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    outline: none;
}

#form-lead .form-container form input[type='submit'] {
    background-color: #163D66;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: calc(0.05 * 16px);
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
} */

#banner-empreendimento .container-fluid {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#banner-empreendimento .container-fluid .container-title {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#banner-empreendimento .container-fluid .container-title h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.12em;
    color: #fff;
    margin-top: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate();
}

#banner-empreendimento .container-fluid .container-title a {
    margin-top: auto;
    margin-bottom: 35px;
    position: absolute;
    top: 100%;
    z-index: 2;
}

#banner-empreendimento .container-fluid img {
    width: 110%;
    height: 100vh;
    object-fit: cover;
    background-position: center;
}

#banner-empreendimento .container-fluid .mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00000066;
}

#bem-vindo {
    margin: 65px 0 57px 0;
}

#bem-vindo img {
    width: 344px;
    object-fit: contain;
    margin-bottom: 35px;
}

#bem-vindo h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #163D66;
    margin-bottom: 20px;
}

#bem-vindo p {
    max-width: 860px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #484848;
}

#detalhes .circle {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    background-color: #F1F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#detalhes h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.05em;
    color: #484848;
    margin-bottom: 6px;
    text-align: center;
}

#detalhes h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: #163D66;
    margin-bottom: 8px;
}

#detalhes p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21.94px;
    color: #163D66;
    margin-bottom: 60px;
    text-align: center;
}

#detalhes p span {
    font-size: 18px;
    text-align: center;
}

#detalhes a {
    text-decoration: none;
    width: 285px;
    height: 48px;
    color: #fff;
    background-color: #1E538C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 69px;
}

#detalhes h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 30.48px;
    letter-spacing: calc(0.11 * 35px);
    color: #163D66;
    margin-bottom: 38px;
    text-transform: uppercase;
}

#detalhes .item-detalhe p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #484848;
}

#detalhes .col-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#detalhes .circle-2 {
    width: 81px;
    height: 81px;
    border-radius: 81px;
    background-color: #163D6621;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}

#detalhes .col p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #484848;
}

#newsletter {
    width: 100%;
}

#newsletter .form-container {
    border: 1px solid #163D66;
    margin-top: 20px;
    margin-bottom: 72px;
    border-radius: 10px;
    padding: 41px 41px;
}

#newsletter .form-container h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: calc(0.05 * 26px);
    text-align: center;
    color: #163D66;
    margin-bottom: 18px;
    text-transform: uppercase;
}

#newsletter .form-container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 43px;
    color: #163D66;
}

#newsletter .form-container form .row-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

#newsletter .form-container form .row-2 {
    display: flex;
    padding: 10px 70px;
    gap: 22px;
}

#newsletter .form-container .group-input input,
#newsletter .form-container .group-input select {
    width: 100%;
    height: 45px;
    background: #163D6621;
    border-radius: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border: none;
    outline: none;
    color: #888888;
}

#newsletter .form-container .group-input select {
    appearance: none;
    -webkit-appearance: none;
}

#newsletter .form-container form .row-2>.group-input {
    flex: 1;
    margin-top: 12px;
}

#newsletter .form-container form .row-2>.group-label-input {
    flex: 1;
}

#newsletter .form-container .group-input input[type="submit"] {
    background-color: #163D66;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: calc(0.05 * 16px);
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
}

#video-embbed {
    margin-bottom: 70px;
}

#video-embbed .container {
    height: 533px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

#video-embbed .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-embbed .container .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00000066;
}

#video-embbed .container .btn-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video-embbed .container #video-container-empreendimento {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-embbed .container #video-container-empreendimento video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#galeria {
    padding: 70px 0 93px 0;
    background-color: #F1F1F1;
}

#galeria h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45.5px;
    letter-spacing: 0.07em;
    color: #163D66;
    text-align: center;
    margin-bottom: 29px;
}

#galeria p {
    /* width: 661px; */
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #484848;
    text-align: center;
    margin-bottom: 49px;
}

#galeria .row .col-sm-12 button {
    padding: 4px 2px;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #484848;
    box-sizing: border-box;
    text-transform: uppercase;
}

#galeria .row .col-sm-12 button.active {
    font-weight: 600;
    border-bottom: 2px solid #1E538C;
    color: #163D66;
}

#galeria .row .col-lg-6 {
    margin-bottom: 28px;
    height: 318px;
}

#galeria .row .col-lg-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#services {
    margin: 88px 0 73px 0;
}

#services h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: calc(0.16 * 40px);
    color: #163D66;
    margin-bottom: 28px;
}

#services .col-sm-12 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #484848;
    margin-bottom: 24px;
}

#services .col-sm-12 p:nth-child(3) {
    font-style: italic;
    font-weight: 500;
}

#services .col-sm-12 h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    color: #484848;
}

#services .col-sm-12 h3 span {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #163D66;
}

#services .col-img {
    display: flex;
    justify-content: flex-end;
}

#services .col-sm-12 .container-imagem {
    overflow: hidden;
    border-radius: 10px;
    width: 550px;
    height: 533px;
}

#services .col-sm-12 .container-imagem img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#services a {
    text-decoration: none;
    width: 285px;
    height: 48px;
    color: #fff;
    background-color: #163D66;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 69px;
    font-size: 16px;
    font-weight: 700;
}

#localizacao {
    margin-bottom: 70px;
}

#localizacao h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45.5px;
    letter-spacing: 0.07em;
    color: #163D66;
    margin-bottom: 47px;
}

#localizacao .col-sm-12 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#maps .col {
    width: 750px;
    height: 439px;
}

#maps h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 44.2px;
    color: #163D66;
    text-transform: uppercase;
}

#maps p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #484848;
}

/* MOBILE */
@media all and (max-width: 767px) {

    #display h1 {
        font-size: 30px;
        line-height: 40px;
    }

    #form-lead {
        display: none;
    }

    #form-lead-mobile {
        display: flex;
        justify-content: center;
        margin-top: 44px;
    }

    #form-lead-mobile .form-container-mobile {
        width: 380px;
        height: 595px;
        border: 1px solid #E6E6E6;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0px 4px 18px 0px #00000026;
        padding: 35px;
    }

    #form-lead-mobile .form-container-mobile h4 {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #163D66;
        margin-bottom: 14px;
    }

    #form-lead-mobile .form-container-mobile p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #484848;
        margin-bottom: 0;
    }

    #form-lead-mobile .form-container-mobile form {
        margin-top: 20px;
    }

    #form-lead-mobile .form-container-mobile form label {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #484848;
    }

    #form-lead-mobile .form-container-mobile form .group-label-input {
        margin-bottom: 12px;
    }

    #form-lead-mobile .form-container-mobile form .group-label-input:nth-child(4) {
        margin-bottom: 24px;
    }

    #form-lead-mobile .form-container-mobile form .group-input {
        display: flex;
    }

    #form-lead-mobile .form-container-mobile form span {
        width: 45px;
        height: 45px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #163D6621;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #form-lead-mobile .form-container-mobile form input {
        width: 100%;
        height: 45px;
        background: #163D6621;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: none;
        outline: none;
    }

    #form-lead-mobile .form-container-mobile form input[type='submit'] {
        background-color: #163D66;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: calc(0.05 * 16px);
        color: white;
        border-radius: 5px;
        text-transform: uppercase;
    }

    #detalhes h2 {
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
    }

    #newsletter .form-container {
        padding: 35px 35px 56px 35px;
    }

    #newsletter .form-container form .row-1 {
        grid-template-columns: 1fr;
    }

    #newsletter .form-container form .row-2 {
        padding: 10px 0;
        flex-direction: column;
    }

    #newsletter .form-container .group-input span {
        grid-column: span 1;
        white-space: wrap;
    }

    #banner-empreendimento .container-fluid .container-title h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0.12em;

    }

    #newsletter .form-container h3 {
        font-size: 20px;
    }

    #newsletter .form-container p {
        font-size: 16px;
        margin-bottom: 23px;
    }

    #bem-vindo p {
        width: 380px !important;
    }

    #detalhes p {
        font-size: 16px;
        text-align: center;
        white-space: nowrap;
    }

    #detalhes .item-detalhe p {
        white-space: wrap;
        margin-bottom: 20px;
    }

    #video-embbed .container {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
        height: 351px;
    }

    #video-embbed .container img {
        border-radius: 10px;
    }

    #video-embbed .container .mask {
        width: calc(100% - 3rem);
        left: 1.5rem;
        right: 1.5rem;
        border-radius: 10px;
    }

    #video-embbed .container #video-container-empreendimento {
        width: calc(100% - 3rem);
        left: 1.5rem;
        right: 1.5rem;
        border-radius: 10px;
        overflow: hidden;
    }

    #galeria {
        padding-bottom: 63px;
    }

    #galeria h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 36.4px;
        letter-spacing: 0.07em;
    }

    #galeria p {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.05em;
    }

    #services {
        margin: 63px 0 0 0;
    }

    #services .col-sm-12 .container-imagem {
        width: 100%;
    }

    #services h2 {
        /* width: 380px !important; */
        font-size: 28px;
        font-weight: 500;
        line-height: 36.4px;
        letter-spacing: 0.17em;
        text-align: center;
    }

    #services p {
        /* width: 380px !important; */
        font-size: 28px;
        font-weight: 600;
        line-height: 36.4px;
        letter-spacing: 0.17em;
    }

    #services a {
        margin: 0 auto 49px auto;
        justify-self: center;
    }

    #services .col-img {
        display: none;
    }

    #services .col-sm-12 h3 {
        width: 100%;
        text-align: center;
    }

    #services .col-sm-12 p:nth-child(3) {
        font-style: normal;
    }

    #services .col-sm-12 p:nth-child(4) {
        font-style: italic;
    }

    #localizacao h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 36.4px;
        letter-spacing: 0.07em;
        margin-bottom: 29px;
    }

    #detalhes .container .row:first-child .col-sm-12:first-child,
    #detalhes .container .row:first-child .col-sm-12:last-child {
        align-items: center !important;
    }

    #localizacao {
        margin-bottom: 32px;
    }

    #localizacao .col-sm-12 {
        display: flex;
        justify-content: center;
    }

    #localizacao .col-sm-12 img {
        height: 288px;
        object-fit: cover;
        border-radius: 10px;
    }

    #maps h2 {
        font-size: 28px;
        text-align: center;
    }

    #maps p {
        margin-bottom: 45px;
    }

    #maps .col {
        display: none;
        height: auto !important;
    }

    #maps .container .row .col:nth-child(2) {
        /* align-items: center; */
        justify-content: flex-start !important;
    }

}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

    #bem-vindo p {
        width: 680px;
    }

    #services {
        margin: 60px 0 0 0;
    }

    #services .col-img {
        display: none;
    }

    #services .col-sm-12 .container-imagem {
        width: 100%;
    }

    #maps .col {
        display: none;
        justify-content: flex-start !important;
        height: auto !important;
        margin-bottom: 45px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    #display .owl-empreendimento .mask {
        background-color: #000000;
        opacity: 40%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 490px;
    }

    #display .owl-empreendimento .item {
        height: 490px !important;
    }

    #display .owl-empreendimento .item img {
        width: 100%;
        height: 490px;
        object-fit: cover;
    }

    #form-lead .form-container {
        right: 20px;
    }
}
