/* BANNERS */
#banners-destaques{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-height: 800px;
    height: 100%;
    overflow: hidden;
    margin-top: 72px;
}

#banners-destaques .banners-plugins{
    display: flex;
    flex: 1;
}

#banners-destaques .owl-banners {
    min-height: calc(100vw * 0.413);
}

#banners-destaques .owl-carousel .owl-item img{
    height: 100%;
}

.banner-mobile{
    display: none !important;
}

#banners-destaques .banners-plugins img{
    max-width: 100%;
}

/* OWL CAROUSEL BANNERS */
#banners-destaques .owl-nav, #banners-destaques .owl-dots{
    position: absolute;
    bottom: 30px;
    margin-bottom: 10px;
    right: 8%;
}

#banners-destaques .owl-dots{
    margin-bottom: 23px;
}

#banners-destaques .owl-carousel button.owl-dot{
    width: 8px;
    height: 8px;
    background: #79ac2b;
    border-radius: 30px;
    opacity: 0.5;
    margin: 0px 5px;
}

#banners-destaques .owl-carousel .owl-nav button.owl-next, 
#banners-destaques.owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 45px;
    color: #fff;
    position: relative;
    opacity: 1;
    font-weight: 100;
    width: 30px;
    height: 30px;
    position: relative;
}

#banners-destaques .owl-carousel .owl-nav .disabled{
    opacity: 0.5 !important;
}

#banners-destaques .owl-carousel .owl-dot.active{
    opacity: 1 !important;
}

#banners-destaques .owl-carousel .owl-nav button.owl-next span,
#banners-destaques .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -300px;
}

#banners-destaques .owl-carousel .owl-nav button.owl-next{
    background: url(/common/default/img/arrow-right.webp) no-repeat center left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: -18px;
}

#banners-destaques .owl-carousel .owl-nav button.owl-prev{
    background: url(/common/default/img/arrow-left.webp) no-repeat center left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    left: -18px;
}

#banners-destaques .owl-carousel.owl-banners{
    display: flex;
    flex-direction: row;
    width: 100%;
}
/* OWL CAROUSEL BANNERS */

/* BANNERS */

/* EMPREENDIMENTOS */
#empreendimentos{
    display: flex;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 120px;
}

#empreendimentos .lista-empreendimentos{
    display: flex;
    overflow: hidden;
    width: 100%;
}

#empreendimentos .lista-empreendimentos, #empreendimentos .lista-empreendimento .owl-carousel .owl-stage-outer{
    min-height: calc(100vw * 0.34056);
}

#empreendimentos .owl-carousel.owl-empreendimentos{
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    width: 78%;
    margin-left: 8.5%;
}

.owl-empreendimentos .mobile{
    display: none !important;
}

#empreendimentos .owl-carousel .owl-wrapper-outer{
    padding-right: 17.5%;
}

#empreendimentos .owl-carousel.owl-empreendimentos .owl-item > div{
    list-style: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
}

#empreendimentos .primeiro{
    margin-left: 8.5%;
}

#empreendimentos .owl-carousel.owl-empreendimentos .owl-item a:after{
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to top,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 0%);
}

#empreendimentos .owl-carousel.owl-empreendimentos img{
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

#empreendimentos .owl-carousel.owl-empreendimentos .owl-item:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#empreendimentos .owl-carousel.owl-empreendimentos .tag-emp{
    position: absolute;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    max-width: 224px;
    padding: 20px 0px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    right: calc(50% - 112px);
    font-size: 15px;
}

#empreendimentos .owl-carousel.owl-empreendimentos .tag-emp.lancamento{
    background-color: #000;
    z-index: 2;
}

#empreendimentos .owl-carousel.owl-empreendimentos .tag-emp.em-construcao{
    background-color: #000;
}

#empreendimentos .owl-carousel.owl-empreendimentos .nome-empreendimento{
    position: absolute;
    bottom: 6%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    width: 100%;
    left: 0%;
    justify-content: center;
    align-items: center;
}

#empreendimentos .owl-carousel.owl-empreendimentos .nome-empreendimento h2{
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

#empreendimentos .owl-carousel.owl-empreendimentos .nome-empreendimento h3{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

#empreendimentos .todos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45px;
}

