:root {
	--default-blue: #1c2a37;
	--neutral-800: white;
	--dark-blue: #15202b;
	--light-blue: #96b1c0;
	--default-pink: #4b6a7f;
	--dark-pink: #754457;
	--light-pink: #d2bcc3;
	--secondary-01: #a88495;
	--neutral-100: #262524;
	--neutral-200: #3a3a3a;
	--neutral-300: #4a5457;
	--neutral-400: #636d70;
	--neutral-500: #8a9599;
	--neutral-600: #e6e7e8;
	--neutral-700: #f7f7f7;
	--secondary-02: #754457;
	--neutral-700-bg: rgba(230, 231, 232, 0.4);
}

.w-layout-vflex {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}

.w-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.w-form-formradioinput--inputType-custom {
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
	box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
	border-width: 4px;
	border-color: #3898ec;
}

.w-checkbox {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
}

.w-checkbox:before {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}

.w-checkbox:after {
	content: " ";
	clear: both;
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}

.w-checkbox-input {
	float: left;
	margin: 4px 0 0 -20px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0 0 3px 1px #3898ec;
}

body {
	background-color: var(--default-blue);
	color: var(--neutral-800);
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: bold;
	line-height: 44px;
}

p {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	display: inline-block;
}

.footer {
	z-index: 999;
	background-color: #fff;
	position: relative;
}

