:root {
  --neutral-600: #e7ebef;
  --neutral-100: #1e1e1e;
  --green-default: #499d8e;
  --neutral-700: white;
  --blue-default: #203243;
  --blue-dark: #144766;
  --neutral-500: #a6a6a6;
  --neutral-400: grey;
  --green-dark: #008074;
  --neutral-300: #303030;
  --bg-neutral: #dedede;
  --neutral-200: #22272a;
  --spark-library-foreground-secondary: #000000c2;
  --spark-library-foreground-interactive: #5532fa;
  --lynx-black: #1f2022;
  --lynx-white: white;
  --lynx-medium-purple: #8979ec;
  --lynx-grey: #797c83;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
}

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

body {
  color: #ffffffb3;
  background-color: #090f17;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  text-decoration: none;
}

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

h2 {
  color: var(--neutral-600);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

.container.container-width-medium {
  z-index: 5;
  flex-direction: column;
  max-width: 90rem;
}

.container.container-width-medium.footer-container {
  background-color: var(--neutral-100);
  border-radius: .25rem;
  padding-left: .4375rem;
}

.cover-image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.cover-image.is-absolut {
  position: absolute;
  inset: 0%;
}

.hero_content-wrap {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-label {
  background-color: var(--green-default);
  color: var(--neutral-700);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: .25rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.comando-wrapper {
  color: var(--neutral-700);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-comando {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: .8;
}

.comando-vagas {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  color: var(--green-default);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary {
  background-color: var(--blue-default);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  min-height: 3.5rem;
  margin-top: 0;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

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

.btn-primary.blue-ghost-btn-max {
  background-color: var(--green-default);
  color: var(--neutral-700);
  max-width: 25rem;
  margin-bottom: 1rem;
}

.btn-primary.blue-ghost-btn-max:hover {
  color: var(--neutral-700);
  background-color: #cc7a16;
  border-color: #496f9e;
}

.btn-primary.blue-ghost-btn-max:active {
  background-color: #0000;
}

.hero-block-2-p {
  text-transform: uppercase;
  margin-bottom: .8125rem;
  font-weight: 300;
  line-height: 1.2;
}

.hero-block-2-p._14px-regular {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.header-component {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.header-component.is--centered-header {
  text-align: center;
  align-items: center;
}

.label-p {
  color: var(--blue-default);
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.35;
}

.label-p.brown-label {
  color: var(--green-default);
}

.header_content-wrap {
  align-items: center;
  margin-bottom: .5rem;
  line-height: .0696875rem;
  display: flex;
}

.header_title {
  color: var(--neutral-600);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
}

.header_title.secondary-label-heading {
  color: var(--green-default);
}

.header_title.primary-label-white {
  color: var(--neutral-700);
}

.plus-label {
  color: var(--neutral-500);
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.caption-component {
  z-index: 3;
  position: absolute;
  inset: auto auto 2rem 1.5rem;
}

.frid-01-lines {
  background-color: #fff;
  height: .125rem;
  margin-top: .75rem;
  margin-left: -2.25rem;
}

.grid-01__content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.arquiteto-block {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.arquiteto-profile-pic {
  filter: grayscale();
  object-fit: cover;
  border-radius: .25rem;
  width: 130%;
  max-width: none;
  height: 42rem;
  margin-right: 0;
  overflow: hidden;
}

.arquiteto-info-wrapper {
  z-index: 2;
  flex: 0 auto;
  margin-top: .375rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arquiteto-cargo {
  color: var(--green-default);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.nome-wrapper {
  margin-bottom: 1.25rem;
}

.nome-primario {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.nome-secundario {
  font-size: 1.75rem;
  font-weight: 700;
}

.arquiteto-profile-divider {
  z-index: -5;
  background-color: var(--green-default);
  width: 8rem;
  height: .09375rem;
  margin-left: -3rem;
  position: relative;
}

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

.zoom-frame-btn {
  z-index: 5;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #08172487;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .8rem;
  transition: all .6s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.zoom-frame-btn:hover {
  background-color: #081724;
}

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

.offset-divider {
  background-color: #ff991c;
  width: 19.375rem;
  height: .09375rem;
  margin-top: 1rem;
  margin-left: -8.1875rem;
}

.offset-divider.absolute-position {
  z-index: 15;
  background-color: var(--green-default);
  width: 15rem;
  margin-left: -1.5rem;
  position: absolute;
  inset: auto auto 2rem 0%;
}

.aptos-arrow {
  background-color: var(--green-default);
  color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.1rem;
  transition: all .8s cubic-bezier(.785, .135, .15, .86);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.aptos-arrow:hover {
  background-color: var(--blue-dark);
  transform-origin: 100%;
  color: #fff;
  transform: scale(1.1);
}

.aptos-arrow.left {
  inset: 0% auto 0% 0%;
}

.aptos-arrow.left:hover {
  transform-origin: 0%;
  background-color: #cc7a16;
  transform: scale(1.1);
}

.sld-plantas__feautures-icon {
  margin-right: 1rem;
}

.sld-plantas__grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--green-default);
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

._w-slider-dot-2 {
  padding-top: .75rem;
  display: block;
  position: absolute;
  inset: auto 0% -9%;
}

._w-slider-dot-2:hover, ._w-slider-dot-2:focus {
  color: #f85e99;
}

.sld-plantas__heading-wrapper {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.sld-plantas__slide {
  border: .0625rem solid #496f9e1f;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  margin-right: 3.5rem;
  overflow: visible;
}

.img-planta {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 2.875rem;
}

.sld-plantas__feautures-block {
  align-items: center;
  display: flex;
}

.sld-plantas__left-column {
  background-image: linear-gradient(#132738b3, #132738b3), url('../images/bg_azul.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-right: .0625rem solid #e7ebef91;
  padding: 4.5rem 3rem 6rem 6rem;
  position: relative;
}

.sld-plantas__heading {
  color: #fff;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.sld-plantas__subtitle {
  color: var(--green-default);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.sld-plantas__right-column {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 0 2.5rem;
  transition: all .4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.sld-plantas__right-column:hover {
  opacity: 1;
}

.sld-plantas__mask {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sld-plantas__lightbox {
  cursor: zoom-in;
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out;
}

.sld-plantas__lightbox:hover {
  opacity: .7;
}

.sld-plantas__feautures-grid {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  padding-right: 2rem;
  display: flex;
}

.sld-plantas {
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 45rem;
}

.sld-plantas__feautures-p {
  color: #e7ebefbf;
  margin-bottom: 0;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.5;
}

.sld-plantas__cta {
  z-index: 100;
  grid-column-gap: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 3rem 3rem;
}

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

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

.svg-icon.medium-icon {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

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

.planta-mouse-tip {
  color: var(--neutral-400);
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.spacer._8px-width {
  width: .5rem;
}

.spacer._8px-space {
  height: .5rem;
}

.spacer._24px-spacer {
  height: 1.5rem;
}

.text-block {
  justify-content: space-between;
  align-items: center;
}

.text-block._560px-block {
  max-width: 35rem;
  padding-left: 0;
  padding-right: 0;
}

.text-block.flex-block {
  align-items: flex-start;
  display: flex;
}

.localizacao-macro {
  border-radius: .25rem;
  margin-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.headings {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.headings._20px-heading {
  color: var(--green-default);
  letter-spacing: .0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.headings._40px {
  color: #fff;
  letter-spacing: -.0625rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.15;
}

.headings.subtitle-21px {
  color: #fff;
  letter-spacing: .0625rem;
  font-size: 1.3125rem;
  font-weight: 300;
}

.text-color.neutral-700 {
  color: #fff;
}

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

.text-color.green-default {
  color: var(--green-default);
}

.localizacao-macro-wrapper {
  z-index: 5;
  margin-bottom: 2rem;
  position: relative;
}

.localizacao-micro-wrapper {
  z-index: 5;
  position: relative;
}

.grid-03 {
  grid-column-gap: 0rem;
  background-color: #0c2634;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
}

.grid-03-column-02 {
  background-color: var(--blue-default);
  background-image: linear-gradient(#132738b3, #132738b3), url('../images/bg_azul.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
}

.grid-03-margin {
  border: 1px solid var(--blue-default);
  height: 100%;
  padding: 6rem 4rem;
}

.localizacao-lista-02 {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.grid-03-list-item {
  color: var(--neutral-700);
  align-items: center;
  display: flex;
}

.relative-block {
  position: relative;
}

.grid-03-distancias {
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  display: flex;
}

.grid-03-distancias-block {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 1.5rem;
  display: flex;
}

.icon-distancias {
  margin-bottom: 1.5rem;
}

.divider-distancias {
  background-color: #499d8e45;
  width: 2rem;
  height: .09375rem;
  margin-top: 1rem;
}

.tour-grid {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30rem;
  max-height: 35rem;
  display: grid;
}

.tour-images {
  display: flex;
  position: relative;
}

.tour-image {
  width: 50%;
  height: 100%;
  padding-right: .375rem;
  position: relative;
}

.tour-image.image-02 {
  padding-left: .375rem;
  padding-right: 0;
}

.tour-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.tour-cta {
  margin-top: 3.5rem;
}

.tour-img-overlay {
  background-color: #1e1e1eb3;
  position: absolute;
  inset: 0%;
}

.tour-icon {
  z-index: 2;
  position: absolute;
  inset: 35% 0% 0% 40%;
}

.tour-icon.gray-icon {
  inset: 13% 14% auto auto;
}

.video-lightbox {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-heading {
  color: var(--green-default);
  letter-spacing: .375rem;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.video-heading.white-heading {
  color: #fff;
  margin-bottom: .75rem;
}

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

.ficha-coloumn {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  display: flex;
}

.ficha-2col {
  border-bottom: .09375rem solid var(--green-default);
  width: 100%;
  padding-bottom: 1.5rem;
}

.ficha-header-block-n1 {
  justify-content: space-between;
  display: flex;
}

.ficha-title {
  color: var(--neutral-700);
  align-items: flex-start;
  display: flex;
}

.ficha-heading {
  color: var(--green-default);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.ficha-n2 {
  color: var(--neutral-600);
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.ficha-header-block-n2 {
  margin-top: 1rem;
}

.ficha-content-block-n2 {
  justify-content: space-between;
  margin-bottom: .75rem;
  display: flex;
}

.ficha-n3 {
  color: var(--neutral-500);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.ficha-1col {
  grid-row-gap: 2rem;
  border-bottom: .09375rem solid var(--green-default);
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.ficha-1col.vertical-align {
  flex-direction: column;
  align-items: flex-start;
}

.small-column {
  margin-right: 2.5rem;
}

.big-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.big-column-block {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-right: 2.5rem;
  display: flex;
}

.ficha-diferenciais {
  color: var(--neutral-400);
  flex-wrap: wrap;
  margin-top: 2rem;
  font-size: .875rem;
  display: flex;
}

.diferenciais-p {
  border: .0625rem solid var(--green-default);
  color: var(--neutral-700);
  border-radius: .25rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .75rem 1.5rem;
  line-height: 1;
}

.form-wrapper {
  z-index: 25;
  background-color: var(--green-default);
  border-radius: 1rem;
  padding: 2.5rem;
  position: relative;
}

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

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

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

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

.contact-link__wrapper {
  background-color: var(--blue-dark);
  border-radius: .75rem;
  margin-right: 1rem;
  padding: 1rem;
}

.contact-link__wrapper.chat {
  background-color: var(--green-default);
}

.contact-link__wrapper.whatsapp {
  background-color: #25d366;
}

.email-code__wrapper {
  justify-content: center;
}

._32px-bottom-margin {
  padding-bottom: 2rem;
}

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

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

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

.right-content {
  z-index: 1;
  flex: 1;
  position: relative;
}

.flexbox {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.footer-link {
  color: #6b6b6bba;
  margin-left: .25rem;
  margin-right: .25rem;
  transition: all .4s ease-in-out;
}

.footer-link:hover {
  color: #373435;
}

.footer-link.is-first {
  margin-left: 1rem;
  margin-right: .5rem;
}

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

.footer-disclaimer:hover {
  color: #f58220;
}

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

.disclaimer-text {
  color: var(--neutral-500);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.disclaimer-text:hover {
  color: var(--green-default);
}

.logo-footer {
  width: auto;
  min-width: 8rem;
  max-width: 12.5rem;
  height: auto;
  max-height: 6.25rem;
}

.d1up_logo {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  transition: all .4s ease-in-out;
}

.small-line-divider {
  background-color: #d4d4d4;
  width: .0625rem;
  height: 1.25rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

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

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

.texto-legal {
  color: #a1a1a1;
  margin-top: 1.5rem;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.0625rem;
}

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

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

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

.social-icon:hover {
  color: var(--green-dark);
}

.footer-info {
  color: var(--neutral-600);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.d1up---footer-disclaimer {
  color: #747777;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.assinatura {
  color: #747777;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: .75rem;
  font-weight: 400;
}

.footer-content-01 {
  border-top: .0625rem solid #7477774d;
  border-bottom: .0625rem solid #7477774d;
  flex-direction: column;
  align-items: center;
  margin-top: 3.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.footer-component {
  z-index: 2001;
  background-color: var(--neutral-100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 6rem 5rem 1.5rem;
  position: relative;
}

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

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

.footer-logo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.bg-footer {
  z-index: -5;
  background-image: linear-gradient(#1e1e1ee6, #1e1e1ee6);
  background-position: 0 0;
  background-size: auto;
  width: 7%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-footer.right-side {
  inset: 0% 0% 0% auto;
}

.nav-component {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #203243e6;
  border-bottom: 1px solid #ffffff17;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_content-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.cloneable-area {
  position: relative;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 3.4375rem;
  display: flex;
}

.text-block-12 {
  color: #fff;
  margin-top: 1.25rem;
  font-size: .875rem;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.heading-5 {
  color: #fff;
  margin-bottom: .1875rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.heading-5.menu {
  color: #000;
  font-size: 1.125rem;
}

.nav_logo-wrap {
  z-index: 5001;
  width: 7.5rem;
  position: relative;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-nav-menu-overlay {
  z-index: 1000;
  background-color: #fff;
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.inicio-white {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 2.625rem;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: var(--neutral-300);
  margin-left: 0;
  font-size: .9375rem;
  left: 0;
}

.c-nav-social-media {
  padding-top: 3.125rem;
  display: none;
}

.c-menu-item-link {
  color: var(--neutral-600);
  text-decoration: none;
}

._w-col-menu-links {
  display: inline-block;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 6.25rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-196.t {
  display: none;
}

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 5.9375rem;
  height: 3.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.inicio-whit {
  color: #fff;
  margin-top: 8.4375rem;
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
  line-height: 2.625rem;
  position: relative;
}

.inicio-whit.menu {
  color: #000;
  font-size: 1.125rem;
}

._w-col-menu-social {
  padding-bottom: 1.25rem;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  color: var(--green-default);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
  position: relative;
  transform: rotate(-90deg);
}

.nav-menu-overlay-bg {
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.new-div {
  opacity: .79;
  border-top: .0625rem solid #3e3e3e;
  width: 15.875rem;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 11.875rem;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  position: absolute;
  inset: 2.5rem 2.5% auto auto;
}

.menu-item-number {
  letter-spacing: .0625rem;
  font-size: .8em;
  font-weight: 200;
}

.grid-2 {
  display: none;
}

._w-nav-social-media {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-contact {
  text-decoration: none;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.link-block-10 {
  color: #fff;
  padding-right: 2.125rem;
  font-size: 1.25rem;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: .625rem;
  text-decoration: none;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 312.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #fff0;
  position: relative;
}

.link-block-6 {
  text-decoration: none;
}

.div-block-222 {
  position: absolute;
}

.new-div-2 {
  border-top: .0625rem solid #939393;
  width: 15.875rem;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 11.875rem;
}

.menu-item-text {
  letter-spacing: .0625rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1em;
}

.c-menu-item-text {
  position: relative;
}

.c-col-menu-header {
  padding-right: 2.5rem;
}

.c-nav-menu-btn-icon {
  background-color: #fffefe08;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-menu-item-number {
  margin-right: 1.25rem;
  display: none;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 70%;
  max-width: 75rem;
  margin-top: 0;
  display: flex;
  position: relative;
}

.c-col-menu-links {
  flex: 1;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.link-menu {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: .625rem;
  display: flex;
}

.c-menu-item {
  margin-bottom: 1rem;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: .125rem;
  margin-top: .125rem;
  margin-bottom: .125rem;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #fff;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #fff;
}

.c-nav-social-address {
  margin-bottom: .625rem;
}

.nav-social-address {
  color: var(--neutral-600);
  letter-spacing: .0625rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: var(--green-default);
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
}

.nav-social-address.head.menu {
  color: var(--green-default);
  display: none;
}

.btn-p {
  line-height: 1;
}

.map-circle-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .5rem;
  display: flex;
  position: relative;
}

.map-circle {
  background-color: var(--blue-dark);
  border-radius: 31.25rem;
  width: 4rem;
  height: 4rem;
}

.map-circle._01 {
  opacity: .2;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  inset: 0%;
}

.map-circle._01.trends-dot {
  background-color: #fff;
}

.map-circle._02 {
  opacity: .6;
  width: 2rem;
  height: 2rem;
  position: absolute;
}

.map-circle._02.trends-dot {
  opacity: .6;
  background-color: #fff;
}

.map-circle._03 {
  z-index: 5;
  background-color: #fff;
  width: .5rem;
  height: .5rem;
  position: absolute;
}

.map-circle._03.trends-dot {
  z-index: 5;
  background-color: #fff;
}

.map-item {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 37% 16%;
}

.map-item._01 {
  bottom: 81%;
  left: 27%;
}

.map-item._02 {
  bottom: 69%;
  left: 31%;
}

.map-item._03 {
  bottom: 69%;
  left: 58%;
}

.map-item._04 {
  flex-direction: row-reverse;
  bottom: 69%;
  left: 78%;
}

.map-item._05 {
  flex-direction: row-reverse;
  bottom: 57%;
  left: 80%;
}

.map-item._06 {
  flex-direction: row-reverse;
  bottom: 44%;
  left: 72%;
}

.map-item._07 {
  flex-direction: row-reverse;
  inset: auto auto 17% 48%;
}

.map-item._08 {
  flex-direction: row-reverse;
  inset: auto auto 11% 4%;
}

.map-item.trends-pin {
  bottom: 58%;
  left: 43%;
}

.locationa-name {
  background-color: var(--green-default);
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.locationa-name.trends-name {
  background-color: var(--blue-default);
  flex: none;
}

.location-arrow {
  background-color: var(--green-default);
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: 31% auto 0% -3%;
  transform: rotate(45deg);
}

.location-arrow.right-side {
  border-radius: .25rem;
  inset: 34% -3% 0% auto;
}

.location-arrow.trends-arrow {
  background-color: var(--blue-default);
  top: 40%;
}

.paragraph._14px-regular {
  font-size: .875rem;
  line-height: 1.8;
}

.paragraph._16px-regular {
  font-size: 1rem;
  line-height: 1.7;
}

.paragraph._16px-regular.neutral-700-alpha {
  color: #ffffffb3;
}

.paragraph._14px-title {
  color: var(--neutral-700);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2;
}

.cargo-p {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.map-photo {
  object-fit: cover;
  border-radius: .1875rem;
  width: 100%;
  height: 100%;
}

.map-google {
  display: none;
}

.trends-pin {
  width: 8.75rem;
}

.menu-close-btn {
  background-color: var(--green-default);
  color: var(--neutral-100);
  border-radius: 31.25rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.c-nav-close-menu-btn-icon {
  background-color: #fffefe08;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-nav-close-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-close-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.nav-close-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: .125rem;
  position: relative;
}

.nav-close-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.nav-close-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.btn-plantas {
  background-color: var(--green-default);
  border-radius: 50vw;
}

.btn-plantas:hover {
  background-color: var(--green-dark);
}

.plt-hero {
  background-color: var(--neutral-100);
  color: #fff;
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  height: 20rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

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

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

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

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

.plt__btn {
  background-color: var(--green-default);
  color: #ffffffb3;
  letter-spacing: -.015625rem;
  border-radius: .25rem;
  padding: 1.25rem 2.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: inline-block;
}

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

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

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

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

.pl-text {
  color: var(--bg-neutral);
  margin-bottom: 0;
}

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

.cookies-component {
  z-index: 999;
  transform-origin: 50% 100%;
  color: #373435;
  border-radius: .25rem;
  display: flex;
  position: fixed;
  inset: auto auto 2rem 17.7rem;
  overflow: hidden;
}

.tour-header-divider {
  background-color: #ff991c;
  width: 2.5rem;
  height: .09375rem;
}

.tour-image__heading-block {
  z-index: 25;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 35%;
}

.hero-logo {
  width: 21rem;
  margin-bottom: 4rem;
}

.hide {
  display: none;
}

.hero-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: 4.3rem 0% auto;
}

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

.tab-link {
  border: 1px solid var(--green-default);
  color: var(--neutral-600);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
  display: flex;
}

.tab-link.w--current {
  border-bottom-color: var(--green-default);
  background-color: var(--green-default);
  color: #051e36;
  font-weight: 700;
}

.tab-link.is-hide {
  display: none;
}

.cta-decorados {
  color: #ff991c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

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

.text-color-dark-strong {
  color: #384347;
}

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

.bg-color-primary {
  background-color: #da2037;
}

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

.bg-color-youtube {
  background-color: red;
}

.heading-style-h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

.text-size-small {
  letter-spacing: .25px;
  font-size: .875rem;
  line-height: 1.8;
}

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

.display-block {
  display: block;
}

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

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

.text-color-secondary-light {
  color: #fc6;
}

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

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

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

.bg-color-light-medium {
  background-color: #e4e6e7;
}

.t-ext-color-secondary-dark {
  color: #e09706;
}

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

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

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

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

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

.heading-style-h2 {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.2;
}

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

.text-color-primary-dark {
  color: #c41d32;
}

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

.bg-color-youtube-hover {
  background-color: #c00;
}

.text-color-accent-link {
  color: #13b6ec;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.display-inline {
  display: inline;
}

.bg-color-accent-link-hover {
  background-color: #0e98c6;
}

.text-color-accent-text {
  color: #4e0710;
}

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

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

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

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

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

.bg-color-light-weak {
  background-color: #f7f9fa;
}

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

.heading-style-h4 {
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-color-dark-light {
  color: #abb6ba;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-span-link {
  color: #13b6ec;
  letter-spacing: .25px;
  border-bottom: 1.25px solid #13b6ec;
  font-weight: 500;
}

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

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

.ss_utility_color-item {
  grid-row-gap: 2rem;
  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;
}

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

.text-color-secondary {
  color: #fa0;
}

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

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

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

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

.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-item-level-05 {
  width: 70%;
  margin-left: auto;
}

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

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

.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-horizontal-center {
  flex-direction: row;
  align-items: center;
}

.heading-style-h3 {
  color: var(--green-default);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
}

.bg-color-facebook-hover {
  background-color: #34528d;
}

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

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

.legal-text {
  opacity: .75;
  color: #abb6ba;
  letter-spacing: .25px;
  font-size: .75rem;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

.bg-color-white {
  background-color: #fff;
}

.bg-color-accent-text {
  background-color: #4e0710;
}

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

.display-flex {
  display: flex;
}

.text-color-accent {
  color: #da2037;
}

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

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

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

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

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

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

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

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

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

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

.bg-color-whatsapp-hover {
  background-color: #1fb256;
}

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

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

.text-color-accent-hover {
  color: #fb2f48;
}

.ss_tab-menu {
  border-bottom: .0625rem solid #abb6ba;
  margin-bottom: 4rem;
}

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

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

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

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

.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.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

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

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

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

.bg-color-accent {
  background-color: #da2037;
}

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

.code-snipts {
  display: block;
}

.bg-color-accent-hover {
  background-color: #fb2f48;
}

.text-color-accent-link-hover {
  color: #0e98c6;
}

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

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

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

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

.bg-color-whatsapp {
  background-color: #25d366;
}

.bg-color-instagram {
  background-color: #7638fa;
}

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

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

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

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

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

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

.bg-color-secondary-light {
  background-color: #fc6;
}

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

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

.heading-style-h6 {
  letter-spacing: 1px;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.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_section.light {
  background-color: #fff;
}

.text-color-dark {
  color: #101314;
}

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

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

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

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

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

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

.text-color-light-weak {
  color: #f7f9fa;
}

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

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

.bg-color-accent-link {
  background-color: #13b6ec;
}

.ss_tab-link {
  color: #849094;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: .25rem solid #0000;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
}

.ss_tab-link.w--current {
  color: #384347;
  background-color: #0000;
  border-bottom-color: #da2037;
}

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

.overflow-auto {
  overflow: auto;
}

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

.form-button {
  color: #fff;
  text-align: center;
  background-color: #da2037;
  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: #fb2f48;
}

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

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.bg-color-instagram-hover {
  background-color: #602ecc;
}

.global-code {
  display: none;
}

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

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

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

.bg-color-facebook {
  background-color: #4267b2;
}

.bg-color-linkedin {
  background-color: #2867b2;
}

.bg-color-light-strong {
  background-color: #d4d8dd;
}

.bg-color-linkedin-hover {
  background-color: #1f5089;
}

.text-color-light-medium {
  color: #e4e6e7;
}

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

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

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

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

.text-color-primary-light {
  color: #ef233c;
}

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

.text-color-light-strong {
  color: #d4d8dd;
}

.bg-color-secondary-dark {
  background-color: #e09706;
}

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

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

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

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

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

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

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

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

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

.label-text {
  color: var(--green-default);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: .125rem solid #fff;
  border-right: .125rem solid #fff;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.label-text.is-small {
  margin-bottom: 1.5rem;
  font-size: .75rem;
  line-height: 1;
}

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

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

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

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

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

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

.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-section-small {
  width: 100%;
  height: 6.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.caption-text {
  letter-spacing: .5px;
  font-size: .75rem;
  font-weight: 300;
}

.stick-wrap {
  background-color: var(--blue-default);
  position: relative;
  overflow: hidden;
}

.stick-wrap.bg-texture {
  border-top: .25rem solid var(--blue-dark);
}

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

.sc-hero {
  background-image: linear-gradient(to right, #172331cc, #1723316b 51%, #17233100 86%), linear-gradient(#1723311a, #1723311a), url('../images/T.Reines_IMG_5584-WEB.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100dvh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.hero_arrow {
  z-index: 250;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  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);
}

.subtitle-comando {
  border-right: 2px solid var(--green-default);
  border-left: 2px solid var(--green-default);
  color: var(--neutral-700);
  text-transform: uppercase;
  margin-top: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  display: inline;
}

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

.header-button {
  border: 1px solid var(--neutral-600);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  align-items: center;
  min-height: 3rem;
  margin-top: 4rem;
  margin-right: 1rem;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

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

.sc-tour {
  display: none;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-indicator {
  z-index: 25;
  background-color: #c0c0d333;
  width: 40%;
  max-width: 250px;
  height: 2px;
  position: relative;
}

.prloader-fill {
  background-color: #081c3a;
  width: 20%;
  height: 100%;
}

.preloader-top {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-bottom {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-texture {
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.sobre_content-group {
  flex: 1;
  position: relative;
}

.sobre_content-wrap {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 29rem;
  margin-bottom: 4rem;
  margin-right: 4rem;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.caption-title {
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.text-size-xxhuge {
  color: var(--neutral-600);
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.5;
}

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

.button-background {
  background-color: var(--green-default);
  border-radius: 100%;
  width: 100%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.button {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.scroll-link {
  z-index: 10;
  border: 1px solid #e4eff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: 4rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.scroll-link-icons {
  z-index: 20;
  filter: invert();
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: .875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.icon-small {
  justify-content: center;
  align-items: center;
  height: .875rem;
}

.scroll-link-2 {
  z-index: 10;
  border: 1px solid #e4eff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-component {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  padding-top: 4rem;
  display: flex;
}

.about-hero-column {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-scroll-link {
  margin-top: 4rem;
}

.text-size-large-2 {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.6;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.25;
}

.sc-decorado {
  display: none;
}

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

.column-image-spacer {
  z-index: 10;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  height: 8vw;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.about-hero-top {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.about-hero-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-full {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.about-hero-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30vw;
  padding-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
}

.cohort-hero-image {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 35vw;
  position: relative;
  overflow: hidden;
}

.underline-link-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-item {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  margin-bottom: 0;
  display: grid;
}

.image-base {
  width: 100%;
  height: 79vh;
  max-height: 64rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: sticky;
  top: 10.5vh;
  overflow: hidden;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.diferenciais_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px #000;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.diferenciais_grid-content-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.diferenciais_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 11rem;
  grid-row-gap: 11rem;
  border: 1px solid #e7ebef29;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.diferenciais_grid-icon-wrap {
  z-index: 10;
  color: var(--green-default);
  background-color: #20324361;
  border: 1px solid #263b4e;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
}

.list-title {
  color: var(--green-default);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sc-video {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: relative;
}

.video_title {
  border-left: 2px solid #fff;
  margin-top: 6rem;
}

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

.hover-lbutton-wrap.is-video-button {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url('../images/bg-video.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hover-link {
  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;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: #000000b8;
  position: absolute;
  inset: 0%;
}

.video_content-wrap {
  z-index: 10;
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.video_content-wrap.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.video-background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.white {
  color: #fff;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.sc-ficha {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.sc-ficha.bg-texture-dark {
  padding-top: 0;
  padding-bottom: 0;
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.cookies-frame {
  z-index: 999;
  background-color: #fff;
  border-radius: 14px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto auto 3% 2%;
  overflow: hidden;
  box-shadow: 64px 64px 190px -32px #06123714;
}

.modal-button {
  border: 2px solid var(--blue-default);
  background-color: var(--blue-default);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: .75rem 40px .75rem 2rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.modal-button:hover {
  color: var(--blue-default);
  background-color: #fff;
}

.modal-header {
  background-color: var(--blue-default);
  color: var(--neutral-700);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/bg_azul.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  display: flex;
}

.modal_text {
  color: var(--blue-default);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.modal_content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.big-text-divider {
  background-color: #ffffff61;
  width: 4rem;
  height: .125rem;
  margin-top: 1.5rem;
}

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

.bg-texture-dark {
  background-color: var(--blue-default);
  background-image: linear-gradient(#162a3bde, #162a3bde), url('../images/bg_azul.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-top: .25rem solid #030f1933;
  border-bottom: .25rem solid #030f1933;
}

.overlay-arquitetos {
  background-image: radial-gradient(circle farthest-side at 0 100%, #2e4963, #0000);
  position: absolute;
  inset: 0%;
}

.grid-galeria {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: 24rem auto 60dvh 24rem auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sobre-wrap {
  height: 45vw;
  position: relative;
}

.caption-subtitle {
  font-size: .6rem;
  display: none;
}

.overlay-caption {
  background-image: radial-gradient(circle farthest-side at 0 100%, #0e0e0ec7, #0000 52%);
  position: absolute;
  inset: 0%;
}

.caption-subtitle-big {
  font-size: .875rem;
  display: none;
}

.tabs-content {
  overflow: visible;
}

.button-plantas {
  grid-column-gap: .5rem;
  border: 1px solid var(--green-default);
  border-radius: .5rem;
  align-items: center;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  display: flex;
}

.span-mentragens {
  font-weight: 600;
}

.promo-header {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.promo-logo {
  height: 15rem;
}

.promo-divider {
  background-image: linear-gradient(#b0b0b0, #fff);
  width: .125rem;
  height: 80px;
}

.grid-precos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 80rem;
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
}

.card-precos {
  grid-row-gap: 2rem;
  border-bottom: 4px solid var(--green-default);
  background-color: var(--neutral-700);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: .125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.card-promo-label {
  color: var(--neutral-200);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .875rem;
}

.card-promo-value {
  color: var(--neutral-300);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.promo-span {
  padding-left: .3rem;
  padding-right: .3rem;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  top: -.75rem;
}

.legal-text-span {
  font-size: .875rem;
  position: relative;
  top: -22px;
}

.card-promo-tag {
  background-color: var(--green-default);
  color: var(--neutral-700);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: .75rem 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.card-label-text {
  border-right: .125rem solid var(--blue-dark);
  border-left: .125rem solid var(--blue-dark);
  color: var(--green-default);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.cta-promo {
  grid-column-gap: .5rem;
  border: 1px solid var(--green-default);
  background-color: var(--green-default);
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  min-height: 3.5rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  display: flex;
}

.video-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 45vw;
  padding: 10rem;
  display: flex;
  position: relative;
}

.video-promo_content-wrap {
  z-index: 10;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.overlay-dark {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.lynx-paragraph-accordion {
  color: var(--neutral-700);
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 165%;
}

.lynx-accordion-content {
  padding: 2rem 30px 2rem 2rem;
  overflow: hidden;
}

.lynx-icon-arrow {
  background-color: var(--blue-default);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion {
  color: var(--green-default);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
}

.lynx-accordion-header {
  border-bottom: 1px solid var(--green-default);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item {
  border: 1px solid var(--green-default);
  background-color: #0000;
  border-radius: .25rem;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-faq {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.f-paragraph-regular-3 {
  border-bottom: 2px solid var(--green-default);
  letter-spacing: .5em;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
}

.f-banner-flex-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--green-default);
  background-color: #499d8e;
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #499d8e8f;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.promo-text {
  color: var(--neutral-600);
  flex-direction: column;
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.contato-fixo {
  z-index: 997;
  background-color: var(--green-default);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 16px 12px 16px 24px;
  transition: all .48s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: fixed;
  inset: auto 1% 1.5% auto;
}

.cta-fixo__link-wrapper {
  background-color: var(--blue-default);
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px;
  transition: all .48s ease-in-out;
  display: flex;
}

.cta-fixo__link-wrapper:hover {
  background-color: var(--blue-dark);
  border-color: #f6f6f6;
}

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

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

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

.modal__close-btn:hover {
  color: #fff;
  background-color: #a64b46;
  box-shadow: 0 12px 24px #0000004a;
}

.btn-flex__text-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

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

.modal-whtsapp__bg {
  z-index: 98;
  cursor: pointer;
  background-color: #1f2020d9;
  position: absolute;
  inset: 0%;
}

.modal__chat {
  z-index: 99;
  background-color: var(--blue-default);
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  position: relative;
  box-shadow: 14px 14px 80px 20px #1f2020d9;
}

.btn-flex__wrapper {
  display: flex;
}

.modal__whatsapp {
  z-index: 99;
  background-color: var(--green-default);
  background-image: url('../images/bg_azul.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  position: relative;
  box-shadow: 14px 14px 80px 20px #1f2020d9;
}

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

.modal-chat__bg {
  z-index: 98;
  cursor: pointer;
  background-color: #1f2020d9;
  position: absolute;
  inset: 0%;
}

.btn-flex {
  align-items: center;
  display: flex;
}

.float-elements {
  position: relative;
}

.icon-footer {
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

.modal__form {
  padding-top: 32px;
}

.btn-flex__heading {
  color: #ffffffbf;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 500;
}

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

  .hero_content-wrap {
    align-items: center;
  }

  .hero-label {
    font-size: .6875rem;
  }

  .comando-wrapper {
    align-items: center;
  }

  .heading-comando {
    margin-top: .5rem;
    font-size: 3rem;
    line-height: 1.5rem;
  }

  .btn-primary {
    margin-right: .5rem;
    font-size: .8125rem;
  }

  .btn-primary.blue-ghost-btn-max {
    margin-bottom: 0;
  }

  .hero-block-2-p {
    font-size: 1.125rem;
    line-height: 1.1;
  }

  .hero-block-2-p._14px-regular {
    font-size: .8125rem;
  }

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

  .header-component.is--centered-header {
    margin-bottom: 1rem;
  }

  .label-p {
    letter-spacing: .1875rem;
    margin-bottom: 1rem;
    font-size: .75rem;
  }

  .header_title {
    font-size: 1.75rem;
  }

  .plus-label {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .caption-component {
    font-size: .625rem;
    left: 1rem;
  }

  .frid-01-lines {
    margin-top: .5rem;
  }

  .grid-01__content-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    padding-bottom: 4rem;
  }

  .arquiteto-cargo {
    color: var(--neutral-700);
  }

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

  .zoom-frame-btn {
    width: 2.75rem;
    height: 2.75rem;
    margin-top: .75rem;
    margin-right: .75rem;
    padding: 1rem;
  }

  .aptos-arrow {
    width: 3rem;
    height: 3rem;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .sld-plantas__feautures-icon {
    flex: none;
  }

  .sld-plantas__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(#13273887, #13273887), url('../images/bg_azul.png');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    grid-template-rows: auto 560px;
    grid-template-columns: 1fr;
    min-height: 1130px;
    padding: 32px;
  }

  ._w-slider-dot-2 {
    display: none;
    bottom: -14%;
  }

  .sld-plantas__heading-wrapper {
    margin-bottom: 2rem;
  }

  .sld-plantas__slide {
    width: 95%;
    margin-right: 1.5rem;
  }

  .sld-plantas__left-column {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    display: flex;
  }

  .font-icon {
    font-size: 1.5rem;
  }

  .sld-plantas__heading {
    font-size: 2rem;
  }

  .sld-plantas__subtitle {
    font-size: 1rem;
  }

  .sld-plantas__right-column {
    border-radius: 4px;
    padding: 1rem;
  }

  .sld-plantas__feautures-grid {
    padding-right: 0;
  }

  .sld-plantas {
    height: auto;
  }

  .sld-plantas__feautures-p {
    font-size: .875rem;
    line-height: 1.3;
  }

  .sld-plantas__cta {
    align-items: center;
    margin-top: 2.5rem;
    position: static;
    bottom: 1.2rem;
  }

  .sld-plantas__label-wrapper {
    margin-bottom: 2rem;
  }

  .spacer._24px-spacer {
    height: 1rem;
  }

  .text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block._560px-block {
    max-width: 40rem;
  }

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

  .headings._20px-heading {
    font-size: 1rem;
    line-height: 1.3;
  }

  .headings._40px {
    font-size: 2rem;
  }

  .localizacao-macro-wrapper {
    margin-bottom: 2.5rem;
  }

  .grid-03 {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-03-margin {
    padding: 3rem;
  }

  .localizacao-lista-02 {
    margin-top: 2rem;
  }

  .grid-03-list-item {
    margin-bottom: .5rem;
  }

  .grid-03-distancias {
    grid-row-gap: 1rem;
  }

  .grid-03-distancias-block {
    margin-bottom: 1.5rem;
  }

  .icon-distancias {
    width: 1.25rem;
    margin-bottom: 1rem;
  }

  .tour-grid {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .tour-image {
    display: flex;
  }

  .tour-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tour-cta {
    margin-top: 2.5rem;
    display: flex;
  }

  .tour-icon {
    display: none;
  }

  .tour-icon.gray-icon {
    width: 3.5rem;
    inset: 2rem 2rem auto auto;
  }

  .ficha-coloumn {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .ficha-2col {
    width: 100%;
    padding-top: 1.5rem;
  }

  .ficha-1col {
    flex-direction: column;
  }

  .small-column {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .big-column {
    flex-direction: column;
    width: 100%;
  }

  .ficha-diferenciais {
    margin-top: 1.5rem;
  }

  .diferenciais-p {
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .625rem 1.25rem;
    font-size: .75rem;
  }

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

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

  .contact-link__wrapper {
    padding: .75rem;
  }

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

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

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

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

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

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

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

  .logo-block {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .logo-row {
    display: flex;
  }

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

  .footer-info {
    font-size: .875rem;
  }

  .footer-component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end;
    display: grid;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-nav-menu-content {
    width: 85%;
  }

  .c-col-menu-social {
    justify-content: center;
    display: none;
  }

  .map-circle-wrapper, .map-circle._01 {
    width: 3rem;
    height: 3rem;
  }

  .map-circle._02 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .map-circle._03 {
    width: .375rem;
    height: .375rem;
  }

  .locationa-name {
    z-index: 2;
    padding: .375rem .5rem;
    font-size: .6875rem;
    line-height: 1;
  }

  .location-arrow {
    z-index: -3;
    width: .75rem;
    height: .75rem;
    top: 28%;
    left: -3%;
  }

  .paragraph {
    line-height: 1;
  }

  .cargo-p {
    color: var(--green-default);
  }

  .plt-hero {
    height: 17.5rem;
  }

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

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

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

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

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

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

  .cookies-component {
    bottom: 6.875rem;
    left: 1.5rem;
  }

  .tour-header-divider {
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .tour-image__heading-block {
    inset: 0%;
  }

  .hero-logo {
    width: 18rem;
    margin-bottom: 3rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_sidebar {
    width: 18rem;
    padding-left: 2.5em;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .spacing-block-huge {
    height: 5rem;
  }

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

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

  .spacing-section-default {
    height: 7.5rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .heading-style-h6 {
    font-size: 1rem;
  }

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

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

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .ss_utility_visibility-wrap.hide-mobile {
    width: 100%;
    min-width: 0;
  }

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

  .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .label-text {
    margin-bottom: 1rem;
    font-size: .75rem;
  }

  .label-text.is-small {
    font-size: .6rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

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

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

  .sc-hero {
    background-image: linear-gradient(315deg, #172331cc, #1723316b 51%, #17233100 86%), linear-gradient(#2032437d, #2032437d), url('../images/T.Reines_IMG_5584-WEB.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    min-height: 60rem;
    max-height: 72rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .subtitle-comando {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .comando-span {
    font-size: 1.25rem;
  }

  .header-button {
    margin-right: .5rem;
    font-size: .8125rem;
  }

  .span-avatar {
    border-radius: .35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .text-size-xxhuge {
    font-size: 2rem;
  }

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

  .scroll-link {
    margin-bottom: 2rem;
  }

  .about-hero-component {
    min-height: auto;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .about-hero-top {
    padding-top: 4rem;
  }

  .image-full {
    overflow: hidden;
  }

  .about-hero-bottom {
    flex: 0 auto;
  }

  .cohort-hero-image {
    min-height: 75vw;
  }

  .service-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

  .diferenciais_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .diferenciais_grid-item {
    grid-row-gap: 1rem;
  }

  .diferenciais_grid-icon-wrap {
    width: 4rem;
    height: 4rem;
  }

  .list-title {
    font-size: 1rem;
  }

  .sc-video {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .sc-ficha {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .founder-image {
    min-height: 33.33vw;
  }

  .cookies-frame {
    margin-bottom: 4rem;
    inset: auto 0% 0%;
  }

  .modal-header {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .grid-galeria {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-plantas {
    flex: 1;
    justify-content: center;
  }

  .promo-header {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .promo-divider {
    display: none;
  }

  .grid-precos {
    grid-template-columns: 1fr;
    max-width: 80%;
  }

  .card-precos {
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-promo-label {
    letter-spacing: 3px;
    font-size: .75rem;
  }

  .card-promo-value {
    font-size: 3rem;
  }

  .card-promo-tag {
    margin-top: 1rem;
  }

  .card-label-text {
    font-size: .75rem;
  }

  .cta-promo {
    max-width: 80%;
    margin-top: 3rem;
  }

  .video-wrap {
    height: 45dvh;
    padding: 3rem;
  }

  .video-promo_content-wrap {
    grid-row-gap: 1rem;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .f-banner-2 {
    padding-left: 0%;
  }

  .promo-text {
    font-size: 2rem;
  }

  .modal-whatsapp, .modal-chat {
    display: none;
  }

  .modal__chat, .modal__whatsapp {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .btn-primary {
    width: 100%;
    height: 3.5rem;
    margin-bottom: 1rem;
  }

  .btn-primary.blue-ghost-btn-max {
    max-width: none;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .grid-01__content-grid {
    flex-direction: column;
    place-items: flex-start start;
    margin-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

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

  .zoom-frame-btn {
    width: 2.5rem;
    height: 2.5rem;
    inset: 0% 0% auto auto;
  }

  .aptos-arrow {
    display: none;
  }

  .sld-plantas__grid {
    grid-template-rows: auto 480px;
    padding: 24px;
  }

  ._w-slider-dot-2 {
    display: none;
    bottom: -22%;
  }

  .sld-plantas__heading-wrapper {
    margin-bottom: 2rem;
  }

  .sld-plantas__slide {
    margin-right: 1rem;
  }

  .sld-plantas__heading {
    font-size: 2.5rem;
  }

  .sld-plantas__subtitle {
    font-size: 1rem;
  }

  .sld-plantas__feautures-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .sld-plantas {
    height: auto;
  }

  .sld-plantas__cta {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 2rem;
  }

  .headings._40px {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .grid-03-margin {
    padding: 2rem;
  }

  .localizacao-lista-02 {
    grid-row-gap: .5rem;
    margin-top: 1rem;
  }

  .grid-03-list-item {
    margin-bottom: 0;
  }

  .tour-images {
    display: none;
  }

  .tour-cta {
    flex-direction: column;
  }

  .ficha-coloumn {
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .ficha-2col {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ficha-heading {
    font-size: 1rem;
  }

  .ficha-n2 {
    font-size: .875rem;
  }

  .ficha-1col {
    grid-row-gap: .5rem;
  }

  .big-column {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    display: flex;
  }

  .big-column-block {
    margin-bottom: 0;
    margin-right: 0;
  }

  .form-wrapper {
    padding: 1.5rem;
  }

  .icon-link__block, .contact-link__wrapper {
    margin-right: .5rem;
  }

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

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

  .footer-link {
    margin-left: .5rem;
  }

  .logo-block {
    grid-row-gap: 4rem;
    align-items: center;
  }

  .d1up_logo {
    margin-left: .5rem;
  }

  .texto-legal {
    margin-top: 1.5rem;
    font-size: .75rem;
    line-height: 1.3;
  }

  .footer-icon {
    display: none;
  }

  .content-01__left {
    flex: 1;
    margin-bottom: .25rem;
  }

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

  .logo-row.row-02 {
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
  }

  .footer-info {
    font-size: 1.0625rem;
  }

  .footer-content-01 {
    margin-top: 3rem;
  }

  .content-02__left {
    height: 1.5rem;
    margin-bottom: 1rem;
  }

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

  .footer-content-02 {
    border-top: .0625rem solid #7477774f;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-col-menu-links {
    margin-bottom: 2.5rem;
  }

  .c-menu-item {
    margin-bottom: .9375rem;
  }

  .paragraph._14px-title {
    font-size: .75rem;
  }

  .plt-hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .plt__hero-block {
    flex-direction: row;
    align-items: center;
  }

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

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

  .pl-text {
    font-size: .875rem;
  }

  .hero-logo {
    width: 16rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

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

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

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .spacing-block-medium, .spacing-block-custom4 {
    height: 1.25rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

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

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

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

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

  .spacing-block-huge {
    height: 3.5rem;
  }

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

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .height-block-xlarge, .height-block-small {
    height: 2.5rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .spacing-section-default {
    height: 5rem;
  }

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

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

  .spacing-section-large {
    height: 5rem;
  }

  .height-block-huge, .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

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

  .text-size-huge, .text-size-xhuge {
    font-size: 1.125rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .hide-mobile {
    display: none;
  }

  .height-block-medium, .height-block-xsmall {
    height: 2.5rem;
  }

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

  .sc-hero {
    min-height: 100dvh;
    max-height: none;
  }

  .header-button {
    justify-content: center;
    margin-bottom: 1rem;
    font-size: .75rem;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

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

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

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .about-hero-top {
    padding-top: 4rem;
  }

  .service-item {
    padding-bottom: 6rem;
  }

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

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

  .sc-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hover-lbutton-wrap {
    display: none;
  }

  .hover-lbutton-wrap.is-video-button {
    display: flex;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .sc-ficha {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cookies-frame {
    max-width: 90%;
    margin-bottom: 2rem;
    inset: auto 0% 0%;
  }

  .modal-button {
    text-align: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 2rem;
    font-size: 14px;
  }

  .modal-header {
    padding-top: 1rem;
  }

  .modal_text {
    font-size: 14px;
  }

  .modal_content-wrap {
    padding: 1rem 1.5rem 1.5rem;
  }

  .grid-precos {
    max-width: 90%;
  }

  .video-wrap {
    height: auto;
    padding-top: 5rem;
  }

  .lynx-paragraph-accordion {
    margin-bottom: 16px;
    font-size: .875rem;
  }

  .lynx-accordion-header {
    padding-left: 24px;
  }

  .lynx-block-faq {
    display: flex;
  }

  .f-banner-flex-row-2 {
    align-items: flex-start;
  }

  .f-banner-2 {
    padding-right: 0%;
  }

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

  .modal__chat, .modal__whatsapp {
    padding: 32px;
  }

  .modal__heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero_content-wrap {
    flex: 1;
  }

  .hero-label {
    text-align: center;
    letter-spacing: .0625rem;
    align-self: center;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .6875rem;
  }

  .comando-wrapper {
    margin-top: 1rem;
  }

  .btn-primary {
    justify-content: center;
    width: 100%;
    height: 3rem;
    margin-bottom: .75rem;
    display: flex;
  }

  .hero-block-2-p {
    text-transform: uppercase;
    line-height: 1.3;
  }

  .header-component {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .label-p {
    margin-bottom: .5rem;
    font-size: .875rem;
  }

  .header_content-wrap {
    flex-wrap: wrap;
  }

  .header_title {
    font-size: 1.5rem;
  }

  .plus-label {
    width: 1rem;
    height: 1rem;
    margin-left: .375rem;
    margin-right: .375rem;
  }

  .caption-component {
    bottom: .75rem;
  }

  .frid-01-lines {
    height: .075rem;
    margin-top: .25rem;
    margin-left: -1.4rem;
  }

  .zoom-icon {
    width: 1.5rem;
  }

  .offset-divider.absolute-position {
    display: none;
  }

  .sld-plantas__feautures-icon {
    width: .5rem;
    height: .5rem;
    margin-right: .75rem;
  }

  .sld-plantas__grid {
    grid-template-rows: auto 320px;
    min-height: 0;
    padding-bottom: 160px;
  }

  .sld-plantas__left-column {
    justify-content: flex-start;
    position: static;
  }

  .sld-plantas__heading {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .sld-plantas__subtitle {
    font-size: .875rem;
    line-height: 1.1;
  }

  .sld-plantas__right-column {
    height: 100%;
  }

  .sld-plantas__feautures-grid {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .sld-plantas__feautures-p {
    font-size: .75rem;
    line-height: 1.2;
  }

  .sld-plantas__cta {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .planta-mouse-tip {
    margin-bottom: .75rem;
    font-size: .625rem;
    display: none;
  }

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

  .localizacao-macro {
    height: 15rem;
  }

  .headings._20px-heading {
    font-size: .875rem;
  }

  .headings._40px {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .grid-03-margin {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-03-list-item {
    text-transform: none;
  }

  .grid-03-distancias {
    grid-row-gap: .5rem;
    flex-direction: row;
  }

  .grid-03-distancias-block {
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-right: 1rem;
  }

  .video-lightbox {
    flex: none;
    height: 15rem;
  }

  .video-heading {
    letter-spacing: .1875rem;
    font-size: 1rem;
  }

  .ficha-2col {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ficha-content-block-n2 {
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    padding-bottom: .5px;
  }

  .form-wrapper {
    padding: 1.0625rem;
  }

  .icon-link__block {
    margin-bottom: .5rem;
  }

  .btn-wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .icon-32 {
    width: 1.5rem;
  }

  .right-content {
    margin-bottom: 0;
  }

  .logo-link {
    margin: 2rem 0;
  }

  .footer-disclaimer {
    margin-bottom: .5rem;
  }

  .logo-block {
    flex-direction: column-reverse;
  }

  .logo-footer {
    max-width: 12.5rem;
  }

  .texto-legal {
    font-size: .5625rem;
    line-height: 1.2;
  }

  .footer-icon {
    width: 1.5rem;
  }

  .content-01__left {
    margin-bottom: 0;
  }

  .logo-row {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .footer-info {
    font-size: .875rem;
  }

  .footer-content-01 {
    width: 100%;
  }

  .footer-component {
    margin-top: 0;
    padding-bottom: 5.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-02__left {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .content {
    align-items: stretch;
  }

  .footer-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.6875rem;
    display: flex;
  }

  .footer_wrapper {
    align-items: center;
  }

  .footer-content-02 {
    align-items: stretch;
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-component {
    z-index: 4999;
    background-color: var(--blue-default);
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 1.25rem;
  }

  .nav_logo-wrap {
    margin-right: 1.25rem;
  }

  .c-nav-menu-overlay {
    z-index: 5005;
    background-image: url('../images/bg_azul.png');
    background-position: 0%;
  }

  .c-nav-social-media {
    display: none;
  }

  .image-9 {
    font-size: 1.25rem;
  }

  ._w-col-menu-links {
    text-decoration: none;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 16.25rem;
    height: 8.125rem;
    margin-top: 1.875rem;
    padding-top: .625rem;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 12.5rem;
    height: 3.125rem;
    margin-top: 0;
  }

  ._w-nav-social-media, .link-block-10 {
    display: none;
  }

  .b-nav-menu-btn.default {
    background-color: #fff0;
  }

  .link-block-6 {
    display: none;
  }

  .menu-item-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.8em;
    font-weight: 300;
  }

  .c-menu-item-text {
    text-decoration: none;
  }

  .c-nav-menu-btn {
    z-index: 5006;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -2.1875rem;
    padding-left: 2.1875rem;
  }

  .c-col-menu-links {
    margin-bottom: 3.125rem;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-menu-item {
    margin-bottom: .625rem;
    line-height: 1em;
    text-decoration: none;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #fff;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 2.5rem;
    font-size: .9375rem;
    line-height: 1em;
    display: flex;
  }

  .map-item {
    display: none;
  }

  .paragraph._14px-title {
    font-size: .625rem;
    line-height: 1.4;
  }

  .map-photo {
    display: none;
  }

  .map-google {
    width: 100%;
    height: 100%;
    display: block;
  }

  .btn-plantas {
    height: auto;
    min-height: 3rem;
  }

  .plt-hero {
    align-items: flex-end;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .plt__hero-block {
    flex-direction: column;
    margin-bottom: -1.3125rem;
  }

  .plt__brand {
    margin-bottom: 4.5rem;
  }

  .plt__btn {
    text-align: center;
    width: 100%;
  }

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

  .plt-block {
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .cookies-component {
    bottom: 6.25rem;
    left: 1rem;
    right: 1rem;
  }

  .tour-header-divider {
    margin-bottom: .5rem;
  }

  .hero-logo {
    width: 65vw;
  }

  .hero-subtitle {
    font-size: .875rem;
  }

  .tab--menu {
    grid-column-gap: .5rem;
  }

  .tab-link {
    letter-spacing: .875px;
    flex: none;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .cta-decorados {
    font-size: 1rem;
  }

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

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

  .sc-hero {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .header-button {
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    height: 3rem;
    margin-bottom: .75rem;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .caption-title {
    font-size: .625rem;
    font-weight: 400;
  }

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

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

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

  .about-hero-scroll-link {
    margin-top: 4rem;
  }

  .column-image-spacer, .column-image-wrapper {
    border-radius: .3rem;
    margin-bottom: .5rem;
  }

  .about-hero-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-hero-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .service-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .diferenciais_grid {
    grid-row-gap: 0rem;
    align-items: start;
  }

  .diferenciais_grid-content-wrap {
    grid-row-gap: .2rem;
    display: flex;
  }

  .diferenciais_grid-item {
    grid-row-gap: 2.5rem;
    justify-content: space-between;
  }

  .sc-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video_title {
    margin-left: 0;
    padding-left: 18px;
  }

  .hover-lbutton-wrap.is-video-button {
    width: 80px;
    height: 80px;
    margin-left: 0;
    padding: 0;
  }

  .founder-image {
    min-height: 20vh;
  }

  .modal-button {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .button-plantas {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .promo-logo {
    height: 10rem;
  }

  .grid-precos {
    max-width: 92%;
  }

  .card-precos {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-promo-label {
    letter-spacing: 1.5px;
  }

  .card-promo-tag {
    letter-spacing: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-label-text {
    letter-spacing: .75px;
  }

  .cta-promo {
    grid-row-gap: .5rem;
    flex-direction: column;
    max-width: none;
    min-height: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .video-wrap {
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lynx-accordion-content {
    padding: 1.5rem 1.5px 1.5rem 1.5rem;
  }

  .lynx-icon-arrow {
    background-size: 12px;
    width: 32px;
    height: 32px;
  }

  .lynx-heading-accordion {
    font-size: 14px;
  }

  .lynx-accordion-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .f-paragraph-regular-3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .75rem;
  }

  .f-banner-flex-row-2 {
    text-align: left;
  }

  .promo-text {
    font-size: 1.25rem;
  }

  .contato-fixo {
    width: 100%;
    padding-left: 12px;
    inset: auto 0% 0%;
  }

  .cta-fixo__link-wrapper {
    flex: 1;
    justify-content: center;
    margin-left: 0;
    margin-right: 8px;
  }

  .cta-fixo__link-wrapper.last {
    margin-right: 0;
  }

  .modal-whatsapp {
    z-index: 5005;
    padding-left: 17px;
    padding-right: 17px;
    display: none;
  }

  .modal__close-btn {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .btn-flex__text-link {
    letter-spacing: 0;
    flex: 0 auto;
    font-size: 11px;
  }

  .modal-chat {
    z-index: 5005;
    padding-left: 17px;
    padding-right: 17px;
    display: none;
  }

  .modal__chat {
    padding: 16px;
    overflow: auto;
  }

  .btn-flex__wrapper {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .modal__whatsapp {
    width: 95%;
    padding: 16px;
    overflow: auto;
  }

  .modal__heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
    font-size: 14px;
  }

  .btn-flex {
    justify-content: space-between;
    width: 100%;
  }

  .icon-footer {
    width: 14px;
    height: 14px;
  }

  .modal__form {
    margin-top: -3px;
    padding-top: 0;
  }

  .btn-flex__heading {
    letter-spacing: 0;
    flex: 0 auto;
    margin-right: 8px;
    font-size: 8px;
    display: none;
  }
}

#w-node-_513f0540-0cf8-c3c0-990d-3035573c3fb5-42142a41, #w-node-_29d688b8-2edf-14f6-42a6-3783e8e9c867-42142a41, #w-node-_961f8cf6-e4de-10cb-6930-18672e1feffa-42142a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07fb1e12-eef3-1045-6b58-f4311ebbc636-42142a41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f1a-42142a41 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f26-42142a41 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f2c-42142a41 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f32-42142a41 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f38-42142a41 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f3e-42142a41 {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f44-42142a41 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f4a-42142a41 {
  grid-area: 5 / 1 / 6 / 5;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f50-42142a41 {
  grid-area: 5 / 9 / 6 / 13;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f56-42142a41 {
  grid-area: 5 / 5 / 6 / 9;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f5c-42142a41 {
  grid-area: 6 / 5 / 7 / 9;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f62-42142a41 {
  grid-area: 6 / 9 / 7 / 13;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f68-42142a41 {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f6e-42142a41 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f74-42142a41 {
  grid-area: 7 / 7 / 8 / 13;
}

#w-node-_34c87693-7f8a-6303-0b90-b350730b2f7a-42142a41 {
  grid-area: 8 / 1 / 9 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f68-42142a41, #w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f6e-42142a41 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f74-42142a41 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f7a-42142a41 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f80-42142a41 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f86-42142a41 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f8c-42142a41 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f92-42142a41 {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f98-42142a41 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210f9e-42142a41 {
  grid-area: 5 / 1 / 6 / 5;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210fa4-42142a41 {
  grid-area: 5 / 9 / 6 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210faa-42142a41 {
  grid-area: 5 / 5 / 6 / 9;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210fb0-42142a41 {
  grid-area: 6 / 5 / 7 / 9;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210fb6-42142a41 {
  grid-area: 6 / 9 / 7 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210fbc-42142a41 {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210fc2-42142a41 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210fc8-42142a41 {
  grid-area: 7 / 7 / 8 / 13;
}

#w-node-_2c6c1775-98df-0b14-5d7c-1a78a9210fce-42142a41 {
  grid-area: 8 / 1 / 9 / 13;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e0f-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e4c-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e53-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e96-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ea2-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ed5-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ee1-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f19-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f25-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f67-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f73-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420fb0-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420fbc-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ff9-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c42100d-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c421036-42142a41 {
  place-self: stretch stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c42103d-42142a41 {
  align-self: stretch;
}

#w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c421071-42142a41 {
  place-self: stretch stretch;
}

#w-node-cce99c6d-0987-080a-a50d-806a22d25480-42142a41, #w-node-cce99c6d-0987-080a-a50d-806a22d25483-42142a41, #w-node-cce99c6d-0987-080a-a50d-806a22d25488-42142a41, #w-node-cce99c6d-0987-080a-a50d-806a22d2548d-42142a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04393717-f758-c772-1f9a-64926fe281bc-42142a43 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04393717-f758-c772-1f9a-64926fe281cb-42142a43, #w-node-_04393717-f758-c772-1f9a-64926fe281d8-42142a43, #w-node-_04393717-f758-c772-1f9a-64926fe281e5-42142a43 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_04393717-f758-c772-1f9a-64926fe281f7-42142a43 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04393717-f758-c772-1f9a-64926fe28206-42142a43, #w-node-_04393717-f758-c772-1f9a-64926fe28213-42142a43, #w-node-_04393717-f758-c772-1f9a-64926fe28220-42142a43 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f1a-42142a41, #w-node-_34c87693-7f8a-6303-0b90-b350730b2f26-42142a41, #w-node-_34c87693-7f8a-6303-0b90-b350730b2f2c-42142a41, #w-node-_34c87693-7f8a-6303-0b90-b350730b2f32-42142a41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f38-42142a41 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f3e-42142a41, #w-node-_34c87693-7f8a-6303-0b90-b350730b2f44-42142a41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f4a-42142a41 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f50-42142a41, #w-node-_34c87693-7f8a-6303-0b90-b350730b2f56-42142a41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f5c-42142a41 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f62-42142a41, #w-node-_34c87693-7f8a-6303-0b90-b350730b2f68-42142a41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f6e-42142a41 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34c87693-7f8a-6303-0b90-b350730b2f74-42142a41, #w-node-_34c87693-7f8a-6303-0b90-b350730b2f7a-42142a41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e0f-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e4c-42142a41 {
    order: 9999;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e53-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e96-42142a41 {
    order: 9999;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ea2-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ed5-42142a41 {
    order: 9999;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ee1-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f19-42142a41 {
    order: 9999;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f25-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f67-42142a41 {
    order: 9999;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f73-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420fb0-42142a41 {
    order: 9999;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420fbc-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ff9-42142a41 {
    order: 9999;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c42100d-42142a41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c42103d-42142a41 {
    align-self: stretch;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c421071-42142a41, #w-node-_76de9be3-1348-1c12-bf23-5cfb43119792-42142a41 {
    order: 9999;
  }

  #w-node-_24de7765-cd35-d5a6-8d97-b23b45f5f100-42142a41, #w-node-_24de7765-cd35-d5a6-8d97-b23b45f5f11e-42142a41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_07fb1e12-eef3-1045-6b58-f4311ebbc636-42142a41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e96-42142a41, #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ed5-42142a41, #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f19-42142a41, #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420f67-42142a41, #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420fb0-42142a41, #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420ff9-42142a41, #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c421036-42142a41, #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c421071-42142a41 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb5ede97-a1c3-165f-5d8a-b573df05a19a-42142a41, #w-node-fb5ede97-a1c3-165f-5d8a-b573df05a19b-42142a41, #w-node-fb5ede97-a1c3-165f-5d8a-b573df05a19c-42142a41 {
    place-self: center;
  }

  #w-node-_07fb1e12-eef3-1045-6b58-f4311ebbc636-42142a41, #w-node-f0772b80-816a-6a10-2c04-63fa47b4a817-42142a41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71686c70-6a1a-bf0c-ac4f-d26c7c420e0f-42142a41 {
    align-self: start;
  }
}