#empreendimentos .todos a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    border: 1px solid #79AC2B;
    max-width: 380px;
    width: 100%;
    text-align: center;
    padding: 17px 0px;
    border-radius: 20px;
    background-image: url(/common/default/img/arrow-mais-empreendimentos.webp);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 30px auto !important;
    background-color: #fff;
    padding-right: 30px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#empreendimentos .todos a:hover{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-image: url(/common/default/img/arrow-mais-empreendimentos-hover.webp);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-color: #79AC2B;
    color: #fff;
}

/* OWL CAROUSEL EMPREENDIMENTOS */
#empreendimentos .owl-dots.disabled{
    display: none;
}

#empreendimentos .owl-nav, #empreendimentos .owl-dots{
    position: absolute;
    top: 20%;
    left: calc(50% - 65px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background: rgba(255,255,255,0.8);
    border-radius: 310px;
}

#empreendimentos .owl-dots{
    margin-bottom: 23px;
}

#empreendimentos .owl-carousel button.owl-dot{
    width: 8px;
    height: 8px;
    background: #79ac2b;
    border-radius: 30px;
    opacity: 0.5;
    margin: 0px 5px;
}

#empreendimentos .owl-carousel .owl-nav button.owl-next, 
#empreendimentos .owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font-size: 45px;
    color: rgb(73, 73, 73);
    position: relative;
    opacity: 1;
    font-weight: 100;
    position: relative;
    top: -2px;
}

#empreendimentos .owl-carousel .owl-nav button.owl-next{
    margin-left: 5px;
}
#empreendimentos .owl-carousel .owl-nav button.owl-prev{
    margin-right: 5px;
}

#empreendimentos .owl-carousel .owl-nav .disabled{
    opacity: 0.5 !important;
}

#empreendimentos .owl-carousel .owl-dot.active{
    opacity: 1 !important;
}

#empreendimentos .owl-carousel .owl-nav button.owl-next span,
#empreendimentos .owl-carousel .owl-nav button.owl-prev span{
    cursor: pointer;
    text-indent: 0px;
    overflow: inherit;
    position: initial;
}

#empreendimentos .owl-carousel{
    display: flex;
    flex-direction: row;
    width: 100%;
}
/* OWL CAROUSEL EMPREENDIMENTOS */
/* EMPREENDIMENTOS */

/* FUNCIONALIDADE */
#funcionalidade{
    display: flex;
    width: 100%;
    align-items: end;
    flex-direction: column;
}

#funcionalidade .imagem-func{
    position: relative;
}

#funcionalidade .imagem-func:after{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background-image: linear-gradient(to left,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 0%);
    visibility: hidden;
}
#funcionalidade .imagem-func .texto-h2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

#funcionalidade .imagem-func h2{
    max-width: 450px;
    font-weight: 800;
    font-size: 42px;
    color: #fff;
    z-index: 10;
    line-height: 60px;
    margin-left: -2%;
    text-transform: uppercase;
}

#funcionalidade .imagem-func h2 span{
    display: block;
}

#funcionalidade img{
    display: block;
    max-width: 100%;
    height: 100%;
}
/* FUNCIONALIDADE */

/* NOTICIAS */
#noticias{
    display: flex;
    overflow: hidden;
    margin-top: 110px;
    margin-bottom: 120px;
}

#noticias .titulo-blog{
    display: flex;
    width: 91.5%;
    position: relative;
    margin-left: 8.5%;
    align-items: center;
    margin-bottom: 50px;
}

#noticias .titulo-blog h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 66px;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    z-index: 10;
    padding-right: 20px;
}

#noticias .titulo-blog:after{
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #6FAD45;
}

#noticias .lista-blog{
    display: flex;
    overflow: hidden;
    width: 100%;
}

.lista-blog, .lista-blog .owl-carousel .owl-stage-outer {
    min-height: calc(100vw * 0.25);
}

#noticias .lista-noticias{
    display: flex;
    overflow: hidden;
    width: 100%;
}

#empreendimentos .owl-blog {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#noticias .owl-blog{
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    width: 78%;
    margin-left: 8.5%;
}

#noticias .owl-blog .owl-item-blog{
    position: relative;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
}

#noticias .owl-blog .owl-item-blog.primeiro{
    margin-left: 8.5%;
}

#noticias .owl-blog .owl-item-blog .dados-noticias{
    display: flex;
    width: 100%;
    flex-direction: column;
}

