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

@font-face {
    font-family: "Burgundia PERSONAL USE";
    src: url('fonts/BURGUNDIA_PERSONAL_USE_ONLY.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* GERAL */

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

body {
	background: #fff;
font-family: "IBM Plex Sans", sans-serif;
}

*::selection {
	background-color: #395830;
	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;
}

.icon-nav {
	display: flex;
	width: 42px;
	height: 42px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(57, 88, 48, 0.20);
	transition: all .5s;
}

.icon-nav:hover {
	background: rgba(57, 88, 48, 0.20);
}

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

.subtitulo {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 4.2px;
text-transform: uppercase;
border-radius: 32.173px;
background: rgba(195, 220, 167, 0.20);
backdrop-filter: blur(9px);
    padding: 12px 20px;
    width: fit-content;
}

.botao {
	padding: 13px 18px;
	display: flex;
	align-items: center;
	gap: 11px;
	width: fit-content;
	transition: all .5s;
border-radius: 8px;
background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
color: var(--Grey-900, #FFF);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.botao svg {
}

.botao:hover {
	transform: scale(1.05);
	opacity: 0.8;
	
}

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

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

.yes-desk {
	display: block;
} 

.yes-mob {
	display: none;
}

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


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

header.header-scroll {
	background: #fff;
	padding: 12px 0;
} 

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

header .menu-toggle,
header .close {
border-radius: 8px;
background: var(--Grey-100, #FFF);
    cursor: pointer;
	width: 44px;
	height: 44px;
	transition: all .5s;
	position: relative;
	    display: flex;
    align-items: center;
    justify-content: center;
	border: none;
}

header.header-scroll .menu-toggle {
	border: 1px solid #2CAABA;
	    width: 34px;
    height: 34px;
}

header .menu-toggle:hover {
	background: #2CAABA;
}

header .menu-toggle:hover path {
	stroke: #fff;
}

header .close {
	border: 1px solid #2CAABA;
}

header .close:hover {
	transform: scale(1.05);
}

header .close {
	border-color: #2CAABA;
	    position: absolute;
    right: 17px;
    left: auto;
    top: 24px;
}

header .close:hover {
	background: #2CAABA;
}

header .close:hover path {
stroke: #fff;
}
	
header .menu {
height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 50vw;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    padding: 60px;
	    justify-content: center;
    transition: all .5S;
    background: #fff;
    transform: translateX(130%);
	opacity: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 25px;
}

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

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

header .menu ul li {
    padding: 10px 0;
	margin: 10px 0;
	text-align: center;
}

/* Estilo base do link */
header .menu ul li a {
  position: relative;           /* Necessário para o ::after funcionar */
  display: inline-block;        /* Faz o underline ter largura do texto */
  color: #395830a9;
  text-align: center;
color: var(--Primary, #395830);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}

/* Cor ao passar o mouse */
header .menu ul li a:hover {
  color: #395830;
}

/* Underline animado */
header .menu ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; /* distância do texto */
  width: 0;
  height: 2px;
  background-color: #395830; /* mesma cor do hover */
  transition: width 0.3s ease;
}

/* Crescimento do underline no hover */
header .menu ul li a:hover::after {
  width: 100%;
}

header .logo img {
	transition: all .5s;
	width: auto;
	max-width: 220px;
}

header.header-scroll .logo svg {
	    height: 30px;
}

/* TOPO */
.topo {
    min-height: 90vh;
    position: relative;
    background: #000;
    display: flex;
}

.topo .container {
    position: relative;
    display: flex;
    align-items: end;
    padding: 130px 12px 70px 12px;
}

.vetor-topo {
position: absolute;
    z-index: 3;
    top: 0;
    right: 19%;
    pointer-events: none;
}

.vetor-topo1 {
	    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
	pointer-events: none;
}

.vetor-topo2 {
    position: absolute;
    z-index: 3;
    bottom: 74px;
    left: 0;
    pointer-events: none;
}

.topo::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/vetor-topo3.svg);
    z-index: 2;
    width: 100vw;
    height: 62px;
    bottom: -1px;
    left: 0;
	background-size: cover;
    background-position: center;
	pointer-events: none;
}

.topo::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/vetor-topo4.svg);
    z-index: 2;
    width: 100%;
    height: 336px;
    bottom: 0px;
    left: 0;
    background-size: contain;
    background-position: center bottom;
    pointer-events: none;
    background-repeat: no-repeat;
}

.topo .slide-topo {
    position: absolute !important;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
}

.topo .slick-list,	.topo .slick-track {
		height: 100%;
	}

.topo .slide-topo .item {
	min-height: 90vh;
	width: 100vw;
    background-position: center;
    background-size: cover;	
	position: relative;
}

.topo .slide-topo .item::before {
    content: '';
    display: block;
    position: absolute;
background: linear-gradient(227deg, rgba(0, 0, 0, 0.00) 44.07%, rgba(0, 0, 0, 0.14) 51.8%, rgba(0, 0, 0, 0.40) 66.27%);
width: 100%;
height: 100%;
top: 0;
left: 0;
}

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

.topo .infos .status {
    color: var(--Grey-900, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    border-radius: 32.173px;
    background: rgba(57, 88, 48, 0.40);
    backdrop-filter: blur(9px);
    padding: 12px 18px 14px 24px;
    width: fit-content;
}

.topo .infos h1 {
	leading-trim: both;
	text-edge: cap;
	font-family: "Burgundia PERSONAL USE";
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 57.6px */
	background: linear-gradient(121deg, #2CAABA -44.55%, #FFF 57.4%);
    background-clip: text;
    padding: 3px 0px;
    -webkit-background-clip: text;
    color: transparent;
	    width: 100%;
    max-width: 467px;
	margin-top: 20px;
}

.topo .infos .descricao {
	color: var(--Grey-900, #FFF);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
max-width: 392px;
}

.topo .infos .destaques {
border-left: 1px solid var(--Gradient-01, #91B52D);
    padding: 2px 0 2px 18px;
	margin: 45px 0;
}

.topo .infos .destaques .item {
	    display: flex;
    align-items: center;
    gap: 8px;
	margin-bottom: 22px;
}

.topo .infos .destaques .item:last-child {
	margin-bottom: 0;
}

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

.topo .infos .destaques p {
color: var(--Grey-900, #FFF);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.topo .infos .botao {
	font-weight: 700;
}

/* SEÇÕES TOP */
.secoes-top {
	position: relative;
}

.secoes-top::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/vetor-diferenciais.webp);
z-index: 1;
    width: 100%;
    height: 1373px;
    bottom: -100px;
    left: 0;
    background-size: contain;
    background-position: 34% 20%;
    pointer-events: none;
    background-repeat: no-repeat;
}

/* DIFERENCIAIS */
.diferenciais {
	padding: 100px 0;
background: radial-gradient(103.94% 100% at 51.01% 0%, #395830 55.94%, #91B52D 100%);
position: relative;
}

.diferenciais::after {
	content: '';
    display: block;
    position: absolute;
    background-image: url(../images/vetor-diferenciais1.svg);
    z-index: 2;
    width: 100%;
    height: 59px;
    bottom: -1px;
    left: 0;
    background-size: cover;
    background-position: center;
    pointer-events: none;
	display: none;
}

#diferenciais_ {
	scroll-margin-top: 30px;
}

.diferenciais .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.diferenciais .img {
	height: 745px;
	width: 100%;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
}

.diferenciais .conteudo {
	width: 50%;
	padding: 0 0 0 72px;
}

.diferenciais .subtitulo {
	color: #C3DCA7;
	background: rgba(145, 181, 45, 0.10);
backdrop-filter: blur(9px);
}

.diferenciais h2 {
color: var(--Quaternary, #C3DCA7);
leading-trim: both;
text-edge: cap;
font-family: "Burgundia PERSONAL USE";
font-size: 48px;
font-style: normal;
font-weight: 400;
max-width: 443px;
line-height: 120%; /* 57.6px */
    margin: 30px 0;
}

.diferenciais .texto p {
color: var(--Quaternary, #C3DCA7);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
margin-bottom: 15px;
}

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

.diferenciais .box-slide {
	overflow: hidden;
    width: 2000px;
}

.diferenciais .slide-diferenciais {
	position: relative;
	margin: 45px 0;
	max-width: 593px;
}

.diferenciais .slide-diferenciais::before {
content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -200px;
	opacity: 0;
background: linear-gradient(180deg, #ffffff 20%, #ffffff85 90%, #ffffff00 100%);
    width: 100%;
    height: 184px;
    z-index: 2;
}

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

.diferenciais .item-diferencial {
	margin: 0 4px;
	opacity: 0.5;
	transition: all .3s;
}

.diferenciais .item-diferencial.slick-active {
	opacity: 1;
}

.diferenciais .conteudo-diferencial {
	padding: 24px 10px 10px 10px;
	height: 130px;
	border-radius: 18px;
background: var(--Grey-900, #FFF);
text-align: center;
}

.diferenciais .item-diferencial .icone {
	display: flex;
	align-items: center;
	justify-content: center;
width: 32px;
height: 32px;
    margin: 0 auto 15px auto;

}

.diferenciais .item-diferencial .icone img {
    max-width: 31px;
    max-height: 31px;
}

.diferenciais .item-diferencial p {
color: var(--Primary, #395830);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
}

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

.diferenciais .nav-diferenciais div {
	background: transparent;
border: 1px solid rgba(195, 220, 167, 0.20);
}

.diferenciais .nav-diferenciais div:hover {
	background: #fff;
	border-color: #fff;
}

.diferenciais .nav-diferenciais div:hover svg path {
	stroke: #395830;
}

/* VÍDEOS */
.videos {
	padding: 100px 0;
	position: relative;
	height: auto;
}

.videos .vetor-videos {
position: absolute;
    z-index: 3;
    top: -160px;
    right: 0;
    pointer-events: none;
}

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

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

.videos .slide-videos {
	max-width: 100%;
	height: auto;
}

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

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

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

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

/* .videos .video-item a::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;

	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%),
		radial-gradient(
			116.61% 78.61% at 120% 56.71%,
			rgba(31, 55, 79, 0.00) 47.1%,
			rgba(9, 19, 29, 0.41) 100%
		);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.videos .video-item a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	opacity: 0;
	z-index: 1;
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),
		radial-gradient(
			116.61% 78.61% at 120% 56.71%,
			rgba(31, 55, 79, 0.00) 47.1%,
			rgba(9, 19, 29, 0.6) 100%
		);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

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

.videos .video-item .icon {
    transition: all .5s;
    background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
    height: 64px;
    width: 64px;
    border-radius: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.videos .video-item:hover .icon {
	opacity: 0.7;
}

.videos .video-item h2 {
    color: var(--Quaternary, #C3DCA7);
    leading-trim: both;
    text-edge: cap;
    font-family: "Burgundia PERSONAL USE";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    max-width: 492px;
    line-height: 120%;
    left: 55px;
	position: absolute;
    bottom: 50px;
    z-index: 4;
}

/* GALERIA */
.galeria {
    padding: 100px 0 0 0;
    position: relative;
    height: 850px;
    background: #91B52D;
}

.galeria::after {
	content: '';
    display: block;
    position: absolute;
    background-image: url(../images/vetor-galeria1.svg);
    z-index: 1;
    width: 100vw;
    height: 518px;
    bottom: -1px;
    left: 0;
    background-size: cover;
    background-position: center top;
    pointer-events: none;
    background-repeat: no-repeat;
}

.galeria .vetor-galeria {
	position: absolute;
	left: 0;
    top: -150px;
	pointer-events: none;
	z-index: 2;
}

#galeria_ {
	scroll-margin-top: 30px;
}

/* CSS: aparência de seta inativa */
.nav-galeria .prev.is-disabled {
  opacity: 0.45;
  pointer-events: none; /* evita cliques */
  cursor: default;
}

.galeria h2 {
	color: var(--Grey-900, #FFF);
leading-trim: both;
text-edge: cap;
font-family: "Burgundia PERSONAL USE";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 57.6px */
max-width: 490px;
    white-space: nowrap;
	align-self: center;
}

.galeria .info-topo p {
color: var(--Grey-900, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 469px;
    align-self: center;
}

.galeria .container {
	position: relative;
	z-index: 2;
}

.galeria .info-topo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
margin: 25px 0 45px 0;
}

.galeria .subtitulo {
	color: var(--Quaternary, #C3DCA7);
background: rgba(57, 88, 48, 0.20);
backdrop-filter: blur(9px);
}

.galeria .info-topo .nav-galeria {
		display: flex;
	align-items: center;
	gap: 8px;
	align-self: self-end;
}

.galeria .info-topo .nav-galeria div {
	background: transparent;
	border-color: #fff;
}

.galeria .info-topo .nav-galeria div:hover {
	background: #395830;
	border-color: #395830;
}

.galeria .slide-galeria {
	width: 100%;
	margin-left: auto;
	z-index: 3;
}

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

.galeria .slide-mosaico {
width: 595px;
	height: 600px;
}

.galeria .grid-mosaico {
    display: flex;
    flex-direction: column; /* garante uma embaixo da outra */
    gap: 10px;
    height: 100%;
	margin: 0 5px;
}

.galeria .grid-mosaico .item-mosaico {
	transition: all .5s;
	position: relative;
	padding: 32px 22px;
	cursor: pointer;
    display: flex;
    overflow: hidden;
    justify-content: end;
    flex-direction: column;
	    border-radius: 18px;
}

.galeria .grid-mosaico .item-mosaico::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
background: radial-gradient(100% 100% at 50% 0%, rgba(0, 0, 0, 0.00) 72.13%, rgba(0, 0, 0, 0.40) 100%);
	transition: all .5s;
	opacity: 0;border-radius: 14px;
	z-index: 2;
}

.galeria .grid-mosaico .item-mosaico:hover::after {
	opacity: 1;
}

.galeria .grid-mosaico.rows-1 .item-mosaico {
    flex: 1 1 100%;
	height: 100%;
}
.galeria .grid-mosaico.rows-2 .item-mosaico {
    flex: 1 1 50%;
	height: 50%;
}
.galeria .grid-mosaico.rows-3 .item-mosaico {
    flex: 1 1 33.33%;
	height: 33.33%;
}

.galeria .item-mosaico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
	z-index: 1;
}

.galeria .grid-mosaico .item-mosaico:hover img {
	transform: scale(1.03);
}

.galeria .info-bottom {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 4;
	transition: all .5s;
	opacity: 1;
	transform: translateY(90px);
	opacity: 0;
	justify-content: space-between;
}

.galeria .grid-mosaico .item-mosaico:hover .info-bottom {
	transform: translateY(0);
	opacity: 1;
}

.galeria .info-bottom p {
color: var(--Grey-900, #FFF);
leading-trim: both;
text-edge: cap;
font-family: "Burgundia PERSONAL USE";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 28.8px */
	white-space: nowrap;
}

.galeria .grid-mosaico .item-mosaico button {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	gap: 10px;
}

.galeria .grid-mosaico .item-mosaico button:hover path {
	stroke: #fff;
	fill: transparent;
}

.galeria .grid-mosaico .item-mosaico button:hover {
	background: #2CAABA;
	border-color: #2CAABA;
}

/* IMPLANTAÇÕES */
.implantacoes {
    padding: 230px 0 100px 0;
    height: auto;
    position: relative;
    background: #fff;
    z-index: 1;
}

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

.implantacoes .conteudo {
	max-width: 470px;
	width: 100%;
	padding: 0 32px;
}

.implantacoes h2{
	leading-trim: both;
    text-edge: cap;
    font-family: "Burgundia PERSONAL USE";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
background: linear-gradient(92deg, #91B52D -6.22%, #2CAABA 80.7%);
    background-clip: text;
    padding: 3px 0px;
    -webkit-background-clip: text;
    color: transparent;
    width: 100%;
    max-width: 405px;
	    margin: 30px 0 20px 0;
}

.implantacoes .texto {
	color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
max-width: 327px;
}

.implantacoes .implantacoes-tabs {
    display: flex;
	margin-top: 100px;
	flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.implantacoes .implantacao-tab {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 48px */
max-width: 175px;
width: 100%;
display: flex;
align-items: center;
gap: 10px;
flex-wrap: nowrap;
opacity: 0.6;
transition: all .5s;
cursor: pointer;
    justify-content: space-between;
}

.implantacoes .implantacao-tab .icon {
	border-radius: 10px;
border: 1px solid rgba(57, 88, 48, 0.20);
height: 32px;
width: 32px;
position: relative;
}

.implantacoes .implantacao-tab .icon svg {
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
}

.implantacoes .implantacao-tab .icon svg.close {
	opacity: 0;
}

.implantacoes .implantacao-tab.active .icon svg.close {
	opacity: 1;
}

.implantacoes .implantacao-tab.active .icon svg.open {
	opacity: 0;
}

.implantacoes .implantacao-tab.active {
opacity: 1;
}

.implantacoes .implantacoes-conteudos {
    position: relative;
	width: 60%;
}

.implantacoes .implantacao-conteudo {
    display: none;
	    border-radius: 32px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    max-width: 700px;
    width: 100%;
    padding: 32px;
}

.implantacoes .implantacao-conteudo.active {
    display: block;
}

.implantacoes .implantacao-conteudo .slide-implantacoes {
	    max-width: 554px;
    margin: 0 auto;
}

.implantacoes .slide-implantacoes a {
	    display: block;
    height: 510px;
	margin-bottom: 20px;
}

.implantacoes .slide-implantacoes img {
    width: 100%;
    height: 100%;
	    object-fit: cover;
		max-width: 554px;
		    margin: 0 auto;
			border-radius: 18px;
}

.implantacoes .legenda {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 30px */
text-align: center;
}

.implantacoes .info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px auto 0 auto;
	max-width: 440px;
}

.implantacoes .nav-implantacoes {
    display: flex;
    align-items: center;
    gap: 12px;
}

.implantacoes .icon-nav {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(57, 88, 48, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.implantacoes .icon-nav:hover {
    background: rgba(57, 88, 48, 0.1);
}

/* FICHA TÉCNICA */
.ficha-tecnica {
	padding: 100px 0;
	position: relative;
	z-index: 2;
}

.ficha-tecnica .vetor-ficha {
    position: absolute;
    top: -10px;
    right: 51%;
    pointer-events: none;
    z-index: -1;
}

.ficha-tecnica .vetor-ficha1 {
    position: absolute;
    top: -60px;
    left: 0;
    pointer-events: none;
}

.ficha-tecnica .ficha-wrapper {
	padding: 60px;
	background: #F4FFE8;
	min-height: 600px;
}

.ficha-tecnica .info-topo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ficha-tecnica .ficha-menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
	gap: 8px;
    justify-content: end;
}

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

.ficha-tecnica .subtitulo {
color: var(--Primary, #395830);
background: rgba(195, 220, 167, 0.20);
backdrop-filter: blur(9px);
white-space: nowrap;
}

.ficha-tecnica .ficha-menu li {
    cursor: pointer;
	background: #fff;
	transition: all .5s;
	color: var(--Primary, #395830);
	text-decoration: none;
}


.ficha-tecnica .ficha-menu li:hover,
.ficha-tecnica .ficha-menu .active {
background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
color: #fff;
}

.ficha-tecnica .ficha-conteudo {
    flex-grow: 1;
    padding: 30px;
    background-color: #fff;
	height: fit-content;
    width: 100%;
    max-width: 100%;
	border-radius: 18px;
	margin-top: 35px;
}

.ficha-tecnica .ficha-conteudo h5 {
	border-radius: 4px;
background: linear-gradient(90deg, rgba(195, 220, 167, 0.20) 0%, rgba(105, 118, 92, 0.00) 79.81%);
backdrop-filter: blur(9px);
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal; /* 300% */
padding: 13px 24px;
margin-bottom: 30px;
}

.ficha-tecnica .ficha-tab {
    display: grid;
    gap: 80px 18px;
    grid-template-columns: repeat(4, 1fr);
	padding: 25px;
}

.ficha-tecnica .ficha-tab#diferenciais {
	gap: 18px;
}

.ficha-tecnica .ficha-tab#diferenciais .item {
    border-radius: 18px;
    border: 1px solid #F3F8ED;
    padding: 20px;
    display: flex
;
    align-items: center;
    gap: 20px;
}

.ficha-tecnica .ficha-tab .item .icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}


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

.ficha-tecnica .ficha-tab .item h4 {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal; /* 300% */
max-width: 100%;
}

.ficha-tecnica .ficha-tab .item h4 span {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 15.4px */
    display: block;
    margin-top: 6px;
	    max-width: 250px;
}

/* OBRAS */
.obras {
	padding: 100px 0;
} 

#andamento-das-obras {
	scroll-margin-top: 60px;
}

.obras .item-obra {
  margin-bottom: 20px;
}

.obras .conteudo {
    display: grid;
    gap: 38px 40px;
    grid-template-columns: repeat(3, 1fr);
	margin-top: 55px;
}

.obras p {
	color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal; /* 300% */
}

.obras .percent {
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 200% */
color: var(--Tertiary, #2CAABA);
}

.obras .barra-container {
border-radius: 0 100px 100px 0;
background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 8px;
  width: 100%;
  margin: 8px 0;
}

.obras .barra {
  height: 8px;
  width: 0;
  border-radius: 100px;
  background: #2CAABA; /* <- cor base (padrão) */
  transition: width 1.2s ease-in-out;
}

/* SEÇÕES BOTTOM */
.secoes-bottom {
	background-image: url(../images/bg-bottom.webp);
    background-size: cover;
    background-position-y: 480px;
    background-repeat: no-repeat;
    background-position-x: center;
}

/* LOCALIZAÇÃO */
.localizacao {
    padding: 20px 0 100px 0;
    height: auto;
    position: relative;
    z-index: 2;
}

.localizacao .iframe-mapa {
	width: 92%;
	height: 740px;
overflow: hidden;
border-radius: 18px;
}

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

.localizacao h2 {
leading-trim: both;
    text-edge: cap;
    font-family: "Burgundia PERSONAL USE";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: linear-gradient(92deg, #91B52D -6.22%, #2CAABA 80.7%);
    background-clip: text;
    padding: 3px 0px;
    -webkit-background-clip: text;
    color: transparent;
    width: 100%;
    max-width: 489px;
	    margin: 45px 0 20px 0;

}

.localizacao .texto p {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
max-width: 489px;
margin-bottom: 12px;
}

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

.localizacao .endereco {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 24px;
font-style: normal;
font-weight: 500;
    line-height: normal;
border-left: 1px solid var(--Tertiary, #2CAABA);
padding: 0 0 0 32px;
margin: 45px 0;
}

.localizacao .endereco span.baixo {
color: var(--Primary, #395830);
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-top: 5px;
    display: block;
}

.localizacao .tag {
	color: var(--Grey-900, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: "IBM Plex Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
    display: block;
    width: fit-content;
    margin-bottom: 7px;
	padding: 4px 7px;
	border-radius: 4px;
	background: var(--Primary, #395830);
	backdrop-filter: blur(9px);
}

.localizacao .botoes {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 43px;
}

.localizacao .botoes .icon {
border-radius: 8px;
border: 1px solid rgba(57, 88, 48, 0.20);
	background: transparent;
	display: flex;
width: 53.80px;
height: 38px;
flex-direction: column;
justify-content: center;
align-items: center;
	transition: all .5s;
}

.localizacao .botoes .icon:hover {
	background: #91B52D ;
	border-color: #91B52D ;
}

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

.localizacao .botoes .icon:hover path {
	fill: #fff;
}

/* CONTATO */
.contato {
    padding: 100px 0;
	height: auto;
	position: relative;
}

.contato .vetor-contato {
	position: absolute;
z-index: 3;
    top: -210px;
    right: 0;
    pointer-events: none;
}

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

.contato .conteudo {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 531px;
    background: linear-gradient(90deg, #ffffff00 20%, #ffffff 0%);
	border-radius: 0 18px 18px 0;
}

.contato .conteudo .familia {
    position: absolute;
    left: 0;
}

.contato .info-right {
padding: 60px;
    border-radius: 0px 8px 8px 0;
    width: 63%;
}

.contato h2 {
leading-trim: both;
    text-edge: cap;
    font-family: "Burgundia PERSONAL USE";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: linear-gradient(92deg, #91B52D -6.22%, #2CAABA 80.7%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    width: 100%;
    max-width: 410px;
	margin-bottom: -5px;
	margin-top: 25px;
}

.contato .infos {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

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

.contato .infos .botao {
background: transparent;
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 300% */
gap: 8px;
border: 1px solid rgba(57, 88, 48, 0.20);
}

.contato .infos .botao:hover {
	background: #2CAABA;
	border-color: #2CAABA;
	color: #fff;
}

.contato .infos .botao:hover path {
	fill: #fff;
}

.contato .infos .icon path {
	transition: all .5s;
}

/* BEM VINDO */
.bem-vindo {
	padding: 100px 0;
}

#bem-vindo {
	scroll-margin-top: 40px;
}

.bem-vindo h2 {
	    text-edge: cap;
    font-family: "Burgundia PERSONAL USE";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
background: var(--Gradiente-02, linear-gradient(121deg, #2CAABA -44.55%, #FFF 57.4%));
    background-clip: text;
    padding: 3px 0px;
    -webkit-background-clip: text;
    color: transparent;
    width: 100%;
    max-width: 600px;
	margin: 0 auto;
	    text-align: center;
}

.bem-vindo .textos {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin: 65px auto;
}

.bem-vindo .textos p {
	color: var(--Grey-900, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: "IBM Plex Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	align-self: center;
	max-width: 520px;

opacity: 0.7;
}

.bem-vindo .quadro {
border-radius: 32px;
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(56.599998474121094px);
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
	padding: 60px;
	    margin-bottom: 65px;
}

.bem-vindo .quadro h2 {
	color: var(--Grey-900, #FFF);
leading-trim: both;
text-edge: cap;
font-family: "Burgundia PERSONAL USE";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 38.4px */
max-width: 255px;
text-align: start;
}

.bem-vindo .quadro .itens {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
	list-style: none;
	gap: 8px 0;
}

.bem-vindo .quadro .itens li {
color: var(--Grey-900, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border-radius: 18px;
    background: rgb(50 85 40 / 18%);
    backdrop-filter: blur(17px);
    padding: 14px 14px 14px 32px;
    width: 48%;
    margin: 0 4px;
    position: relative;
}

.bem-vindo .quadro .itens li.w33 {
    width: 31.33%;
}

.bem-vindo .quadro .itens li::before {
	content: '';
	display: block;
	width: 6px;
height: 6px;
border-radius: 20px;
position: absolute;
left: 18px;
top: 50%;
transform: translateY(-50%);
    background: #91B52D;
    z-index: 2;
}

.bem-vindo .textos p.left {
	text-align: end;
}

.bem-vindo .textos .linha {
	height: auto;
	width: 1px;
	background: #FFF;
}

.bem-vindo .logos {
	display: flex;
	align-items: center;
	gap: 80px;
	justify-content: center;
}

.bem-vindo .small {
	max-width: 726px;
	color: var(--Grey-900, #FFF);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
margin: 80px auto 0 auto;
}

/* GRUPO RKMI */
.rkmi {
	padding: 100px 0;
	background: var(--Verde-Claro, #99BE1D);
}

.rkmi .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.rkmi .textos {
  column-count: 2;
  column-gap: 40px; /* espaçamento entre as colunas */
margin: 30px 0 60px 0;
}

.rkmi .textos p {
color: #FFF;
font-family: "IBM Plex Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
  margin-bottom: 15px;
}

.rkmi .citacao {
	color: var(--Verde-Bandeira, #335A26);
text-align: center;
font-family: "IBM Plex Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 28.8px */
    max-width: 853px;
    margin: 0 auto;
}

.rkmi .citacao span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

/* FOOTER */
footer {
background: var(--Primary, #395830);
    padding: 75px 0 85px 0;
	position: relative;
	margin: 0 auto; 
}

.footer .container {
	position: relative;
}

footer .vetor-footer {
    position: absolute;
    left: -45%;
    top: -75px;
    pointer-events: none;
    width: auto;
    height: 338px;
    object-fit: cover;
}

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

footer .conteudo {
    display: flex
;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

footer .conteudo .um {
    padding-top: 70px;
}

footer .conteudo .um img {
	max-width: 297px;
}

footer .conteudo .dois {
	    width: 50%;
}

footer .conteudo .dois .info-topo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

footer .conteudo .dois .info-topo  .redes {
	    display: flex;
    align-items: center;
    gap: 20px;
}

footer .conteudo .dois .texto {
	color: var(--Quaternary, #C3DCA7);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 20.8px */
margin: 32px 0;
}

footer .conteudo .dois .info-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

footer .info-bottom p,
footer .info-bottom a {
color: var(--Quaternary, #C3DCA7);
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
transition: all .5s;
}

footer .info-bottom svg {
	transition: all .5s;
}

footer .info-bottom svg:hover {
	transform: scale(1.07);
}

footer .info-bottom a:hover {
	color: #fff;
}

/* FORMULÁRIOS */
input:focus,
input:focus-visible {
    outline: none !important;
}

.formpadrao .topo-form {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	margin-bottom: 8px;
}

.formpadrao input {
	width: 33.33%;
}

.formpadrao input, .formpadrao textarea {
	padding: 14px 18px;
border-radius: 8px;
border: 1px solid rgba(57, 88, 48, 0.10);
background: var(--Grey-100, #FFF);
color: rgba(57, 88, 48, 0.874);
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.formpadrao textarea {
	width: 100%;
	height: 110px;
}

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

.formpadrao .botao {
    padding: 13px 18px;
    display: flex
;
    align-items: center;
    gap: 11px;
    width: fit-content;
    transition: all .5s;
    border-radius: 8px;
    background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
    color: var(--Grey-900, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.formpadrao input::placeholder, .formpadrao textarea::placeholder{
color: rgba(57, 88, 48, 0.30);
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.formpadrao .politica input[type="checkbox"], .wpcf7-acceptance input[type="checkbox"]{
    float: left;
    width: 22px !important;
    height: 22px !important;
    margin-right: 15px;
	margin-bottom: 0;
}
.formpadrao .politica span {
color: var(--Primary, #39583075);
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    max-width: 200px;
    margin-top: -6px;
    display: block;
}

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

/* NAV-FIXO E MODAIS */
.barrafixa {
	padding: 0;
	height: auto;
	right: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    align-items: center;
    top: auto;
    margin: 0;
    z-index: 30;
	transition: all .5s;
	width: fit-content;
}

.barrafixa .item {
	width: fit-content;
	cursor: pointer;
	transition: all .5s;
	display: flex;
	width: 215px;
	height: 75px;
	justify-content: center;
	align-items: center;
	gap: 18px;
	border-radius: 8px 0 0 0;
	position: relative;
}

.barrafixa .item.wpp {
background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
z-index: 1;
    right: -22px;
}

.barrafixa .item.tel {
background: var(--Primary, #395830);
z-index: 2;
right: -11px;
}


.barrafixa .item.mail {
background: var(--Tertiary, #2CAABA);
z-index: 3;
}

.barrafixa .item p {
	color: var(--Secundary-Light, #F0ECE3);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
letter-spacing: 2.4px;
text-transform: uppercase;
transition: all .5s;
}

.barrafixa .item p span {
	color: var(--Secundary-Light, #F0ECE3);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 19.2px */
text-transform: uppercase;
display: block;
}

.barrafixa .item svg {
	transition: all .5s;
}

.barrafixa .item:hover svg {
	opacity: 0;
}

.barrafixa .item:hover p {
	transform: translateX(-20px);
}

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

.form-modal {
	border-radius: 0px !important;
	background: transparent !important;
	position: relative !important;
	overflow: visible !important;
	padding: 0 !important;
	max-width: 1000px !important;
	width: 100%;
}

.form-modal .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.form-modal .flex > .left {
border-radius: 18px;
background: var(--Grey-900, #FFF);
padding: 95px 40px 95px 64px;
    max-width: 725px;
	width: 100%;
}

.form-modal .left .info-topo {
	display: flex;
	align-items: center;
	gap: 20px;
}

.form-modal .info-topo h4 {
	color: var(--600, #212121);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 20.863px;
font-style: normal;
font-weight: 300;
line-height: 90%; /* 18.776px */
}

.form-modal .info-topo h4 span {
    color: var(--Tertiary, #2CAABA);
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans";
    font-size: 32.784px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    display: block;
    margin-top: 5px;
}

.form-modal.form-modal-whatsapp .info-topo h4 span {
leading-trim: both;
    text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 32.784px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
    background-clip: text;
    padding: 0px;
    -webkit-background-clip: text;
    color: transparent;
    width: 100%;
    max-width: 158px;
}

.form-modal.form-modal-telefone .info-topo h4 span {
	color: #395830;
}

.form-modal .descricao {
color: rgba(57, 88, 48, 0.80);
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 55px 0;
max-width: 233px;
}

.form-modal .linha {
	background: rgba(0, 0, 0, 0.06);
	width: 100%;
	height: 1px;
	max-width: 233px;
}

.form-modal h5 {
	color: rgba(57, 88, 48, 0.30);
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 55px 0 32px 0;
}

.form-modal .horario {
	color: var(--Primary, #395830);
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.form-modal form {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 18px;
    padding: 45px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--Primary, #2CAABA);
    max-width: 540px;
}

.form-modal.form-modal-whatsapp form {
border: 1px solid rgba(0, 0, 0, 0.06);
background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
}

.form-modal.form-modal-telefone form {
border: 1px solid rgba(0, 0, 0, 0.06);
background: var(--Primary, #395830);
}

.form-modal .topo-form {
	    display: block;
    margin: 0;
}

.form-modal form input, 
.form-modal form textarea {
	background: transparent;
border: 1px solid var(--Grey-900, #FFF);
width: 100%;
	margin-bottom: 8px;
	color: var(--Grey-900, #FFF);
    font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin-bottom: 15px;
}

.form-modal form input::placeholder, 
.form-modal form textarea::placeholder {
color: var(--Grey-900, #FFF);
    font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.form-modal form textarea {
height: 114px;
}

.form-modal form .form-bottom {
	margin: 0;
}

.form-modal form .form-bottom .botao {
	background: var(--Grey-900, #FFF);
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0;
}

.form-modal .politica span {
	color: #FFF;
}

.form-modal .fancybox-close-small {
    color: #395830 !important;
    background: #fff !important;
    border-radius: 8px !important;
    opacity: 1 !important;
    right: 0 !important;
    top: 0 !important;
	transition:  all .5s;
}

.erro404,
.obrigado {
	text-align: center;
	padding: 200px 0 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.erro404 h1 {
	font-size: 250px;
	line-height: 80%;
	color: #2CAABA;
font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.obrigado h1 {
	font-size: 150px;
	line-height: 80%;
    color: #2CAABA;
font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.erro404 p,
.obrigado p {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 26.6px */
}

.erro404 .botao,
.obrigado .botao {
	display: block;
    margin: 30px auto 0 auto;
	color: #fff;
	border: 1px solid transparent;
}

.erro404 .botao:hover,
	.obrigado .botao:hover {
color: var(--Primary, #395830);
		color: #fff;
	}

	/* MODAL POLÍTICA */
#politicaprivacidade {
	background: #fff;
	border-radius: 18px !important;
	padding: 45px !important;
	    max-width: 800px !important;
}


section.default {
    padding: 170px 0 70px 0;
}

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

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

#politicaprivacidade .content::-webkit-scrollbar-thumb {
  background-color: #395830; /* 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 */
}

section.default h1,
#politicaprivacidade h1 {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "Burgundia PERSONAL USE";
font-size: 35px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 31.2px */
text-transform: uppercase;
	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: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 31.2px */
	margin-bottom: 15px;
	margin-top: 10px;
}

#politicaprivacidade h2,
#politicaprivacidade h3,
#politicaprivacidade h4,
#politicaprivacidade h5,
#politicaprivacidade h6 {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 31.2px */
	margin-bottom: 15px;
	margin-top: 10px;
}

section.default .content-default p,
#politicaprivacidade p {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 26.6px */
	margin-bottom: 15px;
}

section.default .content-default li,
#politicaprivacidade li {
color: var(--Primary, #395830);
leading-trim: both;
text-edge: cap;
font-family: "IBM Plex Sans";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 190%; /* 26.6px */
	margin-bottom: 10px;
}

section.default .content-default strong,
#politicaprivacidade strong {
	font-weight: 700;
}

section.default .content-default a,
#politicaprivacidade a {
color: var(--Primary, #395830);
	font-style: 400;
}

section.default .content-default ul,
#politicaprivacidade ul {
	list-style-type: disc;
	padding-left: 20px;
}

@media (width < 2000px) {
.secoes-top::before {
z-index: 1;
        width: 100%;
        height: 1573px;
        bottom: -230px;
        left: 0;
        background-size: cover;
        background-position: 47% 20%;
        pointer-events: none;
        background-repeat: no-repeat;
}
}

@media (width < 1480px) {
.videos .vetor-videos {
	
	max-width: 200px;
}
}

@media (width < 1360px) {
.vetor-topo2 {
	display: none;
}
}

@media (width < 1200px) {
.vetor-topo {
    right: auto;
    left: -260px;
        width: 1200px;
}

.galeria .slide-mosaico {
	max-width: 460px;
}

.ficha-tecnica .vetor-ficha {
	right: 31%;
}

.contato .conteudo .familia {
	left: -40px;
}

.contato .info-right {
	padding: 60px 30px 60px 90px;
}

.contato h2 {
        font-size: 25px;
        margin: 30px 0;
        max-width: 300px;
}

footer .vetor-footer {
    left: -65%;
}
}

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

	.yes-mob {
		display: block;
	}

    header .logo img {
    height: auto;
	width: 135px;
    }

	header.header-scroll .logo svg {
		width: auto;
	}

	header .menu {
		    max-width: 100vw;
    padding: 45px 30px;
	}

	    .vetor-topo {
        right: auto;
        left: 0;
        width: 500px;
        top: -100px;
    }

	.topo .container {
    padding: 100px 20px 60px 20px;
}

	.topo::before {
		display: none;
	}

	.topo::after {
		background-image: url(../images/vetor-topo3-mob.svg);
        height: 33px;
        background-position: center top;
        bottom: -1px;
	}

.topo .infos h1 {
	    max-width: 340px;
    font-size: 36px;
    line-height: 120%;
}

.topo .infos .descricao {
	font-size: 16px;
	max-width: 262px;
}

.topo .infos .destaques {
	padding: 0;
	border: 0;
	margin: 30px 0;
}

.topo .infos .destaques .item {
	margin-bottom: 14px;
}

.topo .infos .destaques p {
	font-size: 16px;
	}

	.diferenciais {
		padding: 60px 0;
	}

	.diferenciais::before {
		display: none;
	}

	.diferenciais .conteudo {
		    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
	}

	.diferenciais .subtitulo {
		margin: 0 auto;
	}

	.diferenciais h2 {
		font-size: 32px;
		margin: 32px auto;
		    text-align: center;
        max-width: 350px;
	}

	.diferenciais .img {
		width: 100%;
    height: 400px;
	margin-bottom: 40px;
	}

	.diferenciais .texto p {
		    text-align: center;
	}
	
	.diferenciais .box-slide {
		    width: 100%;
	}

	.diferenciais .item-diferencial {
		opacity: 1;
	}

	.videos .vetor-videos {
		max-width: 100px;
    top: -50px;
	}

	.videos .video-item h2 {
		    font-size: 30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
	    width: 270px;
	}

	.videos .video-item {
		height: 400px;
	}

	.videos .video-item img {
		    object-position: 30%;
	}

	.galeria {
height: auto;
    background: var(--Gradient-01, linear-gradient(93deg, #91B52D 10.96%, #2CAABA 108.94%));
    padding: 90px 0;
	}

	.galeria .vetor-galeria {
        position: absolute;
        left: 0;
        pointer-events: none;
        width: 100%;
        height: auto;
        top: -20px;
		display: none;
	}

		.galeria .vetor-galeria1 {
        position: absolute;
        left: 0;
        top: -65px;
        pointer-events: none;
        z-index: 22;
        width: 140px;
	}

		.galeria .vetor-galeria2 {
        position: absolute;
        left: 0;
        pointer-events: none;
        width: 100%;
        height: auto;
        bottom: -40px;
	}

	.galeria .subtitulo {
		margin: 0 auto;
	}

	.galeria .info-topo {
		    justify-content: center;
			        flex-direction: column;
	}

	.galeria .info-topo .nav-galeria {
		display: none;
	}

	.galeria h2 {
		    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
	}

	.galeria .info-topo p {
		    text-align: center;
	}

	.galeria .slide-galeria {
		width: 100%;
	}

	.galeria .slide-mosaico {
		max-width: 100%;
		    width: 100%;
    height: inherit;
	}

	.galeria .grid-mosaico .item-mosaico {
		margin-bottom: 16px;
		    display: flex;
			        height: 350px;

	}

	.galeria .grid-mosaico.rows-2 .item-mosaico,
	.galeria .grid-mosaico.rows-1 .item-mosaico {
		flex: 1 1 100%;
        height: 350px;
	}

	.galeria .grid-mosaico {
		display: block;
		margin: 0;
	}

	.galeria .grid-mosaico .item-mosaico::after {
		opacity: 1;
	}

	.galeria .info-bottom .botao {
		display: none;
	}

	.galeria .info-bottom {
		    transform: none;
    opacity: 1;
	justify-content: center;
	}

	.galeria .info-bottom p {
	font-size: 16px;
	text-align: center;
}

	.implantacoes {
		padding: 70px 0;
	}

	#implantacoes{
	scroll-margin-top: 60px;
}

	.implantacoes .container {
		display: block;
	}

	.implantacoes .conteudo {
		max-width: 100%;
    padding: 0;
	}

	.implantacoes .conteudo h3 {
		margin: 0 auto;
	}

	.implantacoes .conteudo h2 {
		text-align: center;
        margin: 30px auto 20px auto !important;
		    font-size: 32px;
	}

	.implantacoes .texto {
text-align: center;
        line-height: 150%;
        margin: 0 auto;
	}

	.implantacoes .implantacoes-tabs {
		    justify-content: center;
			    flex-direction: row;
    gap: 25px;
    margin: 40px auto;
	}

	.implantacoes .implantacao-tab {
		    margin: 0 auto;
max-width: 110px;
    font-size: 16px;
	}

	.implantacoes .implantacoes-conteudos {
		width: 100%;
		        margin-top: 40px;

	}

	.implantacoes .slide-implantacoes a {
		height: 400px;
	}

	.ficha-tecnica {
		    padding: 80px 0;
	}

	.ficha-tecnica .vetor-ficha2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -100px;
        width: 400px;
	}

	.ficha-tecnica .ficha-wrapper {
padding: 40px 20px;
    position: relative;
	}

	.ficha-tecnica .info-topo {
		flex-direction: column;
    gap: 30px;
	}

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

	.ficha-tecnica .ficha-tab {
		    gap: 35px;
    grid-template-columns: repeat(1, 1fr);
	    padding: 0 0 25px 0;
	}

	.obras {
		    padding: 60px 0;
	}

	.obras h3 {
		    margin: 0 auto;
	}

	.obras .conteudo {
		    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
	}

	.secoes-bottom {
		    background-position-y: 940px;
	}

	.localizacao {
		    padding: 60px 0;
	}

		#localizacao{
	scroll-margin-top: 60px;
}

	.localizacao .row {
		flex-direction: column-reverse;
	}
	
	.localizacao .subtitulo {
margin: 0 auto;
	}

	.localizacao h2 {
        font-size: 28px;
        max-width: 390px;
        text-align: center;
        margin: 32px auto;
	}

	.localizacao .texto p {
		    max-width: 400px;
    text-align: center;
    margin: 0 auto;
	}

	.localizacao .endereco {
		border: 0;
    text-align: center;
    padding: 0;
    margin: 30px auto;
	}

	.localizacao .endereco .tag {
		display: block;
    margin: 0 auto 7px auto;
	}

	.localizacao .botoes {
		    justify-content: center;
    margin-bottom: 40px;
	}

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

	.contato .conteudo {
		    height: auto;
    padding: 40px 20px 0px 20px;
    background: #fff;
    border-radius: 0;
    flex-direction: column-reverse;
	align-items: start;
	    gap: 40px;
	}

	.contato .info-right {
		    padding: 0;
    border-radius: 0;
    width: 100%;
	}

	.contato .vetor-contato {
		        top: -100px;
        width: 200px;
	}

	.contato .infos {
		flex-direction: column;
    align-items: start;
    gap: 0;
	}

	.contato .conteudo .familia {
		    position: relative;
    width: 121.8%;
    margin-left: -20px;
    left: auto;
    bottom: -20px;
	}

	.formpadrao .topo-form {
		    flex-direction: column;
	}

	.formpadrao input, .formpadrao textarea {
		width: 100%;
	}

	.bem-vindo {
        padding: 0 0 70px 0;
}
		#bem-vindo{
	scroll-margin-top: 100px;
}

.bem-vindo .textos {
	    flex-direction: column;
    align-items: center;
    justify-content: center;
	    margin: 40px;
    gap: 50px;
}

.bem-vindo .textos .linha {
	width: 140px;
	height: 1px;
}


.bem-vindo .textos p {
	text-align: center !important;
}

.bem-vindo h2 {
	    font-size: 32px;
    max-width: 350px;
}

.bem-vindo .logos {
	flex-direction: column;
    padding-top: 40px;
    gap: 45px;
}

.bem-vindo .logos img {
	max-width: 100%;
}

.bem-vindo .small {
	margin-top: 60px;
	max-width: 450px;
}

.bem-vindo .quadro {
	    padding: 40px 20px;
    display: block;
    text-align: center;
    margin-bottom: 45px;
}

.bem-vindo .quadro h2 {
	text-align: center;
	margin-bottom: 30px;
}

.bem-vindo .quadro .itens {
	    flex-direction: column;
		    gap: 10px;
}

.bem-vindo .quadro .itens li,
.bem-vindo .quadro .itens li.w33 {
	    width: 100%;
		padding: 14px;
}

.bem-vindo .quadro .itens li::before {
	display: none;
}

.rkmi {
	padding: 65px 0;
}

.rkmi .logos {
	    flex-direction: column;
    gap: 30px;
}

.rkmi .textos {
	column-count: 1;
    margin: 40px 0;
}

.rkmi .textos p {
	text-align: center;
}

.rkmi .citacao {
	font-size: 18px;
}

.rkmi .citacao span{
	font-size: 16px;
}

	footer {
		padding: 100px 0;
		    overflow: hidden;
	}

	footer .conteudo {
		display: block;
	}

	footer .vetor-footer {
        display: block;
        height: 310px;
        left: -15%;
        width: 120%;
        top: -160px;
	}

	footer .conteudo .um img {
        display: block;
        margin: 0 auto;
        position: relative;
        top: -20px;
        width: 100%;
        max-width: 290px;
	}

	footer .conteudo .um {
		padding: 0;
		margin-bottom: 95px;
	}

	footer .conteudo .dois {
		width: 100%;
	}

	footer .conteudo .dois .texto {
		max-width: 320px;
		margin: 40px auto;
		text-align: center;
	}

footer .conteudo .dois .info-topo .botao {
	    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 400px;
}

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

	footer .conteudo .dois .info-topo {
		    flex-direction: column;
    gap: 30px;
	}

	#politicaprivacidade {
		padding: 40px 25px !important;
	}

	#politicaprivacidade h1 {
font-size: 22px;
	}

	.barrafixa .item p {
		display: none;
	}

	.barrafixa .item:hover svg {
    opacity: 1;
} 

.barrafixa .item svg {
	transform: scale(0.8);
}

.barrafixa {
	left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
}

.barrafixa .item {
        width: 33.33%;
    height: 45px;
}

.form-modal .flex {
	    flex-direction: column;
}

.form-modal.form-modal-whatsapp .info-topo h4 span {
	font-size: 28px;
}

.form-modal .flex > .left {
    padding: 30px 30px 60px 30px;
}

.form-modal .descricao {
	    margin: 20px 0;
}

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

.form-modal h5 {
	    color: rgb(57 88 48 / 53%);
    margin: 20px 0 20px 0;
}

.form-modal form {
	position: static;
    transform: translateY(-40px);
    width: 90%;
    padding: 30px;
}

.form-modal form textarea {
	height: 80px;
}

section.default h1 {
	font-size: 30px;
}

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

	@media (width < 767px)  {
.formpadrao .form-bottom {
	flex-direction: column;
	    align-items: start;
}

.formpadrao .botao {
	width: 100%;
}

.contato .conteudo {
	overflow: hidden;
	border-radius: 10px;
}

.contato .conteudo .familia {
	        position: relative;
        width: 130%;
        margin-left: -20px;
        left: auto;
        bottom: -20px;
}


    }
	
	@media (width < 590px)  {
	    .vetor-topo {
        width: 470px;
    }
}