@import url("https://use.typekit.net/eff3jsn.css");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
.main-navigation a {
    color: var(--branco);
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}

@media screen and (min-width: 600px) {
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        display: inline-block !important;
        text-align: left;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        line-height: 3.692307692;
        text-transform: uppercase;
        white-space: nowrap;
        border-bottom: 2px solid transparent;
    }
    .main-navigation li a:hover {
        color: var(--branco);
        border-bottom: 2px solid var(--branco);
    }
    .main-navigation li {
        margin: 0 0 0 1.4vw;
        position: relative;
    }
    .main-navigation li:first-child {
        margin: 0;
    }
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation li ul li a {
        background: var(--cinza);
        border-top: 1px solid var(--branco);
        display: block;
        font-size: 11px;
        line-height: 2.181818182;
        padding: 8px 10px;
        width: 180px;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background: var(--preto);
        color: var(--branco);
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
        color: var(--branco);
        border-bottom: 2px solid var(--branco);
    }
    .menu-toggle {
        display: none;
    }
}
*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family: "ivyjournal", sans-serif;font-size:15px;font-weight:400;color:var(--azulc);overflow-x:hidden;background-color:var(--branco)}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{text-decoration:none;color:var(--azulc)}
p{line-height:26px;margin:15px 0}
figure{margin:0}
/*FORMS*/
div.wpcf7-response-output {margin: 0;}
.wpcf7-not-valid{border:solid 1px red !important;}
.wpcf7-not-valid-tip{display:none !important;}
::-webkit-input-placeholder{color: var(--azulc);}
::-moz-placeholder{color: var(--azulc);}
:-ms-input-placeholder{color: var(--azulc);}
:-moz-placeholder{color: var(--azulc);}
.grecaptcha-badge{right: -300px !important}
/*MARGIN*/
.Mt0{margin-top:0}.Mt10{margin-top:10px}.Mt20{margin-top:20px}.Mt30{margin-top:30px}.Mt40{margin-top:40px}.Mt50{margin-top:50px}.Mt60{margin-top:60px}.Mt70{margin-top:70px}.Mt80{margin-top:80px}.Mt90{margin-top:90px}.Mt100{margin-top:100px}
.Mb0{margin-bottom:0}.Mb10{margin-bottom:10px}.Mb20{margin-bottom:20px}.Mb30{margin-bottom:30px}.Mb40{margin-bottom:40px}.Mb50{margin-bottom:50px}.Mb60{margin-bottom:60px}.Mb70{margin-bottom:70px}.Mb80{margin-bottom:80px}.Mb90{margin-bottom:90px}.Mb100{margin-bottom:100px}
.Ml0{margin-left:0}.Ml10{margin-left:10px}.Ml20{margin-left:20px}.Ml30{margin-left:30px}.Ml40{margin-left:40px}.Ml50{margin-left:50px}
.Mr0{margin-right:0}.Mr10{margin-right:10px}.Mr20{margin-right:20px}.Mr30{margin-right:30px}.Mr40{margin-right:40px}.Mr50{margin-right:50px}
/*PADDING*/
.Pt0{padding-top:0}.Pt10{padding-top:10px;box-sizing:border-box}.Pt20{padding-top:20px;box-sizing:border-box}.Pt30{padding-top:30px;box-sizing:border-box}.Pt40{padding-top:40px;box-sizing:border-box}.Pt50{padding-top:50px;box-sizing:border-box}
.Pb0{padding-bottom:0}.Pb10{padding-bottom:10px;box-sizing:border-box}.Pb20{padding-bottom:20px;box-sizing:border-box}.Pb30{padding-bottom:30px;box-sizing:border-box}.Pb40{padding-bottom:40px;box-sizing:border-box}.Pb50{padding-bottom:50px;box-sizing:border-box}
.Pl0{padding-left:0}.Pl10{padding-left:10px;box-sizing:border-box}.Pl20{padding-left:20px;box-sizing:border-box}.Pl30{padding-left:30px;box-sizing:border-box}.Pl40{padding-left:40px;box-sizing:border-box}.Pl50{padding-left:50px;box-sizing:border-box}
.Pr0{padding-right:0}.Pr10{padding-right:10px;box-sizing:border-box}.Pr20{padding-right:20px;box-sizing:border-box}.Pr30{padding-right:30px;box-sizing:border-box}.Pr40{padding-right:40px;box-sizing:border-box}.Pr50{padding-right:50px;box-sizing:border-box}
/*CORES*/
:root {
    --branco: #f2f2f2;
    --azulc: #2d363e;
    --azule: #13171f;
    --begec: #efecea;
    --begem: #d3c7ba;
    --begee: #b5a595;
    --cinza: #a7a7a7;
    --vermelho: #e3163b;
    --bgazulc: #2d363e;
    --bgazule: #13171f;
    --bgbegec: #efecea;
    --bgbegem: #d3c7ba;
    --bgbegee: #b5a595;
    --bgcinza: #a7a7a7;
    --lines: #f1f1f1;
}
.branco,a .branco, .branco a{color:var(--branco)}
.azulc{color:var(--azulc)}
.azule{color:var(--azule)}
.begec{color:var(--begec)}
.begem{color:var(--begem)}
.begee{color:var(--begee)}
.cinza{color:var(--cinza)}
.bgazulc{background-color:var(--bgazulc)}
.bgazule{background-color:var(--bgazule)}
.bgbegec{background-color:var(--bgbegec)}
.bgbegem{background-color:var(--bgbegem)}
.bgbegee{background-color:var(--bgbegee)}
.bgcinza{background-color:var(--bgcinza)}
/*TITULOS, FONTES E TXT*/
.normal{font-weight:400}
.medium{font-weight:500}
.semib{font-weight:600}
.bold{font-weight:700}
.tit50 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 50px;
}
.tit45 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 45px;
}
.tit35,
#projeto h2 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 35px;
}
.tit30,
.aj-blog h2 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 30px;
}
.tit26,
#projeto h3 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 26px;
}
.tit20,
.aj-blog h3 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 20px;
}
.tit16,
.aj-blog h4 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
}
.tit13 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
}
.tit12 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 12px;
}
.tit5vw {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 4vw;
}
.txt30medium,
.txt30medium p {
    font-size: 30px;
    line-height: 40px;
    font-weight:500;
}
.txt30semib,
.txt30semib p {
    font-size: 30px;
    line-height: 40px;
    font-weight:600;
}
.txt13 {
    font-size: 13px;
}
/*BOTS*/
.bot-txt {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
}
.bot-azul,
.wpcf7-form input[type="submit"] {
    line-height: 60px;
    background-color: var(--azule);
    color: var(--branco);
    text-transform: uppercase;
    font-size: 13px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-azul:hover,
.wpcf7-form input[type="submit"]:hover {
    background-color: var(--begee);
    color: var(--branco);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.blocos-destaque .bot-azul:hover {
    background-color: var(--azulc);
}
.bot-azul.min {
    min-width: 220px;
}
/*H100*/
body #page,
body #main,
.blocos-destaque.concessoes .splide__track,
.blocos-destaque.concessoes .splide__list,
.blocos-destaque.concessoes .splide__slide {
    height: 100%;
}
body #main {
    display: contents;
}
/*CODE*/
header {
    height: 100px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
    font-weight: 600;
    position: fixed;
    z-index: 3;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
header a {
    color: var(--branco);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
header a:hover {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
header .gtranslate_wrapper {
    border-left: 1px solid var(--branco);
    padding: 0 25px;
    margin-left: 1.5vw;
}
header .gtranslate_wrapper a {
    margin: 0 5px;
}
header .bots {
    border-left: 1px solid var(--branco);
    margin-left: 1.5vw;
}
header .bots i {
    font-size: 16px;
}
header figure {
    max-width: 110px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
header.sticky {
    height: 60px;
    background-color: var(--azule);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
header.sticky figure {
    max-width: 70px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
body.tax-atuacao-empreendimento.term-nossas-obras header.sticky {
    background-color: var(--vermelho);
}
#banner .splide__slide,
#banner-empreendimento {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #000;
}
#banner .splide__slide figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
#banner .splide__slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
}
#banner .splide__slide:before {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
#banner h1,
#banner h2 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: var(--branco);
    position: relative;
    z-index: 2;
}
#banner .list-resumo  {
    z-index: 2;
    position: relative;
}
#banner .observacao-metragem  {
    z-index: 2;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}
#banner-empreendimento .observacao-metragem  {
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
body.tax-atuacao-empreendimento #banner a {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#banner a:hover {
    color: var(--branco);
}
#banner .splide__arrow svg {
    fill: var(--branco);
}
#banner .splide__arrow,
.blocos-destaque.concessoes .splide__arrow {
    opacity: 1;
    background: transparent;
}
#banner .splide__pagination {
    bottom: 1em;
}
#banner .splide__pagination__page {
    background: var(--branco);
    opacity: 1;
}
#banner .splide__pagination__page.is-active {
    background: var(--begem);
}
.chamadas .col-12 {
    position: relative;
}
.chamadas a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.chamadas a:hover {
    background-color: transparent;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.h-total {
    height: calc(100% - 60px);
}
.busca  .searchandfilter ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.busca .searchandfilter ul li {
    width: 100%;
    padding: 0;
    margin-left: 24px;
}
.busca .searchandfilter ul li:first-child {
    margin-left: 0;
}
.busca  .searchandfilter label {
    width: 100%;
}
.busca  .searchandfilter select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    border: none;
}
.busca .searchandfilter input[type="submit"] {
    width: 100%;
    line-height: 50px;
    background-color: var(--azulc);
    color: var(--branco);
    text-transform: uppercase;
    font-size: 13px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 600;
    border-radius: 4px;
}
.destaque-home {
    height: calc(100% - 100px);
}
.destaque-home a {
    background-color: rgba(0, 0, 0, 0.2);
}
.destaque-home .col-12 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.label-branco {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    color: var(--azule);
    background-color: var(--bgbegec);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 120px;
}
.label-line {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    color: var(--branco);
    border: 1px solid var(--branco);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 120px;
}
.list-empreendimentos a {
    position: relative;
    display: block;
}
.list-empreendimentos .label-branco {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.list-empreendimentos figure {
    overflow: hidden;
}
.list-empreendimentos a figure img {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.list-empreendimentos a:hover figure img {
    transform: scale(1.08);
    transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
}
.list-resumo li {
    font-size: 16px;
    display: flex;
    align-items: center
}
.list-resumo li:after {
    content: '';
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: var(--cinza);
    margin-left: 10px;
    margin-right: 10px;
}
.list-resumo li:last-child:after {
    content: none;
}
.dados-sobre {
    padding-top: 120px;
    padding-bottom: 80px;
}
.dados-sobre h3 {
    position: relative;
}
.dados-sobre h3:after {
    content: '';
    width: 2px;
    height: 210px;
    display: block;
    background-color: var(--begee);
    margin: 30px auto;
}
.dados-sobre h3 span {
    font-size: 2vw;
}
.date {
    font-size: 12px;
}
footer {
    width: 100%;
    display: inline-block;
    background-color: var(--azule);
    font-size: 14px;
    color: var(--branco);
}
footer a {
    color: var(--branco);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
footer a:hover {
    color: var(--begee);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
footer .footer-navigation li {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
footer figure {
    max-width: 140px;
}
footer .assinatura {
    font-size: 12px;
}
footer .redes-sociais i {
    font-size: 20px;
}
.intro-o-grupo {
    padding-top: 210px;
    padding-bottom: 150px;
}
.list-numeros hr {
    opacity: 0.6;
    border-color: var(--azule);
}
.list-numeros .col-12:last-child {
    display: none;
}
.linha-do-tempo {
    padding-top: 120px;
    padding-bottom: 30px;
}
.linha-do-tempo .splide:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--begee);
    position: absolute;
    top: 75px;
    left: 0;
}
.linha-do-tempo h3 {
    position: relative;
    display: inline-block;
}
.linha-do-tempo h3:after {
    content: '';
    width: 1px;
    height: 50px;
    display: block;
    background-color: var(--begee);
    margin: 0 auto;
}
.blocos-destaque {
    height: calc(100% - 60px);
    display: contents;
}
.blocos-destaque .row {
    background-color: var(--begee);
}
.blocos-destaque .row:nth-child(odd),
.blocos-destaque.concessoes .row,
.blocos-destaque.concessoes .row:nth-child(odd) {
    background-color: var(--begem);
}
.blocos-destaque figure,
#projeto figure {
    height: 100%;
}
.blocos-destaque figure img,
#projeto figure img,
#banner .splide__slide figure img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.blocos-destaque.concessoes {
    display: inline-block;
}
.blocos-destaque.concessoes .splide__arrow svg {
    fill: var(--branco);
}
.list-itens li {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding: 15px 0;
}
.list-itens li:last-child {
    border-bottom: none;
}
.list-itens p {
    margin: 0;
    line-height: normal;
}
.info-empreendimento ul li p:last-child {
    text-align: right;
}
.info-empreendimento .tit35 p {
    line-height: normal;
}
.intro {
    padding-top: 300px;
    padding-bottom: 130px;
}
.destaque-concessoes .img-pequena {
    z-index: 1;
}
.list-contatos i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    color: var(--azule);
    background-color: var(--begee);
    margin-right: 20px;
}
.wpcf7-form input[type="radio"] {
    display: none;
}
.wpcf7-form .wpcf7-radio {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--begee);
    margin-bottom: 10px;
    display: inline-block;
}
.wpcf7-form .wpcf7-list-item-label {
    padding-bottom: 10px;
}
.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-list-item-label:hover {
    color: var(--azule);
    border-bottom: 1px solid var(--azule);
}
.wpcf7-form .wpcf7-list-item {
    margin: 0 1.5vw 20px 0;
}
.wpcf7-form .wpcf7-list-item:last-child {
    margin: 0 0 20px 0;
}
.wpcf7-form input {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--azulc);
}
.wpcf7-form select {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--azulc);
}
.wpcf7-form #sac-options p,
.wpcf7-form #trabalhe-options p {
    margin-bottom: 0;
}
.wpcf7-form #sac-options select,
.wpcf7-form #trabalhe-options input {
    margin-bottom: 0;
}
.wpcf7-form textarea {
    width: 100%;
    height: 120px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--azulc);
}
.wpcf7-form input[type="submit"] {
    width: auto;
    border-bottom: none;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
}
.submenu-empreendimentos {
    line-height: 60px;
    position: absolute;
    top: calc(100%);
    z-index: 2;
}
.submenu-empreendimentos.fixed {
    position: fixed;
    top: 60px;
}
.submenu-empreendimentos ul li {
    margin-left: 1.6vw;
}
.submenu-empreendimentos ul li:first-child {
    margin-left: 0;
}
.fp p:first-child {
    margin-top: 0;
}
.info-empreendimento {
    margin-top: 140px;
}
.info-empreendimento li {
    line-height: 60px;
}
#galeria .splide__arrow,
#plantas .splide__arrow,
#galeria-estagio .splide__arrow  {
    background: transparent;
    opacity: 1;
}
#galeria .splide__arrow svg,
#galeria-estagio .splide__arrow svg {
    fill: var(--branco);
    height: 1.5em;
    width: 1.5em;
}
/*AJUSTE TEMPORÁRIO GALERIA*/
#galeria .splide__slide {
    max-height: 485px;
}
#galeria a {
    position: relative;
}
#galeria a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/*FIM AJUSTE TEMPORÁRIO GALERIA*/
#plantas .accordion-item {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 0;
}
#plantas .accordion-button {
    background-color: transparent;
}
#plantas .accordion-button:not(.collapsed) {
    color: var(--azule);
    background-color: transparent;
    box-shadow: none;
}
#plantas .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    box-shadow: none;
}
#plantas .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}
#plantas .splide__arrow:disabled {
    opacity: 0;
}
#plantas .splide__arrow svg {
    fill: var(--azule);
}
#projeto h2,
#projeto h3 {
    font-weight: 500;
    color: var(--azule);
    text-transform: uppercase;
}
#projeto h3 {
    margin-top: 50px;
}
#diferenciais figure img {
    max-width: 70px;
}
#mapa iframe {
    width: 100%;
    height: 650px;
    display: flex;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-obra p {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.list-obra .progress {
    height: 8px;
    background-color: var(--begec);
}
.list-obra .progress .progress-bar {
    background-color: var(--begee);
}
@keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
}
@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}
.circle[role="progressbar"] {
    --size: 8rem;
    --fg: var(--begee);
    --bg: var(--begec);
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
        radial-gradient(closest-side, var(--branco) calc(100% - 8px), transparent 0 99.9%, var(--branco) 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: calc(var(--size) / 5);
    font-weight: 500;
    color: var(--azule);
}
.circle[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}
#galeria-estagio .splide__slide {
    position: relative;
    overflow: hidden;
}
#galeria-estagio .legenda {
    width: 100%;
    padding: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--branco);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}
