html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow: hidden!important;
	font-family: Signika, sans-serif;
}
html{
	width: 100%;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

/* GERAL */
.container {
	max-width: 1210px;
	padding: 0 20px;
}

select:focus,
select:focus-visible {
	border: none;
	outline: none;
}

.fancybox-bg {
background: #062b31f0 !important;
	backdrop-filter: blur(7px);
	opacity: 1 !important;
}

.fancybox-bg::after {
    background: radial-gradient(111.04% 140.81% at 58.81% 9.93%, rgba(0, 27, 87, 0.00) 43.33%, rgb(0 35 112 / 45%) 58.93%, #88adff 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-bg::before {	
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    z-index: 5;
}

.site-main {
	background-image: url(../images/bg-home.webp);
    background-size: 100% 1535px;
    background-position: 50% 1%;
    background-repeat: no-repeat;
}

.secao-topo {
	max-width: 1385px;
    margin: 0 auto;
	padding: 0 20px;
}

.subtitulo {
	color: var(--Blue-03, #00829A);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	width: fit-content;
}

::selection {
	background-color: #015F79;
	color: #fff;
}

button {
	border: none;
}

.botao {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	cursor: pointer;
	padding: 11px 30px;
	border-radius: 5px 5px 0px 5px;
	border-right: 5px solid var(--Primary-Yellow, #FEA000);
	background: var(--Blue-03, #00829A);
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all .5s;
}

.botao-menor {
	padding: 11px 15px;
}

.botao:hover {
	background: #FEA000;
	color: #fff;
	border-color: #00829A;
}

svg,
svg path,
svg path stroke {
	transition: all .5s;
}

.primeira-parte-titulo {
  font-weight: 300;
}

.restante-titulo {
  font-weight: 700;
}

.show-mob {
	display: none;
}

@media (max-width: 991px) {
	.show-desk {
		display: none;
	}

	.show-mob {
		display: block;
	}
}

.degrade::after {
	    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(267deg, rgba(0, 84, 112, 0.00) 32.52%, rgba(0, 84, 112, 0.80) 81.34%);
    border-radius: 8px;
    background-blend-mode: multiply, normal;
}

header {
	background-color: #fff;
    padding: 30px 0px;
    position: relative;
    width: 100%;
	transition: .5s;
	z-index: 50;
}

header.header-menor {
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 0;
}

header .wrapper-header{
	    display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	    flex-wrap: wrap;
}

header .wrapper-header ul {
	display: flex;
    align-items: center;
    gap: 14px;
}

header .wrapper-header ul li {
    transition: .5s;
}

header .wrapper-header ul li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background-color: #005470;
	transition: .5s;
}

header .wrapper-header ul li a:hover::before {
	width: 100%;
}

header .wrapper-header ul li a {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	transition: .5s;
	padding: 14px;
	position: relative;
}

header .wrapper-header ul li.current-menu-item a {
	color: var(--Primary-Yellow, #FEA000);
}

header .botoes {
	display: flex;
	gap: 10px;
	align-items: center;
}

header .btn-empreendimentos {
position: relative;
}

header .btn-empreendimentos a {
	background: rgba(0, 84, 112, 0.04);
	color: var(--Primary-Blue, #005470);
	position: relative;
    z-index: 2;
}

header .btn-empreendimentos:hover a path {
	stroke: #fff;
}

header .btn-empreendimentos .aba-empreendimentos {
	border-radius: 20px;
    border-left: 5px solid #FEA000;
    background: var(--Blue-02, #015F79);
    padding: 32px;
	width: 280px;
}

header .btn-empreendimentos .padding {
    position: absolute;
    top: 0;
    pointer-events: none;
    padding-top: 60px;
	cursor: pointer;
	opacity: 0;
	    width: 219px;
	transition: all .5s;
}

header .btn-empreendimentos .aba-empreendimentos a {
	color: var(--100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: .5s;
    padding: 8px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
}
header .btn-empreendimentos .aba-empreendimentos ul {
	display: flex;
	flex-direction: column;
}

header .btn-empreendimentos .aba-empreendimentos li {
	width: 100%;
}

header .btn-empreendimentos .aba-empreendimentos li a::before {
	width: 100%;
background-color: #ffffff1a;
height: 1px;
}

header .btn-empreendimentos .aba-empreendimentos a:hover {
	color: var(--Primary-Yellow, #FEA000);
}

header .btn-empreendimentos .aba-empreendimentos a:hover svg {
transform: rotate(-45deg);
}

header .btn-empreendimentos:hover .padding {
	opacity: 1;
	pointer-events: visible
}
 
header .pesquisar {
	position: relative;
	width: 58.8px;
    height: 47px;
}

header .pesquisar svg {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

header .pesquisar .fechar {
	opacity: 0;
}

header .pesquisar.active .fechar {
	opacity: 1;
}

header .pesquisar.active .abrir {
	opacity: 0;
}

header .pesquisar.active .barra-search {
	opacity: 1;
	pointer-events: visible
}

header .barra-search {
border-radius: 20px;
    border-left: 5px solid #FEA000;
    background: var(--Blue-02, #015F79);
    padding: 60px 40px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 95%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

header .barra-search.active {
		opacity: 1;
	pointer-events: visible;
	top: 70px;
}

header .barra-search .search-filter-input-text {
	padding: 10px 22px;
}

header .barra-search input {
	padding: 0 !important;
    color: var(--400, rgb(255 255 255 / 95%)) !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Signika !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

header .barra-search input::placeholder {
	color: var(--400, rgba(255, 255, 255, 0.40)) !important;
	leading-trim: both;
	text-edge: cap;
	font-family: Signika !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	text-transform: uppercase !important;
}

header .barra-search input:focus {
	border: none !important;
}

header .btn-menu {
	position: relative;
}

header .btn-menu .menu-hamburguer .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

header .btn-menu .menu-hamburguer svg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

header .btn-menu .menu-hamburguer svg.fechar {
	opacity: 0;
}

header .btn-menu.active .menu-hamburguer svg.fechar {
	opacity: 1;
}

header .btn-menu.active .menu-hamburguer svg.abrir {
	opacity: 0;
}

header .btn-menu .submenu {
border-radius: 20px;
    border-left: 5px solid #FEA000;
    background: var(--Blue-02, #015F79);
    padding: 64px;
    position: absolute;
    top: 60px;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    width: 600px;
}

header .btn-menu.active .submenu {
	opacity: 1;
	pointer-events: visible
}

header .submenu .linha {
	opacity: 0.08;
	background: #FFF;
	width: 100%;
	height: 1px;
	    position: relative;
    top: -14px;
}

header .submenu h4 {
color: var(--100, #FFF);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: 90%; /* 28.8px */
text-align: center;
padding: 0 30px;
position: relative;
background: #015F79;
z-index: 2;
    width: fit-content;
    margin: 0 auto;
}

header .submenu h4.item2 {
	margin-top: 18px;
}

header .submenu ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 22px;
	gap: 0px 10px;
background: rgba(0, 84, 112, 0.30);
padding: 18px;
    margin-top: 20px;
}

header .submenu ul li {
	width: 100%;
}

header .submenu ul li a {
	color: var(--100, #FFF);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
padding: 8px 18px;
    display: block;
	width: fit-content;
}

header .submenu ul li a:hover {
	color: var(--Primary-Yellow, #FEA000);
}

header .submenu .info-bottom {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin-top: 25px;
}

header .submenu .info-bottom .botao {
	font-size: 14px;
}

header .submenu .info-bottom .item {
	width: fit-content;
    text-align: center;
}

header .submenu .info-bottom .item span {
	    color: var(--200, rgba(255, 255, 255, 0.70));
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.62px;
    text-transform: uppercase;
}

header .submenu .info-bottom .item div {
	display: flex;
    align-items: center;
}

header .submenu .info-bottom .item a {
	padding: 10px;
    border-bottom: 2px solid transparent;
    transition: all .5s;
    border-radius: 50px;
}

header .submenu .info-bottom .item a:hover {
	border-color: #41AFC8;
}

header .submenu .info-bottom .item a:hover svg {
transform: scale(1.1);
}

header .submenu .info-bottom .item a:hover path {
    fill: #41AFC8;
}


/* HOME */
.home-slide-wrapper {
	    border-radius: 8px;
    overflow: hidden;
}

.nav-slidehome {
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    height: 0px;
    margin: -55px 100px 0 0;
    position: relative;
    z-index: 20;
}

.home-slide-wrapper .item-slide-home {
    min-height: calc(93vh - 128px);
padding: 40px 0 50px 0;
	    display: flex;
    align-items: end;
}

.home-slide-wrapper .item-slide-home::before {
background: radial-gradient(circle at bottom left, #000000 -20%, #ffffff00 70%);
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
}

.home-slide-wrapper .slide-imagem {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    /* -webkit-mask-image: url(../images/mask-banner-slide.png);
    mask-image: url(../images/mask-banner-slide.png); */
    mask-repeat: no-repeat;
	mask-position: top right;
    mask-size: cover;
}

.home-slide-wrapper .slide-imagem img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slide-wrapper .conteudo-slide{
	width: 100%;
	z-index: 5;
	position: relative;
}

.home-slide-wrapper .conteudo-slide .estagio {
color: var(--100, #FFF);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 3.2px;
text-transform: uppercase;
}

.home-slide-wrapper .conteudo-slide h2 {
color: var(--100, #FFF);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 84px;
font-style: normal;
font-weight: 700;
line-height: 90%;
margin: 15px 0 20px 0;
}

.home-slide-wrapper .conteudo-slide h2::first-line {
	font-weight: 300;
}

.home-slide-wrapper .conteudo-slide .item-destaque {
display: flex;
    align-items: center;
    gap: 18px;
	margin-bottom: 12px;
}

.home-slide-wrapper .conteudo-slide .item-destaque:last-child {
	margin-bottom: 0;
}

.home-slide-wrapper .conteudo-slide .item-destaque .icone {
	display: flex;
	align-items: center;
	width: 24px;
height: 24px;
	justify-content: center;
}

.home-slide-wrapper .conteudo-slide .item-destaque p {
	color: rgba(255, 255, 255, 0.70);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%; /* 27px */
}

.home-slide-wrapper .conteudo-slide .botao {
	margin-top: 35px;
}

.imoveis-home {
margin-top: 55px;
	padding: 90px 0;
}

.imoveis-home .btn-mais {
	margin: 48px 0 0 auto;
}

.imoveis-home .info-topo {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
}

.imoveis-home .info-topo .botoes {
	display: flex;
	align-items: center;
	gap: 10px;
}

.imoveis-home .info-topo .nav-imoveis {
	display: flex;
	align-items: center;
	gap: 10px;
}

.empreendimentos-destaque {
	background: rgba(0, 84, 112, 0.04);
}

.empreendimentos-destaque .btn-mais {
	margin: 48px 0 0 0;
}

.empreendimentos-destaque .nav-imoveis {
	display: flex;
	align-items: center;
	gap: 10px;
}

.card-imovel {
	padding: 0 15px;
}

.card-imovel .card-interno {
    height: 550px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    transition: all .5s;
    border-radius: 5px;
    flex-direction: column;
	justify-content: end;
	padding: 30px;
}

.card-imovel .card-interno::before {
    background: radial-gradient(circle at bottom left, #000000e3 -0%, #ffffff00 40%);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.card-imovel .wrapper-img-card-imovel {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -webkit-mask-image: url(../images/mask-card-imovel.png);
    mask-image: url(../images/mask-card-imovel.png); */
    mask-repeat: no-repeat;
    mask-position: bottom right;
    mask-size: cover;
}

.card-imovel .wrapper-img-card-imovel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-imovel .abrir {
	border-radius: 16px 16px 0px 16px;
    background: var(--100, #FFF);
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 6;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.card-imovel .card-interno:hover .abrir {
	background: #41AFC8;
}

.card-imovel .card-interno:hover .abrir svg {
transform: rotate(-40deg);
}

.card-imovel .card-interno:hover .abrir svg path {
	stroke: #fff;
}

.card-imovel .card-interno .infos {
    position: relative;
    z-index: 3;
    transition: all .5s;
	height: 145px;
}

.card-imovel .card-interno:hover .infos {
height: 50%;
	transition: all .5s;
}

.card-imovel .card-interno .infos .estagio {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

.card-imovel .card-interno .infos h2 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	margin: 15px 0;
}

.card-imovel .card-interno .infos h2::first-line {
	font-weight: 300;
}

.card-imovel .card-interno .infos .destaques {
	opacity: 0;
	transition: all .5s;
}

.card-imovel .card-interno:hover .infos .destaques {
	opacity: 1;
}

.card-imovel .card-interno .infos .destaques .item-destaque {
	display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}

.card-imovel .card-interno .infos .destaques .item-destaque .icone {
	    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    justify-content: center;
}

.card-imovel .card-interno .infos .destaques .item-destaque p {
color: rgba(255, 255, 255, 0.70);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.sobre-home {
    padding: 90px 0 80px 0;
    background-image: url(../images/bg-sobre.webp);
    min-height: 900px;
    border-radius: 38px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.sobre-home::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-sobre-casal.webp);
	pointer-events: none;
	    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.sobre-home .conteudo {
	display: flex;
	gap: 18px;
}

.sobre-home .conteudo .box {
border-radius: 20px;
    background: rgba(255, 255, 255, 0.90);
    padding: 70px;
max-width: 482px;
}

.sobre-home .conteudo .box h2 {
	color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 90%;
margin: 15px 0 35px 0;
}

.sobre-home .conteudo .box h2::first-line {
	font-weight: 300;
}

.sobre-home .conteudo .box .texto p {
	color: rgba(0, 84, 112, 0.60);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 27px */
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 7; /** número de linhas que você quer exibir */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sobre-home .conteudo .box .texto p:not(:first-of-type) {
	display: none;
}

.sobre-home .conteudo .box .botao {
	margin-top: 44px;
}

.sobre-home .numeros {
flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    align-self: start;
    justify-content: start;
	width: 58%;
}

.sobre-home .numeros .item-contador {
    border-radius: 20px;
    background: var(--Secundary-Blue, #41AFC8);
    width: 100%;
    padding: 30px;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 211px;
	min-width: 211px;
    width: 100%;
	align-items: center;
}

.sobre-home .numeros .item-contador .interno {
	width: fit-content;
}

.sobre-home .numeros .item-contador span {
	font-size: 44px;
}

.sobre-home .numeros .item-contador p {
	font-size: 28px;
}

.secao-blog {
	padding: 95px 0;
	background-color: #fff;
}

.secao-blog .info-topo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
margin-bottom: 45px;
}

.secao-blog .nav-blog {
	display: flex;
	align-items: center;
	gap: 10px;
}

.card-blog {
	    padding: 0 15px;
}

.card-blog > a {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    border-radius: 16px 16px 0 16px;
}

.card-blog .img-card-blog {
    width: 100%;
    /* -webkit-mask-image: url(../images/mask-card-blog.png);
    mask-image: url(../images/mask-card-blog.png); */
    mask-repeat: no-repeat;
    mask-position: bottom right;
    mask-size: cover;
	height: 259.651px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.card-blog .img-card-blog img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: all .5s;
}

.card-blog > a:hover .img-card-blog img {
    transform: scale(1.1);
}

.card-blog .abrir {
background: var(--100, #FFF);
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    position: absolute;
top: 200px;
    right: 14px;
    z-index: 6;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    border-radius: 5px 5px 0px 5px;
}

.card-blog > a:hover .abrir {
	background: #41AFC8;
}

.card-blog > a:hover .abrir svg {
    transform: rotate(-40deg);
}

.card-blog > a:hover .abrir svg path {
    stroke: #fff;
}

.card-blog .infos {
	padding: 30px 18px 18px 18px;
}

.card-blog .infos .data-blog {
	color: var(--600, rgba(0, 0, 0, 0.40));
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
}

.card-blog .infos h3 {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 28.6px */
	margin-top: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 57.2px;
}


/* PÁGINA SOBRE */
.topo-sobre {
	padding: 90px 0;
    background-size: cover;
    position: relative;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
	    background-position: 70%;
}

.topo-sobre .infos {
	position: relative;
	z-index: 3;
}

.topo-sobre h2 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

.topo-sobre h1 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 84px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	margin-top: 15px;
}

.topo-sobre h1::first-line {
	font-weight: 300;
}

.secoes-sobre {
	margin-top: 90px;
}

.secoes-sobre .container > .row {
	margin-bottom: 18px;
}

.secoes-sobre .box-conteudo {
border-radius: 20px;
    border: 2px solid rgba(0, 84, 112, 0.04);
    background: rgba(255, 255, 255, 0.90);
    padding: 70px;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.secoes-sobre .box-conteudo h2 {
color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 90%;
    max-width: 440px;
    margin: 15px 0 25px;
}

.secoes-sobre .box-conteudo h2::first-line {
	font-weight: 300;
}

.secoes-sobre .box-conteudo .texto p {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 27px */
	margin-bottom: 15px;
	text-align: justify;
}

.secoes-sobre .box-conteudo .texto p:last-child {
	margin-bottom: 0;
}

.secoes-sobre .box-conteudo .texto b,
.secoes-sobre .box-conteudo .texto strong {
	font-weight: 700;
}

.secoes-sobre .box-img {
	border-radius: 20px;
	border: 2px solid rgba(0, 84, 112, 0.04);
	overflow: hidden;
	height: 650px;
}

.secoes-sobre .box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.secoes-sobre .box-conteudo-azul {
	border-radius: 20px;
	background: var(--Secundary-Blue, #41AFC8);
	padding: 64px;
	height: 100%;
}

.secoes-sobre .box-conteudo-azul.visao {
	background: var(--Blue-03, #00829A);
}

.secoes-sobre .box-conteudo-azul.valores {
background: var(--Blue-02, #015F79);
}

.secoes-sobre .interno {
	border-left: 3px solid #fff;
	padding-left: 48px;
}

.secoes-sobre .box-conteudo-azul h4 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%; /* 39.6px */
	margin-bottom: 42px;
}

.secoes-sobre .box-conteudo-azul p {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 27px */
	margin-bottom: 15px;
	text-align: justify;
}

.secoes-sobre .box-conteudo-azul p:last-child {
	margin-bottom: 0;
}

.secoes-sobre .box-conteudo-azul .itens {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.secoes-sobre .box-conteudo-azul .item-valores {
	display: flex;
    align-items: center;
    gap: 18px;
}

.secoes-sobre .box-conteudo-azul .item-valores .icone {
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
}

.secoes-sobre .box-conteudo .politica {
	border-color: #005470;
}

.secoes-sobre .box-conteudo .politica h4 {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%; /* 39.6px */
	margin-bottom: 42px;
}

.numeros {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.numeros .item-contador {
border-radius: 20px;
    background: var(--Secundary-Blue, #41AFC8);
    width: 100%;
    padding: 25px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.numeros .item-contador.item2 {
background: var(--Blue-03, #00829A);
}

.numeros .item-contador.item3 {
background: var(--Blue-02, #015F79);
}

.numeros .item-contador span {
color: var(--100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}

.numeros .item-contador p {
color: var(--100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin: 0;
}

/* BLOG */
.topo-blog {
padding: 85px 0;
    background-size: cover;
    position: relative;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
justify-content: space-between;
    gap: 20px;
    border-radius: 8px;
    overflow: hidden;
    background-position: 50%
}

.topo-blog .small {
	color: var(--100, #FFF);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 3.2px;
text-transform: uppercase;
    position: relative;
    z-index: 5;
}

.topo-blog::before {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    pointer-events: none;
    mix-blend-mode: multiply;
    background: radial-gradient(168.82% 125.1% at 101.51% 0%, rgba(0, 84, 112, 0.00) 55.37%, rgb(0 84 112 / 79%) 90%);
}

.topo-blog::after {
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    display: block;
background: radial-gradient(168.82% 125.1% at 101.51% 0%, rgba(0, 0, 0, 0.00) 55.37%, rgba(0, 0, 0, 0.20) 100%);
}

.topo-blog .conteudo {
    display: flex;
    align-items: end;
    gap: 40px 20px;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
}

.topo-blog .infos {
	max-width: 725px;
}

.topo-blog .data-blog {
	color: var(--200, rgba(255, 255, 255, 0.70));
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
}

.topo-blog h1 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 64px;
	font-style: normal;
	font-weight: 300;
	    margin-top: 15px;
	line-height: 90%; /* 57.6px */
}

.mais-posts {
background: rgba(0, 84, 112, 0.04);
padding: 90px 0;
}

.mais-posts .grid-posts {
	    margin-top: 45px;
    display: grid;
    gap: 30px 0;
    grid-template-columns: repeat(3, 1fr);
}

/* SINGLE BLOG */
.single-post .topo-blog {
justify-content: end;
}

.single-post .topo-blog::before {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    pointer-events: none;
    mix-blend-mode: multiply;
    background: radial-gradient(168.82% 125.1% at 101.51% 0%, rgba(0, 84, 112, 0.00) 55.37%, rgb(0 84 112 / 79%) 90%);
}

.single-post .topo-blog::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    display: block;
    background: radial-gradient(168.82% 125.1% at 101.51% 0%, rgb(0 0 0 / 32%) 55.37%, rgba(0, 0, 0, 0.20) 100%);
}

.single-post .topo-blog .infos {
		max-width: 830px;
	margin: 0 auto;
	    position: relative;
    z-index: 5;
}

.single-post .topo-blog .data-blog {
	color: var(--200, rgba(255, 255, 255, 0.70));
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
}

.single-post .topo-blog h1 {
	color: var(--100, #FFF);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%; /* 57.6px */
	margin-top: 25px;
}

.single-post .conteudo-blog {
	padding: 90px 0;
}

.single-post .conteudo-blog .content-single h2 {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 30px;
	margin-top: 45px;
}

.single-post .conteudo-blog .content-single h3,
.single-post .conteudo-blog .content-single h4,
.single-post .conteudo-blog .content-single h5,
.single-post .conteudo-blog .content-single h6 {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 30px;
	margin-top: 45px;
}

.single-post .conteudo-blog .content-single p {
	color: var(--500, rgba(0, 0, 0, 0.40));
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 28.8px */
	margin-bottom: 23px;
}

.single-post .conteudo-blog .content-single b,
.single-post .conteudo-blog .content-single strong {
font-weight: 700;
}

.single-post .conteudo-blog .content-single ul {
	list-style: disc;
    padding-left: 20px;
}

.single-post .conteudo-blog .content-single li {
	color: var(--500, rgba(0, 0, 0, 0.40));
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 28.8px */
	margin-bottom: 15px;
}

.single-post .conteudo-blog .content-single a {
	color: #005470;
	font-weight: 500;
}

.single-post .conteudo-blog .content-single .wp-caption {
	width: 100% !important;
}

.single-post .conteudo-blog .content-single .wp-caption img {
	margin: 30px 0 40px 0;
}

.single-post .conteudo-blog .content-single p.wp-caption-text {
	display: none !important;
}

.single-post .compartilhe {
	padding-top: 64px;
	margin-top: 64px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.single-post .compartilhe .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.single-post .compartilhe .info p {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 27px */
}

.single-post .redes {
    justify-content: center;
    max-width: fit-content;
	margin-top: 0;
	display: flex;
    gap: 13px;
}

.single-post .redes a svg path, .single-post .redes a svg {
    transition: all .5s;
}

.single-post .redes a svg:hover {
    transform: scale(1.3);
}

.single-post .compartilhe a:hover svg path{
	fill: #00829A;
}

.single-post .secao-blog {
	background: rgba(0, 84, 112, 0.04);
}

 /* EMPREENDIMENTOS */
 .topo-empreendimentos {
	padding: 85px 0;
    background-size: cover;
    position: relative;
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    background-position: 50%;
	background-image: url(../images/bg-empreendimentos.webp);
 }

 .topo-empreendimentos::before {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    pointer-events: none;
    mix-blend-mode: multiply;
   background: linear-gradient(264deg, rgba(0, 84, 112, 0.00) 32.29%, rgba(0, 84, 112, 0.80) 82.71%)
}

.topo-empreendimentos::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.topo-empreendimentos .infos {
	position: relative;
    z-index: 5;
}

  .topo-empreendimentos h3 {
	color: var(--100, #FFF);
text-align: start;
leading-trim: both;
    margin-bottom: 15px;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 3.2px;
text-transform: uppercase;
  }

   .topo-empreendimentos h1 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	    max-width: 500px;
   }

.topo-empreendimentos h1::first-line {
	font-weight: 300;
}

.content-empreendimentos {
	padding: 70px 0;
}

.content-empreendimentos .infos-topo {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 45px;
	    justify-content: space-between;
}

.content-empreendimentos .infos-topo #filter-status {
    display: flex;
    align-items: center;
    gap: 30px;
}

.content-empreendimentos .infos-topo #filter-status button {
	    color: var(--Primary-Blue, #005470);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    background: none;
	transition: all .5s;
}

.content-empreendimentos .infos-topo #filter-status button:hover {
	transform: scale(1.07);
}

.content-empreendimentos .infos-topo #filter-status button.active {
	color: var(--Primary-Yellow, #FEA000);
}

.content-empreendimentos .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	    gap: 30px 0;
}

/* SINGLE EMPREENDIMENTO */
.page-empreendimento {
	background-image: url(../images/bg-diferenciais.webp);
    background-size: 100% 1475px;
    background-position: 50% 1%;
    background-repeat: no-repeat;
}

.topo-single {
	padding: 130px 0 85px 0;
    background-size: cover;
    position: relative;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 20px;
    overflow: hidden;
}

.topo-single::before {
	position: absolute;
    z-index: 4;
	bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
	background: linear-gradient(182deg, rgba(0, 84, 112, 0.00) 32.93%, rgba(0, 84, 112, 0.80) 79.75%);
    background-size: cover;
    pointer-events: none;
	mix-blend-mode: multiply;
}

.topo-single:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	height: 100%;
	content: '';
	display: block;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.topo-single .conteudo {
	position: relative;
	    width: fit-content;
    margin: 0 auto;
	z-index: 6;
}

.topo-single .estagio {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

.topo-single h1 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 84px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%; /* 75.6px */
    width: fit-content;
    margin: 20px 0;
}

.topo-single .destaques {
	display: flex;
    align-items: center;
}

.topo-single .destaques .linha {
	background: rgba(255, 255, 255, 0.50);
	width: 1px;
	height: 26px;
	    margin: auto 25px;
}

.topo-single .destaques .item-destaque {
	display: flex;
	align-items: center;
	gap: 15px;
}

.topo-single .destaques .icone {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topo-single .destaques .icone svg {
	    max-width: 24px;
    max-height: 25px;
}

.topo-single .destaques .icone svg path {
	fill: #fff;
}

.topo-single .destaques .descricao {
	color: rgba(255, 255, 255, 0.70);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 115%; /* 27px */
}

.sobre-imovel {
	padding: 100px 0;
}

.sobre-imovel .box-img img {
height: 100%;
	min-height: 530px;
    width: 100%;
    object-fit: cover;
}

.sobre-imovel .box-sobre-imovel {
	border-radius: 20px;
	border: 2px solid rgba(0, 84, 112, 0.04);
	background: rgba(255, 255, 255, 0.90);
	padding: 70px;
	    align-self: center;
}

.sobre-imovel h2 {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
    margin: 20px 0 30px 0;
}

.sobre-imovel h2::first-line {
font-weight: 300;
}

.sobre-imovel .descricao p {
	color: rgba(0, 84, 112, 0.60);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 27px */
	margin-bottom: 10px;
	text-align: justify;
}

.sobre-imovel .descricao p:last-child {
	margin-bottom: 0;
}

.diferenciais {
	margin-top: 48px;
}

.diferenciais {
	display: flex;
	align-items: center;
	justify-content: center;
    gap: 10px;
}

.diferenciais .slide-diferenciais {
width: calc(100% - 68.8px);
}

.diferenciais .nav-diferenciais {
	    display: flex;
    flex-direction: column;
    gap: 10px;
}

.diferenciais .item-diferencial {
	display: flex;
	align-items: center;
	gap: 24px;
	width: 30%;
	border-radius: 20px;
	background: rgba(0, 84, 112, 0.04);
	padding: 30px 20px 20px 30px;
    min-height: 154px;
	    margin: 0 7.5px;
}

.diferenciais .item-diferencial .conteudo {
	max-width: 204px;
	width: 100%;
}

.diferenciais .item-diferencial .icone {
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	margin-bottom: 17px;
}

.diferenciais .item-diferencial .icone svg {
	max-width: 32px;
}

.diferenciais .item-diferencial .icone svg path {
	fill: #FEA000;
}

.diferenciais .item-diferencial p {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.secao-videos {
background: rgba(0, 84, 112, 0.04);
	padding: 70px 0 90px 0;
border-radius: 38px 38px 0px 0px;
}

.secao-videos .subtitulo {
	margin: 0 auto 45px auto;
	text-align: center;
}

.secao-videos .conteudo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 auto;
    max-width: 1125px;
}

.secao-videos .slide-videos {
    width: calc(100% - 140px);
	margin: 0 auto;
}

.secao-videos a {
    margin: 0 10px;
	display: block;
	overflow: hidden;
	    border-radius: 20px;
}

.secao-videos .item-video {
	position: relative;
	display: flex;
	border-radius: 20px;
	height: 450px;
	align-items: center;
	justify-content: center;
	background-position: center;
	overflow: hidden;
	background-size: cover;
	max-width: 1034px;
    margin: 0 auto;
}

.secao-videos .item-video::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    z-index: 1;
	transition: all .5s;
}

.secao-videos a:hover .item-video::after {
	opacity: .7;
} 

.videos a:hover .item-video::before {
	opacity: .9;
}

.secao-videos .content-video {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	position: relative;
	z-index: 4;
}

.secao-videos .content-video p {
	color: var(--100, #FFF);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
transition: all .5s;
}

.secao-videos .content-video .icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
border-radius: 100px;
border: 1px solid var(--Primary-Yellow, #FEA000);
	transition: .5s;
}

.secao-videos .content-video .icon svg {
	position: relative;
	right: -3px;
}

.secao-videos a:hover .icon {
	border-color: #fff;
}

.secao-videos a:hover .icon svg {
	transform: scale(1.1);
}

.secao-videos a:hover p {
	transform: scale(1.1);
}


#ficha {
	padding: 50px 0;
	position: relative;
}

#ficha .info-topo {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 45px;
	align-items: center;
}

#ficha .info-topo .navegacao {
		display: flex;
	justify-content: end;
	gap: 18px;
}

#ficha .nav-fichas {
		display: flex;
	gap: 10px;
}

/* Remove seta padrão e estilo */
.custom-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
border: none;
padding: 14px 35px 14px 20px;
cursor: pointer;
transition: all .5s;
}

.custom-select-wrapper select:hover {
	color: #fff;
}

.custom-select-wrapper:hover .select-icon svg path {
	stroke: #fff;
}

.custom-select-wrapper select:hover option {
	color: var(--Primary-Blue, #005470);
}

/* Wrapper para posicionamento */
.custom-select-wrapper {
  position: relative;
    display: flex;
    align-items: center;
	background: rgba(0, 84, 112, 0.04);
padding: 0;
cursor: pointer;
}

/* Ícone SVG como seta */
.custom-select-wrapper .select-icon {
  position: absolute;
    right: 7px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* evita interferência no clique */
}

#ficha .slide-fichas {
	margin-bottom: 0;
}

#ficha .slide-fichas .slick-dots {
    pointer-events: none;
    height: 0px;
    visibility: hidden;
}

#ficha .slide-fichas .slick-track {
	border: 1px solid rgba(0, 84, 112, 0.04);
}

#ficha .slide-fichas .item {
border: 1px solid rgba(0, 84, 112, 0.04);
width: 390px;
height: 96px;
padding: 32px;
display: flex !important;
align-items: center;
gap: 15px;
color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#ficha .slide-fichas .item .icone {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ficha .slide-fichas .item .icone svg {
	max-width: 32px;
}

#ficha .slide-fichas .item .icone svg path {
	fill: #00829A;
}

.plantas {
	height: auto;
	background-image: url(../images/bg-plantas.webp);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
	padding: 90px 0;
	position: relative;

border-radius: 38px 38px 0px 0px;
overflow: hidden;
}

.plantas .abas-lista .conteudo {
	border-radius: 20px;
background: rgba(255, 255, 255, 0.90);
padding: 70px;
align-self: center;
}

.plantas h2 {
color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 90%;
text-transform: uppercase;
margin: 20px 0 35px 0;
}

.plantas h2::first-line {
	font-weight: 300;
}

.plantas .aba-item {
	cursor: pointer;
	margin-bottom: 18px;
	transition: all .5s;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.plantas .aba-item:last-child {
	margin-bottom: 0;
}

.plantas .aba-item.ativa {
	border-right: 5px solid var(--Primary-Yellow, #FEA000);
background: var(--Primary-Yellow, #FEA000);
color: #fff;
}

.plantas .aba-item:hover {
	background: #005470;
}

.plantas .aba-item .nome {
color: var(--100, #FFF);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.plantas .aba-item svg.fechado {
	opacity: 1;
}

.plantas .aba-item svg.aberto {
	opacity: 0;
}

.plantas .info-topo .icons svg {
	transition: all .5s;
}

.plantas .aba-item.ativa svg.fechado {
	opacity: 0;
}

.plantas .aba-item.ativa svg.aberto {
	opacity: 1;
	transform: translateX(-27px);
}

.plantas .imagem-item {
	display: none;
}

.plantas .imagem-item.ativa {
	display: flex;
}

.plantas .imagem-item {
	height: 100%;
    transition: all .5s;
    justify-content: center;
	align-items: center;
    flex-direction: column;
		border-radius: 20px;
background: rgba(0, 84, 112, 0.04);
padding: 52px 33px;
}

.plantas .imagem-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    cursor: pointer;
    transition: all .5s;
}

.plantas .imagem-item img:hover {
	transform: scale(0.98);
}

.estagio-obra {
	padding: 90px 0 110px 0;
}

.estagio-obra .container {
	position: relative;
}

.estagio-obra h2 {
	margin: 0 auto;
}

.estagio-obra .box-status {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(5, 1fr);
	margin: 60px auto;
}

.estagio-obra .box-status .item {
	width: 100%;
}

.estagio-obra .box-status .item p {
color: var(--500, rgba(0, 0, 0, 0.40));
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 22.4px */
	margin-top: 20px;
}

.estagio-obra .single-chart {
	justify-content: space-around ;
  }
  
  .estagio-obra  .circular-chart {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	max-height: 125px;
  }
  
  .estagio-obra .circle-bg {
	fill: none;
	stroke: #eee;
  }
  
.estagio-obra .circle {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke: #00829A; 
  stroke-dasharray: 0 100; /* Estado inicial */
  transition: stroke-dasharray 2s ease-out;
}


.animated {
  animation: progress 5s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
  
  .estagio-obra .percentage {
    font-size: 0.5em;
    text-anchor: middle;
	fill: var(--Primary-Blue, #005470);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 30px */
  }

  .estagio-obra .info-bottom {
	margin-top: 60px;
  }

  .estagio-obra .box-status-pd {
	padding: 30px 0 30px 60px;
  }

  .estagio-obra .box-status-pd .progress-bar-container {
width: 140px;
    height: 8px;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.estagio-obra .box-status-pd .progress-bar {
  height: 100%;
  width: 0%;
  transition: width 4.2s ease-in-out; /* ajuste conforme desejado */
  border-radius: 8px;
  background-color: #FEA000;
}

.estagio-obra .box-status-pd .item {
	display: flex;
    align-items: center;
    gap: 18px;
	margin-bottom: 40px;
}

.estagio-obra .box-status-pd .item:last-child {
	margin-bottom: 0;
}

.estagio-obra .box-status-pd .item span {
color: var(--Primary-Blue, #005470);
    text-align: start;
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    min-width: 69.47px;
}

.estagio-obra .box-status-pd .item p {
	color: var(--500, rgba(0, 0, 0, 0.40));
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}

  .estagio-obra .item-slide {
border-radius: 5px;
	overflow: hidden;
	position: relative;
	height: 465px;
	transition: all .6s;
	margin: 0 5px;
  }

  .estagio-obra .item-slide::before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 80.76%, rgba(0, 0, 0, 0.70) 100%);
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
  }

  .estagio-obra .item-slide:hover img {
	transform: scale(1.1);
  }

  .estagio-obra .item-slide img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: all .5s;
  }

  .estagio-obra .item-slide .legenda {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 22.5px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 33.6px */
	position: absolute;
	left: 32px;
	bottom: 35px;
	z-index: 3;
  }

.estagio-obra .nav-status {
    justify-content: end;
    margin: -75px 40px 0 0;
    position: relative;
    z-index: 5;
    gap: 10px;
	    width: fit-content;
    margin-left: auto;
}

.page-empreendimento .localizacao {
    position: relative;
	    display: flex;
    align-items: center;
    padding: 60px 0;
    min-height: 90vh;
    width: 100%;
    overflow: hidden;
	border-radius: 38px 38px 0 0;
}

.page-empreendimento .localizacao iframe {
height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-empreendimento .localizacao .box-loc {
margin: 0;
    position: relative;
	margin-left: auto;
    /* transform: translateY(-50%); */
    z-index: 8;
    max-width: 515px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.90);
    padding: 70px;
}

.page-empreendimento .localizacao h2 {
color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 90%;
text-transform: uppercase;
    margin: 20px 0 30px 0;
}

.page-empreendimento .localizacao h2::first-line {
	font-weight: 300;
}

.page-empreendimento .localizacao .endereco {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.page-empreendimento .localizacao .endereco p {
	color: rgba(0, 84, 112, 0.60);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 105%; /* 28.8px */
	padding-left: 21px;
	border-left: 3px solid #FEA000;
	margin-left: 22px;
}

.page-empreendimento .localizacao .endereco p span {
	display: block;
font-size: 18px;
font-weight: 300;
}

.page-empreendimento .localizacao .texto {
	color: rgba(0, 84, 112, 0.60);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 18px;
font-style: normal;
font-weight: 300;
margin-bottom: 30px;
line-height: 150%; /* 27px */
}

.page-empreendimento .localizacao .small {
color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 27px */
margin-bottom: 15px;
}

.page-empreendimento .localizacao .botoes {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contato-single {
height: auto;
    background-image: url(../images/bg-contato-single.webp);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative;
    border-radius: 38px 38px 0px 0px;
    overflow: hidden;
	margin-top: -30px;
}

.contato-single .left .infos {
	border-radius: 6px;
border: 1px solid rgba(0, 84, 112, 0.04);
background: rgba(255, 255, 255, 0.90);
padding: 70px;
}

.contato-single .left .infos h2 {
	color: var(--Primary-Blue, #005470);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	text-transform: uppercase;
	margin: 15px 0 28px 0;
}

.contato-single .left .infos h2::first-line {
	font-weight: 300;
}

.contato-single .left .infos .texto {
	color: rgba(0, 84, 112, 0.60);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 27px */
max-width: 280px;
}

.contato-single .left .infos .small {
	color: var(--Primary-Blue, #005470);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 27px */
margin: 150px 0 10px 0;
}

.contato-single .left .infos .botoes {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contato-single .right .box {
	padding: 70px;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none !important;
border: 1px solid var(--600, rgba(0, 0, 0, 0.10)) !important;
}

.formpadrao .formmodal.conteudo-form {
	display: flex;
}

.formpadrao.formmodal .conteudo-form .left,
.formpadrao.formmodal .conteudo-form .right {
	width: 50%;
	padding: 0 6px;
}

.formpadrao input, .formpadrao textarea{
	padding: 14px 24px;
border-radius: 10px;
border: 1px solid var(--600, rgba(0, 0, 0, 0.10));
    background: transparent;
    margin-bottom: 24px;
color: rgba(0, 84, 112, 0.897);
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
    width: 100%;
}

.formpadrao input::placeholder, .formpadrao textarea::placeholder{
color: rgba(0, 84, 112, 0.40);
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.formpadrao textarea{
	height: 120px;
}

.formpadrao .form-bottom {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.formpadrao .form-bottom .politica {
	    display: flex;
    align-items: center;
    gap: 14px;
}

.formpadrao .politica input[type="checkbox"]  {
    width: 20px;
    height: 20px;
	margin-bottom: 0;
}

.formpadrao .politica span {
color: rgba(0, 84, 112, 0.40);
font-family: Signika;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.formpadrao .politica span a {
	color: inherit;
	font-weight: 700;
}

.formpadrao input.botao {
	width: fit-content;
    padding: 10px 30px;
    border-radius: 5px 5px 0px 5px;
	border: 0;
    border-right: 5px solid var(--Primary-Yellow, #FEA000);
    background: var(--Blue-03, #00829A);
    color: var(--100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: all .5s;
	margin: 0;
}

.formpadrao input.botao:hover {
	border-color: #00829A;
	background: #FEA000;
}


/* CONTATO */
.topo-contato {
padding: 85px 0;
    background-size: cover;
    position: relative;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background-position: 50%;
}

.topo-contato::before {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    pointer-events: none;
    mix-blend-mode: multiply;
    background: linear-gradient(264deg, rgba(0, 84, 112, 0.00) 32.29%, rgba(0, 84, 112, 0.80) 82.71%);
}

.topo-contato::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.topo-contato .infos {
	position: relative;
	z-index: 4;
	max-width: 640px;
}

.topo-contato .infos {
	color: var(--100, #FFF);
	text-align: start;
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

.topo-contato .infos h1 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	text-transform: uppercase;
	margin-top: 15px;
}

.topo-contato .infos h1::first-line {
	font-weight: 300;
}

.secao-contato {
	background-image: none;
	margin: 0;
}

.mapa-contato {
	width: 100%;
	border-radius: 38px 38px 0px 0px;
	height: 90vh;
	overflow: hidden;
	position: relative;
	padding: 60px 0 60px 0;
	display: flex;
    align-items: end;
}

.mapa-contato iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mapa-contato .conteudo {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    align-items: end;
    padding: 47px 70px;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    position: relative;
	    max-width: 940px;
    margin: 0 auto;
    z-index: 3;
}

.mapa-contato .conteudo .endereco p {
	color: rgba(0, 84, 112, 0.60);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 38.4px */
	    margin-top: 25px;
}

.mapa-contato .conteudo .endereco p span {
	color: rgba(0, 84, 112, 0.60);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	display: block;
	line-height: 120%;
}

.mapa-contato .conteudo .botoes {
	    display: flex;
    align-items: center;
    gap: 10px;
	flex-wrap: wrap;
}


/* FOOTER */
footer {
	position: relative;
	padding: 100px 0 90px 0;
	background: var(--Primary-Blue, #005470);
}

footer .info-topo {
	display: flex;
	align-items: center;
	gap: 48px;
	justify-content: center;
}

footer .info-topo .item {
	width: fit-content;
	text-align: center;
}

footer .info-topo .item span {
	color: var(--200, rgba(255, 255, 255, 0.70));
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.62px;
	text-transform: uppercase;
}

footer .info-topo .item div {
	display: flex;
	align-items: center;
}

footer .info-topo .item a {
	padding: 10px;
	border-bottom: 2px solid transparent;
	transition: all .5s;
	border-radius: 50px;
}

footer .info-topo .item a:hover {
	border-color: #41AFC8;
}

footer .info-topo .item a:hover svg {
	transform: scale(1.1);
}

footer .info-topo .item a:hover path {
	fill: #41AFC8;
}

footer .links {
padding: 45px 0;
    margin: 45px 0;
    border: 1px solid #ffffff26;
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 50px;
    flex-wrap: wrap;
}

footer .links a {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	display: inline-block;
    text-align: center;
	transition: all .5s;
}

footer .links a:hover {
	color: #41AFC8;
	transform: scale(1.1);
}

footer .info-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

footer .info-bottom p {
	color: rgba(255, 255, 255, 0.40);
	font-family: Signika;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

footer .info-bottom a {
	color: rgba(255, 255, 255, 0.40);
	text-decoration: underline;
	font-family: Signika;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/* BARRAFIXA */
.barrafixa{
    right: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    border-radius: 12px 0px 0px 0px;
    overflow: hidden;
    background: transparent;
    align-items: center;
    z-index: 30;
}

.barrafixa .item {
	padding: 18px;
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
align-items: stretch;
	gap: 10px;
	transition: all .5s;
		    align-self: normal;
    display: flex;
    align-items: center;
	cursor: pointer;
}

.barrafixa .item.main {
	background: #fff;
	padding: 0 30px;
	cursor: default;
}
.barrafixa .item.wpp {
background: #009914;
}
.barrafixa .item.tel {
background: #005470;
}
.barrafixa .item.mail {
background: #FEA000;
}
.barrafixa .item.wpp:hover {
background: #017110;
}
.barrafixa .item.tel:hover {
background: #013b4e;
}
.barrafixa .item.mail:hover {
background: #ac6d00;
}


/* MODAIS */
.modal-contato {
border-radius: 20px !important;
    background: transparent !important;
    max-width: 914px !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
	overflow: hidden !important;
}

.modal-contato .img-mask {
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../images/mask-modal.png);
    mask-image: url(../images/mask-modal.png);
    mask-repeat: no-repeat;
mask-position: top right;
    mask-size: cover;
}

.modal-contato .img-mask img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-contato .conteudo {
	position: relative;
	z-index: 3;
}

.modal-contato .conteudo .info-topo {
	display: flex;
    align-items: center;
	gap: 48px;
}

.modal-contato .info-topo .icon {
	background: var(--Primary-Blue, #005470);
	height: 190px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-contato .info-topo .icon.wpp {
	background: #009914;
}

.modal-contato .info-topo .icon.mail {
	background: var(--Primary-Yellow, #FEA000);
}

.modal-contato .info-topo > div {
	display: flex;
	gap: 95px;
	align-items: center;
}

.modal-contato .info-topo h4 {
	color: var(--Blue-03, #00829A);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 3.2px;
text-transform: uppercase;
}

.modal-contato .info-topo h4 span {
	color: var(--Primary-Blue, #005470);
	display: block;
	leading-trim: both;
	text-edge: cap;
	font-family: Signika;
	font-size: 52px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%; /* 46.8px */
	text-transform: uppercase;
	margin-top: 15px;
}

.modal-contato .info-topo p {
color: rgba(0, 84, 112, 0.40);
leading-trim: both;
text-edge: cap;
font-family: Signika;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 27px */
max-width: 280px;
}

.modal-contato .info-form {
	padding: 40px 60px;
}

#modal-tel.modal-contato .info-form {
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
	    padding: 30px 60px 70px 60px;
}

#modal-tel.modal-contato .info-form .numero {
	    color: var(--Primary-Blue, #005470);
    display: block;
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    text-transform: uppercase;
}

#modal-tel.modal-contato .info-form .numero span {
	font-size: 27px;
}
#modal-tel.modal-contato .info-form .botao:focus,
#modal-tel.modal-contato .info-form .botao:focus-visible {
	border: 0;
	border-right: 5px solid var(--Primary-Yellow, #FEA000);
	outline: none;
}

.modal-contato form {
	width: 100%;
}

.modal-contato .conteudo-form {
	    display: flex;
}

.modal-contato .conteudo-form .left,
.modal-contato .conteudo-form .right {
	padding: 0 9px;
	width: 50%;
}

.modal-contato .conteudo-form textarea {
	height: 196px;
}

.modal-contato .fancybox-close-small {
	right: 0 !important;
	top: 0 !important;
}

.modal-contato .fancybox-close-small {
border-radius: 8px 8px 0px 8px !important;
    border-right: 5px solid var(--Primary-Yellow, #FEA000) !important;
    background: var(--Blue-03, #00829A) !important;
    color: #fff !important;
    width: 60px !important;
    height: 42px !important;
    opacity: 1 !important;
	transition: all .5s !important;
}

.modal-contato .fancybox-close-small:hover {
opacity: .5 !important;
}

/* PAGE PADRÃO */
.secao-padrao {
	padding: 50px 0 70px 0;
}

.secao-padrao h1 {
color: var(--Primary-Blue, #005470);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto 50px 0;
    max-width: 400px;
}

.secao-padrao h1::first-line {
	font-weight: 300;
}

.secao-padrao .conteudo h2,
.secao-padrao .conteudo h3,
.secao-padrao .conteudo h4,
.secao-padrao .conteudo h5,
.secao-padrao .conteudo h6 {
	    color: var(--Primary-Blue, #005470);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
	margin: 25px 0 10px 0;
}

.secao-padrao .conteudo p,
.secao-padrao .conteudo li {
	color: var(--Primary-Blue, #005470);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.secao-padrao .conteudo li {
	margin-bottom: 10px;
}

.secao-padrao .conteudo ul {
	padding-left: 23px;
}


.page-padrao {
	min-height: 80vh;
	padding: 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.page-padrao.erro404 h1 {
color: var(--Primary-Blue, #005470);
    leading-trim: both;
	text-align: center;
    text-edge: cap;
    font-family: Signika;
font-size: 260px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
	text-transform: uppercase;
}

.page-padrao.obrigado h1 {
color: var(--Primary-Blue, #005470);
    leading-trim: both;
	text-align: center;
    text-edge: cap;
    font-family: Signika;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
	text-transform: uppercase;
}


.page-padrao .descricao {
    color: rgba(0, 84, 112, 0.60);
    leading-trim: both;
    text-edge: cap;
    font-family: Signika;
	text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
margin: 10px auto 20px auto;
}

.page-padrao.obrigado .descricao {
    color: rgba(0, 84, 112, 0.60);
    leading-trim: both;
    text-edge: cap;
	text-align: center;
    font-family: Signika;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
	max-width: 100%;
}

.page-padrao .botao {
    margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 991px) {

	header .logo img {
max-width: 180px;

	}
	header .wrapper-header ul {
		gap: 15px;
	}
header .wrapper-header ul li a {
	padding: 10px 2px;
    font-size: 14px;
}

header .btn-empreendimentos a {
	    font-size: 14px;
}
}

@media (max-width: 991px){
/* GERAL */
	.degrade::after {
	    background: linear-gradient(267deg, rgba(0, 84, 112, 0.00) 2.52%, rgba(0, 84, 112, 0.80) 81.34%);
}

.site-main {
	background-image: none;
}

/* HEADER */
header {
    padding: 20px 0;
}

header .logo img {
max-width: 180px;
}

header .barra-search {
	padding: 30px 20px;
}

header .btn-menu .submenu {
position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    border-left-width: 8px;
    padding: 40px 20px;
}

header .btn-menu .submenu .close-submenu {
	margin: 0 0 20px auto;
}

header .submenu ul {
	    grid-template-columns: repeat(1, 1fr);
    text-align: center;
	    gap: 5px;
}

header .submenu ul li a {
	    margin: 0 auto;
    padding: 4px 10px;
}

header .submenu .info-bottom {
	flex-direction: column;
}

/* HOME */
	.home-slide-wrapper .item-slide-home {
    padding: 85px 0 95px 0;
	height: 75vh;
	}

	.home-slide-wrapper .item-slide-home::before {
		    background: radial-gradient(circle at bottom left, #000000 10%, #ffffff00 70%);
	}

	.home-slide-wrapper .slide-imagem {
		    mask-position: top left;
	}

.home-slide-wrapper .conteudo-slide h2 {
	font-size: 40px;
}

.home-slide-wrapper .conteudo-slide .botao {
	    margin-top: 25px;
}

.nav-slidehome {
	    justify-content: start;
    margin: -45px 0 0 20px;
}

.imoveis-home .subtitulo {
	margin: 0 auto;
}

.imoveis-home .info-topo {
	    margin-bottom: 35px;
		flex-direction: column-reverse;
}

.card-imovel .card-interno {
	height: 450px;
}

.card-imovel .abrir {
	border-radius: 14px 14px 0px 14px;
    width: 57px;
    height: 57px;
}

.card-imovel .card-interno .infos h2 {
	font-size: 35px;
}

.card-imovel .card-interno .infos {
height: auto;
}

.card-imovel .card-interno .infos .destaques {
	opacity: 1;
}

.card-imovel .card-interno:hover .infos {
		height: auto;
}

.imoveis-home .nav-imoveis {
display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.imoveis-home .btn-mais {
	margin: 30px auto 0 auto;
}

.sobre-home {
    background-size: 500%;
    padding: 70px 0;
    background-position: left top;
    background-repeat: repeat;
}

.sobre-home .conteudo {
	display: block;
}

.sobre-home .conteudo .box {
	    margin: 0 auto;
    width: 100%;
    padding: 45px 25px;
}

.sobre-home .conteudo .box h2 {
	font-size: 35px;
    max-width: 350px;
	    margin-bottom: 25px;
}

.sobre-home .conteudo .box .botao {
	margin-top: 30px;
	    font-size: 15px;
}

.sobre-home .numeros {
	    margin: 40px auto 0 auto;
    align-self: center;
    justify-content: center;
}

/* PÁGINA SOBRE */
.topo-sobre h1 {
	    font-size: 35px;
}

    .numeros .item-contador {
		    text-align: center;
	}

	    .numeros .item-contador {
        width: 100%;
        max-width: 320px;
    }

	 .secoes-sobre .row > div {
		margin-bottom: 20px;
	 }

	.secoes-sobre .row.row-valores {
		    margin-top: -17px;
	 }
	

	.secoes-sobre .box-conteudo {
		padding: 40px 20px;
	}

	.secoes-sobre .box-conteudo h2 {
		font-size: 35px;
    max-width: 350px;
	font-size: 35px;
    max-width: 350px;
    margin: 20px 0;
	}

.secoes-sobre .box-img {
	height: 400px;
}

.secoes-sobre .box-conteudo-azul {
	padding: 40px 20px;
}

.secoes-sobre .interno {
	    padding-left: 20px;
}

.secoes-sobre .box-conteudo-azul h4,
.secoes-sobre .box-conteudo .politica h4 {
	font-size: 35px;
}

.secoes-sobre .box-conteudo-azul .itens {
	    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.secoes-sobre .box-conteudo-azul .item-valores {
	flex-direction: column;
    align-items: start;
    gap: 10px;
}

.secoes-sobre .box-conteudo-azul .item-valores p br {
	display: none;
}

/* BLOG */
	.topo-blog h1 {
font-size: 35px;
    max-width: 400px;
}

.topo-blog::before {
    background: radial-gradient(168.82% 125.1% at 101.51% 0%, rgb(0 84 112 / 21%) 55.37%, rgb(0 84 112 / 79%) 90%);
}

.topo-blog::after {
    background: radial-gradient(168.82% 125.1% at 101.51% 0%, rgb(0 0 0 / 38%) 55.37%, rgb(0 0 0 / 80%) 100%);
}

.mais-posts .grid-posts {
	    grid-template-columns: repeat(2, 1fr);
}

/* SINGLE BLOG */
.single-post .topo-blog h1 {
	font-size: 35px;
    max-width: 100%;
}

.single-post .conteudo-blog .content-single h2 {
	font-size: 28px;
}

.single-post .compartilhe .info {
	flex-direction: column;
        justify-content: center;
        align-items: center;
}

.single-post .compartilhe .info p {
	text-align: center;
}


/* EMPREENDIMENTOS */
.topo-empreendimentos h1 {
	    font-size: 38px;
    max-width: 350px;
}

.content-empreendimentos .infos-topo {
	    flex-direction: column;
}

/* SINGLE EMPREENDIMENTO */
	.topo-single .conteudo {
		margin: 0;
	}

.topo-single h1 {
	    font-size: 40px;
}

.topo-single .destaques {
	    flex-direction: column;
    align-items: start;
}

.topo-single .destaques .linha {
	    width: 30px;
    height: 1px;
    margin: 10px 0;
}

.sobre-imovel {
	padding: 60px 0;
}

.sobre-imovel .box-img img {
	min-height: 350px;
    border-radius: 20px;
    height: 350px;
    width: 100%;
}

.sobre-imovel .box-sobre-imovel {
	padding: 45px 23px;
    margin: 40px auto 0 auto;
    width: 95%;
}

.sobre-imovel h2 {
	font-size: 35px;
}

.secao-videos {
	    padding: 60px 0;
}

.secao-videos .conteudo {
flex-direction: column;
gap: 30px;
}

.secao-videos .slide-videos {
	    width: 100%;
}

.secao-videos .item-video {
	height: 330px;
}

.secao-videos .nav-videos.show-mob {
    display: flex;
    align-items: center;
    gap: 15px;
}

#ficha .info-topo {
    flex-direction: column;
        align-items: center;
}

#ficha .nav-fichas {
	justify-content: center;
}

#ficha .conteudo {
	margin-bottom:  30px;
}

.plantas {
	    background-position: right center;
    padding: 60px 0;
}

.plantas .abas-lista .conteudo {
	    padding: 40px 20px;
}

.plantas h2{
	font-size: 35px;
}

.plantas .imagem-item {
	margin-top: 30px;
}

.estagio-obra {
	padding: 70px 0 70px 0;
}

.estagio-obra .box-status {
	    grid-template-columns: repeat(2, 1fr);
}

.estagio-obra .box-status-pd {
	padding: 0;
	margin-top: 50px;
}

.estagio-obra .box-status-pd .item {
	flex-direction: column;
    gap: 10px;
}

.estagio-obra .item-slide {
	height: 320px;
}

.estagio-obra .nav-status {
	margin: 30px auto 0 auto;
	justify-content: center;
}

.page-empreendimento .localizacao {
min-height: auto;
    height: auto;
    flex-direction: column-reverse;
    gap: 50px;
}

.page-empreendimento .localizacao iframe {
height: 60vh;
    position: static;
	border-radius: 38px 38px 0 0;
}

.page-empreendimento .localizacao .box-loc {
	margin: 0;
    padding: 0;
    transform: none;
    position: static;
    max-width: 4100%;
    border-radius: 0;
    background: none;
}

.page-empreendimento .localizacao h2 {
    margin: 30px 0;
    font-size: 35px;
}

.page-empreendimento .localizacao .texto {
	    line-height: 110%;
		    max-width: 350px;
}

.page-empreendimento .localizacao .botoes {
        flex-wrap: wrap;
    align-items: start;
}

.contato-single {
	padding: 60px 0;
	background-image: none;
	height: auto;
	margin: 0;
	border-radius: 0;
}

.contato-single .left .infos {
	    text-align: center;
    background: none;
    padding: 0;
    border-radius: 0;
	border: none;
}

.contato-single .left .infos h3 {
	margin: 0 auto;
}

.contato-single .left .infos h2 {
font-size: 35px;
        margin: 20px auto 35px auto;
}

.contato-single .left .infos .texto,
.contato-single .left .infos .small {
    display: none;
}

.contato-single .left .infos .botoes {
justify-content: center;
gap: 10px;
}

.formpadrao input, .formpadrao textarea {
	font-size: 14px;
    margin-bottom: 15px;
}

.formpadrao textarea {
	    height: 100px;
}

.contato-single .right .box {
	padding: 0;
    margin-top: 40px;
}

.formpadrao .form-bottom {
	margin-top: 0;
}


/* CONTATO */
.topo-contato .infos h1 {
	font-size: 38px;
    max-width: 400px;
}

.contato-single.secao-contato {
	padding-top: 60px;
}

.mapa-contato {
	    padding: 20px 0 0 0;
		    display: block;
			    height: auto;
}

.mapa-contato .conteudo {
	    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto 50px 0;
    border-radius: 0;
    background: none;
}

.mapa-contato .conteudo .subtitulo {
	margin: 0 auto;
}

.mapa-contato .conteudo .endereco p {
	    text-align: center;
    font-size: 23px;
}

.mapa-contato .conteudo .endereco p span {
	font-size: 18px;
}

.mapa-contato iframe {
	position: static;
    height: 60vh;
}


/* FOOTER */
footer {
	padding: 60px 0 90px 0; 
}

footer .info-topo {
	    flex-direction: column;
    gap: 20px;
}

footer .info-topo .logo {
	    order: -1;
}

footer .links {
	    padding: 38px 0;
    margin: 38px auto;
	flex-direction: column;
}

footer .info-bottom {
	flex-direction: column;
}

/* BARRAFIXA */
.barrafixa {
right: 50%;
    transform: translateX(50%);
	    border-radius: 12px 12px 0px 0px;
}

.barrafixa .item {
padding: 10px 20px;
}

.barrafixa .item.main {
	display: none;
}

.barrafixa .item p {
	display: none;
}

/* MODAIS */
.modal-contato {
	max-width: 450px !important;
	    width: 95% !important;
}

.modal-contato .conteudo .info-topo {
	gap: 30px;
}

.modal-contato .info-topo > div {
	flex-direction: column;
    align-items: start;
    gap: 20px;
}

.modal-contato .info-topo .icon{
	    height: 150px;
    padding: 0 10px;
}

.modal-contato .info-topo h4 {
	    font-size: 14px;
}

.modal-contato .info-topo h4 span {
	    font-size: 30px;
    margin-top: 5px;
}

.modal-contato .info-topo p {
	font-size: 15px;
    max-width: 240px;
    line-height: 100%;
}

.modal-contato .info-form {
	padding: 30px 25px;
}

.modal-contato .conteudo-form {
	display: block;
}

.modal-contato .conteudo-form .left, .modal-contato .conteudo-form .right {
	padding: 0;
	width: 100%;
}

.modal-contato .conteudo-form textarea {
	    height: 100px;
}

.page-padrao.erro404 h1  {
	font-size: 100px;
}

.page-padrao.obrigado h1 {
	font-size: 50px;
}
}

@media (max-width: 600px) {
.mais-posts .grid-posts,
.content-empreendimentos .grid {
	    grid-template-columns: repeat(1, 1fr);
}
}
