@font-face {
  font-family: Things;
  src: url('../fonts/Things.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bauerbodonistd;
  src: url('../fonts/BauerBodoniStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bauerbodonistd;
  src: url('../fonts/BauerBodoniStd-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bauerbodonistd;
  src: url('../fonts/BauerBodoniStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bauerbodonistd;
  src: url('../fonts/BauerBodoniStd-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Ultra.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 800;
  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: 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-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-XLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-strong: #384347;
  --secondary: #ae9574;
  --secondary-light: #d9cbb7;
  --primary: #002f4d;
  --accent: #da2037;
  --accent-hover: #fb2f48;
  --primary-dark: #00132a;
  --primary-light: #365376;
  --dark-medium: #849094;
  --dark: #101314;
  --secondary-dark: #927856;
  --accent-link: #13b6ec;
  --light: white;
  --dark-light: #abb6ba;
  --light-weak: #f7f9fa;
  --light-medium: #e4e6e7;
  --light-strong: #d4d8dd;
  --accent-text: #4d0710;
  --accent-link-hover: #0e98c6;
  --whatsapp: #25d366;
  --whatsapp-hover: #1fb256;
  --facebook: #4267b2;
  --facebook-hover: #34528d;
  --youtube: red;
  --youtube-hover: #c00;
  --linkedin: #2867b2;
  --linkedin-2: #1f5089;
  --instagram: #7638fa;
  --instagram-hover: #602ecc;
  --ss-menu-stroke\<deleted\|variable-73b05457\>: #e4e6f1;
  --flowui-component-library-primary-base\<deleted\|variable-2d1581e5\>: #642eff;
  --royal-02: #b69251;
  --royal-dark: #132e46;
  --royal-02-hover: #c0984f;
  --kütüp-library--dark-slate-grey: #264653;
  --color: white;
  --d1up-color: #fdb913;
  --ss-secondary: #2092b0;
  --ss-secondary-light: #2092b042;
  --ss-secondary-lightest: #21cffc0f;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--burntsienna: #e76f51;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

body {
  color: var(--dark-strong);
  font-family: Gotham, sans-serif;
  font-size: 1rem;
  overflow: clip;
}

h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

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

a {
  font-family: Gotham, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

label {
  margin-bottom: 0;
}

figure {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-wrap {
  overflow: clip;
}

.aside-content-wrap {
  position: relative;
}

.fixed-content {
  z-index: 600;
  position: relative;
}

.footer-component-01 {
  z-index: 5000;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.absolute-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-institucional {
  background-color: var(--primary);
  display: none;
  position: sticky;
  overflow: hidden;
}

.politica_brand {
  width: 12rem;
  height: 6rem;
}

.politica_content {
  grid-row-gap: 3rem;
  text-align: justify;
  flex-direction: column;
  width: 40rem;
  display: flex;
}

.contact-bar_title {
  letter-spacing: .03125rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.contact-bar_divider {
  background-color: #aeb9c226;
  width: .1rem;
  height: 1.25rem;
}

.contact-bar_caption-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #969696;
  text-transform: uppercase;
  align-items: center;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.contact-bar_subtitle {
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1;
}

.contact-bar_icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.contact-bar_button {
  grid-column-gap: 1rem;
  color: #fff;
  cursor: pointer;
  border: .125rem solid #0000;
  border-radius: .125rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  transition: border-color .48s ease-in-out, background-color .24s ease-in-out;
  display: flex;
}

.contact-bar_button:hover {
  border: .0625rem solid var(--accent);
  background-color: var(--accent);
}

.contact-bar_button.is-contact-button-outline {
  border-color: var(--accent);
}

.contact-bar-big {
  z-index: 500;
  border-bottom: .125rem solid var(--dark-strong);
  -webkit-backdrop-filter: blur(16rem);
  backdrop-filter: blur(16rem);
  background-color: #000c;
  width: 100%;
  max-height: 4rem;
  position: fixed;
  inset: auto 0% 0%;
  transform: none;
  box-shadow: 0 -24px 10rem -.625rem #2d130752, 0 -1px 1rem #2d13070a;
}

.contact-bar_butons-wrap {
  grid-column-gap: .5rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.contact-bar__wrap {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -.125rem;
  padding-top: .25rem;
  padding-bottom: .375rem;
  display: flex;
}

.modal_frame {
  z-index: 4500;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  border-bottom: .25rem solid var(--primary);
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  max-height: 90dvh;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal_close {
  color: #fff;
  cursor: pointer;
  background-color: #303030;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition: box-shadow .56s cubic-bezier(.165, .84, .44, 1), background-color .56s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.modal_close:hover {
  background-color: #ea3838;
  box-shadow: 0 12px 1.5rem #0000004a;
}

.modal-whatsapp {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_label {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.modal_bg {
  z-index: 4000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.modal_header {
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.4;
}

.modal-chat {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-email {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.code-snipts {
  display: block;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-color-4 {
  color: #9b9b9b;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.heading-style-h5 {
  text-transform: uppercase;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.ss_text_sidebar-description {
  color: #849094;
  font-size: .875rem;
  line-height: 1.8;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_content_item.is-horizontal-center {
  flex-direction: row;
  align-items: center;
}

.ss_content_item.is-item-level-02 {
  width: 90%;
  margin-left: auto;
}

.ss_content_item.is-item-level-03 {
  width: 85%;
  margin-left: auto;
}

.ss_content_item.is-item-level-04 {
  width: 80%;
  margin-left: auto;
}

.ss_content_item.is-item-level-05 {
  width: 70%;
  margin-left: auto;
}

.display-inline {
  display: inline;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.display-block {
  display: block;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.text-size-tiny {
  letter-spacing: .5px;
  font-size: .75rem;
}

.form-button {
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  font-weight: 600;
  transition: background-color .24s ease-in-out;
}

.form-button:hover {
  background-color: var(--accent-hover);
}

.form-button.is-light {
  color: #000;
  background-color: #fff;
}

.form-button.is-small {
  padding: 1rem 1.5rem;
}

.form-button.is-large {
  padding: 1.5rem 3rem;
}

.spacing-section-large {
  width: 100%;
  height: 8.75rem;
}

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 55rem;
}

.max-width-xxlarge.spacing-center {
  margin-left: auto;
  margin-right: auto;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.text-style-italic {
  font-style: italic;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 11.25rem;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.text-color-secondary-light {
  color: var(--secondary-light);
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.form_checkbox-label {
  line-height: 1.3rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

.text-color-primary-dark {
  color: var(--primary-dark);
}

.ss_sidebar {
  border-right: 1px solid #d4d8dd;
  flex: none;
  width: 20rem;
  padding: 3rem 2.5em 3rem 3em;
}

.spacing-block-custom1 {
  width: 100%;
  height: .75rem;
}

.text-size-huge {
  font-size: 1.3125rem;
}

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

.form_wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.hide {
  display: none;
}

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

.line-height-spaced {
  line-height: 1.8;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold {
  font-weight: 600;
}

.ss_text_heading {
  color: #fff;
  font-size: 8em;
  font-weight: 500;
  line-height: 1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 10rem;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  min-height: 3.5rem;
  margin-top: 2rem;
  position: relative;
}

.form_field-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 1;
  min-width: 12.5rem;
  display: flex;
}

.spacing-block-custom4 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.heading-style-h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.ss_section {
  background-color: #fff;
  border-bottom: 1px solid #d4d8dd;
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  filter: grayscale();
  color: #acacac;
  background-color: #1a1a1a;
  background-image: linear-gradient(#000c, #000c), url('../images/ss-wallpaper.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: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  letter-spacing: .5px;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #d92036;
}

.overflow-auto {
  overflow: auto;
}

.ss_text_heading-description {
  color: #bababa;
  text-align: center;
  margin-top: 2rem;
}

.text-weight-medium {
  font-weight: 500;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.text-size-medium {
  font-size: 1rem;
}

.heading-style-h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_message-success {
  padding: 1.25rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.bg-color-secondary-light {
  background-color: var(--secondary-light);
}

.ss-label-small {
  color: #333333a6;
  flex: none;
  font-weight: 600;
}

.spacing-section-huge {
  width: 100%;
  height: 16.25rem;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.spacing-block-medium {
  width: 100%;
  height: 3rem;
}

.bg-color-secondary, .bg-color-secondary.zy-stylesystem-color {
  background-color: var(--secondary);
}

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

.display-inlineblock {
  display: inline-block;
}

.bg-color-primary-light {
  background-color: #f66;
}

.bg-color-primary-light.zy-stylesystem-color {
  background-color: var(--primary-light);
}

.text-size-small {
  font-size: .88rem;
  line-height: 1.7;
}

.text-size-small.text-color-white {
  justify-content: center;
  align-items: flex-end;
}

.form_input {
  background-color: #fafafa;
  border: 1px solid #d8d8d8a8;
  border-radius: .25rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem .5rem 1.5rem;
  transition: color .24s ease-in-out, border-color .24s ease-in-out, background-color .24s ease-in-out;
}

.form_input:hover {
  color: var(--dark-strong);
  background-color: #f0f0f0;
}

.form_input:active {
  border-color: var(--primary);
  color: var(--dark-strong);
}

.form_input:focus {
  border-color: var(--primary);
}

.form_input::placeholder {
  color: var(--dark-medium);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.ss_content_items-wrap {
  flex-flow: column wrap;
  justify-content: flex-start;
  display: flex;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.line-height-medium {
  line-height: 1.3;
}

.ss--utility-color-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss--utility-color-item.is-neutral-color {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: center;
}

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

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.text-color-dark {
  color: var(--dark);
}

.max-width-xxsmall {
  width: 100%;
  max-width: 4.5rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 5rem;
}

.text-weight-light {
  font-weight: 300;
}

.form_checkbox {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .875rem;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 22.5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-size-large {
  font-size: 1.125rem;
}

.rich-text h2, .rich-text h3 {
  margin-bottom: .5rem;
}

.rich-text h4, .rich-text h5 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.rich-text p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  line-height: 2rem;
}

.rich-text img {
  border-radius: .5rem;
  width: 100%;
}

.rich-text figure {
  max-width: none;
}

.rich-text figcaption {
  opacity: .5;
  text-align: right;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.rich-text ul {
  padding-left: 20px;
  line-height: 1.8rem;
}

.rich-text li {
  color: #000;
}

.ss_utility_color-items {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-items.is-2-collor-columns {
  grid-template-columns: 1fr 1fr;
}

.ss_utility_class {
  color: #fff;
  cursor: pointer;
  background-color: #1e7bfa;
  border-radius: 4px;
  flex: none;
  align-items: center;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
  transition: background-color .42s ease-in-out;
  display: flex;
}

.ss_utility_class:hover {
  background-color: #1964cc;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

.text-weight-normal {
  font-weight: 400;
}

.container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.bg-color-primary {
  background-image: linear-gradient(117deg, var(--primary-dark), var(--primary-light));
  margin-bottom: 96svh;
  position: absolute;
  inset: -8svh 0% 0%;
}

.bg-color-primary.zy-stylesystem-color {
  background-color: var(--primary);
}

.ss_utility_visibility-wrap {
  text-align: center;
  min-width: 420px;
  padding: 1.5rem 2rem;
  position: relative;
}

.heading-style-h6 {
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-flex {
  display: flex;
}

.padding-global {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.text-color-primary {
  color: var(--primary);
}

.overflow-visible {
  overflow: visible;
}

.max-width-xlarge {
  width: 100%;
  max-width: 50rem;
}

.line-height-tight {
  line-height: 1.1;
}

.max-width-large {
  flex: 1;
  width: 100%;
  max-width: 40rem;
}

.line-height-distant {
  line-height: 2;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.75rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 2rem 15em;
}

.heading-style-h4 {
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
}

.spacing-block-large {
  width: 100%;
  height: 2rem;
}

.text-weight-bold {
  font-weight: 700;
}

.ss_text_label {
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2;
}

.bg-color-secondary-dark {
  background-color: var(--secondary-dark);
}

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.overflow-scroll {
  overflow: scroll;
}

.heading-style-h3 {
  letter-spacing: -.5px;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-block.is-horizontal-block {
  grid-column-gap: 2rem;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: auto;
}

.ss_nav {
  z-index: 99999;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 4rem;
}

.form_label {
  color: var(--dark-strong);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12.5rem;
}

.t-ext-color-secondary-dark {
  color: var(--secondary-dark);
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: var(--accent-link);
  background-size: 90%;
  border-radius: .125rem;
  flex: none;
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.bg-color-primary-dark {
  -webkit-text-fill-color: inherit;
  background-color: #cc3d3d;
  background-clip: border-box;
}

.bg-color-primary-dark.zy-stylesystem-color {
  background-color: var(--primary-dark);
}

.ss_sections {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.25rem;
}

.spacing-block-small {
  width: 100%;
  height: 2rem;
}

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

.spacing-section-default {
  width: 100%;
  height: 10rem;
  position: relative;
}

.spacing-section-base {
  height: 12.5rem;
}

.label-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.list_title {
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.list_subtitle {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1rem;
}

.list-text-number {
  font-weight: 700;
}

.caption-text {
  color: var(--light);
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.caption-text.is--secondary-caption {
  opacity: .7;
  font-size: .88rem;
}

.legal-text {
  opacity: .75;
  color: var(--dark-light);
  letter-spacing: .25px;
  font-size: .75rem;
  line-height: 1.3;
}

.ss_neutral-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.ss_neutral-wrap.is-neutral-wrap {
  flex: 1;
}

.div-block {
  grid-column-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-color-dark {
  background-color: var(--dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.bg-color-dark-light {
  background-color: var(--dark-light);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.bg-color-dark-medium {
  background-color: var(--dark-medium);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.bg-color-dark-strong {
  background-color: var(--dark-strong);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-color-secondary {
  color: var(--secondary);
}

.text-color-dark-light {
  color: var(--dark-light);
}

.text-color-dark-medium {
  color: var(--dark-medium);
}

.text-color-dark-strong {
  color: var(--dark-strong);
}

.bg-color-white {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.bg-color-light-weak {
  background-color: var(--light-weak);
}

.bg-color-light-medium {
  background-color: var(--light-medium);
}

.bg-color-light-strong {
  background-color: var(--light-strong);
}

.text-color-light-strong {
  color: var(--light-strong);
}

.text-color-light-medium {
  color: var(--light-medium);
}

.text-color-light-weak {
  color: var(--light-weak);
}

.text-color-white {
  color: var(--light);
  align-items: center;
}

.bg-color-accent {
  background-color: var(--accent);
}

.bg-color-accent-hover {
  background-color: var(--accent-hover);
}

.bg-color-accent-text {
  background-color: var(--accent-text);
}

.text-color-accent-text {
  color: var(--accent-text);
}

.zy-stylesystem-color {
  border-radius: .5rem;
  width: 100%;
  height: 8rem;
}

.bg-color-accent-link {
  background-color: var(--accent-link);
}

.bg-color-accent-link-hover {
  background-color: var(--accent-link-hover);
}

.text-color-accent-link {
  color: var(--accent-link);
}

.text-color-accent-link-hover {
  color: var(--accent-link-hover);
}

.bg-color-whatsapp {
  background-color: var(--whatsapp);
}

.bg-color-whatsapp-hover {
  background-color: var(--whatsapp-hover);
}

.text-color-accent {
  color: var(--accent);
}

.text-color-accent-hover {
  color: var(--accent-hover);
}

.bg-color-facebook {
  background-color: var(--facebook);
}

.bg-color-facebook-hover {
  background-color: var(--facebook-hover);
}

.bg-color-youtube {
  background-color: var(--youtube);
}

.bg-color-youtube-hover {
  background-color: var(--youtube-hover);
}

.bg-color-linkedin {
  background-color: var(--linkedin);
}

.bg-color-linkedin-hover {
  background-color: var(--linkedin-2);
}

.bg-color-instagram {
  background-color: var(--instagram);
}

.bg-color-instagram-hover {
  background-color: var(--instagram-hover);
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-size-xtiny {
  letter-spacing: .5px;
  font-size: .625rem;
}

.text-size-xtiny.footer {
  line-height: .8rem;
}

.text-size-xhuge {
  font-size: 1.5rem;
}

.ss__list_content-wrap {
  grid-column-gap: 1rem;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.ss__list__muted {
  opacity: .3;
}

.text-span-link {
  border-bottom: 1.25px solid var(--accent-link);
  color: var(--accent-link);
  letter-spacing: .25px;
  padding-bottom: .125rem;
  font-weight: 500;
}

.show-tablet, .show-mobile {
  display: none;
}

.z-index-500 {
  z-index: 500;
  position: relative;
}

.z-index-1000 {
  z-index: 1000;
  position: relative;
}

._2-columns-text {
  column-count: 2;
  column-gap: 2rem;
}

.spacing-block-xxxlarge {
  width: 100%;
  height: 5rem;
}

.height-block-huge {
  width: 100%;
  height: 40rem;
}

.height-block-xlarge {
  width: 100%;
  height: 35rem;
}

.height-block-large {
  width: 100%;
  height: 30rem;
  max-height: 80vh;
}

.height-block-medium {
  width: 100%;
  height: 25rem;
}

.height-block-small {
  width: 100%;
  height: 20rem;
}

.height-block-xsmall {
  width: 100%;
  height: 15rem;
}

.content-group {
  flex-direction: column;
  align-items: flex-start;
  max-width: 40rem;
  display: flex;
}

.form_field-vertical-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.ss--tab-menu {
  grid-column-gap: 2rem;
  border-bottom: 1px solid var(--ss-menu-stroke\<deleted\|variable-73b05457\>);
  margin-bottom: 3rem;
  display: flex;
}

.ss--tab-link {
  grid-column-gap: .5rem;
  color: var(--dark-strong);
  background-color: #0000;
  border-bottom: .25rem solid #0000;
  justify-content: center;
  align-items: center;
  padding: .5rem 0 .9rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.ss--tab-link.w--current {
  border-bottom-color: var(--primary);
  color: #fc085b;
  background-color: #0000;
}

.ss_utility_component-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #164236;
  cursor: pointer;
  background-color: #19dba4;
  border-radius: 4px;
  flex: none;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.3;
  transition: background-color .42s ease-in-out;
  display: flex;
}

.ss_utility_component-wrap:hover {
  background-color: #14cc98;
}

.ss_utility_component-icon {
  color: #047a59;
  width: .75rem;
  height: .75rem;
}

.z-depth-800, .z-depth-1000, .z-depth-600 {
  z-index: 800;
  position: relative;
}

.fs-cc-banner_buttons-wrap {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 -4rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-size: .875rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--accent-link);
  color: var(--accent-link);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-radius: .125rem;
  max-width: 60rem;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 3rem 3rem auto;
}

.fs-cc-prefs_toggle-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.hero_arrow {
  z-index: 250;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--light);
  background-color: #00000029;
  border: 1px solid #ffffff1f;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
  transition: background-color .32s cubic-bezier(.23, 1, .32, 1), transform .32s cubic-bezier(.23, 1, .32, 1), border-color .32s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.hero_arrow:hover {
  background-color: #ffffff1a;
  border-color: #fff;
  transform: translate(0, .25rem);
}

.svg-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.svg-icon.is--svg-icon-medium {
  width: 1.25rem;
  height: 1.25rem;
}

.svg-icon.is--svg-icon-small {
  width: .75rem;
  height: .75rem;
  margin-bottom: 3px;
}

.svg-icon.is--svg-icon-xxsmall {
  flex: none;
  width: .5rem;
  height: .5rem;
}

.svg-icon.is--svg-icon-xsmall {
  flex: none;
  width: .75rem;
  height: .75rem;
}

.svg-icon.is--svg-icon-large {
  width: 1.5rem;
  height: 1.5rem;
}

.horizontal-content-divider {
  width: 2rem;
  height: .25rem;
  margin-top: 1rem;
}

.cover-img {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  transition: transform .72s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: 0%;
}

.cover-img.is-cover-zoom:hover {
  transform: scale(1.05);
}

.social-icon-component {
  border-radius: .125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: background-color .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.social-icon-component.is--social-face:hover {
  color: #fff;
  background-color: #3b5998;
}

.social-icon-component.is--social-insta:hover {
  color: #fff;
  background-color: #7638fa;
}

.social-icon-component.is--social-lkd:hover {
  background-color: var(--linkedin);
  color: #fff;
}

.social-icon-component.is--social-youtube:hover {
  background-color: var(--youtube);
  color: #fff;
}

.soccial-icons-wrap {
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.d1up_logo {
  width: 1.25rem;
  height: 1.25rem;
}

.contact-bar_text-block {
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.button-component {
  flex: auto;
  display: inline-block;
}

.foooter_disclaimer-divider {
  opacity: .16;
  background-color: #fff;
  border-radius: 2px;
  width: .15rem;
  height: 1rem;
}

.zoom-button {
  z-index: 25;
  grid-column-gap: .5rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  cursor: pointer;
  background-color: #000000b3;
  border-radius: .3rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.zoom-button:hover {
  color: var(--accent);
  background-color: #000;
}

.list-component {
  grid-column-gap: 1rem;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.list_text-block {
  flex-direction: column;
  display: flex;
}

.list_icon {
  background-color: var(--dark);
  color: var(--secondary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slide-full-component {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.caption-component {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide_button-component {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  transition: transform .64s cubic-bezier(.23, 1, .32, 1), background-color .64s cubic-bezier(.165, .84, .44, 1), border-color .64s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  inset: auto 0% 50% auto;
  transform: translate(0%)translate(0, 50%);
}

.slide_button-component:hover {
  border-color: var(--accent);
  background-color: var(--primary);
}

.slide_button-component.is-slide-button-prev {
  inset: auto auto 50% 0%;
}

.slide_button-component.is-slide-button-prev:hover {
  transform: translate(-10%)translate(0, 50%);
}

.slide_button-component.is-slide-button-prev.is--left-negative-margin {
  margin-left: -6rem;
}

.slide_button-component.is-slide-button-next {
  inset: auto 0% 50% auto;
}

.slide_button-component.is-slide-button-next:hover {
  background-color: var(--accent-hover);
  transform: translate(10%)translate(0, 50%);
}

.slide_button-component.is-slide-button-next.is--right-negative-margin {
  margin-right: -6rem;
}

.header_label {
  grid-column-gap: .75rem;
  color: var(--primary);
  align-items: center;
  margin-bottom: 2rem;
  font-size: .875rem;
  display: flex;
}

.link-text-component {
  grid-column-gap: .75rem;
  color: #e3c4a0;
  align-items: center;
  margin-top: 3rem;
  font-weight: 500;
  display: flex;
}

.link-text-component:hover {
  color: #f7eee4;
}

.contact-bar-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .25rem solid var(--primary);
  background-color: var(--dark);
  border-radius: .125rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.code-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-bar_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.button_primary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .125rem solid var(--accent);
  background-color: var(--accent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--light);
  letter-spacing: 1px;
  border-radius: .125rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 1em;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
  transition: border-color .4s cubic-bezier(.23, 1, .32, 1), color .24s cubic-bezier(.23, 1, .32, 1), background-color .24s ease-in-out;
  display: flex;
}

.button_primary:hover {
  border-color: var(--accent-hover);
  background-color: var(--accent-hover);
  color: #fff;
}

.button_primary.is-outline-button {
  background-color: #0000;
  transition-duration: .4s, .24s, .4s;
  transition-timing-function: cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1);
}

.button_primary.is-outline-button:hover {
  background-color: var(--accent-hover);
}

.header-component {
  flex-flow: column wrap;
  grid-template: "Label Label Label Label Label Label Label Label Label Label Label Label"
                 "Title Title Title Title Title Title . Text Text Text Text Text"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.label-icon {
  width: 1rem;
  height: .6rem;
  display: none;
}

.sc-header__title, .sc-header__text {
  flex: auto;
}

.overlay-style-caption {
  background-image: linear-gradient(to top, #00000080, #0000 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-component {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.caption-wrap {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.caption-wrap.is-vaption-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: .75rem;
}

.caption-text-divider {
  opacity: .39;
  background-color: #fff;
  width: .6rem;
  height: .1rem;
}

.plantas_pagination-number-divider {
  background-color: #351269;
  border-radius: 2rem;
  width: .125rem;
  height: .5rem;
}

.tab_menu {
  grid-column-gap: .5rem;
  border-bottom: 1px solid var(--light-medium);
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.plantas_description-label-text {
  color: var(--dark-medium);
  text-transform: uppercase;
  flex: none;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3rem;
  display: inline-block;
}

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

.plantas_pagination-counter {
  grid-column-gap: .25rem;
  flex: none;
  align-items: center;
  display: flex;
}

.planta_thumbnails-img-wrap {
  border-radius: .25rem;
  width: 5.5rem;
  height: 3rem;
  position: relative;
}

.planta--underline {
  width: 40%;
  height: .25rem;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.plantas_pagination-number {
  color: var(--primary);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.plantas_subtitle-wrap {
  flex: none;
  line-height: 1.3rem;
}

.plantas-01_description-ttile {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.plantas_content {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.plantas-01_content-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.plantas_image-wrap {
  border: 1px solid var(--dark-light);
  background-color: #fff;
  border-radius: .125rem;
  flex-direction: column;
  flex: 40rem;
  justify-content: space-between;
  align-items: center;
  min-width: 40%;
  max-width: 100%;
  max-height: 40rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.list-h {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.span-heading-plantas {
  padding-right: .25rem;
  font-size: 2.5rem;
}

.plantas-01_details-list {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)) 200px;
  grid-auto-columns: 1fr;
  max-height: 25rem;
  padding-right: 1rem;
  display: grid;
  overflow: auto;
}

.plantas_pagination-wrap {
  grid-column-gap: 1.5rem;
  background-color: var(--light-medium);
  border-radius: .25rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: .75rem 1.5rem;
  display: flex;
}

.plantas-01_details-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--light-medium);
  flex-direction: row;
  align-items: center;
  padding-bottom: .75rem;
  display: flex;
}

.planta_thumbnails-text {
  color: var(--dark-medium);
  letter-spacing: .5px;
  text-transform: uppercase;
  max-width: 7.6rem;
  font-size: .625rem;
  font-weight: 700;
  line-height: .7rem;
}

.planta_thumbnails-text.is-small {
  font-size: .75rem;
}

.plantas_pagination-number-small {
  color: #808285;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 700;
}

.planta_thumbnails {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.plantas_description-wrap {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  flex: 30%;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 40%;
  max-width: 100%;
  display: flex;
  overflow: auto;
}

.plantas_pagination-divider {
  background-color: #80828538;
  width: 100%;
  height: .0625rem;
}

.plantas_pagination-title {
  color: var(--dark-strong);
  text-transform: uppercase;
  flex: none;
  font-size: .75rem;
  font-weight: 700;
}

.text-color-dark-light-2 {
  color: #808285;
}

.planta_img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab_content {
  height: auto;
  overflow: visible;
}

.tab--mask {
  overflow: visible;
}

.slide--nav, .global-code {
  display: none;
}

.nav_wrap {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  height: 4rem;
  display: flex;
}

.nav_link-block {
  color: #1013148f;
  flex: none;
}

.nav_link-block:hover {
  color: #101314b8;
}

.nav_link-block.is-tablet {
  display: none;
}

.nav-component {
  z-index: 500;
  border-bottom: 2px solid var(--secondary-light);
  color: var(--dark);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: sticky;
  inset: 0% 0% auto;
  transform: none;
  box-shadow: 0 8px 24px #00000014;
}

.navbar__btn {
  display: none;
}

.nav_link-underline {
  background-color: var(--primary-light);
  width: 0%;
  height: .25rem;
  margin-top: -.25rem;
}

.nav_bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_link {
  color: #ffffff80;
  border-bottom: .25rem solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .25rem 1rem 0;
  font-size: .8rem;
  font-weight: 400;
  transition: border-color .4s;
  display: flex;
}

.nav_link.w--current {
  border-bottom-color: var(--primary);
  color: var(--dark);
}

.nav_menu {
  align-items: stretch;
  display: flex;
}

.nav_logo-wrap {
  align-items: center;
  min-width: 8rem;
  max-width: 12rem;
  display: flex;
  position: relative;
}

.cookies-component-advanced {
  display: none;
}

.cookies-component {
  z-index: 1500;
  grid-row-gap: 1.5rem;
  background-color: var(--primary-dark);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--light);
  border-radius: .5rem;
  flex-direction: column;
  width: 100%;
  max-width: 45rem;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.cookie_button {
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
}

.cookie_button:hover {
  background-color: var(--accent-hover);
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #ef233c66;
}

.modal-telefone {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-arrow {
  width: .75rem;
  position: absolute;
}

.nav_buttons-wrap {
  grid-column-gap: .5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.nav_button {
  grid-column-gap: .75rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .875rem;
  transition: background-color .24s ease-in-out;
  display: flex;
}

.nav_button:hover {
  border-color: var(--secondary-dark);
  background-color: var(--secondary);
}

.nav_icon {
  width: .75rem;
  height: .75rem;
}

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

.sc-hero-politica {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 130%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 22.5rem;
  display: flex;
}

.hero-politica_contet-wrap {
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.politica_content-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.nav_logo {
  object-position: 0% 50%;
  width: 6rem;
}

.slide_footer-component {
  z-index: 50;
  border-top: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide_footer-caption {
  grid-column-gap: .75rem;
  border-bottom: .25rem solid var(--primary);
  align-items: center;
  display: flex;
}

.slide_footer-pagination {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.slide_footer-pagination-text {
  color: #e4e6e7;
  font-size: .875rem;
  font-weight: 500;
}

.slide_lightbox-component {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_footer-text {
  color: var(--light);
  letter-spacing: .5px;
  font-size: .75rem;
  font-weight: 600;
}

.slide_footer-text-small {
  color: var(--light);
  letter-spacing: .5px;
  font-size: .625rem;
  font-weight: 600;
}

.slide_footer-pagination-total {
  color: #e4e6e7;
  font-size: .875rem;
  font-weight: 500;
}

.tab_link-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.tab_link-text-block {
  flex-direction: column;
  display: flex;
}

.tab-link_title {
  color: var(--dark);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1rem;
}

.tab-link_subtitle {
  color: var(--dark-medium);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: .9rem;
}

.tab_link-divider {
  background-color: var(--light-medium);
  width: .09375rem;
  height: 1rem;
}

.m2-span {
  text-transform: none;
  padding-left: .125rem;
  font-size: .875rem;
}

.tab_link-content-wrap {
  grid-column-gap: .75rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-comp {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.tab-plantas_menu {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.tab_link {
  grid-column-gap: 1rem;
  border-style: solid;
  border-width: 1px 1px .25rem;
  border-color: var(--light-strong) var(--light-strong) var(--dark);
  opacity: 1;
  background-color: #0000;
  border-radius: .125rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem .5rem;
  line-height: 1px;
  display: flex;
  overflow: hidden;
}

.tab_link.w--current {
  border-color: var(--accent);
  color: var(--accent);
  background-color: #0000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.tab-link_title-plantas {
  color: var(--dark);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1rem;
}

.bolotario_list-block {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bolotario_list-text {
  color: var(--dark);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
}

.bolotario_pin {
  grid-column-gap: .5rem;
  background-color: var(--dark);
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: .5rem;
  line-height: 1;
  transition: all .8s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto auto 2% 2%;
  overflow: hidden;
}

.bolotario_list-number {
  color: var(--light);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-bottom: 3px #526129;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.zoom-button-icon {
  width: .5rem;
  height: .5rem;
}

.plantas_description-label-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.plantas_subtitle-text {
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  display: inline-block;
}

.planta_pin {
  grid-column-gap: .5rem;
  background-color: var(--dark);
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: .5rem;
  line-height: 1;
  transition: all .8s ease-in-out;
  display: flex;
  position: absolute;
  inset: 5% auto auto 18%;
  overflow: hidden;
}

.planta_list-number {
  color: var(--light);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-bottom: 3px #526129;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.spark-team-member-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-square-team {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zoom-button-text {
  color: var(--light);
  letter-spacing: .5px;
  font-size: .625rem;
}

.hover-link-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.header_title-wrap {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 2.25rem;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.list-block-content {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.sc-localizacao-micro {
  overflow: hidden;
}

.plantas-02_details-icon {
  color: #e3c4a0;
  flex: none;
  width: 1rem;
  height: 1rem;
}

.plantas-02_details-subtitle {
  color: var(--dark-light);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.plantas-02_details-title {
  color: var(--light);
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.plantas-02_details-block {
  grid-column-gap: 1rem;
  color: #d4d8dd;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 4px solid var(--primary-light);
  color: #ffffffb3;
  text-align: center;
  background-color: #36537629;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1rem 1rem;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.tab-link:hover {
  color: var(--secondary-light);
  background-color: #3653763d;
}

.tab-link.w--current {
  color: var(--secondary-light);
  background-color: #36537680;
  border-bottom: .25rem solid #b99e7e;
}

.video-component-animated {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 40rem .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.header_content.dark {
  color: var(--light-strong);
  justify-content: space-between;
  align-items: center;
}

.feature_card-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 62px;
}

.feature_card {
  border: 1px solid var(--light-strong);
  border-radius: .25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  text-decoration: none;
  transition: border-color .42s ease-in-out;
  display: flex;
  position: relative;
}

.feature_card:hover {
  border-color: var(--dark-light);
}

.feature_content-wrap {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.feature_card-title {
  text-transform: uppercase;
  font-weight: 600;
}

.feature_card-subtitle {
  color: var(--dark-medium);
  font-size: .875rem;
  line-height: 1.3;
}

.conten-header {
  margin-bottom: 2rem;
}

.content-buttons-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 6px;
  display: flex;
}

.breadcrumb--link {
  color: #abb4b8;
  letter-spacing: -.02em;
  font-size: .75rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb--link:hover {
  color: var(--flowui-component-library-primary-base\<deleted\|variable-2d1581e5\>);
}

.breadcrumb--link.w--current {
  color: var(--dark-strong);
}

.breadcrumb--divider {
  color: #b7bbd3;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.breadcrumb--wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_subtitle-animation {
  grid-column-gap: .5rem;
  color: #8b9598;
  cursor: pointer;
  align-items: center;
  transition: opacity .2s, color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.header_subtitle-animation:hover {
  grid-column-gap: .5rem;
  color: #da2037;
}

.ss-breadcrumb-component {
  margin-bottom: 2.5rem;
}

.heading-display-xl {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Bauerbodonistd, sans-serif;
  font-size: clamp(24px, 5.5vw, 160px);
  line-height: 100%;
}

.body {
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.section-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-dark);
  background-image: url('../images/texture_noise.png'), url('../images/texture_noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100dvh;
  min-height: 40rem;
  max-height: 67.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero_moldura {
  mix-blend-mode: overlay;
  object-fit: contain;
  width: 100dvw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero_moldura.is-left {
  z-index: 5;
  object-position: 0% 50%;
}

.hero_moldura.is-right {
  z-index: 5;
  object-fit: cover;
  object-position: 100% 50%;
  padding: 1.5rem;
}

.tag {
  height: 12rem;
  margin-top: -3rem;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.logo-hero {
  width: 80dvh;
  min-width: 20rem;
  max-width: 28rem;
  margin-bottom: 2rem;
}

.product-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.product-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-title {
  color: #efeae3;
  text-transform: uppercase;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.text-span-product {
  font-size: 3rem;
}

.text-span-product.left {
  padding-right: 4px;
}

.text-span-product.right {
  padding-left: 4px;
}

.product-subtitle {
  color: var(--secondary-light);
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.3125rem;
}

.product-inner-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-line-vertical {
  object-fit: contain;
  position: relative;
}

.hero--heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--light);
  text-align: center;
  letter-spacing: .5px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-block-02 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-transform: uppercase;
  flex-flow: column;
  flex: none;
  display: flex;
}

.heading-hero-span {
  color: var(--secondary);
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.sobre_content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.overline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--secondary);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.overline.is-center-align {
  align-self: center;
}

.overline.is-lighter {
  color: var(--secondary-light);
}

.overline-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-sobre {
  grid-column-gap: 10dvw;
  grid-row-gap: 10dvw;
  color: var(--dark-medium);
  text-wrap: pretty;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.sobre_img-wrap {
  border-bottom: .25rem solid var(--secondary);
  border-radius: .5rem;
  justify-content: center;
  align-items: flex-end;
  height: 100dvh;
  min-height: 50rem;
  margin-top: 5rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.image-full {
  object-fit: contain;
  height: 100%;
}

.heading-img {
  aspect-ratio: 16 / 9;
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 7% auto auto -13.4svh;
}

.heading-img.is-img-01 {
  top: -1%;
  left: -3.7svw;
}

.heading-img.is-img-02 {
  inset: auto -7.7svh 31% auto;
}

.heading-img.is-img-03 {
  z-index: 2;
  width: 140px;
  height: 80px;
  max-height: 80px;
  inset: -5% 0% auto 45%;
}

.heading-img.lazer-01 {
  left: 8svh;
}

.heading-img.lazer-01.hide-tablet {
  top: -16%;
}

.heading-img.lazer-02 {
  inset: auto 4svh -5% auto;
}

.image-heading1 {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-heading-desfoque {
  opacity: .56;
  filter: blur(10px);
  width: 88%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 8% 0% auto;
}

.caption_ct-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.caption_ct-wrap.is-small-ct {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 1rem;
}

.zoom-btn {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0a1a29bf;
  border-radius: .25rem;
  margin: 2rem;
  padding: 1rem;
  transition: all .26s ease-in-out;
  position: absolute;
  inset: 0% 0% auto auto;
}

.zoom-btn:hover {
  background-color: #0a1a29;
  border-radius: 3px;
  box-shadow: 0 4px 16px -2px #05111c3d;
}

.html-embed-2 {
  display: flex;
}

.blur-img {
  z-index: -1;
  opacity: .6;
  filter: blur(32px);
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 3rem 0% auto;
}

.image-lightbox {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-lightbox:hover {
  transform: translate(0);
}

.diferenciais_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.diferenciais_img-grid {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: 1;
  grid-template: "." 50%
                 "." 50%
                 / 50% 50%;
  height: 80dvh;
  min-height: 35rem;
  max-height: 45rem;
}

.diferenciais_content-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.heading-subtitle {
  color: var(--dark-strong);
  text-wrap: balance;
  width: 80%;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-main {
  letter-spacing: -1.5px;
  text-wrap: balance;
  font-family: Gotham, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
}

.line-divider {
  flex: 1;
  margin-top: -8px;
  padding-right: 120px;
  display: flex;
}

.img-grid-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 4px solid var(--secondary-light);
  cursor: pointer;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.estatua-diferenciais {
  object-fit: contain;
  width: 30rem;
  position: absolute;
  inset: -14% -8% auto auto;
}

.sc-galeria {
  background-color: var(--primary);
  position: relative;
}

.paragraph-dark {
  color: #b6bbbf;
  max-width: 480px;
  font-size: .875rem;
  font-weight: 300;
}

.slider-lazer {
  border-bottom: 4px solid var(--primary);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  border: 1px solid #002f4d4d;
  padding: .75rem;
}

.overlay-blue {
  background-image: linear-gradient(0deg, var(--primary-dark), #36537600 35%);
  pointer-events: none;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.overlay-blue.is-vertical-overlay {
  background-image: linear-gradient(90deg, #00132ab3, #36537600);
}

.text-tab-link {
  font-size: .75rem;
}

.image-planta {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.planta-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: none;
}

.planta-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem 2rem 4rem 4rem;
  display: flex;
  overflow: auto;
}

.product-planta {
  color: #efeae3;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.span-plantas {
  font-size: 3rem;
}

.subtitle-planta {
  color: var(--secondary-light);
  text-transform: uppercase;
  font-size: 1rem;
}

.planta-lista {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.lista-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ffffffba;
  border-bottom: 1px solid #2a4764;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .5rem;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
}

.padding-small {
  padding-left: 6rem;
  padding-right: 6rem;
}

.plantas--contato-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  color: var(--dark-medium);
  background-color: #36537629;
  border: 1px solid #ffffff29;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2.5rem;
  display: flex;
}

.planta--contato-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.button-secundary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--secondary-light);
  background-color: var(--secondary-light);
  color: var(--primary-dark);
  cursor: pointer;
  border-radius: 2px;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.button-secundary:hover {
  border: 1px solid var(--secondary-light);
  color: var(--secondary-light);
  background-color: #d9cbb700;
}

.icon-button {
  padding-top: 1px;
  display: flex;
}

.planta-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 100dvh;
  min-height: 32rem;
  max-height: 40rem;
  display: grid;
}

.perspectivas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.perspectivas.is-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.perspetiva-heading {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--dark-light);
  flex-flow: column;
  display: flex;
}

.lightbox-perspectivas {
  aspect-ratio: 16 / 9;
  border-bottom: 4px solid var(--secondary-light);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-perspectiva {
  aspect-ratio: 16 / 9;
  width: 12rem;
  height: 6rem;
  position: relative;
}

.planta-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.planta-image.rotate-right {
  transform: rotate(-90deg);
}

.subtitle-perspectiva {
  color: var(--secondary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.sc-implantacao {
  background-image: url('../images/texture-56-white.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.implantacao-image {
  border-bottom: 4px solid var(--secondary-light);
  background-color: var(--light);
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  padding-top: 1rem;
  padding-bottom: .5rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.titulo-legenda-institucional {
  z-index: 1;
  color: var(--light);
  letter-spacing: -.5px;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  position: static;
  inset: auto auto 0% 0%;
}

.card-title-wrap {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--secondary-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.legenda-implantacao {
  grid-column-gap: 5.5rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  width: 100%;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.legenda--number-bol {
  background-color: #36537629;
  border-radius: 500px;
  padding: 8px;
}

.number-bol {
  background-color: var(--primary);
  color: var(--light);
  letter-spacing: 1px;
  border-radius: 100px;
  padding: 4px 8px 4px 7px;
}

.sc-lazer {
  background-image: linear-gradient(#05111ce0, #05111ce0), url('../images/image_royal_08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: relative;
}

.tab-lazer {
  margin-top: 4rem;
}

.heading-xsmall {
  color: var(--primary);
  text-transform: none;
  font-size: 2.5rem;
  line-height: 110%;
}

.localizacao-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.localidades-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.localidade-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-family: Bauerbodonistd, sans-serif;
  font-weight: 700;
  display: flex;
}

.svg-icon-smal {
  width: 2rem;
}

.heading-localizacao {
  color: var(--primary);
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.localidade-distancia {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.endereco-content-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 45rem;
  display: grid;
}

.slider-localizacao {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slide-nav {
  display: none;
}

.slide-localizacao {
  width: 25%;
  min-width: 15rem;
  margin-right: 1rem;
}

.slide_localizacao_frame {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid #ae957466;
  border-bottom-width: 3px;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

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

.ft-grid-left-bg {
  background-color: var(--primary-dark);
  background-image: linear-gradient(94deg, var(--primary-dark), #0a1a298f 50%, var(--primary-dark)), linear-gradient(to bottom, #05111cd6, #05111cd6), url('../images/galeria_royal_08.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.divider-ficha_tecnica {
  z-index: 1;
  position: absolute;
  inset: 50% -33px 50% auto;
}

.heading-ficha-tecnica {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tabs-ft {
  border: 1px solid #ffffff29;
  border-radius: 4px;
  display: flex;
}

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

.tab-link-smal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #d9cbb7cc;
  text-align: center;
  background-color: #36537629;
  border-bottom: 4px solid #192f46;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  padding: 1.25rem 1rem 1rem;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.tab-link-smal:hover {
  color: var(--secondary-light);
  background-color: #3653763d;
}

.tab-link-smal.w--current {
  color: var(--secondary-light);
  background-color: #3653763d;
  border-bottom: .25rem solid #b99e7e;
}

.tabs-content {
  width: 100%;
}

.paragraph-destaque {
  font-weight: 400;
}

.line-divider-2 {
  max-width: 80%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.button-primary-outline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0a1a29;
  border: 1px solid #324255;
  align-items: center;
  max-width: 16rem;
  padding: 12px 24px;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.6, .04, .98, .335);
  display: flex;
}

.button-primary-outline:hover {
  background-color: var(--primary);
  color: #d9cbb7;
}

.button-primary-outline.hide {
  display: none;
}

.contato-content {
  grid-column-gap: 13rem;
  grid-row-gap: 13rem;
  color: #454f54;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
  display: flex;
  position: relative;
}

.header-form {
  color: #0a1a29;
  font-weight: 400;
  line-height: 1.5rem;
}

.form-contato {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #05111c;
  flex-direction: column;
  max-width: 580px;
  padding: 40px 32px;
  font-weight: 600;
  display: flex;
}

.text-button {
  font-weight: 400;
}

.overline-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Bauerbodonistd, sans-serif;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
}

.overline-text.is-small-overline {
  font-size: .75rem;
}

.contato--buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 64%;
  margin-top: 3rem;
  display: flex;
}

.section-contat {
  background-image: url('../images/texture-56-white.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.label-contet {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.icon-button-2 {
  display: flex;
}

.grid-localizacao {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80dvh;
  max-height: 41.5rem;
  margin-top: 3rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: grid;
}

.grid_loc-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5rem;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.content-box-md {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.button-cna {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light);
  color: #da2037;
  border-radius: 2px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.button-cna:hover {
  background-color: var(--light-strong);
}

.html-embed-4 {
  display: flex;
}

.slider-2 {
  z-index: 5003;
  background-color: #ddd0;
  height: 664px;
}

.slide-institucional {
  border-bottom: 4px solid var(--secondary-light);
  border-radius: 2px;
  width: 32%;
  margin-left: auto;
  margin-right: 32px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.link-block-2 {
  position: relative;
}

.footer-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  display: flex;
}

.footer__link-block-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--dark);
  align-items: center;
  display: flex;
}

.footer__link-block-2.is--link-block {
  color: var(--dark);
  flex: auto;
  transition: background-color .2s;
}

.footer__link-block-2.is--link-block:hover {
  color: #fff;
}

.footer__link-block-2.is--d1up-link-block:hover {
  color: #fdb913;
}

.footer-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  padding-top: 3rem;
  display: flex;
}

.logo-footer {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  max-width: 8rem;
  transition: transform .32s ease-in-out;
  display: flex;
  position: relative;
}

.logo-footer:hover {
  transform: translate(0, -4px);
}

.logo-footer.bg {
  min-width: 10rem;
  max-width: 10.5rem;
}

.footer-logos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--dark);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logos-parceiros {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.text-size-small-2 {
  letter-spacing: 1px;
  font-size: .875rem;
}

.link-block {
  cursor: pointer;
}

.footer_disclaimer-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-top: 1px solid var(--secondary-dark);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
}

.local-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--secondary-dark);
  color: var(--dark);
  padding-bottom: 1rem;
  display: flex;
}

.icon-button-3 {
  display: flex;
}

.map-wrap {
  border-bottom: 4px solid var(--secondary);
  border-radius: 2px;
  height: 40rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px #00000029;
}

.buttons-map {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 24px 32px auto auto;
}

.button-neutral {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light);
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .75rem 1.5rem;
  font-size: 14px;
  transition: transform .35s ease-in-out;
  display: flex;
}

.button-neutral:hover {
  border-color: var(--secondary);
  background-color: var(--secondary-light);
  color: var(--primary-dark);
}

.overlay-institucional {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--light);
  background-image: linear-gradient(72deg, #05111ce0, #0a1a29a3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.label-institucional {
  color: var(--light-weak);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.link-institucional {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  transition: all .35s ease-in-out;
  display: flex;
}

.link-institucional:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.svg-arrow {
  display: flex;
}

.icon-ol {
  opacity: .16;
  position: absolute;
  inset: auto 0% 0% auto;
}

.comando-produto-inst {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.produto-inst {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  font-size: .875rem;
  display: flex;
}

.legend-implantacao {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: .875rem;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.legend-implantacao.hide-tablet {
  background-color: var(--light-medium);
  width: 100%;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 9px;
  position: absolute;
}

.text-group-inst {
  z-index: 1;
  color: var(--secondary-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 32px;
}

.lazer_img-complementar {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem -3rem auto;
}

.lazer--lightbox-complementar {
  z-index: 1;
  aspect-ratio: 2.39;
  border-radius: .5rem;
  width: 100%;
  min-width: 32rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 56px #0003;
}

.overlay-planta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--light);
  background-color: #0a1a29cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .63rem;
  font-weight: 400;
  display: none;
  position: absolute;
}

.grid-ficha-tecnica {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  height: auto;
}

.ft-grid-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
  position: relative;
}

.ft-grid-right-bg {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  position: absolute;
}

.texture-ficha-tecnica {
  background-image: url('../images/texture.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sc-localizacao {
  position: relative;
  overflow: hidden;
}

._2-grid-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2px;
  grid-template: "."
  / .75fr 1fr;
  grid-auto-columns: 1fr;
  height: calc(100dvh - 4.2rem);
  display: grid;
  position: relative;
  overflow: hidden;
}

._2-grid-section.is-reverse-grid {
  grid-template-columns: 1fr .75fr;
  display: none;
}

.banner-content {
  text-align: center;
  background-image: url('../images/bg-texture-56.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6rem;
  display: flex;
  position: relative;
}

.banner-image {
  background-image: url('../images/galeria_royal_32.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.letter-r {
  z-index: 1;
  opacity: .7;
  pointer-events: none;
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sc-plantas {
  background-color: var(--primary);
  overflow: hidden;
}

.divider-sectin {
  opacity: .56;
  min-width: 320px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.arrow {
  display: flex;
  position: relative;
}

.legenda-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--primary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  font-size: .875rem;
  display: flex;
  position: relative;
  inset: auto 0% 0% 40px;
}

.planta_title-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 3rem;
  display: flex;
}

.slide-galeria {
  border-radius: .4rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100dvh;
  min-height: 35rem;
  max-height: 45rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-span {
  font-family: Bauerbodonistd, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
}

.bg-implantacao {
  background-color: var(--primary);
  width: 100%;
  height: 90%;
  position: absolute;
  inset: 0%;
}

.barra-contato {
  z-index: 5000;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--secondary-light);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--secondary-light);
  background-color: #0a1a29cc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-bar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-light);
  cursor: pointer;
  border: 1px solid #d9cbb78f;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-width: 9rem;
  padding: .5rem 1rem;
  font-size: .5rem;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.button-bar.is-whatsapp {
  border-color: var(--whatsapp);
  background-color: var(--whatsapp);
  color: var(--dark);
}

.button-bar.is-royal {
  border-color: var(--royal-02);
}

.button-bar.is-royal:hover {
  background-color: var(--royal-dark);
}

.caps-lock {
  text-transform: uppercase;
}

.caps-lock.hide-mobile.is-royal {
  color: var(--light);
}

.text-button-bar {
  color: var(--secondary-light);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.text-button-bar.is-whatsapp-text {
  color: var(--dark);
}

.text-button-bar.is-royal {
  color: var(--light);
}

.banner-wrap {
  z-index: 1;
  background-image: linear-gradient(to bottom, #05111cb8, #05111cb8), linear-gradient(145deg, var(--primary-dark), #0a1a298f 51%, var(--primary-dark));
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6rem;
  display: flex;
  position: relative;
}

.areas-tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 2rem;
  display: flex;
}

.area-tag {
  border: 1px solid var(--primary-light);
  background-color: var(--primary-dark);
  color: var(--light);
  border-radius: .25rem;
  padding: 6px 16px;
  font-size: .875rem;
}

.hero_divider {
  z-index: 100;
  object-fit: fill;
  height: 102%;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%);
}

.estatua-lazer {
  z-index: 5;
  max-height: 31rem;
  position: absolute;
  inset: auto 1% -5% auto;
}

.estatua-planta {
  z-index: 4;
  max-height: 20rem;
  position: absolute;
  inset: auto auto -18% -1%;
}

.logo-heading {
  max-width: 20rem;
}

.heading-2 {
  font-family: Bauerbodonistd, sans-serif;
}

.sobre_title-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption-line {
  background-color: var(--secondary-light);
  opacity: .5;
  flex: 1;
  height: 2px;
}

.caption-dot-small {
  background-color: var(--secondary-light);
  border-radius: 50vw;
  width: .25rem;
  height: .25rem;
}

.title-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.diferenciais_content-block-01 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.diferenciais_content-block-02 {
  margin-bottom: 3rem;
}

.slider-component {
  background-color: #fff0;
  width: 100%;
  height: auto;
}

.content-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slide-content-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-arrow {
  background-color: var(--secondary-light);
  color: var(--dark-strong);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.slide-arrow.is-blue {
  background-color: var(--primary-light);
  color: var(--light);
}

.slide-arrow.is-left-bottom-arrow {
  margin-left: 0;
  margin-right: 0;
  inset: auto auto -5rem 0%;
}

.slide-arrow.is-right-bottom-arrow {
  margin-left: 0;
  margin-right: 0;
  inset: auto auto -5rem 5rem;
}

.slide-arrow.is-negative-margin {
  margin-left: -6rem;
  margin-right: -6rem;
}

.icn-plantas {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.imp_block-01 {
  position: relative;
}

.blur-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-display-l {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Bauerbodonistd, sans-serif;
  font-size: clamp(1.5rem, 3vw, 8rem);
  line-height: 100%;
}

.bg-lazer {
  background-color: var(--light);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.lazer_text-wrap {
  width: 50%;
}

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

.card-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-ct-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.hero-block-left {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9rem 4rem 2rem 2rem;
  display: flex;
  position: relative;
}

.hero-block-right {
  z-index: 10;
  background-image: url('../images/banner-royal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}

.hero-block-01 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5dvh;
  display: flex;
}

.hero-line-divider {
  opacity: .5;
  color: var(--primary-light);
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-overline-text {
  color: var(--secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.hero-overline-wrap {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-overline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--secondary);
  letter-spacing: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.hero-text-overline-wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  letter-spacing: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption-text-small {
  color: var(--light);
  font-family: Bauerbodonistd, sans-serif;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1;
}

.caption-text-small.is--secondary-caption {
  opacity: .7;
  font-size: .88rem;
}

.caption-divider-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay-blue-big {
  background-image: linear-gradient(0deg, var(--primary-dark), #36537600 63%);
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.product-planta-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.planta-subtitle {
  color: var(--secondary-light);
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.caption-planta {
  color: var(--primary-dark);
  font-family: Bauerbodonistd, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.caption-planta.is--secondary-caption {
  opacity: .7;
  font-size: .88rem;
}

.slide-planta {
  margin-right: 3rem;
}

.dot-span {
  color: var(--secondary-light);
  font-size: 1rem;
}

.grid-ficha-tecnia {
  margin-top: 2rem;
}

.ficha-tecnica__column {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: 1px solid var(--primary-light);
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.column__heading-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--secondary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: .88rem;
  font-weight: 400;
  display: flex;
}

.ficha_subtitle {
  opacity: .75;
  color: var(--light);
  font-size: .88rem;
  line-height: 1.5;
}

.slide {
  margin-right: 3rem;
}

.perspectivas-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.video-localizacao {
  width: 100%;
  height: 55dvw;
}

.heading-modal {
  flex-direction: column;
  line-height: 1.5rem;
}

.link-text-span {
  color: #38aee9;
  text-decoration: underline;
}

.btn-block {
  background-color: var(--secondary);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 2rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
}

.btn-block:hover {
  background-color: #324255;
  transform: translate(0, -.125rem);
  box-shadow: 0 4px .625rem #4a3aff26;
}

.modal-02-whatsapp {
  z-index: 999;
  background-color: #00132acc;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper {
  z-index: 998;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 60rem;
  padding: 3rem 5.6rem 3rem 3rem;
  display: flex;
  position: relative;
}

.modal-close-trigger {
  color: #fff;
  cursor: pointer;
  background-color: #303030;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close-trigger:hover {
  color: #fff;
  background-color: #ea3838;
  padding-top: 14px;
  box-shadow: 0 12px 24px #0000004a;
}

.svg-icon-2 {
  padding-top: 5px;
}

.modal-bg {
  z-index: 900;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.sc-video {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#111e29e0, #111e29e0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 67.5rem;
  display: flex;
}

.sc-header-component {
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}

.text-color-marfim {
  color: #faf1e5;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-animation {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.content-align-center {
  text-align: right;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.position-relative {
  position: relative;
}

.sc-tour {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#111e29e0, #111e29e0), url('../images/galeria_royal_35.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 67.5rem;
  display: flex;
}

.button-tour {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .0625rem solid var(--secondary);
  background-color: var(--secondary-light);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--primary-dark);
  letter-spacing: 0;
  border-radius: .125rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 1em;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
  transition: all .32s ease-in-out, border-color .4s cubic-bezier(.23, 1, .32, 1), color .24s cubic-bezier(.23, 1, .32, 1), background-color .24s ease-in-out;
  display: flex;
}

.button-tour:hover {
  border-color: var(--secondary-dark);
  background-color: var(--secondary);
  color: var(--light-weak);
}

.tour_layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tour_buttons-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.modal_royal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.modal_royal.u-display-none {
  display: none;
}

.modal_royal_layout {
  z-index: 5555;
  flex-flow: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 90%;
  height: 85dvh;
  display: flex;
  position: relative;
}

.modal_close_btn {
  z-index: 25;
  background-color: var(--royal-02);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal_close_btn:hover {
  background-color: var(--royal-02-hover);
}

.royal_column_left {
  grid-column-gap: 4dvw;
  grid-row-gap: 4dvw;
  background-color: var(--primary-dark);
  text-align: center;
  background-image: url('../images/texture_noise.png'), linear-gradient(#082136c4, #082136c4), url('../images/estatua_2.avif');
  background-position: 50%, 0 0, 70%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, auto 120%;
  background-attachment: scroll, scroll, scroll;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 4dvw;
  display: flex;
  position: relative;
  overflow: clip;
}

.royal_column_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--royal-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
  overflow: auto;
}

.form_logo {
  width: 100dvw;
  min-width: 15rem;
  max-width: 25rem;
  margin-bottom: 2rem;
}

.form-overline-text {
  color: var(--light);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Gotham, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75;
}

.royal_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.royal_block.is-block-larger {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.form_royal_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-wrap: balance;
  flex-flow: column;
  display: flex;
}

.modal_frame_divider {
  z-index: 1;
  color: var(--royal-dark);
  margin-right: -1px;
  position: absolute;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.form_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--royal-02);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.arabesco_svg {
  color: var(--royal-02);
  width: 6rem;
}

.arabesco_svg.is-small {
  width: 5rem;
}

.form_header_text {
  letter-spacing: .1em;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 35ch;
  font-family: Things, Times New Roman, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-subtitle-small {
  color: var(--light);
  letter-spacing: 1px;
  font-family: Things, Times New Roman, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

.form-product-title {
  color: var(--royal-02);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Things, Times New Roman, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

.royal_column_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--royal-02);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1rem 4rem;
  display: flex;
}

.form_header_text_small {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Things, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_royal_grid {
  flex-flow: column;
  flex: 1;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.royal_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--light);
  background-color: var(--kütüp-library--dark-slate-grey);
  color: var(--light);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem .8rem;
  transition: background-color .4s;
  display: flex;
}

.royal_link:hover {
  background-color: var(--primary-dark);
}

.royal_link.is-smaller {
  padding: .75rem 2rem;
}

.banner_royal_top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #111419;
  background-image: url('../images/texture_noise.png'), url('../images/texture_noise.png'), linear-gradient(#082136c4, #082136c4), url('../images/estatua_3.avif');
  background-position: 0 0, 50%, 0 0, 0%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, cover, auto, auto 100%;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

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

.banner_royal_column_left {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 40rem;
  display: flex;
}

.banner_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--royal-02);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner_header.u-display-none {
  display: none;
}

.banner-overline-text {
  color: var(--light);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Gotham, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.banner_logo {
  width: 18rem;
}

.banner_royal {
  cursor: pointer;
  border-radius: .25rem;
  flex-flow: column;
  margin-bottom: 10rem;
  transition: box-shadow .56s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  overflow: hidden;
}

.banner_royal:where(.w-variant-3437756f-a2cd-86f9-7bd4-ae3186bc6902) {
  margin-bottom: 0;
}

.banner_royal:hover {
  box-shadow: 0 30px 64px #0003, 0 15px 32px #0003;
}

.banner_royal_bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--royal-02);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.royal_column_banner {
  aspect-ratio: 16 / 9;
  border-bottom: 4px solid var(--royal-02);
  background-image: linear-gradient(#132e4600 59%, #021322), url('../images/portaria_royal_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .25rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-height: 14rem;
  margin-top: 4rem;
  padding: 1rem 1rem 1.5rem;
  display: flex;
}

.frame_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner_royal_img_wrap {
  background-image: url('../images/portaria_royal_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem;
  display: flex;
  position: relative;
}

.banner_royal_content_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.banner_royal_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.product-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-number {
  color: var(--light);
  letter-spacing: 1px;
  flex: none;
  font-family: Things, Times New Roman, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.product-line {
  background-color: var(--royal-02);
  flex: 1;
  height: 1px;
}

.product-group-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.code {
  width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .875rem;
  }

  .page-wrap {
    overflow: clip;
  }

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

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

  .contact-bar_title {
    font-size: .875rem;
  }

  .contact-bar_caption-wrap {
    display: none;
  }

  .contact-bar_subtitle {
    font-size: .625rem;
  }

  .contact-bar_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .contact-bar_button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-bar_butons-wrap {
    grid-column-gap: 1rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_content_item.is-horizontal-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .text-size-tiny {
    font-size: .625rem;
  }

  .spacing-section-large, .spacing-section-xlarge {
    height: 7.5rem;
  }

  .max-width-medium {
    max-width: none;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .ss_sidebar {
    width: 18rem;
    padding-left: 2.5em;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .text-size-medium {
    text-align: left;
    font-size: .875rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .ss-label-small {
    font-size: 15px;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .ss_utility_visibility-wrap.hide-mobile {
    width: 100%;
    min-width: 0;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacing-section-default {
    height: 7.5rem;
  }

  .spacing-section-base {
    height: 7rem;
  }

  .caption-text {
    font-size: .875rem;
  }

  .caption-text.is--secondary-caption {
    font-size: .75rem;
  }

  .show-tablet {
    display: block;
  }

  .fs-cc-banner_buttons-wrap {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .svg-icon.is--svg-icon-medium, .svg-icon.is--svg-icon-small, .svg-icon.is--svg-icon-xxsmall, .svg-icon.is--svg-icon-xsmall, .svg-icon.is--svg-icon-large {
    width: 1rem;
    height: 1rem;
  }

  .foooter_disclaimer-divider {
    display: none;
  }

  .list-component {
    width: auto;
    margin-right: 56px;
  }

  .list_text-block {
    grid-row-gap: 0rem;
  }

  .caption-component {
    padding: .8rem 1rem .5rem 3rem;
  }

  .slide_button-component {
    display: none;
  }

  .slide_button-component.is-slide-button-prev {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .header_label {
    margin-bottom: 1.5rem;
  }

  .contact-bar-small {
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% 0%;
  }

  .button_primary {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }

  .header-component {
    flex-flow: column;
    grid-template: "Label Label Label Label Label Label"
                   "Title Title Title Title Title Title"
                   "Text Text Text Text Text Text"
                   / 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 2rem;
  }

  .tab_menu {
    margin-bottom: 3rem;
    overflow: auto;
  }

  .plantas_description-label-text, .plantas_pagination-number, .plantas_subtitle-wrap {
    font-size: 1rem;
  }

  .plantas_content {
    border: 1px solid #e7e8e9;
    border-radius: .5rem;
    flex-direction: column-reverse;
    height: auto;
    min-height: 0;
    padding: 2rem 1rem 1rem;
  }

  .plantas_image-wrap {
    width: 100%;
  }

  .plantas-01_details-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .plantas-01_details-block {
    align-items: flex-start;
  }

  .plantas_pagination-number-small {
    font-size: .875rem;
  }

  .plantas_description-wrap {
    grid-column-gap: 2rem;
    flex-direction: row;
    min-width: 0;
    max-width: none;
    padding: 0 1rem 3rem;
  }

  .plantas_pagination-title {
    font-size: .875rem;
  }

  .plantas-01_description-header {
    flex: none;
    margin-bottom: 2rem;
  }

  .nav_link-block {
    color: var(--light);
    background-color: #1a1c1d;
    border-radius: .25rem;
    margin-bottom: 1rem;
  }

  .nav_link-block:hover {
    color: var(--light-medium);
  }

  .nav_link-block.is-dektop {
    display: none;
  }

  .nav_link-block.is-tablet {
    display: block;
  }

  .navbar__btn {
    background-color: var(--primary-dark);
    color: #fff;
    border: 1px solid #fff;
    border-radius: .25rem;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 3.5rem;
    padding: 1rem;
    display: flex;
  }

  .navbar__btn.w--open {
    border-color: var(--primary-light);
    background-color: var(--primary-light);
  }

  .nav_link {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .25rem;
  }

  .nav_menu {
    background-color: #222526;
    background-image: url('../images/texture_noise.png'), url('../images/pattern.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 100dvh;
    padding: 4rem;
  }

  .cookies-component {
    margin-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .slide_footer-pagination {
    grid-column-gap: .25rem;
  }

  .slide_footer-pagination-text, .slide_footer-pagination-total {
    font-size: .875rem;
  }

  .tab_link-text-block {
    grid-row-gap: 0rem;
  }

  .tab-comp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2rem;
    display: grid;
  }

  .tab-plantas_menu {
    margin-bottom: 3rem;
    overflow: auto;
  }

  .tab_link {
    flex: none;
  }

  .plantas_subtitle-text {
    font-size: 1rem;
  }

  .spark-team-member-card, .spark-wrapped-team-card, .spark-wrapped-square-team {
    width: 45%;
  }

  .header_title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-link {
    width: 100%;
    padding: 1rem .75rem;
  }

  .header_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .header_content.dark {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 40rem;
    display: flex;
  }

  .hero_moldura {
    display: none;
  }

  .tag {
    height: 10rem;
  }

  .product-group {
    justify-content: center;
    align-items: center;
  }

  .text-span-product {
    font-size: 2rem;
  }

  .product-inner-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .text-sobre {
    grid-column-gap: 5dvw;
    grid-row-gap: 5dvw;
    width: 90%;
  }

  .sobre_img-wrap {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
    margin-top: 3rem;
    padding: 2rem;
  }

  .heading-img {
    display: none;
  }

  .heading-img.is-img-01 {
    aspect-ratio: 16 / 9;
    max-width: none;
    height: auto;
    max-height: none;
    top: 6%;
    left: -9svw;
  }

  .heading-img.is-img-02 {
    aspect-ratio: 16 / 9;
    max-width: none;
    height: auto;
    max-height: none;
    bottom: 29%;
    right: -6.6svh;
  }

  .heading-img.is-img-03 {
    max-width: 80px;
    max-height: 44px;
    display: none;
  }

  .diferenciais_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .diferenciais_img-grid {
    flex: none;
    order: 1;
    grid-template-rows: 80dvh 20rem 20rem;
    grid-template-columns: 100%;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .diferenciais_content-wrap {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-subtitle {
    width: 100%;
  }

  .heading-main {
    text-wrap: pretty;
    font-size: 2rem;
    line-height: 120%;
  }

  .estatua-diferenciais {
    z-index: 1000;
  }

  .estatua-diferenciais.hide-mobile {
    width: 20rem;
    inset: -10% -15% auto auto;
  }

  .paragraph-dark {
    max-width: none;
    font-size: .875rem;
  }

  .image-planta {
    order: -1;
    width: 100%;
    height: 60dvh;
    padding: 2rem;
  }

  .planta-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 3rem;
  }

  .planta-wrap {
    padding: 3rem;
  }

  .product-planta {
    font-size: 1.5rem;
  }

  .span-plantas {
    font-size: 2.5rem;
  }

  .subtitle-planta {
    font-size: .875rem;
  }

  .planta-lista {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1rem;
  }

  .lista-wrapper {
    width: 100%;
  }

  .padding-small {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .plantas--contato-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .button-secundary {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .planta-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .perspectivas, .image-perspectiva {
    width: 100%;
  }

  .card-title-wrap {
    bottom: 24px;
    left: 24px;
  }

  .tab-lazer {
    margin-top: 3rem;
  }

  .localizacao-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: var(--dark-medium);
  }

  .heading-localizacao {
    font-size: 1rem;
  }

  .endereco-content-list {
    width: 100%;
    max-width: none;
  }

  .section-ficha-tecnica {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .tabs-ft {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-style: none;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .tab-link-smal {
    padding: 1rem .75rem;
  }

  .contato-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .header-form {
    font-size: .8rem;
  }

  .form-contato {
    max-width: none;
  }

  .overline-text {
    font-size: .75rem;
  }

  .contato--buttons {
    max-width: 80%;
  }

  .grid-localizacao {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    height: 80dvh;
    max-height: none;
  }

  .grid_loc-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    width: 100%;
  }

  .content-box-md {
    max-width: none;
  }

  .slide-institucional {
    width: 100%;
    margin-right: 0;
  }

  .footer-left {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-wrp {
    flex-flow: column;
  }

  .logos-parceiros {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer_disclaimer-list {
    grid-column-gap: 1.5rem;
  }

  .map-wrap {
    height: 28rem;
  }

  .legend-implantacao {
    font-size: .875rem;
  }

  .lazer_img-complementar {
    display: none;
    bottom: 0%;
  }

  .lazer--lightbox-complementar {
    min-width: 16rem;
  }

  .grid-ficha-tecnica {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ft-grid-block {
    height: auto;
    min-height: 0;
    padding: 5rem 3rem;
  }

  ._2-grid-section {
    grid-template-rows: 56% auto;
    grid-template-columns: 100%;
    height: 70dvh;
    overflow: visible;
  }

  ._2-grid-section.is-reverse-grid {
    grid-template-rows: 50% 50%;
    grid-template-columns: 1fr;
  }

  .banner-content {
    z-index: 1;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .banner-image {
    position: static;
  }

  .letter-r {
    object-fit: cover;
    min-width: 100%;
    height: 105%;
    display: none;
    inset: 0% 0% auto;
  }

  .legenda-wrapper {
    font-size: .75rem;
  }

  .planta_title-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .slide-galeria {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 2rem;
  }

  .heading-span {
    font-size: 2.5rem;
  }

  .bg-implantacao {
    height: 110dvh;
  }

  .barra-contato {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: .75rem;
    inset: auto 0% 0%;
  }

  .button-bar {
    flex: 1;
    min-width: 10rem;
  }

  .banner-wrap {
    padding: 2rem;
  }

  .estatua-lazer, .estatua-planta {
    display: none;
  }

  .sobre_title-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .title-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .diferenciais_content-block-01, .diferenciais_content-block-02 {
    margin-bottom: 1.5rem;
  }

  .slide-content-wrap {
    padding: 2rem;
  }

  .lazer_text-wrap {
    width: 100%;
  }

  .card-ct-wrap {
    padding: 1.5rem;
  }

  .hero-block-left {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 6.5rem 3rem 9rem;
  }

  .hero-block-right {
    display: none;
  }

  .hero-block-01 {
    flex: 1;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-overline-text {
    font-size: .6rem;
  }

  .planta-subtitle {
    font-size: 1.5rem;
  }

  .heading-modal.hide-mobile {
    width: 100%;
    min-width: 0;
  }

  .sc-video, .sc-tour {
    min-height: 100vh;
  }

  .button-tour {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }

  .tour_layout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tour_buttons-wrap {
    flex-flow: wrap;
  }

  .tour_btn_text {
    flex: none;
  }

  .modal_royal_layout {
    height: 90dvh;
  }

  .royal_column_left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 3rem 4dvw;
  }

  .royal_column_right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: visible;
  }

  .form_logo {
    min-width: 12rem;
    max-width: 20rem;
    margin-bottom: 0;
  }

  .form-overline-text {
    font-size: .875rem;
    line-height: 1.5;
  }

  .royal_block {
    flex: 1;
  }

  .royal_block.is-block-larger {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .modal_frame_divider {
    inset: auto auto 0% 50%;
    transform: rotate(90deg)translate(80%);
  }

  .form_header_text {
    max-width: 30ch;
    font-size: .875rem;
  }

  .product-subtitle-small {
    font-size: 1.25rem;
  }

  .form-product-title {
    font-size: 1.5rem;
  }

  .form_header_text_small {
    font-size: .6rem;
  }

  .modal_royal_grid {
    display: flex;
  }

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

  .banner_royal_column_left {
    min-width: 0;
  }

  .banner-overline-text {
    letter-spacing: 0;
    font-size: .75rem;
  }

  .banner_logo {
    width: 12rem;
  }

  .banner_royal {
    margin-bottom: 5rem;
  }

  .banner_royal_bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .royal_column_banner {
    margin-top: 0;
  }

  .banner_royal_content_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .banner_royal_wrap {
    width: 100%;
  }

  .product-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .product-number {
    font-size: 1.75rem;
  }

  .product-group-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .politica_brand {
    width: 6.25rem;
    height: 6.25rem;
  }

  .contact-bar_icon {
    flex: none;
    width: 1rem;
    height: 1rem;
  }

  .contact-bar_button {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-bar_butons-wrap {
    grid-column-gap: .5rem;
  }

  .contact-bar__wrap {
    grid-column-gap: 1rem;
  }

  .modal-chat {
    display: none;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .hide-mobile {
    display: none;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .spacing-block-medium {
    height: 1.25rem;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .text-size-large {
    font-size: 1.063rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-section-default, .spacing-section-base {
    height: 5rem;
  }

  .text-size-xhuge {
    font-size: 1.125rem;
  }

  .show-mobile {
    display: block;
  }

  .height-block-huge, .height-block-xlarge, .height-block-large, .height-block-medium, .height-block-small, .height-block-xsmall {
    height: 2.5rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .d1up_logo {
    margin-left: 8px;
  }

  .list-component {
    grid-column-gap: 1rem;
    margin-bottom: 0;
    margin-right: 0;
  }

  .slide_button-component {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .header_label {
    grid-column-gap: 1rem;
    margin-bottom: 1rem;
  }

  .contact-bar-small {
    border-bottom-left-radius: 0;
  }

  .button_primary {
    justify-content: flex-start;
  }

  .header-component {
    grid-template: "Label Label Label Label"
                   "Title Title Title Title"
                   "Text Text Text Text"
                   / 1fr 1fr 1fr 1fr;
  }

  .plantas_description-label-text {
    font-size: .75rem;
  }

  .plantas-01_description-ttile {
    font-size: 2rem;
  }

  .plantas-01_description-header {
    max-width: 35%;
  }

  .nav_link-block {
    margin-bottom: .875rem;
  }

  .nav-component {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav_link {
    padding-top: 1.1rem;
    padding-bottom: .875rem;
  }

  .nav_menu {
    padding: 2rem;
  }

  .cookies-component {
    border-radius: 18px;
    max-width: 90%;
  }

  .cookie_button {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .slide_footer-component {
    grid-column-gap: 2rem;
    align-items: flex-end;
    padding-top: 1rem;
  }

  .slide_footer-caption {
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .slide_footer-pagination {
    flex: none;
    padding-bottom: .5rem;
  }

  .slide_footer-pagination-text, .slide_footer-pagination-total {
    font-size: .75rem;
  }

  .bolotario_list-block {
    grid-column-gap: 1rem;
    padding-bottom: .5rem;
  }

  .bolotario_list-text {
    font-size: .75rem;
  }

  .bolotario_list-number, .planta_list-number {
    font-size: .875rem;
  }

  .spark-team-member-card {
    flex: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-wrapped-team-card, .spark-wrapped-square-team {
    width: 100%;
  }

  .hover-link-2 {
    background-color: #2b3036de;
  }

  .header_title-wrap {
    font-size: 1.5rem;
  }

  .tab-link {
    flex: none;
  }

  .feature_card {
    padding: 32px;
  }

  .feature_content-wrap {
    margin-top: auto;
  }

  .section-hero {
    padding-top: 4.375rem;
  }

  .product-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .product-inner-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    max-width: 320px;
  }

  .sc-galeria {
    overflow: hidden;
  }

  .tab-link-smal {
    flex: none;
  }

  .footer__link-block-2 {
    flex: 1;
  }

  .logos-parceiros {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    min-width: 0;
  }

  .planta_title-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .barra-contato {
    padding: .5rem 1rem;
  }

  .button-bar {
    width: 100%;
    min-width: 0;
  }

  .hero_divider {
    display: none;
  }

  .btn-block {
    padding: 1rem 2.125rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .sc-video {
    min-height: 100dvh;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    display: flex;
  }

  .sc-tour {
    min-height: 100dvh;
  }

  .button-tour {
    justify-content: flex-start;
  }

  .tour_buttons-wrap {
    flex-flow: column;
  }

  .royal_column_left {
    align-items: stretch;
    padding-left: 3dvw;
    padding-right: 3dvw;
  }

  .royal_column_right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form_header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .arabesco_svg.is-small {
    width: 4rem;
  }

  .royal_column_bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .royal_link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .banner_royal_top {
    background-image: none;
    display: flex;
  }

  .banner_royal_bottom {
    flex-flow: column;
    align-items: stretch;
  }

  .banner_royal_img_wrap {
    aspect-ratio: 2.39;
  }

  .banner_royal_content_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: linear-gradient(#082136c4, #082136c4), url('../images/estatua_3.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-wrap {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    overflow: visible;
  }

  .politica_brand {
    margin-bottom: 4.5rem;
  }

  .politica_content {
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .contact-bar_title {
    font-size: .85rem;
  }

  .contact-bar_divider {
    background-color: #aeb9c226;
    width: .0625rem;
  }

  .contact-bar_subtitle {
    font-size: .5rem;
  }

  .contact-bar_icon {
    width: .75rem;
    height: .75rem;
  }

  .contact-bar_button {
    grid-row-gap: .5rem;
    padding: .25rem .5rem .5rem;
  }

  .contact-bar-big {
    padding-top: .25rem;
    padding-bottom: .25rem;
    box-shadow: -3px -3px 1.5rem -.25rem #08151f85;
  }

  .contact-bar_butons-wrap {
    grid-column-gap: .25rem;
  }

  .modal_close {
    width: 2rem;
    height: 2rem;
    padding: .5625rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .ss_utility_spacing-items {
    grid-template-columns: 1fr 1fr;
  }

  .spacing-block-medium {
    height: 3rem;
  }

  .text-size-small {
    line-height: 1.5;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .bg-color-primary {
    margin-bottom: 180svh;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1rem;
  }

  .spacing-section-base {
    height: 4rem;
  }

  .caption-text {
    font-size: .75rem;
  }

  .caption-text.is--secondary-caption {
    font-size: .63rem;
  }

  .fs-cc-banner_buttons-wrap {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .svg-icon.is--svg-icon-medium, .svg-icon.is--svg-icon-small, .svg-icon.is--svg-icon-xxsmall, .svg-icon.is--svg-icon-xsmall, .svg-icon.is--svg-icon-large {
    width: .75rem;
    height: .75rem;
  }

  .d1up_logo {
    width: 1rem;
    height: 1rem;
  }

  .list_text-block {
    height: auto;
  }

  .contact-bar-small {
    padding-left: 1rem;
  }

  .button_primary {
    grid-column-gap: 1rem;
    justify-content: center;
    width: 100%;
  }

  .caption-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    flex-flow: wrap-reverse;
  }

  .plantas_description-label-text {
    letter-spacing: 3px;
    font-size: .75rem;
  }

  .planta_thumbnails-img-wrap {
    width: 4.5rem;
    height: 2.5rem;
  }

  .plantas_pagination-number {
    font-size: .875rem;
  }

  .plantas_subtitle-wrap {
    letter-spacing: 3px;
    font-size: .875rem;
  }

  .plantas-01_description-ttile {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .plantas_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .plantas_image-wrap {
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .list-h {
    grid-column-gap: .75rem;
  }

  .span-heading-plantas {
    font-size: 1.5rem;
  }

  .plantas-01_details-list {
    grid-row-gap: .25rem;
  }

  .plantas_pagination-wrap {
    padding: .5rem 1rem;
  }

  .planta_thumbnails-text {
    font-size: .75rem;
    line-height: 1.3;
  }

  .planta_thumbnails-text.is-small {
    font-size: .5rem;
  }

  .plantas_pagination-number-small {
    font-size: .75rem;
  }

  .plantas_description-wrap {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .plantas_pagination-title {
    font-size: .75rem;
    line-height: 1.3rem;
  }

  .plantas-01_description-header {
    max-width: none;
    margin-bottom: 1rem;
  }

  .nav_link-block {
    color: var(--light);
    margin-bottom: .5rem;
  }

  .nav_link-block:hover {
    color: var(--light-medium);
  }

  .nav-component {
    width: 100%;
  }

  .navbar__btn {
    width: 3rem;
    height: 3rem;
    padding-top: .8rem;
    padding-left: .66rem;
  }

  .navbar__btn.w--open, .navbar__btn.w--open:active {
    border-color: var(--primary-light);
    background-color: var(--primary-light);
  }

  .nav_link {
    padding-top: .7rem;
    padding-bottom: .5rem;
  }

  .cookies-component {
    color: #d4d8dd;
    padding: 1.5rem;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie_button {
    padding: 15px 34px 16px;
  }

  .tab_link-text-block {
    height: auto;
  }

  .tab-comp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .bolotario_list-block {
    grid-column-gap: .5rem;
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: .25rem;
    padding-right: 0;
  }

  .bolotario_list-text {
    margin-bottom: 4px;
  }

  .bolotario_pin {
    min-width: 1rem;
    min-height: 1rem;
    padding: 0;
    font-size: .5rem;
  }

  .bolotario_list-number {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: .25rem .25rem .2rem .4rem;
    font-size: .75em;
    line-height: 1.4em;
    display: flex;
  }

  .plantas_description-label-wrap {
    grid-column-gap: .75rem;
  }

  .plantas_subtitle-text {
    letter-spacing: 3px;
    font-size: .875rem;
  }

  .planta_pin {
    min-width: 1rem;
    min-height: 1rem;
    padding: 0;
    font-size: .5rem;
  }

  .planta_list-number {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: .25rem .25rem .2rem .4rem;
    font-size: .75em;
    line-height: 1.4em;
    display: flex;
  }

  .header_title-wrap {
    max-width: none;
  }

  .list-block-content {
    height: auto;
  }

  .sc-localizacao-micro {
    padding-bottom: 3rem;
  }

  .plantas-02_details-icon {
    width: .75rem;
    height: .75rem;
    margin-bottom: .25rem;
  }

  .plantas-02_details-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .tab-link {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-top: 1px solid var(--primary-light);
    border-right: 1px solid var(--primary-light);
    border-left: 1px solid var(--primary-light);
    border-radius: .25rem;
    padding: .75rem .5rem;
    font-size: .88rem;
  }

  .tab-link.w--current {
    background-color: #365376b3;
  }

  .feature_card-icon {
    width: 20px;
    height: 20px;
  }

  .feature_card {
    height: 15rem;
    padding: 24px;
  }

  .feature_content-wrap {
    margin-top: 0;
    margin-bottom: auto;
  }

  .heading-display-xl {
    font-size: clamp(32px, 6vw, 160px);
    line-height: 1.2;
  }

  .section-hero {
    max-height: calc(100dvh - 5rem);
    padding-top: 4rem;
  }

  .tag {
    height: 7rem;
    margin-top: -2rem;
  }

  .logo-hero {
    width: 75dvh;
    min-width: 16rem;
    max-width: 12rem;
  }

  .product-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .product-title {
    font-size: 1rem;
  }

  .text-span-product {
    font-size: 1.5rem;
  }

  .product-subtitle {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .icon-line-vertical {
    object-fit: contain;
    flex: none;
    align-self: center;
    width: 4rem;
    height: 2rem;
  }

  .hero--heading {
    text-align: center;
    letter-spacing: 0;
    text-wrap: balance;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5;
    display: block;
  }

  .hero-block-02 {
    color: var(--light);
    background-image: none;
    padding: 0;
  }

  .heading-hero-span {
    font-size: .8rem;
  }

  .overline {
    margin-bottom: 1rem;
  }

  .text-sobre {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--dark-medium);
    text-align: center;
    flex-flow: column;
    width: 100%;
  }

  .sobre_img-wrap {
    aspect-ratio: 3 / 2;
    margin-top: 2rem;
    padding: 1.5rem;
  }

  .heading-img.is-img-01 {
    display: none;
    top: 19%;
    left: 3.8svw;
  }

  .heading-img.is-img-02 {
    display: none;
    bottom: 53%;
    right: -.6svh;
  }

  .caption_ct-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .zoom-btn {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: .75rem;
    display: flex;
  }

  .diferenciais_img-grid {
    grid-row-gap: .5rem;
    margin-left: auto;
  }

  .heading-subtitle {
    font-size: 1rem;
  }

  .heading-main {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .line-divider {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .img-grid-block {
    padding: 1.5rem;
  }

  .estatua-diferenciais {
    width: 50svw;
    bottom: -13%;
    right: -48%;
  }

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

  .slider-lazer {
    border-radius: .8rem;
    height: auto;
    margin-bottom: 1rem;
    overflow: visible;
  }

  .slider {
    border-radius: .8rem;
    padding: .5rem;
  }

  .image-planta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 18rem;
    max-height: none;
    padding: 1rem 1.5rem;
  }

  .planta-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: 0;
    overflow: hidden;
  }

  .product-planta {
    font-size: 1rem;
  }

  .span-plantas {
    font-size: 1.5rem;
  }

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

  .planta-lista {
    flex-flow: column;
    display: flex;
  }

  .lista-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .padding-small {
    padding-left: 0;
    padding-right: 0;
  }

  .plantas--contato-wrapper {
    padding: 1rem;
  }

  .planta-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .perspectivas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 1rem;
    position: relative;
  }

  .perspectivas.is-vertical {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-perspectiva {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .implantacao-image {
    aspect-ratio: 2 / 3;
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .titulo-legenda-institucional {
    text-wrap: balance;
    font-size: 1rem;
    line-height: 1.2;
  }

  .card-title-wrap {
    bottom: 16px;
    left: 16px;
  }

  .legenda-implantacao {
    justify-content: flex-start;
    align-items: center;
  }

  .tab-lazer {
    margin-top: 2rem;
  }

  .localidades-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .localidade-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .localidade-distancia {
    justify-content: center;
    align-items: center;
  }

  .endereco-content-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .ft-grid-left-bg {
    width: 100%;
    height: 100%;
  }

  .tab-ficha-tecnica {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-smal {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .contato-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .header-form {
    line-height: 1.3rem;
  }

  .form-contato {
    padding: 0;
  }

  .overline-text {
    letter-spacing: .1em;
  }

  .label-contet {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-localizacao {
    flex-flow: column;
    height: auto;
    margin-top: 2rem;
    display: flex;
  }

  .grid_loc-block {
    height: 12rem;
  }

  .slider-2 {
    height: 500px;
  }

  .footer-left {
    width: 100%;
  }

  .footer__link-block-2.is--link-block, .footer__link-block-2.is--d1up-link-block {
    justify-content: center;
  }

  .footer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-logos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-wrp {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .image {
    max-width: 80%;
  }

  .text-size-small-2 {
    font-size: .75rem;
  }

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

  .local-wrp {
    justify-content: center;
    align-items: flex-start;
  }

  .map-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    height: 26rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
  }

  .buttons-map {
    position: static;
    inset: auto 24px 32px auto;
  }

  .lazer_img-complementar {
    width: 80%;
    margin: -4.5rem auto 2rem;
    position: relative;
    right: auto;
  }

  .lazer--lightbox-complementar {
    min-width: 12rem;
  }

  .tab-pane-lazer {
    margin-left: auto;
    margin-right: auto;
  }

  .hero--divider-mobile.show-mobile {
    width: 100%;
    max-width: none;
  }

  .ft-grid-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._2-grid-section {
    border-radius: 2px;
    grid-template-rows: auto 1fr;
  }

  .banner-content {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 2.5rem 1.5rem;
  }

  .banner-image {
    padding: 1.5rem;
  }

  .letter-r {
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    top: -10%;
    overflow: visible;
  }

  .divider-sectin {
    width: 80%;
    min-width: 160px;
    max-width: 400px;
  }

  .legenda-wrapper {
    margin-bottom: 24px;
  }

  .planta_title-wrap {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }

  .slide-galeria {
    aspect-ratio: 3 / 2;
    padding: 1rem;
  }

  .heading-span {
    font-size: 1.7rem;
  }

  .bg-implantacao {
    height: 100dvh;
  }

  .barra-contato {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    align-items: stretch;
    padding-left: .5rem;
    padding-right: .5rem;
    inset: auto 0% 0%;
  }

  .button-bar {
    flex: 1;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-button-bar {
    font-size: .6875rem;
  }

  .buton_bar--text {
    flex: none;
  }

  .banner-wrap {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .areas-tags {
    margin-top: 1rem;
  }

  .area-tag {
    font-size: .75rem;
  }

  .sobre_title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .diferenciais_content-block-02 {
    margin-bottom: 1rem;
  }

  .slide-content-wrap {
    padding: 1.5rem 1.5rem 1.256rem;
  }

  .slide-arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .slide-arrow.is-left-bottom-arrow {
    bottom: -3.5rem;
  }

  .slide-arrow.is-right-bottom-arrow {
    bottom: -3.5rem;
    left: 3rem;
  }

  .slide-arrow.is-negative-margin {
    margin-left: -.75rem;
    margin-right: -.75rem;
    inset: 7rem auto auto 0%;
  }

  .icn-plantas {
    width: 1rem;
    height: 1rem;
  }

  .blur-bg {
    height: 60svh;
  }

  .heading-display-l {
    font-size: clamp(32px, 6vw, 160px);
  }

  .bg-lazer {
    height: 36.5%;
  }

  .hero-block-left {
    padding: 5rem 2rem 3rem;
  }

  .hero-block-01 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-line-divider {
    justify-content: center;
    align-items: center;
  }

  .hero-overline-text {
    font-size: .88rem;
  }

  .hero-overline-wrap {
    text-align: center;
    margin-bottom: 0;
  }

  .hero-overline {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .caption-text-small.is--secondary-caption {
    font-size: .63rem;
  }

  .product-planta-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex: none;
  }

  .planta-subtitle {
    font-size: 1rem;
  }

  .caption-planta {
    font-size: .88rem;
  }

  .slide-planta {
    width: 95%;
    margin-right: 1.25rem;
  }

  .grid-ficha-tecnia {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    margin-top: 1rem;
    display: flex;
  }

  .ficha-tecnica__column {
    padding-bottom: .75rem;
  }

  .column__heading-block, .ficha_subtitle {
    font-size: .75rem;
  }

  .slide {
    width: 98%;
    margin-right: 1rem;
  }

  .perspectivas-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    height: 4rem;
  }

  .heading-modal {
    font-size: .875rem;
    line-height: 1.3rem;
  }

  .bold-text {
    font-weight: 500;
  }

  .btn-block {
    padding: 1rem;
    font-size: .75rem;
  }

  .modal-close-trigger {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .sc-video, .sc-tour {
    height: 100dvh;
    min-height: 0;
    max-height: 60rem;
  }

  .button-tour {
    grid-column-gap: 1rem;
    justify-content: center;
    width: 100%;
    font-size: .75rem;
  }

  .tour_title.heading-style-h1 {
    font-size: 2rem;
  }

  .modal_close_btn {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .royal_column_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .royal_column_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form_logo {
    width: 75dvh;
    min-width: 16rem;
    max-width: 12rem;
  }

  .form-overline-text {
    font-size: .75rem;
  }

  .royal_block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .royal_block.is-block-larger {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form_header {
    margin-bottom: 1rem;
  }

  .arabesco_svg {
    width: 2rem;
  }

  .form_header_text {
    letter-spacing: .1em;
    padding-top: 2px;
    font-size: .75rem;
  }

  .product-subtitle-small {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .form-product-title {
    font-size: 1rem;
  }

  .form_header_text_small {
    letter-spacing: .1em;
    padding-top: 2px;
    font-size: .75rem;
  }

  .banner_header {
    margin-bottom: 1rem;
  }

  .royal_column_banner {
    padding-bottom: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .frame_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .banner_royal_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .product-number {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .product-group-1 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }
}

#w-node-_7cc71f1d-f828-1cc9-8492-b8714cbf044f-c6d6fb33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5599ffff-5270-84b3-dae1-c2379718a01c-c6d6fb33, #w-node-e26271ed-11b6-0f13-20e5-54c9b04c8669-c6d6fb33, #w-node-_0142bb95-4220-13f0-2ba5-131cdbb53fef-c6d6fb33 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc74-c6d6fb33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc81-c6d6fb33, #w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc8c-c6d6fb33, #w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc97-c6d6fb33 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9324e0ff-11fe-4567-fb28-03e888bd9fc5-88bd9fc5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55eab802-e28f-0571-9eb0-8ea9e966749a-7e916784, #w-node-_79280aa6-ee3b-c767-79e5-d72f8943ad70-7e916784 {
  align-self: stretch;
}

#w-node-ead8b71f-390e-3b23-482e-7a9cf82c47d7-7e916784 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_69dfd4c5-d9c8-5150-27cf-71eba64d3ccf-7e916784 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-bbdd3618-15da-2193-c1d0-100afb05daa4-7e916784 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_234631da-b086-b20a-95dc-82058fcad0f3-7e916784 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_78e7c2c2-c918-6dc4-94f5-752d16535778-7e916784 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-_4431d571-8955-80c2-819e-d4fa74c688f8-7e916784 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-e9cfd1f5-064f-e38c-da3e-5d43232e0285-7e916784 {
  grid-area: 1 / 3 / 5 / 4;
}

#w-node-c4904f20-bcbb-937f-1e03-a4201e221da0-7e916784 {
  grid-area: 5 / 3 / 7 / 4;
}

#w-node-_7cae1b39-9c1e-2f75-41f6-271f8ee6168a-7e916784 {
  grid-area: 1 / 4 / 4 / 5;
}

#w-node-_30ec6bfc-19e9-9038-cf0f-4273ca179d2d-7e916784 {
  grid-area: 4 / 4 / 7 / 5;
}

#w-node-dc900e20-c3ff-58bc-e342-70d2c3ed79b9-54702c5f {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-ead8b71f-390e-3b23-482e-7a9cf82c47d7-7e916784 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_69dfd4c5-d9c8-5150-27cf-71eba64d3ccf-7e916784 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bbdd3618-15da-2193-c1d0-100afb05daa4-7e916784 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_234631da-b086-b20a-95dc-82058fcad0f3-7e916784 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_78e7c2c2-c918-6dc4-94f5-752d16535778-7e916784, #w-node-_4431d571-8955-80c2-819e-d4fa74c688f8-7e916784, #w-node-e9cfd1f5-064f-e38c-da3e-5d43232e0285-7e916784, #w-node-c4904f20-bcbb-937f-1e03-a4201e221da0-7e916784, #w-node-_7cae1b39-9c1e-2f75-41f6-271f8ee6168a-7e916784, #w-node-_30ec6bfc-19e9-9038-cf0f-4273ca179d2d-7e916784 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Things';
  src: url('../fonts/Things.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauerbodonistd';
  src: url('../fonts/BauerBodoniStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauerbodonistd';
  src: url('../fonts/BauerBodoniStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bauerbodonistd';
  src: url('../fonts/BauerBodoniStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauerbodonistd';
  src: url('../fonts/BauerBodoniStd-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 800;
  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: '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-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-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}