/* ========================================
   FONTES - CORRIGIDAS E FUNCIONANDO
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
  font-family: 'Pluto Sans';
  src: url('PlutoSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pluto Sans';
  src: url('PlutoSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pluto Sans';
  src: url('PlutoSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pluto Sans';
  src: url('PlutoSans-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'neue_bold';
    src: url('../fonts/neuemontreal-bold-webfont.woff2') format('woff2'),
         url('../fonts/neuemontreal-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neue';
    src: url('../fonts/neuehaasdisplaymediu-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasdisplaymediu-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neue_normal';
    src: url('../fonts/neuehaasdisplayroman_1-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasdisplayroman_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'title_semi_bold';
    src: url('../fonts/garamondpremrpro-smbd-webfont.woff2') format('woff2'),
         url('../fonts/garamondpremrpro-smbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'title';
    src: url('../fonts/garamondpremrpro-webfont.woff2') format('woff2'),
         url('../fonts/garamondpremrpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   RESET E BOOTSTRAP ESSENCIAL
   ======================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #e9e9e9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
}

img {
    max-inline-size: 100%;
    block-size: auto;
    vertical-align: middle;
}

/* Bootstrap Grid System */
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 999;
}

@media (min-width: 576px) {
    .container { max-width: 540px; }
}

@media (min-width: 768px) {
    .container { max-width: 720px; }
}

@media (min-width: 992px) {
    .container { max-width: 960px; }
}

@media (min-width: 1200px) {
    .container { max-width: 1140px; }
}

@media (min-width: 1400px) {
    .container { max-width: 1320px; }
}

a {
	text-decoration: none;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	justify-content: space-between;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

/* Bootstrap columns */
.col { flex: 1 0 0%; }
.col-sm-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 768px) {
    .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
    .offset-lg-1 { margin-left: 8.33333333%; }
    .offset-lg-3 { margin-left: 25%; }
}

@media (min-width: 1200px) {
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .offset-xl-1 { margin-left: 8.33333333%; }
}

/* Bootstrap utilities */
.d-flex { display: flex !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }

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

.slick-slider {
	width: 80%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
	gap: 20px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
	margin: 0 auto;
}

/* ========================================
   HEADER
   ======================================== */

header {
    background: #fff;
    padding: 10px 0 20px 0; 
}

header .container {
    position: relative;
}

header .wpp-topo {
    position: absolute;
    max-width: 320px;
    padding: 30px 28px 24px 28px;
    border-radius: 0 0 36px 36px;
    top: -10px;
    background: #808D46;
    color: #fff;
    text-align: center;
	height: 110px;
}

header .wpp-topo h4 {
	color: #FFF;
	font-family: Manrope;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin: 0 !important;
}

header .wpp-topo .phone {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #FFF;
	text-align: center;
	font-family: Manrope;;
    gap: 12px;
}

header .wpp-topo .phone a {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 5px;
	color: #fff;
	white-space: nowrap;
}

.icon-zap {
	margin-top: 8px;
}

/* ========================================
   BANNER
   ======================================== */

.title-banner {
	text-align: right;
	color: var(--green-400, #2B3B26);
	font-family: Cormorant;
	font-size: 64px;
	font-style: italic;
	font-weight: 500;
	line-height: 56px;
	margin-bottom: 20px;
	margin-top: -50px;
}

.info-main {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 20px;
}

.container-local {
	opacity: 0.8;
	background: var(--green2-400, #808D46);
	width: 338px;
	height: 57px;
	flex-shrink: 0;
	margin-left: auto;
}

.title-local {
	color: var(--light-green-100, #E8E8D2);
	text-align: center;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	margin: 0 !important;
}

.accent-title-banner {
	color: var(--green-400, #2B3B26);
	font-family: Cormorant;
	font-size: 64px;
	font-style: italic;
	font-weight: 700;
	line-height: 56px;
	display: block;
}

.infos-panorama {
	opacity: 0.8;
	background: var(--green-400, #2B3B26);
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: -15px;
	padding: 15px 50px;
	margin-left: auto;
	margin-right: 0;
	width: 65%;
	height: 150px;
	position: relative;
}

.single-info-header {
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.single-info-line {
	margin-top: -20px;
}

.single-info-main {
	color: var(--light-green-400, #A3B089);
	text-align: center;
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	margin-top: -8px;
}

.single-info-divider-header {
	color: var(--light-green-400, #A3B089);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}

.single-info-divider-header::after {
	content: "";
	display: block;
}

.infos-panorama .single-info:nth-child(1) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0px;
	border-right: 1px solid #A3B089;
	padding-right: 30px;
}

.infos-panorama .single-info:nth-child(2) {
	border-right: 1px solid #A3B089;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
}

.infos-panorama .single-info:nth-child(3) {
	display: flex;
	align-items: center;
	gap: 5px;
}

.infos-panorama .single-info:nth-child(2) .single-info-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
}

.infos-panorama .single-info:nth-child(2) .single-info-main {
	text-align: right;
	margin-top: -30px;
}

.infos-panorama .single-info:nth-child(3) .single-info-header {
	text-align: left;
	margin-bottom: 10px;
}

.infos-panorama .single-info:nth-child(3) .single-info-main {
	margin-top: -10px;
}

.text-conditions {
	position: absolute;
	bottom: 10px;
	left: 23%;
}

.text-conditions p {
	color: var(--light-green-400, #A3B089);
	text-align: center;
	font-family: Manrope;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 225% */
	text-transform: uppercase;
}

#banner {
    background-size: cover;
	background-position: 29% center;
	position: relative;
}

.banner-sobreposto {
	background-image: url("https://panoramavic.incdigital.com.br/wp-content/uploads/2025/08/predio-sozinho-png.png");
	background-position: 30% center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

@media (max-width: 768px) {
	.banner-sobreposto {display:none;}
}

#banner .container .row {
    align-items: center;
	padding: 120px 0px 0px 0px;
}

#banner .box-verde {
    background: linear-gradient(rgba(81, 129, 83, 0.8), rgba(50, 81, 73, 0.8));
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    border-radius: 32px;
    padding: 42px 50px 100px;
    position: relative;
    display: inline-block;
}

#banner .box-verde .folha {
    position: absolute;
    top: -70px;
    left: -5px;
}

#banner .box-verde h1 {
    font-family: "title";
    font-size: 60px;
    color: #fff;
    line-height: .9;
    text-align: center;
}

#banner .box-verde h1 strong {
    font-size: 100px;
    font-weight: normal;
    font-family: "title_semi_bold";
}

#banner .box-verde .preco {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
    width: fit-content;
}

#banner .box-verde .preco .top {
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px 35px;
    text-align: center;
    font-family: "neue";
    color: #e66228;
    font-size: 25px;
    width: 200px;
    margin: 0 auto;
}

#banner .box-verde .preco .moeda {
    background: #e66228;
    border-radius: 10px;
    padding: 5px 36px;
    color: #fff;
    font-family: "neue";
    margin-top: -36px;
}

