:root {
  --p-dark: #1b3833;
  --p-default: #24534b;
  --neutral-200: #32434d;
  --neutral-400: #c9d1d4;
  --neutral-100: #21282c;
  --p-lightest: #288071;
  --cta-color: #a14825;
  --seconday-color-yellow-dark: #a98b47;
  --seconday-color-yellow-light: #e8d2a0;
  --p-light: #388073;
  --neutral-700: white;
  --seconday-color-yellow-medium: #c7ad70;
  --seconday-color-yellow: #dfc079;
  --neutral-600: #f3f5f7;
  --neutral-300: #4b585d;
}

body {
  background-color: var(--p-dark);
  color: #333;
  background-image: linear-gradient(rgba(27, 56, 51, .45), rgba(27, 56, 51, .45)), url('../images/noise_pattern_02.png');
  background-position: 0 0, 50%;
  background-size: auto, 100px;
  background-attachment: scroll, scroll;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

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

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
}

.s-hero {
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 3.5rem 5rem 8rem;
  position: relative;
}

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

.padding-vertical {
  padding: 6rem 0;
}

.padding-vertical.footer-vertical-padding {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

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

.s-sobre {
  position: relative;
}

.absolute-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-bg {
  background-color: var(--p-default);
  background-image: linear-gradient(rgba(36, 83, 75, .72), rgba(36, 83, 75, .72)), url('../images/noise_pattern_02.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-bottom-right-radius: 11.25rem;
  min-width: 76vw;
  max-width: 79vw;
  height: 93%;
}

.hero-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.form-wrapper {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .5rem 2rem;
  padding: 2rem 2rem 1rem;
  position: relative;
  bottom: 50px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .1), 0 30px 40px -13px rgba(0, 0, 0, .04), 0 12px 17px -11px rgba(0, 0, 0, .1);
}

.hero-content {
  z-index: 0;
  flex-direction: column;
  flex: none;
  display: flex;
}

.hero-content.hero-content-right {
  z-index: 5;
  flex: none;
  position: relative;
}

.hero-content.hero-content-left {
  z-index: 10;
  max-width: 30rem;
  position: relative;
}

.text-field {
  color: var(--neutral-200);
  background-color: #f2f2f2;
  border-radius: .375rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 0 0 0 1.5rem;
  transition: all .3s ease-in-out;
}

.text-field:hover {
  background-color: var(--neutral-400);
  color: var(--neutral-100);
}

.text-field:active {
  border: 2px solid #3b9485;
}

.text-field:focus {
  border: 2px solid var(--p-lightest);
  background-color: var(--neutral-400);
}

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

.text-field.message {
  padding-top: 24px;
  padding-bottom: 64px;
}

.form-btn {
  background-color: var(--cta-color);
  color: #fff;
  letter-spacing: .0625rem;
  border-radius: .375rem;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  margin-right: 16px;
  padding: 16px 24px;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.form-btn:hover {
  background-color: #99532b;
}

.form-heading {
  color: var(--neutral-100);
  margin-bottom: 1rem;
  font-size: .875rem;
}

.label-text {
  background-image: linear-gradient(to right, #e4c57c, var(--seconday-color-yellow-dark));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-top-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  justify-content: space-between;
  margin-bottom: .5rem;
  font-family: Asterina, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}

.label-text.label-text-no-margin {
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.display-96 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  max-width: 35rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.15;
}

.hero-cta {
  z-index: 4;
  opacity: .9;
  color: var(--seconday-color-yellow-light);
  align-items: center;
  margin-top: 3rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .32s ease-in-out;
  display: flex;
  position: relative;
}

.hero-cta:hover {
  opacity: 1;
}

.comando-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 34rem;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.hero-header {
  position: relative;
}

.hero-cta-subtitle {
  text-transform: uppercase;
}

.hero-cta-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .75rem;
}

.form-block {
  margin-bottom: 0;
  display: none;
}

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

.btn-zoom:hover {
  color: #d5b799;
  background-color: rgba(0, 0, 0, .39);
  transform: scale(1.1);
}

.grid-2-columns {
  z-index: 25;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 27.5rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 6rem;
  display: grid;
  position: relative;
}

.s-localizacao {
  z-index: 25;
  background-color: var(--p-dark);
  background-image: linear-gradient(rgba(27, 56, 51, .45), rgba(27, 56, 51, .45)), url('../images/noise_pattern_02.png');
  background-position: 0 0, 0 0;
  background-size: auto, 100px;
  border-bottom-left-radius: 10rem;
  position: relative;
}

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

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

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

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

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

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

.footer-info {
  color: var(--neutral-200);
  letter-spacing: 0;
  text-transform: none;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-content-02 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.disclaimer-text {
  color: #747777;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

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

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

.footer-logo {
  flex-direction: column;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

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

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

.assinatura {
  color: var(--neutral-200);
  text-align: center;
  margin-bottom: 24px;
  font-size: .75rem;
  line-height: 1.3;
}

.footer-disclaimer {
  color: #747777;
  margin-right: 24px;
  display: flex;
}

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

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

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

.texto-legal {
  margin-top: 24px;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-content-01 {
  border-top: 1px solid rgba(116, 119, 119, .3);
  border-bottom: 1px solid rgba(116, 119, 119, .3);
  flex-direction: column;
  align-items: stretch;
  margin-top: 3.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.footer-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .5rem;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.social-icon:hover {
  color: var(--p-light);
}

.d1up_logo {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

.d1up---footer-disclaimer {
  color: var(--neutral-100);
  text-decoration: none;
  display: flex;
}

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

.s-footer {
  z-index: 24;
  background-color: var(--neutral-700);
  margin-top: -11.25rem;
  padding-top: 13rem;
  position: relative;
}

.s-footer.s-footer-margin-regular {
  margin-top: 4rem;
  padding-top: 2rem;
}

.cta-01__btn {
  background-color: var(--cta-color);
  border-radius: .5rem;
  align-items: center;
  padding: .625rem .75rem;
  transition: all .48s ease-in-out;
  display: flex;
}

.cta-01__btn:hover {
  background-color: #ad5e31;
}

.cta-01__btn.cta-01__btn-aviso {
  background-color: #e12e2e;
}

.plt-hero {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  align-items: center;
  height: 16rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

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

.plt-container._1216px {
  max-width: 1216px;
}

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

.plt__brand {
  width: 160px;
  height: 160px;
}

.plt__btn {
  z-index: 15;
  color: #fff;
  letter-spacing: -.25px;
  border: 1px solid rgba(255, 255, 255, .57);
  border-radius: 4px;
  padding: 20px 40px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: inline-block;
  position: relative;
}

.plt__btn:hover {
  border-color: var(--p-light);
  background-color: var(--p-lightest);
  color: #fff;
}

.plt-section {
  z-index: 10;
  color: #fff;
  padding: 5rem 4rem;
  position: relative;
}

.plt-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

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

.plt-p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
}

.plt-heading-24px {
  text-align: left;
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
}

.cgt-section {
  background-color: var(--neutral-100);
  background-image: linear-gradient(rgba(74, 74, 75, .88), rgba(74, 74, 75, .88)), url('../images/pattern_cinza.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.cgt-block {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cgt-logo {
  width: 12rem;
  margin-bottom: 56px;
}

.cgt-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1;
}

.ctg-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
}

.ctg-btn {
  background-color: var(--cta-color);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 56px;
  padding: 24px 48px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
}

.ctg-btn:hover {
  background-color: #8a4822;
}

.absolute-block-shadows {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-shadow-01 {
  opacity: 1;
  filter: blur(5px);
  perspective-origin: 0 0;
  transform-origin: 0 0;
  object-position: 0% 0%;
  width: 89%;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-wrapper {
  z-index: 3;
  min-width: 11rem;
  max-width: 13rem;
  position: relative;
}

.hero-icons-wrapper {
  opacity: .52;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 7vw;
  padding-top: 10.5rem;
  padding-bottom: 15.6rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.off-page-line-decoration {
  background-image: linear-gradient(225deg, var(--seconday-color-yellow-medium) 81%, var(--seconday-color-yellow));
  width: 100vw;
  height: .125rem;
  margin-top: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 104%;
}

.bg-light {
  z-index: -1;
  filter: blur(240px);
  background-color: rgba(0, 113, 93, .48);
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.grid-defirenciais {
  grid-column-gap: 1rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 3.5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-defirenciais-line {
  background-image: linear-gradient(to bottom, var(--seconday-color-yellow), var(--seconday-color-yellow-dark));
  justify-content: center;
  align-items: center;
  width: .125rem;
  height: 6.5rem;
}

.grid-defirenciais-line.grid-defirenciais-line-small {
  height: 1.5rem;
}

.grid-defirenciais-heading {
  color: var(--seconday-color-yellow);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.grid-defirenciais-icon {
  color: var(--seconday-color-yellow);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.grid-defirenciais-text {
  color: var(--neutral-600);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3;
}

.grid-defirenciais-empty {
  height: 0;
}

.imagem-conceito-wrapper {
  width: 60vw;
  height: 30vw;
  margin-left: auto;
  position: relative;
}

.image-cover {
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: 6rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.shadow-image-relative {
  z-index: -1;
  width: 18vw;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: -15%;
  right: auto;
  transform: rotate(110deg);
}

.caption-wrapper {
  color: var(--neutral-100);
  align-items: center;
  margin-bottom: 1rem;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.caption-line {
  background-image: linear-gradient(to right, var(--seconday-color-yellow), var(--seconday-color-yellow-dark));
  width: 2.5rem;
  height: .0625rem;
  margin-left: .5rem;
  margin-right: -2px;
}

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

.deiferenciais-regiao-header {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.deiferenciais-regiao-lines {
  background-color: rgba(255, 255, 255, .18);
  flex: 1;
  height: .0625rem;
}

.deiferenciais-regiao-flexbox {
  align-items: stretch;
  height: 203.719px;
  display: flex;
}

.deiferenciais-regiao-block {
  border: .0625rem solid var(--seconday-color-yellow);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3.5rem 2.5rem;
  font-size: 1.1rem;
  display: flex;
}

.deiferenciais-regiao-block.deiferenciais-regiao-block-midle {
  margin-left: .75rem;
  margin-right: .75rem;
}

.deiferenciais-regiao-block.deiferenciais-regiao-block-first {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: .25px;
  display: flex;
}

.deiferenciais-regiao-block.deiferenciais-regiao-block-last {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 2rem;
}

.span-primary-color {
  color: var(--seconday-color-yellow);
}

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

.logo-dom-jose-footer {
  margin-bottom: 4.5rem;
}

.heading-21 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-21.is-yellow {
  color: var(--seconday-color-yellow);
}

.localizacao-content-divider {
  background-color: rgba(255, 255, 255, .14);
  width: 100%;
  height: .0625rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cta-button {
  background-color: var(--cta-color);
  color: rgba(255, 255, 255, .81);
  border-radius: .25rem;
  align-items: center;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: background-color .32s, color .32s ease-in-out;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.cta-button:hover {
  color: #fff;
  background-color: #c95427;
}

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

.html-embed {
  margin-left: 1rem;
}

.logo-acqua {
  min-width: 10rem;
  max-width: 12rem;
}

.acqua-wrapper {
  align-items: center;
  width: 100%;
  margin-top: .25rem;
  display: flex;
}

.cross-divider {
  background-color: #388073;
  border-radius: 12px;
  width: .1rem;
  height: 2.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  transform: rotate(20deg);
}

.texte-14 {
  color: rgba(255, 255, 255, .63);
  text-transform: uppercase;
  margin-top: .25rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.3;
}

.cta-contato {
  z-index: 50;
  border-bottom: .3125rem solid var(--cta-color);
  background-color: var(--seconday-color-yellow-light);
  cursor: pointer;
  background-image: linear-gradient(rgba(232, 210, 160, .85), rgba(232, 210, 160, .85)), url('../images/noise_pattern_02.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  border-radius: 1.5rem .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all .48s cubic-bezier(.785, .135, .15, .86);
  position: fixed;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

.cta-01__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.cta-01__heading {
  color: var(--p-dark);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.5;
}

.cta-01__links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

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

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

.modal-02-whatsapp {
  z-index: 999;
  background-color: rgba(0, 0, 0, .64);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.modal-close-trigger:hover {
  background-color: var(--cta-color);
  color: #fff;
  padding-top: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .29);
}

.modal-03-chat {
  z-index: 999;
  background-color: rgba(0, 0, 0, .64);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-heading {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

.modal-wrapper {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 40rem;
  padding: 3rem 5.6rem 2rem 3rem;
  position: relative;
}

.modal-bg {
  z-index: 997;
  background-color: rgba(0, 0, 0, .56);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-sub-heading {
  color: var(--cta-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.4;
}

.cta-02 {
  z-index: 5000;
  color: #373435;
  background-color: #fff;
  border-radius: 12px;
  max-width: 400px;
  padding: 40px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 6px 23px rgba(20, 20, 43, .08);
}

.cta-p {
  margin-bottom: 16px;
  font-size: 14px;
}

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

.button-primary {
  background-color: var(--cta-color);
  color: #fae8c0;
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  -webkit-text-fill-color: inherit;
  background-color: #ad5e31;
  background-clip: border-box;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.clos-icon {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.clos-icon:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

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

.modal-bg-2 {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-frame {
  color: #494949;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40rem;
  padding: 3rem 4.7rem 3rem 3rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.heading-comunicado {
  color: #d71e1e;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.aviso-close {
  color: rgba(255, 255, 255, .52);
  cursor: pointer;
  background-color: #ed673f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.aviso-close:hover {
  background-color: #d71e1e;
}

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

.cta-divider {
  background-color: rgba(50, 67, 77, .39);
  width: 2px;
  height: 1.4rem;
}

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

  .s-hero {
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .padding-vertical {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-bg {
    border-top-right-radius: 6rem;
    width: 85%;
    min-width: 0;
    max-width: none;
    height: 100%;
  }

  .hero-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .form-wrapper {
    padding: 2.5rem;
    position: static;
  }

  .hero-content.hero-content-right {
    width: 100%;
    margin-bottom: 4rem;
  }

  .hero-content.hero-content-left {
    width: 100%;
  }

  .label-text {
    font-size: 1.8rem;
  }

  .label-text.label-text-no-margin {
    flex: none;
  }

  .display-96 {
    font-size: 4rem;
  }

  .hero-cta {
    padding-bottom: 4rem;
  }

  .comando-block {
    text-align: left;
    margin-top: 2rem;
  }

  .hero-header {
    flex-direction: column;
    justify-content: center;
  }

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

  .logo-block {
    justify-content: center;
  }

  .footer-link {
    margin-right: 4px;
  }

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

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

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .cta-01__btn {
    flex: 1;
    justify-content: center;
  }

  .plt-hero {
    height: 280px;
  }

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

  .plt__brand {
    width: 120px;
    height: 120px;
  }

  .plt-section {
    padding: 80px 56px;
  }

  .plt-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .plt-p {
    font-size: 16px;
  }

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

  .cgt-section {
    padding: 100px 40px;
  }

  .cgt-label {
    line-height: 1.25;
  }

  .logo-wrapper {
    min-width: 12rem;
    max-width: 14rem;
  }

  .hero-icons-wrapper {
    justify-content: flex-start;
    width: 15vw;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .hero-icons {
    margin-bottom: 4rem;
  }

  .grid-defirenciais {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
  }

  .grid-defirenciais-line {
    height: 6rem;
  }

  .grid-defirenciais-line.grid-defirenciais-line-small {
    height: 1.5rem;
  }

  .grid-defirenciais-heading {
    max-width: 24ch;
  }

  .grid-defirenciais-icon {
    width: 2.6rem;
  }

  .imagem-conceito-wrapper {
    width: 100%;
  }

  .image-cover {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: 2rem;
  }

  .caption-wrapper {
    color: #fff;
    font-size: .625rem;
  }

  .deiferenciais-regiao-flexbox {
    flex-wrap: wrap;
    height: auto;
  }

  .deiferenciais-regiao-block {
    flex: 300px;
    height: auto;
    margin-bottom: .75rem;
  }

  .deiferenciais-regiao-block.deiferenciais-regiao-block-midle {
    margin-right: auto;
  }

  .deiferenciais-regiao-block.deiferenciais-regiao-block-first {
    align-items: center;
  }

  .cta-contato {
    background-image: linear-gradient(rgba(232, 210, 160, .79), rgba(232, 210, 160, .79)), url('../images/noise_pattern_02.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto 60%;
    border-radius: 0;
    padding-bottom: 1rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-01__wrapper {
    justify-content: center;
  }

  .cta-01__links {
    flex: 1;
  }

  .cta-02 {
    bottom: 110px;
    left: 24px;
  }

  .modal-aviso {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-frame {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    margin-bottom: 0;
    padding: 5rem 2rem 2rem;
  }

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

  .hero-bg {
    width: 88%;
  }

  .hero-content-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .form-wrapper {
    padding: 40px;
  }

  .display-96 {
    max-width: none;
    font-size: 11vw;
  }

  .comando-block {
    max-width: 27.5rem;
  }

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

  .s-localizacao {
    border-bottom-left-radius: 4rem;
  }

  .logo-block {
    flex-direction: column;
  }

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

  .footer-link {
    margin-left: 8px;
  }

  .footer-content-02 {
    border-top: 1px solid rgba(116, 119, 119, .31);
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .content-02__left {
    height: 24px;
    margin-bottom: 16px;
  }

  .content-01__left {
    flex: 1;
    margin-bottom: 4px;
  }

  .texto-legal {
    margin-top: 24px;
    line-height: 1.3;
  }

  .footer-content-01 {
    margin-top: 48px;
  }

  .footer-icon {
    display: none;
  }

  .d1up_logo {
    margin-left: 8px;
  }

  .s-footer {
    padding-bottom: 3rem;
  }

  .cta-01__btn {
    flex: 1;
  }

  .cta-01__btn.cta-01__btn-aviso {
    flex: none;
    font-size: .625rem;
  }

  .plt-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .plt__hero-block {
    flex-direction: row;
    align-items: center;
  }

  .plt__brand {
    width: 100px;
    height: 100px;
  }

  .plt-section {
    padding: 80px 32px;
  }

  .plt-p {
    font-size: 14px;
  }

  .cgt-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cgt-label {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1;
  }

  .hero-shadow-01 {
    opacity: .97;
    object-fit: cover;
    width: 100%;
    height: 37rem;
  }

  .hero-icons-wrapper {
    justify-content: space-between;
    width: 12vw;
    padding-top: 5.2rem;
    padding-bottom: 16.5rem;
  }

  .grid-defirenciais-line {
    height: 5.8rem;
  }

  .grid-defirenciais-line.grid-defirenciais-line-small {
    height: 1.3rem;
  }

  .grid-defirenciais-heading {
    font-size: 1.3rem;
  }

  .grid-defirenciais-text {
    font-size: 1.2rem;
  }

  .deiferenciais-regiao-flexbox {
    flex-direction: column;
    justify-content: space-between;
  }

  .deiferenciais-regiao-block {
    flex: none;
  }

  .deiferenciais-regiao-block.deiferenciais-regiao-block-midle {
    margin-left: 0;
  }

  .logo-dom-jose-footer {
    width: 17.5rem;
    margin-bottom: 3rem;
  }

  .heading-21 {
    font-size: 1rem;
  }

  .cta-button {
    justify-content: center;
    width: 75%;
  }

  .logo-acqua {
    margin-bottom: 1rem;
  }

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

  .cross-divider {
    display: none;
  }

  .texte-14 {
    font-size: .75rem;
  }

  .cta-contato {
    background-image: linear-gradient(rgba(232, 210, 160, .8), rgba(232, 210, 160, .8)), url('../images/noise_pattern_02.png');
    background-position: 0 0, 103%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-01__wrapper {
    grid-column-gap: .5rem;
  }

  .cta-01__heading {
    display: none;
  }

  .icon-footer {
    width: .75rem;
    margin-right: .25rem;
  }

  .btn-flex__text-link {
    line-height: 1.5;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .modal-frame {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .heading-comunicado {
    font-size: 1.5rem;
  }

  .aviso-close {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .cta-group {
    grid-column-gap: .5rem;
    flex: 1;
    justify-content: space-between;
  }

  .cta-divider {
    width: 1px;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    padding-top: 3rem;
  }

  .padding-vertical {
    padding: 3rem 0;
  }

  .hero-bg {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 6rem;
  }

  .form-wrapper {
    border-style: none;
    padding: 24px;
  }

  .hero-content.hero-content-right {
    margin-bottom: 3rem;
  }

  .text-field {
    height: 48px;
    margin-bottom: .5rem;
    padding-left: 1.5rem;
    font-size: 12px;
  }

  .form-btn {
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
    display: flex;
  }

  .form-heading {
    padding-right: 24px;
  }

  .label-text {
    font-size: 1.6rem;
  }

  .display-96 {
    font-size: 10vw;
    line-height: 1.2;
  }

  .hero-cta {
    text-align: center;
    padding-bottom: 0;
  }

  .comando-block {
    flex-direction: column;
  }

  .hero-cta-subtitle {
    font-size: .875rem;
    line-height: 1.3;
  }

  .logo-block {
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    align-items: stretch;
  }

  .footer-content-02 {
    align-items: stretch;
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-footer {
    max-width: 200px;
  }

  .footer-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .content-02__left {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .footer-disclaimer {
    margin-bottom: 8px;
  }

  .footer_wrapper {
    align-items: flex-start;
  }

  .texto-legal {
    font-size: 11px;
  }

  .footer-content-01 {
    width: 100%;
  }

  .footer-icon {
    width: 24px;
  }

  .cta-01__btn {
    flex: none;
    width: 48%;
    margin-left: 0;
  }

  .plt-hero {
    align-items: flex-end;
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt__hero-block {
    flex-direction: column;
    margin-bottom: -21px;
  }

  .plt__brand {
    margin-bottom: 72px;
  }

  .plt__btn {
    text-align: center;
    width: 100%;
  }

  .plt-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt-block {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .cgt-section {
    padding: 48px 24px;
  }

  .logo-wrapper {
    min-width: 10rem;
    max-width: 12rem;
  }

  .hero-icons-wrapper {
    justify-content: flex-start;
    padding-top: 3.7rem;
  }

  .hero-icons {
    width: 1.7rem;
    height: 1.8rem;
    margin-bottom: 6.1rem;
  }

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

  .grid-defirenciais-line {
    opacity: 0;
    display: none;
  }

  .grid-defirenciais-line.grid-defirenciais-line-small {
    display: none;
  }

  .grid-defirenciais-heading {
    margin-bottom: 1rem;
  }

  .grid-defirenciais-icon {
    width: 2rem;
  }

  .imagem-conceito-wrapper {
    width: 103%;
  }

  .caption-wrapper {
    margin-bottom: -1.5rem;
    font-size: .6rem;
  }

  .caption-line {
    width: 2rem;
  }

  .localizacao-content-block {
    margin-bottom: 2rem;
  }

  .logo-dom-jose-footer {
    width: 80%;
  }

  .cta-button {
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .html-embed {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
  }

  .cta-contato {
    z-index: 3000;
    padding: .5rem 1.5rem;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-01__heading {
    letter-spacing: 0;
    flex: 0 auto;
    margin-right: 8px;
    font-size: 10px;
    display: none;
  }

  .cta-01__links {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon-footer {
    width: 16px;
    height: 16px;
  }

  .btn-flex__text-link {
    letter-spacing: 0;
    flex: 0 auto;
    font-size: 11px;
  }

  .modal-close-trigger {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .cta-02 {
    bottom: 100px;
    left: 16px;
    right: 16px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .modal-frame {
    padding-right: 1.5rem;
  }

  .heading-comunicado {
    padding-right: 32px;
  }
}

#w-node-_0b66aad7-1754-d3ce-11d1-03119852f089-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd45c01e-1233-d44c-1c11-7a3d079d07ff-6d8ab024, #w-node-a7bc2241-d696-b3a9-5473-6c3cc24d4a3f-6d8ab024, #w-node-f5e4e4be-cf36-4610-9d68-734a41e5cf3d-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_42521a01-7829-8571-fecf-dbed7006c18e-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-e6bf6160-2f38-e171-114a-59edc89f5155-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0b42ed67-fbac-deb4-f074-bc55fc0e3d91-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d3a833c-c235-c807-ade6-239cffbca146-6d8ab024 {
  justify-self: center;
}

#w-node-_5dc39a0c-8733-b8d0-9568-86c73f436af2-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_16c1a4ac-a552-5131-1d7f-3ee968103b8f-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5ce8f85b-0531-8c4a-8420-edc6facd174b-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1206e413-6a98-f9fb-0f4d-45950087c20f-6d8ab024 {
  justify-self: center;
}

#w-node-a29d5090-3db9-bf11-af67-fe77a6a0e27b-6d8ab024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a7bc2241-d696-b3a9-5473-6c3cc24d4a3f-6d8ab024 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7bc2241-d696-b3a9-5473-6c3cc24d4a3f-6d8ab024 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-f5e4e4be-cf36-4610-9d68-734a41e5cf3d-6d8ab024 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_42521a01-7829-8571-fecf-dbed7006c18e-6d8ab024 {
    grid-area: 2 / 2 / 2 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_0d3a833c-c235-c807-ade6-239cffbca146-6d8ab024 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5dc39a0c-8733-b8d0-9568-86c73f436af2-6d8ab024 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_1206e413-6a98-f9fb-0f4d-45950087c20f-6d8ab024 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a29d5090-3db9-bf11-af67-fe77a6a0e27b-6d8ab024 {
    grid-area: 4 / 2 / 5 / 3;
    align-self: center;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Asterina';
  src: url('../fonts/asterina.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}