.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block {
  background-color: #000;
  width: 100%;
}

.section-name {
  color: #0d15df;
  text-align: center;
  text-transform: uppercase;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.h1 {
  color: #0d15df;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image {
  flex: 1;
  max-width: 12%;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  max-width: 10%;
}

.home-b-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  display: flex;
}

.cta-main {
  color: #f6f6f6;
  text-align: center;
  -webkit-text-stroke-color: #f6f6f6;
  cursor: pointer;
  background-color: #0d15df;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.vazado {
  background-color: #0000;
  border: 1px solid #0d15df;
}

.cta-main.precision {
  background-color: #8c52ff;
  margin-bottom: 10px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  font-family: Red Hat Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block.blue {
  color: #0d15df;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
}

.button-text {
  color: #0d15df;
  font-family: Red Hat Display, sans-serif;
}

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

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.div-block-6 {
  flex: 0 auto;
  align-self: auto;
}

.body {
  background-color: #f6f6f6;
}

.container-2 {
  flex: 0 auto;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  border-radius: 12px;
  justify-content: space-around;
  padding: 20px 10px 10px 20px;
  font-family: Red Hat Display, sans-serif;
  box-shadow: 5px 5px 10px -5px #161b1d3b, -5px -5px 10px -5px #fafbff;
}

.heading {
  font-family: Red Hat Display, sans-serif;
  font-size: 23px;
}

.heading-card {
  font-size: 23px;
}

.text-body {
  margin-bottom: 10px;
}

.div-block-8 {
  border: 1px solid #0d15df;
  border-radius: 20px;
  padding: 3px 10px;
}

.lista-exames {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  display: flex;
}

.text-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
}

.text-field-newsletter {
  color: #0c0116;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 304px;
  height: 48px;
  margin-bottom: 0;
  padding: 0 32px 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-field-newsletter:focus {
  border-color: #81d8d0;
}

.text-field-newsletter::placeholder {
  color: #0e0e0e80;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.cta-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.submit-button {
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  margin-right: 75px;
  display: flex;
}

.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.social-link {
  color: #02012080;
  transition: background-color .2s;
}

.social-link:hover {
  color: #0c0116;
  object-fit: fill;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.brand-link {
  height: 32px;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-tile {
  border-top: 1px solid #02012029;
  border-bottom: 1px solid #02012029;
  margin-top: 64px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.main-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.newsletter-field-master {
  position: relative;
}

.error-message {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.brand-navbar {
  height: 100%;
}

.success-message-newsletter {
  color: #151515;
  text-align: center;
  background-color: #fffdfa;
  border-radius: 16px;
  max-width: 400px;
}

.label {
  color: #0c0116;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.footer-halves {
  grid-template-rows: auto;
  display: grid;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.section-2 {
  padding-top: 40px;
  display: flex;
}

.image-3, .image-4 {
  max-width: 40%;
}

.quick-stack {
  align-self: center;
  margin-left: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .footer-right {
    margin-right: 0;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .brand-navbar {
    display: block;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .cta-main {
    padding: 10px 24px;
    font-size: 12px;
  }

  .button-arrow {
    display: none;
  }

  .text-field-newsletter {
    width: 100%;
    font-size: 16px;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .newsletter-form {
    width: 100%;
  }

  .brand-link {
    height: 24px;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-rights-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }
}

#w-node-_48e43d5a-3de2-283b-f615-ab823e5bf6a0-9d318d1a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e46d00f-d9ef-43c6-a96d-0b000334b1f1-9d318d1a {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3e46d00f-d9ef-43c6-a96d-0b000334b1f1-9d318d1a {
    justify-self: auto;
  }
}