#banner .box-verde .preco .moeda i {
    font-style: normal;
}

#banner .box-verde .preco .moeda strong {
    font-size: 52px;
}

#banner .box-verde .preco .moeda span {
    font-size: 26px;
}

#banner .form {
    background: linear-gradient(#F28A2D, #E25626);
    padding: 80px 30px 20px;
    width: 100%;
    border-radius: 32px;
    position: relative;
	margin-left: 10px;
}

#banner .form .logo-vista {
    position: absolute;
    background: #fff;
    display: inline-block;
    padding: 10px 24px;
    top: -60px;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

#banner .form .cf7-banner h3 {
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 123.077% */
	text-transform: uppercase;
	margin: 0 !important;
}

#banner .form .cf7-banner .wpcf7 {
    font-family: "neue";
}

#banner .form .cf7-banner .wpcf7 input {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px;
}

#banner .form .cf7-banner .wpcf7 input::placeholder {
    font-family: inherit;
    color: #b5b5b5;
    font-size: 14px;
}

#banner .form .cf7-banner .wpcf7 input[type=checkbox] {
    width: 18px;
    height: 18px;
    padding-left: 30px;
}

#banner .form .cf7-banner .wpcf7 input[type=submit] {
    margin-top: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #54ba49;
}

#banner .form .cf7-banner .wpcf7 label {
    color: #fff;
    font-size: 13px;
    margin-top: 18px;
}

.logo-vista {
	width: 130px;
	height: 130px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.logo-vista img {
	width: 90%;
}

/* ========================================
   LANÇAMENTO
   ======================================== */

#lancamento {
	background-image: url("https://freelas.diegogalvao.dev/wp-content/uploads/2025/08/bg-desktop01.png");
    position: relative;
	z-index: 2;
}

.slides-lancamento {
	display: flex;
	justify-content: center;
	position: relative;
}

.arrow-prev-lancamento, .arrow-next-lancamento {
	position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 2;
	transition: transform 0.4s ease-in-out;
}

.arrow-prev-lancamento {
	left: 40px;
	fill: #69725B;
}
.arrow-next-lancamento {
	right: 40px;
	fill: #69725B;
}

.arrow-prev-lancamento:hover, .arrow-next-lancamento:hover {
	transform: scale(1.2);
}

#lancamento::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--light-green-400, #A3B089);
    position: absolute;
    z-index: 0;
}

#lancamento .fundo-folhas {
	opacity: 0.8;
    background-size: contain;
    background-position: right;
    height: 1000px;
    width: 25%;
    right: 0;
}

.fundo-folhas {
	padding: 100px 0;
}

#lancamento .tag-lancamento {
    background: linear-gradient(45deg, #518153, #325149);
    padding: 16px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

#lancamento .tag-lancamento h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-family: "neue";
    letter-spacing: 3px;
}

#lancamento h2 {
	color: var(--green-400, #2B3B26);
	text-align: center;
	font-family: Cormorant;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
	line-height: 56px; /* 100% */
	margin-top: 100px;
	margin-bottom: 20px;
}

#lancamento h2 p {
	margin: 0;
}

.subtitle-lancamento {
	color: var(--green-400, #2B3B26);
	text-align: center;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */
	margin: 0;
	margin-bottom: 40px;
}

#lancamento h2 .folha {
    position: absolute;
    left: -50px;
    bottom: 40px;
    height: 130px;
}

#lancamento .descricao-slider .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.slider_seguranca {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background: var(--green-400, #2B3B26);
	height: 700px;
	padding-bottom: 60px;
	margin-top: -330px;
	margin-bottom: -150px;
	width: 1080px;
}

.content .item:nth-child(1), .content .item:nth-child(2), .content .item:nth-child(3) {
	border-right: 1px solid #fff;
	padding-right: 30px;
}

.content .item:nth-child(4) {
	padding-right: 10px;
}

#lancamento .descricao-slider .content .item {
    text-align: center;
    color: #fff;
    width: calc(20% - 20px);
}

#lancamento .descricao-slider .content .item .icon img {
    width: 56;
    margin-bottom: 15px;
}

#lancamento .descricao-slider .content .item .text {
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
}

/* ========================================
   LAZER
   ======================================== */

#lazer {
	position: relative;
    padding: 160px 0 0;
    background: #2b3b26;
    text-align: center;
	z-index: 0;
}

#lazer::before {
	content: "";
	position: absolute;
	background-image: url("https://panoramavic.incdigital.com.br/wp-content/uploads/2025/08/background-desktop04.png");
    background-repeat: repeat;
	background-size: cover;
    height: 100%;
	width: 100%;
    opacity: 0.6;
	z-index: -1;
	left: 0;
	top: 0;
}

#lazer h2 {
	color: var(--light-green-100, #E8E8D2);
	text-align: center;
	font-family: Cormorant;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
	line-height: 56px;
	margin: 0;
}

#lazer h2 p {
	margin: 0;
}

.subtitle-lazer {
	color: var(--light-green-100, #E8E8D2);
	text-align: center;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
}

.container-address-lazer {
	width: 636px;
	background: var(--green2-400, #808D46);
	margin: 0 auto;
}

.address-lazer {
	color: var(--green-400, #2B3B26);
	text-align: center;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 280% */
}

#lazer h2 .folha {
    position: absolute;
    top: -20px;
    right: -85px;
    height: 130px;
}

#lazer h2 strong {
    font-weight: bold;
    font-size: 60px;
    font-family: "title_semi_bold";
}

#lazer .parent-slider {
    position: relative;
}

#lazer .parent-slider .faixa-galeria {
    position: absolute;
    z-index: 5;
    top: -60px;
    left: -30px;
}

#lazer .parent-slider .faixa-galeria .txt {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    position: relative;
    background: linear-gradient(25deg, #F28A2D, #E25626);
    padding: 16px 32px;
    border-radius: 50px 50px 50px 0;
    text-align: left;
    color: #fff;
    font-family: "title";
    font-size: 24px;
    line-height: 1;
    z-index: 4;
}