.intro .data {
    position: relative;
}
.intro .data:after {
    content: '';
    width: 20px;
    height: 1px;
    float: right;
    background-color: var(--cinza);
    margin-top: 11px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.intro .addtoany_list a, .intro .widget .addtoany_list a {
    padding: 0 10px;
}
.aj-blog h2,
.aj-blog h3,
.aj-blog h4 {
    font-weight: 600;
    color: var(--azule);
    margin-top: 30px;
}
.aj-blog img {
    width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 0.375rem;
}
.aj-blog a {
    text-decoration: underline;
}
.aj-blog ul {
    margin: 15px 0;
}
.aj-blog ul li {
    list-style: inside;
    margin: 8px 0;
}
.aj-blog b,
.aj-blog strong {
    font-weight: 600;
}
.bot-wpp {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: var(--begee);
    color: #fff;
    border-radius: 120px;
    font-size: 30px;
    animation: pulse 2s infinite;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(181, 165, 149, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 15px rgba(181, 165, 149, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(181, 165, 149, 0);
    }
}
.bot-wpp:hover {
    color: var(--branco);
}
/*OCULTAR TEMPORÁRIAMENTE*/
body.postid-308 #banner-empreendimento .list-resumo li:last-child {
    display: none;
}
body.postid-308 #banner-empreendimento .list-resumo li:nth-child(3):after {
    content: none;
}
/*FIM OCULTAR TEMPORÁRIAMENTE*/