#noticias .owl-blog .owl-item-blog .resumo{
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 24px;
    line-height: 32px;
    min-height: 96px;
    overflow: hidden;
    color: #000;
}

#noticias .owl-blog .owl-item-blog .ler-mais{
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
    display: flex;
    background: url(/common/default/img/arrow-ler-mais-noticias.webp) no-repeat center right;
    max-width: 105px;
    background-size: 30px auto;
}

#noticias .owl-blog .owl-item-blog .data{
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #BEBEBE;
    margin-top: 40px;
    margin-bottom: 25px;
}

#noticias .owl-blog li img{
    max-width: 100%;
    display: flex;
}

/* OWL CAROUSEL EMPREENDIMENTOS */
#noticias .owl-dots.disabled{
    display: none;
}

#noticias .owl-nav, #noticias .owl-dots{
    position: absolute;
    top: 10%;
    left: calc(33% - 60px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background: rgba(255,255,255,0.8);
    border-radius: 310px;
}

#noticias .owl-dots{
    margin-bottom: 23px;
}

#noticias .owl-carousel button.owl-dot{
    width: 8px;
    height: 8px;
    background: #79ac2b;
    border-radius: 30px;
    opacity: 0.5;
    margin: 0px 5px;
}

#noticias .owl-carousel .owl-nav button.owl-next, 
#noticias .owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font-size: 45px;
    color: rgb(73, 73, 73);
    position: relative;
    opacity: 1;
    font-weight: 100;
    position: relative;
    top: -2px;
}

#noticias .owl-carousel .owl-nav button.owl-next{
    margin-left: 5px;
}
#noticias .owl-carousel .owl-nav button.owl-prev{
    margin-right: 5px;
}

#noticias .owl-carousel .owl-nav .disabled{
    opacity: 0.5 !important;
}

#noticias .owl-carousel .owl-dot.active{
    opacity: 1 !important;
}

#noticias .owl-carousel .owl-nav button.owl-next span,
#noticias .owl-carousel .owl-nav button.owl-prev span{
    cursor: pointer;
    text-indent: 0px;
    overflow: inherit;
    position: initial;
}
/* OWL CAROUSEL EMPREENDIMENTOS */

/* NOTICIAS */

/* VALOR DA VIDA */
#valor-da-vida{
    display: flex;
    width: 100%;
    align-items: end;
    flex-direction: column;
}

#valor-da-vida .imagem-func{
    position: relative;
}

#valor-da-vida .imagem-func:after{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background-image: linear-gradient(to left,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 0%);
    visibility: hidden
}

#valor-da-vida .imagem-func .texto-h2{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40%;
    height: 100%;
    background: rgba(000, 000, 000,.70);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    visibility: hidden;
}

#valor-da-vida .imagem-func h2{
    max-width: 450px;
    font-weight: 800;
    font-size: 42px;
    color: #fff;
    z-index: 10;
    line-height: 60px;
    text-transform: uppercase;
}

#valor-da-vida .imagem-func h2 span{
    display: block;
}

#valor-da-vida img{
    display: block;
    max-width: 100%;
    height: 100%;
}
/* VALOR DA VIDA */

/* SIGA VECTRA */
#siga-vectra{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    justify-content: center;
}

#siga-vectra .header-siga-vectra{
    display: flex;
    flex-direction: row;
    min-height: 50px;
    position: relative;
    flex: 1;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
}

#siga-vectra .header-siga-vectra a{
    padding-left: 65px;
    line-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
    font-size: 30px;
    font-weight: 700;
    text-transform: lowercase;
    background: url(/common/default/img/siga-vectra.webp) no-repeat center left;
}

#siga-vectra .container{
    flex-direction: column;
}

#siga-vectra .header-siga-vectra span{
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 60px;
    font-weight: 700;
}

#siga-vectra ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#siga-vectra ul li{
    list-style: none;
    flex: 31%;
    margin: 0px 1%;
    margin-bottom: 15px;
    display: flex;
}

#siga-vectra ul li img{
    display: block;
    max-width: 100%;
}

#siga-vectra .acompanhe-tbm{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

#siga-vectra .acompanhe-tbm h2{
    font-size: 32px;
    line-height: 60px;
    font-weight: 700;
}

#siga-vectra .acompanhe-tbm a.fb{
    margin-left: 60px;
}

