#menu-institucional{background:#fff}#numeros{padding:3rem 0 4rem}#numeros .numeros{max-width:800px;margin:0 auto;margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#numeros .numeros .numero{width:33%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#numeros .numeros .numero .number{font-family:Aller;font-size:62px;font-weight:700;margin-bottom:1rem;color:var(--black)}#numeros .numeros .numero .description{font-family:Aller;font-size:18px;font-weight:700;color:var(--orange1)}@media (max-width: 800px){#numeros .numeros{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#numeros .numeros .numero{width:50%;margin-bottom:2rem}}@media (max-width: 600px){#numeros .numeros .numero{width:100%}}#titulo{background:#fff;padding-bottom:3rem}#titulo .title2{margin-bottom:1rem}#obras .ano{padding:2rem 0}#obras .ano:nth-child(2n){background:#fff}#obras .ano .year{display:inline-block;font-family:Aller;font-size:34px;font-weight:700;color:var(--dark-green);margin-bottom:2rem}#obras .ano.first .year{color:var(--orange1)}.obras{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.obra{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:2.65%;margin-bottom:31px;width:23%}.obra .obra__fake-btn{font-family:Aller;font-size:14px;line-height:16px;text-decoration:underline;color:#A8A8A8;display:block}@media (min-width: 901px){.obra:nth-child(4n){margin-right:0}}@media (min-width: 681px) and (max-width: 900px){.obra{width:32%;margin-right:2%}.obra:nth-child(3n){margin-right:0}}@media (min-width: 501px) and (max-width: 680px){.obra{width:48%;margin-right:4%}.obra:nth-child(2n){margin-right:0}}@media (max-width: 500px){#obras .ano .year{font-size:26px}.obra{width:100%;margin-right:0}}.obra img{border-radius:12px;height:17.1875rem;-o-object-fit:cover;object-fit:cover;width:100%}.obra .divisor{width:72px;height:4px;margin:1.5625rem 0 0.625rem 0;background-color:var(--black)}.obra .obras-title{font-family:Kanit;font-size:1.125rem;line-height:1.6875rem;color:var(--dark-green)}.obra .items{margin-top:0.625rem;opacity:0;max-height:0;-webkit-transition:0.2s;transition:0.2s}.obra:hover .items,#obras .ano.first .obra .items{max-height:2.5rem;opacity:1}.obra .items li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Aller;font-size:14px;line-height:16px;margin-bottom:0.5rem;color:var(--dark-green)}.obra .items li i{color:var(--orange1);margin-right:0.5rem}#banner {
background-color: var(--orange1);
}
#banner .overlay {
padding: 4.5rem 0 4.5rem;
background: #2e2e2e94;
}
#banner .b-container {
width: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#banner .breadcrumb {
text-align: center;
margin-bottom: 1rem;
}
#banner .breadcrumb,
#banner .breadcrumb a {
color: #fff;
}
#banner .breadcrumb a:hover {
color: var(--yellow);
}
#menu-institucional {
padding: 3rem 0 3rem;
z-index: 1;
}
#menu-institucional .i-menu ul {
width: 100%;
display: flex;
justify-content: space-between;
}
#menu-institucional .i-menu ul li {
width: 15%;
}
#menu-institucional .i-menu ul li a {
cursor: pointer;
background: #e3e3e3;
border-radius: 255px;
font-family: Kanit;
font-weight: 400;
font-size: 14px;
color: var(--black);
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
padding: 0 1.5rem;
white-space: nowrap;
transition: 0.3s;
}
#menu-institucional .i-menu ul li a:hover {
color: var(--orange1);
}
#menu-institucional .i-menu ul li.current_page_item a{
font-weight: 700;
color: var(--orange1);
background: #fff;
border-radius: 255px;
box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
}
@media (max-width: 1000px) {
#menu-institucional .i-menu ul {
flex-wrap: wrap;
}
#menu-institucional .i-menu ul li {
width: 30%;
margin-bottom: 1rem;
}
}
@media (max-width: 640px) {
#menu-institucional .i-menu ul li {
width: 47%;
}
}
@media (max-width: 450px) {
#menu-institucional .i-menu ul li {
width: 49%;
}
}
@media (max-width: 375px) {
#menu-institucional .i-menu ul li {
width: 100%;
}
}.obras-interna-images{background-color:#F9F9F9;padding:60px 0}.obras-interna-images h1{font-family:Aller;font-size:28px;line-height:34px;color:var(--dark-green);font-weight:700;margin-bottom:24px}@media (max-width: 594px){.obras-interna-images h1{font-size:24px;line-height:30px}}.obras-interna-images img{width:100%;border-radius:8px;-o-object-fit:cover;object-fit:cover}.obras-interna-images .obras-next,.obras-interna-images .obras-prev{cursor:pointer;width:24px;height:24px;background-color:#FF7800;position:absolute;top:calc(33% - 12px);border-radius:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.obras-interna-images .obras-next svg,.obras-interna-images .obras-prev svg{width:35%;fill:#FFC85A}@media (max-width: 730px){.obras-interna-images .obras-next,.obras-interna-images .obras-prev{display:none}}.obras-interna-images .obras-next{right:15px}.obras-interna-images .obras-prev{left:15px}.obras-interna-images__swiper-container{overflow:hidden;position:relative}.obras-interna-images .swiper-pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.obras-interna-images .swiper-pagination-bullet{border-radius:12px !important;background:transparent;margin:0 !important;width:275px;height:275px;border-radius:0;opacity:1;border:3px solid #F9F9F9}@media (max-width: 1080px){.obras-interna-images .swiper-pagination-bullet{width:220px;height:220px}}@media (max-width: 840px){.obras-interna-images .swiper-pagination-bullet{width:170px;height:170px}}@media (max-width: 610px){.obras-interna-images .swiper-pagination-bullet{width:120px;height:120px}}.obras-interna-images .swiper-pagination-bullet img{height:100%}.obras-interna-images .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:#FF7800}.outros-empreendimentos{background-color:white;padding:50px 0}.outros-empreendimentos h1{font-family:Aller;font-size:34px;line-height:40px;font-weight:700;margin-bottom:31px;color:var(--dark-green)}@media (max-width: 594px){.outros-empreendimentos h1{font-size:24px;line-height:30px}}.outros-empreendimentos__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;overflow-x:auto}.outros-empreendimentos__list .obra{width:270px;margin:0;margin-bottom:1rem;-ms-flex-negative:0;flex-shrink:0}.outros-empreendimentos__list::-webkit-scrollbar{height:10px}.outros-empreendimentos__list::-webkit-scrollbar-track{background:#d8d8d8}.outros-empreendimentos__list::-webkit-scrollbar-thumb{background:#9d9d9d}.outros-empreendimentos__list::-webkit-scrollbar-thumb:hover{background-color:#909090}