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

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

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

:root {
  --white: white;
  --blue: #0077d9;
  --container: 1240px;
  --light-grey: #f2f2f2;
  --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;
}

.body {
  background-color: var(--white);
  color: var(--blue);
  font-family: Louis, Arial, sans-serif;
}

.hero {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 80px 24px 24px;
  display: flex;
  position: relative;
}

.container {
  max-width: var(--container);
  grid-column-gap: 2rem;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.hero-slider-container {
  width: 50%;
  position: relative;
}

.slider-hero {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slide-nav {
  display: none;
}

.slider-hero-img {
  border: 2px solid var(--light-grey);
  border-radius: .5rem;
  width: 100%;
}

.mask {
  height: auto;
}

.form-container {
  width: 50%;
}

.btn-submit {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: .5rem;
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  font-family: Louis, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

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

.input-form {
  background-color: var(--white);
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-family: Louis, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.p-form-info {
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Louis, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.p-form-info-underline {
  text-decoration: underline;
}

.form-block {
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.label-form {
  color: #000;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.label-form.label-form-first {
  color: var(--black);
  margin-top: 8px;
  font-family: Louis, Arial, sans-serif;
  font-weight: 600;
}

.navbar {
  background-color: var(--light-grey);
  color: var(--black);
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-container {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 2%;
  display: flex;
}

.image {
  width: 220px;
  height: auto;
}

.nav-link {
  color: var(--black);
  border-bottom: 3px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  border-bottom-color: var(--black);
}

.nav-link.w--current {
  color: var(--blue);
}

.nav-menu {
  grid-column-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.ofertas {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.h1 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.ofertas-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.oferta-card {
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.oferta-card:hover {
  box-shadow: 0 5px 10px 3px #0000001a;
}

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

.card-infos {
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.h2-card {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-valor {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.text-span {
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.cta-cards {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-cards:hover {
  background-color: var(--blue);
}

.p-cta {
  color: var(--white);
  margin-bottom: 0;
}

.text-span-2 {
  font-weight: 600;
}

.unidades {
  grid-row-gap: 3rem;
  background-color: var(--black);
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 48px 2%;
  display: flex;
}

.h2-section {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.h2-section.white {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 400;
}

.unidades-container {
  max-width: var(--container);
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.p-info-card {
  margin-bottom: 0;
  font-size: .8rem;
}

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

.unidade-info {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.p-unidades {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.unidade-img {
  border-radius: .5rem;
  width: 100%;
  max-width: 50%;
}

.cta-unidades {
  border: 1px solid var(--black);
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-unidades:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.unidade-card-invertido {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.unidade-info-invertido {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sobre-intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.sobre-intro-container {
  z-index: 2;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
  position: absolute;
}

.h2-section-bold {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.h2-section-bold.white {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 700;
}

.h2-section-bold.white-dark-grey {
  color: var(--white);
  text-transform: none;
  font-weight: 700;
}

.video-overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.sobre-conteudo {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 56px 2% 40px;
  display: flex;
}

.sobre-container {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.sobre-img {
  border-radius: .5rem;
  width: 100%;
  max-width: 50%;
}

.sobre-info {
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.p-sobre {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.sobre-card, .sobre-card-invertido {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-cta {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.section-cta-imagem {
  width: 100%;
}

.checkbox-field {
  margin-top: 16px;
  margin-bottom: 8px;
}

.checkbox {
  margin-right: 8px;
}

.p-form {
  color: #000;
  text-align: center;
}

.logo-stroke {
  width: 80px;
}

.logo-footer {
  width: 180px;
}

.footer-logos {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.p-footer {
  color: #262626;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.footer {
  background-color: var(--white);
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #262626;
}

.cta-intro-container {
  z-index: 2;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
}

.img-e-titulo {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.p-info-destaque {
  margin-bottom: 0;
  font-size: 1rem;
}

.cta-footer {
  border: 1px solid var(--black);
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-footer:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .form-block {
    width: 100%;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: none;
  }

  .nav-link {
    text-align: right;
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-menu {
    background-color: var(--light-grey);
  }

  .ofertas {
    padding-bottom: 0;
  }

  .h1 {
    line-height: 2.6rem;
  }

  .ofertas-container {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .oferta-card {
    width: 100%;
  }

  .unidades {
    margin-top: 0;
  }

  .unidade-card {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .unidade-info {
    width: 100%;
  }

  .p-unidades.dark-grey {
    color: var(--blue);
  }

  .unidade-img {
    max-width: 100%;
  }

  .cta-unidades {
    border-style: none;
    width: 50%;
  }

  .unidade-card-invertido {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .unidade-info-invertido {
    width: 100%;
  }

  .sobre-intro, .background-video {
    height: 60vh;
  }

  .h2-section-bold.white-dark-grey {
    color: var(--black);
  }

  .video-overlay {
    height: 60vh;
  }

  .sobre-conteudo {
    padding-top: 40px;
  }

  .sobre-img {
    max-width: 100%;
  }

  .sobre-info {
    width: 100%;
  }

  .sobre-card {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .sobre-card-invertido {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .footer-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
  }

  .brand {
    margin-right: auto;
    display: block;
  }

  .icon {
    color: var(--black);
  }

  .cta-intro-container {
    grid-row-gap: 1rem;
    margin-top: 0;
    position: relative;
  }

  .cta-footer {
    border-style: none;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 66px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    flex-flow: column;
    padding: 0;
  }

  .hero-slider-container {
    width: 100%;
  }

  .slider-hero-img {
    border-style: none;
    border-radius: 0;
  }

  .form-container {
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-submit {
    margin-top: 8px;
  }

  .input-form {
    min-width: 100%;
  }

  .form-block {
    border: 1px #ccc;
  }

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

  .nav-container {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    background-color: var(--light-grey);
    padding-left: 16px;
    padding-right: 16px;
  }

  .ofertas {
    grid-row-gap: 2rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .ofertas-container {
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .oferta-card {
    width: 100%;
    padding: 16px;
  }

  .h2-card {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .unidades {
    grid-row-gap: 2rem;
    margin-top: 0;
    padding: 40px 16px;
  }

  .h2-section.white {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .unidades-container {
    grid-row-gap: 3rem;
  }

  .unidade-card {
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
    justify-content: center;
  }

  .unidade-info {
    width: 100%;
  }

  .p-unidades {
    text-align: center;
    line-height: 1.5rem;
  }

  .p-unidades.dark-grey {
    color: var(--blue);
  }

  .unidade-img {
    max-width: 100%;
  }

  .cta-unidades {
    background-color: var(--blue);
    color: var(--white);
    width: 100%;
  }

  .unidade-card-invertido {
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .unidade-info-invertido {
    width: 100%;
  }

  .sobre-intro, .background-video {
    height: 50vh;
  }

  .sobre-intro-container {
    grid-row-gap: 1rem;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-section-bold, .h2-section-bold.white {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .h2-section-bold.white-dark-grey {
    color: var(--black);
  }

  .video-overlay {
    height: 50vh;
  }

  .sobre-conteudo {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sobre-container {
    grid-row-gap: 3.5rem;
  }

  .sobre-img {
    border-radius: 0;
    max-width: 100%;
  }

  .sobre-info {
    width: 90%;
  }

  .sobre-card {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .sobre-card-invertido {
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .section-cta {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-top: 1rem;
    overflow: hidden;
  }

  .section-cta-imagem {
    width: 170%;
    max-width: none;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    margin-bottom: 8px;
    display: flex;
  }

  .checkbox {
    margin-right: 0;
  }

  .p-form {
    text-align: left;
    width: 90%;
    margin-top: 2px;
    margin-bottom: 8px;
    padding-left: 8px;
  }

  .footer-logos {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .p-footer {
    line-height: 20px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-wrapper {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    z-index: 2;
    padding-right: 0;
    right: 0;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
  }

  .brand {
    z-index: 1;
    width: 100%;
    padding-left: 0;
    left: 0;
  }

  .icon {
    color: var(--black);
  }

  .cta-intro-container {
    grid-row-gap: 1rem;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .cta-footer {
    background-color: var(--blue);
    color: var(--white);
    width: 100%;
  }
}


@font-face {
  font-family: 'Louis';
  src: url('../fonts/louisregular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis';
  src: url('../fonts/louisbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis';
  src: url('../fonts/louisheavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}