#siga-vectra .acompanhe-tbm a{
    display: flex;
    height: 25px;
    width: 35px;
    overflow: hidden;
    margin-right: 45px;
    justify-content: center;
    align-items: center;
}

#siga-vectra .acompanhe-tbm a.fb{
    background: url(/common/default/img/acmp-fb.webp) no-repeat center center;
    text-indent: -300px;
}

#siga-vectra .acompanhe-tbm a.li{
    background: url(/common/default/img/acmp-in.webp) no-repeat center center;
    text-indent: -300px;
}

#siga-vectra .acompanhe-tbm a.it{
    background: url(/common/default/img/rodape-instagram-escuro.webp) no-repeat center center;
    text-indent: -300px;
}

#siga-vectra .acompanhe-tbm a.yt{
    background: url(/common/default/img/acmp-yt.webp) no-repeat center center;
    text-indent: -300px;
}
/* SIGA VECTRA */

/* NEWSLETTER */
#newsletters{
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 120px;
}

#newsletters .faca-parte{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#newsletters .faca-parte h3{
    font-size: 16px;
    color: #6FAD45;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
}

#newsletters .faca-parte h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-bottom: 55px;
}

#newsletters .faca-parte .form-newsletter{
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 380px;
    width: 100%;
}

#newsletters .faca-parte .form-newsletter form{
    width: 100%;
    display: flex;
}

#newsletters .faca-parte .form-newsletter input[type="text"]:first-child{
    margin-right: 10px;
    max-width: 75px;
}

#newsletters .faca-parte .form-newsletter input[type="text"]{
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
    /* background: url(/common/default/img/email-news.webp) no-repeat 5px center; */
    font-size: 14px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    padding-right: 30px;
    width: 100%;
    max-width: 316px;
    text-transform: uppercase;
}

#newsletters .faca-parte .form-newsletter input[type="submit"]{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/common/default/img/arrow-submit.webp) no-repeat center right;
    overflow: hidden;
    min-height: 30px;
    overflow: hidden;
    text-indent: -300px;
    border: 0px solid transparent;
    min-width: 60px;
    cursor: pointer;
}
/* NEWSLETTER */

.lista-blog .owl-carousel .owl-item img{
    width: 100%;
    height: 100%;
}

.secao-mobile{
    display: none !important;
}

@media all and (max-width: 1450px){
    #noticias .owl-nav, 
    #noticias .owl-dots{
        left: calc(99.5% - 51px);
        height: 70px;
        width: 70px;
    }
    #noticias .owl-blog .owl-item-blog .resumo{
        font-size: 19px;
        line-height: 25px;
        min-height: 105px;
    }
    #noticias .owl-blog .owl-item-blog .data{
        margin-top: 20px;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 1023px){
    #banners-destaques{
        margin-top: 70px;
        display: none;
    }
    #empreendimentos{
        margin-top: 70px;
    }
    #empreendimentos .owl-nav, #empreendimentos .owl-dots{
        left: calc(99% - 46px);
        height: 70px;
        width: 70px;
    }
    #empreendimentos .owl-carousel.owl-empreendimentos .nome-empreendimento h2{
        font-size: 20px;
    }
    #empreendimentos .owl-carousel.owl-empreendimentos .nome-empreendimento h3{
        font-size: 14px;
    }
    #empreendimentos .owl-carousel.owl-empreendimentos .tag-emp{
        right: calc(50% - 85px);
        width: 170px;
        padding: 10px 0px;
        font-size: 15px;
    }
    /* #funcionalidade img,
    #valor-da-vida img {
        display: block;
        max-width: 150%;
        margin-left: -25%;
    } */
    #newsletters .faca-parte h2{
        text-align: center;
    }
    #siga-vectra .acompanhe-tbm{
        display: inline-block;
    }
    #siga-vectra .acompanhe-tbm h2{
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    #siga-vectra .acompanhe-tbm a{
        width: 25%;
        margin: 0px 4% !important;
        text-align: center;
        float: left;
    }
    #banners-destaques .owl-nav, #banners-destaques .owl-dots{
        bottom: 15px;
    }
}

