body {
    padding-bottom: 0;
    font-family: 'Montserrat';
}

#main.pageCaminhosLapa {
    height: 100%;
    opacity: 1;
    -webkit-animation-name: animaOpacity;
    -moz-animation-name: animaOpacity;
    -ms-animation-name: animaOpacity;
    -o-animation-name: animaOpacity;
    animation-name: animaOpacity;
    /*pageCaminhosLapa -webkit-animation-duration: 2s;*/
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes animaOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes animaOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes animaOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animaOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.headerCaminhosLapa {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 0%);
    height: 80px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.headerCaminhosLapa img {
    width: 180px;
}

.banner {
    position: relative;
    width: 100%;
    height: 800px;
    /*margin-top: 80px;*/
    z-index: 10;
    background-image: url('../images/banner.jpg');
    background-size: cover;
}

@media (max-width: 812px) {

    .banner {
        height: 1300px;
        margin-top: -50px;
    }

    .swiper {
        width: 100% !important;
    }

    .estagioDaObra {
        display: block !important;
    }

    .icones {
        width: 100% !important;
        display: block !important;
        padding: 20px !important;
    }

    .footer .empresas .empresa .logos img {
        width: 20vw !important;
    }
}

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

.banner .bannerInfo {
    /*position: absolute;
            bottom: -72px;*/
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.bannerInfo div {
    padding: 20px 60px;
    background: linear-gradient(0deg, rgba(41, 48, 17, 1) 0%, rgba(84, 99, 34, 1) 35%);
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner .bannerInfo h1 {
    font-size: 32px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
}

.banner .bannerInfo p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
}

.empreendimentos {
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
}

.empreendimentos h2 {
    text-align: center;
}

.empreendimentos .listaEmpreendimento {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.empreendimentos .listaEmpreendimento .empreendimento {
    display: flex;
    flex-direction: row;
    width: 37%;
    margin-top: 20px;
    border: 1px solid #B5B682;
    background-color: #fff;
}


@media (max-width: 768px) {

    .empreendimentos .listaEmpreendimento {
        padding: 0px 25px;
        justify-content: center;
    }

    .empreendimentos .listaEmpreendimento .empreendimento {
        width: 98%;
    }
}

.empreendimentos .listaEmpreendimento .empreendimento:focus,
.empreendimentos .listaEmpreendimento .empreendimento:hover {
    text-decoration: none;
}

.empreendimentos .listaEmpreendimento .empreendimento .imageEmpreendimento {
    height: 100%;
    width: 30%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.empreendimentos .listaEmpreendimento .empreendimento .vendido {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    height: auto;
    background-color: #53631c;
    position: absolute;
    top: 15px;
    right: 0;
    margin: auto;
    padding: 3px 20px;
    z-index: 1;
    font-weight: 700;
}

.empreendimentos .listaEmpreendimento .empreendimento .imageEmpreendimento .status {
    background: #53631c;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 20px;
    position: absolute;
    left: calc(100% - 18px);
    top: 15px;
    width: max-content;
}

.empreendimentos .listaEmpreendimento .empreendimento .imageEmpreendimento .mobile {
    display: none;
}

.empreendimentos .listaEmpreendimento .empreendimento .imageEmpreendimento .desktop {
    display: block;
}

.empreendimentos h2 {
    font-size: 32px;
    color: #546322;
    line-height: 40px;
    font-weight: 500;
}

.empreendimentos .listaEmpreendimento .empreendimento .dadosEmpreendimento {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 60px 0 20px 20px;
}

.empreendimentos .listaEmpreendimento .empreendimento .dadosEmpreendimento .preTitulo {
    color: #90908e;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.empreendimentos .listaEmpreendimento .empreendimento .dadosEmpreendimento .titulo {
    color: #53631c;
    font-size: 38px;
    line-height: 15px;
    font-weight: 800;
    text-transform: uppercase
}

.empreendimentos .listaEmpreendimento .empreendimento .dadosEmpreendimento .descricao {
    color: #60605d;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
}

.ruaJardim {
    z-index: 10;
}

.ruaJardim .bannerRuaJardim {
    /*background: linear-gradient(0deg, rgba(41,48,17,1) 0%, rgba(84,99,34,1) 35%);*/
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    padding: 40px 40px 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ruaJardim .bannerRuaJardim div {
    width: 80%;
    max-width: 900px;
    color: #546322;
}

.ruaJardim .container {
    padding: 0 120px;
    margin-top: -40px;
}

@media (max-width: 1090px) {

    .empreendimentos .listaEmpreendimento .empreendimento .imageEmpreendimento .mobile {
        display: block;
    }

    .empreendimentos .listaEmpreendimento .empreendimento .imageEmpreendimento .desktop {
        display: none;
    }
}

@media (max-width: 768px) {

    .ruaJardim .container {
        padding: 0 20px;
    }

    .empreendimentos .listaEmpreendimento .empreendimento .imageEmpreendimento .status {
        top: 5px;
    }

    .empreendimentos .listaEmpreendimento .empreendimento .vendido {
        top: 30px;
    }
}

.ruaJardim .container .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9, padr�o dos v�deos */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.ruaJardim .container .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ruaJardim .container .dados {
    margin-top: 80px;
}

.ruaJardim .container .dados .text {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.ruaJardim .container .dados .text p {
    color: #546322;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    width: 55%;
    margin-bottom: 40px;
}

.ruaJardim .container .dados .text img {
    align-self: end;
}


.ruaJardim .decoration {
    width: 80%;
    height: 1px;
    background: #B5B682;
    margin: 0 auto;
}

.ruaJardim .descricao {
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    padding: 0px 80px;
    margin: 80px 0;
    font-weight: 500;
}

.bannerFixo {
    position: relative;
    height: 100vh;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.bannerFixo div {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 700;
    position: absolute;
    top: 10%;
    left: 10%;
    padding: 50px;
    width: 60%;
    max-width: 700px;
}

.estagioDaObra {
    position: relative;
    padding: 50px 0 0;
    display: flex;
}

.estagioDaObra .titulo {
    display: flex;
    justify-content: center;
    margin-left: -20%;
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
}

.estagioDaObra .titulo p {
    background: linear-gradient(0deg, rgba(41, 48, 17, 1) 0%, rgba(84, 99, 34, 1) 35%);
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    padding: 30px 80px;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    width: max-content;
}

.estagioDaObra .icones {
    /*display: flex;
        flex-direction: column;*/
    margin: auto;
    padding-left: 50px;
}

.estagioDaObra .icones div {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-bottom: 30px;
}

.diferenciais p {
    color: #546322 !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    width: 55% !important;
}

.estagioDaObra .icones div p {
    margin-bottom: 0;
    margin-left: 10px;
}

.estagioDaObra .icones img {
    height: 75px;
}

.footer .endereco {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
}

.footer .endereco .flex {
    display: flex;
    gap: 20px;
}

.footer .endereco p {
    padding: 10px;
}

.footer .endereco a {
    background-color: #546322;
    color: #fff;
    padding: 10px;
    text-decoration: none;
}

.footer .endereco a:hover {
    background-color: #6e822b;
}

.footer .endereco a img {
    height: 25px;
    margin-right: 5px;
}

.footer .empresas {
    display: flex;
    flex-direction: column;
}

.footer .empresas .empresa {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.footer .empresas .empresa .logos {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.footer .empresas .empresa .logos img {
    width: 7vw;
    margin: 0 30px;
}

.footer .empresas .empresa h3 {
    font-size: 16px;
    color: #7f7f7f;
    margin: 20px 0;
}

.footer .textoLegal {
    padding: 60px 50px 0 50px;
    font-size: 11px;
    font-weight: 300;
    color: #60605d;
    text-align: justify;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    transition: opacity .3s ease-in-out;
    background-size: cover !important;
    background-position: center !important;
    height: 80vh !important;
}

.swiper-button-next,
.swiper-button-prev {
    bottom: 0 !important;
    top: auto !important;
    width: 50px !important;
    height: 50px !important;
    background: #546322;
    color: white !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
}

.swipper-button-area {
    position: absolute;
    width: 135px;
    height: 50px;
    bottom: -5px;
    left: 42vw;
}

.mySwiper {
    position: static !important;
}

.swiper-pagination {
    left: 50% !important;
    width: max-content !important;
    background-color: #000000;
    margin: 0 auto;
    padding: 5px 40px;
    opacity: 75%;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #FFFFFF;
    opacity: 50%;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 1;
}

.swiper-slide>.layer {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    position: relative;
    background: rgba(0, 0, 0, .3);
}

.swiper-slide .background-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    z-index: -999;
}

.swiper-slide .background-layer img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    transition: all ease-in-out 0.5s;
}

.swiper-slide:hover .background-layer img {
    transform: scale(1.2);
}


.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-color: rgba(0, 0, 0, .5);
    width: 33px;
    height: 65px;
    left: 0;
    background-size: 19px 31px;
    pointer-events: visible;
    outline: none;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-color: rgba(0, 0, 0, .5);
    width: 33px;
    height: 65px;
    right: 0;
    background-size: 19px 31px;
    pointer-events: visible;
    outline: none;
}

.breve>a {
    width: 100%;
    height: 100%;
    cursor: default;
}

.breve>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.breve .bt-breve {
    padding: 20px 50px;
    border: 1px solid #fff;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}

.pronto {
    flex: 1;
    box-shadow: 0 -300px 100px -100px rgba(84, 99, 34, .7) inset;
}

.pronto.destaque {
    /*flex: 3;*/
    margin: 0 15px 0 0;
}

.pronto.destaque .infos .condominio {
    font-size: 34px;
}

.pronto.destaque .infos .nome-condominio {
    font-size: 50px;
}

.pronto .infos .nome-condominio {
    font-size: 46px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pronto .infos {
    color: #fff;
    text-transform: uppercase;
    /*min-height: 310px;*/
    align-self: flex-start;
    margin-top: 20px;
}

.pronto .infos .lancamento {
    display: inline-block;
    padding: 5px 15px;
    background-color: #546322;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20vh;
}

.pronto .infos .condominio {
    font-size: 34px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 1.1;
    /*            margin-bottom: 10px;*/
}

.pronto .infos .nome-condominio {
    font-size: 46px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pronto .infos .conheca {
    display: inline-block;
    padding: 10px 15px;
    /*background-color: #fff;*/
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    min-width: 200px;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.pronto .infos .conheca:hover {
    background: rgba(255, 255, 255, .2);
}

.swiper-slide:hover .conheca {
    opacity: 1;
}


.pronto .detalhes {
    position: absolute;
    font-weight: 600;
    /*width: 100%;*/
    width: 75%;
    color: #fff;
    bottom: 15vh;
    /*left: 0;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    flex-direction: column;
}

/*.pronto.destaque .detalhes {
    position: absolute;
    font-weight: 600;*/
/*width: 100%;*/
/*width: 75%;
    color: #fff;
    bottom: 15vh;
    bottom: 18vh;*/
/*left: 0;*/
/*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}*/

.pronto .detalhes hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid #eee;
    width: 142px;
}

.pronto .detalhes div {
    width: 100%;
}

@media (max-width: 1400px) {
    .pronto.destaque .infos .nome-condominio {
        font-size: 50px;
    }

    .pronto.destaque .infos .condominio {
        font-size: 30px;
    }

    .pronto.destaque .infos .lancamento {
        margin-bottom: 10vh;
    }

    .pronto .infos .lancamento {
        margin-bottom: 10vh;
    }

    .pronto .infos .nome-condominio {
        font-size: 40px;
        padding: 0px 16px;
    }

    .pronto .infos .condominio {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .swipper-button-area {
        left: 39vw;
    }
}

@media (max-width: 812px) {
    body {
        padding-top: 50px;
    }

    #main.pageCaminhosLapa {
        padding-bottom: 70px;
    }

    .headerCaminhosLapa img {
        width: 200px;
    }

    .breve .bt-breve {
        padding: 20px;
        max-width: 80%;
        margin-bottom: 0;
    }

    .pronto .infos {
        min-height: 0;
    }

    .pronto .infos .nome-condominio {
        margin-bottom: 30px
    }

    .pronto .infos .lancamento {
        margin-bottom: 10vh;
    }

    .pronto.destaque .infos .lancamento {
        margin-bottom: 10vh;
    }

    .swipper-button-area {
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 800px) {
    .pronto {
        flex: none;
    }

    .pronto.destaque {
        flex: none;
        margin: 0;
    }

    .pronto:not(.destaque) .detalhes {
        bottom: 50px;
    }

    .pronto.destaque .detalhes {
        bottom: 50px;
    }

    .pronto .infos .lancamento {
        margin-bottom: 10vh;
    }

    .pronto.destaque .infos .lancamento {
        margin-bottom: 10vh;
    }
}

@media (max-width: 480px) {


    .pronto .infos .lancamento {
        margin-bottom: 45px;
        font-size: 12px;
    }

    .pronto.destaque .infos .lancamento {
        margin-bottom: 45px;
        font-size: 12px;
    }

    .pronto .infos .condominio {
        font-size: 30px;
    }

    .pronto .infos .nome-condominio {
        font-size: 50px;
    }

    .pronto .infos .conheca {
        font-size: 18px;
    }

    .breve .bt-breve {
        padding: 15px;
        max-width: 80%;
        font-size: 18px;
    }
}

@media (max-height: 480px) {
    body {
        padding-top: 50px;
        margin-bottom: 95px;
    }

    .headerCaminhosLapa {
        height: 50px;
    }

    #main.pageCaminhosLapa {
        padding-bottom: 0px;
    }

    .pronto {
        box-shadow: 0 -150px 50px -50px rgba(84, 99, 34, .7) inset;
    }

    .pronto .infos .lancamento {
        margin-bottom: 5px;
    }

    .pronto .infos .condominio {
        margin-bottom: 0px;
    }

    .pronto .infos .nome-condominio {
        margin-bottom: 5px;
    }

    .pronto .detalhes {
        bottom: 5px;
    }
}


.chat_novo {
    background-color: #a6130c;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 96px;
    height: initial;
    font-family: Montserrat;
}

.chat_novo ul.transition {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chat_novo li.titulo {
    width: 100%;
    display: block;
    background-color: #eb2c26;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 15px;
}

.chat_novo li.titulo .title {
    font-size: 14px;
    font-weight: 600;
}

.chat_novo li.vendas,
li.chat,
li.allow-link,
li.mail {
    float: left;
    width: auto;
    padding: 10px 5px 7px;
    /* width: 110px; */
    height: 71px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    /* border-bottom: 1px solid #eb2c26; */
    font-size: 12px;
    list-style-type: none;
}


@media (max-width: 1000px) {
    .banner img {
        width: auto;
    }

    .chat_novo {
        background-color: #a6130c;
        overflow: hidden;
        position: fixed;
        z-index: 999;
        top: 95%;
        right: 0;
        /* transform: translateY(-50%); */
        width: 100%;
        height: 95px;
        font-family: Montserrat;
        bottom: 0%;
    }

    .chat_novo ul.transition {
        padding: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .chat_novo li.titulo {
        width: 25%;
        padding: 6px;
        height: 95px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .chat_novo li.vendas,
    li.chat,
    li.allow-link,
    li.mail {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .chat_novo li.vendas .title,
    li.chat .title,
    li.allow-link .title,
    li.mail .title {
        display: none;
    }
}

/*
@media screen and (max-width: 100px), screen and (max-height: 620px) {
    .chat_novo {
        top: 93%;
    }
}

@media screen and (max-width: 100px), screen and (max-height: 440px) {
    .chat_novo {
        top: 90%;
    }
}
*/