:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  background-color: #3a68fe;
  background-image: linear-gradient(90deg, #0b2989, #0b2988 69%, #90f);
  height: auto;
  padding: 40px 0 0;
  position: relative;
}

.container {
  z-index: 1;
  max-width: 1200px;
  position: relative;
}

.header_content {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-header {
  width: auto;
}

.background-video {
  background-image: radial-gradient(circle, #4843ed00 51%, #092989 68%);
  width: 35vw;
  height: 40vw;
}

.heading {
  color: #e8edef;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 200;
  line-height: 57px;
}

.body {
  background-color: #010f4a;
}

.paragraph {
  color: #007ef1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

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

.button {
  color: #0b2988;
  text-transform: uppercase;
  background-color: #e8edefe6;
  border: 1px solid #e8edef26;
  border-radius: 100px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.button:hover {
  transform: scale(1.03);
  box-shadow: 0 14px 14px #0003;
}

.link {
  color: #e8edef;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  z-index: 1;
  background-image: url('../images/wave_bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  position: absolute;
  inset: auto 0% -5%;
}

.div-block-3 {
  z-index: 1;
  background-image: linear-gradient(#02114b00, #02114b);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.vantagens {
  background-image: linear-gradient(#010f4a 60%, #07175d);
  height: auto;
  padding: 40px 60px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 999;
  background-color: #3c67fe00;
  border-bottom: 1px #00000045;
  margin-top: 6px;
  padding-left: 60px;
  padding-right: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 72px;
}

.brand {
  padding-top: 11px;
}

.container-2 {
  max-width: 1200px;
}

.div-block-4 {
  background-image: url('../images/wave_bg_blue_v2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-top: 40px;
  position: relative;
  bottom: -3px;
}

.nav-link {
  color: #e8edef;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s ease-in-out;
}

.nav-link:hover {
  color: #3c67fe;
}

.nav-link.w--current {
  color: #94acff;
}

.grid {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  position: relative;
}

.div-block-5 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #fff, #e8edef);
  border: 1px solid #e8edef1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  transition: all .4s ease-in-out;
  display: flex;
  overflow: visible;
  box-shadow: 0 50px 100px #0003;
}

.div-block-5:hover {
  box-shadow: 0 50px 100px #3c67fe52;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.div-block-7 {
  width: auto;
  position: relative;
}

.image-2 {
  z-index: 3;
  width: 70vw;
  min-width: auto;
  position: relative;
  bottom: auto;
}

.image-3 {
  width: 15vw;
  height: 15vw;
  position: relative;
  inset: -78px auto auto;
}

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

.button-2 {
  color: #041251;
  text-transform: uppercase;
  background-color: #3c67fe00;
  background-image: linear-gradient(45deg, #016df0, #01e6ef);
  border: 1px #e8edef1a;
  border-radius: 100px;
  margin-top: 20px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .4s ease-in-out;
  box-shadow: 0 12px 20px 2px #0003;
}

.button-2:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px 2px #0076f0cc;
}

.heading-2 {
  color: #02114f;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-4 {
  width: 92px;
}

.div-block-8 {
  z-index: 1;
  width: 80vw;
  margin-right: 20px;
  position: relative;
}

.como-logar {
  background-color: #3a68fe;
  background-image: url('../images/wave_bg_blue_v2.svg'), url('../images/wave_bg_blue_down.svg'), linear-gradient(90deg, #0b2989, #9000ff);
  background-position: 50% 101%, 50% -1%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  height: auto;
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
}

.wave2 {
  background-image: url('../images/wave_bg_blue_down.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 40px;
  position: relative;
  bottom: 0;
}

.div-block-9 {
  border-radius: 10px;
  width: 40%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 60px 60px #0003;
}

.login_content {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-login {
  width: 60%;
  margin-left: 60px;
}

.text-span-3 {
  font-weight: 700;
}

.steps-login-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.step {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  background-image: linear-gradient(48deg, #3c67fe, #5d85ff);
  border: 1px solid #e8edef36;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 50px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 18px 20px #0000001a;
}

.heading-3 {
  opacity: .8;
  color: #e8edef;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.paragraph-2 {
  color: #e8edef;
  width: 90%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link-2 {
  color: #e8edef;
  font-weight: 600;
}

.text-span-4 {
  font-weight: 700;
}

.video {
  height: 100%;
}

.all-in-one {
  background-image: linear-gradient(#010f4a 46%, #07175d 80%);
  height: auto;
  padding: 40px 60px 140px;
  overflow: hidden;
}

.paragraph-3 {
  color: #252525a3;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.title-precisa {
  color: #e8edef;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 200;
  line-height: 57px;
}

.title-precisa-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/bloob_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 38% auto 0% -8%;
}

.bloob2 {
  background-image: url('../images/bloob_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 66% -6% 0% auto;
}

.heading-4 {
  color: #009df1;
  letter-spacing: 40px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-header {
  color: #e8edef;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.bloob3 {
  z-index: 2;
  background-image: url('../images/bloob_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 25vw;
  height: 25vw;
  position: absolute;
  inset: 69% 2% 0% auto;
}

.bloob4 {
  z-index: 2;
  background-image: url('../images/bloob_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 5% 2% auto auto;
}

.section {
  background-color: #e8edef;
  background-image: url('../images/wave_bg_blue_down.svg'), linear-gradient(270deg, #0b2989, #9000ff);
  background-position: 50% -1%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.grid-final {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

.card-dia-certo {
  background-image: linear-gradient(#091a64, #010f4a);
  background-position: 0 0;
  border: 1px solid #e8edef1f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 60px;
  transition: all .4s ease-in-out;
  display: flex;
  box-shadow: 0 50px 100px #0003;
}

.card-dia-certo:hover {
  box-shadow: 0 50px 50px #4a4d6173;
}

.title-pedidos {
  color: #e8edef;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.step-final {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.number {
  background-image: linear-gradient(48deg, #3c67fe, #5d85ff);
  border: 1px solid #e8edef36;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 18px 20px #0000001a;
}

.text-number {
  opacity: .8;
  color: #e8edef;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.paragraph-final {
  color: #e8edefcc;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.button-foto {
  color: #e8edef;
  text-align: center;
  text-transform: uppercase;
  background-color: #e8edef26;
  border: 1px solid #e8edef26;
  border-radius: 100px;
  width: auto;
  margin-top: 40px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.card-chat {
  background-image: linear-gradient(#091a64, #010f4a);
  background-position: 0 0;
  border: 1px solid #e8edef1f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 100px 60px;
  transition: all .4s ease-in-out;
  display: flex;
  box-shadow: 0 50px 100px #0003;
}

.card-chat:hover {
  box-shadow: 0 50px 50px #4a4d6173;
}

.title-atendimento {
  color: #e8edef;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 200;
  line-height: 57px;
}

.image-5 {
  width: 250px;
}

.footer {
  height: auto;
  padding: 0 60px;
}

.div-block-12 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-13 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-rodape {
  width: 42px;
}

.bloob5 {
  z-index: 2;
  background-image: url('../images/bloob_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 25vw;
  height: 25vw;
  position: absolute;
  inset: 54% -10% 0% auto;
}

.bloob-6 {
  background-image: url('../images/bloob_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 18% auto 0% -16%;
}

.menu-roll {
  z-index: 10;
  background-color: #000b38f2;
  border-bottom: 1px solid #ffffff14;
  height: 60px;
  margin-top: 6px;
  position: fixed;
  inset: 0% 0% auto;
}

.colorbar {
  z-index: 888;
  background-image: url('../images/color_bar_bat.svg');
  background-position: 0 0;
  background-size: 101%;
  width: 100%;
  min-width: 100%;
  height: 6px;
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph-4 {
  color: #e8edefe3;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}

.text-block {
  color: #e8edef69;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

.div-block-14 {
  background-color: #060c2a;
  padding: 5px 20px;
}

.button-3 {
  background-color: #3898ec00;
  border: 1px solid #fffc;
  border-radius: 100px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 700;
}

.heading-contato {
  color: #e8edef66;
  letter-spacing: 40px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-16 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .background-video {
    width: 50vw;
    height: 50vw;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 16px;
  }

  .link {
    margin-top: 20px;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .vantagens {
    padding-bottom: 60px;
  }

  .navbar {
    background-color: #3c67fe00;
    height: 60px;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-4 {
    margin-top: 40px;
  }

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

  .image-3 {
    top: auto;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .image-4 {
    width: 82px;
  }

  .como-logar {
    background-position: 50% 101%, 50% -1%, 0 0;
    background-size: auto, auto, auto;
  }

  .div-block-9 {
    width: 50%;
  }

  .login_content {
    flex-flow: column;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-login {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
  }

  .all-in-one {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .title-precisa {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-11 {
    z-index: 1;
    top: 48%;
  }

  .heading-4 {
    letter-spacing: 30px;
    font-size: 14px;
  }

  .paragraph-header {
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    background-size: auto, auto;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .title-atendimento {
    font-size: 32px;
    line-height: 38px;
  }

  .colorbar {
    z-index: 999;
    background-position: 50%;
    background-size: 101%;
    inset: 0% 0% auto;
  }

  .menu-button {
    color: #e8edef;
    background-image: linear-gradient(52deg, #010f4a00, #08196100);
    transition: all .2s ease-in-out;
  }

  .menu-button.w--open {
    background-image: linear-gradient(52deg, #010f4a, #263ea5);
  }

  .nav-menu {
    background-image: linear-gradient(#000622, #000b3a);
  }

  .button-3 {
    margin-top: 20px;
  }

  .heading-contato {
    letter-spacing: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .text-header {
    padding-right: 20px;
  }

  .heading {
    font-size: 24px;
    line-height: 27px;
  }

  .vantagens {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    background-position: 100% 100%;
    background-size: auto;
  }

  .grid {
    margin-top: 60px;
  }

  .image-2 {
    width: 100vw;
  }

  .image-3 {
    width: 25vw;
    height: 25vw;
    bottom: auto;
    left: auto;
  }

  .button-2 {
    margin-top: 0;
  }

  .como-logar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wave2 {
    background-position: 50% 0;
    background-size: 250%;
  }

  .login_content {
    margin-top: 0;
    padding-left: 0;
  }

  .all-in-one {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-precisa-content {
    margin-right: 0;
  }

  .heading-4 {
    text-align: center;
    line-height: 20px;
  }

  .paragraph-header {
    margin-bottom: 20px;
  }

  .bloob3 {
    width: 30vw;
    height: 30vw;
    top: 71%;
  }

  .bloob4 {
    top: 8%;
    right: 1%;
  }

  .section {
    padding-top: 100px;
  }

  .card-dia-certo {
    padding: 60px 40px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .bloob5 {
    top: 30%;
  }

  .heading-contato {
    text-align: center;
    line-height: 20px;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-image: linear-gradient(#092988 66%, #9000ff);
    padding-top: 20px;
  }

  .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .header_content {
    flex-flow: column;
  }

  .text-header {
    width: 90%;
    padding-right: 0;
  }

  .background-video {
    width: 100vw;
    height: 100vw;
    display: block;
    overflow: hidden;
  }

  .heading {
    width: auto;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 33px;
  }

  .button {
    text-align: center;
    width: 100%;
    transition: all .4s ease-in-out;
  }

  .button:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 16px #0003;
  }

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

  .vantagens {
    background-image: linear-gradient(#010f4a 33%, #07175d 78%);
    padding-top: 20px;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .div-block-6 {
    flex-flow: column;
    margin-top: 0;
  }

  .image-2 {
    margin-top: 20px;
  }

  .image-3 {
    width: 100vw;
    height: 80vw;
    top: auto;
    left: auto;
  }

  .button-2 {
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
  }

  .image-4 {
    width: 62px;
  }

  .div-block-8 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .como-logar {
    background-image: url('../images/wave_bg_blue_v2.svg'), url('../images/wave_bg_blue_down.svg'), linear-gradient(#3c67fe, #3c67fe 65%, #9000ff);
    background-position: 0 101%, 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    width: 100%;
    height: 100%;
  }

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

  .text-login {
    margin-top: 40px;
  }

  .steps-login-content {
    margin-top: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 19px;
  }

  .all-in-one {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .title-precisa {
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: normal;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 40px;
    display: block;
    position: static;
    overflow: visible;
  }

  .title-precisa-content {
    margin-right: 0;
  }

  .div-block-11 {
    width: 30vw;
    height: 30vw;
    top: 30%;
  }

  .bloob2 {
    z-index: 1;
    width: 80vw;
    height: 80vw;
    top: 21%;
    right: -42%;
  }

  .heading-4 {
    text-align: center;
    letter-spacing: 20px;
    margin-bottom: 20px;
  }

  .bloob3 {
    width: 50vw;
    height: 50vw;
    top: 86%;
    left: 154px;
    right: 13%;
  }

  .section {
    padding: 100px 20px 40px;
  }

  .grid-final {
    margin-top: 20px;
  }

  .card-dia-certo {
    background-position: 0 0, 70%;
    background-size: auto, cover;
    padding: 40px 20px;
  }

  .title-pedidos {
    font-size: 18px;
    line-height: 24px;
  }

  .number {
    border-radius: 6px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .text-number {
    font-size: 14px;
  }

  .button-foto {
    line-height: 14px;
  }

  .card-chat {
    background-position: 0 0, 58%;
    padding: 60px 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .colorbar {
    background-color: #3a68fe;
    background-size: 101%;
  }

  .text-block {
    font-size: 8px;
    line-height: 8px;
  }

  .div-block-15 {
    z-index: 1;
    position: relative;
  }

  .heading-contato {
    text-align: center;
    letter-spacing: 20px;
    margin-bottom: 20px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_22c34aac-260e-4f19-9f89-96eeae2a7f79-21708c6e, #w-node-_317dbfbd-5483-5e30-ddbc-ec4b6dcb2d63-21708c6e, #w-node-e11ee144-96c4-da1c-c89e-99f3f2e8aaf7-21708c6e, #w-node-a0b49e30-48ed-5711-9e4b-f3e2ff47aab6-21708c6e, #w-node-_8851c16c-3bf9-dec2-785c-0af5ccaed14c-21708c6e, #w-node-_8851c16c-3bf9-dec2-785c-0af5ccaed148-21708c6e, #w-node-_8851c16c-3bf9-dec2-785c-0af5ccaed150-21708c6e, #w-node-_8851c16c-3bf9-dec2-785c-0af5ccaed154-21708c6e, #w-node-_9cba11fe-7bd2-12e7-af53-f770529712fe-21708c6e, #w-node-d0d97aa3-6086-3a93-b9d5-9f95aa20892f-21708c6e {
  align-self: auto;
}
