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: Guton, 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;
}

@font-face {
    font-family: 'Guton';
    src: url('fonts/Guton-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Guton';
    src: url('fonts/Guton-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Guton';
    src: url('fonts/Guton-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Guton';
    src: url('fonts/Guton-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Guton';
    src: url('fonts/Guton-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Guton';
    src: url('fonts/Guton-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

#conheca {
	scroll-margin-top: 100px;
}

#sobrenos {
	scroll-margin-top: 100px;
}

#areas-de-atuacao {
	scroll-margin-top: 100px;
}

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

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

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

.has-iframe .f-button {
	width: 40px !important;
    height: 40px !important;
    background: #D1A359 !important;
    z-index: 1 !important;
    top: 20px !important;
    right: 20px !important;
    border-radius: 100px !important;
}

.subtitulo {
color: var(--Grey-400, #1c1c1c8b);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
	position: relative;
	width: fit-content;
}

.subtitulo.left {
color: var(--Grey-400, #1c1c1c8b);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
white-space: nowrap;
}

.subtitulo.left::after {
	    content: '';
    display: block;
    position: absolute;
    right: -120%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
    width: 100%;
    height: 2px;
}

.linha-subtitulo {
	background: linear-gradient(90deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
	width: 100%;
	height: 2px;
}

.subtitulo.center {
color: var(--Grey-400, #1c1c1c8b);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
width: fit-content;
position: relative;
margin: 0 auto;
}

.subtitulo.center::before {
    content: '';
    display: block;
    position: absolute;
    left: -530px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(270deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
    width: 500px;
    height: 2px;
}

.subtitulo.center::after {
    content: '';
    display: block;
    position: absolute;
    right: -530px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
    width: 500px;
    height: 2px;
}

.slick-dots {
	    position: relative;
		z-index: 10;
		bottom: auto;
		left: auto;
		top: auto;
		right: auto;
	width: fit-content;
		display: flex ;
		align-items: center;
}

.slick-dots li {
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
}

.slick-dots button:before {
	display: none !important;
}

.slick-dots button {
	height: 3px !important;
	width: 25px !important;
	background: #d1a35959 !important; 
	border: 0 !important;
	margin: 0 3px !important;
	padding: 0 !important;
	transition: all .5s !important;
	border-radius: 20px !important;
}

.slick-dots li.slick-active button {
	background: #D1A359 !important;
height: 3px !important;
}

.slick-dots li button {
	    width: 32px;
    height: 2px;
    padding: 0;
}

.main-top {
	margin-top: 59px;
}

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

::selection {
	background-color: #D1A359;
	color: #fff;
}

button {
	border: none;
}

.botao {
width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    padding: 6px 15px 6px 30px;
border-radius: 6px 0;
background: var(--Grey-200, #EFEAE1);
border: 1px solid transparent;
color: var(--Grey-400, #1c1c1c8d);
text-align: center;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
	transition: all .5s;
	white-space: nowrap;
}

.botao:hover {
background: var(--Grey-300, #D1A359);
color: #fff;
}

.botao:hover path {
	stroke: #fff;
}

.flex-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.botao-nav {
	width: fit-content;
    display: flex;
	cursor: pointer;
    align-items: center;
    justify-content: center;
	border-radius: 100px;
border: 1px solid rgba(4, 58, 117, 0.20);
opacity: 0.8;
	transition: all .5s;
	width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.20);
backdrop-filter: blur(5.300000190734863px);
}

.botao-nav:hover {
	background: #D1A359;
	opacity: 1;
}

.botao-nav:hover path {
	stroke: #fff;
}

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

.f-html {
	background: transparent !important;
}

.fancybox__slide.has-close-btn {
	padding: 0 !important;
}

.fancybox__slide {
	width: 100% !important;
}

html.with-fancybox {
	overflow: hidden !important;
}

.show-mob {
	display: none;
}

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

	.show-mob {
		display: block;
	}
}

header {
    position: fixed;
	top: 0;
    padding: 8px 0;
    width: 100%;
    transition: .5s;
    z-index: 50;
			background: linear-gradient(
    90deg,
    #003778 0%,
    #0A3573 50%,
    #0A4C7E 65%,
    #0A6B91 75%,
    #007DAA 85%,
    #2B95BC 100%
);
}	

.home header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	background: transparent;
}

.home header::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
		background: linear-gradient(
    90deg,
    #003778 0%,
    #0A3573 50%,
    #0A4C7E 65%,
    #0A6B91 75%,
    #007DAA 85%,
    #2B95BC 100%
);
opacity: 0;
transition: all .5s;
}

.home header.header-scroll::before {
	opacity: 1;
}

header .wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

header .logo {
    align-self: center;
    display: flex;
}

header .logo .logo-switcher {
    position: relative;
    display: block;
    width: 120px;
    height: 30px;
}

header .logo .logo-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .logo .logo-item svg {
    display: block;
}

header .logo .logo-item-1 {
    opacity: 1;
    animation: logoFade1 12s infinite;
}

header .logo .logo-item-2 {
    opacity: 0;
    animation: logoFade2 12s infinite;
}

@keyframes logoFade1 {
    0%,
    41.66% {
        opacity: 1;
    }

    50%,
    91.66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes logoFade2 {
    0%,
    41.66% {
        opacity: 0;
    }

    50%,
    91.66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

header nav {
	    height: 100%;
}

header nav div {
	height: 100%;
}

header nav ul {
    display: flex;
    align-items: center;
    gap: 17px;
	height: 100%;
}

header nav ul li {
	height: 100%;
	position: relative;
}

header nav ul a {
color: var(--Grey-200, #efeae18c);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
padding: 0px 1px;
transition: all .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

header nav ul li::after {
content: '';
    display: block;
    height: 2px;
    background: #D1A359;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    transition: all .5s;
	opacity: 0;
}

header nav ul a:hover {
	color: #fff;
	width: 100%;
}

header nav ul li.current-menu-item a {
	width: 100%;
	color: #fff;
}

header nav ul li:hover::after{
	bottom: -7px;
	opacity: 1;
}

header .icons {
	display: flex;
    align-items: center;
    gap: 2px;
}

header .icons .icon-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	cursor: pointer;
	width: 44px;
	transition: all .5s;
	position: relative;
	border-radius: 6px 0;
}

header .icons .icon-lupa svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

header .icons .icon-item:hover {
	background: var(--Grey-300, #D1A359);
}

header .box-lupa {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

header .box-lupa.ativo {
    max-height: 150px;
    opacity: 1;
}

header .icons .icon-lupa .abrir {
    opacity: 1;
    transition: opacity 0.2s ease;
}

header .icons .icon-lupa .fechar {
    opacity: 0;
    transition: opacity 0.2s ease;
}

header .icons .icon-lupa.ativo .abrir {
    opacity: 0;
}

header .icons .icon-lupa.ativo .fechar {
    opacity: 1;
}

.barra-search {
    max-width: 1090px;
	width: 100%;
	margin: 0 auto;
	    display: block;
    padding: 30px 20px;
}

.barra-search form {
width: 100%;
    display: flex;
    align-items: center;
border-radius: 12px 0 12px 12px;
background: var(--Grey-200, #EFEAE1);
backdrop-filter: blur(16px);
    padding: 12px 18px;
	position: relative;
    transition: all .5s;
}

.barra-search form::before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.0028 20.0033L16.0511 16.0516M18.12 11.0585C18.12 14.9587 14.9582 18.1205 11.058 18.1205C7.15783 18.1205 3.99609 14.9587 3.99609 11.0585C3.99609 7.15832 7.15783 3.99658 11.058 3.99658C14.9582 3.99658 18.12 7.15832 18.12 11.0585Z' stroke='%23043A75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 16px;
    height: 16px;
}  

.barra-search form ul {
	    display: flex;
    justify-content: space-between;
    width: 100%;
}

.barra-search form ul li {
	    padding: 0;
}

.barra-search form ul li.sf-field-search {
width: 100%;
}

.barra-search .search-filter-input-text {
    display: flex;
    align-items: center;
    width: 200px;
    border-radius: 100px;
    border: 1px solid var(--Primary, #D1A359);
    padding: 12px 18px;
	transition: all .5s;
}

.barra-search .search-filter-input-text--focused {
	width: 100%;
	    padding-right: 40px;
background: linear-gradient(90deg, rgba(255, 162, 117, 0.00) 0%, #FFA275 100%), #D1A359;
}

.barra-search .search-filter-input-text:hover {
	border-color: #D1A359;
}

.barra-search:has(.search-filter-input-text--focused) 
  .search-filter-field.search-filter-field--id-4 {
	opacity: 1;
	transform: translateX(-0);
}

.barra-search .search-filter-field.search-filter-field--id-4 {
    position: absolute;
    right: 15px;
	opacity: 0;
	transition: all .5s;
	transform: translateX(-25px);
}

.barra-search .search-filter-icon {
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer !important;
}

.barra-search.active .search-filter-input-text {
	width: 100% !important;
	border: none;
}

.barra-search.active .search-filter-field--input-type-text {
width: 100% !important;
}

.barra-search input.sf-input-text {
    color: var(--Primary, #043A75);
    leading-trim: both;
    text-edge: cap;
    font-family: Guton;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    padding-left: 15px;
    margin-left: 30px;
    border: none;
    border-left: 1px solid #043a7524;
    position: relative;
    background: transparent;
    bottom: -10px;
    width: 100%;
}

.barra-search input::placeholder {
color: var(--Primary, #043b7593);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.barra-search input:focus {
	border: none !important;
	border-left: 1px solid #F1EACE !important;
}

.barra-search li.sf-field-submit input {
border-radius: 6px 0;
border: 1px solid rgba(4, 58, 117, 0.10);
background: var(--Grey-300, #D1A359);
transition: all .5s;
color: var(--Grey-100, #FFF);
text-align: center;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
padding: 8px 30px;
}


.barra-search li.sf-field-submit input:hover {
	background: #043A75;
}

.submenu {
background: linear-gradient(
    110deg,
    #006996 0%,
    #00427F 28%,
    #075D83 48%,
    #5F8494 72%,
    #8E8F86 100%
) !important;
    transition: all .5s;
    width: 50vw;
	    position: relative;
    z-index: 100;
	padding: 0px !important;
    overflow-x: visible !important;
	height: 100%;
	    padding: 40px 20px !important;
		min-height: 100vh;
	margin-left: auto !important;
	    display: flex;
    align-items: center;
    justify-content: center;
}

.submenu .f-button {
	display: none !important;
}

.submenu .icon-close {
    position: absolute;
    left: -22px;
    top: 100px;
    z-index: 5;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(18.25px);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .5s;
}

.submenu .icon-close:hover {
	transform: scale(1.03);
}

.submenu .conteudo {
	    width: fit-content;
}

.submenu h4 {
	color: var(--Grey-200, #EFEAE1);
text-align: end;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.56px;
text-transform: uppercase;
opacity: 0.6;
}

.submenu .linha {
	width: 50px;
	height: 1px;
	background: #87B7C6;
	margin: 15px 0 20px auto;
}

.submenu ul {
	display: flex;
	align-items: end;
	flex-direction: column;
	    gap: 10px;
}

.submenu ul li a {
	color: var(--Grey-200, #efeae19d);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
transition: all .5s;
text-transform: uppercase;
}

.submenu ul li a:hover {
	color: #fff;
}

.submenu .line {
	opacity: 0.1;
	width: 100%;
height: 1px;
margin: 25px 0;
background: linear-gradient(90deg, rgba(239, 234, 225, 0.00) 0%, #EFEAE1 100%);
}

.submenu .redes {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 18px;
}

.submenu .redes a {
	transition: all .5s;
}

.submenu .redes a:hover {
	transform: scale(1.04);
}

.submenu .portais ul {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
    flex-direction: row;
    margin-top: 20px;
}

.submenu .portais ul li a {
	color: var(--Grey-200, #efeae19d);
    leading-trim: both;
    text-edge: cap;
    font-family: Guton;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .5s;
    text-transform: uppercase;
}

.submenu .portais ul li a:hover {
	color: #fff;
}

.submenu .barra-search input::placeholder {
	color: #09233C !important;
	opacity: .5 !important;
}

.submenu .barra-search .search-filter-input-text:hover,
.submenu .barra-search .search-filter-input-text--focused {
	background: transparent !important;
}

.submenu .menu-hamburguer .item span {
color: #09233C !important;
}

.submenu .menu-hamburguer .item:hover span {
	color: #fff !important;
}

.submenu .menu-hamburguer .item:hover {
	color: #fff !important;
}

.submenu .menu-hamburguer .item:hover path {
	fill: #fff;
}

.submenu .logo-submenu {
	    display: block;
    margin: 0 auto;
}

/* --- ESTILOS DA SEÇÃO --- */
.topo-home {
    position: relative;
height: 809px;
width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
background-image: url(../images/banner1.jpg);
background-position: center bottom;
background-size: cover;
    overflow: hidden;
}

.topo-home .container {
    position: relative;
    z-index: 3;
}

/* --- ESTRUTURA DOS TÍTULOS --- */
.topo-home .titulo-wrapper {
    position: relative;
    height: 50px;
    margin-bottom: 40px;
}

.topo-home .titulo-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: Guton;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    opacity: 0;
    transform: translateX(-50%);
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* O título-geral fica visível por padrão */
.topo-home .titulo-geral {
    opacity: 1;
    visibility: visible;
	max-width: 735px;
margin-top: -30px;
}

.topo-home .titulo-geral span {
	font-weight: 700;
}

/* Quando qualquer card for hoverado, esconde o titulo-geral */
.topo-home:has(.card-item:hover) .titulo-geral {
    opacity: 0;
    visibility: hidden;
}

/* Exibe o título específico correspondente ao card hoverado */
.topo-home:has(.card-e:hover) .titulo-e,
.topo-home:has(.card-h:hover) .titulo-h,
.topo-home:has(.card-b:hover) .titulo-b {
    opacity: 1;
    visibility: visible;
}

/* --- CARDS GRID --- */
.topo-home .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.topo-home .card-item {
    position: relative;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
	display: block;
}

.topo-home .card-img {
    width: 100%;
    height: 100%;
    position: relative;
	transition: all .3s;
}

.topo-home .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- BOTTOM SLIDE-UP --- */
.topo-home .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f3eae1;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(calc(100% - 60px));
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 3;
}

.topo-home .card-item:hover .card-img {
	height: calc(100% - 140px);
}

.topo-home .card-item:hover .card-bottom {
    transform: translateY(0);
}

.topo-home .btn-acessar {
    position: absolute;
    right: 0;
    color: var(--Grey-200, #EFEAE1);
    text-align: center;
    font-family: Guton;
    font-size: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px 0;
    background: var(--Grey-300, #D1A359);
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    transition: all .5s;
    height: 36px;
    top: -36px;
    transition: 0.3s ease;
}

.topo-home .btn-acessar::after {
	content: '';
	display: block;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #f3eae1;
	z-index: -1;
}

.topo-home .card-item:hover .btn-acessar {
	font-size: 14px;
	width: 159px;
	gap: 8px;
}

.topo-home .card-item:hover .btn-acessar svg {
	transform: rotate(90deg);
}

.topo-home .card-bottom h2 {
color: var(--Grey-400, #1c1c1cde);
    text-align: start;
font-family: Guton;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
    padding-left: 20px;
border-left: 1px solid var(--Grey-300, #D1A359);
}

.topo-home .card-texto {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
opacity: 0.6;
    margin-top: 15px;
    margin-bottom: 0;
}

/* --- BACKGROUND HOVER --- */
.topo-home .bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.topo-home:has(.card-e:hover) .bg-e,
.topo-home:has(.card-h:hover) .bg-h,
.topo-home:has(.card-b:hover) .bg-b {
    opacity: 1;
}

/* --- AJUSTES DO SLIDE MOBILE --- */
.topo-home .bg-mobile {
    display: none;
    transition: background-image 0.4s ease, opacity 0.4s ease;
}

/* SOBRE HOME */
.sobre-home {
    padding: 155px 0 0 0;
    background-image: url(../images/banner2.webp);
    height: 809px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 0 0 20px 20px;
}

.sobre-home .conteudo {
	max-width: 357px;
	margin-left: 32px;
	position: relative;
}

.sobre-home .conteudo::before {
	content: '';
	display: block;
	position: absolute;
	left: -32px;
	top: 0;
	background: linear-gradient(170deg, #FFF 0%, rgba(255, 255, 255, 0.23) 25.83%, rgba(255, 255, 255, 0.00) 74.04%);
mix-blend-mode: soft-light;
width: 2px;
height: 180px;
}

.sobre-home .conteudo .info-top {
	padding-bottom: 35px;
border-bottom: 1.5px solid rgba(67, 66, 71, 0.10);
}

.sobre-home .conteudo h3 {
	color: var(--Grey-200, #EFEAE1);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
mix-blend-mode: soft-light;
letter-spacing: 1.92px;
text-transform: uppercase;
}

.sobre-home .conteudo h2 {
	color: var(--Grey-200, #EFEAE1);
font-family: Guton;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
margin: 35px 0 20px 0;
}

.sobre-home .conteudo h2 span {
	font-weight: 700;
}

.sobre-home .conteudo .texto p {
color: var(--Grey-200, #EFEAE1);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 0.8;
margin-bottom: 15px;
line-height: 160%; /* 25.6px */
}

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

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

/* NUMEROS */
.numeros {
	padding: 90px 0;
}

.numeros .itens {
margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numeros .item-contador {
padding: 0 20px;
width: 25%;
}

.numeros .item-contador span {
color: var(--Grey-300, #D1A359);
    text-align: center;
    font-family: Guton;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 auto 3px auto;
    display: block;
}

.numeros .item-contador p {
	color: var(--Grey-300, #D1A359);
text-align: center;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.56px;
text-transform: uppercase;
}


/* BLOG HOME */
.secao-blog {
background: #fbf9f6;
border-radius: 32px 32px 0 0;
padding: 90px 0;
}

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

.secao-blog .linha {
background: linear-gradient(90deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
height: 2px;
width: 100%;
}

.secao-blog .grid-blog {
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	    display: grid;
}

.secao-blog .botao {
	background: var(--Grey-100, #FFF);
}

.secao-blog .botao:hover {
	background: #D1A359;
}


.card-blog > a {
    position: relative;
    cursor: pointer;
    transition: all .5s;
	border-radius: 6px;
	    display: block;
overflow: hidden;
		height: 505px;
}

.card-blog > a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(186.26% 134.34% at 63.32% 0%, rgba(0, 0, 0, 0.00) 33.97%, rgba(0, 0, 0, 0.46) 57.73%, rgba(0, 0, 0, 0.50) 100%);
	z-index: 2;
}

.card-blog > a:hover {
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.card-blog .img-card-blog {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.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 .categoria {
	border-radius: 2px;
background: var(--Grey-300, #D1A359);
color: var(--Grey-100, #FFF);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;
text-transform: uppercase;
padding: 8px 10px;
position: absolute;
left: 30px;
top: 30px;
z-index: 3;
}

.card-blog .infos {
	position: absolute;
	z-index: 3;
	transition: all .5s;
	bottom: 30px;
	left: 30px;
	padding-right: 30px;
}

.card-blog .infos .data-blog {
	color: var(--Grey-100, #FFF);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.24px;
text-transform: uppercase;
opacity: 0.78;
margin-bottom: 5px;
}

.card-blog h3 {
color: var(--Grey-100, #FFF);
font-family: Guton;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 25.2px */
	display: -webkit-box;
    -webkit-line-clamp: 2; /* número de linhas que deseja mostrar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-blog .btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -40px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--Grey-100, #FFF);
text-align: center;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
z-index: 3;
transition: all .5s;
background: var(--Grey-300, #D1A359);
padding: 0 30px;
}

.card-blog > a:hover .infos {
bottom: 60px;
}

.card-blog > a:hover .btn {
	bottom: 0;
}

/* FOOTER */
footer {
	position: relative;
	padding: 60px 0 0px 0;
background: linear-gradient(135deg, #003366 0%, #004b75 35%, #4f6b7a 65%, #c8a36d 100%);
}

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

footer .info-topo .left {
	display: flex;
	align-items: center;
	gap: 42px;
}

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

footer .info-topo .redes a {
	transition: all .5s;
}

footer .info-topo .redes a:hover {
	    transform: scale(1.04);
}

footer .portais ul {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
    flex-direction: row;
    margin-top: 20px;
}

footer .portais ul li a {
    color: var(--Grey-200, #efeae19d);
    leading-trim: both;
    text-edge: cap;
    font-family: Guton;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .5s;
    text-transform: uppercase;
}

footer .portais ul li a:hover {
	color: #fff;
}

footer .divisoria {
	opacity: 0.1;
background: #EFEAE1;
height: 1px;
width: 100%;
margin: 50px 0;
}

footer .flex {
	display: flex;
	justify-content: space-between;
	gap: 30px 0;
	margin-bottom: 80px;
}

footer .flex .item {
	max-width: 30%;
	width: fit-content;
}

footer .flex .item h3 {
color: var(--Grey-200, #efeae1b5);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.56px;
text-transform: uppercase;
}

footer .flex .item .linha {
	background: #87B7C6;
	width: 50px;
height: 1px;
margin: 15px 0 35px;
}

footer .flex .item ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

footer .flex .item ul li a {
	color: var(--Grey-200, #efeae1b5);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
transition: all .5s;
}

footer .flex .item ul li a:hover {
	color: #fff;
}

footer .flex .line {
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.23) 25.83%, rgba(255, 255, 255, 0.00) 74.04%);
width: 2px;
}

footer .box-endereco h4 {
	color: var(--Grey-200, #EFEAE1);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

footer .box-endereco .endereco {
	color: var(--Grey-200, #EFEAE1);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.7;
margin: 5px 0;
transition: all .3s;
}

footer .box-endereco .endereco:hover {
	color: #D1A359;
}

footer .box-endereco .tels {
	display: flex;
	align-items: center;
	gap: 12px;
opacity: 0.6;
}

footer .box-endereco .tels a {
	color: var(--Grey-200, #efeae1);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: uppercase;
transition: all .3s;
}

footer .box-endereco .tels a:hover {
	color: #D1A359;
}

footer .box-endereco .barra {
	background: #87B7C6;
mix-blend-mode: overlay;
width: 1px;
height: 25px;
}

footer .divisoria-menor {
	opacity: 0.1;
	width: 100%;
height: 1px;
background: #EFEAE1;
margin: 25px 0;
}

footer .info-bottom {
	background: #fff;
	padding: 22px 0;
}

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

footer .info-bottom p {
color: var(--Grey-400, #1C1C1C);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
opacity: 0.34;
}

footer .info-bottom a {
color: var(--Grey-400, #1C1C1C);
text-align: right;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
opacity: 0.34;
}

/* MODAIS */
.modal-contato {
border-radius: 8px !important;
    max-width: 850px !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
	background: #fff !important;
}

.modal-contato.tel,
.modal-contato.wpp {
max-width: 640px !important;
}

.modal-contato .fechar {
	width: fit-content;
    margin-left: auto;
    border-radius: 100px;
    border: 1px solid var(--Primary, #263A5B);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px 22px;
color: var(--Secundary, #263A5B);
    leading-trim: both;
    text-edge: cap;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer !important;
    transition: all .5s;
	position: absolute;
	top: 60px;
	right: 60px;
}

.modal-contato .fechar:hover {
	background: #263A5B;
	color: #fff;
}

.modal-contato .fechar:hover path {
	fill: #fff;
}

.fancybox__slide .modal-contato .f-button {
	   display: none !important;
}

.modal-contato .conteudo {
	padding: 55px;
}

.modal-contato .conteudo .info-topo {
	padding: 13px 0 13px 28px;
	border-left: 6px solid #D1A359;
	margin-bottom: 40px;
}

.modal-contato .conteudo .info-topo .topo {
	display: flex;
	align-items: center;
	gap: 22px;
	    margin-bottom: 20px;
}

#modal-tel .conteudo .info-topo .topo {
	margin-bottom: 0;
}

.modal-contato .conteudo .info-topo .topo h4 {
leading-trim: both;
text-edge: cap;
font-family: "Quincy CF";
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: 3.52px;
text-transform: uppercase;
}

.modal-contato .conteudo .info-topo .topo h4 span {
	color: var(--Secundary-Darker, #09233C) !important;
	leading-trim: both;
	text-edge: cap;
	font-family: "Quincy CF";
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 48px */
	display: block;
	text-transform: none;
}

.modal-contato .info-topo .icon {
width: 64px;
height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 200px;
}

.modal-contato .info-form {
    margin-top: -30px;
}

.modal-contato.tel {
    max-width: 640px !important;
}

.modal-contato.tel .info-form  {
	display: flex;
	align-items: center;
	gap: 45px;
	    justify-content: center;
}

.modal-contato.tel .info-form .left a {
    color: rgba(9, 35, 60, 0.849);
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .5s;
    white-space: nowrap;
    text-transform: uppercase;
	white-space: nowrap;
	display: block;
}

.modal-contato.tel .info-form .left a:hover {
transform: scale(1.05);
}

.modal-contato.tel .info-form .left a.botao {
	    margin: 30px auto 0;
}

.modal-contato.tel .info-form .left span {
    color: #09233c !important;
    leading-trim: both;
    text-edge: cap;
    font-family: "Quincy CF";
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: none;
    display: flex;
	margin-top: 5px;
    align-items: center;
	position: relative;
	z-index: 3;
    gap: 8px;
}

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

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

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

.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;
}

/* HOME TIPO */
main.tipo {

}

main.engenharia .topo-tipo {
	background-image: url(../images/bg-engenharia.webp);
} 

main.hospitalidade .topo-tipo {
	background-image: url(../images/bg-hospitalidade.webp);
} 

main.business .topo-tipo {
	background-image: url(../images/bg-business.webp);
} 

.topo-tipo {
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	padding: 90px 0;
	display: flex;
	align-items: center;
}

.topo-tipo .container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.topo-tipo .bread {
display: flex;
align-items: center;
gap: 18px;
color: var(--Secunday, #87B7C6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
}

.topo-tipo .bread a {
	color: var(--Grey-200, #EFEAE1);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
opacity: 0.6;
}

.topo-tipo .bread a:last-child {
	opacity: 1;
}

.topo-tipo h1 {
	color: var(--Grey-200, #EFEAE1);
font-family: Guton;
font-size: 42px;
font-style: normal;
font-weight: 400;
margin-bottom: 30px;
line-height: 120%; /* 50.4px */
}

.topo-tipo h1 span {
	font-weight: 600;
	display: block;
}

.topo-tipo .infos {
	margin-top: 200px;
}

.topo-tipo .conteudo {
	position: relative;
	    margin-left: 32px;
		max-width: 357px;
		margin-bottom: 60px;
}

.topo-tipo .conteudo::before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    top: 0;
    background: linear-gradient(170deg, #FFF 0%, rgba(255, 255, 255, 0.23) 25.83%, rgba(255, 255, 255, 0.00) 74.04%);
    mix-blend-mode: soft-light;
    width: 2px;
    height: 180px;
} 

.topo-tipo .conteudo p {
	color: var(--Grey-200, #EFEAE1);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
opacity: 0.6;
}


.sobre-tipo {
	padding: 0;
	background: #fff;
	border-radius: 0 0 32px 32px;
	position: relative;
	z-index: 2;
}

.sobre-tipo .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sobre-tipo .img-lateral {
	height: 750px;
	width: 50%;
}

.sobre-tipo .img-lateral img {
	    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sobre-tipo .conteudo {
	width: 50%;
	padding-left: 100px;
}

.sobre-tipo h2 {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
margin: 35px 0 20px 0;
}

.sobre-tipo h2 span {
	font-weight: 600;
}

.sobre-tipo .texto p {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
opacity: 0.6;
margin-bottom: 15px;
}

.sobre-tipo .texto p:last-child {
	margin-bottom: 0;
}

.sobre-tipo .botao {
    border: 1px solid rgb(14 43 75 / 44%);
margin-top: 30px;
background: transparent;
}

.sobre-tipo .botao:hover {
	background: #D1A359;
}

.areas-de-atuacao {
	margin-top: -25px;
	background: #fbf9f6;
	padding: 100px 0;
}

.areas-de-atuacao .itens {
	display: flex;
	justify-content: center;
	margin-top: 55px;
	gap: 30px;
}

.areas-de-atuacao .item {
border-radius: 6px;
border: 1px solid var(--Grey-200, #EFEAE1);
background: var(--Grey-100, #FFF);
width: 33.33%;
padding: 0 20px 20px 20px;
height: 370px;
}

.areas-de-atuacao .item .icon {
	border-radius: 0 0 18px 2px;
background: var(--Grey-300, #D1A359);
width: 84px;
height: 130px;
margin: 0 auto 20px auto;
padding: 60px 15px 15px 15px;
}

.areas-de-atuacao .item h4 {
	color: var(--Grey-400, #1C1C1C);
text-align: center;
font-family: Guton;
font-size: 24px;
font-style: normal;
margin-bottom: 30px;
font-weight: 400;
line-height: 120%;
text-transform: uppercase;
opacity: 0.9;
}

.areas-de-atuacao .item p {
	color: var(--Grey-400, #1C1C1C);
text-align: center;
font-family: Guton;
font-size: 18px;
max-width: 272px;
margin: 0 auto;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
opacity: 0.5;
}

.empreendimentos {
border-radius: 32px 32px 0 0;
background: #FFF;
padding: 90px 0;
}

.empreendimentos .topo {
	width: 100%;
}

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

.empreendimentos .infos-topo .sf-field-taxonomy-situacao ul {
	display: flex;
	align-items: center;
	gap: 7px;
}

.empreendimentos .infos-topo .sf-field-taxonomy-situacao,
.empreendimentos .infos-topo .sf-field-taxonomy-situacao li {
	padding: 0;
}

.empreendimentos .infos-topo .sf-field-taxonomy-situacao label {
	    color: var(--Secundary-Darker, #09233C);
    leading-trim: both;
    text-edge: cap;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 20px 13px 20px !important;
    border-radius: 100px;
    transition: all .5s;
	border: 1px solid transparent;
    cursor: pointer;
}

.empreendimentos .infos-topo .sf-field-taxonomy-situacao .sf-option-active label {
	background: linear-gradient(90deg, rgba(255, 162, 117, 0.00) 0%, #FFA275 100%), #D1A359;
	color: #fff;
}

.empreendimentos .infos-topo .sf-field-taxonomy-situacao li:hover label {
	border-color: #D1A359;
}


.empreendimentos .infos-topo form ul {
display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.empreendimentos .infos-topo  .sf-field-taxonomy-categoria,
.empreendimentos .infos-topo  .sf-field-taxonomy-localizacao {
    padding: 0;
}

.sf-field-taxonomy-categoria label,
.sf-field-taxonomy-localizacao label {
	padding: 0;
}

.empreendimentos .infos-topo form select {
	cursor: pointer;
	transition: all .5s;
border-radius: 6px 0;
border: 1px solid rgba(4, 58, 117, 0.20);
    color: var(--Grey-400, #1c1c1c96);
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;

    transition: all .5s;

    padding: 14px 45px 13px 20px !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #fff;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.75 0.75L4.75 4.75L8.75 0.75' stroke='%2309233C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px 6px;
}

.empreendimentos .infos-topo .botoes button {
	background: transparent;
	color: #09233C;
	border: 1px solid transparent;
	    margin: 0;
		transition: all .5s;
		border-radius: 100px;
}

.empreendimentos .infos-topo form input {
	display: none;
}

.empreendimentos .infos-topo .botoes button:focus {
	box-shadow: none;
}

.empreendimentos .infos-topo .botoes button:hover {
	border-color: #D1A359;
}

.empreendimentos .infos-topo .botoes button.search-filter-input-button--is-selected {
	color: #fff;
	border-color: #D1A359;
	background: #D1A359;
}

.empreendimentos .infos-topo .selects {
	display: flex;
	align-items: center;
	gap: 7px;
}

.empreendimentos .infos-topo .selects > div {
	    max-width: 180px;
}

.empreendimentos .infos-topo .selects.show-mob {
	display: none;
}

.empreendimentos .infos-topo .selects > div .search-filter-component-combobox-base {
	border-color: #D1A359;
	border-radius: 100px;
	    padding-left: 15px;
}

.empreendimentos .infos-topo .selects .search-filter-component-combobox__listbox-toggle::before {
border-color: #D1A359;
}

.empreendimentos .infos-topo .selects input:focus,
.empreendimentos .infos-topo .selects input:focus-visible {
	border: none !important;
}

.empreendimentos .grid {
	grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    display: grid;
}

.page-id-1855 .empreendimentos .grid {
	grid-template-columns: repeat(2, 1fr);
}

.card-imovel {
    width: auto;
    position: relative;
    transition: all .3s;
border-radius: 6px;
background: linear-gradient(0deg, rgba(239, 234, 225, 0.40) 0%, rgba(239, 234, 225, 0.40) 100%), #FFF;
backdrop-filter: blur(82px);
    padding: 0;
	height: auto;
	overflow: hidden;
}

.card-imovel:hover {
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.card-imovel .img-card {
	position: relative;
	height: 388px;
	width: 100%;
	overflow: hidden;
	transition: all .3s;
}

.card-imovel .img-card .abrir {
border-radius: 0 0 12px 0;
    background: #D1A359;
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: Guton;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 6px 30px;
	transition: all .3s;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    bottom: -36px;
}

.card-imovel:hover .img-card img {
height: calc(100% - 36px);
}

.card-imovel:hover .img-card .abrir {
	bottom: 0px;
}

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

.card-imovel .img-card .destaques {
	position: absolute;
	left: 18px;
	border-radius: 12px;
	background: rgba(38, 58, 91, 0.90);
	backdrop-filter: blur(2px);
	padding: 18px;
	bottom: -100px;
    opacity: 0;
	transition: all .5s ease;
}

.card-imovel:hover .img-card .destaques {
	bottom: 18px;
    opacity: 1;
}

.card-imovel .img-card .destaques > div {
	border-left: 2px solid #D1A359;
	padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-imovel .img-card .destaques .item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.card-imovel .img-card .destaques .item .icone {
	display: flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
}

.card-imovel .img-card .destaques .item .icone svg {
	max-width: 18px;
	max-height: 18px;
}

.card-imovel .img-card .destaques .item .icone path {
	stroke: #D1A359;
}

.card-imovel .img-card .destaques .item p {
	color: var(--Tertiary, #F1EACE);
	leading-trim: both;
	text-edge: cap;
	font-family: "Expletus Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.card-imovel .infos {
    padding: 25px 28px;
}

.card-imovel .infos .localizacao {
color: var(--Grey-400, #1C1C1C);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 16px;
font-style: normal;
opacity: 0.6;
font-weight: 400;
line-height: normal;
}

.card-imovel .infos h2 {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 20px;
font-style: normal;
font-weight: 400;
    line-height: 100%;
opacity: 0.9;
text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 7px;
    text-overflow: ellipsis;
}

.card-imovel .flex {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 2;
	display: flex;
    align-items: center;
    gap: 10px;
}

.card-imovel .flex p {
	color: var(--Grey-400, #1c1c1c64);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;
text-transform: uppercase;
border-radius: 2px;
background: var(--Grey-100, #FFF);
padding: 6px 10px;
}

.card-imovel .flex p.situacao {
	background: var(--Secunday, #87B7C6);
color: var(--Grey-100, #FFF);
}

/* SINGLE EMPREENDIMENTO */
.topo-single {
	background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    min-height: calc(100vh - 60px);
    position: relative;
    padding: 100px 0;
	    display: flex;
		border-radius: 0 0 32px 32px;
}

.topo-single::after {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Origem no canto superior direito (100% 0%) */
    background: radial-gradient(
        circle at 100% 0%, 
        rgba(4, 58, 117, 0) 0%, 
        rgba(4, 58, 117, 0.09) 49%, 
        rgba(4, 58, 117, 0.70) 71%, 
        rgba(4, 58, 117, 1) 90%
    );
    opacity: 0.9; /* Opacidade geral da camada (90% no Figma) */
    z-index: 1;
    pointer-events: none;
}

.topo-single .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
	position: relative;
	z-index: 3;
}

.topo-single .bread {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--Secunday, #87B7C6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
}

.topo-single .bread a {
	color: var(--Grey-200, #EFEAE1);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
opacity: 0.6;
}

.topo-single .bread a:last-child {
	opacity: 1;
}

.topo-single .conteudo {
	margin-left: 45px;
	    position: relative;
}

.topo-single .conteudo::before {
	content: '';
	display: block;
	position: absolute;
	left: -45px;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.23) 78.6%, rgba(255, 255, 255, 0.00) 100%);
mix-blend-mode: soft-light;
width: 2px;
height: 100%;
}

.topo-single .logo {
	max-width: 175px;
	max-height: 1920px;
	margin-bottom: 50px;
}

.topo-single .localizacao {
	color: var(--Grey-200, #EFEAE1);
leading-trim: both;
text-edge: cap;
opacity: 0.76;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 10px;
}

.topo-single h1 {
    color: var(--Grey-200, #EFEAE1);
    font-family: Guton;
    font-size: 42px;
    font-style: normal;
    font-weight: 600; /* Peso para o restante do título */
    line-height: 120%; /* 50.4px */
}

.topo-single h1 .first-word {
    font-weight: 400; /* Deixa apenas a primeira palavra com peso 400 */
}

.topo-single .frase-destaque {
	margin-top: 16px;
	color: var(--Grey-100, #FFF);
font-family: Guton;
font-size: 24px;
font-style: normal;
max-width: 450px;
font-weight: 400;
line-height: 110%; /* 26.4px */
opacity: 0.9;
}

.topo-single .destaques {
margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 18px;
}

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

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

.topo-single .destaques .item .icone svg {
	width: auto;
	height: auto;
}

.topo-single .destaques .item .icone svg path {
	stroke: var(--Grey-200, #fff);
}

.topo-single .destaques .item p {
	color: var(--Grey-200, #EFEAE1);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sobre-imovel {
	padding: 90px 0;
	border-radius: 0 0 32px 32px;
	position: relative;
	z-index: 2;
	background: #fff;
}

.sobre-imovel .info-top {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 75px;
}

.sobre-imovel .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.sobre-imovel .flex .img-lateral {
	height: 512px;
	width: 50%;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.sobre-imovel .flex .conteudo {
	max-width: 535px;
	width: 50%;
	margin-left: auto;
}

.engenharia .sobre-imovel .flex .conteudo {
	width: 40%;
	    padding-right: 5%;
}

.sobre-imovel .flex .conteudo h2 {
	color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 39.6px */
opacity: 0.9;
margin-bottom: 22px;
}

.sobre-imovel .flex .conteudo h2::first-line {
	font-weight: 400;
}

.sobre-imovel .flex .conteudo .texto p {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 0.6;
margin-bottom: 15px;
line-height: 160%; /* 25.6px */
}

.sobre-imovel .flex .conteudo .texto p:last-child {
	margin-bottom: 0;
}

.sobre-imovel .box-diferenciais {
width: 60%;
}

.sobre-imovel .slide-diferenciais .item-diferencial {
	padding: 0 5px;
 height: 100%;
    box-sizing: border-box;
}

.sobre-imovel .slide-diferenciais .item-diferencial .conteudo {
border-radius: 6px;
background: rgba(239, 234, 225, 0.145);
	padding: 18px 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: column;
	gap: 12px;
	    height: 100%;
		    width: 100%;
}

.sobre-imovel .slide-diferenciais .item-diferencial .icone {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-self: center;
	justify-content: center;
	margin: 0 auto;
}

.sobre-imovel .slide-diferenciais .item-diferencial .icone svg {
	max-width: 24px;
	max-height: 24px;
	 filter: brightness(0) saturate(100%)
            invert(69%) sepia(32%)
            saturate(650%)
            hue-rotate(358deg)
            brightness(88%)
            contrast(88%);
}

    .dots-diferenciais .slick-dots li:nth-child(n+11) {
        display: none !important;
    }


.sobre-imovel .slide-diferenciais .item-diferencial p {
color: var(--Grey-400, #1C1C1C);
text-align: center;
font-family: Guton;
font-size: 13px;
font-style: normal;
font-weight: 400;
    line-height: 120%;
opacity: 0.6;
text-transform: uppercase;
}

.sobre-imovel .slide-diferenciais .slick-slide > div {
	margin: 5px 0;
}

.sobre-imovel .info-bottom {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 17px;
}

.sobre-imovel .info-bottom .botao-nav {
	border: 1px solid rgba(4, 58, 117, 0.20);
}

.infraestrutura {
	    background: #fbf9f6;
		padding: 70px 0;
		    margin-top: -25px;
			margin-bottom: -25px;
}

.grid-infra {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 45px;
}

.grid-infra.grid-menor {
	grid-template-columns: repeat(3, 1fr);
}

.grid-infra .item {
	border-radius: 6px;
background: var(--Grey-100, #FFF);
min-height: 170px;
padding: 18px 12px 10px 12px;
}

.grid-infra.grid-menor .item {
	height: 155px;
}

.grid-infra .item .icone {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px auto;
}

.grid-infra .item .icone svg {
	max-width: 24px;
	max-height: 24px;
	filter: brightness(0) saturate(100%) invert(69%) sepia(32%) saturate(650%) hue-rotate(358deg) brightness(88%) contrast(88%);
}

.grid-infra .item h4 {
color: var(--Grey-400, #1C1C1C);
text-align: center;
font-family: Guton;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
opacity: 0.6;
}

.grid-infra .item p {
	color: var(--Grey-400, #1C1C1C);
text-align: center;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
opacity: 0.6;
max-width: 178px;
margin: 0 auto;
line-height: 120%;
}

.grid-infra.grid-menor .item p {
	max-width: 100%;
}

.infraestrutura .info-top {
	display: flex;
	align-items: center;
	gap: 40px;
}

.infraestrutura .info-top h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	text-align: start;
}

.infraestrutura .info-top .line {
	width: 1px;
height: 12.36px;
background: #D1A359;
}

.infraestrutura .info-top span:last-child {
	opacity: 0.3;
}

.ficha-tecnica {
	border-radius: 32px 32px 0 0;
background: #FFF;
position: relative;
z-index: 2;
padding: 70px 0;
}

.grid-ficha {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 50px 20px;
	margin-top: 60px;
}

.grid-ficha .item {
	padding-left: 23px;
	border-left: 1px solid var(--Grey-300, #D1A359);
}

.grid-ficha .item h4 {
	color: var(--Grey-400, #1C1C1C);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.24px;
text-transform: uppercase;
opacity: .6;
}

.grid-ficha .item p {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 26px */
opacity: .7;
}

.ficha-tecnica .info-top {
	display: flex;
	align-items: center;
	gap: 40px;
}

.ficha-tecnica .info-top h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	text-align: start;
}

.ficha-tecnica .info-top .line {
	width: 1px;
height: 12.36px;
background: #D1A359;
}

.ficha-tecnica .info-top span:last-child {
	opacity: 0.3;
}

.ficha-tecnica .filtros {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.ficha-tecnica .filtros .botoes-ficha {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ficha-tecnica .filtros .filtro-ficha {
border-radius: 6px 0;
border: 1px solid rgba(4, 58, 117, 0.10);
    padding: 10px 20px;
    background: transparent;
   color: var(--Grey-400, #1c1c1c8e);
text-align: center;
font-family: Guton;
font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
text-transform: uppercase;
white-space: nowrap;
    cursor: pointer;
    transition: all .3s ease;
}

.ficha-tecnica .filtros .filtro-ficha:hover {
    border-color: #D1A359;
    color: #D1A359;
}

.ficha-tecnica .filtros .filtro-ficha.ativo {
    background: #D1A359;
    border-color: #D1A359;
    color: #fff;
}


/* SELECT MOBILE - ESCONDIDO NO DESKTOP */

.ficha-tecnica .filtros .custom-select {
    display: none;
}


/* CONTEÚDO DAS ABAS */

.ficha-tecnica .grid-ficha .conteudo-ficha {
    display: none;
}

.ficha-tecnica .grid-ficha .conteudo-ficha.ativo {
    display: contents;
}


#ficha {
	padding: 20px 20px 60px 20px;
	position: relative;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #F1EACE;
}

#ficha .container-ficha {
    max-width: 1310px;
    width: 100%;
    display: flex;
    gap: 25px;
	border-radius: 8px;
background: #FFF;
padding: 66px;
    justify-content: space-between;
}

#ficha .nav-tipos {
    display: flex
;
    flex-direction: column;
    max-width: 200px;
    width: 100%;
}

#ficha .nav-tipos .subtitulo {
	margin: 0;
	white-space: nowrap;
}

#ficha .nav-tipos .linha {
	background: #D1A359;
	width: 64.561px;
height: 1px;
margin: 55px 0;
}

#ficha .nav-tipos .item-nav-ficha {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	color: rgba(38, 58, 91, 0.60);
leading-trim: both;
text-edge: cap;
font-family: "Acumin Pro";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
cursor: pointer;
text-transform: uppercase;
transition: all .5s;
margin-bottom: 17px;
}

#ficha .nav-tipos .item-nav-ficha:last-child {
	margin-bottom: 0;
}

#ficha .nav-tipos .item-nav-ficha .icone {
	display: flex;
width: 42px;
height: 42px;
padding: 0 18px;
position: relative;
justify-content: center;
align-items: center;
border-radius: 100px;
border: 1px solid rgba(9, 35, 60, 0.04);
}

#ficha .nav-tipos .item-nav-ficha .icone svg {
	transition: all .5s ease;
	position: absolute;
	left: 50%;
	top: 50%;
transform: translate(-50%, -50%);
}

#ficha .nav-tipos .item-nav-ficha .icone svg.close {
	opacity: 0;
}

#ficha .nav-tipos .item-nav-ficha.active .icone svg.close {
opacity: 1;
}

#ficha .nav-tipos .item-nav-ficha.active .icone svg.open {
	opacity: 0;
}

#ficha .nav-tipos .item-nav-ficha:hover,
#ficha .nav-tipos .item-nav-ficha.active {
color: var(--Secundary-Darker, #09233C) !important;
}

#ficha .slide {
		width: 100%;
		max-width: 906px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 45px 60px;
	
}

#ficha .conteudo {
	width: 100%;
}

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

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

#ficha .slide-fichas .slick-slide > div {
	padding: 0 8px 16px 8px;
}

#ficha .slide-fichas .slick-slide > div:last-child {
	margin-bottom: 0;
}

#ficha .slide-fichas .item {
    width: 390px;
    min-height: 87px;
    padding: 0 18px;
	    display: flex !important;
    flex-direction: column;
    text-align: start;
    justify-content: center;
}

#ficha .slide-fichas .item p {
	color: var(--Secundary, #263a5bcc);
	leading-trim: both;
	text-edge: cap;
	font-family: "Acumin Pro";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 15.6px */
	letter-spacing: 0.96px;
	text-transform: uppercase;
}

#ficha .slide-fichas .item span {
color: var(--Secundary, #263A5B);
leading-trim: both;
text-edge: cap;
font-family: "Acumin Pro";
font-size: 15px;
    margin-top: 7px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
text-transform: uppercase;
display: block;
}

#ficha .info-bottom {
display: flex;
align-items: center;
gap: 18px;
margin-top: 5px;
width: 100%;
}

#ficha .info-bottom .linha {
	opacity: 0.3;
background: #D1A359;
width: 100%;
height: 1px;
}

#ficha .nav-fichas {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tour-video {
	padding: 90px 0;
	background: #fff;
}

.tour-video .slide-tour {
	margin-top: 50px;
}

.tour-video .slick-list {
	overflow: visible;
}

.tour-video a {
    display: flex;
    position: relative;
    height: 100%;
	transition: all .3s;
	height: 430px;
    align-items: center;
	transform: scale(.9);
	border-radius: 4px;
background: linear-gradient(0deg, rgba(4, 58, 117, 0.20) 0%, rgba(4, 58, 117, 0.20) 100%);
filter: blur(7.900000095367432px);
background-size: cover;
background-position: center;
}

.tour-video a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(4, 58, 117, 0.20) 0%, rgba(4, 58, 117, 0.20) 100%);
	height: 100%;
	transition: all .4s;
}

.tour-video a:hover::before {
	opacity: 0.2;
}

.tour-video a.slick-active {
	transform: scale(1);
	filter: none;
}

.tour-video .item {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.tour-video .item .icon {
    margin: 0 auto;
display: flex;
width: 40px;
height: 40px;
padding: 10px;
justify-content: center;
align-items: center;
border-radius: 0 6px;
background: var(--Grey-300, #D1A359);
transition: all .5s;
}

.tour-video .item p {
	color: var(--Grey-100, #FFF);
text-align: center;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}


/* Plantas */
        .plantas {
            padding: 80px 0;
background: rgba(239, 234, 225, 0.30);
            overflow: hidden;
          }

        .plantas-filtros-wrapper {
            margin: 40px auto 30px auto;
        }

        .plantas-filtros {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .plantas-filtro {
          border-radius: 6px 0;
background: var(--Grey-100, #FFF);
            padding: 8px 15px;
            border: 0;
color: var(--Grey-400, #1c1c1c96);
text-align: center;
font-family: Guton;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
            cursor: pointer;
            transition: .3s ease;
            white-space: nowrap;
        }

        .plantas-filtro:hover {
            opacity: .7;
        }

        .plantas-filtro.active {
            background: #D1A359;
            color: #FFF;
        }

        .plantas-categorias {
            position: relative;
        }

        .plantas-categoria {
            display: none;
        }

        .plantas-categoria.active {
            display: block;
        }

        .plantas-slider {
            position: relative;
        }

        .planta-slide {
            padding: 0 10px;
        }

        .planta-conteudo {
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
            align-items: center;
            gap: 50px;
        }


        /* ==========================================================
           IMAGEM
        ========================================================== */

        .planta-imagem {
            min-height: 390px;
            background: #FFF;
            border-radius: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 32px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, .025);
        }


        .planta-img {
            display: block;
            width: 100%;
            max-width: 500px;
            height: auto;
            max-height: 360px;
            object-fit: contain;
        }


        /* ==========================================================
           INFORMAÇÕES
        ========================================================== */

        .planta-infos {
            position: relative;
            padding: 15px 0;
        }


        .planta-nome {
color: var(--Grey-400, #1c1c1c93);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.24px;
text-transform: uppercase;
margin-bottom: 8px;
display: block;
        }


        .planta-tipo {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
opacity: .8;
        }


        .planta-metragem {
 color: var(--Grey-300, #D1A359);
font-family: Guton;
font-size: 25px;
font-style: normal;
display: block;
margin-top: 8px;
font-weight: 400;
line-height: 110%; /* 33px */
        }

        .planta-informacoes {
            margin-top: 30px;
        }

        .planta-informacao {
            position: relative;
            margin-bottom: 17px;
            padding-left: 20px;
border-left: 1px solid var(--Grey-300, #D1A359);
        }

        .planta-informacao:last-child {
            margin-bottom: 0;
        }

        .planta-informacao-titulo {
            margin-bottom: 5px;
color: var(--Grey-400, #1c1c1c89);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.84px;
text-transform: uppercase;
        }

        .planta-info-desc {
          display: flex;
          align-items: center;
          gap: 10px;
        }

        .planta-icone {
            width: 15px;
            height: 15px;
            object-fit: contain;
            display: block;
filter: brightness(0) saturate(100%) invert(69%) sepia(32%) saturate(650%) hue-rotate(358deg) brightness(88%) contrast(88%);
        }


        .planta-informacao-valor {
color: var(--Grey-400, #1c1c1cd5);
font-family: Guton;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 32px */
        }

        .plantas .nav-plantas {
            display: flex;
            align-items: center;
            gap: 7px;
            margin-top: 38px;
        }


        .plantas .nav-plantas .botao-nav {
            background: #fff;
            border-color: #fff;
            width: 38px;
            height: 38px;
        }

        .plantas .nav-plantas .botao-nav:hover {
          background: #D1A359;
        }

        .plantas .nav-plantas .botao-nav:hover svg path {
            stroke: #fff;
        }

        .plantas .nav-plantas .botao-nav svg {
            display: block;
        }


        /* ==========================================================
           SLICK
        ========================================================== */

        .plantas .slick-list {
            overflow: hidden;
        }


        .plantas .slick-track {
            display: flex;
            align-items: center;
        }


        .plantas .slick-slide {
            height: auto;
        }


        .plantas .slick-slide > div {
            height: 100%;
        }


.plantas .plantas-select-wrapper {
    display: none;
}

.plantas .plantas-select {
    width: 100%;
    height: 44px;
    padding: 0 45px 0 15px;
    border: 0;
    border-radius: 6px 0;
    background: #FFF;
    color: #1C1C1C;
    font-family: Guton;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.plantas .plantas-select-wrapper {
    position: relative;
    width: 100%;
}

.plantas .plantas-select-seta {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plantas .plantas-select-seta svg {
    display: block;
}
.plantas .nav-plantas-mobile {
    display: none;
}



.estagio-obra {
	padding: 65px 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #F1EACE;
}

.estagio-obra .subtitulo {
	margin: 0 auto 45px auto;
}

.estagio-obra .container-estagio {
	background: #FFF;
	padding: 80px 70px;
}

.estagio-obra .itens-status {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 45px 0;
}

.estagio-obra .itens-status .item {
    padding: 24px 30px;
    width: 25%;
	border-radius: 8px;
border: 1px solid rgba(102, 102, 102, 0.00);
}

.estagio-obra .itens-status .item p {
	color: rgba(9, 35, 60, 0.60);
	font-family: "Acumin Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin-bottom: 21px;
}

.estagio-obra .itens-status .item .progress {
border-radius: 30px;
background: rgba(241, 234, 206, 0.40);
	position: relative;
	height: 40px;
	width: 100%;
}

.estagio-obra .itens-status .item .progress-done {
	border-radius: 30px;
	background: var(--Secundary, #263A5B);
    color: var(--Grey-900, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding: 0 13px 0 0;
    justify-content: end;
    height: 100%;
	width: 0;
	opacity: 0;
	transition: 5s ease 0.3s;
}

.estagio-obra .galeria-status {
	margin-bottom: 45px;
}

 .estagio-obra .item-slide {
	overflow: hidden;
	position: relative;
	height: 310px;
	transition: all .5s;
	margin: 0 4px;
  }

  .estagio-obra .item-slide a {
border-radius: 8px;
    overflow: hidden;
    display: block;
    height: 100%;
  }

  .estagio-obra .item-slide a: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 {
border-radius: 6px;
    background: rgba(38, 58, 91, 0.90);
    backdrop-filter: blur(2px);
    padding: 11.7px 11.7px 11.7px 12px;
    position: absolute;
    left: 8px;
    bottom: 8px;
	transition: all .5s;
    z-index: 3;
    opacity: 0;
  }

  .estagio-obra .item-slide .legenda p {
	color: var(--Tertiary, #F1EACE);
    leading-trim: both;
    text-edge: cap;
    font-family: "Expletus Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
    border-left: 2px solid #D1A359;
  }

    .estagio-obra .item-slide a:hover .legenda {
	opacity: 1;
  }

  .estagio-obra .info-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
  }

   .estagio-obra .info-bottom .linha {
	opacity: 0.3;
background: #D1A359;
width: 100%;
height: 1px;
   }

   .estagio-obra .info-bottom .nav-status {
	display: flex;
		justify-content: center;
	align-items: center;
	gap: 8px;
   }

.single-empreendimento section.localizacao {
    position: relative;
padding: 70px 0;
    width: 100%;
    overflow: hidden;
}

.single-empreendimento .localizacao .box {
border-radius: 4px;
	background: #FFF;
	position: relative;
	z-index: 3;
	padding: 55px;
	max-width: 485px;
	    margin-left: auto;
	width: 100%;
}

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

.single-empreendimento .localizacao .iframe iframe {
height: 100%;
    width: 100vw;
}

.single-empreendimento .localizacao .box h2 {
opacity: 0.9;
    color: var(--Grey-400, #1c1c1ce8);
    font-family: Guton;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
	    margin-bottom: 10px;
}

.single-empreendimento .localizacao .box .texto {
	margin-bottom: 35px;
}

.single-empreendimento .localizacao .box .texto p {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
opacity: 0.6;
font-weight: 400;
line-height: 160%; /* 25.6px */
}

.single-empreendimento .localizacao .endereco {
opacity: 0.9;
color: var(--Grey-400, #1c1c1ce8);
font-family: Guton;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 110%;
margin: 45px 0;
    padding-left: 32px;
border-left: 1px solid #D1A359;
}

.single-empreendimento .localizacao .endereco::first-line {
	font-weight: 600;
}

.single-empreendimento .localizacao .endereco span {
color: var(--Grey-400, #1c1c1cad);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    display: block;
    margin-top: 7px;
}

.single-empreendimento .localizacao .botoes {
	color: var(--Grey-400, #1c1c1c98);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.24px;
text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}

.single-empreendimento .localizacao  .botao {
	width: 44px;
	height: 44px;
display: flex;
align-items: center;
background: transparent;
border-radius: 100px;
padding: 0;
border: 1px solid rgba(4, 58, 117, 0.10);
opacity: 0.8;
transition: all .3s;

}

.single-empreendimento .localizacao .botao:hover path {
	stroke: initial;
}

.single-empreendimento .localizacao .botoes .botao:hover {
	transform: scale(1.05);
}

.localizacao-menor {
    background: transparent;
    padding: 80px 0 0 0;
    margin-bottom: -300px;
    position: relative;
    z-index: 3;
}

.localizacao-menor .top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 5px;
}

.localizacao-menor .top .left {
	width: 50%;
	border-left: 1px solid #D1A359;
	padding-left: 32px;
}

.localizacao-menor .top .right {
	width: 50%;
	color: var(--Grey-400, #1C1C1C);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.7;
text-align: end;
}

.localizacao-menor .endereco {
	opacity: 0.9;
color: var(--Grey-400, #1c1c1ce3);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 30px;
margin-top: 10px;
font-style: normal;
font-weight: 400;
line-height: 110%;
}

.localizacao-menor .endereco span {
	font-size: 35px;
	font-weight: 600;
}

.localizacao-menor .iframe {
height: 480px;
width: 100%;
margin-top: 40px;
}

.localizacao-menor .iframe iframe {
	width: 100%;
	height: 100%;
}

.contato-single {
	height: auto;
	padding: 420px 0 120px 0;
    position: relative;
    overflow: hidden;
	background-position: center;
	background-size: cover;
	/* border-radius: 32px 32px 0 0; */
}

main.engenharia .contato-single {
	background-image: url(../images/bg-engenharia-contato.webp);
	padding-top: 120px;
} 

main.hospitalidade .contato-single {
	background-image: url(../images/bg-hospitalidade-contato.webp);
} 

main.business .contato-single {
	background-image: url(../images/bg-business-contato.webp);
} 

.contato-single .infos h2 {
	opacity: 0.9;
color: var(--Grey-100, #FFF);
font-family: Guton;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%;
margin-bottom: 24px;
}

.contato-single .infos h2 span {
	font-weight: 600;
	display: block;
}

.contato-single .infos .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-bottom: 24px;
}

.contato-single .infos .btns .botao {
	border: 1.2px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(10.699999809265137px);
opacity: 0.8;
color: var(--Grey-100, #FFF);
padding: 8px 40px;
}

.contato-single .infos .btns .botao:hover {
	background: #D1A359;
}

.contato-single .infos .ou {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	color: var(--Grey-100, #FFF);
text-align: center;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
opacity: 0.6;
margin-bottom: 24px;
}

.contato-single .infos .ou .linha {
	width: 108.997px;
	height: 1.5px;
	background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.23) 25.83%, rgba(255, 255, 255, 0.00) 74.04%);
mix-blend-mode: soft-light;
}

.contato-single .infos .ou .linha:last-child {
		background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.23) 25.83%, rgba(255, 255, 255, 0.00) 74.04%);
}

.contato-single .infos .descricao {
	color: var(--Grey-100, #FFF);
text-align: center;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
opacity: 0.6;
}

.contato-single .infos  {
	margin-bottom: 50px;
}

.contato-single form {
	max-width: 555px;
	margin: 0 auto;
	border-radius: 18px;
background: var(--Grey-100, #FFF);
	padding: 55px;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none !important;
border: 1px solid rgba(9, 35, 60, 0.253) !important;
}

.custom-select {
	position: relative;
      width: 100%;
}

.custom-select select {
      appearance: none; /* Remove o estilo padrão */
      -webkit-appearance: none;
      -moz-appearance: none;
line-height: normal;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.75 0.75L4.75 4.75L8.75 0.75' stroke='%234B4B4D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
background-position: right 15px center;
    background-size: 10px 6px;
      cursor: pointer;
    }

.contato-single input:focus,
.contato-single input:focus-visible,
.contato-single textarea:focus,
.contato-single textarea:focus-visible {
border: 1px solid rgba(4, 59, 117, 0.335) !important;
}

.formpadrao .conteudo-form {
display: flex;
    gap: 16px;
}

.formpadrao .conteudo-form.menor {
	display: block;
}

.formpadrao .flex {
	display: flex;
	gap: 12px;
}

.formpadrao .flex input {
	width: 50%;
}

.formpadrao input, .formpadrao textarea, .formpadrao select{
	padding: 15px 18px;
border-radius: 4px;
border: 1px solid rgba(4, 58, 117, 0.20);
    margin-bottom: 12px;
color: var(--Grey-400, #1c1c1c78);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
    width: 100%;
}

.formpadrao input::placeholder, .formpadrao textarea::placeholder, .formpadrao select::placeholder{
color: var(--Grey-400, #1c1c1c78);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.formpadrao textarea{
	height: 112px;
}

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

.formpadrao .politica {
	    display: flex;
    align-items: center;
    gap: 10px;
	  cursor: pointer;
  user-select: none;
}

.formpadrao .politica input[type="checkbox"] {
  display: none; /* Esconde o checkbox nativo */
}

.formpadrao .politica .checkmark {
width: 20px;
height: 20px;
border-radius: 100px;
border: 1px solid rgba(4, 58, 117, 0.20);
  display: inline-block;
  position: relative;
      margin-top: -2px;
  flex-shrink: 0;
}

/* Marca de seleção (check) */
.formpadrao .politica input[type="checkbox"]:checked + .checkmark::after {
content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #D1A359;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

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

.formpadrao .politica span {
color: var(--Grey-400, #1c1c1c58);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
    line-height: 125%;
}

.formpadrao .politica span a {
	color: inherit;
	text-decoration: underline;
}

.formpadrao input.botao {
    width: fit-content;
    cursor: pointer;
    padding: 8px 30px;
    border-color: #D1A359;
border-radius: 10px 0;
background: var(--Grey-300, #D1A359);
color: var(--Grey-200, #EFEAE1);
text-align: center;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
    transition: all .5s;
	position: relative;
	margin: 0;
}
.formpadrao input.botao:hover {
	color: #D1A359;
	background: transparent;
}

.single-empreendimento .formpadrao .form-bottom {
	    flex-direction: column;
}

.single-empreendimento .formpadrao .form-bottom br {
	display: none;
}

.single-empreendimento .formpadrao input.botao {
	width: 100%;
}

.formpadrao small {
	color: var(--Grey-400, #1C1C1C);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 25px;
display: block;
opacity: 0.2;
}

.single-empreendimento .formpadrao small {
	text-align: center;
}

.relacionados {
	background: rgba(239, 234, 225, 0.30);
	padding: 80px 0;
}

.relacionados .info-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.relacionados .info-top .botao {
	background: #fff;
}

.relacionados .info-top .botao:hover {
	background: #D1A359;
}

.relacionados .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 50px;
}

/* PÁGINA SOBRE */
.topo-sobre {
	background-image: url(../images/banner1-pg-sobre.webp);
	background-size: cover;
    overflow: hidden;
    height: 752px;
    position: relative;
    padding: 100px 0 60px 0;
	background-position: center bottom;
}

.topo-sobre .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
}

.topo-sobre .bread {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--Secunday, #87B7C6);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Guton;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.topo-sobre .bread a {
    color: var(--Grey-200, #EFEAE1);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Guton;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    opacity: 0.6;
}

.topo-sobre .bread a:last-child {
    opacity: 1;
}

.topo-sobre .infos {
	margin: 0 auto;
	position: relative;
}

.topo-sobre .infos .logo {
	    margin: 0 auto 40px auto;
    display: block;
}

.topo-sobre .titulos {
	display: flex;
	justify-content: center;
	gap: 60px;
}

.topo-sobre .titulos .linha {
	background: linear-gradient(180deg, #FFF 43.16%, rgba(255, 255, 255, 0.00) 100%);
mix-blend-mode: soft-light;
width: 2px;
}

.topo-sobre .titulos h2 {
	color: var(--Grey-200, #EFEAE1);
font-family: Guton;
align-self: center;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 120%;
}

.topo-sobre .titulos h2:first-child {
	text-align: end;
}

.topo-sobre .titulos h2::first-line {
	font-weight: 600;
	display: block;
}

.topo-sobre .btn {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    opacity: 0.8;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.topo-sobre .btn:hover {
	background: #D1A359;
	border-color: #fff;
	border-color: #D1A359;
}

.secao-sobre {
background-image: url(../images/banner2-pg-sobre.webp);
	background-size: cover;
	height: 806px;
    overflow: hidden;
	padding: 100px 0 0 0;
	    background-position: top center;
	border-radius: 0 0 32px 32px;
}

.secao-sobre .conteudo {
    max-width: 370px;
    margin-left: 32px;
    position: relative;
}

.secao-sobre .conteudo::before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    top: 0;
 background: linear-gradient(170deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
    width: 2px;
    height: 180px;
}

.secao-sobre .conteudo h3 {
color: var(--Grey-200, #D1A359);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
}

.secao-sobre .conteudo h2 {
    color: var(--Grey-200, #1C1C1C);
    font-family: Guton;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin: 35px 0 25px 0;
}

.secao-sobre .conteudo h2::first-line {
	font-weight: 400;
}

.secao-sobre .conteudo .texto p {
    color: var(--Grey-200, #1C1C1C);
    font-family: Guton;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: .6;
    margin-bottom: 14px;
    line-height: 160%;
}

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

.page-sobre .tour-video {
	background: #fbf9f6;
}

.tour-video .slide-video {
	margin-top: 50px;
}

.historia {
	border-radius: 32px 32px 0 52px;
background: var(--Grey-100, #FFF);
padding: 80px 0;
}

.historia .info-top {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 70px;
}

.historia .nav-historia {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* =====================================================
   CONTAINER GERAL DO SLIDE
   ===================================================== */

.historia .slide-historia {
    position: relative;
    height: 768px;
}

.historia .slick-list {
	overflow: visible;
}


/* =====================================================
   LINHA HORIZONTAL CENTRAL
   ===================================================== */

.historia .slide-historia::before {
    content: '';
    position: absolute;

    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0.2;
    background: #87B7C6;

    transform: translateY(-50%);

    z-index: 1;
}


/* =====================================================
   TRACK DO SLICK
   ===================================================== */

.historia .slide-historia .slick-track {
    display: flex;
}


/* =====================================================
   ITEM
   ===================================================== */

.historia .slide-historia .item {
    position: relative;

    height: 768px;

    padding: 0 9px;

    outline: none;
}


/* =====================================================
   CARD
   ===================================================== */

.historia .slide-historia .card-historia {
    position: absolute;

    z-index: 2;

    width: calc(100% - 18px);

    left: 9px;
}


/* =====================================================
   IMAGEM
   ===================================================== */

.historia .slide-historia .card-historia > img {
    display: block;

    width: 100%;
    height: 368px;

    object-fit: cover;
}


/* =====================================================
   CARDS ÍMPARES
   FICAM ACIMA DA LINHA
   ===================================================== */

.historia .slide-historia .slick-slide:nth-child(odd) .card-historia {
    bottom: calc(50% + 35px);
}


/* =====================================================
   CARDS PARES
   FICAM ABAIXO DA LINHA
   ===================================================== */

.historia .slide-historia .slick-slide:nth-child(even) .card-historia {
    top: calc(50% + 35px);
}


/* =====================================================
   BOLINHA DA LINHA DO TEMPO
   ===================================================== */

.historia .slide-historia .item::before {
content: '';

    position: absolute;

    top: 50%;


    width: 12px;
    height: 12px;

    background: #D1A359;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    z-index: 3;
}


/* =====================================================
   CÓDIGO ANTIGO DO CARD
   ===================================================== */

/*
.historia .slide-historia .card-historia {
    border-radius: 6px 6px 64px 0;
    background: #FBF9F6;
    padding: 18px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    height: 360px;
}
*/


/* =====================================================
   IMAGEM COM CANTOS ARREDONDADOS
   ===================================================== */

/*
.historia .slide-historia .box-img {
    width: 100%;
    height: 190px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.historia .slide-historia .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/


/* =====================================================
   TÍTULO (ANO) E TEXTO
   ===================================================== */

/*
.historia .slide-historia .titulo-ano {
    color: var(--Grey-300, #D1A359);
    font-family: Guton;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
}
*/


/* =====================================================
   ANTIGA BOLINHA
   ===================================================== */

/*
.historia .slide-historia img::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #D1A359;
    border-radius: 50%;
    z-index: 3;
}
*/


/*
.historia .slide-historia .slick-slide:nth-child(odd) img::before {
    bottom: -40px;
    left: 0;
}

.historia .slide-historia .slick-slide:nth-child(even) img::before {
    top: -40px;
    left: 0;
}
*/


/* .historia .slide-historia .infos {
    padding: 0 15px 15px 15px;
}

.historia .slide-historia p {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
opacity: 0.6;
font-weight: 400;
line-height: 140%; 
} */

/* ==========================================
   RESPONSIVO (MOBILE / TABLET <= 991px)
   ========================================== */
@media (max-width: 991px) {

    /* Transforma a linha horizontal em Vertical Centralizada */
    .historia .slide-historia::before {
      display: none;
    }

    .historia .slide-historia .slick-track {
        flex-direction: column;
    }

    /* Reseta o deslocamento dos pares */
    .historia .slide-historia .slick-slide:nth-child(even) .card-historia {
        margin-top: 0;
        position: static;
    }

    .historia .slide-historia .item {
        margin-bottom: 40px;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .historia .slide-historia .item::after {
 content: '';
        display: block;
        width: 1px;
        height: 50px;
        background: #D1A359;
        position: absolute;
        top: auto;
        bottom: -74px;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .historia .slide-historia .item::before {
            top: auto;
        bottom: -30px;
    }

     .historia .slide-historia .item:last-child::after,
      .historia .slide-historia .item:last-child::before {
        display: none;}

    .historia .slide-historia .card-historia {
   width: 100%;
    }

    .historia .slide-historia .card-historia > img {
        height: auto;
    }

    /* Coloca o ano no topo e centralizado como no print */
    .historia .slide-historia .titulo-ano {
        order: -1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    /* Posiciona a bolinha dourada logo abaixo do ano */
    .historia .slide-historia .slick-slide:nth-child(odd) .titulo-ano::before,
    .historia .slide-historia .slick-slide:nth-child(even) .titulo-ano::before {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
    }
}

.posicionamento {
background: rgba(239, 234, 225, 0.30);
padding: 90px 0px;
}

.posicionamento h2 {
color: var(--Grey-400, #1C1C1C);
text-align: center;
font-family: Guton;
font-size: 36px;
font-style: normal;
max-width: 476px;
margin: 40px auto 30px auto;
font-weight: 400;
line-height: 110%; /* 39.6px */
}

.posicionamento h2 span {
	font-weight: 700;
}

.posicionamento .texto {
	max-width: 680px;
	margin: 0 auto;
}

.posicionamento .texto p {
color: var(--Grey-400, #1C1C1C);
text-align: center;
font-family: Guton;
font-size: 16px;
opacity: 0.6;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
margin-bottom: 15px;
}

.posicionamento .texto b,
.posicionamento .texto strong,
.posicionamento .texto bold {
	font-weight: 700;
}

.posicionamento .texto p:last-child {
	margin-bottom: 0;
}

.posicionamento .boxes {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 60px;
	align-items: stretch;
}

.posicionamento .boxes article {
	width: 33.33%;
	border-radius: 6px;
background: var(--Grey-100, #FFF);
	padding: 0 32px 32px 32px;
}

.posicionamento .boxes article .icon {
	display: flex;
justify-content: center;
align-items: flex-end;
width: 84px;
border-radius: 0 0 18px 2px;
background: var(--Grey-300, #D1A359);
padding-bottom: 18px;
height: 130px;
}

.posicionamento .boxes article h3 {
font-family: Guton;
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 70.786px */
background: linear-gradient(111deg, #043A75 36.28%, rgba(4, 58, 117, 0.00) 105.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	opacity: 0.1;
    text-fill-color: transparent;
	margin: 40px 0;
}

.posicionamento .boxes .descricao {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 0.6;
margin-bottom: 10px;
line-height: 160%; /* 25.6px */
}

.posicionamento .boxes .descricao p:last-child {
	margin-bottom: 0;
}

.posicionamento .boxes .descricao bold,
.posicionamento .boxes .descricao b,
.posicionamento .boxes .descricao strong {
	font-weight: 700;
}

.posicionamento .boxes .itens-valores {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
	justify-content: space-between;
}

.posicionamento .boxes .itens-valores .item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--Grey-400, #1c1c1c8b);
font-family: Guton;
width: calc(50% - 5px);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
}

.qualidade {
	padding: 80px 0;
	background: var(--Grey-100, #FFF);
}

.qualidade .container {
	display: flex;
	align-items: center;
}

.qualidade .img-lateral {
    width: 55%;
}

.qualidade .infos {
	width: 50%;
	padding-left: 80px;
}

.qualidade .infos .top {
	display: flex;
	align-items: center;
	gap: 50px;
}

.qualidade .infos h2 {
	color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
opacity: 0.9;
margin: 30px 0 25px 0;
}

.qualidade .infos h2 span {
	font-weight: 700;
}

.qualidade .infos .texto {
	color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
opacity: 0.6;
font-weight: 400;
line-height: 160%; /* 25.6px */
}

.evolucao-logos {
	padding: 100px 0 60px 0;
}

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

.evolucao-logos .info-topo .nav-logos .botao-nav {
border: 1px solid var(--Primary, #D1A359);
background: linear-gradient(90deg, rgba(255, 162, 117, 0.00) 0%, #FFA275 100%), #D1A359;
}

.evolucao-logos .info-topo .nav-logos .botao-nav:hover {
	border-color: #09233C;
	background: #09233C;
}

.evolucao-logos .slick-list  {
	overflow: visible;
}

.evolucao-logos .slide-evolucaologos {
	margin: 55px 0 0 0;
}

.evolucao-logos .item {
	margin: 0 15px;
}

.evolucao-logos .item .conteudo {
border-radius: 8px;
border: 1px solid var(--Tertiary, #F1EACE);
background: var(--Grey-900, #FFF);
transition: all .5s;
height: 275px;
padding: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.evolucao-logos .item .conteudo img {
	max-width: 100%;
}

.selos {
	padding: 80px 0;
}

.selos h2 {
	color: var(--Secundary-Darker, #09233C);
leading-trim: both;
text-edge: cap;
font-family: "Quincy CF";
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 100%; /* 48px */
    margin: 40px auto 0 auto;
    text-align: center;
}

.selos .texto {
	max-width: 678px;
	margin: 45px auto 0 auto;
}

.selos .texto p {
	color: rgba(9, 35, 60, 0.55);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Acumin Pro";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.selos .conteudo {
    position: relative;
	margin-top: 45px;
}

.selos .nav-sobre-tipo {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 25px;
}


.selos .itens-carrossel .item {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 24px 24px 15px 24px;
    border-radius: 8px;
    border: 1px solid rgba(9, 35, 60, 0.08);
    background: var(--Grey-900, #FFF);
    height: 208px;
    margin: 0 9px;
    max-width: 280px;
    width: 100%;
}

.selos .itens-carrossel .item .conteudo {
	margin-top: 0;
}

.selos .itens-carrossel .item img {
    display: block;
    margin: 0 auto;
    max-width: 155px;
    margin-bottom: 18px;
}

.selos .itens-carrossel .item p {
color: var(--Secundary, #263A5B);
    leading-trim: both;
    text-edge: cap;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.selos .itens-carrossel .item .ano {
    color: var(--Secundary, #263A5B);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Quincy CF";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 60%;
    margin-top: 20px;
}

/* PÁGINA DE CONTATO */
.topo-contato {
	background-image: url(../images/bg-contato-topo.webp);
background-size: cover;
background-position: center;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
	height: 700px;
	border-radius: 0 0 32px 32px;
}

.topo-contato .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}

.topo-contato .bread {
    display: flex;
    align-items: center;
    color: var(--Secunday, #87B7C6);
    text-align: center;
    font-family: Guton;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    gap: 9px;
}
.topo-contato .bread a {
    color: var(--Grey-200, #EFEAE1);
    text-align: center;
    font-family: Guton;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    opacity: 0.6;
}

.topo-contato .bread a:last-child {
    opacity: 1;
}

.topo-contato .infos {
	    max-width: 315px;
    position: relative;
    z-index: 3;
	margin-left: 45px;
}

.topo-contato .infos::before {
	    content: "";
    display: block;
    position: absolute;
    left: -45px;
    top: 0px;
    mix-blend-mode: soft-light;
    width: 2px;
    height: 180px;
    background: linear-gradient(170deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.23) 25.83%, rgba(255, 255, 255, 0) 74.04%);
}

.topo-contato h1 {
color: var(--Grey-200, #EFEAE1);
font-family: Guton;
font-size: 48px;
font-style: normal;
font-weight: 400;
margin-bottom: 45px;
line-height: 120%; /* 57.6px */
}

.topo-contato h1 span {
	font-weight: 600;
}

.secao-formulario {
	background: #fff;
	position: relative;
	padding: 85px 0;
}

.secao-formulario .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.secao-formulario .conteudo {
width: 42%;
}

.secao-formulario .conteudo .info-top{
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 55px;
}

.secao-formulario .conteudo h2 {
	opacity: 0.9;
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 36px;
font-style: normal;
    max-width: 350px;
font-weight: 400;
margin-bottom: 25px;
line-height: 110%;
opacity: 0.9;

}

.secao-formulario .conteudo h2 span {
font-weight: 600;
}

.secao-formulario .conteudo .texto p {
	opacity: 0.6;
	color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
margin-bottom: 45px;
font-weight: 400;
line-height: 160%; /* 25.6px */
}

.secao-formulario .conteudo .desc {
	color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
opacity: 0.33;

margin-bottom: 15px;
}

.secao-formulario .conteudo .flex {
	display: flex;
	align-items: center;
	gap: 18px;
	color: var(--Grey-400, #1c1c1c4f);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
}

.secao-formulario .conteudo .flex a {
	padding: 11px 30px;
	gap: 12px;
	border-radius: 10px 0;
border: 1.2px solid rgba(4, 58, 117, 0.20);
opacity: 0.8;
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(10.699999809265137px);
}

.secao-formulario .conteudo .flex a:hover {
	border-color: #D1A359;
	background: #D1A359;
}

.secao-formulario form {
	max-width: 514px;
	border-radius: 18px;
	padding: 55px;
border: 1px solid rgba(4, 58, 117, 0.10);
}

.secao-formulario .box p {
	color: var(--Secundary, #263A5B);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Acumin Pro";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin-bottom: 30px;
}

.secao-formulario .box {
	border-radius: 8px;
background: var(--Grey-900, #FFF);
backdrop-filter: blur(17.850000381469727px);
padding: 60px;
max-width: 697px;
}

.secao-formulario .pgposobras {
	    background: #ffffffcf;
    padding: 40px;
    position: relative;
}

.secao-formulario .pgposobras iframe {
	width: 100%;
height: 1100px;
}

.imoveis-slide {
	margin-top: 55px;
	position: relative;
}

.imoveis-slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    top: 50%;
    transform: translateY(-50%);
    left: -200%;
    height: 110%;
    background: #FBFAFF;
    z-index: 3;
}

.imoveis-slide .slick-list {
	overflow: visible;
}




/* PÁGINA SOBRE */

.page-template-template-sobre .sobre-home {
    height: 1150px;
}

.page-template-template-sobre .sobre-home .texto {
-webkit-line-clamp: inherit;
display: block;
}

.page-template-template-sobre .sobre-home .botao {
	display: none;
}

.page-template-template-sobre .sobre-home .numeros {
    display: block;
    width: 430px;
    height: 440px;
    position: absolute;
    top: 440px;
    right: 40.1%;
}

.page-template-template-sobre .sobre-home .numeros .item-contador.item1 {
left: 31px;
}

.page-template-template-sobre .sobre-home .numeros .item-contador.item2 {
    top: 30px;
    left: 192px;
}

.page-template-template-sobre .sobre-home .numeros .item-contador.item3 {
top: 120px;
    left: 195px;
}

.video-sobre {
	padding: 85px 0;
	position: relative;
	background: #FBFAFF;
}

.video-sobre .subtitulo {
    margin: 0 auto;
    padding: 0 27px 0 30px;
    background: #FBFAFF;
    position: relative;
    z-index: 2;
}

.video-sobre .linha {
    background-color: rgba(67, 66, 71, 0.1);
    width: 100%;
    height: 2px;
	    position: relative;
    bottom: -9px;
}

.video-sobre .item-video {
	    position: relative;
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
    background-position: center;
    overflow: hidden;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
	margin-top: 45px;
}

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

.video-sobre .content-video svg {
	transition: .5s;
}

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

.video-sobre .item-video:hover svg,
.video-sobre .item-video:hover p {
	transform: scale(1.07);
}

.mvv-sobre {
	padding: 85px 0;
	background: linear-gradient(180deg, #FBFAFF 0%, #FFF 100%);
	position: relative;
}

.mvv-sobre .container {
	position: relative;
	z-index: 3;
}

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

.mvv-sobre .info-topo h3 {
	margin: 0 auto;
}

.mvv-sobre .info-topo h2 {
	color: var(--Primary-Dark, #434247);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Exo;
font-size: 36px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 46.8px */
text-transform: uppercase;
max-width: 534px;
margin: 35px auto;
}

.mvv-sobre .info-topo h2 b {
	font-weight: 700;
}

.mvv-sobre .linha-brand {
	margin-bottom: -40px;
}

.mvv-sobre .conteudo {
    display: flex;
    align-items: end;
	    margin-top: 20px;
}

.mvv-sobre .conteudo > img {
width: 61%;
}

.mvv-sobre .conteudo .box {
	background: #fff;
    padding: 40px;
    height: 500px;
	width: 100%;
	    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.mvv-sobre .conteudo .box h5 {
	color: var(--Primary-Dark, #434247);
leading-trim: both;
text-edge: cap;
font-family: Exo;
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 57.6px */
margin: 25px 0 30px 0;
}

.mvv-sobre .conteudo .box .texto p {
	color: rgba(67, 66, 71, 0.70);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
margin-bottom: 15px;
}

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

.mvv-sobre .conteudo .item-valores {
    display: flex;
    align-items: center;
    gap: 16px;
	    margin-bottom: 15px;
}

.mvv-sobre .conteudo .item-valores:last-child {
	margin-bottom: 0;
}

.mvv-sobre .conteudo .item-valores .icone {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
}

.mvv-sobre .conteudo .item-valores p {
	color: rgba(67, 66, 71, 0.70);
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
}

.page-template-template-sobre-php .imoveis-home .titulo,
.page-template-template-sobre-php .imoveis-home .info-topo {
	display: none;
}
 

/* BLOG */
.topo-blog {
background-size: cover;
    overflow: hidden;
    min-height: 80vh;
    padding: 60px 0;
    display: flex;
    border-radius: 0 0 32px 32px;
    position: relative;
	align-items: end;
	background-position: center;
}

.topo-blog::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(0deg, rgb(0 55 120 / 49%) 0%, rgba(0, 55, 120, 0.00) 89.18%);
}

.topo-blog::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(201.11% 73.32% at 100% 72.36%, rgba(0, 55, 120, 0.00) 39.57%, rgba(0, 55, 120, 0.82) 100%);
}

.topo-blog .container {
	    position: relative;
    z-index: 4;
	display: flex;
	    height: stretch;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.topo-blog .bread {
	display: flex;
    align-items: center;
    gap: 9px;
    color: var(--Secunday, #87B7C6);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Guton;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.topo-blog .bread p,
.topo-blog .bread a {
	color: var(--Grey-200, #EFEAE1);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Guton;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    opacity: 0.6;
}

.topo-blog .bread a {

}

.topo-blog .bread p:last-child,
.topo-blog .bread a:last-child {
    opacity: 1;
}

.topo-blog .infos {
    max-width: 480px;
    margin-left: 32px;
    position: relative;
}

.topo-blog .infos::before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    top: 0;
    background: linear-gradient(352deg, rgb(0 55 120 / 18%) 43.16%, rgb(46 104 173 / 82%) 100%);
    mix-blend-mode: soft-light;
    width: 2px;
    height: 180px;
}

.topo-blog .top-infos {
	display: flex;
	align-items: center;
gap: 18px;
}

.topo-blog .top-infos .categoria {
border-radius: 2px;
background: rgba(209, 163, 89, 1);
color: rgba(255, 255, 178, 1);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;
text-transform: uppercase;
padding: 8px 10px;
}

.topo-blog .top-infos .data-blog {
color: var(--Grey-100, #FFF);
leading-trim: both;
opacity: 0.8;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.24px;
text-transform: uppercase;
}

.topo-blog h1 {
	color: var(--Grey-200, #EFEAE1);
font-family: Guton;
font-size: 32px;
font-style: normal;
font-weight: 400;
margin: 20px 0;
line-height: 120%; /* 38.4px */
}

.topo-blog .resumo p {
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%;
opacity: 0.6;
background: linear-gradient(180deg, #EFEAE1 0%, rgba(239, 234, 225, 0.00) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topo-blog .botao {
	margin-top: 30px;
}

.topo-blog .botao:hover {
	background: transparent;
	border-color: #fff;
}

.topo-blog .botao:hover path {
	stroke: #fff;
}

.destaque-blog {
background: rgba(239, 234, 225, 0.30);

	padding: 85px 0 45px 0;
}

.destaque-blog .info-topo {
	display: flex;
	margin-bottom: 45px;
	align-items: center;
	gap: 30px;
}

.destaque-blog .info-topo h3 {
	text-align: start;
	white-space: nowrap;
}

.destaque-blog .info-topo .linha {
	    background-color: rgba(67, 66, 71, 0.10);
    width: 100%;
    height: 2px;
}

.destaque-blog .info-topo .nav-blog {
	display: flex;
	align-items: center;
	gap: 8px;
}

.destaque-blog .conteudo {
    display: flex;
    gap: 18px;
}

.destaque-blog .conteudo .slide-blog-principal {
    width: 60%;
}

.destaque-blog .conteudo .right {
    width: 40%;
}

.destaque-blog .slide-blog .slick-list {
	overflow: visible;
}

.destaque-blog .card-blog > a {
    height: 450px;
}

.destaque-blog .slide-blog-menores .card-blog > a {
    height: 216px;
}

.destaque-blog .slide-blog-menores .slick-slide {
        margin-bottom: 14.5px;
}

.card-blog .btn {
    border-radius: 0 !important;
}

.mais-posts {
background: #FBFAFF;
padding: 60px 0;
}

.mais-posts .info-topo {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 35px;
}

.mais-posts .subtitulo {
	white-space: nowrap;
}

.mais-posts .info-topo .linha {
	    background-color: rgba(67, 66, 71, 0.10);
    width: 100%;
    height: 2px;
}

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

.mais-posts .card-blog {
	padding: 0;
}

/* SINGLE BLOG */
.single-post .topo-blog .infos {
		max-width: 530px;
	margin: 0 auto;
	    position: relative;
    z-index: 5;
}

.single-post .topo-blog .top-infos {
	justify-content: center;
}

.single-post .topo-blog h1 {
	color: var(--Grey-200, #EFEAE1);
text-align: center;
font-family: Guton;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 38.4px */
}

.single-post .topo-blog::after {
	display: none;
}

.single-post .conteudo-blog {
	padding: 90px 0;
	background: rgba(239, 234, 225, 0.30);
}

.single-post .conteudo-blog .content-single h2 {
opacity: 0.9;
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 110%;
	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 {
opacity: 0.9;
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 110%;
	margin-bottom: 30px;
	margin-top: 45px;
}

.single-post .conteudo-blog .content-single p {
color: var(--Grey-400, #1c1c1caf);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
	margin-bottom: 15px;
}

.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(--Grey-400, #1c1c1caf);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
	margin-bottom: 15px;
}

.single-post .conteudo-blog .content-single a {
	color: #4f6b7a;
	font-weight: 700;
}

.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(--Grey-400, #1c1c1caf);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 0.6;
line-height: 160%; /* 25.6px */
}

.single-post .compartilhe  .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: rgba(67, 66, 71, 0.70);
}

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

.single-post .posts-relacionados {
	background: #fff;
}

.single-post .posts-relacionados h3 {
	white-space: nowrap;
}

.single-post .posts-relacionados .botao {
	border: 1px solid rgba(4, 58, 117, 0.20);

}


 /* EMPREENDIMENTOS */
 .topo-empreendimentos {
    min-height: 65vh;
 }

 .secao-black.topo-empreendimentos::before {
    background: radial-gradient(294.19% 102.5% at 0% 47.07%, rgb(157 157 157 / 4%) 71.99%, rgb(0 0 0 / 50%) 100%), radial-gradient(303.93% 141.42% at 100% 0%, rgb(0 0 0 / 0%) 47.88%, rgb(0 0 0 / 81%) 80.24%), linear-gradient(0deg, rgb(0 0 0 / 68%) 0%, rgb(0 0 0 / 0%) 100%), linear-gradient(180deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 0%) 50%);
 }

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

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

.content-empreendimentos .infos-topo .linha {
    background-color: rgba(67, 66, 71, 0.10);
    width: 100%;
    height: 2px;
}

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

.content-empreendimentos .infos-topo #filter-status button {
color: var(--Primary-Dark, #434247);
leading-trim: both;
text-edge: cap;
font-family: Exo;
font-size: 16px;
font-style: normal;
font-weight: 400;
background: none;
line-height: normal;
text-transform: uppercase;
border: none;
	transition: all .5s;
	white-space: nowrap;
	position: relative;
}

.content-empreendimentos .infos-topo #filter-status button:before {
content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 2px;
    width: 0%;
    background-color: #C17038;
    transition: .5s;
}

.content-empreendimentos .infos-topo #filter-status button:hover::before,
.content-empreendimentos .infos-topo #filter-status button.active::before {
	width: 100%;
}

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

 .topo-estagio .infos {
    max-width: 800px;
}

 .topo-estagio .infos h1 {
color: var(--100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Exo;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
}


/* CONTATO */


.secao-contato .conteudo {
	    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.secao-contato .contatos-form .item {
	margin-bottom: 18px;
	cursor: pointer;
	display: block;
	transition: all .5s;
}

.secao-contato .contatos-form .item:hover {
	transform: translateX(10px);
}

.secao-contato .contatos-form .item:last-child {
	margin-bottom: 0;
}

.secao-contato .contatos-form .item span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 3px;
    color: rgb(67 66 71);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.6px;
    width: fit-content;
    text-transform: uppercase;
}

.secao-contato .contatos-form .item .icon {
	    background: #434247;
    width: 30px;
    height: 30px;
    display: flex;
	border-radius: 200px;
    align-items: center;
    justify-content: center;
}

.secao-contato .contatos-form .item p {
	    color: #434247;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.secao-contato.contato-single .conteudo .info-topo {
    flex-direction: column;
    align-items: start;
    margin: 0;
}

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

.mapa-contato {
	padding: 50px 90px;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), rgba(239, 234, 225, 0.30);
}

.mapa-contato .info-top {
	display: flex;
	align-items: center;
	gap: 55px;
	margin-bottom: 55px;
}

.mapa-contato .info-top .linha {
	background: linear-gradient(90deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
	height: 2px;
	width: 100%;
}

.mapa-contato .conteudo {
display: flex;
gap: 18px;
}

.mapa-contato .conteudo .box {
	width: 50%;
	background: #fff;
}

.mapa-contato .conteudo .box .top {
	padding: 55px 45px;
}

.mapa-contato .conteudo .box .infos {
	border-left: 1px solid #D1A359;
	padding-left: 30px;
}

.mapa-contato .conteudo .box .nome {
	opacity: 0.9;
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 32px;
font-style: normal;
font-weight: 600;

line-height: 110%;
margin-bottom: 15px;
}

.mapa-contato .conteudo .box .nome span {
	font-weight: 400;
}

.mapa-contato .conteudo .box .endereco {
color: var(--Grey-400, #1C1C1C);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 20px;
font-style: normal;
opacity: 0.5;
font-weight: 400;
line-height: normal;
margin-bottom: 10px;
}

.mapa-contato .conteudo .box .contatos {
	display: flex;
	align-items: center;
	gap: 15px;
}

.mapa-contato .conteudo .box .contatos a {
	color: var(--Grey-400, #1C1C1C);
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
transition: all .3s;
opacity: 0.5;
}

.mapa-contato .conteudo .box .contatos a:hover {
opacity: 1;
}

.mapa-contato .conteudo .box .contatos .linha {
	background: #D1A359;
	width: 1px;
height: 9px;
}

.mapa-contato .conteudo .iframe {
	width: 100%;
	height: 400px;
}

.mapa-contato .conteudo .iframe iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mapa-contato .conteudo .bottom {
	padding: 18px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: var(--Grey-400, #1c1c1c87);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Guton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.24px;
text-transform: uppercase;
}

.mapa-contato .conteudo .icons {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mapa-contato .conteudo .icons .icon {
	border-radius: 100px;
border: 1px solid rgba(4, 58, 117, 0.10);
opacity: 0.8;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
transition: all .3s;
}

.mapa-contato .conteudo .icons .icon:hover {
	background: #D1A359;
	border-color: #D1A359;
}

.mapa-contato .conteudo .icons .icon:hover path {
	fill: #fff;
}


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

.secao-padrao h1 {
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
margin-bottom: 35px;
}

.secao-padrao .conteudo h2,
.secao-padrao .conteudo h3,
.secao-padrao .conteudo h4,
.secao-padrao .conteudo h5,
.secao-padrao .conteudo h6 {
opacity: 0.9;
color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 110%;
	margin: 25px 0 10px 0;
}

.secao-padrao .conteudo p,
.secao-padrao .conteudo li,
.secao-padrao .conteudo th,
.secao-padrao .conteudo td {
color: var(--Grey-400, #1c1c1c9e);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
margin-bottom: 20px;
}

.secao-padrao .conteudo a {
	font-weight: 700;
	color: var(--Grey-400, #1c1c1c9e);
}

.secao-padrao .conteudo th {
	color: rgba(9, 35, 60, 0.686);
}

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

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

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

.page-padrao.obrigado,
.page-padrao.erro404 {
	padding-top: 120px;
}

.page-padrao.erro404 h1 {
color: var(--Tertiary, #fff);
font-family: Guton;
font-size: 220px;
font-style: normal;
font-weight: 600;
line-height: 120%;
}

.page-padrao.obrigado h1 {
color: var(--Tertiary, #fff);
font-family: Guton;
font-size: 120px;
font-style: normal;
font-weight: 600;
line-height: 120%;
}

.page-padrao.obrigado svg {
max-width: 870px;
    height: auto;
    width: 95%;
}


.page-padrao .descricao {
color: var(--Grey-100, #FFF);
text-align: center;
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 0.5;
line-height: 110%; /* 17.6px */
margin: 35px auto;
}

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

}

.page-padrao .botao:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.page-template-template-corretor {

}

.page-template-template-corretor label {
	    color: rgba(67, 66, 71, 0.70);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.page-template-template-corretor p {
	    color: rgba(67, 66, 71, 0.70);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
	    margin-bottom: 10px;
}

.page-template-template-corretor .custom-select select {
	    font-weight: 600;
		background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 6L9 1' stroke='%23434247c2' stroke-width='2'/%3E%3C/svg%3E");
}

.page-template-template-corretor .aba label.tipo_parceiro {
	margin-bottom: 15px;
}

.page-template-template-corretor .aba label input {
	margin: 0;
	width: fit-content;
}

.page-template-template-corretor .aba label.last-label {
	margin-bottom: 20px;
}

.page-template-template-corretor #form_bottom {
	align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 0;
}

.colaborador {
	padding: 170px 0;
}

.colaborador .logo {
	margin: 0 auto;
	display: block;
}

.colaborador .logo svg {
	margin: 0 auto;
	display: block;
}

.colaborador .botoes {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 40px;
}

.colaborador .botoes a {
	    font-size: 30px;
    padding-top: 17px;
}

.colaborador .botoes a:hover {
	background: #09233C;
	border-color: #09233C;
}

@media (max-width: 1200px) {
.grid-infra {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 991px) {
/* GERAL */
.subtitulo.center::before {
	    left: -230px;
width: 200px;
}

.subtitulo.center::after {
	    right: -230px;
width: 200px;
}
/* HEADER */
header,
header.header-scroll {
    padding: 12px 0;
}

header .logo .logo-item {
	justify-content: center;
}

header .vazio {
	width: 36px;
	height: 36px;
}

header .icons .icon-item {
	width: 36px;
	height: 36px;
border-radius: 9999px;
background: rgba(255, 255, 255, 0.30);
backdrop-filter: blur(33.849998474121094px);

}

header .logo svg {
	max-width: 110px;
	height: auto;
}

.submenu {
        width: 100vw;
        height: auto;
		background: linear-gradient(135deg, #003067 0%, #002B5B 45%, #08698C 85%, #187295 100%) !important;
}

.submenu ul {
	align-items: center;
	gap: 15px;
}

.submenu .infos {
	position: relative;
}

.submenu .infos h4 {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(0%) rotate(-90deg);
        transform-origin: center center;
        font-size: 10px;
        height: 0;
        width: 0;
        text-align: center;
        letter-spacing: 2.048px;
        display: flex;
        align-items: center;
        justify-content: center;}

.submenu ul li a {
	font-size: 13px;
}

.submenu .linha {
	display: none !important;
}

.submenu .line {
	opacity: 0.1;
background: #EFEAE1;
margin: 10px 0;
}

.submenu .redes {
	justify-content: center;
}

.submenu .portais ul {
	    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 40px;
	position: relative;
}

.submenu .portais ul::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 1px;
	opacity: 0.1;
background: #EFEAE1;
        height: 100%;
}

.submenu .portais ul li a {
	font-size: 13px;
}

.submenu .portais ul li:first-child,
.submenu .portais ul li:nth-child(3) {
	text-align: end;
}

.submenu .icon-close {
	left: auto;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    padding: 3px;
}


 .topo-home {
          height: auto;
        min-height: 100vh;
        padding: 120px 0 60px 0;
    }

	.nav-home-top {
		margin-top: 35px;
	}

	.topo-home .titulo-wrapper {
    margin-bottom: 60px;
}

	.topo-home .bg-hover {
		background-position: top;
	}

.topo-home .titulo-item {
    font-size: 26px;
    max-width: 280px;
    left: 50%;
    transform: translateX(-50%);
}

.topo-home .cards-slider .slick-list {
    overflow: visible;
    padding: 0 !important;
}

/* Oculta os hovers de desktop no mobile */
.topo-home .bg-hover:not(.bg-mobile) {
    display: none !important;
}

/* Exibe o container de bg mobile */
.topo-home .bg-mobile {
    display: block;
    opacity: 0;
}

.topo-home .bg-mobile.active {
    opacity: 1;
}

/* No mobile, mostra somente o título geral */
.topo-home .titulo-e,
.topo-home .titulo-h,
.topo-home .titulo-b {
    display: none !important;
}

.topo-home .titulo-geral {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 20px;
}

/* Estilização do Slick Slider */
.topo-home .cards {
    display: block; /* Desativa o grid no mobile para o Slick assumir */
}

.topo-home .slide-item {
    padding: 0 5px;
}

.topo-home .card-item {
    display: block;
    margin: 0 auto;
    height: 300px;
}

	.topo-home .card-bottom {
		bottom: auto;
    top: 0;
    padding: 10px 20px;
    transform: none;
	}

	.topo-home .card-texto {
	margin-top: 8px;
    font-size: 12px;
    line-height: 130%;
	}

    .topo-home .card-img {
    width: 100%;
    height: 70%;
    position: relative;
    transition: all .3s;
    margin-top: 80px;
}

	.topo-home .btn-acessar {
		display: none;
	}

	.topo-home .btn-arrow {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #d3a45c;
        width: 100%;
        height: 31px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
        transition: opacity 0.3s ease;
        padding: 0 20px;
        color: var(--Grey-100, #FFF);
        text-align: center;
        font-family: Guton;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
}

.topo-home .card-item:hover .card-img {
	height: 100%;
}

	.topo-home .card-bottom h2 {
		color: var(--Grey-400, #1C1C1C);
font-family: Guton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
width: fit-content;
opacity: 0.9;
border: 0;
position: relative;
padding: 0;
	}

	.topo-home .card-bottom h2::after {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        background: linear-gradient(90deg, #D1A359 0%, rgba(209, 163, 89, 0.23) 25.83%, rgba(209, 163, 89, 0.00) 74.04%);
        right: -120%;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
	}

    /* Estilização das Bolinhas (Dots) do Slick */
    .topo-home .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 25px 0 0 0;
        gap: 8px;
    }

    .topo-home .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .topo-home .slick-dots li.slick-active button {
        background: #D1A359;
        width: 24px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

	.sobre-home {
   background-image: url(../images/home-sobre-mob.webp);
   height: auto;
   padding: 64px 0 0 0;
           overflow: hidden;
}

.sobre-home .conteudo::before {
	display: none;
}

.sobre-home .subtitulo {
	font-size: 12px;
	color: #fff;
}

.sobre-home .conteudo {
	display: block;
	max-width: 100%;
	margin: 0;
}

.sobre-home h2 {
font-size: 30px;
margin: 30px 0;
}
.sobre-home .conteudo .texto p {
	color: var(--Grey-100, #FFF);
	opacity: 0.6;
}

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

.sobre-home .img-mob {
	width: 100%;
    margin-top: 30px;
	margin-bottom: -10px;
}

	
.numeros {
	padding: 80px 0;
}

.numeros .itens {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
}

.numeros .item-contador {
	padding: 0 5px;
	width: 100%;
}

.numeros .item-contador span{
	font-size: 55px;
}

.secao-blog {
	    padding: 70px 0;
}

.secao-blog .subtitulo {
	text-align: center;
	margin: 0 auto;
}

.secao-blog .linha {
	display: none;
}

.card-blog > a {
	height: 300px;
}

.card-blog .categoria {
	left: 18px;
}

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

.secao-blog .botao {
	margin: 30px auto 0 auto;
	border: 1px solid rgba(4, 58, 117, 0.20);
}

.card-blog .btn {
	display: none;
}

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

.card-blog .botao {
	    margin: 40px auto 0 auto;
}


/* FOOTER */
footer {
	padding: 90px 0 0px 0; 
background: linear-gradient(297deg, #002d62 0%, #084c77 40%, #57707a 70%, #ca9e68 100%);
}

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

footer .info-topo .left {
	    flex-direction: column;
}

footer .portais ul {
	    flex-direction: column-reverse;
}

footer .divisoria {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
	height: 2px;
margin: 45px auto;
}

footer .flex {
	flex-direction: column;
}

footer .flex .item {
	max-width: 100%;
	width: 100%;
	text-align: center;
}

footer .flex .item .linha {
	margin: 15px auto 35px auto;
}

footer .box-endereco {
	text-align: center;
}
footer .box-endereco .tels {
	justify-content: center;
}

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

/* HOME TIPO */
.topo-tipo .bread {
	display: none;
}

main.engenharia .topo-tipo,
main.hospitalidade .topo-tipo,
main.business .topo-tipo {
	background-image: none;
	background: linear-gradient(180deg, #033266 0%, #084975 30%, #5d7585 65%, #cfa882 100%);
}

.topo-tipo {
	padding: 65px 0 100px 0;
}

.topo-tipo .infos {
	margin: 0;
}

.topo-tipo .conteudo {
margin: 0 auto 310px auto;
}

.topo-tipo .conteudo::before {
	display: none;
}

.topo-tipo h1 {
font-size: 36px;
position: relative;
margin-bottom: 40px;
text-align: center;
}

.topo-tipo h1::before {
	    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
bottom: -15px;
    mix-blend-mode: soft-light;
    width: 100%;
	max-width: 200px;
    height: 2px;
}

.topo-tipo .conteudo p {
	text-align: center;
	font-size: 14px;
}

.topo-tipo .img-mob {
        position: absolute;
        left: 50%;
        bottom: 0;
        max-width: 544px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 471px;
        transform: translateX(-50%);
}

.topo-tipo .botao {
	position: relative;
	z-index: 3;
	margin: 0 auto;
}

.topo-tipo .botao svg {
	transform: rotate(90deg);
}

.sobre-tipo {
	padding: 70px 0 0 0;
}

.sobre-tipo .container {
flex-direction: column-reverse;}

.sobre-tipo .conteudo {
    width: 100%;
	text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}

.sobre-tipo h2 {
	font-size: 30px;
}

.sobre-tipo .botao {
	margin: 40px auto 0 auto;
}

.sobre-tipo .img-lateral {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

#areas-de-atuacao {
    padding: 70px 0;
}

.areas-de-atuacao .itens {
	    flex-direction: column;
    gap: 20px;
}

.areas-de-atuacao .item {
    width: 100%;
    height: auto;
    padding-bottom: 35px;
}

.empreendimentos {
        padding: 70px 0;
}

.nav-slidehome {
	    bottom: 50px;
    right: auto;
    transform: translateX(-50%) !important;
    left: 50%;
}

.home-slide-wrapper .item-slide-home {
	padding-bottom: 80px;
}

.home-slide-wrapper .bottom .linha {
	display: none;
}

.home-slide-wrapper .localizacao-banner {
	    font-size: 20px;
}

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

.home-slide-wrapper .conteudo-slide {
    max-width: 450px;
    margin: 0 auto;
	width: 100%;
}

.home-slide-wrapper .itens-destaques {
	flex-wrap: wrap;
}

.home-slide-wrapper .itens-destaques .item-destaque {
	white-space: nowrap;
}

.home-slide-wrapper .estagio,
.home-slide .infos h3 {
	    font-size: 14px;
    letter-spacing: 7px;
}

.home-slide {
	    align-items: center;
}

.home-slide .infos {
	text-align: center;
}

.home-slide .infos h1 {
	font-size: 40px;
}

/* BLOG */
	.topo-blog h1 {
    max-width: 100%;
    font-size: 28px;
    text-align: center;
    margin: 30px auto;
}

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

.depoimentos-tipo .slide-depoimentos {
	margin: 40px 0;
}

.depoimentos-tipo .slide-depoimentos .item .conteudo {
	    padding: 40px 20px;
		max-width: 300px;
}

.depoimentos-tipo .slide-depoimentos .item .conteudo > p {
	font-size: 30px;
}

.depoimentos-tipo .slide-depoimentos .item .conteudo .texto {
	font-size: 14.5px;
}

.depoimentos-tipo .info-bottom .nav-depoimentos {
	    gap: 9px;
}

.grafismo-tipo {
	    height: auto;
    padding: 60px 0;
}

.grafismo-tipo .infos {
	    padding-left: 25px;
}

.grafismo-tipo h2,
.grafismo-tipo h2 span {
	font-size: 32px;
	max-width: 300px;
}

.grafismo-tipo svg {
	margin: 60px auto 0 auto;
        display: block;
	position: static;
	transform: none;
	    max-width: 600px;
    width: 100%;
    height: auto;
}

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

.empreendimentos .infos-topo .botoes {
	    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.empreendimentos .searchandfilter ul li {
    width: 100%;
}

.empreendimentos .infos-topo .botoes .botao {
	    width: 100%;
    padding: 10px 10px 7px 10px;
	    border-color: #D1A359;
}

.empreendimentos .infos-topo .selects.show-mob {
    display: block;
	        width: 100%;
}

.empreendimentos .infos-topo .selects > div {
	max-width: 100%;
	        width: 50%;
}

.empreendimentos .infos-topo .selects {
	width: 100%;
}

.empreendimentos .infos-topo .selects.show-mob > div {
	width: 100%;
}

.empreendimentos .infos-topo .search-filter-component-combobox__header {
	justify-content: space-between;
    width: 100%;
}

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

.card-imovel .img-card {
	height: 350px;
}

.card-imovel {
	height: auto;
}

.card-imovel .infos {
	    padding-top: 15px;
}

.card-imovel .infos h2 {
	height: auto;
	font-size: 22px;
        -webkit-line-clamp: 4;
}

.imoveis-home {
	padding: 70px 0;
}

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

.imoveis-home h2 {
	    font-size: 35px;
}

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

.imoveis-home .info-topo .custom-select select {
	width: 214px;
}

.imoveis-home .info-topo .linha-brand {
	display: none;
}

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

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

.card-imovel .card-interno .infos {
height: auto;
    max-width: 100%;
    width: 85%;
}

.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 .info-bottom {
	gap: 15px;
}


/* PÁGINA SOBRE */

.topo-sobre {
    height: 80vh;
    padding: 60px 0;
}

.topo-sobre .bread {
    justify-content: center;
}

.topo-sobre .bread a {
    font-size: 11px;
}

.topo-sobre .infos .logo {

}

 .topo-sobre .titulos {
        flex-direction: column;
    gap: 18px;
 }

.topo-sobre .titulos h2 {
    font-size: 28px;
    text-align: center !important;
}

.topo-sobre .titulos .linha {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
mix-blend-mode: soft-light;
height: 1px;
    width: 100%;
}


.topo-sobre h4 {
	letter-spacing: normal;
	max-width: 350px;
	    margin-bottom: 25px;
}

.secao-sobre {
        padding: 65px 0 00px;
background-image: url(../images/mob-pagesobre.webp);
        background-position: bottom;
        height: 1050px;
}

.secao-sobre .conteudo {
        margin: 0;
        max-width: 100%;
    padding: 0;
}

.secao-sobre .conteudo::before {
    display: none;
}

.secao-sobre .conteudo h2 {
    font-size: 34px;
    color: #fff;
}

.secao-formulario .conteudo {
    width: 100%;
}

.secao-formulario .container {
flex-direction: column;
gap: 40px;
}

.secao-formulario form {
        max-width: 100%;
    padding: 40px 30px;
}

.topo-contato {
        padding: 48px 0 80px 0px;
background-image: url(../images/bg-contato-topo-mob.jpg);
    border-radius: 0 0 20px 020px;
        height: 800px;
}

.topo-contato .bread {
    justify-content: center;
}

.topo-contato .infos {
        margin: 90px auto 0px auto;
    max-width: 360px;
}

.topo-contato .infos::before {
    display: none;
}


.secao-sobre .conteudo .texto p {
color: #fff;}

.secao-sobre .container {
	flex-direction: column-reverse;
}

.secao-sobre .infos .topo h2 {
	    font-size: 35px;
}

.secao-sobre .infos .topo {
	    margin-bottom: 30px;
}

.secao-sobre .img-lateral {
	height: 450px;
	min-width: 100%;
	width: 100%;
}

.secao-videos .slide-videos .slick-list {
	padding: 0 10px !important;
}

.historia {

}

.historia .slide-historia {
    height: auto;
}

.historia .info-top {
    margin-bottom: 40px;
}

.historia .slide-historia .slick-track {
    display: unset;
}

.historia .slide-historia .item {
    height: auto;
}

.historia .slide-historia .slick-slide:nth-child(odd) .card-historia {
    position: static;
}

 .historia .info-topo .linha {
	display: none;
 }

 .historia .info-topo {
gap: 10px;
        justify-content: space-between;
 }

 .historia .slide-historia .item.fundo-laranja .conteudo .texto {
	line-height: 120%;
    font-size: 22px;
 }

 .historia .info-topo .nav-historia {
	gap: 5px;
 }

 .posicionamento {
    padding: 60px 0;
 }

 .posicionamento h2 {
    font-size: 34px;
    text-align: start;
        max-width: 100%;
 }

 .posicionamento .texto p {
        text-align: start;
        max-width: 100%;
 }

 .posicionamento .texto {
    max-width: 100%;
    margin: 0;
 }

 .posicionamento .boxes {
    margin-top: 40px;
        flex-direction: column;
    gap: 30px;
 }

 .posicionamento .boxes article {
        width: 100%;
 }

 .posicionamento .boxes article h3 {
    font-size: 45px;
    margin: 35px 0;
 }

 .posicionamento .boxes .itens-valores {
        flex-direction: column;
    gap: 15px;
 }

 .qualidade {
    padding: 65px 0 30px 0;
 }

 .qualidade .container {
    flex-direction: column-reverse;
    gap: 30px;
 }

 .qualidade .img-lateral {
    width: 100%;
 }

 .qualidade .infos {
    width: 100%;
    padding: 0;
 }

 .selos .itens-carrossel .item {
	    max-width: none;
		    height: auto;
			    padding: 24px 24px 24px 24px;
				width: auto;
 }

 .topo-blog {

 }

 .topo-blog .bread {
    justify-content: center;
 }

 .topo-blog .infos {
    max-width: 100%;
    margin: 0;
    padding: 0;
 }

 .topo-blog .infos::before {
    display: none;
 }

 .topo-blog .top-infos {
    justify-content: center;
 }

 .topo-blog .top-infos .categoria {
    font-size: 10.7px;
    padding: 6px 7px;
 }
 .topo-blog .top-infos .data-blog {
    font-size: 12px;
 }

 .topo-blog .resumo {
    display: none;
 }

 .topo-blog .botao {
    margin: 25px auto 0 auto
 }

.destaque-blog {
    padding: 60px 0;
}

.destaque-blog .nav-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.destaque-blog .conteudo .right {
    display: none;
}

.destaque-blog .conteudo .slide-blog-principal {
    width: 100%;
}

.destaque-blog .card-blog > a {
    height: 300px;
    margin: 0 5px;
}


/* SINGLE BLOG */
.single .topo-blog .bread {
    opacity: 0;
    pointer-events: none;
}
.single-post .topo-blog h1 {
    max-width: 100%;
    font-size: 28px;
     margin: 30px auto;
    text-align: center;
}

.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 */

.empreendimentos .infos-topo .sf-field-taxonomy-situacao label {
padding: 0 !important;
	width: 100%;
}

.empreendimentos .infos-topo .searchandfilter label {
	width: 100%;
}

.empreendimentos .infos-topo form ul {
	flex-direction: column;
    gap: 10px;
}

.empreendimentos .infos-topo form select {
	width: 100%;
}

.empreendimentos .infos-topo form ul li:nth-child(2) {
	margin: 0 !important;
}
.topo-empreendimentos h1 {
	    font-size: 38px;
    max-width: 350px;
}

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

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

.topo-estagio h1 {
	    font-size: 30px;
}

/* SINGLE EMPREENDIMENTO */
.single-empreendimento {
	background: #fbf9f6;
}

.topo-single {
padding: 60px 0;
        align-items: end;
}

.topo-single .bread {
	display: none;
}

	.topo-single .conteudo {
margin: 0 auto;
        width: 100%;
        max-width: 500px;
		        text-align: center;
	}

.topo-single .conteudo::before {
	display: none;
}

.topo-single .logo {
	max-width: 110px;
	max-height: 110px;
	margin-bottom: 20px;
}

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

.topo-single .frase-destaque {
	font-size: 18px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.topo-single .destaques {
        align-items: center;
        flex-direction: column;
        gap: 15px;
}

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

.sobre-imovel .info-top {
	gap: 20px;
	margin-bottom: 30px;
}

.sobre-imovel .flex {
	    display: flex;
		flex-direction: column-reverse;
		    gap: 20px;
}

.engenharia .sobre-imovel .flex {
	display: block;
}

.engenharia .sobre-imovel .flex .conteudo {
	    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.dots-diferenciais .slick-dots li:nth-child(n+5) {
    display: none !important;
}


.sobre-imovel .flex .conteudo {
		    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sobre-imovel .flex .img-lateral {
	height: 350px;
	width: 100%;
	margin-bottom: 20px;
}

.sobre-imovel .flex .conteudo h2 {
	max-width: 100%;
	font-size: 30px;
}

.sobre-imovel .box-diferenciais {
	width: 100%;
}

.sobre-imovel .slide-diferenciais .item-diferencial {
	height: auto;
}

.sobre-imovel .slide-diferenciais .item-diferencial .conteudo {
	padding: 13px;
	    flex-direction: row;
    align-items: center;
	        margin: 5px 0;
}

.sobre-imovel .slide-diferenciais .item-diferencial .icone {
	margin: 0;
}

.grid-infra,
.grid-infra.grid-menor{
    grid-template-columns: repeat(1, 1fr);
}

.grid-infra .item,
.grid-infra.grid-menor .item {
	height: auto;
	padding-bottom: 26px;
	min-height: auto;
}


.grid-ficha {
	 grid-template-columns: repeat(1, 1fr);
	 gap: 20px;
	 margin-top: 30px;
}

 .ficha-tecnica .filtros {
        width: 100%;
        margin-left: 0;
		margin-top: 30px;
    }

    .ficha-tecnica .filtros .botoes-ficha {
        display: none;
    }

    .ficha-tecnica .filtros .custom-select {
        display: block;
        width: 100%;
    }
	

	.ficha-tecnica .info-top {
		display: block;
	}

	.ficha-tecnica .linha-subtitulo {
		display: none;
	}

    .ficha-tecnica .filtros .custom-select .select-ficha {
        width: 100%;
        height: 45px;
        padding: 0 40px 0 15px;
        border: 1px solid #E3E8ED;
        border-radius: 3px;
        background-color: #fff;
        color: #666;
        font-family: inherit;
        font-size: 11px;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
    }


.tour-video {
	padding: 60px 0;
}

.tour-video .slick-list {
	padding: 0 5px !important;
}

.tour-video a {
	height: 370px;
}


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

.secao-videos a {
	height: 330px;
}

.secao-videos a:not(.slick-center) .item-video {
	    height: 230px;
}

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

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

#ficha {
	    padding-left: 25px;
    padding-right: 25px;
}

#ficha .container-ficha {
	    display: block;
padding: 55px 30px;
}

#ficha .nav-tipos {
	    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}

#ficha .nav-tipos .subtitulo {
	    margin: 0 auto;
}

#ficha .nav-tipos .linha {
	    margin: 25px auto;
}

#ficha .nav-tipos .item-nav-ficha {
	padding-bottom: 5px;
    border-bottom: 1px solid #00000029;
}

#ficha .slide {
	margin: 50px auto 0 auto;
    max-width: 600px;
    padding: 30px 20px;
}

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

 /* Esconde a navegação original */
    .plantas .nav-plantas {
        display: none;
    }

    /* Nova navegação exclusiva do mobile */
    .plantas .nav-plantas-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-top: 25px;
    }

    .plantas .nav-plantas-mobile .botao-nav {
        background: #FFF;
        border-color: #FFF;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .plantas .nav-plantas-mobile .botao-nav:hover {
        background: #D1A359;
    }

    .plantas .nav-plantas-mobile .botao-nav:hover svg path {
        stroke: #FFF;
    }

    .plantas .nav-plantas-mobile .botao-nav svg {
        display: block;
    }

        .plantas .plantas-filtros {
    display: none;
}

.plantas .plantas-select-wrapper {
    display: block;
}

.plantas .plantas-filtros-wrapper {
    margin: 30px auto;
}

            .plantas {
                padding: 65px 0;
            }


            .planta-conteudo {
                grid-template-columns: 1fr;
                gap: 0;
            }


            .planta-imagem {
                min-height: 350px;
            }


            .planta-infos {
                max-width: 500px;
        margin: -20px auto 0 auto;
    text-align: center;
    background: #ffffffb8;
    padding: 50px 20px 30px 20px;
    border-radius: 12px;
width: 90%;
            }

            .planta-nome {
              font-size: 10px;
              margin-bottom: 5px;
            }

            .planta-metragem {
              font-size: 17px;
              margin-top: 5px;
            }

            .planta-informacao {
              border: 0;
              padding: 0;
            }

            .planta-info-desc {
              justify-content: center;
            }


.estagio-obra .container-estagio {
	    padding: 40px 20px;
    width: 90%;

}

.single-empreendimento section.localizacao {
	height: auto;
    padding: 60px 0 0 0;
	min-height: auto;
}

.single-empreendimento .localizacao .box {
        padding: 0;
        max-width: 350px;
        margin: 0 auto -250px auto;
		border-radius: 6px;
	padding: 40px 25px;
}

.single-empreendimento .localizacao .endereco {
	    margin: 30px 0;
		padding-left: 25px;
}

.single-empreendimento .localizacao .endereco span {
	font-size: 17px;
}

.single-empreendimento .localizacao .box h2 {
	    font-size: 20px;
}

.single-empreendimento .localizacao .box .texto {
	font-size: 14px;
}

.single-empreendimento .localizacao .iframe {
	position: static;
    margin: 0px auto 0 auto;
    height: 800px;
}

.single-empreendimento .localizacao .botoes {
	white-space: nowrap;
    flex-wrap: wrap;
}

.localizacao-menor {
	padding-top: 60px;
	    margin-bottom: -220px;
}

.localizacao-menor .top {
	    display: block;
		border-left: 1px solid #D1A359;
		padding-left: 28px;
}

.localizacao-menor .top .left {
width: 100%;
padding: 0;
	border: 0;
}

.localizacao-menor .top .right {
	width: 100%;
	margin-top: 15px;
	text-align: start;
	font-size: 17px;
}

.localizacao-menor .endereco span {
	font-size: 30px;
}

.localizacao-menor .endereco {
	font-size: 25px;
	margin-top: 15px;
}

.localizacao-menor .iframe {
	height: 400px;
	overflow: hidden;
	border-radius: 8px;
}

.contato-single {
        padding: 600px 0 100px 0;
	background-position: top;
}

main.engenharia .contato-single {
	background-image: url(../images/bg-engenharia-contato-mob.jpg);
	padding-top: 350px;
} 

main.hospitalidade .contato-single {
	background-image: url(../images/bg-hospitalidade-contato-mob.jpg);
} 

main.business .contato-single {
	background-image: url(../images/bg-business-contato-mob.jpg);
} 

.contato-single .infos h2 {
font-size: 32px;
    max-width: 300px;
    margin: 0 auto 30px auto;
}

.contato-single .infos .btns {
	flex-direction: column;
	gap: 15px;
}

.contato-single .infos .btns .botao {
	width: 100%;
}

.contato-single form {
	padding: 40px 25px
}

.contato-single .conteudo {
	background: none;
    backdrop-filter: none;
    padding: 0;
	    max-width: 400px;
    margin: 0 auto;
}

.contato-single .conteudo .info-topo {
	display: block;
}

.contato-single .conteudo .info-topo h2 {
	    font-size: 35px;
}

.contato-single .infos .descricao {
	max-width: 380px;
    margin: 0 auto;
}

.contato-single .conteudo .info-topo .texto {
	max-width: 210px;
}

.contato-single .info-topo .right .small {
	    text-align: start;
    margin-top: 30px;
}

.contato-single .vetor1 {
        position: static;
        width: 100%;
        height: 310px;
        margin-top: 50px;
}

.contato-single .vetor2 {
	display: none;
}

.formpadrao .conteudo-form {
    flex-direction: column;
	gap: 0;
}

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

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

.modal-contato.tel .info-form {
	    flex-direction: column;
    gap: 20px;
}

.modal-contato.tel .info-form .left span {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.formpadrao textarea {
	    height: 100px;
}

.formpadrao .form-bottom {
	margin-top: 0;
	align-items: start;
	flex-direction: column;
	        gap: 20px;
}

.formpadrao .politica span br {
	display: none;
}

.formpadrao .politica span {
	font-size: 12px;
}

.formpadrao input.botao {
	width: 100%;
}

.formpadrao .flex {
	display: block;
}

.formpadrao .flex input {
	width: 100%;
}


.relacionados {
	padding: 60px 0;
}

.relacionados .info-top {
	display: block;
}

.relacionados .info-top h3 {
	text-align: center;
	        max-width: 270px;
			margin: 0 auto;;
}

.relacionados .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    margin: 40px auto;
}

.relacionados .botao {
	width: 100%;
}




/* PÁGINA SOBRE */



/* CONTATO */
.topo-contato .infos h1 {
	font-size: 37px;
    text-align: center;
    max-width: 400px;
        margin-bottom: 400px;
}

.topo-contato .container {
   justify-content: start;
}

.topo-contato .infos .botao {
        margin: 0 auto;
}

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

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

.secao-formulario .conteudo h2 {
    text-align: center;
    font-size: 32px;
    margin: 0 auto 25px auto;
}

.secao-formulario .conteudo .desc {
    text-align: center;
}

.secao-formulario .conteudo .flex {
        flex-direction: column;
    gap: 8px;
}

.secao-formulario .conteudo .flex a {
        width: 100%;
}

.mapa-contato {
	    padding: 60px 0;
		    display: block;
			    height: auto;
                background: rgba(239, 234, 225, 0.30);

}

.mapa-contato .conteudo .box {
    width: 100%;
}

.mapa-contato .conteudo .box .contatos a {
    opacity: .3;
}

.mapa-contato .conteudo .box .top {
            padding: 50px 30px;
            border-radius: 4px;
background: var(--Grey-100, #FFF);
}

.mapa-contato .conteudo .box .infos {
    border: 0;
    padding: 0;
}

.mapa-contato .conteudo .box .nome {
    font-size: 28px;

}

.mapa-contato .conteudo .bottom {
    padding: 18px;
}

.mapa-contato .conteudo .box .contatos {
        flex-direction: column;
    align-items: start;
} 

.mapa-contato .conteudo .box .contatos svg,
.mapa-contato .conteudo .box .contatos .linha {
    display: none;
}

.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 .endereco p {
    font-size: 23px;
}

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

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


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

.modal-contato .conteudo {
    padding: 40px 20px;
}

.modal-contato .conteudo .info-topo {
gap: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		border: none !important;
		    padding: 0 !important;
			margin-bottom: 20px !important;
}

.modal-contato .fechar {
	    top: 20px;
    right: 00px;
    transform: scale(.7);
}

.modal-contato .info-topo > div {
	flex-direction: column;
    align-items: start;
	        margin-bottom: 5px !important;
    gap: 10px !important;
}

.modal-contato .info-topo h4 {
font-size: 14px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        border: none;
}

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

.modal-contato .info-topo p {
        font-size: 13px;
        text-align: center;
        max-width: 240px;
		margin: 0 auto;
}

.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;
}

.page-template-template-corretor .secao-black .img-banner {
	object-position: 20% 50%;
}

.secao-contato.contato-single .conteudo .info-topo {
	    margin: 0 auto;
}

.page-template-template-corretor #form_bottom {
	flex-direction: column;
}

.secao-formulario .pgposobras {
    padding: 30px 20px;
}

.secao-formulario .pgposobras iframe {
height: 1900px;
} 
}

@media (max-width: 767px) {
.numeros-tipo .grid-numeros {
	    grid-template-columns: repeat(1, 1fr);
}

.empreendimentos .grid,
.page-id-1855 .empreendimentos .grid {
	    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    display: grid;
}


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

.content-empreendimentos .infos-topo #filter-status {
	    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card-imovel .contatos .item {
    transform: translateY(0);
}

.imoveis-slide .card-imovel:hover {
	width: 400px;
}

.imoveis-slide .card-imovel .abrir,
.imoveis-slide .card-imovel:hover .abrir {
width: 50px !important;
}

.imoveis-slide .card-imovel .abrir span {
	display: none;
}

.imoveis-slide .card-imovel .card-interno .destaques,
.imoveis-slide .card-imovel:hover .destaques {
	    position: static;
		    opacity: 1;
}

.imoveis-slide .card-interno,
.card-imovel .card-interno {
	flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 20px;
}

.imoveis-slide .card-interno .abrir span {
color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
	opacity: 0;
	pointer-events: none;
	margin-left: -85px;
	white-space: nowrap;
	transition: all .5s;
}

.imoveis-slide .card-imovel:hover .abrir span {
	opacity: 1;
	margin: 0 10px 0 0;
}

.imoveis-slide .card-imovel:hover .abrir {
	    width: 160px;
}

.card-imovel .abrir:hover {
	background: #C17038;
	border-color: #C17038;
}

.imoveis-slide .card-imovel .contatos {
	opacity: 1;
}

 .plantas {
                padding: 50px 0;
            }


            .plantas .subtitulo {
                margin-bottom: 30px;
            }

            .planta-slide {
                padding: 0;
            }


            .planta-imagem {
                min-height: 280px;
                padding: 20px;
            }


            .planta-img {
                max-height: 260px;
            }


            .planta-tipo {
                font-size: 21px;
            }
}

@media (max-width: 500px) {
	.secao-blog .grid-blog {
    grid-template-columns: repeat(1, 1fr);
}

#ficha .slide-fichas .item p {
	text-align: center;
}
}

        @media (max-width: 480px) {

            .plantas .container {
                padding: 0 15px;
            }


            .planta-imagem {
                min-height: 240px;
                padding: 15px;
            }


            .planta-img {
                max-height: 220px;
            }


            .planta-informacoes {
                margin-top: 25px;
            }

        }