:root {
  --dark-strong: #384347;
  --dark: #101314;
  --accent: #da2037;
  --primary-light: #b82a69;
  --primary: #540c23;
  --secondary-light: #494c4c;
  --primary-dark: #c41d32;
  --secondary: #2f3030;
  --dark-medium: #849094;
  --secondary-dark: #202020;
  --accent-link: #13b6ec;
  --dark-light: #abb6ba;
  --light: white;
  --light-weak: #f7f9fa;
  --light-medium: #e4e6e7;
  --light-strong: #d4d8dd;
  --accent-hover: #fb2f48;
  --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: #e4e6f1;
  --flowui-component-library-primary-base: #642eff;
  --d1up-color: #fdb913;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-grey-300: #e4e6f1;
  --ss-secondary: #2092b0;
  --ss-secondary-light: #2092b042;
  --ss-secondary-lightest: #21cffc0f;
}

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

.w-form-formradioinput--inputType-custom {
  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-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;
}

body {
  color: var(--dark-strong);
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: .25rem;
}

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

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

.main-wrap {
  position: relative;
}

.modal-content {
  z-index: 5000;
  position: relative;
}

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

.footer-component-01 {
  z-index: 1000;
  background-color: var(--dark);
  position: relative;
}

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

.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(--primary-light);
}

.contact-bar_button.is-contact-button-outline:hover {
  border-width: .125rem;
  border-color: var(--primary);
  background-color: var(--primary-light);
}

.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: flex;
  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 {
  letter-spacing: .5px;
  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%;
}

.footer-content.footer-content-02 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
}

.footer-content.footer-content-04 {
  background-color: #05121685;
  background-color: var(--primary);
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.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 {
  color: var(--secondary-light);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.text-color-white {
  margin-bottom: 1rem;
}

.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(--primary-light);
  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(--primary);
}

.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: 60rem;
}

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

.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: alternate-gothic-atf, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  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 {
  color: #7d949c;
  font-size: 1rem;
  font-weight: 400;
}

.heading-style-h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_message-success {
  padding: 1.25rem;
}

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

.bg-color-secondary-light, .bg-color-secondary-light.zy-stylesystem-color {
  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: 1.5rem;
}

.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 {
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: .875rem;
}

.text-size-small.text-color-white {
  letter-spacing: .5px;
  text-transform: none;
}

.text-size-small.form {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
}

.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 {
  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: 3rem;
}

.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-color: #f05454;
}

.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 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  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: 2.5rem;
  padding-right: 2.5rem;
  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 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.ss_text_label {
  color: #d92036;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.2;
}

.bg-color-secondary-dark, .bg-color-secondary-dark.zy-stylesystem-color {
  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;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.ss_utility_paragraph-wrap.is-utility-explainer {
  border-top: 1px solid #dedede;
  max-width: none;
  padding-top: 2rem;
}

.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: 1rem;
}

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

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

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

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

.label-text.is-label-hero {
  color: var(--primary-light);
  font-size: .875rem;
}

.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 {
  text-align: left;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.caption-text.is--secondary-caption {
  opacity: .7;
  font-size: .625rem;
  font-weight: 300;
}

.legal-text {
  opacity: .75;
  color: var(--dark-light);
  letter-spacing: .25px;
  font-family: Montserrat, sans-serif;
  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: var(--light);
}

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

.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-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);
  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_components-structure-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

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

.ss_core-group-placeholder {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #1e7bfa;
  border-radius: .25rem;
  width: 100%;
  height: 10rem;
}

.ss_core-group-placeholder.is-small-placeholder {
  height: 4rem;
  margin-top: 1rem;
}

.ss_core-group-placeholder-wrap {
  border: 1px solid #1e7bfa;
  border-radius: .25rem;
  padding: 2rem;
}