@media all and (max-width: 850px){
    #empreendimentos,
    #noticias{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #empreendimentos{
        margin-top: 100px;
    }
    #siga-vectra{
        margin-top: 60px
    }
    #newsletters{
        margin-top: 60px;
    }
    /* #funcionalidade img{
        max-width: 220%;
        margin-left: -20%;
    } */
    #funcionalidade .imagem-func .texto-h2{
        width: 100%;
    }
    #funcionalidade .imagem-func h2{
        max-width: 90%;
        text-align: center;
    }
    #funcionalidade .imagem-func h2 span{
        display: none;
    }
    #funcionalidade .imagem-func:after {
        background-image: linear-gradient(to left,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 0%);
    }
    #valor-da-vida .imagem-func h2{
        font-size: 35px;
        line-height: 43px;
    }
    /* #valor-da-vida img{
        max-width: 220%;
        margin-left: -100%;
    } */
    #valor-da-vida .imagem-func .texto-h2{
        width: 100%;
        background: rgba(121, 172,43,.25);
    }
}

@media all and (max-width: 800px){
    #empreendimentos .owl-nav, #empreendimentos .owl-dots{
        left: calc(98% - 46px);
    }
    #noticias .owl-nav, #noticias .owl-dots{
        left: calc(99% - 51px);
    }
    #empreendimentos .owl-carousel.owl-empreendimentos .nome-empreendimento h2{
        font-size: 22px;
        text-align: center;
    }
    #empreendimentos .owl-carousel.owl-empreendimentos .nome-empreendimento h3{
        font-size: 15px;
    }
    .banner-desktop{
        display: none !important;
    }
    .banner-mobile{
        display: inline-block !important;
    }
}

@media all and (max-width: 768px){
    .owl-empreendimentos .mobile{
        display: block !important;
    }
    .owl-empreendimentos .desktop{
        display: none !important;
    }
    .secao-mobile{
        display: block !important;
    }
    .secao-desktop{
        display: none !important;
    }

    /* #valor-da-vida img,
    #funcionalidade img{
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: 100%;
    } */

    .header-siga-vectra div:nth-child(2){
        display: none;
    }
    #siga-vectra .header-siga-vectra{
        justify-content: center;
    }
    #empreendimentos .lista-empreendimentos, #empreendimentos .lista-empreendimento .owl-carousel .owl-stage-outer {
        min-height: calc(100vw * 0.76);
    }

    .lista-blog, .lista-blog .owl-carousel .owl-stage-outer {
        min-height: calc(100vw * 0.44);
    }
    #empreendimentos .todos a{
        max-width: 260px;
        line-height: 22px;
    }
    /* #siga-vectra ul li{
        list-style: none;
        flex: 48%;
        margin: 1%;
        display: flex;
    } */
    #empreendimentos .owl-carousel.owl-empreendimentos{
        display: -webkit-inline-box !important;
        display: -moz-inline-box !important;
        width: 100%;
        margin-left: 0%;
        margin: 0 auto;
    }
    #empreendimentos .owl-nav, #empreendimentos .owl-dots{
        display: none;
    }
    #empreendimentos .owl-carousel.owl-empreendimentos .owl-item > div{
        margin: 0 auto;
    }
    #empreendimentos .owl-carousel.owl-empreendimentos .owl-item > div{
        width: 80%;
        margin: 0 auto;
    }
    #noticias .owl-carousel.owl-blog{
        display: -webkit-inline-box !important;
        display: -moz-inline-box !important;
        width: 84%;
        margin-left: 0%;
        margin: 0 auto;
    }
    #noticias .owl-nav, #noticias .owl-dots{
        display: none;
    }
    #noticias .owl-carousel.owl-blog .owl-item > div{
        margin: 0 auto;
    }
    #noticias .owl-carousel.owl-blog .owl-item > div{
        width: 96%;
        margin: 0px 2%;
    }
    .owl-carousel .owl-stage-outer{
        width: 100%;
    }
}

@media all and (max-width: 600px){
    #funcionalidade .imagem-func h2,
    #valor-da-vida .imagem-func h2{
        font-size: 28px;
        line-height: 36px;
    }
    #newsletters{
        width: 90%;
        margin-left: 5%;
    }
    #newsletters .faca-parte h2{
        font-size: 25px;
    }
    #siga-vectra .header-siga-vectra a{
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
    }
    #siga-vectra .acompanhe-tbm h2{
        font-size: 30px;
        line-height: 30px;
    }
    #banners-destaques .owl-nav, #banners-destaques .owl-dots{
        right: 25px;
    }
}