#lazer .parent-slider .faixa-galeria .txt h4 {
    font-family: "title_semi_bold";
    font-size: 40px;
    margin: 0;
}

#lazer .parent-slider .slider-wrapper {
    margin:0 auto;
    max-width: 1024px;
    position: relative;
    z-index: 5;
}

#lazer .parent-slider .slider-wrapper .slide a {
    width: 100%;
    display: block;
    text-align: center;
}

#lazer .parent-slider .slider-wrapper .slide a img {
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    max-width: 100%;
}

.texto_lazer {
    color: #fff;
    width: 83%;
    margin: 0 auto;
    margin-top: 40px;
}

.texto_lazer ul {
    column-count: 3;
}

.texto_lazer ul br {
    display: none;
}

.texto_lazer li {
    font-size: 18px;
    font-family: "neue";
    color: #fff;
    text-align: left;
    padding-right: 40px;
    padding-bottom: 13px !important;
}

.image-location {
	border: 2px solid var(--light-green-100, #E8E8D2);
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.texto_lazer ul {
    list-style: none; /* remove marcador padrão */
    padding-left: 0;
}

.texto_lazer ul li {
    position: relative;
    padding-left: 25px; /* espaço pro marcador */
}

.texto_lazer ul li::before {
    content: '';
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 12px; /* ajuste largura */
    height: 12px; /* ajuste altura */
	background-image: url("../images/elipse_vic.png");
    background-size: contain;
    background-repeat: no-repeat;
	top: 12px;
}


/* ========================================
   PLANTA
   ======================================== */

#planta {
    padding: 80px 0;
    background: #A3B089;
    position: relative;
	z-index: 0;
}

#planta::before {
	content: "";
	background-image: url("https://freelas.diegogalvao.dev/wp-content/uploads/2025/08/bg-desktop02.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.planta {
	display: flex;
	justify-content: center;
}

.arrow-prev-planta, .arrow-next-planta {
	position: absolute;
	top: 40%;
	cursor: pointer;
	z-index: 2;
	transition: transform 0.5s ease-in-out;
}

.arrow-prev-planta {
	left: 200px;
}

.arrow-next-planta {
	right: 200px;
}

.arrow-prev-lancamento {
	left: 40px;
}
.arrow-next-lancamento {
	right: 40px;
}

.arrow-prev-planta:hover, .arrow-next-planta:hover {
	transform: scale(1.2)
}

.single-slide-planta {
	width: 880px !important;
}

#planta .parent-slider {
	display: flex;
	justify-content: center;
}

#planta h2 {
color: var(--green-400, #2B3B26);
text-align: center;
font-family: Cormorant;
font-size: 56px;
font-style: italic;
font-weight: 700;
line-height: 56px; /* 100% */
margin: 0;
}

#planta h2 p {
	color: var(--green-400, #2B3B26);
	text-align: center;
	font-family: Cormorant;
	font-size: 48px;
	font-style: italic;
	font-weight: 700;
	line-height: 48px; /* 100% */
	margin: 0;
	margin-bottom: 15px;
}

.subtitle-planta {
	color: var(--green-400, #2B3B26);
text-align: center;
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 100% */
	margin: 0;
	margin-bottom: 60px;
}

#planta h2 .folha {
    position: absolute;
    top: -11px;
    left: -95px;
    width: 70px;
}

#planta .descricao {
    color: #fff;
    font-family: "neue_normal";
    margin-top: 40px;
}

#planta .descricao ul li {
    font-size: 18px !important;
    padding-bottom: 13px !important;
}



/* ========================================
   MAPA
   ======================================== */

#mapa {
	position: relative;
	background-color: #E8E8D2;
	z-index: 0;
	padding: 150px 0;
}

#mapa::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 33%;
	background-image: url("https://freelas.diegogalvao.dev/wp-content/uploads/2025/08/bg-desktop02.png");
	opacity: 0.6;
	z-index: -1;
}

#mapa h2 {
	color: var(--green-400, #2B3B26);
	text-align: center;
	font-family: Cormorant;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
	line-height: 56px;
    position: relative;
	width: 100%;
}

#mapa h2 .folha {
    position: absolute;
    left: -65px;
    bottom: 10px;
    height: 100px;
}

#mapa h2 p {
	margin: auto;
	margin: 80px 0 70px 0;
}

#mapa img {
    width: 70%;
	margin: 0 auto;
}

.image-mapa {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

#mapa .endereco {
    margin-bottom: -20px;
    position: relative;
}

#mapa .endereco a {
    background-color: #e66228;
    display: inline-flex;
    padding: 8px 32px;
    align-items: center;
    border-radius: 50px;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

#mapa .conteudo {
    color: #fff;
    text-align: left;
    background: #808D46;
    padding: 100px 80px 0 80px;
    max-width: 100%;
    left: 10%;
	height: 640px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	margin: 0 auto;
	margin-top: 380px;
	width: 1080px;
}

#mapa .conteudo ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: 50px;
}

#mapa .conteudo ul li {
    position: relative;
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: calc(50% - 25px);
    margin-right: 25px;
    margin-bottom: 10px;
}


/* ========================================
   CONDIÇÕES
   ======================================== */

#condicoes {
    background: #E8E8D2;
    padding: 80px 0;
}

#condicoes h2 {
	color: #325149;
	text-align: center;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 83.333% */
	letter-spacing: -0.24px;
	margin: 0;
}

#condicoes h2 p {
	margin-top: 15px;
}

#condicoes h2 .folha {
    position: absolute;
    bottom: 14px;
    left: -215px;
}

#condicoes h2 strong {
	color: #325149;
	text-align: center;
	font-family: Cormorant;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
	line-height: 65px; /* 116.071% */
	letter-spacing: -0.56px;
}

#condicoes .items {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

#condicoes .items .item {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    background: #f9f3e5;
    padding: 10px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
	margin-bottom: 15px;
}

#condicoes .items .item p {
	color: #325149;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.24px;
}

#condicoes .items .item p strong {
	color: #518153;
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 100% */
	letter-spacing: -0.4px;
	text-transform: uppercase;
	margin-top: 5px;
}

/* ========================================
   CONHECA
   ======================================== */

.container-all-testimonials {
	display: flex;
	flex-direction: column;
	gap: 85px;
}

.container-testimonials {
	display: flex;
	gap: 20px;
	margin: 0 auto;
	align-items: center;
	width: 1070px;
}


.container-testimonial-image {
	text-align: right;
}