.ss_code-wrap {
  color: #fff;
  background-color: #404040;
  border-radius: .25rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.ss_code-place {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #979797;
  background-color: #404040;
  border: 1px solid #232323;
  border-radius: 50vw;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  margin-right: 2.5rem;
  padding: .25rem 1rem;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ss_code-place.is-install-place {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.ss_code-icon {
  width: .75rem;
  height: 1rem;
}

.ss-code-install-icon {
  width: .75rem;
  height: 1.2rem;
}

.ss_code-instruction {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark-light);
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-size: .875rem;
  line-height: 2;
  display: flex;
}

.ss_code-links-wrap {
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.ss_code-links {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
}

.ss_code-links.is-link-plus {
  color: var(--accent-link);
  padding-left: 0;
  padding-right: 0;
}

.ss_code-links.is-css-code {
  padding-left: 0;
}

.ss_code-link-span {
  color: #868686;
  padding-left: .15rem;
  padding-right: .15rem;
}

.ss_code-links-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.ss_code-links-list.is-comblo-classes-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  align-items: center;
}

.ss_code-copy-button {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #979797;
  cursor: pointer;
  background-color: #1f1f1f;
  border: 1px solid #232323;
  border-radius: .25vw;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

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

.cookies-compoent {
  justify-content: center;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.svg-icon.is--svg-icon-small {
  width: .75rem;
  height: .75rem;
}

.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.25rem;
  height: 1.25rem;
}

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

.ss_content_components {
  background-color: #f1f1f1;
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ss_content_components.is--ss-black-component-bg {
  background-color: #333;
}

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

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

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

.footer__logos {
  grid-column-gap: 4rem;
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.footer__logo-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer__logo-signature {
  color: #b5b5b5;
  font-size: .75rem;
  font-weight: 300;
}

.footer__logo-link {
  width: 10rem;
  height: 6rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.footer__logo-link:hover {
  transform: translate(0, -.35rem);
}

.footer__logo {
  color: #b83d3d;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.foooter_links {
  border-top: .0625rem solid #ffffff3d;
  border-bottom: .0625rem solid #ffffff38;
  padding: 1rem 2rem;
}

.footer__links-list {
  grid-row-gap: 1rem;
  color: var(--light-strong);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__link-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.footer__link-block.is--link-block:hover {
  color: var(--light);
}

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

.footer-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.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;
  background-color: red;
}

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

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

.footer_disclaimer-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  color: var(--light-strong);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer_disclaimer-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.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(--primary-light);
  background-color: var(--primary-light);
  -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: -1.333rem;
  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: 0% 0% 0% auto;
  transform: translate(0%)translate(0, 50%);
}

.slide_button-component:hover {
  border-color: var(--primary-light);
  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;
}

.slide_button-component.left {
  margin-left: -1.333rem;
  inset: 0% auto 0% 0%;
}

.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: 1px solid var(--primary);
  background-color: var(--secondary);
  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;
  transform: rotate(0);
}

.code-icon.left {
  transform: rotate(-180deg);
}

.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(--primary-light);
  background-color: var(--primary-light);
  -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(--primary);
  background-color: var(--primary);
  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 {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  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: 2.5rem;
  display: flex;
}

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

.sc-header__title {
  flex: auto;
  margin-bottom: 1rem;
}

.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 {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.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: #ffffffb3;
  flex: none;
}

.nav_link-block:hover {
  color: #fff;
}

.nav-component {
  z-index: 500;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.navbar__btn {
  display: none;
}

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

.nav_bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  -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: .875rem;
  font-weight: 500;
  transition: border-color .4s;
  display: flex;
}

.nav_link.w--current {
  border-bottom-color: var(--accent);
  color: #fff;
}

.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;
  border: 1px solid var(--light-medium);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffffd9;
  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 0% 0% auto;
}

.cookie_button {
  background-color: var(--primary-light);
  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;
  box-shadow: 0 3px 12px #a87a5369;
}

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

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

.modal-subheading-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

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

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

.nav_container {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

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

.nav_button {
  grid-column-gap: .75rem;
  border: 1px solid var(--accent);
  color: var(--light);
  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 {
  background-color: var(--accent);
}

.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: linear-gradient(#202020e0, #202020e0), url('../images/banner.jpg');
  background-position: 0 0, 50% 130%;
  background-size: auto, cover;
  background-attachment: scroll, 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: 3rem;
}

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

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

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

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

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

.slide-gamaro {
  z-index: 255;
  border-radius: 4px;
  width: 32%;
  height: 100%;
  margin-right: 32px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.slide-gamaro:hover {
  box-shadow: 0 0 160px -12px #0000001c, 0 0 80px -30px #0009;
}

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

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

.header-line {
  z-index: 1;
  background-color: #677a34;
  background-image: linear-gradient(to right, var(--primary-light), var(--primary));
  width: 100%;
  height: 3vw;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-oasis {
  width: 20rem;
  display: none;
}

.logo-velasca {
  width: 20rem;
  margin-bottom: 0;
}

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

.content-group-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 6rem;
  display: flex;
}

.hero-cadastro_banner {
  z-index: 2;
  background-image: url('../images/img_velasca_10.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex: 1;
  align-items: flex-end;
  height: 45vw;
  margin-right: -5vw;
  display: flex;
  position: relative;
}

.product-frame-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 2px solid var(--primary);
  color: var(--primary);
  flex-direction: column;
  align-items: center;
  padding: .5rem 2.5rem;
  font-weight: 400;
  display: flex;
}

.hero-heading {
  color: var(--primary);
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.hero-text-color {
  color: #677a34;
}

.section-hero {
  border-top: 1px solid var(--primary-light);
  background-color: #e9e4d9;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  position: relative;
  overflow: hidden;
}

.hero-cadastro_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text-produto {
  letter-spacing: 1px;
  padding-top: 3px;
}

.product-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.comand-product {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
}

.grafismo-hero {
  background-image: url('../images/grafismo-hero.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20.7rem;
  height: 24.5rem;
  position: absolute;
  inset: -8% auto auto 0%;
}

.grid-conceito__block {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.grid-inner-section {
  background-image: url('../images/grafismo-horizontal.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.btn-zoom {
  z-index: 25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  cursor: pointer;
  background-color: #00000045;
  border-radius: .3rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .7rem .8rem .8rem;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-zoom:hover {
  color: var(--primary-light);
  background-color: #00000063;
  transform: scale(1.1);
}

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

.text-color.neutral-300 {
  color: #6f7672;
}

.text-color.neutral-200 {
  color: #414442;
}

.destaques-arquitetos_block {
  border-left: .15rem solid var(--primary-light);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 1.5rem;
  display: flex;
}

.text-14px {
  font-size: .875rem;
}

.heading-conceito {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 300;
}

.title-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.text-line-height.line-height-large {
  line-height: 1.7;
}

.text-line-height.line-height-small {
  line-height: 1.35;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.grid-2-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.show-mobile-landscape {
  display: none;
}

.icon-1x1-xxsmall {
  color: var(--primary-light);
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-right: 1rem;
}

.icon-1x1-xxsmall.diferenciais {
  margin-right: .5rem;
}

.label-p {
  color: var(--primary-light);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1;
}

.label-p.text-color-white {
  color: var(--light);
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-block {
  position: relative;
}

.primary-line-decoration {
  background-color: var(--primary);
  width: 5rem;
  height: .125rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.flexbox-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.flexbox-wrapper.horizontal-center-left {
  flex-direction: row;
  align-items: center;
}

.destaques-arquitetos_text-block {
  margin-left: 1rem;
}

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

.hover-image-effect {
  z-index: 5;
  object-fit: cover;
  object-position: 63% 50%;
  width: 100%;
  height: 100%;
  transition: transform .4s ease-in-out;
}

.hover-image-effect:hover {
  transform: scale(1.025);
}

.grid-conceito__lightbox {
  width: 100%;
  height: 100%;
}

.text-style.text-style-spaced-small {
  letter-spacing: 1.2px;
}

.text-style.text-style-spaced {
  letter-spacing: 1.5px;
}

.grid-conceito {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 45% 55%;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100dvh;
  min-height: 35rem;
  max-height: 42rem;
  padding-bottom: .5rem;
  display: grid;
}

.section-conceito {
  background-color: #e9e4d9;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.gradient-divider {
  background-image: linear-gradient(to right, var(--primary-light), var(--primary));
  width: 10rem;
  height: .75rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.sc-header-component {
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

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

.slide--mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

.slide--mask.style-class {
  overflow: visible;
}

.slide {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-right: 2rem;
  padding-bottom: 0;
  padding-right: 0;
}

.sc-header__title-left {
  text-align: left;
  flex: auto;
  max-width: 50rem;
  display: block;
}

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

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

.svg-icon-2.is--svg-icon-small {
  width: 1rem;
  height: 1rem;
}

.lightbox-compoenent {
  border-radius: .2rem;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.section-galeria.bg-white-fade {
  background-color: var(--primary);
  overflow: hidden;
}

.slide-arrow-component {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #677a34;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 2rem;
  font-size: 1rem;
  transition: background-color .56s cubic-bezier(.165, .84, .44, 1), border-color .56s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
}

.slide-arrow-component:hover {
  background-color: #526129;
  border-color: #da2037;
}

.slide-arrow-component.left-center {
  background-color: var(--primary);
  inset: auto auto 50% 0%;
  transform: translate(0, 50%);
}

.slide-arrow-component.left-center:hover {
  background-color: var(--primary-light);
}

.slide-arrow-component.right-center {
  background-color: var(--primary);
  justify-content: center;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.slide-arrow-component.right-center:hover {
  background-color: var(--primary-light);
}

.slide-content {
  height: 45rem;
  max-height: 80vh;
}

.heading-galeria {
  color: #e9e4d9;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
  font-weight: 100;
}

.label-component-left {
  margin-bottom: 2rem;
}

.label-component-left.text-color-primary-light {
  margin-bottom: 1rem;
}

.plantas-subtitle {
  color: var(--dark-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3rem;
  display: inline-block;
}

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

.tab--content {
  overflow: visible;
}

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

.section-plantas {
  background-color: #e9e4d9;
  overflow: hidden;
}

.lightbox-planta {
  border-radius: 0;
  width: 5.5rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.lowercase-span {
  text-transform: lowercase;
  font-size: 2rem;
}

.plantas_side-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  display: flex;
  overflow: auto;
}

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

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

.tab--link {
  grid-column-gap: .75rem;
  color: #540c23b8;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #540c233d;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3rem;
  display: flex;
  overflow: hidden;
}

.tab--link.w--current {
  border-width: 1px;
  border-color: var(--primary-light);
  color: var(--primary-light);
  background-color: #e9e4d9;
  line-height: 1.3rem;
}

.zoom-button-icon-diferenciais {
  color: var(--primary-light);
  justify-content: center;
  align-items: center;
  width: .75rem;
  min-width: .75rem;
  height: .75rem;
  display: flex;
}

.text-color-white-3 {
  color: #fff;
  align-items: center;
}

.tab--menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.planta-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-auto-columns: 1fr;
  margin-right: 2rem;
  display: grid;
}

.planta-list-wrapper.hide {
  display: none;
}

.heading-planta {
  color: #e9e4d9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.tab-plantas-wrapper {
  margin-top: 4rem;
}

.tab--link-underline {
  background-color: var(--primary-light);
  width: 0%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.text-color-dark-medium-2 {
  color: #849094;
  display: inline;
}

.planta-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #b82a694d;
  flex-direction: row;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.heading-planta--divider {
  background-image: linear-gradient(to right, var(--primary-light), var(--primary));
  height: .0625rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.plantas--tipologia {
  color: var(--primary-light);
  letter-spacing: .5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.plantas--content-left {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 32rem;
  padding: 2rem 3rem;
  display: flex;
  position: relative;
}

.slide-plantas__lightbox-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-plantas__lightbox-wrapper.hide {
  display: none;
}

.pattern-divider {
  z-index: 1;
  opacity: .16;
  background-image: url('../images/grafismo-horizontal.svg');
  background-position: 0 0;
  background-size: auto;
  height: 7.5rem;
  position: relative;
}

.pattern-divider.gray-pattern {
  opacity: 1;
  opacity: .5;
  background-image: url('../images/grafismo-hero.svg');
  width: 60%;
}

.pattern-divider.gray-pattern.small-gray-pattern {
  opacity: .9;
  height: 3.5rem;
}

.pattern-divider.cc-16 {
  opacity: .16;
}

.heading-diferenciais {
  color: #e9e4d9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 300;
}

.section-diferenciais {
  background-color: var(--secondary-dark);
  position: relative;
}

.grid-diferenciais-item {
  color: #fff;
  flex: 1;
  align-items: center;
  padding-right: 2rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.diferenciais-wrapper {
  background-color: var(--primary);
  color: var(--light-strong);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 70%;
  padding-top: 2.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 18px;
  display: flex;
}

.diferenciais-footer-bg {
  opacity: .16;
  background-image: url('../images/grafismo-horizontal.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  overflow: hidden;
}

.grid-diferenciais-block {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
}

.grid-line {
  -webkit-text-fill-color: inherit;
  background-color: #b82a694d;
  background-clip: border-box;
  width: .2rem;
  height: 3rem;
  margin-right: 1.5rem;
}

.bolotario-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.boll_text {
  color: #384347;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.bol__column {
  grid-column-gap: 1.5rem;
  border-bottom: 1px solid #b3a38f73;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.bol-img {
  object-fit: contain;
  height: 40rem;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lightbox-bolotario {
  border: 1px solid var(--primary);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 44rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bol-number {
  grid-column-gap: .5rem;
  background-color: var(--primary-light);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 1.4rem;
  min-height: 1.4rem;
  padding: .2rem .3rem;
  font-size: .625rem;
  line-height: 1;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto auto 14% 12%;
  overflow: hidden;
}

.bol-number.bol-01 {
  inset: 10% auto auto 23%;
}

.bol-number.bol-02 {
  inset: 10% auto auto 44%;
}

.bol-number.bol-03-1 {
  inset: 50% auto auto 48%;
}

.bol-number.bol-04-3 {
  z-index: 1;
  bottom: 41%;
  left: 42%;
}

.bol-number.roof-01 {
  bottom: 76%;
  left: 34%;
}

.bol-number.roof-02 {
  bottom: 54%;
  left: 34%;
}

.bol-number.roof-03 {
  bottom: 36%;
  left: 32%;
}

.bol-number.roof-04 {
  bottom: 39%;
  left: 62%;
}

.bol-number.bol-06 {
  bottom: 41%;
  left: 46%;
}

.bol-number.bol-05 {
  bottom: 36%;
  left: 43%;
}

.bol-number.bol-07 {
  bottom: 36%;
  left: 54%;
}

.bol-number.bol-08 {
  bottom: 45%;
  left: 57%;
}

.bol-number.bol-09 {
  bottom: 25%;
  left: 64%;
}

.bol-number.bol-10 {
  bottom: 39%;
  left: 83%;
}

.bol-number.bol-11 {
  bottom: 34%;
  left: 79%;
}

.bol-number.bol-12 {
  bottom: 24%;
  left: 74%;
}

.bol-number.bol-13 {
  bottom: 15%;
  left: 82%;
}

.bol-number.bol-14 {
  bottom: 14%;
  left: 60%;
}

.bol-number.bol-15 {
  bottom: 14%;
  left: 41%;
}

.bol-number.bol-16 {
  bottom: 37%;
  left: 9%;
}

.section-bolotario {
  background-color: #f3f0ea;
}

.bol__number {
  border-bottom: 3px solid var(--primary-light);
  background-color: var(--primary);
  color: #e4e6e7;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .15rem;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem .65rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-bolotario {
  color: var(--secondary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 300;
}

.sutitle-macro {
  color: var(--dark-medium);
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}

.card-macro-top-pattern {
  background-color: var(--primary);
  background-image: url('../images/grafismo-horizontal.svg');
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 2rem;
  display: flex;
}

.card-macro__specs-wrapper {
  background-color: var(--primary);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 12.5rem;
  padding: 2rem;
  display: flex;
}

.card-macro-specs-name {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.sld-btn-localizacao {
  background-color: #d5b799;
  border-radius: 4px;
  width: 3rem;
  height: 3rem;
  font-size: 19px;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  inset: auto 0% -17% auto;
}

.sld-btn-localizacao:hover {
  background-color: #2c5b63;
}

.sld-btn-localizacao.right-arrow {
  background-color: var(--primary);
  display: flex;
  left: auto;
}

.sld-btn-localizacao.right-arrow:hover {
  background-color: var(--primary-light);
}

.sld-btn-localizacao.left-arrow {
  background-color: var(--primary);
  right: 5%;
}

.sld-btn-localizacao.left-arrow:hover {
  background-color: var(--primary-light);
}

.slider-localizacao__mask {
  overflow: hidden;
}

.card-macro-bottom-pattern {
  border-bottom: .25rem solid var(--secondary-light);
  background-color: var(--primary-light);
  background-image: linear-gradient(260deg, var(--primary), var(--primary-light));
  height: 2.25rem;
}

.map-block {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-macro-distance-text {
  text-transform: uppercase;
  margin-left: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-maps {
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 300;
}

.card-macro-specs-street {
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}

.slide-localizacao {
  display: none;
}

.map-wrapper {
  height: 38rem;
}

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

.slider-localizacao__slide {
  width: 32%;
  margin-right: 1.5rem;
}

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

.slider-localizacao {
  background-color: #0000;
  justify-content: space-between;
  margin-top: 1rem;
}

.green-line-decoration {
  background-color: var(--primary);
  width: 5rem;
  height: .125rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.card-macro__distance-wrapper {
  opacity: .88;
  letter-spacing: 1px;
  align-items: center;
  display: flex;
}

.card-macro__icon {
  width: 1rem;
  height: 1rem;
}

.section-localizacao-macro {
  background-color: #f7f8f7;
  position: relative;
}

.map-pattern {
  background-image: linear-gradient(to right, var(--primary-light), var(--primary));
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  height: 1.5rem;
  margin-bottom: 1.5rem;
}

.heading-macro {
  color: var(--secondary-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 300;
}

.heading-plantas {
  color: var(--secondary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 40rem;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 300;
}

.accordion-button-arrow {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.accordion-button {
  background-color: var(--primary-light);
  color: var(--light);
  border: 1px #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

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

.accordion-header {
  color: #375741;
  text-transform: uppercase;
  white-space: break-spaces;
  background-color: #0000;
  border-bottom: 1px solid #6f767229;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.accordion-header.w--open {
  border-bottom: 1px solid #0000001a;
}

.accordion-icon {
  z-index: 2;
  color: var(--primary-light);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.section-localizacao-micro {
  background-color: #fff;
  position: relative;
}

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

.accordion-list {
  color: var(--dark-medium);
  letter-spacing: 1px;
  height: 100%;
  padding-left: 3.3rem;
  padding-right: 2rem;
  font-weight: 100;
}

.disclaimer-text {
  color: #3f4641;
  letter-spacing: 1px;
  text-transform: none;
  font-size: .625rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

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

.accordion-block {
  color: var(--secondary-light);
  -webkit-text-fill-color: inherit;
  background-color: #f3f0ea;
  background-clip: border-box;
  border-radius: 4px;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.destaques-block-line {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.destaques-accordion {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.accordion-title {
  align-items: center;
  display: flex;
}

.accordion-body {
  color: #3f4641;
  background-color: #0000;
  background-image: url('../images/grafismo-horizontal.svg');
  background-position: 50% 140px;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4.5rem;
  display: block;
  position: relative;
}

.accordion-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  border-top: 1px #000;
}

.section-ficha-tecnica {
  background-color: #f3f0eb;
  position: relative;
}

.heading-ficha-tecnica {
  color: var(--secondary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 300;
}

.caption-text-left {
  color: var(--light-strong);
  text-align: left;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.ficha-divider-wrapper {
  opacity: .2;
  margin-top: 1rem;
}

.ficha-divider-line-small {
  background-image: linear-gradient(to right, #fff 46%, #fff0);
  width: 100%;
  height: .0625rem;
}

.caption-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.subtitle-ficha {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
}

.grid-ficha-tecnica-item {
  color: #fff;
  border-bottom: 1px solid #ffffff1f;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--primary);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 72px 216px -100px #0000000d, 0 24px 72px #0000000d, 0 8px 24px #0000000a;
}

.section-inst {
  background-color: var(--primary);
  position: relative;
}

.sc-header__title-3 {
  flex: auto;
  max-width: 50rem;
}

.btn-primary {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  cursor: pointer;
  background-color: #677a34;
  border: .0625rem solid #677a34;
  border-radius: .125rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 17rem;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .42s;
  display: flex;
}

.btn-primary:hover {
  background-color: #88995c;
  border-color: #88995c;
}

.btn-primary.btn-primary-outline {
  color: #ad6d52;
  background-color: #0000;
  border: 1px solid #ad6d52;
}

.btn-primary.btn-primary-outline:hover {
  color: #6e341b;
  background-color: #ad6d523d;
}

.btn-primary.btn-primary-outline.btn-primary-whatsapp {
  color: #084f23;
  letter-spacing: 1px;
  background-color: #25d366;
  border-style: none;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
}

.btn-primary.btn-primary-outline.btn-primary-whatsapp:hover {
  color: #fff;
  background-color: #1fb256;
}

.line-height-spaced-3 {
  line-height: 1.8;
  display: inline;
}

.btn-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 4rem;
  display: flex;
}

.label-icon-2 {
  opacity: .26;
  background-color: #827461;
  width: 1.5rem;
  height: .25rem;
  display: none;
}

.heading-group-2 {
  position: relative;
}

.cadastro_grid {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30rem;
}

.label-component-arkesi {
  grid-column-gap: .75rem;
  color: var(--primary-light);
  align-items: center;
  width: 100%;
  font-size: .875rem;
  display: flex;
}

.heading-contato {
  color: var(--primary);
}

.ficha-tecnica-wrapper {
  background-color: var(--secondary);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.image-regiao {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.footer-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--secondary-dark);
  color: var(--light-strong);
  flex-direction: column;
  display: flex;
}

.footer__logo-arkesi {
  font-size: .75rem;
  font-weight: 700;
}

.bol-numeration {
  font-weight: 700;
}

.bol-alt {
  white-space: nowrap;
  font-weight: 400;
  display: none;
}

.bold-loc {
  color: var(--secondary-light);
  font-weight: 500;
}

.buttons-wrapper-local {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-maps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary);
  color: var(--light-weak);
  letter-spacing: 1.5px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 2rem;
  transition: background-color .35s ease-out;
  display: flex;
}

.button-maps:hover {
  background-color: var(--primary-light);
}

.text-tab-planta {
  padding-top: 6px;
}

.overlay-legenda {
  z-index: 2;
  background-image: linear-gradient(to top, #000000a3 5%, #231f2000 55%);
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.legenda-galeria {
  z-index: 3;
  color: #f3f9f8;
  letter-spacing: 1px;
  margin: 1rem 1rem 1.22rem 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 14px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.legenda-inst {
  font-weight: 700;
  display: inline-block;
}

.paragraph-destaque-conceito {
  color: var(--secondary-light);
  margin-top: -1rem;
  padding-bottom: .5rem;
  font-weight: 500;
  display: flex;
}

.paragraph-bold {
  color: var(--secondary-light);
  font-weight: 700;
  display: flex;
}

.paragraph-bold.margem {
  margin-bottom: .5rem;
}

.subtitle-heading {
  color: var(--dark-medium);
  letter-spacing: .5px;
  max-width: 40%;
  font-size: 1rem;
}

.accordion-block-2 {
  color: #494c4c;
  -webkit-text-fill-color: inherit;
  background-color: #f3f0ea;
  background-clip: border-box;
  border-radius: 4px;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.accordion-icon-2 {
  z-index: 2;
  color: #b82a69;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.accordion-list-2 {
  color: #849094;
  letter-spacing: 1px;
  height: 100%;
  padding-left: 3.3rem;
  padding-right: 2rem;
  font-weight: 100;
}

.accordion-button-2 {
  color: #fff;
  background-color: #b82a69;
  border: 1px #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.accordion-button-2:hover {
  background-color: #540c23;
}

.accordion-button-3 {
  color: #fff;
  background-color: #b82a69;
  border: 1px #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.accordion-button-3:hover {
  background-color: #540c23;
}

.slide-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.section-contato {
  position: relative;
}

.institucional-grid {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30rem;
}

.logo-arkesi-intitucional {
  height: 4rem;
}

.slide-nav {
  display: none;
}

.slider-institucional {
  height: 40rem;
}

.arrow-inst {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.arrow-inst.left {
  transform: rotate(-180deg);
}

.right-arrow-inst {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .35s ease-out;
  display: flex;
  inset: 0% 4% 0% auto;
}

.right-arrow-inst:hover {
  background-color: var(--primary);
}

.right-arrow-inst.left {
  inset: 0% auto 0% 4%;
}

.mask {
  width: 100%;
}

.grid-heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 0 solid #ffffff14;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.paragraph-text-capition {
  color: var(--light-strong);
  text-align: left;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  line-height: 1.2;
}

.image-diferenciais {
  border-radius: 2px;
  width: 6rem;
  height: 4rem;
  margin-right: 1.5rem;
  display: none;
}

.title-diferenciais {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.test-span {
  font-weight: 400;
}

.heading-micro {
  color: var(--secondary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 300;
}

.list-item {
  color: var(--primary-light);
  font-weight: 500;
}

.subtitle-destaque {
  color: var(--primary);
}

.heading-destaque {
  color: var(--primary);
  font-weight: 500;
}

.heading-destaque.text-weight-bold, .heading-destaque.text-weight-xbold {
  font-weight: 700;
}

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

.heading-destaque-bg-dark {
  color: #b37d8e;
  margin-left: 4px;
  font-weight: 500;
}

.text-block-tab-implantacao {
  color: var(--secondary);
  font-weight: 400;
}

.tab-implantacao-wrapper {
  margin-top: 4rem;
}

.logo-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.label-logo {
  color: var(--primary);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.destaque-heading-galeria {
  font-weight: 500;
}

.mask-2 {
  width: 100%;
  overflow: visible;
}

.slider-planta {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.planta--wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.slide-planta {
  background-color: var(--primary);
  border-radius: 6px;
  margin-right: 2rem;
  padding: 1.5rem;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-arrow.left {
  transform: rotate(-180deg);
}

.brand {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  opacity: .62;
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  border-bottom: .25rem solid #0000;
  padding: 1rem .75rem .8rem;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.3;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #e4e6e7;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ad6d52;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .24s ease-in-out;
  display: inline-block;
}

.nav-button:hover {
  background-color: #805d40;
}

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

.nav-button.mobile-hidden {
  background-color: var(--primary);
  letter-spacing: 1px;
  border: 1px solid #faf1e5;
}

.nav-button.mobile-hidden:hover {
  background-color: var(--primary-light);
}

.nav-button.mobile-show {
  display: none;
}

.nav-menu {
  color: var(--primary);
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar__logo {
  width: 7.5rem;
}

.navbar {
  background-color: var(--light-weak);
  position: fixed;
  inset: 0% 0% auto;
}

.form-field {
  border-radius: 2px;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.product-frame-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--primary);
  letter-spacing: .5px;
  flex-direction: column;
  display: flex;
}

.destaque-subtitle {
  font-weight: 500;
}

.field-label {
  color: var(--primary);
  letter-spacing: .5px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.radio-text-label {
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.submit-button {
  background-color: var(--primary);
  background-image: linear-gradient(to right, var(--primary-light), var(--primary));
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  transition: background-color .15s ease-out;
}

.submit-button:hover {
  background-color: var(--primary);
  background-image: none;
}

.tabs-content-wrapper {
  margin-top: 2.5rem;
  overflow: visible;
}

.tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.tabs-wrapper {
  z-index: 5;
}

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

.tabs-plantas-link {
  opacity: 1;
  color: #6f7672;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: .125rem solid #6f767233;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.tabs-plantas-link.w--current {
  border-bottom-width: .4rem;
  border-bottom-color: var(--primary-light);
  color: var(--light);
  background-color: #0000;
}

.tab-menu-p {
  flex: none;
}

.section-tour {
  background-color: #e9e4d9;
}

.tour-virtual {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 44rem;
}

.tabs-galeria-link {
  opacity: 1;
  color: #c9cecb;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: .125rem solid #6f767233;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.tabs-galeria-link.w--current {
  border-bottom-width: .4rem;
  border-bottom-color: var(--primary-light);
  color: var(--light);
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .875rem;
  }

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

  .spacing-section-large, .spacing-section-xlarge {
    height: 7.5rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .ss-label-small {
    font-size: 15px;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-medium {
    height: 1.5rem;
  }

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

  .padding-global.hero-wrapper {
    line-height: 3px;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .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, .spacing-section-base {
    height: 7.5rem;
  }

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

  .footer_disclaimer-list {
    grid-column-gap: 1.5rem;
  }

  .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.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 {
    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 {
    background-color: #1a1c1d;
    border-radius: .25rem;
    margin-bottom: 1rem;
  }

  .navbar__btn {
    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 {
    background-color: #da2037;
    border-color: #da2037;
  }

  .nav_link {
    text-align: center;
  }

  .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 {
    bottom: 24px;
    left: 24px;
  }

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

  .slide-gamaro {
    width: 50%;
    height: 100%;
    margin-right: 16px;
  }

  .header-line {
    height: 1rem;
  }

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

  .content-group-hero {
    align-items: center;
    margin-top: -2rem;
    padding-bottom: 0;
    position: relative;
  }

  .hero-cadastro_banner {
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-right-radius: .5rem;
    flex: none;
    order: -1;
    justify-content: center;
    width: 100%;
    height: 72%;
    margin-right: 0;
    position: relative;
    inset: 0%;
  }

  .product-frame-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: flex-end;
  }

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

  .section-hero {
    flex-direction: column;
    height: 100dvh;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .hero-cadastro_content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

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

  .grid-inner-section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .destaques-arquitetos {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-conceito {
    font-size: 2rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .grid-destaques-n2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-conceito {
    grid-template-columns: .6fr 1fr;
    height: 30rem;
  }

  .slide-arrow-component.left-center {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .slide-content {
    height: 24rem;
  }

  .plantas-header {
    flex: none;
    margin-bottom: 2rem;
    position: relative;
  }

  .lightbox-planta {
    width: 4.5rem;
    height: 3rem;
  }

  .plantas_side-right {
    grid-column-gap: 2rem;
    flex-direction: column;
    min-width: 0;
    max-width: none;
    padding: 0 1rem;
  }

  .plantas-description {
    font-size: 1rem;
  }

  .tab--link {
    flex: none;
    min-width: 30%;
  }

  .tab--menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    margin-bottom: 3rem;
    overflow: auto;
  }

  .planta-list-wrapper {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .plantas--content-left {
    width: 100%;
    height: 35rem;
  }

  .slide-plantas__lightbox-wrapper {
    flex-direction: row-reverse;
  }

  .pattern-divider {
    height: 5rem;
  }

  .heading-diferenciais {
    font-size: 2rem;
  }

  .grid-diferenciais-item {
    border-bottom: 1px solid #0000002e;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .diferenciais-wrapper {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .diferenciais-footer-bg {
    margin-top: 2rem;
  }

  .grid-diferenciais-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom-style: none;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bolotario-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0;
  }

  .lightbox-bolotario {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-bolotario {
    font-size: 2rem;
  }

  .sutitle-macro {
    letter-spacing: 1px;
    font-size: 1.2rem;
  }

  .card-macro-specs-name {
    letter-spacing: .75px;
  }

  .sld-btn-localizacao.left-arrow {
    right: 9%;
  }

  .heading-maps {
    font-size: 2rem;
  }

  .map-wrapper {
    height: 24rem;
  }

  .cta-icon {
    width: 2.5rem;
  }

  .slider-localizacao__slide {
    width: 50%;
    margin-right: 1rem;
  }

  .heading-macro, .heading-plantas {
    font-size: 2rem;
  }

  .accordion-block {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .destaques-block-line {
    flex-direction: column;
    margin-bottom: 0;
  }

  .heading-ficha-tecnica {
    font-size: 2rem;
  }

  .grid-ficha-tecnica-item {
    border-bottom: 1px solid #0000002e;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

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

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

  .cadastro_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .ficha-tecnica-wrapper {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .buttons-wrapper-local {
    margin: 1rem;
  }

  .legenda-galeria {
    margin-bottom: 1.3rem;
    padding-left: 16px;
    left: 1.5rem;
  }

  .subtitle-heading {
    max-width: 80%;
  }

  .accordion-block-2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .institucional-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-heading-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom-style: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }

  .heading-micro {
    font-size: 2rem;
  }

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

  .nav-link {
    background-color: var(--light);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
    display: flex;
  }

  .nav-button {
    position: relative;
  }

  .nav-button.mobile-hidden {
    display: none;
  }

  .nav-button.mobile-show {
    background-color: var(--primary-light);
    height: 3.5rem;
    margin-top: 2rem;
    padding-top: 1.1rem;
    display: block;
  }

  .nav-menu {
    background-color: var(--primary);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding: 3.5rem;
  }

  .menu-btn {
    border: 1px solid var(--primary);
    color: var(--light);
  }

  .menu-btn:hover {
    color: #fff;
    background-color: #526129;
  }

  .menu-btn.w--open {
    background-color: var(--primary);
    color: var(--light);
  }

  .navbar-content {
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .navbar__logo {
    width: 5rem;
  }

  .tab-icon {
    margin-right: .75rem;
  }

  .tabs-menu {
    justify-content: space-between;
    overflow: auto;
  }

  .tabs-plantas-link {
    flex: none;
    width: 50%;
  }

  .tabs-plantas-link.w--current {
    letter-spacing: 1px;
    width: 50%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tour-virtual {
    height: 32rem;
  }

  .tabs-galeria-link {
    flex: none;
    width: 50%;
  }

  .tabs-galeria-link.w--current {
    letter-spacing: 1px;
    width: 50%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

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

  .footer__logos {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .footer__logo-block {
    grid-row-gap: .75rem;
  }

  .footer__logo-signature {
    font-size: .625rem;
  }

  .footer__logo-link {
    height: 6rem;
  }

  .foooter_links {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__links-list {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__link-block {
    flex: 1;
  }

  .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-component {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav_link {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }

  .nav_menu {
    padding: 2rem;
  }

  .cookies-component {
    border-radius: 18px;
  }

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

  .slide-gamaro {
    width: 50%;
  }

  .feature_card {
    padding: 32px;
  }

  .feature_content-wrap {
    margin-top: auto;
  }

  .product-frame-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
  }

  .grid-conceito__block.mobile-hide {
    display: none;
  }

  .grid-inner-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-conceito {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .title-block {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .grid-conceito {
    grid-template-rows: 75% auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .slide-arrow-component {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .slide-content {
    position: relative;
  }

  .plantas-subtitle {
    font-size: .75rem;
  }

  .plantas-header {
    max-width: 100%;
  }

  .heading-planta {
    font-size: 2rem;
  }

  .heading-diferenciais {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .bolotario-list {
    grid-row-gap: 1rem;
  }

  .boll_text {
    font-size: .75rem;
  }

  .bol__column {
    grid-column-gap: 1rem;
    padding-bottom: .5rem;
  }

  .bol-img {
    height: auto;
  }

  .lightbox-bolotario {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bol__number {
    font-size: .875rem;
  }

  .heading-bolotario, .heading-maps, .heading-macro, .heading-plantas {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .accordion-icon {
    min-width: 50px;
    min-height: 40px;
  }

  .heading-ficha-tecnica {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .label-component-arkesi {
    grid-column-gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .footer__logo-arkesi {
    font-size: .625rem;
  }

  .accordion-icon-2 {
    min-width: 50px;
    min-height: 40px;
  }

  .grid-heading-wrap {
    text-align: center;
  }

  .heading-micro {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .nav-menu {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
  }

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

@media screen and (max-width: 479px) {
  .main-wrap {
    overflow: hidden;
  }

  .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;
    justify-content: space-between;
  }

  .modal_frame {
    padding: 2rem 1.5rem 1.5rem;
  }

  .modal_close {
    width: 2rem;
    height: 2rem;
    padding: .5625rem;
  }

  .ss_utility_spacing-items, .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer__logos {
    margin-bottom: 2rem;
  }

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

  .footer__links-list {
    align-items: stretch;
  }

  .footer__link-block {
    justify-content: space-between;
  }

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

  .list_text-block {
    height: auto;
  }

  .contact-bar-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-bar_wrap {
    width: 100%;
  }

  .button_primary {
    grid-column-gap: 1rem;
    justify-content: center;
    width: 100%;
  }

  .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 {
    margin-bottom: .5rem;
  }

  .nav-component {
    z-index: 500;
    width: 100%;
  }

  .navbar__btn {
    width: 3rem;
    height: 3rem;
    padding-top: .8rem;
    padding-left: .66rem;
  }

  .nav_link {
    padding-top: .7rem;
    padding-bottom: .5rem;
  }

  .cookies-component {
    color: #d4d8dd;
    background-color: #2b2b2b;
    width: 95%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .cookie_button {
    padding: 15px 34px 16px;
  }

  .tab_link-text-block {
    height: auto;
  }

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

  .list-block-content {
    height: auto;
  }

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

  .slide-gamaro {
    border-radius: 3px;
    width: 95%;
    margin-right: 12px;
  }

  .feature_card-icon {
    width: 20px;
    height: 20px;
  }

  .feature_card {
    height: 15rem;
    padding: 24px;
  }

  .feature_content-wrap {
    margin-top: 0;
    margin-bottom: auto;
  }

  .logo-oasis {
    width: 10rem;
  }

  .group-block {
    width: auto;
  }

  .logo-velasca {
    width: 15rem;
    margin-bottom: 0;
  }

  .content-group-hero {
    margin-bottom: .7rem;
  }

  .product-frame-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-heading {
    letter-spacing: 1.75px;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .section-hero {
    height: 96dvh;
    padding-left: 0;
    padding-right: 0;
  }

  .text-produto {
    padding-top: 2px;
    font-size: 1.2rem;
    line-height: 1;
  }

  .comand-product {
    padding-top: 2px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .grid-conceito__block {
    border-radius: .3rem;
  }

  .grid-inner-section {
    margin-bottom: 2.5rem;
  }

  .heading-conceito {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2-columns {
    grid-row-gap: 1rem;
  }

  .label-p {
    letter-spacing: 3px;
    margin-right: .5rem;
    font-size: .75rem;
  }

  .grid-conceito {
    grid-template-rows: auto auto;
    padding-bottom: 0;
  }

  .slide.is--animated {
    margin-right: .5rem;
  }

  .slide-arrow-component {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .slide-content {
    height: 90vw;
  }

  .heading-galeria {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .plantas-subtitle {
    letter-spacing: 2px;
    font-size: .5rem;
    line-height: 1rem;
  }

  .span-heading-plantas-2 {
    font-size: 1.5rem;
  }

  .plantas-header {
    max-width: none;
    margin-bottom: 1rem;
  }

  .lightbox-planta {
    width: 4.5rem;
    height: 2.5rem;
  }

  .plantas_side-right {
    flex-direction: column;
    flex: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .plantas-description {
    letter-spacing: 3px;
    font-size: .875rem;
  }

  .tab--link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #b3a38f1c;
    flex-direction: column;
    padding: 1rem .75rem;
  }

  .tab--link.w--current {
    -webkit-text-fill-color: inherit;
    background-color: #b3a38f29;
    background-clip: border-box;
  }

  .tab--menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .planta-list-wrapper {
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .heading-planta {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .tab--link-underline {
    height: .25rem;
    margin-top: -.25rem;
  }

  .plantas--tipologia {
    flex: 0 auto;
    width: 45%;
    font-size: .75rem;
    line-height: 1.3;
  }

  .plantas--content-left {
    grid-row-gap: 1rem;
    height: 24rem;
    padding: 1.5rem;
  }

  .slide-plantas__lightbox-wrapper {
    justify-content: space-between;
  }

  .pattern-divider, .pattern-divider.gray-pattern, .pattern-divider.gray-pattern {
    height: 4rem;
  }

  .heading-diferenciais {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .grid-diferenciais-item {
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    font-size: .8125rem;
    line-height: 1.3;
  }

  .diferenciais-footer-bg {
    height: 1.5rem;
    margin-top: 1.5rem;
  }

  .grid-diferenciais-block {
    flex-direction: row;
    grid-template-columns: 1fr;
  }

  .grid-line {
    margin-right: 1rem;
  }

  .bolotario-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 0;
  }

  .boll_text {
    margin-bottom: 4px;
    font-size: .875rem;
  }

  .bol__column {
    grid-column-gap: .75rem;
    margin-bottom: 8px;
    padding-top: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .bol-img {
    height: auto;
  }

  .lightbox-bolotario {
    max-height: 30rem;
    padding: 1rem;
  }

  .bol-number {
    min-width: 1rem;
    min-height: 1rem;
    padding: 0;
    font-size: .5rem;
  }

  .bol-number.bol-01 {
    font-size: .5rem;
  }

  .bol__number {
    padding: .25rem .25rem .2rem .4rem;
    font-size: .75em;
    line-height: 1.4em;
  }

  .heading-bolotario {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .card-macro-specs-name {
    font-size: 1rem;
  }

  .sld-btn-localizacao {
    width: 40px;
    height: 40px;
  }

  .sld-btn-localizacao.left-arrow {
    margin-right: 22px;
  }

  .slider-localizacao__mask {
    width: 100%;
  }

  .heading-maps {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .map-wrapper {
    height: 26rem;
  }

  .cta-icon {
    width: 2rem;
    margin-right: 0;
  }

  .slider-localizacao__slide {
    width: 95%;
  }

  .slider-localizacao {
    width: 100%;
  }

  .heading-macro {
    font-size: 1.2rem;
  }

  .heading-plantas {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .accordion-icon {
    display: none;
  }

  .disclaimer-text {
    font-size: .8rem;
  }

  .heading-ficha-tecnica {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .grid-ficha-tecnica-item {
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    font-size: .8125rem;
    line-height: 1.3;
  }

  .form-wrapper {
    padding: 1rem;
  }

  .btn-wrapper {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .buttons-wrapper-local {
    margin: .5rem;
    inset: auto auto 0% 0%;
  }

  .button-maps {
    padding: .6rem 1rem;
  }

  .legenda-galeria {
    margin-bottom: .8rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 0;
    inset: auto 0% 0%;
  }

  .accordion-icon-2 {
    display: none;
  }

  .logo-arkesi-intitucional {
    height: 3.5rem;
    margin-bottom: .5rem;
  }

  .slider-institucional {
    height: 26rem;
  }

  .heading-micro {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-mobile-conceito {
    margin-top: 1rem;
  }

  .text-button {
    font-size: .75rem;
  }

  .nav-button {
    width: 100%;
    font-size: 16px;
  }

  .nav-menu {
    padding: 23px;
  }

  .tabs-content-wrapper {
    margin-top: 2rem;
  }

  .tab-icon {
    width: .75rem;
    margin-right: .5rem;
  }

  .tabs-wrapper {
    margin-top: 3rem;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .tabs-plantas-link {
    letter-spacing: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .tabs-plantas-link.w--current {
    width: 100%;
  }

  .tabs-galeria-link {
    letter-spacing: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .tabs-galeria-link.w--current {
    width: 100%;
  }
}

#w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a732-94385938 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a74e-94385938 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a7ab-94385938 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_8cdf56fb-b20a-8184-be10-720be85e677d-94385938 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_610c9bb9-d7cf-66ca-5078-7907fa8f861d-94385938, #w-node-ce93edd0-fce6-19a9-98ee-64ba2d12d8f3-94385938 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-da46d8d9-3561-93f8-c4e8-5c3f66453f4c-94385938 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-da46d8d9-3561-93f8-c4e8-5c3f66453f58-94385938 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_9cd78836-726d-9e3b-f9bb-614ecb4638e4-94385938 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6ddf697-a244-382d-b267-71b978fa266c-94385938 {
  align-self: center;
}

#w-node-c6ddf697-a244-382d-b267-71b978fa266e-94385938 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_87a4e1eb-a168-274a-fac1-e2d2fdf811dd-94385938 {
  align-self: center;
}

#w-node-_87a4e1eb-a168-274a-fac1-e2d2fdf811df-94385938 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d44e866e-2156-1ded-1d06-c039875fed5c-94385938 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9324e0ff-11fe-4567-fb28-03e888bd9fc5-88bd9fc5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_20ab0c3e-1f9b-ba99-0ddd-f0bb8073b2cb-8073b2cb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4dd41291-0ccd-37a4-6332-93371acadf67-4fd7de3b {
  grid-area: Label;
}

#w-node-_0cccf2a1-77cf-da5a-8481-cb0d4fd7de42-4fd7de3b {
  grid-area: Title;
}

#w-node-_0cccf2a1-77cf-da5a-8481-cb0d4fd7de46-4fd7de3b {
  grid-area: Text;
  align-self: stretch;
}

#w-node-_7cc71f1d-f828-1cc9-8492-b8714cbf044f-94385959 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5599ffff-5270-84b3-dae1-c2379718a01c-94385959, #w-node-e26271ed-11b6-0f13-20e5-54c9b04c8669-94385959, #w-node-_0142bb95-4220-13f0-2ba5-131cdbb53fef-94385959 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc74-94385959 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc81-94385959, #w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc8c-94385959, #w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc97-94385959 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a74e-94385938, #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a7ab-94385938 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_610c9bb9-d7cf-66ca-5078-7907fa8f861d-94385938, #w-node-ce93edd0-fce6-19a9-98ee-64ba2d12d8f3-94385938 {
    grid-column: span 6 / span 6;
  }

  #w-node-da46d8d9-3561-93f8-c4e8-5c3f66453f4c-94385938, #w-node-da46d8d9-3561-93f8-c4e8-5c3f66453f58-94385938 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a732-94385938, #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a73a-94385938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a74e-94385938, #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a7ab-94385938 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a732-94385938, #w-node-_1cdd659e-efe8-0679-a738-3fa30fe6a73a-94385938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cd78836-726d-9e3b-f9bb-614ecb4638e4-94385938 {
    grid-column: span 1 / span 1;
  }
}