.section-hero {
	z-index: 101;
	min-height: 90vh;
	background-image: linear-gradient(270deg, #01182a, rgba(1, 24, 42, 0)),
		url("../images/jan/_DSC5331.jpg");
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, fixed;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	display: flex;
	position: relative;
}

.section-hero.section-hero-studios {
	background-image: linear-gradient(to right, #01182a, rgba(1, 24, 42, 0)),
		url("../images/banner-studios.jpg");
}

.section-hero.is-hidden-hero {
	display: none;
}

.page-padding {
	z-index: 5;
	width: 100%;
	padding: 12rem 5%;
}

.page-padding.hero-padding {
	width: 100%;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.page-padding.small-padding {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.page-padding.footer-padding {
	padding-top: 5rem;
	padding-bottom: 1.5rem;
}

.page-padding.small-botoom-padding {
	padding-bottom: 5rem;
}

.page-padding.page-padding-small {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.container {
	z-index: 20;
	width: 100%;
	max-width: 90rem;
	margin-left: auto;
	margin-right: auto;
}

.section-conceito {
	background-image: linear-gradient(
			rgba(40, 72, 96, 0.92),
			rgba(40, 72, 96, 0.92)
		),
		url("../images/pattern_white.svg"), url("../images/pattern_white.svg");
	background-position: 0 0, 130% 10%, -20% 80%;
	background-repeat: repeat, no-repeat, no-repeat;
	background-size: auto, auto, auto;
	background-attachment: scroll, scroll, scroll;
	position: relative;
}

.section-galeria {
	background-color: var(--dark-blue);
	background-image: linear-gradient(
			rgba(36, 65, 86, 0.92),
			rgba(36, 65, 86, 0.92)
		),
		url("../images/pattern_dark.svg");
	background-position: 0 0, 90% 94%;
	background-repeat: repeat, no-repeat;
	background-size: auto, auto;
	overflow: hidden;
}

.section-plantas {
	background-color: #fff;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.89),
			rgba(255, 255, 255, 0.89)
		),
		url("../images/pattern_dark.svg"), url("../images/pattern_white.svg");
	background-position: 0 0, 110% 38%, -24.375rem -5.625rem;
	background-repeat: repeat, no-repeat, no-repeat;
	background-size: auto, auto, auto;
	position: relative;
}

.section-localizacao {
	background-color: #fff;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.8),
			rgba(255, 255, 255, 0.8)
		),
		url("../images/pattern_dark.svg");
	background-position: 0 0, -6.25rem 43.75rem;
	background-repeat: repeat, no-repeat;
	background-size: auto, auto;
	position: relative;
}

.section-contato {
	position: relative;
}

.section-contato.section-contato-ri {
	background-color: var(--dark-blue);
}

.sg-label {
	color: #93a8b1;
	letter-spacing: 0.03125rem;
	text-transform: uppercase;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2em;
}

.p-large {
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.75;
}

.p-large.pl-bold {
	letter-spacing: -0.015625rem;
	font-weight: 700;
}

.p-large.pl-medium {
	letter-spacing: -0.015625rem;
	font-weight: 600;
}

.p-large.pl-regular {
	letter-spacing: -0.015625rem;
	font-size: 1rem;
	font-weight: 300;
}

.spacer {
	height: 3rem;
	background-color: rgba(236, 231, 224, 0);
}

.spacer._48 {
	width: 3rem;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0.375rem;
}

.spacer._24 {
	width: 1.5rem;
	height: 1.5rem;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
}

.spacer._32 {
	width: 2rem;
	height: 2rem;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0.375rem;
}

.spacer._80 {
	width: 5rem;
	height: 5rem;
	background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
	width: 1rem;
	height: 1rem;
	background-color: rgba(0, 0, 0, 0);
}

.spacer._128 {
	width: 8rem;
	height: 8rem;
	background-color: rgba(0, 0, 0, 0);
}

.spacer._64 {
	width: 4rem;
	height: 4rem;
	background-color: rgba(0, 0, 0, 0);
}

.spacer._96 {
	width: 6rem;
	height: 6rem;
	background-color: rgba(0, 0, 0, 0);
}

.spacer._8px {
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(236, 231, 224, 0);
}

.spacer._32px {
	height: 2rem;
}

.spacer._160 {
	height: 10rem;
}

.sg-block {
	margin-bottom: 2rem;
}

.heading {
	margin-top: 0;
	margin-bottom: 0;
}

.heading.title-64px {
	text-transform: uppercase;
	font-size: 3.75rem;
	line-height: 1.25;
}

.heading.title-32px {
	letter-spacing: -0.046875rem;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
}

.heading.title-48px {
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.35;
}

.heading.title-48px.white-span {
	color: #fff;
}

.heading.title-24px {
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

.heading.subtitle-21px {
	text-transform: uppercase;
	font-family: Lemonmilk, sans-serif;
	font-size: 1.3125rem;
	font-weight: 300;
	line-height: 1.5em;
}

.heading.subtitle-24px {
	letter-spacing: -0.046875rem;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
}

.heading.title-40px {
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.35;
	display: block;
}

.heading.subtitle-32px {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.5;
}

.heading.subtitle-18px {
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5em;
}

.heading.subtitle-40px {
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.35;
}

.heading.subtitle-21px {
	letter-spacing: -0.046875rem;
	text-transform: uppercase;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.6;
}

.heading.title-32px {
	letter-spacing: -0.046875rem;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.35;
}

.heading.subtitle-16px {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5em;
}

.text-box {
	max-width: 46.875rem;
}

.text-box._640px {
	max-width: 40rem;
	min-height: 4rem;
	font-weight: 600;
}

.text-box._640px.visible {
	background-color: #d0e8ff;
	border-radius: 0.375rem;
}

.text-box._480px {
	max-width: 25rem;
	min-height: 4rem;
}

.text-box._480px.visible {
	background-color: #d0e8ff;
	border-radius: 0.375rem;
}

.text-box._560px {
	max-width: 35rem;
}

.text-box._560px.visible {
	background-color: #d0e8ff;
	border-radius: 0.375rem;
}

.text-box._800px {
	max-width: 50rem;
	min-height: 4rem;
}

.text-box._800px.visible {
	background-color: #d0e8ff;
	border-radius: 0.375rem;
}

.text-box._700px {
	max-width: 43.75rem;
	min-height: 4rem;
}

.text-box._700px.visible {
	background-color: #d0e8ff;
	border-radius: 0.375rem;
}

.text-box._320px {
	max-width: 20rem;
}

.sg-title {
	color: #fff;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.4em;
}

.sg-section {
	z-index: 0;
	padding: 6rem;
}

.sg-section.sg-color-block {
	background-color: #11202a;
}

.horizontal-line {
	width: 100%;
	height: 0.0625rem;
	opacity: 0.2;
	background-color: #1d1916;
	margin-bottom: 2.25rem;
}

.horizontal-line.design-system {
	position: relative;
	bottom: -5rem;
}

.sg-description {
	max-width: 25rem;
	color: rgba(255, 255, 255, 0.6);
}

.ds-section-header {
	margin-bottom: 3.125rem;
}

.ds-colour-block {
	flex: 1;
	padding-right: 1rem;
	display: inline-block;
}

.color-palette {
	width: 100%;
	height: 5rem;
	background-color: #111314;
	border-radius: 0.3125rem;
	margin-left: 0;
	margin-right: 0;
}

.color-palette.primary-pallete.primary-default {
	background-color: var(--default-blue);
}

.color-palette.primary-pallete.primary-hover {
	background-color: var(--dark-blue);
}

.color-palette.primary-pallete.primary-light {
	background-color: var(--light-blue);
}

.color-palette.secondary-palette.secondary-01 {
	background-color: var(--default-pink);
}

.color-palette.secondary-palette.secondary-02 {
	background-color: var(--dark-pink);
}

.color-palette.secondary-palette.secondary-03 {
	background-color: var(--light-pink);
}

.color-palette.secondary-palette.secondary-04 {
	background-color: var(--secondary-01);
}

.color-palette.neutral-palette.neutral-100 {
	background-color: var(--neutral-100);
}

.color-palette.neutral-palette.neutral-200 {
	background-color: var(--neutral-200);
}

.color-palette.neutral-palette.neutral-300 {
	background-color: var(--neutral-300);
}

.color-palette.neutral-palette.neutral-400 {
	background-color: var(--neutral-400);
}

.color-palette.neutral-palette.neutral-500 {
	background-color: var(--neutral-500);
}

.color-palette.neutral-palette.neutral-600 {
	background-color: var(--neutral-600);
}

.color-palette.neutral-palette.neutral-700 {
	background-color: var(--neutral-700);
}

.color-palette.neutral-palette.neutral-800 {
	background-color: var(--neutral-800);
}

.ds-colour-grid {
	flex-wrap: wrap;
	margin-top: 1.5rem;
	display: flex;
}

.button {
	height: 3rem;
	grid-column-gap: 1rem;
	background-color: var(--default-pink);
	color: #fff;
	text-align: left;
	letter-spacing: 0.25px;
	align-items: center;
	margin-right: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.24s ease-in-out;
	display: flex;
}

.button:hover {
	background-color: var(--dark-blue);
}

.button:active {
	background-color: #0a3092;
}

.button.disabled {
	box-shadow: none;
	background-color: #d4e9ff;
}

.button.disabled:hover {
	color: #fff;
}

.button.grey {
	box-shadow: none;
	color: #4c5458;
	background-color: #e1e5e7;
}

.button.grey:hover {
	color: #2a2f31;
	background-color: #afb7bb;
}

.button.grey:active {
	color: #111314;
	background-color: #808c91;
}

.button.minimal {
	box-shadow: none;
	color: #356af0;
	background-color: rgba(0, 0, 0, 0);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.button.minimal:hover {
	color: #0f42c3;
}

.button.minimal:active {
	color: #0a3092;
}

.button.outline {
	background-color: #2996cc;
	border: 0.1875rem solid #2996cc;
}

.button.outline:hover {
	color: #fff;
	background-color: #127db2;
	border-color: #127db2;
}

.button.outline:active {
	background-color: #0f42c3;
	box-shadow: inset 0 0 0 0.125rem #0f42c3;
}

.button.light {
	color: #356af0;
	background-color: #d0e8ff;
}

.button.light:hover {
	color: #0f42c3;
	background-color: #9ec5fa;
}

.button.light:active {
	color: #fff;
	background-color: #356af0;
}

.button.outline-pink {
	border: 0.0625rem solid var(--light-pink);
	background-color: rgba(0, 0, 0, 0);
}

.button.outline-pink:hover {
	background-color: var(--default-pink);
	color: #fff;
	border-color: #127db2;
}

.button.outline-pink:active {
	background-color: #0f42c3;
	box-shadow: inset 0 0 0 0.125rem #0f42c3;
}

._12-columns {
	flex-flow: wrap;
	align-content: stretch;
	justify-content: center;
	align-items: center;
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
}

._12-columns.align-left {
	justify-content: flex-start;
}

.small-button {
	color: #fff;
	text-align: center;
	background-color: #356af0;
	border-radius: 0.25rem;
	flex: none;
	margin-bottom: 1rem;
	padding: 0.375rem 1rem;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	transition: border-color 0.2s, color 0.2s, box-shadow 0.2s,
		background-color 0.2s;
	box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.03);
}

.small-button:hover {
	color: #fff;
	background-color: #0f42c3;
	box-shadow: 0 7px 1.25rem -0.625rem rgba(0, 0, 0, 0.2);
}

.small-button:active {
	background-color: #0a3092;
}

.small-button.light {
	color: #356af0;
	background-color: #d0e8ff;
	margin-right: 0;
}

.small-button.light:hover {
	color: #0f42c3;
	background-color: #9ec5fa;
}

.small-button.light:active {
	color: #fff;
	background-color: #356af0;
}

.small-button.outline {
	color: #356af0;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 0.125rem #9accff;
}

.small-button.outline:hover {
	color: #fff;
	background-color: #356af0;
	box-shadow: inset 0 0 0 0.125rem #356af0;
}

.small-button.outline:active {
	background-color: #0f42c3;
	box-shadow: inset 0 0 0 0.125rem #0f42c3;
}

.column {
	min-height: 2rem;
	flex-flow: column;
	flex: 0 auto;
	align-items: stretch;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	position: relative;
}

.column.desk-3 {
	width: 25%;
	flex: none;
}

.column.desk-4 {
	width: 33.33%;
}

.column.desk-9 {
	width: 75%;
}

.column.desk-2 {
	width: 16.66%;
}

.column.desk-12 {
	width: 100%;
}

.column.desk-11 {
	width: 91.66%;
}

.column.desk-10 {
	width: 83.33%;
}

.column.desk-5 {
	width: 41.66%;
}

.column.desk-7 {
	width: 58.3333%;
}

.column.desk-6 {
	width: 50%;
}

.column.desk-8 {
	width: 66.6667%;
}

.column.desk-1 {
	width: 8.33%;
	flex: 0 auto;
}

.column-styleguide {
	width: 100%;
	height: 2.5rem;
	background-color: #d0e8ff;
	border-radius: 0.375rem;
}

.grid {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: stretch;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	position: relative;
}

.grid.desk-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.grid.desk-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

._1-2-grid {
	max-width: 62.5rem;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr 2fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	position: relative;
}

.ds-module {
	min-height: 6.25rem;
	min-width: 6.25rem;
	background-color: #d0e8ff;
	border-radius: 0.3125rem;
	flex-direction: column;
	display: flex;
	position: relative;
}

._2-1-grid {
	max-width: 62.5rem;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 2fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	position: relative;
}

.visible-spacer {
	background-color: #d0e8ff;
	border-radius: 0.3125rem;
	display: inline-block;
}

.form-success {
	color: #444;
	background-color: #d4e9ff;
	border-radius: 0.375rem;
	padding: 2rem;
	font-size: 1rem;
	line-height: 1.4em;
}

.text-input {
	border: 0.0625rem solid #e1e5e7;
	border-radius: 0.3125rem;
	margin-bottom: 1rem;
	padding: 1.5rem 1rem;
	font-size: 0.9375rem;
	line-height: 0.0875rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.01);
}

.text-input:focus {
	border-color: #529dff;
}

.text-input::-ms-input-placeholder {
	color: #e1e5e7;
}

.text-input::placeholder {
	color: #e1e5e7;
}

.text-input.form {
	min-height: 7.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 1.4em;
}

.form-radio-button {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.field-label {
	color: #4c5458;
	font-size: 0.875rem;
	font-weight: 500;
}

.form-dropdown {
	width: 100%;
	height: 3rem;
	color: #4c5458;
	background-color: #fff;
	border: 0.0625rem solid #e1e5e7;
	border-radius: 0.3125rem;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	font-size: 0.9375rem;
	position: relative;
}

.form-dropdown:hover,
.form-dropdown:focus {
	color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
	color: #999;
	font-size: 0.9375rem;
}

.form-dropdown::placeholder {
	color: #999;
	font-size: 0.9375rem;
}

.form-error {
	color: #444;
	background-color: #ece7e0;
	border-radius: 0.375rem;
	padding: 1rem;
}

.form-checkbox {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.check-box {
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0;
	margin-left: -1.5rem;
	margin-right: 0.625rem;
}

.check-box.w--redirected-checked {
	background-color: #2b95ff;
	background-position: 50%;
	background-size: 1rem;
	border-color: #2b95ff;
}

.form {
	margin-bottom: 0.5rem;
}

.field-block {
	z-index: 1;
	min-height: 1.25rem;
	min-width: 3.125rem;
	border: 0.0625rem solid rgba(0, 0, 0, 0);
	flex-direction: column;
	flex: 1;
	align-items: stretch;
	margin-bottom: 0.5rem;
	display: flex;
}

.radio-button {
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0;
	margin-left: -1.5rem;
	margin-right: 0.625rem;
}

.radio-button.w--redirected-checked {
	border-width: 0.375rem;
	border-color: #2b95ff;
}

.p-medium {
	margin-bottom: 0;
	line-height: 1.5em;
}

.p-medium.pm-bold {
	font-weight: 700;
}

.p-medium.pm-medium {
	font-weight: 600;
	line-height: 1.3em;
}

.p-medium.pm-regular {
	font-weight: 400;
}

.p-medium.pm-light-02 {
	font-weight: 300;
}

.p-medium.pm-medium {
	font-weight: 500;
}

.p-small {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.8em;
}

.p-small.ps-medium {
	font-weight: 600;
}

.p-small.ps-bold {
	font-weight: 700;
}

.p-small.ps-regular {
	font-weight: 300;
}

.sg-block-group {
	margin-bottom: 6rem;
}

.label-p {
	background-color: var(--default-pink);
	color: #fff;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	background-image: none;
	background-repeat: repeat;
	background-size: auto;
	border-radius: 2px;
	margin-bottom: 1.5rem;
	padding: 0.4rem 1rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.3;
	display: inline-block;
}

.label-p.blue-label-p {
	background-image: url("../images/label_shabe_blue.svg");
}

.label-p.margim-bottom-small {
	flex: 0 auto;
	display: inline-block;
}

.hero-content {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.hero-wrapper {
	width: 100%;
	height: 100%;
	justify-content: flex-end;
	display: flex;
}

.hero-wrapper.hero-wrapper-ri,
.hero-wrapper.hero-wrapper-studios {
	justify-content: flex-start;
}

.text-colors {
	margin-bottom: 0;
}

.text-colors.primary-blue-pallete.primary-default {
	color: var(--default-blue);
}

.text-colors.primary-blue-pallete.primary-light {
	color: var(--light-blue);
}

.text-colors.neutral-palette.neutral-300 {
	color: var(--neutral-300);
}

.text-colors.neutral-palette.neutral-400 {
	color: var(--neutral-400);
}

.text-colors.neutral-palette.neutral-700 {
	color: var(--neutral-700);
}

.text-colors.neutral-palette.neutral-800 {
	color: var(--neutral-800);
}

.text-colors.neutral-palette.neutral-800-6 {
	color: rgba(255, 255, 255, 0.6);
}

.text-colors.neutral-palette.neutral-800 {
	color: #fff;
}

.text-colors.primary-pink-pallete.primary-default {
	color: var(--default-pink);
}

.text-colors.primary-pink-pallete.primary-light {
	color: var(--light-pink);
}

.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-fit.image-contain {
	object-fit: contain;
}

.svg-icon.righ-side-cion {
	width: 0.75rem;
	height: 0.75rem;
	margin-left: 1rem;
}

.heading-block {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2rem;
	display: flex;
}

.heading-block.no-margin {
	margin-bottom: 0;
}

.heading-block._560px-size {
	max-width: 30rem;
}

.slide-nav {
	display: none;
}

.heading-left {
	flex: none;
}

.zoom-btn {
	z-index: 2;
	width: 3.5rem;
	height: 3.5rem;
	color: var(--dark-blue);
	cursor: pointer;
	background-color: rgba(150, 177, 192, 0.5);
	padding: 1.25rem;
	font-size: 1rem;
	transition: color 0.32s ease-in-out, background-color 0.32s ease-in-out;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%;
}

.zoom-btn:hover {
	color: var(--neutral-800);
	background-color: #96b1c0;
}

.conceito-wrapper {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.conceito-block {
	width: 50%;
	flex: 1;
	padding-right: 5rem;
}

.feature-block {
	height: 100%;
	flex-flow: column wrap;
	flex: 0 auto;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: flex-start;
	display: flex;
}

.conceito-icon-block {
	width: 45%;
	flex: 0 auto;
	align-items: center;
	margin-bottom: 2.5rem;
	margin-right: 1rem;
	display: flex;
}

.conceito-content {
	flex: none;
}

.grid-02__plantas {
	grid-column-gap: 0rem;
	grid-row-gap: 0rem;
	grid-template-rows: auto auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-bottom: 3.5rem;
	display: grid;
}

.tabs-plantas {
	flex-direction: column;
	display: flex;
}

.tabs-menu {
	flex: none;
	margin-bottom: 2.5rem;
	margin-left: auto;
}

.tab-content {
	flex: none;
	margin-top: 3rem;
	overflow: visible;
}

.btn-icon {
	width: 1rem;
	height: 1rem;
}

.service-heading {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.ficha-mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.icon-diferenciais {
	width: 3rem;
	height: 3rem;
	margin-bottom: 3.875rem;
}

.ficha-slider {
	z-index: 5;
}

.card {
	height: 100%;
	max-height: 24rem;
	border: 0.0625rem solid var(--light-blue);
	background-color: #fff;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 0.5rem;
	padding: 2.5rem;
	text-decoration: none;
	display: flex;
	position: relative;
	overflow: hidden;
}

.section-tour {
	max-height: 67.5rem;
	min-height: 100dvh;
	background-image: linear-gradient(rgba(1, 24, 42, 0.8), rgba(1, 24, 42, 0.8)),
		url("../images/galeria_harmonia-apto_01.jpg");
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, fixed;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	display: flex;
	position: relative;
}

.p-xlarge {
	margin-bottom: 0;
	font-size: 1.3125rem;
	line-height: 1.7em;
}

.p-xlarge.pxl-bold {
	letter-spacing: -0.015625rem;
	font-weight: 700;
}

.ficha-tecnica {
	width: 100%;
	grid-column-gap: 2rem;
	grid-row-gap: 0rem;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: space-around;
	margin-top: 1rem;
	margin-bottom: 3.5rem;
	display: grid;
}

.ficha-tecnica__column {
	border-bottom: 0.125rem solid rgba(150, 177, 192, 0.2);
	flex-wrap: wrap;
	flex: 0 auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	display: flex;
}

.column__heading {
	color: var(--neutral-800);
	text-transform: uppercase;
	flex: 1;
	margin-top: 0;
	margin-bottom: 0.25rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.column__heading.column_subtitle {
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	flex: 1;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.25;
}

.column__heading.pink {
	color: var(--light-pink);
}

.column__heading.dark-pink {
	color: var(--default-pink);
}

.column__heading-block {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}

.column__heading-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.grid-conceito {
	grid-column-gap: 1rem;
	flex-wrap: wrap;
	grid-template-rows: auto;
	grid-template-columns: 1fr 6rem 1fr;
	grid-auto-columns: 1fr;
	align-items: center;
	display: grid;
}

.map-wrapper {
	height: 40rem;
	border-radius: 0.125rem;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
	position: relative;
	overflow: hidden;
}

.map {
	width: 100%;
	height: 100%;
}

.macro-localizacao {
	margin-bottom: 4rem;
}

.section-diferenciais {
	background-color: var(--neutral-700);
	position: relative;
	overflow: hidden;
}

.section-ficha-tecnica {
	position: relative;
}

.right-content {
	z-index: 1;
	max-width: 35rem;
	flex: 1;
	position: relative;
}

.btn-wrapper {
	flex-direction: column;
}

.icon-link__heading {
	color: #fff;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

.icon-link__block {
	cursor: pointer;
	align-items: center;
	margin-bottom: 1rem;
	transition: all 0.6s ease-in-out;
	display: none;
}

.icon-link__block:hover {
	transform: translate(0.75rem) scale(1.045);
}

._24px-bottom-margin {
	padding-bottom: 1rem;
}

.form-wrapper {
	z-index: 25;
	background-color: #fff;
	border-radius: 0.125rem;
	padding: 3.5rem;
	position: relative;
}

.contact-link__wrapper {
	background-color: var(--default-pink);
	border-radius: 0.75rem;
	margin-right: 1rem;
	padding: 1rem;
}

.contact-link__wrapper.chat {
	background-color: var(--light-blue);
}

.left-content {
	z-index: 1;
	max-width: 50%;
	flex: 1;
	padding-right: 7.5rem;
	position: relative;
}

.contato-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	display: flex;
	position: relative;
}

.icon-32 {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	margin-top: 0;
	margin-right: 0;
}

.arrow {
	width: 3.5rem;
	height: 3.5rem;
	background-color: var(--default-pink);
	align-items: center;
	font-size: 1.25rem;
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	display: flex;
	position: absolute;
	top: 45%;
	bottom: auto;
	left: auto;
	right: 2%;
}

.arrow:hover {
	opacity: 1;
	transform: translate(0.3125rem);
}

.arrow.left-arrow {
	margin-left: -1.5rem;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: auto;
}

.arrow.left-arrow:hover {
	transform: translate(-0.3125rem);
}

.arrow.right-arrow {
	margin-right: -1rem;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%;
}

.section-shape-divider {
	z-index: 0;
	position: absolute;
}

.section-shape-divider.bottom-shape {
	width: 100%;
	top: auto;
	bottom: -0.15%;
	left: 0%;
	right: 0%;
}

.section-shape-divider.top-right-shape {
	max-height: 12.5rem;
	min-height: 6.25rem;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%;
}

.section-shape-divider.bottom-left-shape {
	width: 100%;
	max-height: 6.875rem;
	min-height: 6.25rem;
	object-fit: cover;
	object-position: 0% 50%;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: auto;
}

.section-shape-divider.top-shape {
	z-index: 2;
	width: 100%;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
}

.section-shape-divider.footer-shape {
	z-index: 999;
	width: 100%;
	top: auto;
	bottom: -0.15%;
	left: 0%;
	right: 0%;
}

.comando-wrapper {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	letter-spacing: -2px;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 2.5rem;
	display: flex;
}

.text-capitalize.all-caps-text {
	text-transform: uppercase;
}

.divider {
	opacity: 0.32;
}

.divider.vertical-divider {
	opacity: 0.32;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.divider.horizontal-divider {
	opacity: 0.32;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.divider.vertical-divider {
	opacity: 0.32;
	margin-left: 40px;
	margin-right: 40px;
}

.hero-cta {
	align-items: center;
	display: flex;
	position: absolute;
	top: auto;
	bottom: 2%;
	left: 12%;
	right: auto;
}

.icon-spacer._16px {
	margin-right: 1rem;
}

.header-block {
	margin-bottom: 2.5rem;
}

.header-block.center-align-header {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.feature-list {
	flex-direction: column;
	margin-top: 3rem;
	display: flex;
}

.feature-img {
	height: 100%;
	position: relative;
}

.caption {
	background-color: var(--light-blue);
	color: #fff;
	letter-spacing: 0;
	background-image: none;
	background-repeat: repeat;
	background-size: auto;
	padding: 0.5rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: 1.5rem;
	left: 0;
	right: auto;
}

.caption.left-side-caption {
	background-image: none;
	top: auto;
	bottom: 2rem;
	left: auto;
	right: 0;
}

.caption.caption-plantas {
	bottom: -2%;
	left: 50%;
	transform: translate(-50%);
}

.frames-shape {
	display: none;
	position: absolute;
}

.frames-shape.top-right-corner {
	top: 0%;
	bottom: auto;
	left: auto;
	right: -0.046875rem;
	transform: rotate(90deg);
}

.frames-shape.bottom-right-corner {
	top: auto;
	bottom: 0%;
	left: auto;
	right: 0%;
	transform: rotate(-180deg);
}

.frames-shape.top-left-corner {
	top: 0%;
	bottom: auto;
	left: 0%;
	right: auto;
}

.frames-shape.bottom-left-corner {
	top: auto;
	bottom: 0%;
	left: 0%;
	right: auto;
	transform: rotate(-90deg);
}

.frames-shape.bottom-left-corner.bigger-corner {
	width: 4rem;
	bottom: -0.0625rem;
}

.text-line-height.big-line-height {
	line-height: 2;
}

.text-line-height.medium-line-height {
	line-height: 1.6;
}

.feature-with-shape {
	max-width: 33.75rem;
	background-color: var(--default-pink);
	color: #fff;
	text-transform: uppercase;
	background-image: none;
	background-repeat: repeat;
	background-size: auto;
	flex-direction: row;
	flex: none;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 0.75rem 2rem;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
}

.feature-with-shape.blue-label-p {
	background-color: var(--light-blue);
	background-image: none;
}

.feature-with-shape.last-item {
	margin-bottom: 0;
}

.flex-wrap {
	flex-wrap: wrap;
	grid-template-rows: auto;
	grid-template-columns: 1fr 6rem 1fr;
	grid-auto-columns: 1fr;
	align-items: center;
	display: flex;
}

.flex-wrap.justfy-space-between {
	justify-content: space-between;
}

.flex-wrap.direction-vertical {
	flex-direction: column;
	align-items: flex-start;
}

.galeria-tabs {
	flex-direction: column;
	align-items: center;
	margin-top: 2rem;
	display: flex;
}

.galeria-tabs__menu-wrapper {
	margin-bottom: 3.5rem;
	display: flex;
}

.galeria-tabs__tab-link {
	height: 3rem;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.12);
	justify-content: center;
	align-items: center;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	display: flex;
}

.galeria-tabs__tab-link.w--current {
	background-color: var(--default-pink);
}

.galeria-tabs__tab-link.is--studios {
	display: none;
}

.galeria-tabs__slider-mask {
	overflow: visible;
}

.galeria-tabs__slide {
	margin-right: 6rem;
}

.tab-pane-tab-1 {
	max-height: 45rem;
	min-height: 40rem;
}

.tabs-content {
	width: 100%;
	overflow: visible;
}

.slider-lightbox {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide-nav-2 {
	display: none;
}

.slider-overlay {
	background-image: linear-gradient(210deg, rgba(4, 25, 40, 0) 45%, #041928);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.slider-p {
	z-index: 5;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: auto;
	bottom: 4.5rem;
	left: 4.5rem;
	right: auto;
}

.plantas-wrapper {
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 5rem;
	display: flex;
	position: relative;
}

.plantas-heading {
	width: 28%;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10.3125rem;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 14.375rem;
}

.plantas-column {
	flex: 1;
	margin-bottom: 10rem;
}

.plantas-column.last-column {
	margin-bottom: 0;
}

.margin._24px-bottom-margin {
	padding-bottom: 1.5rem;
}

.margin._24px-top-margin {
	padding-top: 1.5rem;
}

.header-plantas {
	border-bottom: 0.3125rem solid var(--default-blue);
	text-transform: uppercase;
	justify-content: space-between;
	margin-bottom: 3.5rem;
	padding-bottom: 1.5rem;
	display: none;
}

.header-plantas.plantas-studios {
	border-bottom-color: var(--default-pink);
	text-transform: uppercase;
}

.tab-plantas.hidden {
	display: none;
}

.tab-plantas__menu {
	justify-content: space-between;
	margin-bottom: 3rem;
	display: flex;
}

.tab-plantas__link {
	width: 49%;
	height: 3rem;
	border: 0.1875rem solid var(--default-blue);
	color: var(--default-blue);
	background-color: rgba(255, 255, 255, 0);
	justify-content: center;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.9375rem;
	font-weight: 300;
	display: flex;
}

.tab-plantas__link.w--current {
	background-color: var(--default-blue);
	color: #fff;
}

.tab-plantas__content {
	overflow: visible;
}

.tab-plantas__grid-planta {
	grid-column-gap: 1rem;
	grid-template-rows: auto;
	grid-template-columns: 0.75fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.grid-planta__content-block {
	padding-top: 5rem;
}

.grid-planta__image-block {
	max-height: 45rem;
}

.label-plantas {
	color: var(--neutral-500);
	align-items: center;
	margin-bottom: 1.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	display: flex;
}

.label-plantas__divider {
	opacity: 0.32;
	margin-left: 1.5rem;
}

.plantas-tipologia {
	color: var(--default-blue);
	margin-bottom: 1.5rem;
}

.plantas-tipologia.plantas-studios {
	color: var(--default-pink);
}

.plantas-tipologia.offices {
	color: #fff;
}

.lightbox_planta {
	width: 100%;
	height: 40rem;
	border: 0.0625rem solid var(--light-blue);
	background-color: #fff;
	position: relative;
}

.plantas-block {
	flex: 1;
	margin-left: 6rem;
}

.thumb-planta-wrapper {
	width: 80%;
	background-color: var(--neutral-700);
	color: var(--light-blue);
	text-transform: uppercase;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	display: flex;
}

.lightbox-thumb {
	width: 5rem;
	height: 2.8125rem;
	margin-right: 1rem;
}

.tab-plantas__link-studios {
	width: 49%;
	height: 3rem;
	border: 0.1875rem solid var(--dark-pink);
	color: var(--dark-pink);
	background-color: rgba(255, 255, 255, 0);
	justify-content: center;
	align-items: center;
	font-family: Lemonmilk;
	font-size: 0.9375rem;
	font-weight: 300;
	display: flex;
}

.tab-plantas__link-studios.w--current {
	background-color: var(--dark-pink);
	color: #fff;
}

.tab-plantas__implantacao {
	width: 100%;
	height: 40rem;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 0.75fr 1fr;
	grid-auto-columns: 1fr;
	display: flex;
}

.grid-planta__image-implantacao {
	height: 100%;
	margin-bottom: 2rem;
}

.implantacao_list-grid {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 1.5rem;
	display: grid;
}

.implantacao__item {
	height: 100%;
	flex: none;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	align-items: center;
	margin-bottom: 1rem;
	display: flex;
}

.bolotario__number {
	width: 1.625rem;
	height: 1.625rem;
	background-color: var(--default-blue);
	color: #fff;
	flex: none;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
	font-size: 0.6875rem;
	font-weight: 300;
	display: flex;
	position: absolute;
}

.bolotario__number.bigger {
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--default-blue);
	padding-top: 0.0625rem;
	font-size: 0.75rem;
	position: static;
}

.bolotario__number._01 {
	top: 39%;
	bottom: auto;
	left: 26%;
	right: auto;
}

.bolotario__number._02 {
	top: 59%;
	bottom: auto;
	left: 26%;
	right: auto;
}

.bolotario__number._03 {
	top: 60%;
	bottom: auto;
	left: 37%;
	right: auto;
}

.bolotario__number._04 {
	top: 53%;
	bottom: auto;
	left: 37%;
	right: auto;
}

.bolotario__number._05 {
	top: 38%;
	bottom: auto;
	left: 37%;
	right: auto;
}

.bolotario__number._06 {
	top: 38%;
	bottom: auto;
	left: 34%;
	right: auto;
}

.bolotario__number._07 {
	top: 38%;
	bottom: auto;
	left: 30.75%;
	right: auto;
}

.bolotario__number._08 {
	top: 66%;
	bottom: auto;
	left: 23%;
	right: auto;
}

.bolotario__number._09 {
	top: 40%;
	bottom: auto;
	left: 41.25%;
	right: auto;
}

.bolotario__number._10 {
	top: 51%;
	bottom: auto;
	left: 41%;
	right: auto;
}

.bolotario__number._10b {
	top: 60%;
	bottom: auto;
	left: 43%;
	right: auto;
}

.bolotario__number._11 {
	top: 30%;
	bottom: auto;
	left: 58.25%;
	right: auto;
}

.bolotario__number._12 {
	top: 35%;
	bottom: auto;
	left: 71%;
	right: auto;
}

.bolotario__number._13 {
	top: 41%;
	bottom: auto;
	left: 62%;
	right: auto;
}

.bolotario__number._14 {
	top: 45%;
	bottom: auto;
	left: 55%;
	right: auto;
}

.bolotario__number._15 {
	top: 30%;
	bottom: auto;
	left: 41.25%;
	right: auto;
}

.bolotario__number._16 {
	top: 32%;
	bottom: auto;
	left: 29%;
	right: auto;
}

.bolotario__number._001 {
	top: 33%;
	bottom: auto;
	left: 32%;
	right: auto;
}

.bolotario__number._002 {
	top: 39%;
	bottom: auto;
	left: 24%;
	right: auto;
}

.bolotario__number._003 {
	top: 66%;
	bottom: auto;
	left: 26%;
	right: auto;
}

.bolotario__number._004 {
	top: 68%;
	bottom: auto;
	left: 20%;
	right: auto;
}

.bolotario__number._005 {
	top: 32%;
	bottom: auto;
	left: 24%;
	right: auto;
}

.bolotario__number._006 {
	top: 40%;
	bottom: auto;
	left: 31%;
	right: auto;
}

.bolotario__number._007 {
	top: 47%;
	bottom: auto;
	left: 30%;
	right: auto;
}

.bolotario__number._008 {
	top: 71%;
	bottom: auto;
	left: 36%;
	right: auto;
}

.bolotario__number._009 {
	top: 28%;
	bottom: auto;
	left: 43%;
	right: auto;
}

.bolotario__number._010 {
	top: 40%;
	bottom: auto;
	left: 38%;
	right: auto;
}

.bolotario__number._011 {
	top: 66%;
	bottom: auto;
	left: 43%;
	right: auto;
}

.bolotario__number._012 {
	top: 58%;
	bottom: auto;
	left: 48%;
	right: auto;
}

.bolotario__number._013 {
	top: 62%;
	bottom: auto;
	left: 39%;
	right: auto;
}

.bolotario__number._014 {
	top: 57%;
	bottom: auto;
	left: 41%;
	right: auto;
}

.bolotario__number._015 {
	top: 40%;
	bottom: auto;
	left: 48%;
	right: auto;
}

.bolotario__number._016 {
	top: 35%;
	bottom: auto;
	left: 46%;
	right: auto;
}

.bolotario__number._017 {
	top: 50%;
	bottom: auto;
	left: 62%;
	right: auto;
}

.bolotario__number._018 {
	top: 32%;
	bottom: auto;
	left: auto;
	right: 24%;
}

.bolotario__number._019 {
	top: 22%;
	bottom: auto;
	left: auto;
	right: 24%;
}

.bol_number-2 {
	margin-bottom: 0;
	padding-bottom: 0.125rem;
}

.bol_heading {
	color: #033554;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.2;
}

.slide-diferenciais {
	width: 40%;
	height: 22rem;
	margin-right: -0.0625rem;
	overflow: hidden;
}

.arrows-diferenciais {
	width: 3rem;
	height: 3rem;
	background-color: var(--default-pink);
	cursor: pointer;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25rem;
	transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	display: flex;
	position: absolute;
	top: auto;
	bottom: -4.5rem;
	left: auto;
	right: 1%;
}

.arrows-diferenciais:hover {
	background-color: var(--dark-pink);
	transform: translate(0.3125rem);
}

.arrows-diferenciais.left {
	transition-duration: 0.32s;
	right: 5rem;
}

.arrows-diferenciais.left:hover {
	background-color: var(--dark-pink);
	transform: translate(-0.3125rem);
}

.card-big-icon {
	width: 11.25rem;
	height: 11.25rem;
	opacity: 0.2;
	margin-top: -1.875rem;
	margin-right: -2.5rem;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%;
}

.diferenciais-bg {
	z-index: 0;
	height: 50%;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.btn-primary {
	color: #fff;
	background-color: #496f9e;
	border-radius: 0.125rem;
	flex: none;
	align-items: center;
	margin-top: 0;
	margin-right: 1rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	display: flex;
}

.btn-primary:hover {
	background-color: #355b8a;
}

.btn-primary.tour-btn {
	height: 3.5rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border: 0.125rem solid #496f9e;
	margin-top: 3.5rem;
	margin-bottom: 1rem;
	padding-top: 1.0625rem;
	display: inline-block;
}

.btn-primary.tour-btn:hover {
	color: #fff;
	background-color: #355b8a;
	border-color: #496f9e;
}

.btn-primary.tour-btn:active {
	background-color: rgba(0, 0, 0, 0);
}

.btn-primary.outline-pink {
	height: 3.5rem;
	border: 0.125rem solid var(--default-pink);
	color: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 3.5rem;
	margin-bottom: 1rem;
	padding-top: 1.0625rem;
	font-size: 1rem;
	display: inline-block;
}

.btn-primary.outline-pink:hover {
	background-color: var(--default-pink);
}

.btn-primary.outline-pink:active {
	background-color: rgba(0, 0, 0, 0);
}

.hover-link-wrapper {
	z-index: 100;
	width: 9.25rem;
	height: 9.25rem;
	opacity: 1;
	justify-content: center;
	align-items: center;
	padding: 1.5rem;
	display: flex;
	position: absolute;
	top: auto;
	bottom: 5vw;
	left: auto;
	right: 0;
}

.hover-link-wrapper.video-link-wrapper {
	width: 12.5rem;
	height: 12.5rem;
	margin-right: 9.375rem;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hover-link {
	width: 100%;
	height: 100%;
	color: #fff;
	letter-spacing: 0.1875rem;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0);
	border: 0.0625rem solid #fff;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	font-size: 0.6875rem;
	text-decoration: none;
	display: flex;
}

.scroll-icon {
	width: 3rem;
	height: 3rem;
}

.column__heading-icon-box {
	width: 4rem;
	height: 4rem;
	background-color: rgba(255, 255, 255, 0.12);
	border-radius: 0.25rem;
	justify-content: center;
	align-items: center;
	display: flex;
}

.tab-arrow-2 {
	width: 1rem;
	height: 1rem;
	background-color: #a87a53;
	border-radius: 0.25rem;
	display: none;
	position: absolute;
	top: auto;
	bottom: -0.3125rem;
	left: 1.5rem;
	right: auto;
	transform: rotate(45deg);
}

.tab-btn-localicalicao {
	height: 3.5rem;
	min-width: 16.25rem;
	color: var(--neutral-400);
	text-transform: uppercase;
	background-color: rgba(221, 221, 221, 0);
	border-bottom: 0.375rem solid rgba(150, 177, 192, 0.2);
	padding-top: 0.875rem;
	padding-left: 0;
	font-size: 1.125rem;
	font-weight: 700;
}

.tab-btn-localicalicao.w--current {
	border-bottom-color: var(--default-blue);
	color: var(--default-blue);
	background-color: rgba(255, 255, 255, 0);
	display: none;
}

.map-distances-block {
	flex-flow: wrap;
	flex: 1;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	display: flex;
}

.icon-distancias {
	width: 4rem;
	height: 4rem;
	background-color: rgba(150, 177, 192, 0.1);
	border-radius: 0.25rem;
	flex: none;
	justify-content: center;
	align-items: center;
	margin-right: 1.5rem;
	display: flex;
}

.grid-micro-localizacao {
	height: 33.75rem;
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 5rem;
}

.img-grid-localizacao {
	width: 100%;
	height: 100%;
	border-radius: 0.125rem;
	position: relative;
	overflow: hidden;
}

.caption-small {
	font-size: 0.875rem;
	position: absolute;
	top: auto;
	bottom: 1.25rem;
	left: 1.5rem;
	right: auto;
}

.cta-grid {
	text-align: right;
	margin-top: 2rem;
	margin-left: 2rem;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: auto;
}

.grid-places {
	grid-column-gap: 1.9375rem;
	grid-row-gap: 2.0625rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.place-block {
	flex: 0 auto;
	align-items: center;
	display: flex;
}

.section-comerciais {
	background-color: var(--neutral-100);
}

.section-comerciais.is--hidden {
	display: none;
}

.tab-plantas-offices__link {
	width: 49%;
	height: 3rem;
	border: 0.1875rem solid var(--default-blue);
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	justify-content: center;
	align-items: center;
	font-family: Lemonmilk;
	font-size: 0.9375rem;
	font-weight: 300;
	display: flex;
}

.tab-plantas-offices__link.w--current {
	background-color: var(--default-blue);
	color: #fff;
}

.lightbox-fit {
	width: 100%;
	height: 100%;
	transition: transform 0.32s ease-in-out;
}

.lightbox-fit:hover {
	transform: scale(1.012);
}

.tour-icon {
	width: 56px;
	margin-bottom: 3.5rem;
}

.slider-p__mobile {
	z-index: 5;
	color: #fff;
	margin-top: 2rem;
	display: none;
}

.vagas-block,
.btn-flex {
	flex-wrap: wrap;
	grid-template-rows: auto;
	grid-template-columns: 1fr 6rem 1fr;
	grid-auto-columns: 1fr;
	align-items: center;
	display: flex;
}

.hidden-div {
	display: none;
}

.form-block {
	z-index: 5;
	display: none;
	position: relative;
}

.field_label {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0.25rem;
	padding-left: 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	display: none;
}

.text-field {
	height: 3.5rem;
	background-color: var(--default-blue);
	margin-bottom: 1rem;
	padding: 0 0 0 1.5rem;
	transition: all 0.3s ease-in-out;
}

.text-field:hover {
	background-color: var(--dark-blue);
}

.text-field:active {
	color: #fff;
}

.text-field:focus {
	color: #6b6b6b;
	border: 0.125rem solid #373435;
}

.text-field::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.53);
}

.text-field::placeholder {
	color: rgba(255, 255, 255, 0.53);
}

.text-field.message {
	padding-top: 1.5rem;
	padding-bottom: 4rem;
}

.form-btn {
	width: 100%;
	height: 3.5rem;
	background-color: var(--default-pink);
	color: #fff;
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
	-webkit-text-fill-color: inherit;
	background-clip: border-box;
	margin-top: 1rem;
	margin-right: 1rem;
	padding: 1rem 1.5rem;
	font-weight: 700;
	transition: all 0.8s ease-in-out;
}

.form-btn:hover {
	background-color: var(--dark-pink);
	box-shadow: 0 12px 1.25rem -0.625rem rgba(0, 0, 0, 0.48);
}

.form-sucess {
	color: #285213;
	background-color: #82cf5c;
	font-weight: 500;
}

.navbar__link {
	color: rgba(255, 255, 255, 0.7);
	padding: 1rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.304, 0.985);
}

.navbar__link:hover {
	color: #fff;
}

.navbar__link.w--current {
	color: #fff;
	font-weight: 600;
}

.navbar__link.navbar__link-mobile {
	display: none;
}

.navbar__button {
	height: 2.5rem;
	grid-column-gap: 0.5rem;
	background-color: var(--default-pink);
	color: #fff;
	letter-spacing: 0.03125rem;
	flex: none;
	align-items: center;
	margin-left: 0.5rem;
	padding: 1rem 1.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.32s ease-in-out;
	display: flex;
}

.navbar__button:hover {
	background-color: var(--dark-pink);
}

.navbar__button.w--current {
	color: #fff;
}

.navbar__button.navbar__button-outline {
	border: 0.125rem solid var(--light-pink);
	background-color: rgba(0, 0, 0, 0);
	margin-left: 2rem;
}

.navbar__button.navbar__button-cta {
	border: 0.125rem solid var(--default-blue);
	background-color: var(--default-blue);
}

.navbar__button.navbar__button-cta:hover {
	border-color: var(--dark-blue);
	background-color: var(--dark-blue);
}

.navbar {
	height: 4rem;
	opacity: 0;
	background-color: rgba(40, 72, 96, 0);
	justify-content: space-between;
	align-items: center;
	margin-top: 3rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	display: flex;
	position: fixed;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
}

.navbar.navbar_fixed {
	position: fixed;
}

.navbar__brand {
	grid-row-gap: 0.75rem;
	border-bottom: 0.25rem solid var(--light-blue);
	background-color: var(--default-blue);
	border-bottom-right-radius: 0.1875rem;
	border-bottom-left-radius: 0.1875rem;
	flex-direction: column;
	padding: 1.5rem 1.5rem 1rem;
	display: flex;
	box-shadow: 0 20px 3.125rem -1.25rem rgba(10, 32, 49, 0.56),
		0 0 1.25rem -0.625rem rgba(0, 0, 0, 0);
}

.navbar__brand.is--studio {
	border-bottom: 0.25rem solid var(--light-pink);
}

.navbar__brand.is--neutral {
	border-bottom-style: none;
	margin-top: -48px;
}

.navbar__pages {
	height: 100%;
	align-items: center;
	display: flex;
}

.navbar__pages.hidden-div {
	display: none;
}

.navbar__list {
	width: 100%;
	height: 100%;
	max-width: 90rem;
	justify-content: space-between;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}

.navbar__logo {
	width: 5rem;
	height: 6rem;
}

.navbar__button-icon {
	width: 1rem;
	height: 1rem;
}

.svg-icon-2 {
	padding-top: 0.3125rem;
}

.modal__close-btn {
	width: 3rem;
	height: 3rem;
	color: #fff;
	cursor: pointer;
	background-color: #303030;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	transition: all 0.2s ease-in-out;
	display: flex;
	position: absolute;
	top: 1.25rem;
	bottom: auto;
	left: auto;
	right: 1.25rem;
}

.modal__close-btn:hover {
	color: #fff;
	background-color: #ea3838;
	padding-top: 0.875rem;
	box-shadow: 0 12px 1.5rem rgba(0, 0, 0, 0.29);
}

.modal-01__bg {
	z-index: 98;
	cursor: pointer;
	background-color: rgba(31, 32, 32, 0.85);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.modal__form {
	padding-top: 2rem;
}

.modal-03__bg {
	z-index: 98;
	cursor: pointer;
	background-color: rgba(31, 32, 32, 0.85);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.modal-02-whatsapp {
	z-index: 3000;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.modal-02__wrapper {
	z-index: 99;
	width: 50%;
	background-color: var(--neutral-800);
	border-radius: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	padding: 3.5rem;
	position: relative;
	box-shadow: 14px 14px 5rem 1.25rem rgba(31, 32, 32, 0.85);
}

.modal-02__bg {
	z-index: 98;
	cursor: pointer;
	background-color: rgba(31, 32, 32, 0.85);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.modal-01-chat {
	z-index: 3000;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.modal-01__wrapper,
.modal-03__wrapper {
	z-index: 99;
	width: 50%;
	background-color: #fff;
	border-radius: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	padding: 3.5rem;
	position: relative;
	box-shadow: 14px 14px 5rem 1.25rem rgba(31, 32, 32, 0.85);
}

.modal-03-email {
	z-index: 3000;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.modal__heading {
	color: var(--neutral-200);
	text-transform: none;
	padding-right: 1.5rem;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
}

.plt-hero {
	height: 20rem;
	color: #fff;
	background-image: linear-gradient(rgba(2, 20, 32, 0.8), rgba(2, 20, 32, 0.8)),
		url("../images/bg_hero_img.jpg");
	background-position: 0 0, 50% 80%;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	align-items: center;
	padding-left: 4rem;
	padding-right: 4rem;
	display: flex;
}

.plt-container {
	width: 100%;
	max-width: 76rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}

.plt-container._1216px {
	max-width: 76rem;
}

.plt__hero-block {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.plt__brand {
	width: 10rem;
	height: 10rem;
}

.plt__btn {
	background-color: var(--default-pink);
	color: var(--neutral-800);
	letter-spacing: -0.015625rem;
	border-radius: 0.25rem;
	padding: 1.25rem 2.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: color 0.4s ease-in-out;
	display: inline-block;
}

.plt__btn:hover {
	background-color: var(--dark-pink);
	color: #fff;
}

.plt-section {
	padding: 6.25rem 4rem 10rem;
	position: relative;
}

.plt-title {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 300;
}

.plt-block {
	width: 40rem;
	text-align: justify;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.plt-paragraph {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.5;
}

.plt-heading-24px {
	text-align: left;
	text-transform: uppercase;
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 1.3125rem;
	font-weight: 400;
}

.cta-02 {
	z-index: 102;
	max-width: 25rem;
	color: #373435;
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 2rem;
	display: none;
	position: fixed;
	top: auto;
	bottom: 2rem;
	left: 2rem;
	right: auto;
	box-shadow: 0 6px 1.4375rem rgba(20, 20, 43, 0.08);
}

.p-cookies.p-cookies-small {
	color: var(--dark-blue);
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.cta-02__pol-link {
	color: #373435;
	font-weight: 700;
	text-decoration: underline;
}

.button-primary {
	color: #fff;
	text-align: center;
	background-color: #4a3aff;
	border-radius: 5rem;
	justify-content: center;
	align-items: center;
	padding: 1.25rem 2.5rem 1.3125rem;
	font-weight: 700;
	line-height: 1.25rem;
	text-decoration: none;
	transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
	display: flex;
	box-shadow: 0 3px 0.75rem rgba(74, 58, 255, 0.12);
}

.button-primary:hover {
	background-color: #3527d8;
	transform: translate(0, -0.125rem);
	box-shadow: 0 4px 0.625rem rgba(74, 58, 255, 0.15);
}

.button-primary.cookies-btn {
	max-width: 10rem;
	background-color: var(--default-pink);
	color: #fff;
	border-radius: 0.125rem;
	flex-wrap: nowrap;
	padding: 0.75rem 1.25rem;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	display: flex;
}

.button-primary.cookies-btn:hover {
	background-color: var(--dark-pink);
	box-shadow: 0 4px 0.625rem rgba(117, 68, 87, 0.3);
}

.close-message---brix {
	color: #170f49;
	cursor: pointer;
	transform-style: preserve-3d;
	padding: 0.8125rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	transition: all 0.35s;
	display: none;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%;
}

.close-message---brix:hover {
	color: #4a3aff;
	transform: scale3d(0.9, 0.9, 0.01);
}

.cta-button {
	max-width: 22.5rem;
	-webkit-text-fill-color: inherit;
	cursor: pointer;
	background-color: #25d366;
	background-clip: border-box;
	border-radius: 0.75rem;
	justify-content: space-between;
	align-items: center;
	margin-right: 1rem;
	padding: 1rem;
	transition: background-color 0.32s ease-in-out;
	display: flex;
}

.cta-button:hover {
	background-color: #25c461;
}

.cta-wrapper {
	margin-left: 1rem;
}

.cta-fixo__link-wrapper {
	grid-column-gap: 0.5rem;
	flex: 1;
	justify-content: center;
	align-items: center;
	padding: 0.75rem;
	transition: all 0.48s ease-in-out;
	display: flex;
}

.cta-fixo__link-wrapper:hover {
	background-color: rgba(255, 255, 255, 0.11);
	border-color: #f6f6f6;
}

.cta-fixo__link-wrapper.cta-mail {
	background-color: #1677d9;
}

.cta-fixo__link-wrapper.cta-whatsapp {
	cursor: pointer;
	background-color: #25d366;
}

.cta-fixo__link-wrapper.cta-whatsapp:hover {
	background-color: #18ac4f;
}

.icon-footer {
	width: 1.25rem;
	height: 1.125rem;
	transform: skew(-20deg);
}

.contato-fixo {
	z-index: 100;
	width: 95%;
	cursor: pointer;
	border-top-left-radius: 0.125rem;
	border-top-right-radius: 0.125rem;
	justify-content: center;
	align-items: stretch;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.48s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	display: none;
	position: fixed;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.unit-wrapper {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex: 1;
	align-items: center;
	padding: 1rem 2rem 1rem 1rem;
	display: flex;
	position: relative;
}

.unit-cta-wrapper {
	grid-column-gap: 1rem;
	flex: 1;
	display: flex;
	position: relative;
	transform: skew(20deg);
}

.unit-cta {
	grid-column-gap: 0.5rem;
	background-color: var(--light-blue);
	color: var(--dark-blue);
	flex: 1;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	padding: 0.75rem;
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.48s ease-in-out;
	display: flex;
	position: relative;
}

.unit-cta:hover {
	background-color: var(--default-blue);
	color: var(--neutral-800);
}

.btn-flex__heading {
	max-width: 7rem;
	text-align: right;
	letter-spacing: 0.03125rem;
	text-transform: uppercase;
	flex: none;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
}

.btn-flex__text-link {
	letter-spacing: 0.03125rem;
	text-transform: uppercase;
	flex: none;
	margin-bottom: 0;
	margin-right: 0;
	transform: skew(-20deg);
}

.unit-wrapper-shape {
	width: 101%;
	height: 100%;
	background-color: #162633;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	transform: skew(20deg);
}

.unit-wrapper-shape.unit-wrapper-shape-02 {
	background-color: #1e3345;
}

.section-obras {
	background-color: var(--neutral-700);
	background-image: linear-gradient(
			rgba(247, 247, 247, 0.82),
			rgba(247, 247, 247, 0.82)
		),
		url("../images/pattern_dark.svg");
	background-position: 0 0, 0%;
	background-repeat: repeat, no-repeat;
	background-size: auto, auto;
	display: flex;
	position: relative;
	overflow: hidden;
}

.slider-img-03 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	align-items: flex-end;
	display: flex;
}

.slider_cronograma {
	width: 100%;
	height: 20rem;
	background-color: rgba(0, 0, 0, 0);
	align-items: center;
}

.arrow-localicao {
	width: 3rem;
	height: 3rem;
	opacity: 0.64;
	background-color: #dc9f69;
	border-radius: 0.25rem;
	align-items: center;
	font-size: 1.5rem;
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	display: flex;
	position: absolute;
	top: 35%;
	bottom: auto;
	left: auto;
	right: 0;
}

.arrow-localicao:hover {
	opacity: 1;
	transform: translate(-0.3125rem);
}

.arrow-localicao.left {
	left: 1.5rem;
	right: auto;
}

.arrow-localicao.left:hover {
	transform: translate(-0.3125rem);
}

.slide-nav-dots {
	display: none;
}

.slider__mask-03 {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.caption-obras {
	color: var(--neutral-300);
	font-size: 0.875rem;
	position: absolute;
	top: auto;
	bottom: -1.5rem;
	left: 0%;
	right: auto;
}

.slide-cronograma {
	z-index: 255;
	width: 50%;
	padding-right: 1.5rem;
	transition: all 0.4s ease-in-out;
	overflow: visible;
}

.cronograma__porcentagem {
	color: #6c6c75;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.cronograma__block.last {
	margin-top: 2rem;
	position: relative;
}

.cronograma-line__block {
	height: 0.5rem;
	background-color: #ebebeb;
	border-radius: 1.25rem;
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
	position: relative;
	overflow: hidden;
}

.cronograma__numbers {
	justify-content: space-between;
	align-items: center;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	display: flex;
}

.cronograma__text-wrapper {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.cronograma {
	grid-column-gap: 3.5rem;
	grid-row-gap: 0.5rem;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 6rem;
	display: grid;
}

.cronograma-slider {
	width: 40%;
	height: 0.5rem;
	background-color: var(--light-blue);
	border-radius: 1.25rem;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
}

.cronograma-slider._08 {
	width: 97%;
}

.cronograma-slider._05 {
	width: 88%;
}

.cronograma-slider._03 {
	width: 98%;
}

.cronograma-slider._07 {
	width: 68%;
}

.cronograma-slider._06 {
	width: 68%;
}

.cronograma-slider.total {
	width: 85%;
	background-color: #496c88;
}

.cronograma-slider._01 {
	width: 100%;
}

.cronograma-slider._04 {
	width: 98%;
}

.cronograma-slider._02 {
	width: 100%;
}

.cronograma__heading {
	color: #6c6c75;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.heading-cronograma {
	text-align: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.whatsapp-shade {
	z-index: 0;
	background-color: #ea3838;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.whatsapp-shade._02 {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.whatsapp-shade._01 {
	-webkit-text-fill-color: inherit;
	background-clip: border-box;
}

.z-indez-block {
	z-index: 5;
	position: relative;
}

.float-contatact-wrapper {
	z-index: 999;
	flex-direction: column;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 56px;
	left: auto;
	right: 56px;
}

.float-contatact__btn-icon {
	z-index: 5;
	width: 24px;
	height: 24px;
}

.p-xxsmall {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.8em;
}

.p-xxsmall.ps-bold {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.float-contatact-mail {
	z-index: 999;
	width: 80px;
	height: 80px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	background-color: #96b1c0;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	transition: all 0.32s cubic-bezier(0.86, 0, 0.07, 1);
	display: flex;
}

.float-contatact-mail:hover {
	background-color: #548099;
	transform: scale(1.1);
}

.float-contatact-chat-copy {
	z-index: 999;
	width: 80px;
	height: 80px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	background-color: #a97d8c;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	transition: all 0.32s cubic-bezier(0.86, 0, 0.07, 1);
	display: none;
}

.float-contatact-chat-copy:hover {
	background-color: #995e72;
	transform: scale(1.1);
}

.float-contatact-trigger {
	z-index: 999;
	width: 80px;
	height: 80px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}

.float-contatact-whatsapp {
	z-index: 999;
	width: 80px;
	height: 80px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	background-color: #25d366;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	transition: all 0.32s cubic-bezier(0.86, 0, 0.07, 1);
	display: flex;
}

.float-contatact-whatsapp:hover {
	background-color: #1ab353;
	transform: scale(1.1);
}

.lightbox-cronograma {
	width: 100%;
	height: 100%;
}

.texto-legal {
	color: rgba(74, 84, 87, 0.75);
	margin-top: 2rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3;
}

.social-icon {
	width: 2rem;
	height: 2rem;
}

.logo-block {
	justify-content: space-around;
	margin-bottom: 1rem;
	display: flex;
}

.d1up_logo {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 1rem;
}

.logo-footer {
	width: auto;
	height: auto;
	max-height: 6.25rem;
	max-width: 10.625rem;
}

.footer-content-01 {
	color: #4a5457;
	border-top: 0.0625rem solid rgba(116, 119, 119, 0.3);
	border-bottom: 0.0625rem solid rgba(116, 119, 119, 0.3);
	flex-direction: column;
	align-items: stretch;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
}

.content-02__right {
	align-items: center;
	display: flex;
}

.assinatura {
	color: #000;
	text-align: center;
	letter-spacing: 0.25px;
	margin-bottom: 1.5rem;
	font-size: 0.75rem;
	font-weight: 400;
}

.logo-link {
	margin-left: 2rem;
	margin-right: 2rem;
}

.logo-link:hover {
	opacity: 0.73;
}

.content {
	justify-content: space-between;
	display: flex;
}

.footer-link {
	color: #747777;
	margin-left: 0.75rem;
	margin-right: 0.25rem;
	transition: all 0.4s ease-in-out;
}

.footer-link:hover {
	color: #4cc0ad;
}

.doc-button {
	background-color: var(--default-pink);
	border-radius: 0.1875rem;
	padding: 0.5rem 1rem 0.4rem;
	font-weight: 500;
	transition: background-color 0.32s;
}

.doc-button:hover {
	background-color: #244156;
}

.content-01__left {
	align-items: center;
	display: flex;
}

.footer-disclaimer {
	color: #747777;
	display: flex;
}

.footer-disclaimer:hover {
	color: #4cc0ad;
}

.d1up---footer-disclaimer {
	color: #747777;
	align-items: center;
	text-decoration: none;
	display: flex;
}

.d1up---footer-disclaimer:hover {
	color: #fdb913;
}

.footer-content-02 {
	flex-direction: column;
	align-items: stretch;
	margin-top: 3.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
}

.content-01__right {
	align-items: center;
	display: flex;
}

._2px-divider {
	width: 0.125rem;
	height: 70%;
	background-color: rgba(116, 119, 119, 0.24);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.content-02__left {
	align-items: center;
	display: flex;
}

.footer-icon {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	margin-top: 0;
	margin-right: 1rem;
}

.footer_wrapper {
	flex-direction: column;
	flex: 1;
	justify-content: center;
	align-items: stretch;
	display: flex;
}

.disclaimer-text {
	color: #636d70;
	letter-spacing: 0;
	text-transform: none;
	font-size: 0.8125rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.disclaimer-text:hover {
	color: #252c2b;
}

.header-cta {
	z-index: 102;
	width: 100%;
	height: 3rem;
	background-color: var(--dark-blue);
	justify-content: center;
	align-items: center;
	display: flex;
	position: fixed;
	overflow: hidden;
}

.header-cta-wrapper {
	grid-column-gap: 1rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	align-items: center;
	font-size: 0.75rem;
	display: flex;
}

.section-hero-ri {
	z-index: 101;
	height: 50rem;
	background-image: linear-gradient(
			rgba(17, 32, 53, 0.86),
			rgba(17, 32, 53, 0.86)
		),
		url("../images/galeria_harmonia-areas_comuns_08.jpg");
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	display: flex;
	position: relative;
}

.documentos-wrapper {
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 5rem;
	display: flex;
	position: relative;
}

.documentos-heading {
	width: 28%;
	margin-bottom: 10.3125rem;
	position: -webkit-sticky;
	position: sticky;
	top: 14.375rem;
}

.documentos-block {
	flex: 1;
	margin-left: 6rem;
}

.documento-column {
	flex: 1;
	margin-bottom: 4rem;
}

.documento-column.last-column {
	margin-bottom: 0;
}

.header-documentos {
	border-bottom: 0.3125rem solid var(--light-blue);
	text-transform: uppercase;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	display: flex;
}

.header-documentos.plantas-studios {
	border-bottom-color: var(--default-pink);
	text-transform: uppercase;
}

.document-list-wrapper {
	grid-row-gap: 0.75rem;
	flex-direction: column;
	display: flex;
}

.document-list__item {
	min-height: 3.5rem;
	grid-column-gap: 1.5rem;
	border-right: 0.125rem solid var(--light-blue);
	border-left: 0.375rem solid var(--light-blue);
	color: #fff;
	-webkit-text-fill-color: inherit;
	background-color: #142b3d;
	background-clip: border-box;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 2rem;
	text-decoration: none;
	display: flex;
}

.document-list-description {
	grid-column-gap: 1.5rem;
	align-items: center;
	display: flex;
}

.document-list-date {
	grid-column-gap: 0.75rem;
	color: var(--light-blue);
	flex: none;
	align-items: center;
	font-weight: 600;
	display: flex;
}

.document-icon {
	height: 1rem;
}

.document-list-divider {
	width: 0.0625rem;
	height: 1rem;
	background-color: var(--light-blue);
}

.document-list-name {
	grid-column-gap: 1rem;
	color: var(--neutral-800);
	align-items: center;
	font-weight: 600;
	display: flex;
}

.nav-label {
	color: var(--light-pink);
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4;
	display: inline-block;
}

.nav-label.blue-label-p {
	background-image: url("../images/label_shabe_blue.svg");
}

.nav-label.margim-bottom-small {
	flex: 0 auto;
	margin-bottom: 2.5rem;
	display: inline-block;
}

.nav-label.nav-label-blue {
	color: #8ec5e4;
	letter-spacing: 0;
}

.btn-span {
	opacity: 0.72;
	line-height: 1.5;
}

.footer-cta-component {
	z-index: 2000;
	width: 100%;
	background-color: var(--default-pink);
	background-image: url("../images/pattern_dark.svg"),
		url("../images/pattern_dark.svg");
	background-position: -30%, 130%;
	background-repeat: no-repeat, no-repeat;
	background-size: 35%, 35%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	display: none;
	position: fixed;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%;
	transform: translate(0, 100%);
}

.footer-cta__content-wrapper {
	grid-column-gap: 2.5rem;
	justify-content: center;
	align-items: center;
	display: flex;
}

.label-wrapper {
	grid-row-gap: 0.5rem;
	flex-direction: column;
	margin-bottom: 1.5rem;
}

.sutitle-label {
	letter-spacing: 2px;
	font-size: 0.75rem;
}

.hero-label {
	color: #fff;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #fdbf1f, #885d25);
	-webkit-background-clip: text;
	background-clip: text;
	border-radius: 2px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
}

.hero-label.blue-label-p {
	background-image: url("../images/label_shabe_blue.svg");
}

.hero-label.margim-bottom-small {
	flex: 0 auto;
	display: inline-block;
}

.hero-bg {
	background-color: rgba(13, 19, 25, 0.6);
	display: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.hero-divider {
	height: 0.4rem;
	background-image: url("../images/texture-gold.png");
	background-position: 50%;
	background-size: 50%;
	position: absolute;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.absolut-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.line-01 {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 12px;
	line-height: 1;
	display: flex;
}

.metragem {
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 500;
}

.body {
	font-weight: 400;
}

.meragem-span {
	font-size: 1.9rem;
}

.suites {
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 300;
}

.line-02 {
	grid-column-gap: 2px;
	grid-row-gap: 2px;
	flex-direction: column;
}

.vagas {
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.3;
}

.hall {
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	display: none;
}

.hero-subtitle {
	letter-spacing: 1px;
	font-size: 0.875rem;
}

.hero-logo {
	width: 30dvw;
	max-width: 24rem;
	min-width: 16rem;
	margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
	.page-wrapper {
		overflow: hidden;
	}

	.section-hero {
		height: auto;
		background-image: linear-gradient(
				rgba(4, 18, 28, 0.8),
				rgba(4, 18, 28, 0.8)
			),
			url("../images/bg_hero_img.jpg");
		background-position: 0 0, 50%;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		background-attachment: scroll, fixed;
		position: relative;
	}

	.page-padding {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}

	.page-padding.small-padding {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.page-padding.small-botoom-padding {
		padding-bottom: 2.5rem;
	}

	.section-localizacao {
		background-image: linear-gradient(
				rgba(255, 255, 255, 0.8),
				rgba(255, 255, 255, 0.8)
			),
			url("../images/pattern_dark.svg");
		background-position: 0 0, -10.625rem 31.875rem;
		background-size: auto, 80%;
	}

	.p-large {
		font-size: 1rem;
		line-height: 1.5em;
	}

	.sg-block {
		margin-bottom: 2.5rem;
	}

	.heading.title-64px {
		font-size: 3.5rem;
	}

	.heading.title-32px {
		font-size: 1.875rem;
	}

	.heading.subtitle-24px,
	.heading.subtitle-32px,
	.heading.subtitle-21px {
		font-size: 1.1875rem;
	}

	.heading.title-32px {
		font-size: 1.875rem;
	}

	.text-box._560px {
		max-width: 45rem;
	}

	.text-box._320px {
		max-width: 40rem;
	}

	.button {
		position: relative;
	}

	.button.light {
		font-size: 1.125rem;
		line-height: 1.4;
	}

	._12-columns {
		flex-flow: wrap;
	}

	.small-button {
		position: relative;
	}

	.column {
		width: 50%;
	}

	.column.desk-3 {
		width: 33.33%;
		flex-wrap: nowrap;
	}

	.column.desk-5 {
		width: 50%;
	}

	.column.desk-7.tab-8 {
		width: 66.6667%;
	}

	.grid,
	._1-2-grid,
	._2-1-grid {
		margin-left: 0;
	}

	.p-medium {
		max-width: 40rem;
		font-size: 0.875rem;
	}

	.label-p {
		margin-right: 2rem;
		font-size: 0.8125rem;
	}

	.label-p.margim-bottom-small {
		margin-bottom: 1rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 0.75rem;
	}

	.hero-content {
		min-width: auto;
	}

	.hero-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.heading-block {
		margin-bottom: 1.5rem;
	}

	.heading-block.no-margin {
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		display: block;
	}

	.conceito-wrapper {
		flex-direction: column;
	}

	.conceito-block {
		width: 100%;
		margin-bottom: 2rem;
		padding-right: 0;
	}

	.feature-block {
		align-items: flex-start;
		padding-left: 0;
	}

	.conceito-icon-block {
		width: auto;
		margin-right: 3.5rem;
	}

	.grid-02__plantas {
		width: 100%;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
	}

	.tabs-plantas {
		width: 100%;
	}

	.tabs-menu {
		justify-content: flex-start;
		margin-left: 0;
		display: flex;
	}

	.tab-pane-tab-2 {
		margin-top: 1.5rem;
	}

	.btn-icon {
		margin-right: 0.5rem;
		font-size: 0.8125rem;
	}

	.ficha-slider {
		padding-right: 1rem;
	}

	.section-tour {
		min-height: 90vh;
	}

	.ficha-tecnica {
		flex-direction: column;
		grid-template-columns: 1fr;
		margin-bottom: 2.5rem;
	}

	.column__heading.column_subtitle {
		text-align: left;
		margin-top: 0.5rem;
	}

	.grid-conceito {
		width: 100%;
		grid-row-gap: 3.5rem;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		justify-content: flex-start;
	}

	.map-wrapper {
		height: 25rem;
	}

	.right-content {
		z-index: 2;
		max-width: 100%;
		flex: 0 auto;
		padding-left: 0;
	}

	.btn-wrapper {
		flex-direction: row;
		display: flex;
	}

	.icon-link__block {
		margin-right: 1.5rem;
	}

	.form-wrapper {
		margin-top: 3.5rem;
		padding: 2.0625rem;
	}

	.contact-link__wrapper {
		padding: 0.75rem;
	}

	.left-content {
		max-width: 100%;
		padding-right: 0;
	}

	.icon-32 {
		width: 1.5rem;
		height: 1.5rem;
	}

	.section-shape-divider.top-right-shape {
		max-height: 6.25rem;
		min-height: 3.75rem;
	}

	.divider.horizontal-divider {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.hero-cta {
		bottom: 2%;
		left: 28%;
	}

	.icon-spacer._16px {
		margin-right: 0.75rem;
	}

	.header-block {
		width: 82%;
		margin-bottom: 2rem;
	}

	.header-block.center-align-header {
		width: 100%;
	}

	.feature-list {
		flex-flow: wrap;
		justify-content: flex-start;
	}

	.feature-img {
		width: 100%;
		height: auto;
	}

	.caption {
		margin-right: 2rem;
		font-size: 0.8125rem;
	}

	.caption.left-side-caption {
		margin-right: 0;
		right: -1rem;
	}

	.feature-with-shape {
		margin-right: 2rem;
		font-size: 0.8125rem;
	}

	.flex-wrap {
		width: 100%;
		justify-content: flex-start;
	}

	.galeria-tabs__menu-wrapper {
		width: 100%;
	}

	.galeria-tabs__tab-link {
		flex: 1;
		margin-left: 0.25rem;
		margin-right: 0.25rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		font-size: 0.8125rem;
	}

	.plantas-wrapper {
		flex-direction: column;
	}

	.plantas-heading {
		width: 100%;
		margin-bottom: 4rem;
		position: static;
	}

	.tab-plantas__link {
		width: 49.5%;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		font-size: 0.875rem;
	}

	.tab-plantas__grid-planta {
		grid-row-gap: 2rem;
		grid-template-columns: 1fr;
	}

	.grid-planta__content-block {
		padding-top: 0;
	}

	.plantas-block {
		width: 100%;
		margin-left: 0;
	}

	.implantacao_list-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.bol_number-2 {
		font-size: 0.8125rem;
	}

	.slide-diferenciais {
		width: 50%;
		height: 24rem;
	}

	.arrows-diferenciais {
		width: 2.5rem;
		height: 2.5rem;
		bottom: -1.1875rem;
		right: 4%;
	}

	.arrows-diferenciais.left {
		right: 10%;
	}

	.card-big-icon {
		width: 10rem;
		height: 10rem;
	}

	.btn-primary {
		margin-right: 0.5rem;
		font-size: 0.8125rem;
	}

	.btn-primary.tour-btn,
	.btn-primary.outline-pink {
		margin-bottom: 0;
	}

	.hover-link-wrapper.video-link-wrapper {
		width: 10rem;
		height: 10rem;
		margin-top: 5rem;
		display: none;
	}

	.scroll-icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.tab-btn-localicalicao {
		flex: 1;
	}

	.map-distances-block {
		align-items: flex-start;
		padding-left: 0;
	}

	.grid-micro-localizacao {
		height: 30rem;
		grid-template-rows: 20rem auto;
	}

	.grid-places {
		grid-template-columns: 1fr 1fr;
	}

	.place-block {
		width: auto;
		margin-right: 3.5rem;
	}

	.tour-icon {
		width: 3.5rem;
		height: 3.5rem;
	}

	.vagas-block {
		width: 100%;
		justify-content: flex-start;
	}

	.btn-flex {
		width: 100%;
	}

	.navbar__link {
		width: 100%;
		text-align: center;
		background-color: rgba(150, 177, 192, 0.04);
		border-radius: 0.25rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar__link:hover {
		background-color: #496c88;
		font-weight: 500;
	}

	.navbar__link.w--current {
		background-color: #1d3a38;
	}

	.navbar__link.navbar__link-mobile {
		display: block;
	}

	.navbar__button {
		height: auto;
		text-align: center;
		justify-content: center;
		margin-top: 2rem;
		margin-left: 0;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.navbar {
		height: 5rem;
		background-color: var(--dark-blue);
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.navbar__brand {
		z-index: 999;
		padding-bottom: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar__brand.is--neutral {
		margin-top: 0;
		padding: 1rem;
	}

	.navbar__pages {
		z-index: 500;
		min-height: 100vh;
		opacity: 1;
		background-color: #0e1f2a;
		flex-direction: column;
		margin-top: -0.625rem;
		padding: 1.5rem;
	}

	.navbar__mobile {
		background-color: var(--default-pink);
		color: #fff;
		margin-top: 0.5rem;
		transition: all 0.4s ease-in-out;
	}

	.navbar__mobile:hover {
		background-color: var(--dark-pink);
		border-radius: 0.25rem;
	}

	.navbar__mobile:active {
		background-color: #496c88;
	}

	.navbar__mobile.w--open {
		background-color: #496c88;
		border-radius: 0.25rem;
	}

	.navbar__logo {
		width: 4.375rem;
		height: 5rem;
	}

	.modal-02-whatsapp {
		display: none;
	}

	.modal-02__wrapper {
		width: 90%;
	}

	.modal-01-chat {
		display: none;
	}

	.modal-01__wrapper,
	.modal-03__wrapper {
		width: 90%;
	}

	.modal-03-email {
		display: none;
	}

	.plt-hero {
		height: 17.5rem;
	}

	.plt-container {
		max-width: none;
	}

	.plt__brand {
		width: 7.5rem;
		height: 7.5rem;
	}

	.plt-section {
		padding: 5rem 3.5rem;
	}

	.plt-block {
		width: 100%;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.plt-paragraph {
		font-size: 1rem;
	}

	.plt-heading-24px {
		margin-top: 2.5rem;
	}

	.cta-02 {
		bottom: 6.875rem;
		left: 1.5rem;
	}

	.cta-button {
		padding: 0.75rem;
	}

	.cta-fixo__link-wrapper {
		margin-left: 0;
		margin-right: 0;
		font-size: 0.75rem;
	}

	.icon-footer {
		width: 1rem;
		height: 1rem;
		transform: skew(0deg);
	}

	.contato-fixo {
		width: 100%;
		grid-column-gap: 0.5rem;
		background-color: #1e3345;
		align-items: center;
		padding-left: 0;
		padding-right: 1rem;
	}

	.unit-wrapper {
		grid-row-gap: 0.25rem;
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}

	.unit-wrapper.unit-wrapper-left {
		background-color: #162633;
		padding: 0.5rem 0.5rem 0.5rem 1rem;
	}

	.unit-cta-wrapper {
		width: 100%;
		grid-column-gap: 0.5rem;
		transform: skew(0deg);
	}

	.unit-cta-wrapper.unit-cta-wrapper-left {
		transform: skew(0deg);
	}

	.unit-cta {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		font-size: 0.75rem;
	}

	.btn-flex__heading {
		max-width: none;
	}

	.btn-flex__text-link {
		transform: skew(0deg);
	}

	.unit-wrapper-shape {
		display: none;
	}

	.section-obras {
		background-image: linear-gradient(
				rgba(255, 255, 255, 0.8),
				rgba(255, 255, 255, 0.8)
			),
			url("../images/pattern_dark.svg");
		background-position: 0 0, -10.625rem 31.875rem;
		background-size: auto, 80%;
	}

	.slide-cronograma {
		width: 100%;
		height: 100%;
		padding-right: 1rem;
	}

	.heading-cronograma {
		width: 100%;
		margin-bottom: 4rem;
		position: static;
	}

	.social-icon {
		width: 1.5rem;
		height: 1.5rem;
	}

	.logo-block {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.logo-footer {
		max-height: 6.25rem;
		max-width: 10rem;
	}

	.footer-logo {
		margin-bottom: 3.5rem;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.logo-link {
		align-self: center;
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.footer-link {
		margin-right: 0.25rem;
	}

	.logo-row {
		display: flex;
	}

	.footer-icon {
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 0.5rem;
	}

	.header-cta {
		background-color: #0d131a;
	}

	.documentos-wrapper {
		flex-direction: column;
	}

	.documentos-heading {
		width: 100%;
		margin-bottom: 4rem;
		position: static;
	}

	.documentos-block {
		width: 100%;
		margin-left: 0;
	}

	.nav-label {
		margin-right: 2rem;
		font-size: 0.8125rem;
	}

	.nav-label.margim-bottom-small {
		margin-bottom: 2.5rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 0.75rem;
	}

	.hero-label {
		margin-right: 2rem;
		font-size: 0.8125rem;
	}

	.hero-label.margim-bottom-small {
		margin-bottom: 1rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 767px) {
	.section-hero {
		min-height: 85vh;
	}

	.page-padding.small-padding {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.section-galeria {
		background-image: linear-gradient(
				rgba(36, 65, 86, 0.85),
				rgba(36, 65, 86, 0.85)
			),
			url("../images/pattern_dark.svg");
		background-position: 0 0, -160% 56%;
		background-size: auto, 77%;
	}

	.p-large.pl-regular {
		margin-top: 1rem;
	}

	.spacer {
		height: 2rem;
	}

	.spacer._24 {
		height: 1rem;
	}

	.spacer._64 {
		height: 3rem;
	}

	.heading.title-64px {
		font-size: 2.1875rem;
	}

	.heading.title-48px {
		font-size: 1.625rem;
		line-height: 1.3em;
	}

	.heading.title-24px {
		font-size: 1.25rem;
	}

	.heading.subtitle-24px {
		font-size: 1.0625rem;
		line-height: 1.4;
	}

	.heading.title-40px {
		font-size: 1.625rem;
		line-height: 1.3em;
	}

	.heading.subtitle-32px {
		font-size: 1.0625rem;
		line-height: 1.4;
	}

	.heading.subtitle-40px {
		font-size: 1.625rem;
		line-height: 1.3em;
	}

	.heading.subtitle-21px {
		font-size: 1.0625rem;
		line-height: 1.4;
	}

	.text-box._560px {
		max-width: none;
	}

	.sg-section {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.ds-colour-block {
		width: 25%;
	}

	.button {
		justify-content: center;
		margin-bottom: 1.5rem;
	}

	.button.minimal {
		margin-left: 0;
		margin-right: 0;
	}

	._12-columns {
		flex-wrap: wrap;
	}

	.column.desk-4,
	.column.desk-5 {
		width: 100%;
	}

	.column.desk-7.tab-8.mob-6 {
		width: 50%;
	}

	.column.desk-6 {
		width: 100%;
	}

	.grid {
		grid-template-columns: 1fr 1fr;
		margin-left: 0;
	}

	.grid.desk-3.tab-3 {
		grid-template-columns: 1fr 1fr;
	}

	.grid.desk-2.tab-2 {
		grid-template-columns: 1fr;
	}

	.grid.desk-4.tab-4 {
		grid-template-columns: 1fr 1fr;
	}

	._1-2-grid,
	._2-1-grid {
		grid-template-columns: 2fr;
		margin-left: 0;
	}

	.field-block {
		min-height: auto;
	}

	.p-medium,
	.p-small {
		font-size: 0.9375rem;
	}

	.p-small.ps-regular {
		font-size: 0.75rem;
	}

	.label-p {
		margin-right: 1.5rem;
	}

	.label-p.margim-bottom-small {
		letter-spacing: 0.1875rem;
	}

	.hero-content {
		width: 100%;
		text-align: center;
		align-items: center;
	}

	.heading-block {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 2rem;
	}

	.heading-left {
		width: 100%;
	}

	.conceito-icon-block {
		margin-bottom: 1.5rem;
		margin-right: 0;
	}

	.service-heading {
		margin-top: auto;
	}

	.ficha-slider {
		padding-right: 0;
	}

	.card {
		padding: 2rem;
	}

	.p-xlarge {
		font-size: 0.9375rem;
	}

	.column__heading.column_subtitle {
		text-align: left;
	}

	.map-wrapper {
		height: 20rem;
		margin-bottom: 2.5rem;
	}

	.micro-localizacao {
		margin-top: -1.875rem;
	}

	.right-content {
		width: 100%;
		align-self: flex-start;
		margin-bottom: 2.5rem;
	}

	.btn-wrapper {
		justify-content: space-between;
	}

	.icon-link__block {
		margin-right: 0.5rem;
	}

	.form-wrapper {
		padding: 1.5rem;
	}

	.contact-link__wrapper {
		margin-right: 0.5rem;
	}

	.arrow {
		display: none;
	}

	.section-shape-divider.top-right-shape {
		max-height: 5rem;
		min-height: 1.875rem;
	}

	.comando-wrapper {
		text-align: center;
		flex-direction: column;
		align-items: center;
	}

	.divider.vertical-divider {
		transform: rotate(90deg);
	}

	.header-block {
		width: 100%;
	}

	.feature-list {
		margin-top: 2rem;
	}

	.caption {
		margin-right: 1.5rem;
	}

	.caption.left-side-caption {
		padding-left: 2rem;
		padding-right: 2rem;
		font-size: 0.75rem;
	}

	.frames-shape {
		width: 2.5rem;
	}

	.frames-shape.bottom-left-corner.bigger-corner {
		width: 2rem;
	}

	.feature-with-shape {
		width: 100%;
		max-width: none;
		background-size: cover;
		margin-bottom: 1rem;
		margin-right: 0;
	}

	.flex-wrap {
		flex-direction: column;
		align-items: stretch;
	}

	.galeria-tabs__menu-wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 2.5rem;
	}

	.galeria-tabs__tab-link {
		width: 48%;
		flex: none;
		margin-bottom: 1rem;
	}

	.galeria-tabs__slide {
		width: 90%;
		margin-right: 1.5rem;
	}

	.tab-pane-tab-1 {
		height: 24vh;
		max-height: none;
		min-height: 0;
		background-color: rgba(221, 221, 221, 0);
	}

	.slider-p {
		display: none;
	}

	.plantas-column {
		margin-bottom: 6rem;
	}

	.tab-plantas__menu {
		flex-direction: column;
		margin-bottom: 1.5rem;
	}

	.tab-plantas__link {
		width: 100%;
		margin-bottom: 1rem;
	}

	.tab-plantas__grid-planta {
		border: 0.0625rem solid var(--light-blue);
		background-color: var(--neutral-700);
		padding: 1.5rem;
	}

	.thumb-planta-wrapper {
		width: 100%;
		background-color: var(--neutral-600);
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		display: flex;
	}

	.lightbox-thumb {
		margin-right: 1.5rem;
	}

	.implantacao_list-grid {
		width: 100%;
		grid-column-gap: 0.5rem;
		grid-row-gap: 0.5rem;
		grid-template-columns: 1fr 1fr;
	}

	.bolotario__number {
		width: 1.5rem;
		height: 1.5rem;
	}

	.bol_heading {
		font-size: 0.9375rem;
	}

	.slide-diferenciais {
		width: 90%;
		height: 24rem;
	}

	.arrows-diferenciais {
		display: none;
	}

	.btn-primary {
		width: 100%;
		height: 3.5rem;
		margin-bottom: 1rem;
	}

	.btn-primary.tour-btn,
	.btn-primary.outline-pink {
		max-width: none;
		margin-bottom: 1rem;
		margin-right: 0;
	}

	.hover-link-wrapper {
		display: none;
	}

	.hover-link-wrapper.video-link-wrapper {
		display: flex;
	}

	.map-distances-block {
		flex-direction: column;
	}

	.grid-micro-localizacao {
		height: auto;
	}

	.place-block {
		margin-bottom: 1.5rem;
		margin-right: 0;
	}

	.slider-p__mobile {
		display: block;
	}

	.field_label {
		font-size: 0.875rem;
	}

	.navbar {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar__brand {
		padding: 1.25rem;
	}

	.navbar__pages {
		min-height: 100vh;
	}

	.navbar__mobile.w--open {
		background-color: #3b5e59;
	}

	.navbar__logo {
		height: 4.375rem;
	}

	.modal-02__wrapper,
	.modal-01__wrapper,
	.modal-03__wrapper {
		padding: 2rem;
	}

	.modal__heading {
		font-size: 1.5rem;
	}

	.plt-hero {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.plt-container {
		width: 100%;
		max-width: none;
	}

	.plt__hero-block {
		flex-direction: row;
		align-items: center;
	}

	.plt__brand {
		width: 6.25rem;
		height: 6.25rem;
	}

	.plt-section {
		padding: 5rem 2rem;
	}

	.plt-paragraph {
		font-size: 0.875rem;
	}

	.button-primary {
		padding: 1rem 2.125rem;
		font-size: 1rem;
		line-height: 1.125rem;
	}

	.cta-button {
		margin-right: 0.5rem;
	}

	.icon-footer {
		width: 0.75rem;
		height: 0.75rem;
	}

	.btn-flex__text-link {
		font-size: 0.625rem;
	}

	.slider_cronograma {
		margin-top: 0;
		margin-left: 0;
		padding-left: 0;
	}

	.arrow-localicao {
		display: none;
	}

	.cronograma {
		grid-template-columns: 1fr;
	}

	.float-contatact-wrapper {
		bottom: 32px;
		right: 32px;
	}

	.p-xxsmall {
		font-size: 15px;
	}

	.texto-legal {
		margin-top: 1.5rem;
		font-size: 0.75rem;
		line-height: 1.3;
	}

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

	.d1up_logo {
		margin-left: 0.5rem;
	}

	.content {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-link {
		margin-left: 0.5rem;
	}

	.content-01__left {
		flex: 1;
		margin-bottom: 1rem;
	}

	.footer-content-02 {
		border-top: 0.0625rem solid rgba(116, 119, 119, 0.31);
		margin-top: 1.5rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	._2px-divider {
		height: 100%;
	}

	.content-02__left {
		height: 1.5rem;
		margin-bottom: 1rem;
	}

	.footer-icon {
		display: none;
	}

	.section-hero-ri {
		height: 40rem;
		background-image: linear-gradient(
				rgba(17, 32, 53, 0.86),
				rgba(17, 32, 53, 0.86)
			),
			url("../images/galeria_harmonia-areas_comuns_08.jpg");
		background-position: 0 0, 50%;
		background-size: auto, cover;
		background-attachment: scroll, scroll;
	}

	.documento-column {
		margin-bottom: 6rem;
	}

	.document-list-wrapper {
		flex-direction: row;
	}

	.document-list__item {
		width: 100%;
		grid-column-gap: 3rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1.5rem;
	}

	.document-list-description {
		width: 100%;
		grid-row-gap: 0.5rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.document-icon {
		flex: none;
	}

	.document-list-divider {
		width: 100%;
		height: 0.1rem;
		background-color: rgba(150, 177, 192, 0.13);
	}

	.nav-label {
		margin-right: 1.5rem;
	}

	.nav-label.margim-bottom-small {
		letter-spacing: 0.1875rem;
	}

	.label-wrapper {
		align-items: center;
	}

	.hero-label {
		margin-right: 1.5rem;
	}

	.hero-label.margim-bottom-small {
		letter-spacing: 0.1875rem;
	}
}

@media screen and (max-width: 479px) {
	.section-hero {
		min-height: 0;
		background-image: linear-gradient(
				rgba(4, 18, 28, 0.8),
				rgba(4, 18, 28, 0.8)
			),
			url("../images/bg_hero_img.jpg");
		background-attachment: scroll, scroll;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.page-padding {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.page-padding.small-padding {
		padding-top: 0;
	}

	.page-padding.page-padding-small {
		padding-top: 0;
		padding-bottom: 0;
	}

	.section-conceito {
		background-image: linear-gradient(
				rgba(40, 72, 96, 0.96),
				rgba(40, 72, 96, 0.96)
			),
			url("../images/pattern_white.svg"), url("../images/pattern_white.svg");
		background-position: 0 0, 130% 10%, -20% 80%;
		background-repeat: repeat, no-repeat, no-repeat;
		background-size: auto, auto, auto;
		background-attachment: scroll, scroll, scroll;
	}

	.section-galeria {
		padding-bottom: 5rem;
	}

	.section-plantas {
		background-image: linear-gradient(
				rgba(255, 255, 255, 0.94),
				rgba(255, 255, 255, 0.94)
			),
			url("../images/pattern_dark.svg"), url("../images/pattern_white.svg");
		background-position: 0 0, 110% 38%, -24.375rem -5.625rem;
		background-repeat: repeat, no-repeat, no-repeat;
		background-size: auto, auto, auto;
	}

	.p-large.pl-regular {
		margin-top: 0;
		position: static;
	}

	.heading.title-32px {
		font-size: 1.3125rem;
	}

	.heading.title-48px {
		font-size: 2rem;
	}

	.heading.subtitle-18px {
		margin-bottom: 0.25rem;
		font-size: 0.875rem;
	}

	.heading.title-32px {
		font-size: 1.3125rem;
	}

	.heading.subtitle-16px {
		margin-bottom: 0.25rem;
		font-size: 0.875rem;
	}

	.sg-section {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.color-palette {
		margin-bottom: 1.25rem;
	}

	.button {
		width: 100%;
		min-height: 0.25rem;
		margin-bottom: 1rem;
		font-size: 1rem;
	}

	.column {
		margin-bottom: 0;
	}

	.column.desk-3,
	.column.desk-5,
	.column.desk-6,
	.text-input {
		width: 100%;
	}

	.p-medium.pm-regular {
		font-size: 0.84375rem;
	}

	.p-medium.pm-light-02 {
		font-size: 0.8125rem;
	}

	.p-small.ps-bold {
		font-size: 0.75rem;
	}

	.label-p {
		letter-spacing: 0;
		margin-right: 0;
		font-size: 0.625rem;
	}

	.label-p.margim-bottom-small {
		margin-bottom: 0.5rem;
	}

	.hero-content {
		flex-direction: column;
		align-items: center;
		padding-bottom: 1vw;
		padding-left: 0;
		padding-right: 0;
	}

	.svg-icon.righ-side-cion {
		width: 0.75rem;
		height: 0.75rem;
		margin-left: 1rem;
	}

	.zoom-btn {
		width: 3rem;
		height: 3rem;
		margin-top: 0.75rem;
		margin-right: 0.75rem;
		padding: 1rem;
	}

	.conceito-content {
		height: auto;
	}

	.grid-02__plantas {
		grid-template-columns: 100%;
	}

	.tabs-menu {
		justify-content: space-between;
		margin-bottom: 0;
	}

	.tab-pane-tab-2 {
		margin-top: 0;
	}

	.btn-icon {
		justify-content: center;
		display: flex;
	}

	.ficha-mask {
		overflow: visible;
	}

	.icon-diferenciais {
		width: 1.25rem;
		height: 1.25rem;
	}

	.card {
		padding: 1.5rem;
	}

	.ficha-tecnica {
		margin-bottom: 2.5rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.ficha-tecnica__column {
		flex-wrap: nowrap;
		margin-bottom: 0;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-right: 0;
	}

	.column__heading {
		margin-bottom: 0.25rem;
		font-size: 0.875rem;
		line-height: 1.4em;
	}

	.column__heading.column_subtitle {
		text-align: left;
		margin-top: 0;
		font-size: 0.875rem;
	}

	.column__heading-block {
		width: 100%;
	}

	.map-wrapper {
		height: 17.5rem;
		margin-top: 1rem;
	}

	.right-content {
		margin-bottom: 0;
	}

	.btn-wrapper {
		flex-direction: column;
		margin-bottom: 2rem;
	}

	.icon-link__block {
		margin-bottom: 0.5rem;
	}

	.form-wrapper {
		padding: 1.0625rem;
	}

	.icon-32 {
		width: 1.5rem;
	}

	.section-shape-divider.top-right-shape {
		max-height: 4rem;
	}

	.section-shape-divider.bottom-left-shape {
		max-height: 7.5rem;
		min-height: 6.25rem;
	}

	.comando-wrapper {
		margin-bottom: 2rem;
	}

	.divider.horizontal-divider {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.caption {
		letter-spacing: 0;
		padding-left: 2rem;
		padding-right: 2rem;
		left: -1rem;
	}

	.caption.left-side-caption {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		bottom: 1rem;
	}

	.caption.caption-plantas {
		width: 50%;
		text-align: center;
		background-size: contain;
		padding: 0.75rem 2rem;
		bottom: -3%;
	}

	.feature-with-shape {
		padding: 0.375rem 1rem;
	}

	.galeria-tabs__tab-link {
		width: 47%;
		height: 2.5rem;
		flex: 10rem;
		margin-bottom: 0.5rem;
	}

	.slider-p {
		margin-bottom: 0;
		bottom: -7.5rem;
	}

	.plantas-heading {
		width: 90%;
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 3.5rem;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}

	.header-plantas {
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}

	.tab-plantas__grid-planta.offices {
		background-color: rgba(0, 0, 0, 0.17);
		border-color: rgba(255, 255, 255, 0.12);
	}

	.lightbox_planta {
		height: 30rem;
	}

	.lightbox_planta.implantacao {
		height: 15.625rem;
	}

	.thumb-planta-wrapper {
		background-color: rgba(150, 177, 192, 0.13);
		border-radius: 0.25rem;
		padding: 1rem;
	}

	.lightbox-thumb {
		height: 3.75rem;
		max-width: 8.75rem;
		min-width: 7.5rem;
		border-radius: 0.25rem;
		margin-left: 0;
		margin-right: 1rem;
		overflow: hidden;
	}

	.tab-plantas__implantacao {
		height: auto;
	}

	.grid-planta__image-implantacao {
		height: auto;
		margin-bottom: 0;
	}

	.implantacao_list-grid {
		grid-template-columns: 1fr 1fr;
	}

	.implantacao__item {
		margin-bottom: 0.5rem;
	}

	.bolotario__number {
		width: 1rem;
		height: 1rem;
		margin-right: 0.5rem;
		font-size: 0.5rem;
	}

	.bolotario__number.bigger {
		width: 2rem;
		height: 2rem;
	}

	.bol_number-2 {
		padding-top: 0.0625rem;
		font-size: 0.6875rem;
	}

	.bol_heading {
		max-width: 100%;
		font-size: 0.8125rem;
	}

	.slide-diferenciais {
		width: 90%;
		height: 26rem;
		border-color: rgba(108, 108, 117, 0.32);
	}

	.btn-primary {
		width: 100%;
		height: 3rem;
		justify-content: center;
		margin-bottom: 0.75rem;
		display: flex;
	}

	.btn-primary.tour-btn {
		padding: 1rem;
		font-size: 0.8125rem;
	}

	.hover-link-wrapper.video-link-wrapper {
		display: none;
	}

	.column__heading-icon-box {
		width: 2rem;
		height: 2rem;
		padding: 0.5625rem;
	}

	.tab-btn-localicalicao {
		min-width: 0;
		font-size: 0.875rem;
	}

	.grid-micro-localizacao {
		width: 100%;
		margin-bottom: 3rem;
	}

	.caption-small {
		font-size: 0.625rem;
		bottom: 1rem;
		left: 1rem;
	}

	.grid-places {
		grid-row-gap: 1rem;
		grid-template-columns: 1fr;
	}

	.place-block {
		margin-bottom: 0;
	}

	.tab-plantas-offices__link {
		width: 100%;
		margin-bottom: 0.75rem;
	}

	.slider-p__mobile {
		bottom: -7.5rem;
	}

	.field_label {
		font-size: 1rem;
	}

	.text-field {
		height: 3rem;
		margin-bottom: 1rem;
		padding-left: 1.125rem;
		font-size: 0.75rem;
	}

	.form-btn {
		width: 100%;
		justify-content: center;
		margin-bottom: 0.75rem;
		display: flex;
	}

	.navbar__link.w--current {
		background-color: #126aa1;
	}

	.navbar {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar__brand {
		padding-bottom: 1rem;
	}

	.navbar__pages {
		height: auto;
		min-height: 100vh;
		padding: 4rem 1.25rem 1.25rem;
		overflow: hidden;
	}

	.navbar__mobile.w--open {
		background-color: #126aa1;
	}

	.modal__close-btn {
		width: 2rem;
		height: 2rem;
		padding: 0.5625rem;
	}

	.modal__form {
		margin-top: -0.1875rem;
		padding-top: 0;
	}

	.modal-02-whatsapp {
		z-index: 5005;
		padding-left: 1.0625rem;
		padding-right: 1.0625rem;
		display: none;
	}

	.modal-02__wrapper {
		width: 95%;
		padding: 1rem;
		overflow: auto;
	}

	.modal-01-chat {
		z-index: 5005;
		padding-left: 1.0625rem;
		padding-right: 1.0625rem;
		display: none;
	}

	.modal-01__wrapper,
	.modal-03__wrapper {
		width: 95%;
		padding: 1rem;
		overflow: auto;
	}

	.modal-03-email {
		z-index: 5005;
		padding-left: 1.0625rem;
		padding-right: 1.0625rem;
		display: none;
	}

	.modal__heading {
		margin-top: 0;
		margin-bottom: 0;
		padding-right: 2.5rem;
		font-size: 0.875rem;
	}

	.plt-hero {
		align-items: flex-end;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.plt__hero-block {
		flex-direction: column;
		margin-bottom: -1.3125rem;
	}

	.plt__brand {
		margin-bottom: 4.5rem;
	}

	.plt__btn {
		width: 100%;
		text-align: center;
	}

	.plt-section {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.plt-block {
		text-align: left;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.plt-heading-24px {
		margin-top: 2rem;
	}

	.cta-02 {
		display: none;
		bottom: 6.25rem;
		left: 1rem;
		right: 1rem;
	}

	.button-primary {
		padding: 0.9375rem 2.125rem 1rem;
	}

	.cta-fixo__link-wrapper {
		padding: 0.625rem;
	}

	.cta-fixo__link-wrapper.cta-mail {
		margin-right: 0;
	}

	.icon-footer {
		display: none;
	}

	.unit-wrapper.unit-wrapper-left {
		padding-left: 0.5rem;
	}

	.unit-cta-wrapper {
		align-items: center;
	}

	.unit-cta {
		padding: 0.625rem 0.75rem;
		line-height: 1.3;
	}

	.unit-cta.unit-cta-small {
		flex: 0 auto;
	}

	.btn-flex__heading {
		letter-spacing: 0;
		font-size: 0.5rem;
	}

	.btn-flex__text-link {
		letter-spacing: 0;
		line-height: 1.3;
	}

	.slider_cronograma {
		margin-top: 2rem;
	}

	.slide-cronograma {
		z-index: 256;
		width: 98%;
		height: 100%;
	}

	.cronograma__porcentagem {
		font-size: 0.875rem;
	}

	.cronograma-line__block {
		margin-bottom: 0.25rem;
	}

	.cronograma__numbers {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.cronograma__heading {
		font-size: 0.875rem;
	}

	.heading-cronograma {
		width: 90%;
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 3.5rem;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}

	.p-xxsmall.ps-bold {
		font-size: 12px;
	}

	.float-contatact-mail,
	.float-contatact-chat-copy,
	.float-contatact-whatsapp {
		bottom: 40px;
		right: 40px;
	}

	.logo-block {
		flex-direction: column;
	}

	.logo-footer {
		max-width: 12.5rem;
	}

	.footer-logo {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.footer-content-01 {
		width: 100%;
		margin-top: 0;
	}

	.logo-link {
		margin: 2rem 0;
	}

	.content {
		align-items: stretch;
	}

	.doc-button {
		width: 100%;
		text-align: center;
		letter-spacing: 1px;
		flex: 1;
		font-size: 0.75rem;
	}

	.footer-disclaimer {
		margin-bottom: 0.5rem;
	}

	.footer-content-02 {
		width: 100%;
		align-items: stretch;
		margin-top: 1.5rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	._2px-divider {
		display: none;
	}

	.content-02__left {
		flex-direction: column;
		flex: 1;
		align-items: flex-start;
		margin-bottom: 1.5rem;
	}

	.logo-row {
		flex-direction: column-reverse;
		align-items: center;
		display: flex;
	}

	.footer-icon {
		width: 1.5rem;
	}

	.footer_wrapper {
		align-items: center;
	}

	.header-cta {
		letter-spacing: 1px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		font-size: 0.75rem;
	}

	.section-hero-ri {
		height: 60vh;
		padding-top: 0;
		padding-bottom: 0;
	}

	.documentos-heading {
		width: 90%;
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 3.5rem;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}

	.documento-column {
		margin-bottom: 3rem;
	}

	.header-documentos {
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}

	.document-list__item {
		grid-column-gap: 2rem;
	}

	.document-list-date {
		font-size: 0.875rem;
	}

	.document-list-name {
		font-size: 0.75rem;
	}

	.nav-label {
		letter-spacing: 0;
		margin-right: 0;
		font-size: 0.625rem;
	}

	.nav-label.margim-bottom-small {
		margin-bottom: 1.25rem;
	}

	.label-wrapper {
		align-items: center;
	}

	.hero-label {
		letter-spacing: 0;
		margin-right: 0;
		font-size: 0.625rem;
	}

	.hero-label.margim-bottom-small {
		margin-bottom: 0.5rem;
	}
}

#w-node-f46bfa54-acc7-ab0f-934d-3d406f50c039-39094a17 {
	grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8efbe53d-7739-3474-7488-acb209fcc04c-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc052-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc058-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc05e-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc064-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc06a-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc070-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc076-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc07c-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc082-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc088-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc08e-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc094-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc09a-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc0a0-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc0a6-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc0f3-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc0f9-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc0ff-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc105-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc10b-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc111-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc117-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc11d-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc123-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc129-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc12f-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc135-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc13b-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc141-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc147-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc14d-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc153-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc159-39094a17,
#w-node-_8efbe53d-7739-3474-7488-acb209fcc15f-39094a17 {
	align-self: stretch;
	justify-self: stretch;
}

#w-node-_88ef004e-8886-1cd5-52a9-4d1c332015ef-39094a17,
#w-node-_6579a36a-9f49-abfd-2d1b-ea9f2b5e11ba-39094a17,
#w-node-_270f9279-25b2-d6c2-3a03-94e9e597318d-39094a17,
#w-node-_17fe7032-3166-08f8-fe47-3ae1d18d5281-39094a17,
#w-node-_63865a72-02ea-fd4a-4bfa-9f5066c5ded5-39094a17,
#w-node-b59c1995-5294-76a8-93b1-8f9fa74dd6b8-39094a17 {
	align-self: stretch;
}

#w-node-ec31713c-5f88-3a90-61f8-2bb3172636b1-39094a17 {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}

#w-node-ec31713c-5f88-3a90-61f8-2bb3172636ba-39094a17 {
	grid-area: 2 / 1 / 4 / 3;
	align-self: auto;
}

#w-node-_474411ae-1619-9397-9674-b93d19da2762-39094a17 {
	grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6718bbc2-5f2d-0f85-fc40-6f548e400687-39094a17 {
	grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1b8269f3-20a8-7c50-f436-056e68e0b63f-39094a17 {
	grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f46bfa54-acc7-ab0f-934d-3d406f50c039-39094a1b {
	grid-area: 1 / 3 / 2 / 4;
}

#w-node-_46502804-7587-78fc-68d1-6b74cc33ecda-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ece0-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ece6-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ecec-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ecf2-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ecf8-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ecfe-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed04-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed0a-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed10-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed16-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed1c-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed22-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed28-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed2e-39094a1b,
#w-node-_46502804-7587-78fc-68d1-6b74cc33ed34-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746d2-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746d8-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746de-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746e4-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746ea-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746f0-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746f6-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b75746fc-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b7574702-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b7574708-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b757470e-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b7574714-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b757471a-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b7574720-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b7574726-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b757472c-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b7574732-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b7574738-39094a1b,
#w-node-c309a0da-9d59-11a3-7a31-5c01b757473e-39094a1b {
	align-self: stretch;
	justify-self: stretch;
}

#w-node-_88ef004e-8886-1cd5-52a9-4d1c332015ef-39094a1b,
#w-node-_6579a36a-9f49-abfd-2d1b-ea9f2b5e11ba-39094a1b,
#w-node-_270f9279-25b2-d6c2-3a03-94e9e597318d-39094a1b,
#w-node-_17fe7032-3166-08f8-fe47-3ae1d18d5281-39094a1b,
#w-node-_63865a72-02ea-fd4a-4bfa-9f5066c5ded5-39094a1b,
#w-node-b59c1995-5294-76a8-93b1-8f9fa74dd6b8-39094a1b {
	align-self: stretch;
}

#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c48054f-39094a1b {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}

#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c48055c-39094a1b {
	grid-area: 2 / 1 / 4 / 3;
	align-self: auto;
}

#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c4805a0-39094a1b {
	grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6718bbc2-5f2d-0f85-fc40-6f548e400687-39094a1b {
	grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca3a9d2c-3c96-c08f-8161-b530e616d11a-39094a1b {
	grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
	#w-node-f46bfa54-acc7-ab0f-934d-3d406f50c039-39094a17,
	#w-node-ec31713c-5f88-3a90-61f8-2bb3172636b1-39094a17,
	#w-node-ec31713c-5f88-3a90-61f8-2bb3172636ba-39094a17 {
		grid-area: span 1 / span 1 / span 1 / span 1;
	}

	#w-node-_474411ae-1619-9397-9674-b93d19da2762-39094a17 {
		grid-area: span 1 / span 4 / span 1 / span 4;
	}

	#w-node-_6718bbc2-5f2d-0f85-fc40-6f548e400687-39094a17,
	#w-node-f46bfa54-acc7-ab0f-934d-3d406f50c039-39094a1b,
	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c48054f-39094a1b,
	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c48055c-39094a1b {
		grid-area: span 1 / span 1 / span 1 / span 1;
	}

	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c4805a0-39094a1b {
		grid-area: span 1 / span 4 / span 1 / span 4;
	}

	#w-node-_6718bbc2-5f2d-0f85-fc40-6f548e400687-39094a1b {
		grid-area: span 1 / span 1 / span 1 / span 1;
	}
}

@media screen and (max-width: 767px) {
	#w-node-_474411ae-1619-9397-9674-b93d19da2762-39094a17 {
		grid-area: span 1 / span 4 / span 1 / span 4;
	}

	#w-node-_07520780-b0e7-4c57-799c-49ecec16d403-39094a17,
	#w-node-_4858b92f-348e-519f-4c66-8f972b258ec1-39094a17,
	#w-node-_4d30555f-a060-ac70-bea3-b99e4143549f-39094a17,
	#w-node-_54544940-5c51-d1bd-acb8-399ccee21d42-39094a17 {
		grid-area: span 1 / span 2 / span 1 / span 2;
	}

	#w-node-_1b8269f3-20a8-7c50-f436-056e68e0b63f-39094a17 {
		grid-area: span 1 / span 1 / span 1 / span 1;
	}

	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c4805a0-39094a1b {
		grid-area: span 1 / span 4 / span 1 / span 4;
	}

	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c4805a5-39094a1b,
	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c4805a9-39094a1b,
	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c4805ad-39094a1b,
	#w-node-_6cb24d13-eb28-5e17-a6e2-a9046c4805b1-39094a1b {
		grid-area: span 1 / span 2 / span 1 / span 2;
	}

	#w-node-ca3a9d2c-3c96-c08f-8161-b530e616d11a-39094a1b {
		grid-area: span 1 / span 1 / span 1 / span 1;
	}
}

@media screen and (max-width: 479px) {
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc052-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc058-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc05e-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc064-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc06a-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc070-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc076-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc07c-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc082-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc088-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc08e-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc094-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc09a-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc0a0-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc0a6-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc0f9-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc0ff-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc105-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc10b-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc111-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc117-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc11d-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc123-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc129-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc12f-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc135-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc13b-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc141-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc147-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc14d-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc153-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc159-39094a17,
	#w-node-_8efbe53d-7739-3474-7488-acb209fcc15f-39094a17 {
		align-self: stretch;
		justify-self: stretch;
	}

	#w-node-_88ef004e-8886-1cd5-52a9-4d1c332015ef-39094a17 {
		align-self: stretch;
	}

	#w-node-_46502804-7587-78fc-68d1-6b74cc33ece0-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ece6-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ecec-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ecf2-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ecf8-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ecfe-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed04-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed0a-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed10-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed16-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed1c-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed22-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed28-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed2e-39094a1b,
	#w-node-_46502804-7587-78fc-68d1-6b74cc33ed34-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b75746d8-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b75746de-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b75746e4-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b75746ea-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b75746f0-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b75746f6-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b75746fc-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b7574702-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b7574708-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b757470e-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b7574714-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b757471a-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b7574720-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b7574726-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b757472c-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b7574732-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b7574738-39094a1b,
	#w-node-c309a0da-9d59-11a3-7a31-5c01b757473e-39094a1b {
		align-self: stretch;
		justify-self: stretch;
	}

	#w-node-_88ef004e-8886-1cd5-52a9-4d1c332015ef-39094a1b {
		align-self: stretch;
	}
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham-Book.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ginora sans";
	src: url("../fonts/Ginora-Sans-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Ginora sans";
	src: url("../fonts/Ginora-Sans-Semi-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Ginora sans";
	src: url("../fonts/Ginora-Sans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Lemonmilk";
	src: url("../fonts/LEMONMILK-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Ginora sans";
	src: url("../fonts/Ginora-Sans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