.container-testimonial-image img {
	height: 280px;
	object-fit: cover;
}

.container-testimonials-single {
	width: 55%;
}

.overlay {
	display: none;
}

.avatar {
	display: flex;
	margin-left: 30px;
}

.avatar img {
	width: 80px;
}

.nome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

.nome h5 {
	margin: 0;
	color: var(--green2-400, #808D46);
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.nome span {
	color: var(--Vic-Texto-Dark, #344A4A);
font-family: "HvDTrial Pluto Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
	width: 60%;
}

.quote {
    margin-top: -20px;
    margin-right: -15px;
	z-index: 1;
}

#conheca {
    padding: 100px 0;
	background-color: #F9F3E5;
}

#conheca h2 {
	color: var(--light-green-500, #69725B);
	font-family: Cormorant;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

#conheca h2 p {
	margin: 0;
}

#conheca h2 .folha {
    position: absolute;
    bottom: 24px;
    left: -55px;
    height: 80px;
}

#conheca h2 strong {
	color: var(--Vic-Texto-Dark, #E66228);
	font-family: Cormorant;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
}

#conheca h2.titulo-2 {
	margin-top: 20px;
    margin-bottom: 60px;
}

#conheca h2.titulo-2 .folha {
    height: auto;
    bottom: -20px;
    left: -120px;
}

#conheca .box-laranja {
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    background: linear-gradient(5deg, #F28A2D, #E25626);
}

#conheca .box-laranja .items {
    display: flex;
    justify-content: center;
}

#conheca .box-laranja .items .item {
    border-right: 2px solid #fff;
    text-align: center;
    width: 33%;
}

#conheca .box-laranja .items .item:last-of-type {
    border: none !important;
}

#conheca .box-laranja .items .item em {
	color: #FFF;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: lowercase;
}

.btn_ver_depoimentos_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.btn-ver-mais {
	outline: none;
	text-decoration: none;
	color: var(--green-400, #2B3B26);
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	cursor: pointer;
}

.sinal-mais {
	font-weight: 200;
	font-size: 60px;
	line-height: 25px;
}

.sinal-mais-3 {
	font-size: 50px;
	font-weight: 400;
	line-height: 40px;
}


#conheca .box-laranja .items .item p {
	color: #FFF;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	line-height: normal;
	text-transform: uppercase;
}

.line-2 {
	line-height: 40px !important;
}

.span-local {
color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Neue Haas Grotesk Display Pro";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.text-city {
	margin-top: -10px;
}

.box-laranja .items > .item:nth-child(1) {
	color: #FFF;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
} 

.box-laranja .items > .item:nth-child(2) {
	color: #FFF;
	font-family: "Neue Haas Grotesk Display Pro"; !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 3px;
}

.box-laranja .items > .item:nth-child(3) {
	color: #FFF;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.text-city {
	color: #FFF;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: lowercase;
	letter-spacing: 3px;
}

#conheca .conteudo {
    padding: 40px;
    font-family: "neue_normal";
}

#conheca .conteudo p {
	color: #325149;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}

#conheca .depoimentos {
    margin-top: 50px;
    align-items: center;
    margin-top: 70px !important;
	display: flex;
}

#conheca .depoimentos .foto {
    width: 50%;
    position: relative;
    height: 100%;
    display: inline-block;
}

#conheca .depoimentos .foto img {
    width: 100%;
    border-radius: 20px;
}

#conheca .depoimentos .foto .overlay {
    position: absolute;
    opacity: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,.4);
    transition: all .3s linear;
}

#conheca .depoimentos .foto .overlay img {
    width: 64px;
}

#conheca .depoimentos .foto:hover .overlay {
    opacity: 1;
}

#conheca .depoimentos .info {
	display: flex;
	flex-direction: column;
    padding-left: 40px;
}

#conheca .depoimentos .info .avatar {
    position: relative;
    display: flex;
    align-items: flex-end;
}

#conheca .depoimentos .info .avatar .quote {
    position: absolute;
    left: -70px;
    top: -15px;
}

#conheca .depoimentos .info .avatar .nome {
    margin-left: 30px;
    margin-bottom: 20px;
    font-family: "neue_normal";
    font-size: 12px;
}

#conheca .depoimentos .info .avatar .nome h5 {
    margin: 0;
    font-family: "title_semi_bold";
    font-size: 20px;
}

#conheca .depoimentos .info .content {
    font-family: "neue_normal";
    margin-top: 40px;
}

#conheca .depoimentos:nth-of-type(even) {
    flex-direction: row-reverse;
}

.btn_ver_depoimentos_container {
    text-align: center;
}

/* .btn_ver_depoimentos {
    background: #e66228 !important;
} */

.info p {
	color: var(--Vic-Texto-Dark, #344A4A);
	/* Vic Paragraph/2 */
	font-family: "HvDTrial Pluto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

/* Alterna a direção dos depoimentos pares */
.container-testimonials:nth-child(even) {
    flex-direction: row-reverse;
}

/* Ajusta o alinhamento da imagem nos depoimentos pares */
.container-testimonials:nth-child(even) .container-testimonial-image {
    text-align: left;
}

/* ========================================
   EMPREENDIMENTOS
   ======================================== */

#empreendimentos {
    position: relative;
    background-position: center center;
    padding-bottom: 80px;
}

#empreendimentos::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #9eab85;
    position: absolute;
    z-index: 0;
}

#empreendimentos h2 {
color: var(--green-400, #2B3B26);
font-family: Cormorant;
font-size: 56px;
font-style: italic;
font-weight: 700;
line-height: normal;
    position: relative;
    display: inline-block;
	margin: 0;
	margin-top: 100px;
}

#empreendimentos h2 p {
	margin: 0;
}

#empreendimentos .content p {
	color: var(--green-400, #2B3B26);
text-align: center;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}

#empreendimentos h2 .folha {
    position: absolute;
    left: -65px;
    bottom: 10px;
    height: 100px;
}

#empreendimentos .content {
    position: relative;
    z-index: 4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

#empreendimentos .slider-wrapper {
    margin: 10px auto 0;
    max-width: 1024px;
    position: relative;
    z-index: 2;
}

#empreendimentos .slider-wrapper .slide a {
    width: 100%;
    display: block;
}

#empreendimentos .slider-wrapper .slide a img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
}

#empreendimentos .descricao-slider {
    position: relative;
    padding-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#empreendimentos .descricao-slider::before {
    content: "";
    z-index: 0;
    position: absolute;
    width: calc(100% + 50px);
    border-radius: 0px;
    height: calc(100% + 400px);
    top: -400px;
    background: linear-gradient(90deg, #F2892D 0%, #E35827 100%);
}

