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

/* GERAL */

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

@font-face {
  font-family: 'Vonca';
  src: url('../fontes/vonca-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Vonca';
  src: url('../fontes/vonca-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Vonca';
  src: url('../fontes/vonca-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Vonca';
  src: url('../fontes/vonca-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Vonca';
  src: url('../fontes/vonca-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Vonca';
  src: url('../fontes/vonca-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Vonca';
  src: url('../fontes/vonca-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

body {
	font-family: 'Montserrat', sans-serif;
	background: var(--Secundary-Light, #F0ECE3);
}
/* 
section {
	max-width: 1920px;
	margin: 0 auto;
} */

.container {
	padding: 0 20px;
}

*::selection {
	background-color: #C69C6D;
	color: #fff;
}

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

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

.botao {
	padding: 15px 32px;
	border-radius: 30px;
	height: fit-content;
	background: var(--Primary-Brown, #934111);
	color: var(--Primary-Light, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 16.8px */
	letter-spacing: 2.52px;
	text-transform: uppercase;
	width: fit-content;
	transition: all .5s;
	border: 1px solid transparent;
	cursor: pointer;
	text-align: center;
}

.botao:hover {
	background: #3C2E31;
}

.yes-mobile {
	display: none;
}


/* HEADER */

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

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

header .container {
	display: flex;
    justify-content: space-between;
	gap: 30px;
	align-items: start;
	transition: all .5s;
}

header.header-scroll .container {
	align-items: center;
	transition: all .5s;
}

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

header .wrapper-header-desk ul li {
	position: relative;
	transition: all .5s;
}

header .wrapper-header-desk ul li::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	transition: all .5s;
	bottom: 0;
	width: 0px;
	height: 1px;
	background: #333E20;
}

header .wrapper-header-desk ul li:hover::after,
header .wrapper-header-desk ul li.active::after {
	width: 100%;
}

header.header-scroll .wrapper-header-desk ul a {
	color: #fff !important;
}

header.header-scroll .wrapper-header-desk ul li::after {
	background: #F0ECE3 !important;
}

header.header-scroll .wrapper-header-desk ul li.active a {
	color: #F0ECE3 !important;
}

header .wrapper-header-desk ul li.active a,
header .wrapper-header-desk ul li:hover a {
	color: var(--Primary-Brown, #934111);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 16.8px */
	letter-spacing: 2.52px;
	text-transform: uppercase;
}

header .wrapper-header-desk ul a {
	color: var(--Primary-Green, #333E20);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 16.8px */
	letter-spacing: 2.52px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	padding: 14px 8px;
	transition: all .5s;
	    display: block;
}

header .wrapper-header {
    position: relative;
	display: none;
}

header .wrapper-header .menu-toggle {
	border-radius: 100px;
    background: var(--100, #FFF);
    cursor: pointer;
    width: 48px;
    height: 48px;
    transition: all .5s;
    border: none;
    padding: 0;
}

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

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

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

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

header .wrapper-header .menu {
	position: fixed;
    top: 150px;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 300px;
    border-radius: 20px 0 0 20px;
    border: 0;
    overflow: hidden;
    padding: 42px 32px;
    transition: all .5S;
    background: #fff;
	transform: translateX(110%);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	opacity: 0;
}

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

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

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

header .wrapper-header .menu ul li a {
    color: var(--Primary-Green, rgb(85, 111, 85));
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    display: block;
    text-align: start;
	transition: all .5s;
}

header .wrapper-header .menu ul li a:hover {
	color: #8F7B50;
}

header .logo {
	transition: all .5s;
	    width: fit-content;
}

header.header-scroll .logo {
	height: 70px;
}


/* --- */

/* TOPO */

.topo {
	background-image: url(../images/bg-topo2.webp);
	height: 887px;
	padding-top: 220px;
	position: relative;
	background-size: cover;
	background-position: center bottom;
} 

#banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#banner .banner-img {
  width: 100%;
  height: auto;
  display: none;
  object-fit: cover;
}
 #banner .banner-img .mobile,
#banner .banner-img .tablet {
  display: none;
} 

.topo .infos {
	width: fit-content;
    margin-left: 16%;
}

.topo .infos .estagio {
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
	padding: 14px 25px;
	background: var(--Primary-Dark, #3C2E31);
	width: fit-content;
}

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

.topo .infos h1 {
	color: var(--Primary-Dark, #3C2E31);
	leading-trim: both;
	text-edge: cap;
	font-family: Vonca;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 79.2px */
	text-transform: uppercase;
	margin: 55px 0;
}

.topo .infos .box-infos-topo {
	border: 1px solid var(--Primary-Dark, #3C2E31);
	background: var(--Primary-Light, #FFF);
padding: 32px 50px 50px 50px;
	    width: fit-content;
		position: relative;
}

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

.topo .infos .box-infos-topo .item p {
	color: var(--Secundary-Green, #556F55);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 57.6px */
	letter-spacing: -2.88px;
	text-transform: uppercase;
}

.topo .infos .box-infos-topo .item p span {
	color: var(--Primary-Dark, #3C2E31);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 21.6px */
	letter-spacing: normal;
	text-transform: uppercase;
	display: block;
	    position: relative;
    left: 9px;
	    margin-top: 5px;
}

.topo .infos .box-infos-topo .item .linha {
	background: var(--Secundary-Green, #556F55);
	width: 2px;
	height: 64px;
}


.topo .infos .box-infos-topo .tag {
	display: block;
	background: var(--Primary-Green, #333E20);
	width: 80%;
	color: var(--Primary-Light, #FFF);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
	letter-spacing: 10.6px;
	text-transform: uppercase;
	padding: 10px 15px;
	position: relative;
	margin: 0 auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
}

/* --- */


/* DIFERENCIAIS */

.diferenciais {
	background-image: url(../images/bg-diferenciais2.webp);
	padding-top: 60px;
	height: 1054px;
	background-size: cover;
    background-position: center top;
}

.diferenciais .container {
	position: relative;
}

.diferenciais .box-img {
	max-width: 570px;
    width: 100%;
	border-radius: 6px;
    height: 624px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

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

.diferenciais .box-title {
	border-left: 2px solid var(--Secundary-Green, #556F55);
	padding-left: 40px;
	margin-bottom: 35px;
	margin-top: 50px;
}

.diferenciais h3 {
	color: var(--Primary-Green, #333E20);
	text-align: start;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.diferenciais h2 {
color: var(--Primary-Green, #333E20);
leading-trim: both;
text-edge: cap;
font-family: Vonca;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 48px */
text-transform: uppercase;
}

.diferenciais h2 span {
	display: block;
	color: var(--Primary-Light, #E2D7BD);
}

.diferenciais .box-diferenciais {
	padding: 28px;
	border-radius: 0;
border: 1px solid rgba(147, 65, 17, 0.10);
}

.diferenciais .item-diferencial {
padding: 7px 5px;
    border-radius: 8px;
border: 1px solid rgba(147, 65, 17, 0);
    transition: all .4s;
	cursor: pointer;
}

.diferenciais .item-diferencial:hover {
border-color: rgba(147, 65, 17, 0.337);
}

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

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

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

.diferenciais .item-diferencial .box-item p {
color: var(--Primary-Dark, #3C2E31);
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 17.6px */
}

.diferenciais .infos-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 55px;
}

.diferenciais .infos-bottom .linha {
    opacity: 0.1;
    background: #934111;
    width: 70%;
    height: 1px;
}

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

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

.diferenciais .infos-bottom .nav-diferenciais > div {
	border-radius: 100px;
	background: #FFF;
	display: flex;
	width: 48px;
	height: 38px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}

.diferenciais .infos-bottom .nav-diferenciais > div svg path {
	transition: all .5s;
}

.diferenciais .infos-bottom .nav-diferenciais > div:hover {
	background: #934111;
}

.diferenciais .infos-bottom .nav-diferenciais > div:hover svg path {
	fill: #fff;
}

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

.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: 0 0 40px 0;
	z-index: 2;
	overflow: hidden;
	margin-top: -200px;
}

.videos h3 {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
	padding-left: 130px;
	position: relative;
}

.videos h3::after {
	position: absolute;
    left: 0;
    width: 100px;
    height: 1px;
    content: '';
    display: block;
	background: #FFF;
    top: 50%;
    transform: translateY(-50%);
}

.videos .d-flex {
	justify-content: center;
	align-items: center;
	gap: 25px;
	width: 100%;
}

.videos .d-flex .texto {
width: 32%;
	line-height: 150%;
}

.videos .container-video {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 48px;
}

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

.videos .nav-videos.mobile {
	display: none;
}

.videos .nav-videos > div {
	border-radius: 100px;
	background: #FFF;
	display: flex;
	width: 48px;
	height: 38px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}

.videos .nav-videos > div svg path {
	transition: all .5s;
}

.videos .nav-videos > div:hover {
	background: #934111;
}

.videos .nav-videos > div:hover svg path {
	fill: #fff;
}

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

.videos .slider-videos {
	max-width: 1070px;
	width: 100%;
}

.videos .box-video {
    padding: 0 17px;
	width: 70%;
}

.videos .video-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
	height: 500px;
	transition: all .5s;
}

.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, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	width: 100%;
	height: 100%;
	transition: all .5s;
	opacity: 1;
}

.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;
	display: none;
}

.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(--100, #FFF);
	text-align: center;
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: 8.4px;
	text-transform: uppercase;
}

/* --- */


/* GALERIA */

#galeria-fotos-empreendimento {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, #FFF 100%);
	padding: 80px 0;
	width: 100%;
}

#galeria-fotos-empreendimento .info-topo {
display: flex
;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
#galeria-fotos-empreendimento h3 {
	color: var(--100, #3C2E31);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
	padding-left: 130px;
	position: relative;
}

#galeria-fotos-empreendimento h3::after {
	position: absolute;
    left: 0;
    width: 100px;
    height: 1px;
    content: '';
    display: block;
	background: #3C2E31;
    top: 50%;
    transform: translateY(-50%);
}

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

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

#galeria-fotos-empreendimento .info-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

#galeria-fotos-empreendimento .info-bottom .linha {
	height: 1px;
	background: rgba(60, 46, 49, 0.10);
	width: 70%;
}

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

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

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

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




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

/* --- */


/* TOUR */

.tour {
	padding: 50px 0 60px 0;
	background: #fff;
}

.tour h2 {
color: var(--100, #3C2E31);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 7px;
    text-transform: uppercase;
    padding-left: 100px;
    position: relative;
    margin-bottom: 50px;
}

.tour h2::after {
    position: absolute;
    left: 0;
    width: 70px;
    height: 1px;
    content: '';
    display: block;
    background: #3C2E31;
    top: 50%;
    transform: translateY(-50%);
}

.tour a {
	position: relative;
align-items: center;
    display: flex
;
    justify-content: center;
    gap: 25px;
    width: 100%;
    border-radius: 6px;
    height: 500px;
	    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

.tour img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
    transform: scale(1.04);
    transition: all .5s;
}

.tour a:hover img {
    transform: scale(1.07);
}

.tour .item {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	    text-align: center;
}

.tour .item p {
    color: var(--100, #FFF);
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-top: 20px;
}

.tour a::after {
display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    width: 100%;
    height: 100%;
    transition: all .5s;
    opacity: 1;
}

.tour a:hover::after {
opacity: .3;
}

/* PLANTAS */

.plantas {
	height: auto;
	background-color: #fff;
	padding: 50px 0 100px 0;
	position: relative;
}

.plantas h3 {
	color: var(--100, #3C2E31);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 7px;
    text-transform: uppercase;
    padding-left: 100px;
    position: relative;
}

.plantas h3::after {
	position: absolute;
    left: 0;
    width: 70px;
    height: 1px;
    content: '';
    display: block;
    background: #3C2E31;
    top: 50%;
    transform: translateY(-50%);
}

.plantas h2 {
	color: var(--Primary-Brown, #934111);
	leading-trim: both;
	text-edge: cap;
	font-family: Vonca;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 48px */
	text-transform: uppercase;
	margin: 43px 0;
}

.plantas .info-topo {
	display: flex;
	align-items: center;
	gap: 30px;
	transition: all .5s;
	position: relative;
}

.plantas .info-topo .icons {
	border-radius: 28px;
	border: 1px solid rgba(51, 62, 32, 0.20);
	display: flex;
	width: 38px;
	height: 62px;
	position: relative;
	transition: all .5s;
}

.plantas .info-topo .icons svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.plantas .aba-item.ativa {
	padding-bottom: 25px;
	transition: all .5s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

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

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

.plantas .aba-item.ativa .icons {
	background: var(--Primary-Green, #333E20);
}

.plantas .aba-item {
	cursor: pointer;
	margin-bottom: 30px;
	transition: all .5s;
	position: relative;
}

.plantas .aba-item:hover .info-topo {
	transform: translateX(10px);
}

.plantas .aba-item.ativa:hover .info-topo {
	transform: none;
}

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

.plantas .aba-item .nome {
	color: var(--Primary-Dark, #3C2E31);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 16.8px */
	letter-spacing: 2.52px;
	text-transform: uppercase;
}

.plantas .aba-item .nome span {
	color: var(--Primary-Dark, #3C2E31);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 48px */
	display: block;
}

.plantas .aba-item .descricao {
	color: rgba(60, 46, 49, 0.50);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin-top: 25px;
	max-width: 372px;
}

.plantas .imagem-item,
.plantas .descricao.hidden  {
	display: none;
}

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

.plantas .descricao:not(.hidden) {
	display: block;
}

.plantas .imagem-item {
	border-radius: 6px;
	background: rgba(240, 236, 227, 0.40);
	padding: 70px;
	height: 100%;
    transition: all .5s;
    justify-content: center;
	align-items: center;
    flex-direction: column;
}

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

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

.plantas .infos h3 {
	color: var(--Primary-Dark, #333E20);
	font-family: 'Montserrat', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: 8.4px;
	text-transform: uppercase;
}

.plantas .infos h2 {
	color: var(--Primary-Dark, #333E20);
	font-family: "Montserrat", serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 300;
	margin: 60px 0;
	line-height: 130%; /* 33.8px */
	text-transform: uppercase;
}

.plantas .infos h2 span {
	display: block;
	color: var(--Primary-Medium, #8F7B50);
}

.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: 20px;
}

.plantas .infos .legenda-da-planta {
	color: var(--Primary-Dark, #333E20);
	font-family: 'Montserrat', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	text-transform: uppercase;
}

/* --- */


/* FICHA TÉCNICA */

.ficha-tecnica {
	height: auto;
	padding: 88px 0 200px 0;
}

.ficha-tecnica h3 {
	color: var(--Primary-Dark, #3C2E31);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
	margin: 0 auto 45px auto;
	width: fit-content;
}

.ficha-tecnica .ficha-menu {
	width: 100%;
    list-style: none;
    margin: 0 auto 70px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ficha-tecnica .ficha-menu li {
	background: transparent;
    color: var(--Primary-Green, #333E20);
    border: 1px solid rgba(51, 62, 32, 0.20);
}

.ficha-tecnica .ficha-menu li:hover,
.ficha-tecnica .ficha-menu .active {
	background: var(--Primary-Green, #333E20);
	color: #fff;
}

.ficha-tecnica .ficha-menu li svg {
	transition: all .5s;
	display: none;
}

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

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

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

.ficha-tecnica .ficha-conteudo {

}

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

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

.ficha-tecnica .ficha-tab .item {
	width: 85%;
	margin: 0 auto;
}

.ficha-tecnica .ficha-tab .item h4 {
	color: var(--Primary-Green, #333E20);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 17.6px */
}


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

.ficha-tecnica .ficha-tab .item p {
	color: var(--Primary-Green, #556F55);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-top: 5px;
}


/* LOCALIZAÇÃO E CONTATO */

.localizacao-e-contato {
	background-image: url(../images/bg-localizacao-e-contato.webp);
	height: auto;
	background-size: cover;
	background-position: center bottom;
	max-width: 1920px;
	margin: 0 auto;
}

/* --- */


/* LOCALIZAÇÃO */

.localizacao {
	padding: 150px 0 50px 0;
    height: auto;
	position: relative;
}

.localizacao .mask-green {
	position: absolute;
    z-index: 3;
    top: -400px;
    right: 50%;
	pointer-events: none;
}

.localizacao .container {
	position: relative;
}

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

.localizacao .infos {
position: absolute;
    left: 20px;
    z-index: 4;
    max-width: 370px;
    top: 20px;
}

.localizacao .info-topo {
	border-left: 2px solid var(--Secundary-Light, #F0ECE3);
	padding-left: 40px;
	margin-bottom: 42px;
}

.localizacao .infos h3 {
	color: var(--Primary-Light, #FFF);
	text-align: start;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.localizacao h2 {
	color: var(--Secundary-Light, #F0ECE3);
	leading-trim: both;
	text-edge: cap;
	font-family: Vonca;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 48px */
	text-transform: uppercase;
}

.localizacao .texto {
	color: var(--Secundary-Light, #F0ECE3);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.localizacao .info-bottom {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 41px 0;
}

.localizacao .endereco {
	color: var(--Primary-Light, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Vonca;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 28px */
	text-transform: uppercase;
}

.localizacao .endereco span {
	color: var(--Secundary-Light, #F0ECE3);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 21.6px */
	letter-spacing: 1.44px;
	text-transform: uppercase;
	display: block;
	margin-top: 7px;
}

.localizacao .botoes {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
}

.localizacao .botoes .botao {
	display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1.12px;
    width: 100%;
    justify-content: center;
}

.localizacao .botoes .botao:hover {
	background: #3C2E31;
}

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

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

/* --- */


/* CONTATO */

.contato {
    padding: 220px 0 100px 0;
	height: auto;
}

.contato .info-left {
    padding: 0;
	height: auto;
}

.contato .info-left img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.contato .fundo-tp {
    padding: 51px 0 0 0;
}

.contato .info-top {
	border-left: 2px solid var(--Secundary-Green, #556F55);
	padding-left: 40px;
	margin-bottom: 45px;
}

.contato h3 {
	color: var(--Secundary-Green, #556F55);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
}

.contato h2 {
	color: var(--Primary-Green, #333E20);
	leading-trim: both;
	text-edge: cap;
	font-family: Vonca;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 42px */
	text-transform: uppercase;
	margin: 30px 0;
}

.contato .info-top p {
	color: rgba(51, 62, 32, 0.50);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin-top: 30px;
}

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

.contato .info-top .botao {
	border-radius: 28px;
	border-color: rgba(51, 62, 32, 0.20);
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--Primary-Green, #333E20);
}

.contato .botao:hover {
	background: #934111;
	color: #fff;
}

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

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

.contato .info-right {
	padding: 70px 70px 0 70px;
	border-radius: 0px 6px 6px 0px;
	background: #F9F7F4;
	height: 100%;
}

/* --- */


/* FOOTER */

footer {
	background-color: #333E20;
	background-image: url(../images/bg-footer.webp);
	background-size: cover;
	background-position: 45% 50%;
	padding: 44px 0 88px 0;
}

footer .conteudo {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

footer .conteudo {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

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

footer .redes a {
	padding: 7px;
    border-radius: 30px;
    border: 1px solid transparent;
    margin: 0;
	transition: all .5s;
}

footer .redes a:hover {
	border-color: #fff;
	transform: scale(1.04);
}

footer .botao {
	display: block;
    margin-top: 25px;
}

footer .conteudo .infos {
	display: flex;
    justify-content: end;
    gap: 40px;
}

footer .texto {
	color: var(--200, rgba(255, 255, 255, 0.70));
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 250;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.7px;
	max-width: 625px;
}

footer .infos .left,
footer .infos .right {
	align-self: center;
}

footer .linha {
	width: 1px;
	height: auto;
	opacity: 0.1;
	background: #F0ECE3;
}

footer .info-bottom {
	margin-top: 30px;
	border-top: 1px solid #f0ece31a;
	padding-top: 25px;
	display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
	padding-left: 200px;
}

footer .info-bottom p,
footer .info-bottom a {
	color: var(--Secundary-Green, #556F55);
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

footer .info-bottom a {
	margin-left: 25px;
	text-decoration: underline;
}

/* --- */


/* FORMULÁRIOS */

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

.formpadrao input, .formpadrao textarea{
	padding: 14px 24px;
	border-radius: 10px;
	border: 1px solid rgba(51, 62, 32, 0.08);
    background: transparent;
    margin-bottom: 14px;
	color: #3f3f3f;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
    width: 100%;
}

.formpadrao .botao {
    width: fit-content;
    margin: 0;
	border-radius: 28px;
    color: #fff;
    background: var(--Primary-Brown, #934111);
}

.formpadrao .botao:hover {
	background: #333E20;
}

.formpadrao textarea{
    height: 167.2px;
}

.formpadrao input::placeholder, .formpadrao textarea::placeholder{
	color: rgba(51, 62, 32, 0.50);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.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;
	margin-top: 20px;
}

.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(--500, rgba(0, 0, 0, 0.40));
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	max-width: 190px;
    margin-top: -6px;
    display: block;
}

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

.formpadrao input.btn-envia{
	border-radius: 100px;
	background: var(--Primary-Medium, #1571A7);
	padding: 18px 32px;

	color: var(--100, #FFF);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 17.6px */
	letter-spacing: 1.6px;
	text-transform: uppercase;
	max-width: min-content;
	border: 1px solid #1571A7;
	transition: all .5s;
    display: block;
	margin: 0;
}

.formpadrao input.btn-envia:hover{
	background: #fff;
	padding: 18px 32px;
	color: #1571A7;
}

/* --- */


/* NAV-FIXO E MODAIS */

.barrafixa {
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    position: fixed;
    align-items: center;
    z-index: 30;
    transition: all .5s;
    gap: 0;
    width: fit-content;
    background-color: transparent;
}

.barrafixa .item {
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    transition: all .6s;
    border-radius: 8px 0px 0px 0px;
    padding: 15px 42px 15px 32px;
    position: relative;
}

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

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

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

.barrafixa .item.tel {
	background: #934111;
	right: -18px;
}

.barrafixa .item.wpp {
	background: #556F55;
	right: -12px;
}

.barrafixa .item.mail {
	background: #3C2E31;
	right: -6px;
}

.barrafixa .item.tel:hover {
	background: #71330f;
}

.barrafixa .item.wpp:hover {
background: #3f563f;
}

.barrafixa .item.mail:hover {
background: #39252a;
}

.barrafixa .item p {
    color: var(--Secundary-Light, #F0ECE3);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .6s;
}

.barrafixa .item span {
margin: 2px 0;
	display: block;
	color: var(--Secundary-Light, #F0ECE3);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
}

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

.form-modal {
	border-radius: 12px 6px 6px 12px !important;
	background: #F9F7F4 !important;
	position: relative !important;
	overflow: hidden !important;
	padding: 70px 70px 0px 140px !important;
	    max-width: 740px !important;
}

.form-modal::before {
	position: absolute;
	pointer-events: none;
    left: 0;
	top: 0;
    content: '';
    display: block;
	background: url(../images/brand-modal.webp);
	background-repeat: no-repeat;
    background-size: contain;
	width: 300.331px;
    height: 100%;
}

.form-modal.mail::before {
	width: 340.331px;
}

.form-modal .info-topo {
	border-left: 2px solid #000;
	padding-left: 40px;
	margin-bottom: 40px;
}

.form-modal .info-topo .icon {
	display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
	margin-top: -3px;
}

.form-modal .info-topo h3 {
	color: #000;
	text-align: start;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 7px;
	text-transform: uppercase;
}

.form-modal .info-topo h2 {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Vonca;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 42px */
	text-transform: uppercase;
	display: flex;
    gap: 12px;
    align-items: center;
	margin: 20px 0 10px 0;
}

.form-modal .info-topo p {
	color: rgba(51, 62, 32, 0.50);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.font-wpp {
	color: #556F55 !important;
}

.font-mail {
	color: #3C2E31 !important;
}

.font-tel {
	color: #934111 !important;
}

.borda-wpp {
	border-color: #556F55 !important;
}

.borda-mail {
	border-color: #3C2E31 !important;
}

.borda-tel {
	border-color: #934111 !important;
}

.bg-wpp {
	background: #556F55 !important;
}

.bg-mail {
	background: #3C2E31 !important;
}

.bg-tel {
	background: #934111 !important;
}


.form-modal .left .header .icon {
	display: flex;
	width: 64px;
	height: 64px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: var(--Primary-Medium, #8F7B50);
}

.form-modal .left .header h5 {
	color: var(--500, rgba(0, 0, 0, 0.40));
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.form-modal .left .header h5 span {
	color: var(--Primary-Medium, #8F7B50);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 26px;
	font-style: normal;
	font-weight: 200;
	line-height: 130%; /* 33.8px */
	text-transform: uppercase;
	margin-top: 3px;
	display: block;
}

.form-modal .left .texto {
	color: var(--100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 25.6px */
	margin: 100px 0;
	max-width: 206px;
}

.form-modal .left .bottom h6 {
	color: var(--200, rgba(255, 255, 255, 0.70));
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 14px */
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.form-modal .left .bottom p {
	color: var(--200, rgba(255, 255, 255, 0.70));
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}

.form-modal .right {
	align-self: center;
}

.form-modal .formpadrao .botao:hover {
	transform: scale(1.05);
}

.form-modal.form-modal-whatsapp::before {
	background: url(../images/brand-modal-whatsapp.svg);
	left: auto;
	right: 0;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

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

.form-modal.form-modal-whatsapp .left .bottom h6,
.form-modal.form-modal-whatsapp .left .bottom p,
.form-modal.form-modal-whatsapp .formpadrao .politica span,
.form-modal.form-modal-telefone .left .bottom h6,
.form-modal.form-modal-telefone .left .bottom p,
.form-modal.form-modal-telefone .formpadrao .politica span {
	color: var(--800, rgba(0, 0, 0, 0.60));
}

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

.form-modal.form-modal-telefone::before {
	background: url(../images/brand-modal-telefone.svg);
	left: auto;
	right: 0;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

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

.form-modal.form-modal-telefone .left .contatos {
	border: 1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	flex-direction: column;
	gap: 35px;
	padding: 40px 0;
	border-left: none;
	border-right: none;
	margin-bottom: 40px;
}

.form-modal.form-modal-telefone .left .contatos p {
	color: var(--800, rgba(0, 0, 0, 0.60));
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.44px;
	text-transform: uppercase;
}

.form-modal.form-modal-telefone .left .contatos p a {
	color: var(--Primary-Dark, #333E20);
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%; /* 24.2px */
	letter-spacing: 4.4px;
	display: block;
	margin-top: 15px;
	transition: all .5s;
	text-decoration: none;
}

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

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

.erro404 h1 {
	font-size: 200px;
	line-height: 80%;
	color: #333E20;
    font-family: "Vonca";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.obrigado h1 {
	font-size: 120px;
	line-height: 80%;
	color: #333E20;
    font-family: "Vonca";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.erro404 p,
.obrigado p {
	font-size: 19px;
}

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

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


.privacy-policy {
	background-color: #fff;
}

section.default {
    padding: 200px 0 100px 0;
	background: url(../images/bg-politica.webp);
background-size: 1920px 658px;
    background-repeat: no-repeat;
    background-position: 40% top;
}

section.default h1 {
	color: #333E20;
	font-family: "Vonca";
	font-size: 26px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	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: #333E20;
	font-family: "Montserrat";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 15px;
	margin-top: 10px;
}

section.default .content-default p {
	color: #333E20;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 250;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.7px;
	margin-bottom: 15px;
}

.mapa-ilu img {
	width: 93%;
	    border-radius: 12px;
		margin-left: auto;
		height: auto;
    display: block;
}

.mapa-ilu {
	position: relative;
    z-index: 5;
	cursor: pointer;
}

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

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

	header .container {
		gap: 15px;
	}

	header .wrapper-header-desk ul a {
		letter-spacing: 1px;
    font-size: 12px;
	}

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

	.diferenciais .box-img {
		max-width: 510px;
	}

.videos .slider-videos {
	    max-width: 900px;
}

#galeria-fotos-empreendimento .info-topo {
	justify-content: center;
	
}

#galeria-fotos-empreendimento h3 {
	padding: 0;
}

#galeria-fotos-empreendimento h3::after {
	display: none;
}

	.ficha-tecnica {
		height: auto;
	}
.ficha-tecnica .ficha-menu li {
	font-size: 13px;
}
}

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


/* Tablet */
@media (min-width: 661px) and (max-width: 1024px) {
	  #banner .desktop {
    display: none;
  }
  #banner .tablet {
	width: 100vw;
    display: block;
  } 
}



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

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

	.container {
		padding: 0 17px;
	}

	header {
		padding-top: 15px;
	}

	header .wrapper-header-desk,
	header .botao {
		display: none;
	}

	header .wrapper-header {
		display: block;
	}

	.topo {
		padding-top: 0;
		background-image: none;
		background-color: #fff;
		height: auto;
		padding-bottom: 70px;
	}

	.topo .infos {
		margin-left: 10%;
	}

	.topo::after {
		display: none;
	}

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

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

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

	.topo .yes-mobile img.imgbob {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		    display: block;
		object-fit: cover;
		object-position: center;
	}

	header .logo {
		height: 128px;
		margin-left: 10px;
	}

	.topo .bg-logo {
		position: absolute;
		left: 0;
		top: 0;
		        width: 32%;
        min-width: 150px;
        height: 216px;
	}

	.topo .infos .estagio {
    margin: 0 auto;
	    letter-spacing: 4px;
	}

	.topo .infos .custom-logo-link {
		margin: 50px auto;
	}

	.topo .infos .box-infos-topo {
    padding: 17px 17px 28px 17px;
    width: 100%;
    justify-content: center;
    display: flex
;
    align-items: self-start;
	}

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

	.topo .infos .box-infos-topo .item p {
		font-size: 35px;
	}

	.topo .infos .box-infos-topo .item p span {
    letter-spacing: -0.7px;
    font-size: 13px;
    left: 4px;
	}

	.topo .infos .box-infos-topo .tag {
		letter-spacing: 2px;
    font-size: 14px;
    max-width: 240px;
	}

	.topo .infos h1 {
        margin: 40px auto;
		font-size: 45px;
	}

	.topo .botao {
		margin: 0 auto;
	}

	.diferenciais {
		background: linear-gradient(90deg, #C69C6D 0%, #F2D1B3 100%);
		height: auto;
		padding: 50px 0 70px 0;
	}

	.diferenciais .box-img {
		width: 100%;
		height: auto;
		position: static;
		margin-bottom: 50px;
		max-width: 100%;
    border-radius: 15px;
	}

	.diferenciais .box-title {
		margin-top: 0;
	}

	.diferenciais .box-diferenciais {
		padding: 30px 20px;
	}

	.diferenciais .item-diferencial {
		padding: 15px 10px;
	}

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

	.diferenciais .infos-bottom .linha {
		display: none;
	}

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

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

	.videos h3 {
		color: #556F55;
		padding: 0;
		text-align: center;
	}

	.videos .slider-videos .slick-list {
		padding: 0 !important;
		    border-radius: 14px;
	}

	.videos .slider-videos {
		        max-width: 100%;
        padding: 0;
	}

	.videos .d-flex {
		display: block !important;
	}


	.videos .container-video {
		flex-direction: column;
    gap: 25px;
	}
	.videos .video-item {
		height: 400px;
	}

	.videos .nav-videos.desk {
	display: none;
}

	.videos .nav-videos.mobile {
display: flex
;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 20px;
}

.videos .box-video {
	max-width: 720px;
	        width: 100%;
        margin-bottom: 30px;
}

.videos .d-flex .texto {
    text-align: center;
    width: 100%;
}

	section#galeria-fotos-empreendimento ul.filter-button-group {
		display: none;
	}

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

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

	#galeria-fotos-empreendimento .info-bottom {
        flex-direction: column;
        margin-top: 25px;
	}

	#galeria-fotos-empreendimento .info-bottom .linha {
		display: none;
	}

	.tour a {
    height: 400px;
	}

	.tour .item {
		width: 90%;
	}

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

	.plantas {
		height: auto;
		padding: 0 0 60px 0;
	}

	.plantas .container .row {
		gap: 40px;
	}

	.plantas h3 {
		text-align: center;
		padding: 0;
	}

	.plantas h2 {
		text-align: center;
		font-size: 38px;
	}

	.plantas .imagem-item {
		padding: 40px;
	}

	.plantas .image-container img {
		height: auto;
	}

	.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 {
		display: block;
		color: var(--Primary-Dark, #333E20);
		font-family: 'Montserrat', serif;
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		text-transform: uppercase;
	}

	.ficha-tecnica {
		background-color: #F0ECE3;
		padding-bottom: 50px;
	}

	.ficha-tecnica h3 {
		text-align: center;
		padding: 0;
	}

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

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

	.ficha-tecnica .ficha-select {
		display: block;
		width: 100%;
		padding: 15px;
		padding-right: 40px; /* Ajusta espaço para a seta */
		cursor: pointer;
		transition: all 0.5s;
		color: var(--Primary-Light, #3C2E31);
		font-family: 'Montserrat', serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: transparent;
		border: 1px solid #fff;
		border-radius: 20px;
		appearance: none; /* Remove a seta padrão */
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS4wMjFMNSA1LjAyMUw5IDEuMDIxIiBzdHJva2U9IiMzQzJFMzEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);

		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: 40px 10px;
	}

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

	}

	.localizacao .infos {
		position: static;
background-image: url(../images/mask-green.webp);
background-size: 300%;
background-position: center;
    width: 100%;
    max-width: 90%;
	border-radius: 12px 12px 0 0;
    margin: 0 auto;
	    padding: 50px 25px;
	}

	.mapa-ilu img {
		width: 100%;
	}

	.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#construcao .item p {
		margin-top: 3px;
	}

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

	.localizacao .mask-green {
		display: none;
	}
	.localizacao {
		padding: 75px 0;
		height: auto;
		background-image: linear-gradient(207deg, #C69C6D 0%, #F2D1B3 100%);
	}

	.localizacao .container .row {
		flex-direction: column-reverse;
	}

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

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

	.localizacao .endereco {
		font-size: 24px;
	}

	.localizacao iframe {
		height: 400px;
	}

	.contato {
		padding: 70px 0;
	}

	.contato .info-left {
		padding: 0;
	}

	.contato .conteudo {
		padding: 0;
		width: 95%;
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.contato .info-left {
		padding: 70px 0 0 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 30px auto;
	}

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

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

	.contato .botoes {
		flex-direction: column;
    align-items: start;
	gap: 10px;
	}

	.contato .fundo-tp {
		padding: 0;
	}

	.contato .info-top .botao {
		    width: 100%;
    text-align: center;
    justify-content: center;
	}

	.contato .info-right {
        padding: 50px 30px 0 30px;
	}

	section.default{
		    background-position: 20% top;
    background-size: 991px 300px;
	}

	footer {
	padding-top: 70px;
    background-image: none;
	position: relative;
	}

	footer .conteudo {
		flex-direction: column;
    justify-content: center;
    align-items: center;
	    gap: 40px;
	}

	footer .linha {
		display: none;
	}

	footer .texto {
		text-align: center;
	}


	footer .redes {
		justify-content: center;
	}
	footer .conteudo .infos {
		flex-direction: column;
	}

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

	footer .info-bottom {
		flex-direction: column;
		        padding: 0;
				    padding-top: 50px;
	}

	footer .info-bottom a {
		    margin: auto;
	}

	.barrafixa {
        right: auto;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
	}

	.barrafixa .item p {
		display: none;
	}

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

	.barrafixa .item {
        position: relative;
        transform: none;
        width: 45px;
        height: 35px;
        justify-content: center;
		    padding: 22px 38px 22px 32px;
	}

	.barrafixa:hover {
		width: auto;
	}

	.form-modal::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 20px !important;
    height: 100%;
	}

	.diferenciais .item-diferencial {
		padding: 10px;
	}

	.formpadrao textarea {
height: 100px;
	}

	.form-modal .info-topo h2 {
		    font-size: 30px;
	}

	.form-modal {
		width: 95% !important;
		padding: 40px 25px 0px 35px!important;
	}

	.form-modal .info-topo {
		padding-left: 30px;
	}

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

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

	.form-modal .left {
		padding: 0;
		border: 0;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}

	.form-modal .left .texto {
		max-width: 270px;
		color: var(--800, rgba(0, 0, 0, 0.60));
		margin: 25px 0;
	}

	.form-modal .left .bottom h6,
	.form-modal .left .bottom p {
		color: var(--800, rgba(0, 0, 0, 0.60)) !important;
	}

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

	.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 {
		color: rgba(0, 0, 0, 0.40) !important;
	}

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

	.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 {
		padding: 20px 0;
		margin-bottom: 30px;
	}

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

	#inline-i31BNgYZaaXxSvS6Dro3-div .ep-wrapper{
		    width: 110% !important;
    margin-left: -20px !important;
	}
}

@media (max-width: 660px) {
  #banner .mobile {
    display: block;
  } 
}


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

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

.videos .nav-videos {
	display: none !important;
}

#inline-i31BNgYZaaXxSvS6Dro3-div,
#inline-5juqObM0fEUtZI7x5f3n-wrapper {
	    height: 640px;
		margin-top: -50px;
}

#inline-wsG6HibOfoYHkVMuk9QP-div,
#inline-OyWLgMhQSK9E5fdnaKmW-div {
	height: 530px;
	margin-top: -50px;
}


