:root {
  --yellow: #ca8e0e;
  --light-green: #182c21;
  --dark-green: #16261e;
  --footer-green: #122019;
  --green-line: #163826;
  --blur-img: #0000004d;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

a {
  font-family: Lato, sans-serif;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-family: Lato, sans-serif;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-family: Lato, sans-serif;
  font-weight: 600;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

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

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.is-carrossel {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.padding-global.is-footer {
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-weight-normal {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-color-white {
  color: #fff;
}

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

.text-weight-medium {
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

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

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

.text-size-regular.text-weight-bold.is-center {
  text-align: center;
}

.text-size-regular.text-weight-bold.is-center.is-gold {
  color: var(--yellow);
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-weight: 400;
}

.text-size-regular.text-weight-bold.is-white {
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

.text-size-regular.is-white {
  color: #fff;
  font-family: Lato, sans-serif;
}

.text-size-regular.is-white-ice {
  color: #d4d8df;
  text-align: justify;
}

.text-size-regular.is-white-ice.is-center {
  text-align: center;
  max-width: 35.1rem;
}

.text-size-regular.is-white-ice.is-center.is-diferenciais {
  letter-spacing: .5px;
  max-width: 68.1875rem;
  font-size: 1.1rem;
}

.text-size-regular.is-white-ice.is-center.is-obrigado {
  font-size: 1.25rem;
}

.text-size-regular.is-white-ice.is-politica {
  text-align: left;
}

.text-size-regular.is-comando {
  text-transform: uppercase;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-weight: 600;
}

.text-size-regular.is-comando.text-align-center.is-yellow {
  background-color: var(--light-green);
  color: var(--yellow);
  padding-left: .5rem;
  padding-right: .5rem;
  position: absolute;
  top: 118px;
}

.text-weight-xbold {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

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

.text-align-right.is-caps {
  text-transform: uppercase;
}

.text-align-right.is-caps.is-white {
  color: #fff;
}

.text-weight-bold {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.is-footer {
  text-align: justify;
}

.text-size-small.is-footer.is-link {
  color: var(--yellow);
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.padding-section-large.is-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-large.is-footer.is-politica {
  align-items: flex-start;
}

.padding-section-large.is-diferenciais {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.is-about {
  align-items: center;
}

.padding-section-large.is-galeria {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large.text-weight-bold.is-white.is-obrigado {
  text-align: center;
  font-size: 2.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  background-color: var(--light-green);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.is-carrossel {
  padding-left: 6rem;
}

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--yellow);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-medium.is-title {
  color: var(--dark-green);
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-weight: 700;
}

.text-size-medium.text-weight-semibold.is-black {
  color: #000;
}

.text-size-medium.text-weight-bold.is-close {
  text-transform: uppercase;
  margin-top: 5px;
}

.text-size-medium.text-weight-bold.is-close:hover {
  color: var(--yellow);
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: var(--light-green);
}

.fs-styleguide_color.is-2 {
  background-color: var(--dark-green);
}

.fs-styleguide_color.is-3 {
  background-color: var(--yellow);
}

.fs-styleguide_color.is-4 {
  background-color: var(--footer-green);
}

.fs-styleguide_color.is-5 {
  background-color: var(--green-line);
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.checkbox-label {
  color: #fff;
  font-size: .9rem;
  font-weight: 400;
  line-height: 18px;
}

.social-wrapper {
  flex: 1;
}

.success-message {
  background-color: #2aa858;
  border-radius: 5px;
  width: 100%;
  padding: 8px 25px;
}

.btn-submit {
  background-color: var(--yellow);
  background-image: url('../images/arrow-white-icon.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto 1rem;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  margin-top: 25px;
  padding: .75rem 1.5rem .75rem .8rem;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-weight: 600;
  transition: all .25s ease-in-out;
}

.btn-submit:hover {
  background-color: #af7b0c;
  border-color: #2fda7f;
  box-shadow: 0 10px 10px #0003;
}

.btn-submit:focus {
  background-color: #24aa63;
  box-shadow: 0 10px 10px #0003;
}

.padding-section-large-2 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.padding-section-large-2.is-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.form {
  align-self: stretch;
  max-width: 15.9375rem;
}

.form.is-footer {
  max-width: 22.375rem;
}

.footer-container {
  flex: 1;
  width: 100%;
  display: flex;
}

.tittle-form-container {
  max-width: 15.9375rem;
  margin-bottom: 1rem;
}

.tittle-form-container.is-footer {
  max-width: 22.375rem;
}

.imput {
  border: 2px solid var(--green-line);
  color: #fff;
  background-color: #16261e;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .1s ease-in-out;
}

.imput:hover {
  border-color: #ca8e0e;
}

.imput:focus {
  border-color: #b79058;
}

.titulo-form {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.form-footer {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.redes-sociais-footer {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2.5rem;
  display: flex;
}

.form-container.is-footer {
  flex: 0 auto;
  padding-bottom: 0;
  padding-left: 3.5rem;
}

.form-container.is-footer.is-politica {
  display: none;
}

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

.icon-redesocial {
  height: 100%;
}

.logo-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
}

.link {
  color: var(--yellow);
  text-decoration: none;
}

.link:hover {
  font-weight: 700;
}

.error-message {
  background-color: #ce3b51;
  border-radius: 5px;
  width: 100%;
  padding: 8px 20px;
}

.form-block {
  flex-direction: column;
  align-items: center;
  max-height: 600px;
  margin-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

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

.checkbox {
  border-color: var(--yellow);
  cursor: pointer;
  border-radius: 0;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.section-footer {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--green-line);
  background-color: var(--footer-green);
  position: relative;
}

.btn-redesocial {
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-redesocial:hover {
  background-color: #af7b0c;
  background-image: none;
  border: 2px #2fda7f;
}

.logotipo-image {
  width: 5rem;
  max-width: none;
  height: 3rem;
}

.text-block-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.form-double-input {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.logo-social-container {
  padding-bottom: 1.5rem;
  display: flex;
}

.termos-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.termos-container.is-whiteice {
  border-top: .125rem solid var(--green-line);
  color: #d4d8df;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 1.5rem;
}

.footer-wrapper {
  border-right: 2px solid var(--green-line);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-right: 3.5rem;
  display: flex;
}

.footer-wrapper.is-politica {
  border-right-style: none;
  padding-right: 0;
}

.lines-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: row;
  flex: 0 auto;
  width: 2.275rem;
  min-width: 2.275rem;
  height: 70%;
  display: flex;
  position: absolute;
  bottom: 15%;
  left: -1.1375rem;
  right: auto;
}

.lines-wrapper.is-localizacao.is-right {
  top: 20%;
  left: auto;
  right: -2rem;
}

.lines-wrapper.is-galeria {
  z-index: 1;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  inset: -17px 0% 0%;
}

.lines-wrapper.is-localizacao {
  z-index: 1;
  width: 4.1rem;
  min-width: 4.1rem;
  height: 60%;
  bottom: 20%;
  left: -1.3rem;
}

.lines-wrapper.is-localizacao.is-right {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-end;
  inset: auto -1.3rem 20% auto;
}

.lines-wrapper.is-localizacao.is-left {
  display: none;
}

.locais-container {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--light-green);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 41.25rem;
  max-width: 36.4375rem;
  height: 100%;
  max-height: 22.6875rem;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 1px 3px 8px #00000040;
}

.section-localizacao {
  background-color: var(--dark-green);
  flex-direction: column;
  display: flex;
  position: relative;
}

.localizacao-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 68.125rem;
  min-height: 22.6875rem;
  max-height: 22.6875rem;
  display: flex;
  position: relative;
  top: -151px;
}

.padding-section-large-3 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.padding-section-large-3.is-localizacao-down {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.padding-section-large-3.is-localizacao-up {
  padding-bottom: 4.375rem;
}

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

.heading-localizacao.is-white {
  color: #fff;
  text-align: center;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.line-header {
  z-index: -1;
  background-color: #b79058;
  background-image: linear-gradient(#af966a, #ba965d 33%, #ad854e 66%, #a37d3a);
  align-self: center;
  width: .5rem;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
}

.img-localizacao-container {
  background-image: linear-gradient(to bottom, #fff0, #191e2800 56%, var(--dark-green) 96%), url('../images/11-BARAO_PISCINAS03-P.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 4px;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 1440px;
  height: 750px;
  display: flex;
  position: relative;
}

.padding-global-3 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.locais-item {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.img-localizacao {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.title-container-localizacao {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 82.9375rem;
  display: flex;
}

.map-container {
  z-index: 2;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
  position: relative;
  box-shadow: 0 3px 8px #0003;
}

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

.text-span-localizacao {
  color: var(--yellow);
  font-weight: 600;
}

.container-large-3 {
  width: 100%;
  max-width: 68.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.title-small {
  font-size: 1.75rem;
  font-weight: 600;
}

.text-localizacao-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divisor-header {
  border-bottom: .125rem solid #b1986b;
  flex: 1;
  min-width: .125rem;
  max-width: 1.3125rem;
}

.divisor-header.is-subtilte {
  min-width: 6.375rem;
  max-width: 6.375rem;
}

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

.title-icon.is-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

._48px-icon {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

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

.subtitle-subtitle-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title {
  text-transform: uppercase;
}

.grafismo-localizacao {
  max-width: 10.8125rem;
}

.grafismo-container {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 4px;
}

.grafismo-container.is-about.up {
  position: absolute;
  inset: -23px 0% auto;
}

.grafismo-container.is-about.down {
  position: absolute;
  inset: auto 0% -24px;
}

._18px-icon {
  width: 1.125rem;
}

.padding-section-large-4 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.heading {
  text-transform: uppercase;
}

.title-container {
  position: relative;
  top: -36px;
}

.section-video-produto {
  background-color: var(--dark-green);
  position: relative;
}

.cta-block {
  grid-column-gap: 15px;
  width: 100%;
  max-width: 50.875rem;
  height: 45px;
  min-height: 45px;
  margin-top: 25px;
  display: flex;
}

.cta-block.is-video {
  justify-content: center;
  max-width: 100%;
  height: 54px;
  margin-top: 0;
}

.cta-block.is-diferenciais {
  justify-content: center;
  max-width: 100%;
  height: 54px;
  margin-top: 3rem;
}

.cta-block.is-carrossel {
  justify-content: center;
  max-width: 100%;
  height: 54px;
  margin-top: 0;
}

.padding-global-4 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.video-tittle-containar {
  flex: 1;
  display: block;
  position: relative;
}

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

.title-wrapper.is-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--yellow);
  background-color: var(--dark-green);
  color: #fff;
  border-radius: .625rem;
  max-width: 26.125rem;
  padding: 1rem 3.5rem;
  position: relative;
  inset: -51% 0% auto;
}

.video {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  border-radius: 4px;
  flex: 0 auto;
  width: 100%;
  max-width: 50.875rem;
  max-height: 29rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-wrapper.is-carrossel {
  margin-top: 3.5rem;
}

.cta-wrapper.is-galeria {
  margin-top: 1rem;
}

.video-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 68.125rem;
  display: flex;
}

.btn-text-grow {
  flex: 1;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-weight: 600;
}

.btn-text-grow.is-black {
  color: #000;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #b79058;
  background-image: linear-gradient(84deg, #b19667, #ba965d 33%, #ad854e 66%, #a37d3a);
  border: 2px solid #b79058;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.button-2:hover {
  background-color: #324160;
  background-image: none;
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon.index_form1 {
  background-color: var(--yellow);
  background-image: none;
  border-style: none;
  max-width: 24.6875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-2.is-icon.is-scondary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #202632b3;
  background-image: none;
  border: 2px solid #b79058;
  flex: 1;
  transition: all .2s ease-in-out;
}

.button-2.is-icon.is-scondary:hover {
  background-color: #b79058;
  background-image: none;
  border-color: #b79058;
}

.button-2.is-icon.is-scondary.index_form1 {
  border-color: var(--yellow);
  color: #fff;
  background-color: #0000;
  max-width: 24.6875rem;
  font-family: "Hurmegeometricsans 2", sans-serif;
}

.button-2.is-icon.is-obrigado {
  background-color: var(--yellow);
  background-image: none;
  border-style: none;
  flex: 0 auto;
  width: 35%;
}

.video-container {
  border: .125rem solid var(--yellow);
  border-radius: .625rem;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.corner-1 {
  background-color: var(--dark-green);
  padding: 10px;
  position: absolute;
  inset: -19px auto auto -17px;
}

.corner-1.is-header {
  background-color: #0000;
}

.grafismo-video-container {
  border-radius: .625rem;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
}

.corner-2 {
  background-color: var(--dark-green);
  padding: 10px;
  position: absolute;
  inset: -18px -19px auto auto;
}

.corner-2.is-header {
  background-color: #0000;
}

.corner-3 {
  background-color: var(--dark-green);
  padding: 10px;
  position: absolute;
  inset: auto auto -17px -19px;
}

.corner-3.is-header {
  background-color: #0000;
}

.corner-4 {
  padding: 10px;
  position: absolute;
  inset: auto -18px -19px auto;
}

.corner-4.is-sobre {
  background-color: var(--dark-green);
}

.nav-menu {
  z-index: 3;
  width: 100%;
  display: block;
  position: absolute;
}

.container-nav {
  justify-content: center;
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.nav-block {
  border-bottom: 1px solid var(--yellow);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: flex;
}

.logo-nav {
  width: auto;
  max-width: 11.0625rem;
}

.social-nav {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: .625rem;
  transition: background-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: #af7b0c;
}

._24px-icon {
  max-width: 1.5rem;
  height: 1.5rem;
}

.text-size-regular-2.text-weight-medium.is-navmenu {
  color: #fff;
  text-transform: uppercase;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-weight: 600;
}

.text-size-regular-2.text-weight-medium.is-navmenu.is-politica {
  color: var(--yellow);
  text-align: left;
}

.text-size-regular-2.text-align-right.is-about {
  color: #595959;
}

.ancora-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ancora-container.ancora-hide-one.ancora-hide-two {
  text-decoration: none;
}

.underline {
  background-color: var(--yellow);
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto 0% -5%;
}

.menu-wrapper {
  border-bottom: 2px solid #0000;
  justify-content: center;
  width: 100%;
  max-width: 68.125rem;
  padding-top: 0;
  display: flex;
}

.nav-ancoras {
  background-color: var(--dark-green);
  padding-top: 3.75rem;
  position: relative;
}

.nav-ancoras.nav-fixa {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-container {
  justify-content: center;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.section-diferenciais {
  background-color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.title-container-diferenciais {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 82.9375rem;
  padding-bottom: 2rem;
  display: flex;
}

.diferenciais-container {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabmenu-carrossel {
  width: 100%;
}

.tab-diferenciais {
  flex-direction: column;
  padding-right: 6rem;
  display: flex;
}

.tablink {
  color: #7c7c83;
  background-color: #0000;
  padding: 0 0 .5rem;
}

.tablink.w--current {
  border-bottom: 3px solid var(--yellow);
  color: var(--green-line);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #dfdfe0;
  display: flex;
}

.horizontal-scroll-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  overflow: visible;
}

.carrossel-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 17.5rem;
  display: flex;
  overflow: visible;
}

.carrossel-item.hide {
  display: none;
}

.txt-item-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  height: auto;
  display: flex;
}

.img-carrossel-iten {
  height: 100%;
}

.img-carrossel {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BARAO_PICNICFAZENDA.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  width: 17.5rem;
  height: 20.3125rem;
}

.img-carrossel.is-1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/32.-Pomar.webp');
}

.img-carrossel.is-1.is-campo {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/24.-Queijaria.webp');
  background-position: 0 0, 99%;
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-1.is-saude {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/26.-Fitness.webp');
  background-position: 0 0, 35%;
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-1.is-exp {
  background-image: linear-gradient(to bottom, var(--blur-img), var(--blur-img)), url('../images/40.-Fogo-de-Chão.webp');
  background-position: 0 0, 58%;
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/41.-Quadras.webp');
}

.img-carrossel.is-2.is-campo {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/23.-Queijaria.webp');
  background-position: 0 0, 51%;
}

.img-carrossel.is-2.is-saude {
  background-image: linear-gradient(to bottom, var(--blur-img), var(--blur-img)), url('../images/01.-Piscina.webp');
  background-position: 0 0, 35%;
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-2.is-exp {
  background-image: linear-gradient(to bottom, var(--blur-img), var(--blur-img)), url('../images/21.-Baronesa.webp');
  background-position: 0 0, 60%;
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/05.-Lago.webp');
}

.img-carrossel.is-3.is-campo {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/29.-Hortifruti.webp');
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-3.is-saude {
  background-image: linear-gradient(to bottom, var(--blur-img), var(--blur-img)), url('../images/11.-Spa.webp');
  background-position: 0 0, 6%;
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-3.is-exp {
  background-image: linear-gradient(to bottom, var(--blur-img), var(--blur-img)), url('../images/18.-Baronesa.webp');
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/06.-Lago.webp');
  background-position: 0 0, 33%;
  background-size: auto, cover;
}

.img-carrossel.is-4.is-campo {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/16.-Apiario.webp');
  background-position: 0 0, 17%;
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-4.is-saude {
  background-image: linear-gradient(to bottom, var(--blur-img), var(--blur-img)), url('../images/33.-Play.webp');
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/45.-Foto-Aerea.webp');
  background-position: 0 0, 24%;
}

.img-carrossel.is-5.is-campo {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/27.-Galinheiro.webp');
  background-repeat: repeat, no-repeat;
}

.img-carrossel.is-5.is-saude {
  background-image: linear-gradient(to bottom, var(--blur-img), var(--blur-img)), url('../images/04.-Lago.webp');
  background-position: 0 0, 32%;
  background-repeat: repeat, no-repeat;
}

.slide {
  width: 17.5rem;
  height: 100%;
  margin-right: 2rem;
}

.carrossel-mask {
  width: 17.5rem;
  height: 100%;
  margin-right: 2rem;
  overflow: visible;
}

.carrossel-slider {
  width: 100%;
  height: 100%;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.tabs-content {
  overflow: visible;
}

.section-header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-end;
  height: 51.75rem;
  max-height: 51.75rem;
  margin-right: 4rem;
  display: flex;
  position: relative;
}

.header-img-container {
  object-fit: fill;
  background-image: url('../images/BARAO_PORTARIA-2.jpg');
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 42.5rem;
  max-height: 100%;
}

.form-header-wrapper, .logo-img-header {
  justify-content: center;
  display: flex;
}

.header-img {
  height: 100%;
}

.comando-container {
  border: 2px solid var(--green-line);
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .25rem;
  display: flex;
}

.logo-barao {
  width: 11.875rem;
  height: 6.625rem;
}

.form-header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 15.9375rem;
  height: auto;
  display: flex;
}

.header-wrapper {
  background-color: var(--light-green);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 30rem;
  max-width: 32.875rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.header-wrapper.is-footer {
  flex: 0 auto;
  padding-bottom: 0;
  padding-left: 3.5rem;
}

.form-input {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.form-header-container {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  max-width: 16rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
}

.grafismo-header-container {
  z-index: 0;
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
}

.text-size-semi-large {
  font-size: 1.625rem;
}

.text-size-semi-large.text-align-center.is-white {
  color: #fff;
  font-family: "Hurmegeometricsans 2", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}

.header-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: flex-end;
  max-width: 85rem;
  max-height: 100%;
  display: flex;
}

.section-about {
  background-color: var(--dark-green);
  position: relative;
}

.img-about {
  z-index: 2;
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.txt-about-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.line1 {
  background-color: var(--yellow);
  width: .75rem;
  height: 100%;
}

.iten-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px solid var(--yellow);
  color: #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.iten-container.is-last {
  border-right-style: none;
  padding-right: 0;
}

.iten-container.is-first {
  border-right-color: var(--yellow);
  padding-left: 0;
}

.heading-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(278deg, #d1bc6f, #a98c53);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.logo-divisor {
  border-left: 1px solid #d1bd70;
  width: .0625rem;
  height: 2rem;
}

.logo-one {
  width: 5rem;
}

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

.tittle-container.is-about {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
}

.tittle-container.is-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  margin-bottom: 2rem;
}

.line-header-2 {
  z-index: -1;
  background-color: #b79058;
  background-image: linear-gradient(#d1bd70, #ab8e54);
  align-self: center;
  width: 1.5rem;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
}

.line-header-2.is-about2 {
  width: .3125rem;
}

.line2 {
  background-color: var(--yellow);
  width: .3125rem;
  height: 100%;
}

.lines-grafismo {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-self: stretch;
  display: flex;
}

.logos-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 2rem;
  display: flex;
}

.logo-skr {
  width: 5.1875rem;
}

.img-about-container {
  object-fit: cover;
  border-radius: 4px;
  flex: 1;
  align-self: stretch;
  width: 546px;
  min-width: 450px;
  max-width: 546px;
  position: relative;
}

.about-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  max-width: 68.125rem;
  display: flex;
}

.text-img-container {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.itens-about {
  justify-content: center;
  display: flex;
}

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

.about-span {
  color: var(--yellow);
  font-weight: 600;
}

.close {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b5;
  border-radius: .625rem;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: none;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.close.show {
  cursor: pointer;
  background-color: #00000080;
  border: .125rem solid #b79058;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-image {
  cursor: pointer;
  background-color: #efefef;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  max-height: 55svh;
  display: flex;
  overflow: hidden;
}

.main-image.gallery-fullscreen {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

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

.thumbnail {
  opacity: .5;
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 228.5px;
  min-width: 228.5px;
  max-width: 228.5px;
  height: 100%;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 6px -1px #00000026;
}

.thumbnail:hover {
  opacity: 1;
  border: .1875rem solid #b79058;
  box-shadow: 0 8px 8px -1px #00000026;
}

.thumbnail.selected-thumbnail {
  border: 3px solid var(--yellow);
  opacity: 1;
  width: 228.5px;
  min-width: 228.5px;
  max-width: 228.5px;
}

.tab-menu {
  color: #979797;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #e1e1e1;
  font-weight: 500;
}

.tab-menu.w--current {
  border-bottom: 2px solid var(--yellow);
  color: var(--green-line);
  text-transform: none;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: flex;
}

.thumbnails {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .625rem;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  padding-bottom: .5rem;
  display: flex;
  overflow: auto;
}

.icon_fullscren {
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon_fullscren.hide {
  display: none;
}

.html-embed-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.html-embed-2.gallery-fullscreen {
  width: 100%;
}

._24px-icon-2 {
  width: 24px;
  height: 24px;
}

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

.galeria-container {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 68.125rem;
  display: flex;
}

.tab-menu-galeria-container {
  flex: 0 auto;
  width: 100%;
}

.container-image-legenda {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-image-legenda.gallery-fullscreen {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  min-height: 300px;
}

.imagem {
  object-fit: cover;
  flex: 0 auto;
  align-self: stretch;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
}

.tab-galeria {
  flex-direction: column;
  justify-content: flex-end;
}

.container-thumbnails {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  margin-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

.container-thumbnails.gallery-fullscreen {
  height: 100px;
  min-height: 100px;
  margin-top: 1rem;
}

.padding-global-5 {
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/form-arrow-24px-icon.svg'), linear-gradient(271deg, #d1bc6f, #a98c53);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #d1bd70;
  border-radius: 4px;
  width: 16.5rem;
  padding: .625rem 1rem;
  font-weight: 600;
}

.button-3.is-secondary {
  color: #000;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 2px solid #d1bd70;
}

.btn-slide-2 {
  border: .125rem solid var(--yellow);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-size-regular-3 {
  font-size: 1rem;
}

.text-size-regular-3.is-white-ice {
  color: #d4d8df;
  text-align: justify;
}

.text-size-regular-3.is-white-ice.is-count-slide.is-dourado {
  color: #d1bd70;
  white-space: nowrap;
  margin-left: 15px;
  font-weight: 600;
}

.text-size-regular-3.is-white-ice.is-legenda {
  color: #343434;
  text-align: left;
}

.cta-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  display: flex;
}

.legenda-imagem {
  z-index: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: relative;
}

.legenda-imagem.gallery-fullscreen {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  margin-top: 1rem;
}

.image-thumb {
  object-fit: cover;
  border-radius: 4px;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
}

.galeria {
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.galeria.gallery-fullscreen {
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: cover;
  background-color: #fffc;
  justify-content: space-between;
  height: 100vh;
  min-height: 100svh;
  max-height: 100svh;
  padding: 2rem;
  position: fixed;
  inset: 0%;
}

.button-slider-2 {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 100%;
  padding-bottom: 0;
}

.button-slider-2.nextbutton, .button-slider-2.prevbutton {
  align-self: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
}

.tabs-menu-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

._30px-icon {
  width: 1.875rem;
  height: 1.875rem;
}

.title-section-w-icon {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 1;
  align-items: center;
  display: flex;
  position: absolute;
}

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

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

.padding-global-6 {
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/form-arrow-24px-icon.svg'), linear-gradient(271deg, #d1bc6f, #a98c53);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #d1bd70;
  border-radius: 4px;
  width: 16.5rem;
  padding: .625rem 1rem;
  font-weight: 600;
}

.button-4.is-secondary {
  color: #000;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 2px solid #d1bd70;
}

.button-4.is-form-submit {
  background-image: url('../images/form-arrow-24px-icon.svg'), linear-gradient(to bottom, var(--yellow), var(--yellow));
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  width: 100%;
  font-family: Lato, sans-serif;
}

.text-size-regular-4 {
  font-size: 1rem;
}

.text-size-regular-4.is-white-ice {
  color: #d4d8df;
  text-align: justify;
}

.text-size-regular-4.is-white-ice.is-count-slide.is-dourado {
  color: var(--yellow);
  white-space: nowrap;
  margin-left: 15px;
  font-weight: 600;
}

.text-size-regular-4.is-white-ice.is-legenda {
  color: var(--dark-green);
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-size-regular-4.text-weight-semibold.is-gold {
  color: #b79058;
  text-align: center;
}

.text-size-regular-4.text-weight-semibold.is-gold.is-subtitle-modal {
  color: var(--yellow);
  text-align: center;
  margin-top: .5rem;
  line-height: 1.1;
}

.html-embed-3 {
  display: none;
}

.form_checkbox-2 {
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.625rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-2.is-white {
  color: #fff;
}

.txt-container-form-sucess {
  padding-top: .5rem;
}

.underline-txt {
  background-color: #343434;
  width: 100%;
  height: .125rem;
  position: absolute;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

.underline-txt.is-form {
  bottom: 0;
}

.form_input-2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #f4f4f4;
  border-bottom-color: #343434;
  border-radius: 0;
  min-height: 3rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .25rem .5rem .125rem;
  transition: background-color .2s;
}

.form_input-2:focus {
  background-color: #e1e1e1;
  border-top-width: 0;
  border-bottom-color: #343434;
  border-left-width: 0;
  border-right-width: 0;
}

.form_checkbox-label-2 {
  margin-right: .25rem;
  font-size: .75rem;
  font-weight: 400;
}

.form_checkbox-label-2.is-popup {
  color: #000;
}

.success-message-3 {
  background-color: #5bdb5a;
  border-radius: .5rem;
}

.link-txt-underline {
  color: #343434;
  position: relative;
}

.modal-form {
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.modal-form.form-chatonline, .modal-form.form-contato {
  display: none;
}

.form-block-2 {
  background-color: #0000;
  flex-direction: column;
  margin-bottom: 0;
}

.form-block-2.fixed-form {
  position: absolute;
}

.fundo-form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #141414e6;
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out;
}

.form_label-2 {
  display: none;
}

.btn-close-modal {
  color: #343434;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  text-decoration: none;
  display: flex;
}

.btn-close-modal:hover {
  color: #b79058;
}

.titulo-form-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.titulo-form-2.is-form-modal {
  color: #000;
  text-transform: none;
  max-width: 400px;
  font-size: 30px;
  line-height: 32px;
}

.titulo-form-2.is-form-modal.is-popup {
  color: #000;
}

.form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #dbdbdb40;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding: 3.125rem 3.125rem 3.125rem 2.5rem;
  display: flex;
}

.form-wrapper.is-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f4f4f4;
  min-width: 29rem;
  padding: 2.875rem 2.5rem;
}

.error-message-3 {
  text-align: center;
  border-radius: .5rem;
}

.form_checkbox-icon-2 {
  background-color: #fff;
  border-width: 1px;
  border-color: #d1bd70;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-2.w--redirected-checked {
  background-color: #d1bd70;
  background-size: 90%;
  border-color: #d1bd70;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

.container-modal-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.form_checkbox-3 {
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.625rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-3.is-white {
  color: #fff;
}

.form_input-3 {
  color: #000;
  background-color: #0000;
  border: 1px solid #f4f4f4;
  border-bottom-color: #343434;
  border-radius: 0;
  min-height: 3rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .25rem .5rem .125rem;
  transition: background-color .2s;
}

.form_input-3:focus {
  background-color: #e1e1e1;
  border-top-width: 0;
  border-bottom-color: #343434;
  border-left-width: 0;
  border-right-width: 0;
}

.form_checkbox-label-3 {
  margin-right: .25rem;
  font-size: .75rem;
  font-weight: 400;
}

.form_checkbox-label-3.is-popup {
  color: #000;
}

.titulo-form-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.titulo-form-3.is-form-modal {
  color: var(--dark-green);
  text-transform: none;
  max-width: 400px;
  font-size: 30px;
  line-height: 32px;
}

.error-message-4 {
  text-align: center;
  border-radius: .5rem;
}

.form_checkbox-icon-3 {
  background-color: #fff;
  border-width: 1px;
  border-color: #d1bd70;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-3.w--redirected-checked {
  background-color: #d1bd70;
  background-size: 90%;
  border-color: #d1bd70;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

.texto2-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.nav-lateral {
  z-index: 9;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 20px 0% auto;
}

.pulsar {
  z-index: 0;
  background-color: #fff6;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.texto-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 15px;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.icon-contato-block {
  border-left: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 62px;
  height: 100%;
  padding: 15px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.icon-contato {
  width: 28px;
  min-width: 28px;
}

.icon-contato.is-wpp {
  width: 35px;
  min-width: 35px;
}

.nav-lateral-block {
  z-index: 8;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 20px 0% auto;
}

.texto1-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.btn-contato {
  background-color: var(--yellow);
  object-fit: fill;
  border-radius: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 8px #00000040;
}

.btn-contato.btn-wpp {
  background-color: #24aa5e;
}

.btn-contato.index_form1 {
  background-color: var(--yellow);
}

.progress-wrap {
  margin-right: 0;
}

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

.is-green {
  color: var(--green-line);
}

.is-scroll {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: grab;
  transition: all .1s ease-out;
  display: flex;
  position: relative;
}

.body {
  font-family: Lato, sans-serif;
}

.bold-text-5 {
  color: var(--yellow);
}

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

.paragraph-3 {
  color: #fff;
  text-align: justify;
  margin-top: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.link-2 {
  color: #ffb15f;
}

.logos {
  align-items: flex-end;
  display: flex;
}

.logos.logosrodape {
  height: 30px;
  padding-top: 0;
}

.logos.logosrodape.logopolitica {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.rodapelogos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  padding: 100px 20px;
  display: flex;
}

.bold-text-4 {
  color: var(--yellow);
  text-align: left;
  font-size: 20px;
}

.divisor {
  background-color: #c2802a;
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.divisor.divisorlogo {
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  margin-left: 20px;
  margin-right: 20px;
}

.divisor.divisorlogo.logosrodape {
  height: 36px;
  min-height: 36px;
  max-height: 36px;
}

.image {
  margin-right: 0;
}

.legaltext {
  color: #ffffffb3;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.body-2 {
  background-color: var(--dark-green);
}

.is-white {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.is-white.is-caps {
  color: #fff;
  text-transform: uppercase;
}

.is-white.is-caps.is-center {
  text-align: center;
}

.politica-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.span-politica {
  font-weight: 700;
}

.container-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.btn-voltar-block {
  grid-column-gap: 20px;
  background-color: #d8db00;
  border: 2px solid #d8db00;
  border-radius: 10px;
  align-items: center;
  height: 50px;
  margin-bottom: 100px;
  padding: 15px 20px 15px 15px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: flex;
}

.btn-voltar-block:hover {
  background-color: #d8db00;
}

.image-4 {
  height: 18px;
  transform: rotate(180deg);
}

.text-block-31 {
  color: #806a40;
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #d8db00;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-33 {
  color: #414346;
  text-align: center;
  -webkit-text-stroke-color: #414346;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.body-3 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/03.-Piscina.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.title-container-obrigado {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.html-embed-5 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .text-size-regular.text-weight-medium.text-align-center.is-white.is-about {
    font-family: "Hurmegeometricsans 2", sans-serif;
    font-weight: 600;
  }

  .container-large.is-carrossel {
    max-width: 80rem;
  }

  .tabs-content {
    overflow: visible;
  }

  .section-header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-right: auto;
  }

  .header-img-container {
    background-position: 40% 0;
    max-width: none;
  }

  .header-wrapper {
    min-width: 32rem;
    max-width: 32rem;
  }

  .header-container {
    justify-content: center;
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .legenda-imagem.gallery-fullscreen {
    justify-content: space-between;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .text-size-small.is-footer {
    text-align: justify;
  }

  .padding-section-large {
    align-items: center;
  }

  .padding-section-large.is-about {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large-2 {
    max-width: 1450px;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lines-wrapper.is-localizacao.is-left {
    position: static;
  }

  .container-large-3 {
    max-width: 1450px;
  }

  .divisor-header {
    max-width: none;
  }

  .grafismo-container.is-about {
    position: absolute;
    inset: -9% 0% auto;
  }

  .grafismo-container.is-about.up {
    top: -8%;
  }

  .grafismo-container.is-about.down {
    inset: auto 0% -9%;
  }

  .video-block {
    width: 100%;
  }

  .menu-wrapper {
    max-width: 68.125rem;
  }

  .header-img-container {
    flex: 1;
    min-width: auto;
    max-width: none;
  }

  .header-container {
    flex: 0 auto;
    min-width: 30%;
  }

  ._24px-icon-2, .btn-slide-2 {
    transition: all .2s ease-in-out;
  }

  .btn-slide-2:hover {
    background-color: #d1bd70;
  }

  .legenda-imagem.gallery-fullscreen {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .button-slider-2 {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-regular.text-weight-bold.is-white {
    text-align: left;
  }

  .padding-section-large {
    justify-content: center;
  }

  .container-large.is-carrossel {
    max-width: 68.125rem;
    padding-left: 0;
  }

  .link {
    font-weight: 600;
  }

  .locais-container {
    z-index: 2;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .locais-item {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

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

  .container-nav {
    padding-left: 10rem;
    padding-right: 12rem;
  }

  .nav-block {
    max-width: none;
  }

  .menu-wrapper {
    max-width: 68.125rem;
  }

  .section-diferenciais {
    position: relative;
  }

  .diferenciais-container {
    padding-left: 0;
  }

  .tab-diferenciais {
    padding-right: 0;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    overflow: visible;
  }

  .section-header {
    justify-content: flex-end;
    margin-right: auto;
  }

  .header-img-container {
    background-position: 50%;
    max-width: 100%;
  }

  .header-container {
    flex: 0 auto;
    min-width: 40%;
    max-width: 100rem;
  }

  .section-about {
    position: relative;
  }

  .container-image-legenda.gallery-fullscreen {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .legenda-imagem.gallery-fullscreen {
    margin-left: 0;
    margin-right: 0;
  }

  .modal-form {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.text-weight-bold.is-center.is-gold, .text-size-regular.text-weight-bold.is-white {
    font-size: .9rem;
  }

  .text-size-regular.is-white {
    font-size: .8rem;
  }

  .text-size-regular.is-white-ice {
    text-align: center;
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular.is-white-ice.is-center {
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular.text-align-right.is-white, .text-align-right.is-caps.is-white {
    text-align: center;
  }

  .text-size-small.is-footer, .text-size-small.text-weight-semibold {
    text-align: center;
    font-size: .7rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.is-galeria {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-weight-bold {
    font-size: 1.2rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .checkbox-label {
    font-size: .9rem;
  }

  .btn-submit {
    padding-right: 40px;
    font-size: .9rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-2.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .titulo-form {
    font-size: 19px;
    line-height: 24px;
  }

  .form-container {
    padding-left: 0;
  }

  .form-container.is-footer {
    width: 100%;
    padding-left: 0;
    display: block;
  }

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

  .logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .form-block {
    align-self: center;
  }

  .logo-social-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    border-right-style: none;
    padding-right: 0;
    display: block;
  }

  .lines-wrapper.is-localizacao.is-right {
    justify-content: center;
    height: 30px;
    position: absolute;
    inset: -15px auto auto;
  }

  .lines-wrapper.is-localizacao {
    height: 60%;
    inset: auto auto 20% -1.3rem;
  }

  .lines-wrapper.is-localizacao.is-right {
    height: 60%;
    right: -1.3rem;
  }

  .locais-container {
    align-self: stretch;
    width: 100%;
  }

  .localizacao-container {
    flex-direction: column;
    max-height: none;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-3.is-localizacao-down {
    flex-direction: row;
  }

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

  .heading-localizacao.is-white {
    font-size: 1.75rem;
  }

  .html-embed {
    height: 350px;
  }

  .img-localizacao-container {
    background-position: 0 0, 45% 0;
    height: 600px;
  }

  .padding-global-3 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .title-small {
    font-size: 1.4rem;
  }

  .grafismo-localizacao {
    max-width: 9rem;
  }

  .grafismo-container.is-about.up {
    position: absolute;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading {
    font-size: 1.4rem;
  }

  .cta-block {
    align-self: center;
  }

  .cta-block.is-diferenciais {
    margin-top: 1.5rem;
  }

  .padding-global-4 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .video-wrapper {
    min-width: 90%;
    max-width: 100%;
    min-height: 90%;
    max-height: 100%;
  }

  .btn-text-grow {
    font-size: .9rem;
    line-height: 1.4;
  }

  .video-container {
    padding-bottom: 2rem;
  }

  .corner-1 {
    width: 100px;
    top: -15px;
    left: -15px;
  }

  .grafismo-video-container {
    padding-bottom: 2rem;
  }

  .corner-2 {
    width: 100px;
    top: -15px;
    right: -15px;
  }

  .corner-3 {
    width: 100px;
    bottom: -15px;
    left: -15px;
  }

  .corner-4 {
    width: 100px;
    bottom: -15px;
    right: -15px;
  }

  .ancora-container {
    flex: 0 auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ancora-container.ancora-hide-one.ancora-hide-two, .underline {
    display: none;
  }

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

  .nav-ancoras {
    padding-top: 2rem;
  }

  .menu-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tabs-menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    max-width: 86rem;
    padding-right: 0;
  }

  .header-img-container {
    background-position: 45% 0;
    min-width: auto;
  }

  .header-wrapper {
    min-width: 20rem;
    padding-left: 0;
  }

  .text-size-semi-large.text-weight-bold {
    font-size: 1.2rem;
  }

  .img-about {
    max-width: none;
  }

  .line1 {
    height: 100%;
  }

  .tittle-container, .tittle-container.is-about {
    justify-content: center;
  }

  .line2 {
    height: 100%;
  }

  .lines-grafismo {
    align-self: stretch;
    display: none;
  }

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

  .img-about-container {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .text-img-container {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
  }

  .itens-about {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .main-image {
    height: 340px;
    max-height: 50svh;
  }

  .thumbnail {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }

  .thumbnail.selected-thumbnail {
    width: 140px;
  }

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

  .icon_fullscren {
    opacity: 1;
  }

  .galeria-container {
    align-items: center;
  }

  .container-thumbnails.gallery-fullscreen {
    height: 100px;
    min-height: 100px;
  }

  .text-size-regular-3.is-white-ice {
    text-align: center;
    font-size: .9rem;
    line-height: 1.4;
  }

  .galeria.gallery-fullscreen {
    padding: 1rem;
  }

  .tabs-menu-2 {
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
  }

  .title-section-w-icon {
    position: relative;
  }

  .text-size-regular-4.is-white-ice {
    text-align: center;
    font-size: .9rem;
    line-height: 1.4;
  }

  .underline-txt {
    display: none;
  }

  .form_input-2 {
    border-radius: 0;
  }

  .modal-form.form-contato {
    display: none;
  }

  .titulo-form-2 {
    font-size: 19px;
    line-height: 24px;
  }

  .form-wrapper {
    border-radius: .5px;
  }

  .form-wrapper.is-form {
    border-radius: 1rem;
  }

  .form_input-3 {
    border-radius: 0;
  }

  .titulo-form-3 {
    font-size: 19px;
    line-height: 24px;
  }

  .texto2-btn {
    font-size: 16px;
  }

  .icon-contato-block {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .icon-contato {
    width: 25px;
    min-width: 25px;
  }

  .btn-contato {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .logos {
    justify-content: center;
  }

  .heading-10 {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular.text-weight-bold.is-white {
    font-size: .9rem;
  }

  .text-size-regular.is-white {
    font-size: .8rem;
  }

  .text-size-regular.is-white-ice {
    line-height: 1.4;
  }

  .text-size-regular.is-white-ice.is-center.is-diferenciais {
    max-width: 75rem;
  }

  .text-size-regular.is-comando.text-align-center.is-yellow {
    top: -13px;
  }

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

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

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

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .text-size-large.text-weight-bold {
    text-align: center;
  }

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large.is-carrossel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1.2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .titulo-form {
    font-size: 18px;
  }

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

  .lines-wrapper {
    height: 50%;
    min-height: 50%;
    inset: -10% 0% 0% -11%;
  }

  .lines-wrapper.is-galeria {
    height: 26px;
    min-height: 26px;
    top: -13px;
    left: auto;
  }

  .lines-wrapper.is-localizacao {
    justify-content: center;
    min-height: 30px;
  }

  .lines-wrapper.is-localizacao.is-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 60%;
    min-height: auto;
    display: flex;
    inset: auto auto 20% -1.2rem;
  }

  .locais-container {
    width: auto;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-localizacao.is-white {
    font-size: 1.75rem;
  }

  .line-header {
    width: .4rem;
  }

  .img-localizacao-container {
    background-position: 0 0, 40% 0;
    height: 500px;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .title-small {
    font-size: 1.2rem;
  }

  .divisor-header {
    display: none;
  }

  .divisor-header.is-subtilte {
    min-width: 4rem;
    max-width: 4rem;
  }

  ._48px-icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

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

  .section-title {
    font-size: 1.2rem;
  }

  .grafismo-localizacao {
    max-width: 8rem;
  }

  .grafismo-container.is-about.up {
    top: -20px;
  }

  .grafismo-container.is-about.down {
    bottom: -22px;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading {
    font-size: 1.2rem;
  }

  .cta-block.is-diferenciais {
    margin-top: 0;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .title-wrapper.is-white, .video-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-text-grow {
    font-size: .8rem;
    line-height: 1.2;
  }

  .corner-1 {
    width: 70px;
    top: -13px;
    left: -13px;
  }

  .corner-1.is-header {
    width: 100px;
  }

  .corner-2 {
    width: 70px;
    top: -13px;
    right: -13px;
  }

  .corner-2.is-header {
    width: 100px;
  }

  .corner-3 {
    width: 70px;
    bottom: -13px;
    left: -13px;
  }

  .corner-3.is-header {
    width: 100px;
  }

  .corner-4, .corner-4.is-sobre {
    width: 70px;
    bottom: -13px;
    right: -13px;
  }

  .corner-4.is-header {
    width: 100px;
  }

  .container-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-regular-2.text-align-right.is-about {
    text-align: center;
  }

  .ancora-container.ancora-hide-one.ancora-hide-two {
    display: none;
  }

  .menu-wrapper {
    justify-content: space-around;
  }

  .menu-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-diferenciais {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .title-container-diferenciais {
    align-items: center;
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .diferenciais-container {
    align-items: center;
  }

  .tab-diferenciais {
    padding-right: 0;
  }

  .tablink {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-right: 0;
  }

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

  .img-carrossel {
    height: 15rem;
  }

  .section-header {
    flex-direction: column;
    height: auto;
    max-height: none;
    margin-right: auto;
  }

  .header-img-container {
    min-height: 20rem;
  }

  .comando-container {
    margin-top: 1rem;
    position: relative;
  }

  .header-wrapper {
    background-color: #182c2100;
    min-width: auto;
    max-width: none;
    margin-top: -114px;
  }

  .form-header-container {
    position: relative;
  }

  .text-size-semi-large {
    font-size: 1.25rem;
  }

  .header-container {
    max-height: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .txt-about-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .iten-container {
    border-top: 1px solid #d1bd70;
    border-bottom: 1px #d1bd70;
    border-right-style: none;
    padding: .5rem 1rem;
  }

  .iten-container.is-last {
    border-bottom-style: solid;
    padding-left: 0;
  }

  .iten-container.is-first {
    border-right-style: none;
    padding-right: 0;
  }

  .tittle-container.is-about {
    justify-content: center;
  }

  .line-header-2 {
    width: 2rem;
  }

  .line-header-2.is-about1 {
    width: 1rem;
  }

  .lines-grafismo {
    display: none;
  }

  .logos-container {
    justify-content: center;
  }

  .img-about-container {
    flex: 0 auto;
    align-self: center;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 250px;
    max-height: 250px;
  }

  .text-img-container {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: center;
  }

  .itens-about {
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 70%;
  }

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

  .main-image {
    height: 280px;
  }

  .thumbnail {
    opacity: .4;
  }

  .icon_fullscren {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-3 {
    width: auto;
  }

  .text-size-regular-3.is-white-ice {
    line-height: 1.4;
  }

  .text-size-regular-3.is-white-ice.is-legenda {
    text-align: left;
  }

  .cta-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column wrap;
    width: 100%;
    height: auto;
  }

  .galeria.gallery-fullscreen {
    padding: .5rem;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-4 {
    width: auto;
  }

  .text-size-regular-4.is-white-ice {
    line-height: 1.4;
  }

  .text-size-regular-4.is-white-ice.is-legenda {
    text-align: left;
  }

  .text-size-regular-4.text-weight-semibold.is-gold.is-subtitle-modal {
    font-size: .9rem;
  }

  .modal-form, .modal-form.form-contato {
    display: none;
  }

  .titulo-form-2 {
    font-size: 18px;
  }

  .titulo-form-2.is-form-modal {
    max-width: 350px;
    font-size: 26px;
  }

  .titulo-form-3 {
    font-size: 18px;
  }

  .titulo-form-3.is-form-modal {
    max-width: 350px;
    font-size: 26px;
  }

  .texto2-btn {
    text-align: center;
    font-size: 15px;
  }

  .pulsar {
    border-radius: 2px;
  }

  .texto-block {
    flex: 1;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .nav-lateral-block {
    flex-direction: row;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    inset: auto 0% -50px;
  }

  .nav-lateral-block.nav-lateral-mobile-active {
    bottom: 0;
  }

  .texto1-btn {
    text-align: center;
    font-size: 15px;
  }

  .btn-contato {
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }

  .btn-contato:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .is-scroll {
    transition-duration: 75ms;
  }

  .heading-10 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .text-size-regular.is-white-ice {
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular.is-white-ice.is-center.is-diferenciais {
    max-width: none;
  }

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

  .redes-sociais-footer {
    display: none;
  }

  .locais-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .localizacao-container {
    top: -100px;
  }

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

  .heading-localizacao.is-white {
    font-size: 1.5rem;
  }

  .img-localizacao-container {
    background-position: 0 0, 40% 0;
    height: 400px;
  }

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

  .title-small {
    font-size: 1.2rem;
  }

  .divisor-header {
    display: none;
  }

  .divisor-header.is-subtilte {
    min-width: 1rem;
    max-width: 1rem;
  }

  .grafismo-localizacao {
    max-width: 7rem;
  }

  .grafismo-container.is-about.up {
    top: -18px;
  }

  .grafismo-container.is-about.down {
    bottom: -18px;
  }

  .heading {
    order: 0;
    font-size: 1.2rem;
  }

  .title-container {
    display: flex;
  }

  .cta-block {
    grid-row-gap: 15px;
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .cta-block.is-video {
    height: auto;
  }

  .title-wrapper.is-white {
    justify-content: center;
    align-self: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .video-block {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .btn-text-grow {
    font-size: .8rem;
  }

  .button-2.is-icon.index_form1, .button-2.is-icon.is-scondary.index_form1 {
    max-width: 100%;
  }

  .video-container {
    padding-bottom: 2.5rem;
  }

  .corner-1.is-header {
    width: 70px;
  }

  .grafismo-video-container {
    padding-bottom: 2.5rem;
  }

  .corner-2.is-header, .corner-3.is-header, .corner-4.is-header {
    width: 70px;
  }

  .container-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-block {
    justify-content: center;
  }

  .social-nav, .ancora-container.ancora-hide-two, .ancora-container.ancora-hide-one.ancora-hide-two {
    display: none;
  }

  .menu-wrapper {
    justify-content: space-around;
  }

  .menu-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .img-carrossel {
    width: 13rem;
    height: 13rem;
  }

  .form-header-container {
    max-width: 14rem;
  }

  .tittle-container {
    text-align: center;
    flex-direction: column;
  }

  .tittle-container.is-about {
    flex-direction: row;
  }

  .logos-container {
    z-index: 7;
    position: relative;
  }

  .main-image {
    height: 200px;
  }

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

  ._24px-icon-2 {
    width: 20px;
    height: 20px;
  }

  .tab-galeria {
    margin-top: 0;
  }

  .button-3 {
    width: auto;
  }

  .text-size-regular-3.is-white-ice {
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular-3.is-white-ice.is-legenda {
    text-align: left;
  }

  .cta-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column wrap;
    width: 100%;
    height: auto;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .button-4 {
    width: auto;
  }

  .text-size-regular-4.is-white-ice {
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular-4.is-white-ice.is-legenda {
    text-align: left;
  }

  .text-size-regular-4.text-weight-semibold.is-gold.is-subtitle-modal {
    font-size: .9rem;
  }

  .modal-form.form-contato {
    display: none;
  }

  .form-block-2.fixed-form {
    border-radius: .5rem;
  }

  .btn-close-modal {
    margin-bottom: .5rem;
  }

  .titulo-form-2.is-form-modal {
    font-size: 24px;
    line-height: 28px;
  }

  .form-wrapper {
    padding: 2.5rem 2rem;
  }

  .form-wrapper.is-form {
    min-width: auto;
    min-height: auto;
    max-height: 80%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .titulo-form-3.is-form-modal {
    font-size: 24px;
    line-height: 28px;
  }

  .icon-contato-block {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .btn-contato {
    height: 45px;
  }

  .paragraph-3 {
    margin-top: 100px;
    font-size: 12px;
  }

  .heading-10 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-voltar-block {
    grid-column-gap: 15px;
    padding-right: 15px;
  }

  .text-block-31 {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-00ad7381 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-00ad7381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-00ad7381 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-00ad7381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-00ad7381 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-00ad7381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-00ad7381 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-00ad7381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-00ad7381 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-00ad7381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-00ad7381, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-00ad7381 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-00ad7381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-00ad7381 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-00ad7381, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-00ad7381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-00ad7381 {
  justify-self: start;
}


@font-face {
  font-family: 'Hurmegeometricsans 2';
  src: url('../fonts/HurmeGeometricSans2-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans 2';
  src: url('../fonts/HurmeGeometricSans2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans 2';
  src: url('../fonts/HurmeGeometricSans2-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}