#empreendimentos .descricao-slider .content {
    position: relative;
    z-index: 2;
    display: flex;
}

#empreendimentos .descricao-slider .content .slider-wrapper {
    width: 100%;
    margin-top: 30px;
}

#empreendimentos .descricao-slider .content .slick-initialized .slick-slide {
    display: flex;
    gap: 20px;
	padding: 0 10px;
}

#empreendimentos .descricao-slider .content .slick-initialized .slick-slide .slide {
    padding: 0 15px;
}

#empreendimentos .fundo-folhas {
    height: 100%;
}

.btn-zap-empreendimentos {
	border-radius: 30px;
background: #F2892D;
	padding: 10px 50px;
	margin: 0 auto;
	width: 500px;
	margin-top: 40px;
}

.btn-zap-empreendimentos a {
	color: #FFF;
text-align: center;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 150% */
letter-spacing: 1px;
text-transform: uppercase;
	text-decoration: none;
}

.slider_imgs_container,
.slider_imgs_container_plantas,
.fotos_empreendimentos_entregues_thumb,
.fotos_empreendimentos_entregues {
    width: 80%;
    height: 550px;
    background-size: cover;
    background-position: center;
	margin: 0 auto;
	border: 2px solid var(--light-green-100, #E8E8D2);
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.fotos_empreendimentos_entregues {
	width: 90% !important;
}

.slider_imgs_container_plantas {
    width: 884px;
}

.fotos_empreendimentos_entregues_thumb {
    height: 150px;
}

.empreendimentos-entregues-vic {
	height: 410px;
	width: 770px;
	object-fit: cover;
	border: 2px solid var(--light-green-100, #E8E8D2);
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.50);
}

.swiper-slide.swiper-slide-empreendimentos {
	opacity: 0;
}

.swiper-slide-empreendimentos.swiper-slide-active {
	opacity: 1;
	display: flex;
	justify-content: center;
	margin-top: -120px;
}

.container-swiper-empreendimentos {
	margin: 0 auto;
	margin-top: 150px;
	width: 910px;
	height: 490px;
	background: linear-gradient(90deg, #F2892D 0%, #E35827 100%);
/* 	overflow: hidden; */
	position: relative;
}

.swiper-slide-empreendimentos {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.wrapper-entregues {
	display: flex;
	align-items: center;
}

.swiper-entregues {
	width: 769px;
	margin: 0 auto;
	margin-top: -90px;
	overflow: hidden;
}

.entregues-vic {
	height: 120px;
	width: 100%;
	object-fit: cover;
}

/* ========================================
   FOOTER
   ======================================== */

footer {
    background-color: #6c757d;
    color: #fff;
    font-family: "neue_normal";
}

footer .logos {
    margin-top: 60px;
    text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 50px;
}

footer .logos img {
    margin-left: 40px;
}

footer .infos {
    margin-top: 60px;
    padding-left: 60px;
    font-size: 20px;
}

footer .infos strong {
    font-family: "neue";
}

footer .infos p {
    margin-top: 40px;
}

footer .infos a {
    color: #fff;
    text-decoration: none;
}

footer .bottom {
    margin-top: 40px;
    font-size: 15px;
    font-family: "neue_normal";
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
	letter-spacing: 0.75px;
}

/* ========================================
   UTILITÁRIOS E COMPONENTES
   ======================================== */

.fundo-folhas {
    width: 100%;
    height: 100%;
    position: absolute;2
    z-index: 1;
}

.btn {
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "neue";
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border: none;
	border-radius: 30px;
	padding: 10px 40px;
}

.btn-color-green {
	background-color: #54BA49;
}

.btn-color-orange {
	background-color: #E66228;
}

.btn:hover {
    background: #4a9d41;
    color: #fff;
}

.btn-zap {
    text-align: center;
    margin-top: 60px;
	margin-bottom: -20px;
}

.btn-zap-lazer {
    margin-top: 20px;
    margin-bottom: 100px;
}

.btn-zap-planta {
	border-radius: 30px;
	background: #54BA49;
	width: 500px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.btn-zap-planta a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 auto;
}

.link_cta_simulacao {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999999;
	display: none;
}

.shape-session {
	margin-left: 10%;
    margin-bottom: -3%;
    z-index: 3;
    position: relative;
}

.arrow-prev-empreendimentos {
	position: absolute;
	left: 10px;
	top: 10%;
	z-index: 2;
	cursor: pointer;
}

.arrow-next-empreendimentos {
	position: absolute;
	right: 10px;
	top: 10%;
	z-index: 2;
	cursor: pointer;
}

.btn-zap-empreendimentos-mobile {
	display: none;
}

/* ========================================
   CONTACT FORM 7
   ======================================== */

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 0;
    background: #de3e45;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    padding: 5px;
    border-radius: 6px;
}

div.wpcf7-response-output {
    width: 100%;
    margin: 5px !important;
    padding: 20px !important;
    border-radius: 10px;
    border: none !important;
    color: #fff;
    background: #f5c003;
    display: block;
    text-align: center;
}

form.sent div.wpcf7-response-output {
    background: #43a345 !important;
}

#obrigado_form {
    display: none;
    text-align: center;
}

#obrigado_form h3, 
#obrigado_form p {
    color: #fff;
    font-family: "neue";
}

/* ========================================
   MEDIA QUERIES - RESPONSIVO
   ======================================== */

@media (max-width: 1399.98px) {
    header .wpp-topo .phone a {
        font-size: 26px;
		color: #fff;
		white-space: nowrap;
    }
    
    #banner .box-verde h1 {
        font-size: 52px;
    }
    
    #banner .box-verde h1 strong {
        font-size: 82px;
    }
    
    #banner .box-verde .folha img {
        width: 80px;
        top: -60px;
        left: 15px;
    }
    
    #banner .box-verde .preco .moeda strong {
        font-size: 42px;
    }
    
    #banner .box-verde .preco .moeda span {
        font-size: 18px;
    }
    
    #banner .form .cf7-banner h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    header .wpp-topo {
        max-width: 100%;
        width: 100%;
    }
    
    header .wpp-topo h4 {
        font-size: 14px;
    }
    
    header .wpp-topo .phone a {
        font-size: 18px;
    }
    
    #banner .form {
        margin-top: 100px;
    }
    
    #condicoes .items {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 980px) {
    #lancamento .descricao-slider .content .item,
    #lancamento .descricao-slider .content .item:nth-child(3n) {
        width: 100% !important;
        border-right: 1px solid #fff !important;
    }
    
    #lancamento .descricao-slider .content .item:nth-child(2n) {
        border-right: none !important;
    }
    
    #lazer {
        margin-top: 0px !important;
        padding-bottom: 60px 0 0 !important;
    }
    
