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

a:hover {
	color: #fff;
}

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

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

/* GERAL */

*:focus {
	outline: none;
	border: none;
}

body {
	font-family: 'Kumbh Sans', sans-serif;
}

*::selection {
	background-color: #00444F;
	color: #fff;
}

svg.prev, svg.next {
	transition: all .5s;
	cursor: pointer;
}

svg.prev:hover, svg.next:hover {
	transform: scale(1.2);
}

section {
	margin: 0 auto;
}

@media (width > 1200px) {
	.container {
	max-width: 1210px;
}
}

.botao {
	padding: 16px 25px;
border-radius: 8px;
background: var(--Secunday, #44A8AD);
	display: block;
	text-transform: uppercase;
	width: fit-content;
	transition: all .5s;

color: var(--Grey-100, #EFEBE5);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
}

.yes-mobile {
	display: none;
}

.yes-desk {
	display: block;
} 


/* HEADER */

/*  header {
	padding: 35px 0;
    z-index: 10;
	transition: all .5s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.home header {
	padding: 60px 0 20px;
}

/* header.header-scroll {
	background: #fff;
	padding: 16px 0;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
} 

header .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 30px;
}

header .wrapper-header {
    position: relative;
}*/

header .menu-toggle {
	border-radius: 100px;
	background: var(--100, #FFF);
    cursor: pointer;
	width: 48px;
	height: 48px;
	transition: all .5s;
	position: fixed;
    bottom: 27px;
	right: 30px;
	z-index: 30;
    border: none;
	padding: 0;
}

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

header .menu-toggle .close {
	opacity: 0;
}

header .menu-toggle.toggle-active .close {
	opacity: 1;
}

header .menu-toggle.toggle-active .open {
	opacity: 0;
}

header .menu {
    position: fixed;
    bottom: 120px;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 233px;
    border-radius: 20px 0 0 20px;
    border: 0;
    overflow: hidden;
    padding: 42px 32px;
    transition: all .5S;
	background: #fff;
	transform: translateX(110%);
	opacity: 0;
}

header .menu.active {
	transform: translateX(0%);
	opacity: 1;
}

header .menu h6 {
color: var(--Primary, #0D5B68);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
    padding-bottom: 10px;
	margin-bottom: 20px;
}

header .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .menu ul li {
    padding: 10px 0;
}

header .menu ul li a {
color: var(--Primary, #0D5B68);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
	display: block;
	transition: all .5s;
}

header .menu ul li a:hover {
	color: #E48309;
}

header .logo {
	max-width: 110px;
	pointer-events: none;
	opacity: 0;
	transition: all .5s;
}

header .logo svg {
	width: 100%;
}

/* header.header-scroll .logo {
	opacity: 1;
	pointer-events: initial;
} */

.subtitulo {
	position: relative;
	width: fit-content;
}

.subtitulo span {
	color: var(--Primary, #0D5B68);

/* Buttons/Tag */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: 0.8px;
text-transform: uppercase;
width: fit-content;
white-space: nowrap;
position: relative;
z-index: 3;
}

.subtitulo::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
	height: 48px;

	background-color: #EFEBE5; /* cor controlada aqui */

	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 48'><path d='M122.548 0C123.622 3.75246 124.085 7.63251 124.647 11.4845C124.795 12.5046 124.803 13.6515 125 14.6456V17.648C124.837 18.2794 124.822 19.1061 124.713 19.7663C124.573 20.6047 124.358 21.4681 124.123 22.2845C122.25 28.7981 117.417 33.6627 111.682 37.0499C102.245 42.6236 90.8181 43.5723 80.088 43.2966C74.2619 43.1469 69.3676 42.6592 63.6729 41.2002C59.1659 40.0457 55.2539 38.2883 50.8383 36.9122C37.8244 32.8566 24.698 32.1479 12.5616 39.2918C10.6335 40.4314 8.79553 41.7171 7.06399 43.1378C6.01034 43.9906 4.99726 44.8923 4.02804 45.8399C3.45756 46.3988 2.24757 47.8141 1.52297 48H0V45.7238C0.128099 45.135 0.134273 44.2861 0.180402 43.6678C0.292502 42.165 0.331108 40.6126 0.478641 39.1156C1.2722 31.0635 5.21092 23.6224 11.5479 18.5631C14.3627 16.3158 17.6204 14.6771 21.0301 13.4535C35.4918 8.26394 52.7084 10.0426 67.6702 11.8226L79.0956 13.1548C81.723 13.4481 84.3556 13.6917 86.9927 13.8853C95.8021 14.5542 105.175 14.7186 113.512 11.3322C118.769 9.19697 121.912 5.75949 122.548 0Z' fill='black'/></svg>");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;

	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 48'><path d='M122.548 0C123.622 3.75246 124.085 7.63251 124.647 11.4845C124.795 12.5046 124.803 13.6515 125 14.6456V17.648C124.837 18.2794 124.822 19.1061 124.713 19.7663C124.573 20.6047 124.358 21.4681 124.123 22.2845C122.25 28.7981 117.417 33.6627 111.682 37.0499C102.245 42.6236 90.8181 43.5723 80.088 43.2966C74.2619 43.1469 69.3676 42.6592 63.6729 41.2002C59.1659 40.0457 55.2539 38.2883 50.8383 36.9122C37.8244 32.8566 24.698 32.1479 12.5616 39.2918C10.6335 40.4314 8.79553 41.7171 7.06399 43.1378C6.01034 43.9906 4.99726 44.8923 4.02804 45.8399C3.45756 46.3988 2.24757 47.8141 1.52297 48H0V45.7238C0.128099 45.135 0.134273 44.2861 0.180402 43.6678C0.292502 42.165 0.331108 40.6126 0.478641 39.1156C1.2722 31.0635 5.21092 23.6224 11.5479 18.5631C14.3627 16.3158 17.6204 14.6771 21.0301 13.4535C35.4918 8.26394 52.7084 10.0426 67.6702 11.8226L79.0956 13.1548C81.723 13.4481 84.3556 13.6917 86.9927 13.8853C95.8021 14.5542 105.175 14.7186 113.512 11.3322C118.769 9.19697 121.912 5.75949 122.548 0Z' fill='black'/></svg>");
	mask-repeat: no-repeat;
	mask-size: contain;
}

/* --- */


/* TOPO */
.vetor1 {
position: absolute;
    left: 60%;
    transform: translateX(-50%);
    pointer-events: none;
    top: 400px;
}
.topo {
height: 930px;
    padding-top: 480px;
    position: relative;
    background-position: bottom;
    background-size: cover;
    max-width: 100%;
}

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

.topo .infos .estagio span {
	color: #EFEBE5;
}

.topo .infos .estagio::before {
background: #E48309;
}

.topo .infos .custom-logo-link {
	margin: 55px 0 45px 0;
	display: block;
}

.topo .infos .box-infos-topo {
display: flex;
    gap: 33px;
}

.topo .infos .box-infos-topo .item {
	display: flex;
	gap: 10px;
	align-items: center;
}

.topo .flex {
	display: flex;
	align-items: end;
}

.topo .flex .left {
	width: fit-content;
	margin-right: 50px;
border-right: 1px solid #efebe53a;
padding-right: 50px;
}

.topo .infos .box-infos-topo .item p {
color: var(--Grey-100, #EFEBE5);

/* Buttons/Tag */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: 0.8px;
text-transform: uppercase;
}

.topo .infos h1 {
color: var(--Grey-100, #EFEBE5);

/* Desktop/H1 - Light */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
margin-bottom: 32px;
line-height: 120%; /* 38.4px */
letter-spacing: -0.96px;
}

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

.topo .botao {
	background: #E48309;
}

.topo .botao:hover {
	background: #44A8AD;
}

/* --- */


/* DIFERENCIAIS */

.diferenciais {
	position: relative;
	z-index: 2;
	padding-top: 0;
	height: auto;
	background: #0D5B68;
}

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

.diferenciais h3 {
color: var(--Primary, #0D5B68);

/* Buttons/Tag */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: 0.8px;
text-transform: uppercase;
}

.diferenciais h2 {
color: var(--Tertiary, #E48309);

/* Desktop/H1 - SemiBold */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.96px;
text-align: end;
}

.diferenciais h2::first-line {
color: var(--Grey-50, #FFF);
text-align: right;

/* Desktop/H1 - Light */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 38.4px */
letter-spacing: -0.96px;
}

.diferenciais .box-diferenciais {
	padding: 45px 30px;
border-radius: 12px;
background: var(--Grey-100, #EFEBE5);
margin-top: 55px;
    width: 97.5%;
	position: relative;
	overflow: hidden;
}

.vetor2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -80px;
}

.diferenciais .box-diferenciais::after {
    content: '';
    display: block;
    background: linear-gradient(90deg, rgba(239, 235, 229, 0.00) 0%, rgba(239, 235, 229, 0.81) 33.19%, #EFEBE5 82.06%);
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.diferenciais .item-diferencial {
	margin: 0 10px;
	width: 140px;
}

.diferenciais .item-diferencial .box-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-direction: column;
}

.diferenciais .item-diferencial .box-item .icone {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 48px;
}

.diferenciais .item-diferencial .box-item .icone img {

}

.diferenciais .item-diferencial .box-item .icone path {

}

.diferenciais .item-diferencial .box-item p {
color: var(--Primary, #0D5B68);
text-align: center;
/* Paragraph/Medium */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 24px */
}
.diferenciais .item-diferencial .box-item p span {
	color: var(--Primary, #0D5B68);

/* Paragraph/Small */
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 130%;
display: block;
}

.diferenciais .infos-bottom {
	display: flex;
	align-items: center;
	justify-content: end;
	height: 0;
}

.slick-dotted.slick-slider {
	margin: 0;
}

.diferenciais .infos-bottom .nav-diferenciais {
	display: flex;
	align-items: center;
gap: 8px;
}

.diferenciais .infos-bottom .icon {
	display: flex;
width: 46px;
height: 46px;
justify-content: center;
align-items: center;
border-radius: 100px;
background: var(--Grey-50, #FFF);
transition: all .5s;
cursor: pointer;
position: relative;
    top: -100px;
}

.diferenciais .infos-bottom .icon:hover {
	background: #E48309;
}

.diferenciais .infos-bottom .icon:hover path {
	fill: #fff;
}

.diferenciais .slick-dots {
	position: inherit;
	display: flex;
	align-items: center;
}

.diferenciais .slick-dots .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.diferenciais .slick-dots .slick-dots li.slick-active button {
	background: #fff;
}

.diferenciais .slick-dots .slick-dots li button {
	background: rgba(255, 255, 255, 0.10);
	width: 8px;
    height: 8px;
    border-radius: 10px;
}

.diferenciais .slick-dots .slick-dots li button::before {
	display: none;
}

/* --- */


/* VÍDEOS */

.videos {
	height: auto;
    padding: 180px 0 80px 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.videos .container {
}

.videos .subtitulo {
    margin-left: 20px;
}

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

.videos .slider-videos {

}

.videos .slider-videos .slick-list {
	overflow: visible;
	padding: 0 !important;
}

.videos .box-video {
	padding: 0px;
	max-width: 100%;
	margin-top: 50px;
	width: 100%;
}

.videos .video-item {
    position: relative;
border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
	height: 500px;
}

.videos .video-item img {
    width: 100%;
    transition: 0.3s;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.videos .video-item a::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
background: linear-gradient(0deg, var(--Grey-300, rgba(0, 0, 0, 0.50)) 0%, var(--Grey-300, rgba(0, 0, 0, 0.50)) 100%);
	width: 100%;
	height: 100%;
	transition: all .5s;
}

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

.videos .video-item .info {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.videos .video-item:hover img {
	transform: scale(1.07);
}

.videos .video-item .play-button {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #fff;
}

.videos .video-item p {
color: var(--Grey-100, #EFEBE5);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
}

/* --- */


/* GALERIA */
.vetor3 {
position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -240px;
    z-index: 2;
}
#galeria-fotos-empreendimento{
	background-color: #efebe5;
	padding: 50px 0 60px 0;
	width: 100%;
}

#galeria-fotos-empreendimento .grid-item .area{
	background-position: center;
}

#galeria-fotos-empreendimento .botao {
	border: none;
	margin: 40px auto 0 auto;
	background: var(--Primary, #0D5B68);
}

#galeria-fotos-empreendimento .botao.height-inative {
	opacity: 0;
	pointer-events: none;
	margin: 0 auto -40px auto;
}

#galeria-fotos-empreendimento .botao:hover {
	background: #E48309;
}

#galeria-fotos-empreendimento .grid-slider-wrapper {
	transition: all .5s;
	overflow: hidden;
	height: 1080px;
}

#galeria-fotos-empreendimento .container{
		position: relative;
	z-index: 4;
}

#galeria-fotos-empreendimento .grid-slider-wrapper.height-auto {
	transition: all .5s;
	height: auto;
}

/* demais estilos, estão no arquivo grid-galeria.css */



/* PLANTAS */

.plantas {
	height: auto;
padding: 130px 0 85px 0;
	position: relative;
	z-index: 3;
}

.plantas .subtitulo {
	margin-left: 20px;
}

.plantas .container {
	position: relative;
	z-index: 4;
}

.vetor4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -40px;
    z-index: 2;
}

.plantas .image-container {
	padding: 40px;
}

.plantas .legenda-planta {
	display: none;
}

.plantas .image-container img {
	height: 480px;
	width: 100%;
	object-fit: contain;
}

.plantas .infos h3 {
color: #A77E5C;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 7px;
text-transform: uppercase;
}

.plantas .infos h2 {
color: var(--Primary, #0D5B68);

/* Desktop/H1 - Light */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 38.4px */
letter-spacing: -0.96px;
    margin: 53px 0;
}

.plantas .subtitulp {
	margin-left: 20px;
}

.plantas .infos h2 span {
color: var(--Secunday, #44A8AD);

/* Desktop/H1 - SemiBold */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.96px;
display: block;
}

.plantas .infos .box-infos {
	display: flex;
	gap: 67px;
	align-items: center;
}

.plantas .infos .box-infos .nav-plantas {
	margin-left: 8px;
	display: flex;
	align-items: center;
gap: 30px;
}

.plantas .infos .legenda-da-planta {
color: var(--Primary, #0D5B68);
    font-family: "Kumbh Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
	border-left: 2px solid var(--Secunday, #44A8AD);
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 2px 0 2px 18px;
}

/* --- */


/* FICHA TÉCNICA */

.ficha-tecnica {
	height: auto;
	padding: 70px 0 150px 0;
	position: relative;
}

.ficha-tecnica .subtitulo::before {
	background-color: #E5DCCC;
}

.ficha-tecnica .container {
	position: relative;
	z-index: 4;
}

.ficha-tecnica .ficha-wrapper {
    display: flex;
	margin-top: 60px;
	gap: 100px;
}

.ficha-tecnica .ficha-menu {
    max-width: 230px;

    width: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 55px;
    align-items: start;
    justify-content: center;
}

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

.ficha-tecnica .ficha-menu li {
    cursor: pointer;
    transition: all .5s;
    width: 100%;
color: var(--Primary, #0D5B68);

/* Buttons/Secundary */
font-family: "Kumbh Sans";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 22px */
letter-spacing: 0.44px;
opacity: 0.4;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.ficha-tecnica .ficha-menu li:hover,
.ficha-tecnica .ficha-menu .active {
	opacity: 1;
}

.ficha-tecnica .ficha-menu li svg {
	transition: all .5s; opacity: 1;
}

.ficha-tecnica .ficha-menu li svg path {
	transition: all .5s; opacity: 1;
}

.ficha-tecnica .ficha-menu .active svg {
transform: rotate(-90deg);
opacity: 1;
}

.ficha-tecnica .ficha-menu li:hover svg path,
.ficha-tecnica .ficha-menu .active svg path {
	stroke: #44A8AD;
}

.ficha-tecnica .ficha-conteudo {
    flex-grow: 1;
    padding: 33px;
	border-radius: 12px;
border: 1px solid var(--Primary, rgba(13, 91, 104, 0.08));
background: var(--Grey-100, #EFEBE5);
}

.ficha-tecnica .ficha-tab {
    display: none;
}

.ficha-tecnica .ficha-tab.active {
    display: grid;
gap: 60px 30px;
grid-template-columns: repeat(3, 1fr);
}

.ficha-tecnica .ficha-tab.active .item {
    display: flex;
	align-items: center;
	gap: 20px;
	padding: 0 15px;
}

.ficha-tecnica .ficha-tab .item h4 {
color: var(--Primary, #0D5B68);
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 120%;
}

.ficha-tecnica .ficha-tab#metragens .item h4 {
	color: var(--Primary, #0d5b68a8);
    font-family: "Kumbh Sans";
    font-size: 14px;
}

.ficha-tecnica .ficha-tab .item p {
color: var(--Primary, #0D5B68);
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%;
display: block;
    margin-top: 4.5px;
}

.ficha-tecnica .ficha-tab#metragens .item p {
font-size: 14px;
}

.vetor5 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -40px;
    z-index: 3;
		height: 1500px;
    width: 3191px;
    object-fit: cover;
    object-position: top;
}


/* --- */


/* LOCALIZAÇÃO */

.localizacao {
padding: 120px 0 80px 0;
	position: relative;
	z-index: 3;
}

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

.vetor6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
top: -20px;
    z-index: 3;
	height: 1500px;
    width: 3191px;
    object-fit: cover;
    object-position: top;
}

.localizacao .subtitulo {

}

.localizacao iframe {
	width: 100%;
	border-radius: 20px;
}

.localizacao .infos h3 {
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 7px;
text-transform: uppercase;
	margin-bottom: 55px;
}

.localizacao h2 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
}

.localizacao .texto {
opacity: 0.7;
color: var(--Primary, #0D5B68);

/* Paragraph/Medium */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%;
}

.localizacao .texto b {
	font-weight: 700;
}

.localizacao .endereco {
color: var(--Primary, #0D5B68);
margin: 60px 0 53px 0;
/* Desktop/H1 - Light */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 38.4px */
letter-spacing: -0.96px;
}

.localizacao .endereco span {
color: var(--Secunday, #44A8AD);

/* Desktop/H1 - SemiBold */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.96px;
	display: block;
}

.localizacao .botoes {
	display: none;
	align-items: center;
	gap: 8px;
}

.localizacao .botoes .botao {
	border: 1px solid #FFF;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all .5s;
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
text-transform: uppercase;
    padding: 15px 29px;
}

.localizacao .botoes .botao:hover {
	background: #274D3A;
	border-color: #274D3A;
}

.localizacao .botoes .botao svg path {
	transition: all .5s;
}

/* --- */


/* CONTATO */

.contato {
padding: 100px 0 0 0;
position: relative;
    z-index: 3;
	overflow: hidden;
}

.contato .container {
	position: relative;
	z-index: 4;
}

.vetor7 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
top: 25px;
    z-index: 3;
	    height: 700px;
    width: 3191px;
    object-fit: cover;
    object-position: top;
} 

.contato .conteudo {

}

.contato .subtitulo {
	margin-left: 20px;
}

.contato .subtitulo span {
	color: var(--Grey-100, #EFEBE5);
}

.contato .subtitulo::before {
	background-color: #E48309;
}

.contato .info-left {

}

.contato .info-left h3 {
color: #274D3A;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 1.12px;
text-transform: uppercase;
	margin-bottom: 55px;
}

.contato .info-left h2 {
color: var(--Grey-100, #EFEBE5);

/* Desktop/H1 - Light */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 38.4px */
letter-spacing: -0.96px;
margin-bottom: 32px;
}

.contato .info-left h2 span {
color: var(--Tertiary, #E48309);

/* Desktop/H1 - SemiBold */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.96px;
display: block;
}

.contato .info-left p {
color: var(--Grey-100, #EFEBE5);
max-width: 257px;
/* Paragraph/Medium */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
margin-bottom: 55px;
}

.contato .info-left .botoes {
	display: flex;
	gap: 8px;
	align-items: center;
}

.contato .info-left .botao {
	background: transparent;
	border: none;
color: var(--Grey-100, #EFEBE5);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
	display: flex;
	align-items: center;
border-radius: 8px;
border: 1px solid var(--Grey-100, #EFEBE5);
	gap: 14px;
}

.contato .info-left .botao:hover {
	background: #E48309;
	border-color: #E48309;
	color: #fff;
}

.contato .info-left .botao path {
	transition: all .5s;
}

.contato .info-left .botao:hover path {
	fill: #fff;
}

.contato .info-right {
border-radius: 12px;
background: var(--Grey-50, #FFF);
padding: 55px;
margin-right: 13px;
}

/* --- */


/* FOOTER */

footer {
    background-color: #0D5B68;
    padding: 180px 0 0px 0;
	position: relative;
	    z-index: 3;
		height: 471px;
		overflow: hidden;
}

footer .container {
	position: relative;
	z-index: 4;
}

.vetor8 {
      position: absolute;
    left: 70%;
    transform: translateX(-50%);
    pointer-events: none;
    top: 30px;
    z-index: 3;
}

footer .legal {
background: var(--Grey-100, #EFEBE5);
padding: 10px 0;
margin-top: 60px;
    position: relative;
    z-index: 4;
}

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

footer .flex-logos {
	display: flex;
	gap: 60px;
	margin-bottom: 60px;
}

footer svg {
	transition: all .5s;
}



footer .flex-logos .linha {
	gap: 60px;
	width: 1px;
	background: #A77E5C;
	height: 90px;
}

footer .texto {
display: flex;
    gap: 32px;
    margin-top: 60px;
    width: 65%;
}

footer .texto span {
	max-width: 380px;
	color: var(--Primary, #0D5B68);
font-family: "Kumbh Sans";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 15px */
}

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

footer .info-bottom p,
footer .info-bottom a {
color: var(--Primary, #0D5B68);

/* Paragraph/Small */
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
}

/* --- */


/* FORMULÁRIOS */

input:focus,
input:focus-visible {
    outline: none !important;
}

.formpadrao input, .formpadrao textarea{
	padding: 20px;
border-radius: 8px;
border: 1px solid var(--Primary, rgba(13, 91, 104, 0.08));
    background: transparent;
    margin-bottom: 14px;
color: var(--Primary, #0D5B68);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
    width: 100%;
}

.formpadrao .botao {
padding: 15px 20px;
border-radius: 8px;
background: var(--Primary, #0D5B68);
   color: var(--Grey-100, #EFEBE5);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
    width: fit-content;
    margin: 0;
}

.formpadrao .botao:hover {
	background: #E48309;
}

.formpadrao textarea{
	height: 134px;
}

.formpadrao input::placeholder, .formpadrao textarea::placeholder{
color: var(--Primary, #0D5B68);
opacity: 0.4;


/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
}

.formpadrao select {
    padding: 12px;
    border: none;
    border-bottom: 1px solid var(--brand-secundary, #57413B);
    background: rgba(255, 255, 255, 0.90);
    margin-bottom: 24px;
    color: var(--brand-secundary-darker, #321D17);
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
}

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

.formpadrao .politica input[type="checkbox"], .wpcf7-acceptance input[type="checkbox"]{
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 15px;
	margin-bottom: 0;
}
.formpadrao .politica span, .wpcf7-acceptance .wpcf7-list-item-label{
color: var(--Primary, #0D5B68);

/* Paragraph/Small */
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 18px */
    max-width: 180px;
    margin-top: -6px;
    display: block;
}

.formpadrao .politica span a {
	color: var(--Primary, #0D5B68);
	text-decoration: underline;
}



/* --- */


/* NAV-FIXO E MODAIS */

.barrafixa {
	padding: 15px 23px;
	right: 110px;
    bottom: 15px;
    display: flex;
    flex-direction: row;
    position: fixed;
    align-items: center;
    top: auto;
    margin: 0;
    z-index: 30;
	transition: all .5s;
background: #fff;
	background-size: cover;
	background-position: center;
	border-radius: 100px;
	overflow: hidden;
	gap: 30px;
	width: fit-content;
}

.barrafixa .item {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: all .6s;
}

.barrafixa .item:hover {
	transform: scale(1.08);
}

.barrafixa .item .icon {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	transition: all .5s;
}

.barrafixa .item.tel .icon,
.barrafixa .item.mail .icon {
background: #0D5B68;
}

.barrafixa .item.tel:hover .icon,
.barrafixa .item.mail:hover .icon,
.barrafixa .item.wpp:hover .icon {
background: var(--Tertiary, #E48309);

}

.barrafixa .item.wpp .icon {
	background: #44AD50;
}

.barrafixa .item p {
color: var(--Primary, #0D5B68);
font-family: "Kumbh Sans";
font-size: 8px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 12px */
text-transform: uppercase;
}

.barrafixa .item span {
	display: block;
color: var(--Primary, #0D5B68);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
}


.form-modal .fancybox-close-small {
	right: 10px !important;
}

.form-modal {
	border-radius: 12px !important;
	background: var(--100, #FFF) !important;
	position: relative !important;
	width: 100% !important;
	max-width: 1050px !important;
	padding: 50px 60px !important;
	    overflow: visible !important;
	height: 430px !important;
}

.form-modal-whatsapp {
	height: 390px !important;
}

.form-modal .conteudo {
	position: relative;
	z-index: 3;
	width: 100%;
	    height: 100%;
}

.form-modal::before {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
	background: url(../images/brand-modal.png);
	background-repeat: no-repeat;
background-size: cover;
    background-position: bottom;
	    border-radius: 12px;
}

.form-modal .left {
    max-width: 257px;
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-direction: column;
	height: stretch;
}

.form-modal .left .header {
    display: flex;
    align-items: center;
    gap: 18px;
}

.form-modal .left .header .icon {
	display: flex;
	width: 52px;
	height: 52px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: var(--Primary-Medium, #E48309);
}

.form-modal .left .header h5 {
color: var(--Primary, #0D5B68);

/* Paragraph/Small */
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
text-transform: uppercase;
}

.form-modal .left .header h5 span {
color: var(--Tertiary, #E48309);

/* Desktop/H1 - SemiBold */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 38.4px */
letter-spacing: -0.96px;
	display: block;
}

.form-modal .left .texto {
color: var(--Primary, #0D5B68);

/* Paragraph/Medium */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
}

.form-modal .left .bottom h6 {
color: rgba(255, 255, 255, 0.70);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 160%; /* 19.2px */
letter-spacing: 2.88px;
text-transform: uppercase;
	margin-bottom: 16px;
}

.form-modal .left .bottom p {
color: var(--Primary, #0d5b688c);
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    border-left: 2px solid var(--Grey-100, #EFEBE5);
    line-height: 150%;
    padding-left: 18px;
}

.form-modal form {
border-radius: 12px;
    border: 1px solid var(--Primary, rgba(13, 91, 104, 0.20));
    background: var(--Grey-50, #FFF);
    padding: 60px;
    max-width: 600px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-modal-whatsapp form {
	padding: 90px 60px;
}

.form-modal-telefone form {
	    padding: 120px 60px;
}

.form-modal .formpadrao input, .form-modal .formpadrao textarea {
	background: var(--100, #FFF);
    margin-bottom: 14px;
    padding: 16px 20px;
border-radius: 8px;
border: 1px solid var(--Primary, rgba(13, 91, 104, 0.20));
}

.fancybox-slide--html .fancybox-close-small {
	color: #fff !important;
}

.form-modal .formpadrao .botao {
	border-radius: 8px;
background: var(--Primary, #0D5B68);
color: var(--Grey-100, #EFEBE5);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
margin: 0;
}

.form-modal .formpadrao .botao:hover {
	background: var(--Tertiary, #E48309);
	border-color: #E48309;

}

.form-modal.form-modal-telefone .left .contatos {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-left: none;
	border-right: none;
}

.form-modal.form-modal-telefone .left .contatos p {
color: var(--Primary, #0d5a68a6);

/* Paragraph/Medium */
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
}

.form-modal.form-modal-telefone .left .contatos p a {
color: var(--Primary, #0D5B68);

/* Paragraph/Large */
font-family: "Kumbh Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
	display: block;
	transition: all .5s;
	text-decoration: none;
}

.form-modal.form-modal-telefone .left .contatos p a:hover {
	transform: translateX(-10px);
}

.erro404,
.obrigado {
			background: url(../images/bgpadrao.webp);
		background-repeat: no-repeat;
		background-size: cover;
	text-align: center;
	min-height: 100vh;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.erro404 h1 {
	font-size: 250px;
	line-height: 80%;
    color: #EFEBE5;
    font-family: "Kumbh Sans";
    font-style: normal;
    font-weight: 600;
    margin-bottom: 70px;
}

.obrigado h1 {
	font-size: 150px;
	line-height: 80%;
    color: #EFEBE5;
font-family: "Kumbh Sans";
    font-style: normal;
    font-weight: 600;
    margin-bottom: 70px;
}

.erro404 p,
.obrigado p {
color: var(--Grey-100, #EFEBE5);
text-align: center;

/* Desktop/H2 */
font-family: "Kumbh Sans";
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 28px */
letter-spacing: -0.84px;
}

.erro404 .botao,
.obrigado .botao {
	display: block;
    margin: 30px auto 0 auto;
}

.erro404 .botao:hover,
	.obrigado .botao:hover {
		background-color: #E48309;
	}

section.default {
    padding: 100px 0;
}

section.default h1 {
color: #0D5B68;
    text-align: start;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
	margin-bottom: 30px;
}

section.default .content-default h2,
section.default .content-default h3,
section.default .content-default h4,
section.default .content-default h5,
section.default .content-default h6 {
color: #0D5B68;
	font-family: "Kumbh Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 15px;
	margin-top: 10px;
}

section.default .content-default p {
color: #0d5a68ca;
text-align: start;
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 19.2px */
	margin-bottom: 15px;
}

  /* --- */
@media (width < 1360px ) {
	.plantas::after {
		left: -10%;
	}
}

  /* --- */
@media (width < 1200px ) {

	.ficha-tecnica .ficha-wrapper {
		gap: 20px;
	}

	.ficha-tecnica .ficha-tab .item h4 {
		font-size: 14px;
	}
	.topo .infos h1 {
		    font-size: 25px;
    max-width: 350px;
	}

	.plantas .infos .legenda-da-planta {
		letter-spacing: normal;
	}
	.videos .box-video {
		max-width: 970px;
	}

	.ficha-tecnica .ficha-menu {
		border: none;
    padding: 0;
	}

	.ficha-tecnica .ficha-conteudo {
		padding: 40px;
	}

	.ficha-tecnica .ficha-menu li {
		font-size: 25px;
	}

	.ficha-tecnica {
		height: auto;
	}

	.ficha-tecnica .ficha-tab .item {
	
	}

		.contato .info-left .botoes {
		    flex-direction: column;
    gap: 15px;
	}

	 .contato .info-left .botao {
		    justify-content: center;
    width: 100%;
	 }
}

/* --- */
@media (width < 1100px ) {
	.plantas::after {
		left: -25%;
	}
}

/* --- */
@media (width < 991px ) {
	.yes-mobile {
		display: block;
	}

	.yes-desk {
	display: none;
} 

	h3::after {
		display: none !important;
	}

	.container {
		padding: 0 17px;
	}

	.brand-main .brands-fundo {
		display: none;
	}

	.erro404 h1 {
		font-size: 130px;
	}

	.obrigado h1 {
		font-size: 60px;
	}

	.topo {
		padding-top: 0;
		height: auto;
		padding-bottom: 0px;
		background-image: none !important;
	}

	.vetor1 {
		left: 50%;
    top: 250px;
    object-fit: contain;
    height: 900px;
    object-position: top;
    width: 1900px;
	}

	.topo .logo-mob {
	        display: block;
        margin: 40px auto;
	}

	.topo .infos {
		position: relative;
		z-index: 3;
		text-align: center;
		        margin-top: -50px;
	}

	.topo .infos .estagio {
		    display: block;
    margin: 0 auto;
	}

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

	.topo .flex .left {
		    margin: 0 auto;
    padding: 0;
    border: 0;
	}

	.topo .yes-mobile img {
		width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: center;
	}

	.topo .infos .box-infos-topo {
        align-items: center;
        gap: 16px;
        flex-direction: column;}

	.topo .infos .box-infos-topo .item {
		gap: 15px;
	}

	.topo .infos h1 {
        margin: 35px auto 30px auto;
        font-size: 25px;
        max-width: 350px;
	}

	.topo .botao {
		margin: 0 auto;
	}

	.diferenciais {
		background: #0D5B68;
		height: auto;
padding: 200px 0 70px 0;
	}

	.vetor2 {
		left: 30%;
    top: -180px;
	}

	.diferenciais .info-topo {
		    flex-direction: column;
    gap: 0;
	}

	.diferenciais .box-img {
		height: 300px;
		margin-bottom: 50px;
	}

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

	.diferenciais h3 {
		text-align: center;
	}

	.diferenciais h2 {
		text-align: center;
		    margin: 40px auto;
			position: relative;
	}

	.diferenciais h2::first-line {
		color: var(--Primary, #0D5B68) !important;
	}

	.diferenciais .box-diferenciais {
padding: 25px;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
	}

	.diferenciais .box-diferenciais::after {
		display: none;
	}

	.diferenciais .item-diferencial {
	}

	.diferenciais .infos-bottom {
		flex-direction: column;
		justify-content: center;
		gap: 0px;
		margin-top: 20px;
		height: auto;
	}

	.diferenciais .slick-dots {
		justify-content: center;
	}

	.diferenciais .infos-bottom .icon {
        position: relative;
        top: auto;

	}

	.videos {
		height: auto;
padding: 30px 0 0px 0;
		margin-bottom: 0;
	}

	.videos .container {
		max-width: 540px;
	}

	.videos h3 {
		padding: 0;
	}

	.videos .subtitulo {
		margin: 0 auto;
	}

	.videos .video-item p {
		letter-spacing: normal;
	}

	.videos .slider-videos .slick-list {
		padding: 0 !important;
	}

	section#galeria-fotos-empreendimento {
    padding: 150px 0 60px 0;
	}

	section#galeria-fotos-empreendimento .subtitulo {
		    margin: 0 auto 50px auto;
	}

	#galeria-fotos-empreendimento .grid-slider-wrapper {
		height: auto;
	}

	#galeria-fotos-empreendimento .botao {
		display: none;
	}

	.plantas-e-ficha {
		background-image: none;
	}

	.plantas {
		height: auto;
		padding: 70px 0 60px 0;
    background-color: #efebe5;
	}

	.plantas .subtitulo {
		margin: 0 auto;
	}

	.plantas .brand-plantas {
		display: none;
	}

	.vetor4 {
		top: -340px;
	}

	.plantas .image-container {
		padding: 0;
	}

	.plantas .image-container img {
		height: 320px;
	}

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

	.plantas .infos h2 {
		margin: 40px auto;
	}

	.plantas .infos .box-infos {
		text-align: center;
		justify-content: center;
		flex-direction: column;
		gap: 0;
	}

	.plantas .infos .legenda-da-planta {
		display: none;
	}

	.plantas .legenda-planta {
color: var(--Primary, #0D5B68);
display: block;
text-align: center;
margin: 0 auto 40px auto;
/* Desktop/H3 */
font-family: "Kumbh Sans";
font-size: 22px;
width: fit-content;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 22px */
letter-spacing: -0.66px;
padding: 15px;
opacity: 0.7;
border-bottom: 2px solid var(--Secunday, #44A8AD);
	}

	.ficha-tecnica {
		background-color: #A77E5C;
		padding-bottom: 50px;
		        padding-top: 90px;
	}

	.ficha-tecnica .subtitulo {
		margin: 0 auto;
	}

	.vetor5 {
		top: -50px;
    left: 100%;
	width: auto;
	height: auto;
	}

	.ficha-tecnica h3 {
		text-align: center;
		padding: 0;
		color: #fff;
    margin-bottom: 50px;
	}

	.ficha-tecnica .ficha-wrapper {
		flex-direction: column;
	}

	.ficha-tecnica .ficha-menu {
		display: none;
	}

	.ficha-tecnica .ficha-select {
		display: block;
		width: 100%;
		padding: 12px 25px;
		padding-right: 20px; /* Ajusta espaço para a seta */
		cursor: pointer;
		transition: all 0.5s;
		color: var(--Grey-100, #EFEBE5);

/* Buttons/Primary */
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #0D5B68;
		border: 1px solid #0D5B68;
		border-radius: 8px;
		appearance: none; /* Remove a seta padrão */
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS4wMjFMNSA1LjAyMUw5IDEuMDIxIiBzdHJva2U9IiNFMkQ3QkQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
		background-repeat: no-repeat;
		background-position: calc(100% - 15px) center; /* Move a seta para a esquerda */
		background-size: 10px 6px;
	}

	.ficha-tecnica .ficha-conteudo {
		padding: 30px 15px;
	}

	.ficha-tecnica .ficha-tab.active {
		gap: 30px;
		    grid-template-columns: repeat(1, 1fr);
	}

	.ficha-tecnica .ficha-tab.active .item {
		width: 100%;
	}

	.ficha-tecnica .ficha-tab.active .item br {
		display: none;
	}

	.ficha-tecnica .ficha-tab#metragens .item p, .ficha-tecnica .ficha-tab#areas_de_lazer .item p, .ficha-tecnica .ficha-tab#diferenciais .item p, .ficha-tecnica .ficha-tab#quantidade .item p, .ficha-tecnica .ficha-tab#social .item p {
		margin-top: 3px;
	}

	.localizacao-e-contato {
		background-color: #A77E5C;
		background-image: none;
	}

	.localizacao {
		padding: 60px 0;
		height: auto;
		background-image: none;
		background-color: #efebe5;
		    z-index: inherit;
	}

	.vetor6 {
		z-index: 3;
		width: auto;
		height: auto;
	}

	.localizacao .container {
		position: relative;
		z-index: 4;
	}

	.localizacao .infos {
		background-color: #fff;
		width: 96%;
		margin: 0 auto 40px auto;
    padding: 45px 30px 30px 30px;
    border-radius: 12px;
	}

	.localizacao .subtitulo {
		margin: 0 auto;
	}

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

	.localizacao .endereco {
		font-size: 27px;
		text-align: center;
		max-width: 300px;
		margin: 45px auto;
	}

	.localizacao .endereco span {
font-size: 27px;
	}

	.localizacao .botoes {
		flex-direction: column;
		gap: 15px;
	}

	.localizacao .botoes .botao {
		width: 100%;
    	justify-content: center;
	}

	.localizacao iframe {
		height: 400px;
	}

	.localizacao .infos h3 {
		padding: 0;
		margin-bottom: 40px;
	}

	.contato {
height: auto;
        overflow: visible;
padding-top: 70px;
    padding-bottom: 60px;
	}

	.vetor7 {
        top: -300px;
        height: auto;
        width: auto;
	}

	.contato .conteudo {
		padding: 0px;
		width: 95%;
		margin: 0 auto;
	}

	.contato .info-left {
		padding: 0 0 45px 0;
		border-right: none;
		text-align: center;
	} 

	.contato .info-left h3 {
		margin-bottom: 40px;
		text-align: center;
		padding: 0;
	}

	.contato .info-left .botao {
		font-size: 14px;
	}

	.contato .info-left h3::after {
		display: block !important;
	}

	.contato .info-left p {
		margin: 0 auto 40px auto;
	}

	.contato .info-left h2 {
		    margin: 0 auto 30px auto;
	}

	.contato .info-left .botoes {
		justify-content: center;
	}

	.contato .info-right {
		padding: 30px;
		margin: 0 auto;
		border: none;
	}

	.formpadrao .politica label {
		width: 100%;
	}

	.formpadrao .politica {
		width: 100%;
	}

	.formpadrao .politica span, .wpcf7-acceptance .wpcf7-list-item-label {
		max-width: 100%;
		    margin-top: 2px;
	}

	.formpadrao .botao {
		width: 100%;
	}

	.formpadrao .form-bottom {
		    flex-direction: column;
    justify-content: center;
	}

	footer {
		background: #fff;
		padding: 60px 0 0 0;
		height: auto;
	}

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

	footer .texto {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0 auto;
	}

	footer .legal 
{
padding: 23px 0 100px 0;
}

	footer .texto span {
		text-align: center;
		max-width: 100%;
	}

	.vetor8 {
		display: none;
	}

	footer .flex-logos {
		gap: 30px;
	}

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

	.barrafixa {
		right: auto;
		left: 20px;
		gap: 15px;
		background: #fff;
		padding: 13px 20px;
		border-radius: 20px;
		transform: none;
		padding: 10px 15px;
	}

	.barrafixa .item p {
		display: none;
	}

	.barrafixa .item-brand {
		display: none;
	}

	header .menu-toggle {
		bottom: 22px;
        right: 20px;
	}

	.barrafixa .item {
		position: static;
        transform: none;
        width: 48px;
        height: 48px;
        justify-content: center;
	}

	.barrafixa:hover {
		width: auto;
	}

	.form-modal {
		width: 95% !important;
		padding: 0 !important;
		height: auto !important;
		        background: transparent !important;
	}

	.form-modal .conteudo {
		height: auto !important;
	}

	.form-modal .left .header h5 {
		color: #fff;
    font-size: 12px;
	}

	.form-modal .left .bottom p {
		color: #fff !important;
		margin: 0 auto;
		width: fit-content;
	}

	.form-modal .fancybox-close-small {
		color: #fff !important;
	}

	.form-modal .conteudo {
		flex-direction: column;
		gap: 30px;
	}

	.form-modal .left {
		padding: 0;
		border: 0;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
padding: 25px 25px 100px 25px !important;
		background: #0D5B68 !important;
		border-radius: 12px;
		width: 100%;
	}

	.form-modal::before {
		display: none;
	}

	.form-modal .left .header {
		justify-content: center;
	}

	.form-modal .left .texto {
max-width: 260px;
        color: #fff;
        text-align: center;
        margin: 25px auto;
        font-size: 14px;
        line-height: 130%;
	}


	.form-modal form {
position: static;
        margin: -80px auto 0 auto;
        transform: none;
padding: 27px 18px !important;
        width: 91%;
	}

	.form-modal.form-modal-whatsapp::before, .form-modal.form-modal-telefone::before {
		display: none !important;
	}

	.form-modal .left .header h5 span {
		font-size: 28px;
	}

	.form-modal .formpadrao input, .form-modal .formpadrao textarea {
		margin-bottom: 8px;
		font-size: 12px;
		padding: 12px 16px;
	}

	.form-modal .formpadrao input::placeholder, .form-modal .formpadrao textarea::placeholder {
		font-size: 12px;
	}

	.form-modal .formpadrao textarea {
		height: 90px;
	}

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

	.form-modal.form-modal-whatsapp::before,
	.form-modal.form-modal-telefone::before {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		content: '';
		display: block;
		background: url(../images/brand-modal-email.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom;
	}

	.form-modal .formpadrao .politica span {
font-size: 12px;
    line-height: 100%;
    margin-top: 5px;
}
	.formpadrao .politica input[type="checkbox"] {
		margin-right: 10px;
	}

	.form-modal.form-modal-whatsapp .left .header {
		margin-bottom: 30px;
	}

	.form-modal.form-modal-telefone .left .header {
		margin-bottom: 20px;
	}

	.form-modal.form-modal-telefone .left .contatos {
		margin: 20px auto;
	}

	.form-modal.form-modal-telefone .left .contatos p {
		color: #fff;
		text-align: center;
	}

	.form-modal .formpadrao .botao {
		font-size: 13px;
		padding: 14px 20px;
	}

	.fancybox-button svg path {
		fill: #fff !important;
	}

	.form-modal.form-modal-telefone .left .contatos p a {
		font-size: 18px;
		text-align: centers;
		color: #fff;
	}
}

/* --- */
@media (width < 500px) {
	.form-modal::before {
		width: 130%;
	}

	.form-modal.form-modal-email::before {
		width: 150%;
	}
} 

@media (width < 400px) {
	.contato .info-left .botoes {
		flex-direction: column;
	}

	.contato .info-left .botao {
		width: 100%;
		justify-content: center;
	}
} 

.modal-politica {
	max-width: 1050px !important;
	width: 100%;
	padding: 40px !important;
	border-radius: 12px !important;
	background: #fff !important;
}

.modal-politica h3 {
	color: var(--Primary, #0D5B68);

/* Desktop/H1 - Light */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 38.4px */
letter-spacing: -0.96px;
margin-bottom: 25px;
}

.modal-politica h3 span {
	color: var(--Secunday, #44A8AD);

/* Desktop/H1 - SemiBold */
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.96px;
}

.modal-politica .content {
max-height: 70vh;
    overflow: auto;
	padding-right: 24px;
	scrollbar-width: thin; /* Firefox */
  scrollbar-color: #E48309 transparent; /* Firefox */
}

.modal-politica .fancybox-button svg path {
fill: #0D5B68 !important;
}

.modal-politica .content::-webkit-scrollbar {
  width: 8px; /* largura da barra vertical */
  height: 8px; /* altura da barra horizontal */
  background: transparent; /* fundo da scrollbar */
}

.modal-politica .content::-webkit-scrollbar-thumb {
  background-color: #E48309; /* cor da barrinha */
  border-radius: 10px;       /* borda arredondada */
  border: 2px solid transparent; /* dá espaçamento interno */
}

.modal-politica .content::-webkit-scrollbar-track {
  background: transparent; /* fundo da trilha */
}

.modal-politica .content h2,
.modal-politica .content h3,
.modal-politica .content h4,
.modal-politica .content h5,
.modal-politica .content h6 {
color: #0D5B68;
	font-family: "Kumbh Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 15px;
	margin-top: 10px;
}

.modal-politica .content p {
color: #0d5a68ca;
text-align: start;
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 19.2px */
	margin-bottom: 15px;
}

@media (width < 991px) {
.modal-politica {
	max-width: 1050px !important;
	width: 100%;
	padding: 40px 35px!important;
	border-radius: 12px !important;
	background: #fff !important;
}

.modal-politica .content {
	min-height: 50vh;
}
}