/*     #planta * {
        color: #fff !important;
    } */
}

@media screen and (max-width: 680px) {
    #banner .box-verde {
        padding: 30px 40px !important;
    }
    
    #banner .box-verde .preco .moeda strong, 
    #banner .box-verde h1 {
        font-size: 30px !important;
    }
    
    #banner .box-verde h1 strong {
        font-size: 48px !important;
    }
    
    .banner_itens {
        flex-wrap: wrap;
        position: relative !important;
        bottom: initial !important;
        transform: initial !important;
        left: initial !important;
    }
    
    #banner .box-verde .preco {
        width: 100% !important;
        margin: 30px 0 0 0 !important;
    }
    
    #banner .pre-form .form {
        margin-top: 110px !important;
    }
    
    #conheca h2 strong, 
    #empreendimentos h2, 
    #conheca h2, 
    #condicoes h2 strong, 
    #planta h2, 
    #lazer h2 strong, 
    #mapa h2, 
    #lancamento h2 {
        font-size: 34px !important;
        line-height: 42px;
    }
    
    
    .texto_lazer ul {
        column-count: 1;
    }
    
    #banner .form .logo-vista {
        top: -40px;
    }
    
    #banner .form .logo-vista img {
        width: 50px;
    }
    
    #lancamento .tag-lancamento {
        padding: 20px 0 !important;
    }
    
    #lancamento .tag-lancamento h3 {
        font-size: 30px !important;
    }
    
    #lancamento .descricao-slider .content .item .text {
        font-size: 16px !important;
        line-height: 24px;
    }
    
    #lazer {
        margin-top: 180px !important;
        padding: 100px 0 0 !important;
    }
    
    #planta {
        padding: 80px 0;
    }
    
    #planta h2 .folha {
        top: -11px !important;
        left: -95px !important;
        width: 70px !important;
    }
    
    #condicoes h2 .folha {
        left: -215px !important;
    }
}

.cta-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--green-400, #2B3B26);
	width: 100%;
height: 110px;
flex-shrink: 0;
}

.container-text-cta-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.text-cta-footer-title {
	color: var(--Vic-Texto-Light, #FFF);
	font-family: "Manrope";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
		margin: 0;
}

.text-cta-footer-subtitle {
	color: var(--Vic-Texto-Light, #FFF);
	font-family: "Manrope";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */
	margin: 0;
}


/* FORM */
.form-mobile {
	display: none;
}

body {
	overflow-x: hidden;
}


/* Responsividade */

@media (max-width: 768px) {

	body {
		overflow-x: hidden;
	}
	
	header {
		padding: 20px 30px 20px 20px;
	}
	
	.container-header {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header-mobile {
		width: 30%;
	}
	
	.cta-header-wpp {
		width: 70%;
	}
	
	header .wpp-topo {
		padding: 10px;
		top: -40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	header .wpp-topo h4 {
		color: #FFF;
		font-family: Manrope;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
	}
	
	header .wpp-topo .phone a {
		color: #FFF;
		text-align: center;
		font-family: Manrope;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px; /* 125% */
		text-transform: uppercase;
	}
	
	header .wpp-topo .phone {
		justify-content: center;
		align-items: center;
		margin-top: 5px;
	}

	/* DIVIDER */
	
	.title-banner{
		color: var(--green-400, #2B3B26);
		text-align: center;
		font-family: Cormorant;
		font-size: 48px;
		font-style: italic;
		font-weight: 500;
		line-height: 40px; /* 83.333% */
	}
	
	.accent-title-banner {
		color: var(--green-400, #2B3B26);
		font-family: Cormorant;
		font-size: 48px;
		font-style: italic;
		font-weight: 700;
		line-height: 40px;
	}
	
	.container-local {
		margin: 0 auto;
	}
	
	.pre-form {
		display: none;
	}
	
	#banner {
		background: url("https://freelas.diegogalvao.dev/wp-content/uploads/2025/08/banner-mobile.png") !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: top !important;
		height: 600px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#banner::before {
		  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white 0%, rgba(255,255,255,0) 60%);
  pointer-events: none;
	}
	
	#banner .container .row {
		padding: 60px 0px 0px;
	}
	
	.infos-panorama {
		width: 100%;
		padding: 20px;
		gap: 10px;
	}
	
	.infos-panorama .single-info:nth-child(1) {
		padding-right: 8px;
		gap: 10px;
	}
	
	.quebra-mobile {
		display: block;
	}
	
	.value-single-info {
		color: var(--light-green-400, #A3B089);
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
	}
	
	.infos-panorama .single-info:nth-child(2) {
		width: 35%;
		padding-right: 0px;
	}
	
	.infos-panorama .single-info:nth-child(3) {
		width: 20%;
		display: flex;
		flex-direction: column;
	}
	
	.single-info-header {
		color: #FFF;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px; /* 128.571% */
		text-transform: uppercase;
		text-align: left;
	}
	
	.single-info-main {
		color: var(--light-green-400, #A3B089);
		text-align: center;
		font-family: Manrope;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px; /* 100% */
	}

	/* DIVIDER */
	
	.form-mobile {
		display: flex;
		padding: 100px 20px 40px 20px;
	}
	
	
	
	#lancamento .form {
    background: linear-gradient(#F28A2D, #E25626);
    padding: 80px 30px 20px;
    width: 100%;
    border-radius: 32px;
    position: relative;
}

	#lancamento .form .logo-vista {
		position: absolute;
		background: #fff;
		display: inline-block;
		padding: 10px 24px;
		top: -60px;
		border-radius: 10px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	#lancamento .form .cf7-banner h3 {
		color: #FFF;
		text-align: center;
		font-family: Manrope;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px; /* 123.077% */
		text-transform: uppercase;
		margin: 0 !important;
	}

	#lancamento .form .cf7-banner .wpcf7 {
		font-family: "neue";
	}

	#lancamento .form .cf7-banner .wpcf7 input {
		width: 100%;
		height: 40px;
		margin-top: 8px;
		background: #fff;
		border: none;
		border-radius: 10px;
		padding: 8px;
	}

	#lancamento .form .cf7-banner .wpcf7 input::placeholder {
		font-family: inherit;
		color: #b5b5b5;
		font-size: 14px;
	}

	#lancamento .form .cf7-banner .wpcf7 input[type=checkbox] {
		width: 18px;
		height: 18px;
		padding-left: 30px;
	}

	#lancamento .form .cf7-banner .wpcf7 input[type=submit] {
		margin-top: 18px;
		color: #fff;
		text-transform: uppercase;
		background-color: #54ba49;
		padding: 16px 0px 30px 0px;
	}

	#lancamento .form .cf7-banner .wpcf7 label {
		color: #fff;
		font-size: 13px;
		margin-top: 18px;
	}
	
	#lancamento h2 {
		margin: 0;
		color: var(--green-400, #2B3B26);
		text-align: center;
		font-family: Cormorant;
		font-size: 48px !important;
		font-style: italic;
		font-weight: 700;
		line-height: 48px; /* 100% */
		padding: 20px 0px;
	}
	
	#lancamento h2 p {
		margin: 0;
	}
	
	.subtitle-lancamento {
		font-size: 20px;
	}
	
	.wpcf7-list-item {
		margin: 10px 40px;	
	}
	
	.slider_imgs_container {
		height: 240px;
		z-index: 2;
		width: 90% !important:
	}
	
	.slider_seguranca {
		margin-top: -20px;
        margin-bottom: 0px;
        padding: 0px;
        height: 600px;
        width: 100%;
        justify-content: center;
	}
	
	.container-lancamento-mobile {
		margin: 0 !important;
		padding: 0 !important;
		background-color: #a3b089;
	}
	
	.container-header-lancamento {
		padding: 20px 20px;
        margin: 0 auto;
        max-width: 100%;
	}
	
	.content .item:nth-child(1),
	.content .item:nth-child(2),
	.content .item:nth-child(3) {
		padding-right: 0px;
		padding: 0px 20px;
	}
	
	.btn-zap {
		margin: 30px 0px -20px 0px;
	}
	
	.btn-zap-mapp {
		margin: 0 auto;
        margin-top: -25px;
        z-index: 2;
        position: relative;
		text-align: center;
	}
	
	.btn {
		padding: 16px;
		border-radius: 30px;
	}
	
	#mapa {
		padding: 0px;
		overflow: hidden;
	}
	
	#mapa .conteudo {
		max-width: 100%;
		padding: 40px 20px 100px 20px;
		margin-top: 100px;
	}
	
	.container-planta {
		padding: 0 !important;
		margin-top: 40px;
	}
	
	.image-mapa {
		margin-top: 10px;
	}
	
	#mapa .conteudo ul {
		display: flex;
		flex-direction: column;
		margin-left: 0px;
		margin: 0px 0px;
	}
	
	#mapa .conteudo ul li {
		width: 100%;
	}
	
	#mapa h2 p {
		color: var(--green-400, #2B3B26);
		text-align: center;
		font-family: Cormorant;
		font-size: 48px;
		font-style: italic;
		font-weight: 700;
		line-height: 40px;
		padding: 0 30px;
	}
	
	#lazer {
		margin-top: 70px !important;
		padding: 120px 0 0 !important;
	}
	
	#lazer .container {
		width: 90%;
	}
	
	.container-address-lazer {
		width: 95%;
		margin: 0 auto;
	}
	
	.address-lazer {
		line-height: 25px;
	}
	
	#planta h2 {
		color: var(--green-400, #2B3B26) !important;
text-align: center;
font-family: Cormorant;
font-size: 48px;
font-style: italic;
font-weight: 700;
line-height: 48px; /* 100% */
	}
	
	.slider_imgs_container_plantas {
		height: 250px;
	}
	
	.btn-zap-planta {
		width: 90%;
		margin: 0 auto;
		margin-top: 80px;
	}
	
	#condicoes h2 strong {
		color: #325149;
		text-align: center;
		font-family: Cormorant;
		font-size: 48px !important;
		font-style: italic;
		font-weight: 700;
		line-height: 65px; /* 135.417% */
		letter-spacing: -0.48px;
	}
	
	#condicoes .items {
		width: 85%;
		margin: 0 auto;
	}
	
	#conheca .box-laranja .items {
		display: flex;
		flex-direction: column;
	}
	
	#conheca .box-laranja .items .item {
		width: 100%;
		border-bottom: 2px solid #fff;
		padding-bottom: 10px;
		border-right: none;
	}
	
	#conheca .conteudo {
		padding: 40px 10px;
	}
	
	#conheca h2 strong {
		display: block;
	}
	
	.container-testimonials {
		display: flex;
		flex-direction: column;
		width: auto;
	}
	
	.container-testimonial-image, .container-testimonials-single {
		width: 100%;
	}
	
	.container-testimonials:nth-child(even) {
		display: flex;
		flex-direction: column;
	}
	
	.container-testimonials-single {
		order: 1;
	}
	
	.container-testimonial-image {
		order: 2;
	}
	
	.avatar img {
		width: 100px;
	}
	
	.quote {
		margin-top: -20px;
	}
	
	.avatar {
		justify-content: center;
	}
	
	.info p {
		color: var(--Vic-Texto-Dark, #344A4A);
		font-family: "HvDTrial Pluto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 150% */
	}
	
	.btn_ver_depoimentos_container {
		display: none;
	}
	
	#empreendimentos {
		overflow: hidden;
	}
	
	#empreendimentos h2 p {
		color: var(--green-400, #2B3B26);
		text-align: center;
		font-family: Cormorant;
		font-size: 48px;
		font-style: italic;
		font-weight: 700;
		line-height: 56px; /* 116.667% */
	}
	
	#empreendimentos .content p {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.fotos_empreendimentos_entregues {
		height: 240px;
	}
	
	#empreendimentos .descricao-slider .content .slick-initialized .slick-slide {
		padding: 0px;
	}
	
	.btn-zap-empreendimentos {
		width: 95%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		z-index: 2;
	}

	.btn-zap-empreendimentos a {
		font-size: 16px;
		white-space: nowrap;
	}
	
	.container-text-cta-footer {
		width: 70%;
	}
	
	footer .logos {
		justify-content: center;
	}
	
	footer .logos img {
		margin-left: 0px;
	}
	
	footer .infos strong {
		font-family: "Manrope";
	}
	
	footer .infos, footer .bottom {
		padding:0 20px;
	}
	
	footer .bottom {
		margin-top: 20px;
	}
	
	footer {
		padding: 0;
	}
	
	#empreendimentos .descricao-slider::before {
		width: 100%;
		border-radius: 0px;
		overflow: hidden;
	}
	
	.slide-mobile {
		overflow: hidden;
	}
	
	.container-header-empreendimentos {
		display: flex;
		justify-content: center;
	}
	
	.infos-panorama .single-info:nth-child(2) .single-info-main {
		margin-top: -15px;
		margin-right: 15px;
	}
	
	.infos-panorama .single-info:nth-child(3) .single-info-header {
		margin-bottom: 0px;
		text-align: center;
	}
	
	.#lancamento {
		background-color: #a3b089 !important;
		height: 1300px;
	}
	
	.arrow-prev-lancamento, .arrow-next-lancamento {
		display: none;
	}

	#lancamento .descricao-slider .content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0px;
	}
	
	.content .item:nth-child(1) {
		border-right: 1px solid #fff;
		padding-right: 20px;
	}
	
	.content .item:nth-child(3) {
		margin-top: 40px;
	}
	
	.content .item:nth-child(4) {
		margin-top: 40px;
/* 		margin-left: 10px; */
		padding: 0 20px;
	}
	
	
	.btn-zap-planta a {
		font-size: 16px;
	}
	
	#condicoes .items .item {
		height: 130px;
	}
	
	#conheca h2 p  {
		text-align: center;
		font-family: Cormorant;
		font-size: 48px;
		font-style: italic;
		font-weight: 700;
		line-height: 56px; /* 116.667% */
	}
	
	#conheca {
		padding: 50px 20px;
	}
	
	.container-swiper-empreendimentos {
		width: 100%;
		margin-top: 0;
/* 		height: 250px;
		bottom: 0; */
	}
	
	.empreendimentos-entregues-vic {
		height: 280px;
	}
	
	.swiper-slide-empreendimentos.swiper-slide-active {
		margin-top:0 ;
		padding: 20px;
	}
	
	.swiper-entregues {
		margin-top: 0px;
		padding: 10px 20px;
		width: 100%;
	}
	
	.btn-zap-empreendimentos {
		display: none;
	}
	
	.btn-zap-empreendimentos-mobile {
		display: flex;
		position: relative;
		z-index: 2;
	}
	
	.entregues-vic {
		height: 120px;
		width: 100%;
	}
	
	.arrow-next-planta {
		top: 75%;
		right: 40%;
	}
	
	.arrow-prev-planta {
		top: 75%;
		left: 40%;
	}
	
	
	
	body {
		overflow-x: hidden;
	}
	
}


.slick-next {
	display: none;
}

.slick-prev {
	display: none;
}

.container-text-shape {
	background-image: url("../images/shape-v2.png");
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 383px;
	margin-bottom: -70px;
	position: relative;
	z-index: 999;
	margin-left: -25px;
	padding-left: 40px;
}

.container-shapes {
	max-width: 880px;
	margin: 0 auto;
}

.title-shape {
	color: #FFF;
	font-family: Cormorant;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	padding: 0 !important;
	text-align: left;
	margin: 0;
	margin-bottom: -25px;
	margin-top: 10px;
}

.subtitle-shape {
	color: #FFF;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 65px; /* 325% */
	letter-spacing: -0.2px;
	text-transform: lowercase;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.swiper-button-disabled {
	opacity: 0.4;
	cursor: auto
}

.swiper-button-disabled:hover {
	transform: none;
}

.swiper-amplitude {
	position: relative;
	margin-bottom: 40px;
}

.single-slide-amplitude {
	width: auto;
	height: 670px;
}

.arrow-prev-amplitude, .arrow-next-amplitude {
	position: absolute;
	top: 55%;
	z-index: 2;
	cursor: pointer;
}

.arrow-prev-amplitude {
	left: -70px;
}

.arrow-next-amplitude {
	right: -70px;
}

.swiper-amplitude .swiper-slide-prev, .swiper-amplitude .swiper-slide-next {
	visibility: hidden;
}

.title-banner p {
	margin: 0;
	margin-top: 50px;
}


.btn-zap-mapp {
	display: none;
}


@media (max-width: 1300px) {
	.infos-panorama {
		width: 100%;
		justify-content: center;
		z-index: 5;
	}
	
	.banner-sobreposto {
		display: none;
	}
	
	.slider_seguranca {
		width: 100%;
		align-items: center;
	}
	
	#lancamento .descricao-slider .content .item {
		width: calc(50% - 20px);
	}
	
	.slider_seguranca {
		height: 600px;
	}
	
}

@media (max-width: 1400px) {
	header .wpp-topo {
		padding: 15px 28px 24px 28px;
	}
	
	header .wpp-topo .phone a {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	header .wpp-topo {
		padding: 10px;
	}
	
	header .wpp-topo .phone {
		margin-top: -5px;
	}
	
	.single-slide-amplitude {
		width: 100% !important;
        height: 350px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: center;
	}
	
/* 	.swiper-slide {
		display: none;
	}
	
	.swiper-slide-active {
		display: flex;
	} */
	
	.container-shapes {
		width: 90%;
	}
	
	.title-shape {
		font-size: 25px;
		margin-top: 15px;
	}
	
	.subtitle-shape {
		font-size: 18px;
	}
	
	.container-text-shape {
		margin-bottom: -30px;
		margin-left: -10px;
		width: 330px;
		background-size: contain;
	}
	
	.arrow-next-amplitude, .arrow-prev-amplitude {
		display: none;
	}
	
	#planta .row {
		--bs-gutter-x: 0 !important;
	}

	.swiper-div-amplitude {
		width: 100%;
	}
	
	.btn-zap-mapp-desktop {
		display: none;
	}
	
	.btn-zap-mapp {
		display: block;
	}
	
	#mapa h2 {
		margin-bottom: 20px;
	}
	
	.text-conditions {
	position: absolute;
	bottom: 10px;
	left: 40%;
}
	
}

/* WhatsAPP */

/* Botão Flutuante WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  background: #20c45a;
}

.whatsapp-float:active {
  transform: translateY(-1px);
}

/* Ícone SVG do WhatsApp */
.whatsapp-icon {
  width: 32px;
  height: 32px;
  fill: white;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover .whatsapp-icon {
  transform: scale(1.1);
}

/* Animação de pulso */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.6), 0 0 0 10px rgba(37, 211, 102, 0.1);
  }

  100% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  }
}

.whatsapp-float.pulse {
  animation: pulse 2s infinite;
}

/* Responsividade */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}