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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.text-block {
  font-family: Source Sans Pro, sans-serif;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-link {
  width: 100%;
  color: #046e7c;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #00858f;
}

.brix---header-nav-link {
  color: #00858f;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #01acbe;
}

.brix---header-nav-link.w--current {
  color: #00858f;
  transition-property: none;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #00858f;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #01acbe;
  transform: translate3d(0, -3px, .01px);
}

.brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #005e85;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: #00858f;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #00858f;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  font-family: Source Sans Pro, sans-serif;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---header-logo {
  max-width: 250px;
}

.brix---dropdown-wrapper {
  display: block;
}

.header-navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, .2);
}

.brix---hamburger-menu-bar-bottom {
  width: 52px;
  height: 4px;
  background-color: #005e85;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---opacity-10 {
  opacity: .1;
  mix-blend-mode: normal;
  background-image: url('../images/background-efeito.png');
  background-position: 0 0;
  background-size: auto;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-icon-left {
  width: 10%;
  margin-right: 8px;
}

.brix---btn-download-app-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px rgba(33, 31, 84, .06);
}

.brix---btn-download-app-white:hover {
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px rgba(74, 58, 255, .1);
}

.brix---btn-download-app:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: block;
}

.brix---paragraph-default {
  color: #777;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
  margin-left: 0;
  margin-right: 0;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: #211f54;
  text-align: center;
}

.brix---grid-hero-v16 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-default {
  max-width: 1218px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.secao-hero {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.brix---hero-titulo-m-dio {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 60px;
}

.brix---heading-h1-size-copy {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---hero-titulo-pequeno {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: -7px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 60px;
}

.brix---hero-titulo-grande {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 90px;
}

.div-block {
  padding-top: 40px;
  padding-left: 50px;
}

.div-block-2 {
  padding-right: 50px;
  display: block;
}

.brix---mg-bottom-0 {
  color: #6e7191;
  margin-bottom: 0;
}

.brix---paragraph-default-branco {
  color: #fff;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---square-icon-large {
  border-radius: 24px;
}

.brix---content-inside-card-bg-top {
  text-align: center;
  margin-top: -46px;
  padding: 0 28px 48px;
}

.brix---card-top-bg {
  min-height: 172px;
  background-color: #046e7c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---grid-3-columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 20px;
}

.secao-refrativa {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.secao-especialidades {
  color: #fff;
  background-color: #0ac2be;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---heading-h1-size-branco {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
}

.brix---card-top-bg-refrativa {
  min-height: 172px;
  background-color: #046e7c;
  background-image: url('../images/olho-laser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---link-icon-right {
  color: #046e7c;
  margin-left: 6px;
}

.brix---text-200-bold {
  color: #00858f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #01acbe;
}

.brix---link-wrapper {
  color: #046e7c;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h3-size-2 {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---content-inside-card {
  padding: 40px 28px 20px;
}

.brix---image-width-100 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.brix---image-wrapper---br-top {
  max-height: 280px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---heading-h2-size {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph {
  color: #777;
  font-family: Noto Sans, sans-serif;
}

.paragraph-cards {
  color: #777;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h1-size-azul {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 29px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -50px;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.secao-suite-refrativa {
  color: #fff;
  background-color: #f5f7fa;
  background-image: url('../images/verdelcaro-para-br.svg');
  background-position: 0 -2%;
  background-repeat: repeat-x;
  background-size: auto 240px;
  background-attachment: scroll;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-h2-size---verde-claro {
  color: #0ac2be;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.heading-h2-size-branco---top-100 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading-h2-size---verde-logo {
  color: #00858f;
  margin-top: 60px;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.image {
  padding-top: 10px;
}

.paragraph-18 {
  color: #777;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-2 {
  color: #777;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---paragraph-default-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.brix---heading-h3-size-3 {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon {
  color: #fff;
  border-radius: 16px;
}

.brix---card---icon-left---content-right {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-2 {
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.secao-quem-somos {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-19 {
  color: #777;
  font-family: Noto Sans, sans-serif;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---text-300 {
  color: #01acbe;
  font-size: 20px;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---text-300-bold {
  color: #00858f;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-803 {
  color: #211f54;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 10px;
}

.brix---card-content-testimonial-v3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 88px;
  display: flex;
}

.brix---image-fit-full-height {
  height: 100%;
  object-fit: cover;
}

.brix---testimonial-v3-image-wrapper {
  width: 100%;
  max-width: 300px;
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  overflow: hidden;
}

.brix---card-testimonial-v3 {
  height: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: stretch;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---slider-mask-testimonial-v3 {
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(20, 20, 43, .06);
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.secao-depoimentos {
  color: #0ac2be;
  background-color: #0ac2be;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.brix---parafrafo-destaque {
  color: #00858f;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.brix---accordion-btn-horizontal-line {
  width: 18px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line {
  width: 18px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---btn-circle-accordion-btn {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: #00858f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px {
  max-width: 660px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v6 {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  justify-content: space-between;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---accordion-item-wrapper-v6:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---tabs-content {
  overflow: visible;
}

.brix---badge-secondary---tabs {
  color: #005e85;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #005e85;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.brix---badge-secondary---tabs:hover {
  color: #fff;
  background-color: #00858f;
  border-color: #005e85;
}

.brix---badge-secondary---tabs.w--current {
  color: #fff;
  letter-spacing: 1px;
  background-color: #00858f;
  border-color: #f5f7fa;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.brix---tabs-menu-procedimentos {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---tabs-wrapper {
  display: block;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1080x---center {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.sesao-faq-procedimentos {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---mg-bottom-3 {
  margin-bottom: 0;
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold-2 {
  color: #00858f;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-200 {
  color: #777;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---big-icon-left {
  background-color: #e0faff;
  border-radius: 16px;
  margin-right: 16px;
  padding: 12px 15px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #00858f;
  border-radius: 14px;
  align-items: center;
  padding: 10px 10px 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #0ac2be;
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---footer-col-title {
  color: #fff;
  margin-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #0ac2be;
}

.brix---footer-link:focus {
  color: #01acbe;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 51px;
  padding-left: 0;
  list-style-type: none;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  mix-blend-mode: luminosity;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  align-content: start;
  justify-content: start;
  align-self: center;
  align-items: start;
  justify-items: start;
  margin-top: 115px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  margin-top: -9px;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(auto, .5fr) auto;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.secao-footer {
  background-color: #046e7c;
  border-top: 1px solid #eff0f6;
}

.html-embed {
  width: 482px;
  height: 201px;
  border: 6px solid #fff;
  border-radius: 14px;
}

.secao-suite-refrativa-mobile {
  color: #fff;
  background-color: #f5f7fa;
  background-image: url('../images/verdelcaro-para-br.svg');
  background-position: 0 -2%;
  background-repeat: repeat-x;
  background-size: auto 240px;
  background-attachment: scroll;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 100px;
  display: none;
}

.heading-h2-size---verde-logo-mobile {
  color: #00858f;
  margin-top: 60px;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h1-size-verde-log {
  color: #00858f;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.sesao-navbar-footer-mobile {
  display: none;
}

.brix---grid-1-navbar-mobile-footer {
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-link-icon-navbar-footer {
  color: #6e7191;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #00858f;
  border-radius: 14px;
  align-items: center;
  padding: 10px 10px 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-navbar-footer:hover {
  border-color: #0ac2be;
  transform: scale3d(.96, .96, 1.01);
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.icon-footer-menu-03 {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.grind-footer-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: #6e7191;
}

.brix---heading-link {
  color: #4a3aff;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: #281ca5;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-806 {
  color: #211f54;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.secao-footer-menu-mobile {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
}

.icon-footer-menu-02, .icon-footer-menu-01, .icon-footer-menu-04 {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---hero-titulo-m-dio-refrativa {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 70px;
}

.brix---hero-titulo-grande-refrativa {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 80px;
}

.secao-voceconhecearefrativa {
  color: #fff;
  background-color: #0ac2be;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.secao-porqueescolheroeyelaser {
  color: #fff;
  background-color: #01acbe;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-w100 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6e7191;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-2 {
  border: 2px solid #fff;
  border-radius: 30px;
}

.brix---paragraph-default-branco-justificado {
  color: #fff;
  text-align: justify;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.secao-liberdadevisual {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slide, .slide-2 {
  height: 400px;
}

.brix---mg-bottom-4 {
  margin-bottom: 0;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-807 {
  color: #6e7191;
}

.brix---heading-h5-size {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-808 {
  color: #211f54;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---color-accent-3 {
  color: #4a3aff;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 10px;
}

.brix---subtitle {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image-wrapper-br-24px-shadow {
  border: 2px solid #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-default-5 {
  max-width: 1218px;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.secao-ceratoconefatoresrisco {
  color: #fff;
  border-radius: 24px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.secao-oqueeceratocone {
  color: #fff;
  background-color: #0ac2be;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.secao-tratamentos {
  color: #fff;
  background-color: #01acbe;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secao-fatoresderisco {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-link {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: #4a3aff;
}

.brix---text-decoration-none {
  text-decoration: none;
}

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

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---grid-3-columns-team-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-809 {
  color: #211f54;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---grid-2-colunas {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.secao-ceratoconesintomas {
  color: #fff;
  background-color: #01acbe;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---heading-h3-size-branco {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h4-size {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-810 {
  color: #211f54;
}

.brix---square-icon-2 {
  border-radius: 16px;
}

.brix---grid-2-columns-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.image-3 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.brix---hero-titulo-grande-olho-seco {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 85px;
  font-weight: 900;
  line-height: 80px;
}

.brix---hero-titulo-m-dio-olho-seco {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 70px;
}

.brix---grid-4-colunas {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

.brix---color-neutral---margem-superior {
  color: #211f54;
  margin-top: 60px;
  margin-bottom: 40px;
}

.secao-oqueeolhoseco {
  color: #fff;
  background-color: #0ac2be;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.secao-olhosecosintomas {
  color: #fff;
  background-color: #01acbe;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secao-olhosecoirpl {
  color: #fff;
  border-radius: 24px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.secao-olhosecosecaomeio {
  color: #fff;
  background-color: #01acbe;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.sesao-faq-refrativas {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---tabs-menu-refrativas {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}

.sesao-faq-ceratocone {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---tabs-menu-ceratocone {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}

.sesao-faq-olhoseco {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---tabs-menu-olhoseco {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}

.brix---grid-6-colunas {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

.brix---image-width-100-2 {
  width: 100%;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-gallery-v6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-811 {
  color: #6e7191;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-812 {
  color: #211f54;
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.secao-selecao-site {
  color: #fff;
  background-color: #0ac2be;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---grid-3-columns-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h1-size-verde-logo {
  color: #00858f;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size-verde-logo {
  color: #00858f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---hero-titulo-oftalmos {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 51px;
}

.brix---play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---position-relative {
  position: relative;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-top-80px {
  margin-top: 40px;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #00858f;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  color: #046e7c;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: #0ac2be;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---hero-v15-grid {
  grid-column-gap: 41px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-half-bg-color {
  background-image: linear-gradient(#00858f 7%, #0ac2be 76%, #fff 76%);
  padding-top: 176px;
  padding-bottom: 40px;
}

.brix---btn-primary-small-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---btn-primary-small-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: #fff;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #4a3aff;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: #fff;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---heading-h1-hero-oftalmos {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
}

.secao-hero-oftamos-01 {
  display: none;
  position: relative;
}

.secao-oftalmos-apresentacao {
  color: #fff;
  background-color: #fff;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.brix---heading-h3-size---azul-logo {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size---verde-logo {
  color: #00858f;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-primary-white-2 {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.botoes-em-linha---esquerda {
  align-items: center;
  display: flex;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---grid-hero-play-button {
  grid-column-gap: 44px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.secao-oftamos-hero {
  background-image: linear-gradient(rgba(0, 51, 58, .8), rgba(0, 51, 58, .8));
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  top: -93px;
  overflow: hidden;
}

.brix---text-300-list {
  font-size: 20px;
  line-height: 28px;
}

.brix---color-accent-4 {
  color: #4a3aff;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-813 {
  color: #211f54;
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---color-neutral-814 {
  color: #6e7191;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---heading-h3-size-5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---testimonial-v12-right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---avatar-circle-08-testimonial-v12 {
  width: 340px;
  height: 100%;
  max-height: 340px;
  max-width: 340px;
  border-radius: 50%;
  flex: none;
  margin-right: 48px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v12 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 72px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---tabs-content-2 {
  overflow: visible;
}

.brix---text-100 {
  font-size: 16px;
  line-height: 18px;
}

.brix---text-200-bold-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---avatar-circle-03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---tab-line {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.brix---tab-line:hover {
  opacity: 1;
}

.brix---tab-line.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #4a3aff;
}

.brix---tabs-menu-bottom {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.brix---tabs-wrapper-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.brix---inner-container-1104px-center {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-2 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.header-navbar-oftalmos {
  background-color: rgba(4, 110, 124, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, .2);
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-secondary-2 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-2:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark-header-top {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---header-nav-link-branco {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-branco:hover {
  color: #01acbe;
}

.brix---header-nav-link-branco.w--current {
  color: #00858f;
  transition-property: none;
}

.spark-pricing-top {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top.spark-thick-top-pricing {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 38px 48px 20px;
}

.spark-foreground-funcinalidades {
  color: #9353ff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-side-flat-tab {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #f0ecfd;
  padding: 48px 24px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  opacity: 1;
  color: #5532fa;
  border-bottom-color: #a695fb;
}

.spark-side-flat-tab.w--current {
  color: #5532fa;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5532fa;
}

.spark-stacked-flat-tabs-menu {
  width: 30%;
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  margin-right: 10%;
  display: inline-block;
}

.spark-stacked-flat-tabs-menu.spark-full-on-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
}

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

.spark-foreground-primary {
  color: #000;
  font-weight: 600;
}

.section-home-planos {
  background-color: #fff;
  background-image: url('../images/gr_purple-circles.svg'), linear-gradient(#fafafa, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 60px;
  display: block;
  position: relative;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-left-side-pricing-info {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: #5532fa;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.spark-left-side-pricing-info.spark-reduce-margin-bottom {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.spark-pricing-information {
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

.spark-full-pricing-column {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.spark-full-pricing-column.spark-simple-shadow-tiny {
  border-radius: 30px;
}

.section-header {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.spark-taxa-implanta-o {
  width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: #5532fa;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

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

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-side-flat-tab-parent.spark-flex-middle {
  align-items: flex-start;
  display: flex;
}

.spark-hold-pricing {
  text-align: right;
}

.text_eyebrow {
  color: #9353ff;
  text-transform: uppercase;
  font-weight: 500;
}

.spark-unchecked {
  width: 100%;
  max-width: 296px;
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, .76);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-unchecked.spark-half-width {
  align-items: stretch;
  display: none;
}

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

.padding-vertical.padding-xhuge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: block;
}

.spark-checked-item {
  width: 100%;
  max-width: 296px;
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, .76);
  justify-content: center;
  align-items: center;
  display: flex;
}

.spark-checked-item.spark-max-width-utility-800 {
  width: 90%;
}

.spark-checked-item.spark-half-width {
  align-items: flex-start;
  padding-right: 10px;
}

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

.max-width-large.align-center {
  max-width: 50rem;
}

.spark-large-plan-name {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.plan_features-icon {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.plan_features-icon.white {
  background-color: #dbfe52;
}

.spark-small-sub-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-no-bottom {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.spark-features-included {
  grid-row-gap: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included.spark-two-column {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.spark-foreground-secondary {
  color: rgba(0, 0, 0, .76);
}

.spark-foreground-secondary.spark-no-bottom {
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

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

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

.button-purple {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #9353ff;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.button-purple:hover {
  background-color: #5532fa;
  box-shadow: 0 4px 2.9px 0 rgba(200, 255, 0, .02), 0 10px 7.4px 0 rgba(0, 0, 0, .03), 0 21px 15px rgba(0, 0, 0, .03), 0 42px 31px rgba(0, 0, 0, .04);
}

.button-purple:active {
  background-color: #1e116e;
}

.spark-pricing-tab-pane {
  padding: 32px;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-small-icon.spark-foreground-disabled {
  color: #98a1b3;
}

.brix---color-neutral-815 {
  color: #6e7191;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-816 {
  color: #211f54;
}

.brix---tabs-content-card {
  width: 100%;
  background-color: #00858f;
  border: 0 solid #dcddeb;
  border-radius: 20px;
  padding: 10px;
  overflow: visible;
}

.mg-left-12px---azul-logo {
  color: #005e85;
  margin-left: 0;
  font-size: 12px;
  font-weight: 700;
}

.brix---square-icon-48px {
  width: 48px;
  border-radius: 10px;
}

.tab-left-icon {
  width: 100%;
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 10px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: block;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.tab-left-icon:hover {
  border-color: #0ac2be;
}

.tab-left-icon.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-width: 2px;
  border-color: #00858f;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---tabs-menu-apresentacao {
  width: 100%;
  max-width: 110px;
  clear: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 40px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.tabs-wrapper-tabs-left {
  align-items: flex-start;
  display: flex;
}

.brix---subtitle-2 {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  display: none;
}

.brix---heading-h3-size-azul-logo-center {
  color: #005e85;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-400, .brix---color-neutral-400-copy {
  color: #6e7191;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-cards-copy {
  color: #777;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragrafo-14, .paragrafo-15 {
  font-size: 15px;
  line-height: 23px;
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-5 {
  color: #4a3aff;
}

.brix---text-uppercase-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---text-300-bold-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-817 {
  color: #211f54;
}

.brix---mg-bottom-16px-7 {
  margin-bottom: 16px;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-818 {
  color: #6e7191;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---heading-h3-size-6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---avatar-circle-05-border {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
  border: 6px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.brix---card-testimonial-v6 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 98px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---heading-h2-size-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-40px-6 {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---text-300-list-2 {
  font-size: 20px;
  line-height: 28px;
}

.brix---color-accent-6 {
  color: #4a3aff;
}

.brix---text-300-bold-4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-819 {
  color: #211f54;
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.brix---paragraph-default-9 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-820 {
  color: #6e7191;
}

.brix---mg-bottom-24px-5 {
  margin-bottom: 24px;
}

.brix---heading-h3-size-7 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-32px-4 {
  float: left;
  margin-bottom: 32px;
  display: block;
  position: static;
}

.brix---testimonial-v12-right-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---avatar-circle-08-testimonial-v12-2 {
  width: 340px;
  height: 100%;
  max-height: 340px;
  max-width: 340px;
  border-radius: 50%;
  flex: none;
  margin-right: 48px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v12-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 72px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---tabs-content-3 {
  overflow: visible;
}

.brix---text-301 {
  font-size: 16px;
  line-height: 18px;
}

.brix---text-200-bold-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-left-12px-2 {
  margin-left: 12px;
}

.brix---avatar-circle-8 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---flex-horizontal-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---tab-line-2 {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.brix---tab-line-2:hover {
  opacity: 1;
}

.brix---tab-line-2.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #4a3aff;
}

.brix---tabs-menu-bottom-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.brix---tabs-wrapper-reverse-2 {
  flex-direction: column-reverse;
  display: flex;
}

.brix---inner-container-1104px-center-2 {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-8 {
  margin-bottom: 16px;
}

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

.brix---mg-bottom-40px-7 {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center-4 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---hidden-desktop-3 {
  display: none;
}

.brix---btn-slider-arrow-right---top-right-2 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-right-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left-2 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-left-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---text-302 {
  font-size: 20px;
  line-height: 20px;
}

.brix---color-accent-7 {
  color: #4a3aff;
}

.brix---text-300-bold-5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-821 {
  color: #211f54;
}

.brix---mg-bottom-8px-5 {
  margin-bottom: 8px;
}

.brix---paragraph-default-10 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-822 {
  color: #6e7191;
}

.brix---mg-bottom-40px-8 {
  margin-bottom: 40px;
}

.brix---heading-h3-size-8 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---card-content-testimonial-v3-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px 0;
  display: flex;
}

.brix---image-fit-full-height-2 {
  height: 100%;
  object-fit: cover;
}

.brix---testimonial-v3-image-wrapper-2 {
  width: 100%;
  max-width: 100%;
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  display: none;
  overflow: hidden;
}

.brix---card-testimonial-v3-2 {
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---slider-mask-testimonial-v3-2 {
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(20, 20, 43, .06);
}

.brix---slider-wrapper-3 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---heading-h2-size-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-9 {
  margin-bottom: 16px;
}

.brix---inner-container-547px-2 {
  max-width: 600px;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.heading-h2-size-branco {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.tab-pane-tecnologias {
  padding: 10px;
}

.paragrafo-branco-p {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.image-4 {
  max-width: 370px;
  float: left;
  border-radius: 14px;
  margin-bottom: 0;
  margin-right: 10px;
}

.brix---paragraph-default-p {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-7 {
  margin-top: 0;
  margin-left: 10px;
}

.slider-tecnologia {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.slider-mask-tecnologia {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(20, 20, 43, .06);
}

.btn-slider-tecnologia---top-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -10px;
  bottom: auto;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-slider-tecnologia---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.btn-slider-tecnologia---top-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -10px;
  right: 17px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-slider-tecnologia---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---hidden-desktop-tecnologia {
  display: none;
}

.card-tecnologia {
  height: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: stretch;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.tecnologia-imagem {
  width: 100%;
  max-width: 300px;
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  position: static;
  overflow: hidden;
}

.tecnologia-conteudo {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px 10px;
  display: flex;
}

.imagem-float {
  float: left;
  clear: none;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 10px;
  position: static;
}

.brix---mg-bottom-5 {
  margin-bottom: 0;
}

.brix---color-neutral-823 {
  color: #6e7191;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-9 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-824 {
  color: #211f54;
}

.brix---mg-bottom-8px-6 {
  margin-bottom: 8px;
}

.brix---card-left-text-wrapper-2 {
  margin-left: 24px;
}

.brix---square-icon-3 {
  border-radius: 16px;
}

.brix---icon-left---content-right {
  align-items: flex-start;
  display: flex;
}

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

.brix---content-inside-card-v14 {
  padding: 48px;
}

.brix---card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---btn-secondary-3 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-3:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-10 {
  margin-bottom: 16px;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .8fr;
  align-items: center;
  margin-bottom: 48px;
}

.brix---container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.secao-oftalmos-beneficios-01 {
  color: #fff;
  background-color: #00858f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---botoes-em-linha---direita {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---color-neutral-825 {
  color: #211f54;
}

.brix---mg-top-32px-2 {
  margin-top: 32px;
}

.brix---square-icon-large-2 {
  border-radius: 24px;
}

.brix---content-inside-card-bg-top-2 {
  text-align: center;
  margin-top: -46px;
  padding: 0 28px 20px;
}

.brix---card-top-bg-2 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/seguranca_e_suporte.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-12px-4 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-5 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.secao-oftalmos-beneficios {
  color: #fff;
  background-color: #00858f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-h2-size-branco-center {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-900px---center-copy {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.square-icon-80px {
  width: 80px;
  border-radius: 10px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #005e85;
}

.tab-pane-estrutura, .tab-pane-servi-os {
  padding: 10px;
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---image-4 {
  object-fit: fill;
}

.calculadora---imagem {
  max-height: 50px;
  max-width: 100%;
  border: 1px solid #f5f7fa;
  border-radius: 10px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 14px -11px rgba(0, 0, 0, .2);
}

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

.brix---mg-bottom-40px-9 {
  margin-bottom: 40px;
}

.brix---heading-link-2 {
  color: #4a3aff;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-2:hover {
  color: #281ca5;
}

.brix---color-neutral-826 {
  color: #211f54;
}

.secao-oftalmos-calculadoras {
  color: #f5f7fa;
  background-color: #f5f7fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secao-oftalmos-parcerias {
  color: #fff;
  background-color: #00858f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---color-neutral-827 {
  color: #6e7191;
}

.brix---mg-bottom-24px-6 {
  margin-bottom: 24px;
}

.brix---card-content-center {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---section-6 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---grid-3-columns-2-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.secao-oftalmos-convenios {
  color: #fff;
  background-color: #f5f7fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secao-oftalmos-depoimentos {
  color: #0ac2be;
  background-color: #00858f;
  padding-top: 60px;
  padding-bottom: 100px;
}

.convenio---imagem {
  object-fit: fill;
  border: 1px solid #f5f7fa;
  border-radius: 10px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 14px -11px rgba(0, 0, 0, .2);
}

.slider-estrutura {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.estrutura-conteudo, .servicos-conteudo {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px 10px;
  display: flex;
}

.sesao-oftalmos-faq {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn-primary-green {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #00858f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-green:hover {
  color: #0ac2be;
  background-color: #046e7c;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary-green {
  color: #00858f;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00858f;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary-green:hover {
  color: #00858f;
  background-color: #e0faff;
  border-color: #00858f;
  transform: translate3d(0, -3px, .01px);
}

.secao-oftalmos-footer {
  background-color: #005e85;
  border-top: 1px solid #eff0f6;
}

.secao-home {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---bg-image-full-width-3 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---cta-v11-half-bg-left {
  width: 50%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-v11-half-bg-right {
  width: 50%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---btn-primary-white-3 {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-3:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-margin {
  margin-right: 16px;
}

.brix---buttons-row-3 {
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-828 {
  color: #fff;
}

.brix---mg-bottom-24px-7 {
  margin-bottom: 24px;
}

.brix---mg-bottom-32px-5 {
  margin-bottom: 32px;
}

.brix---grid-cta-v11 {
  grid-column-gap: 210px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-12 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-v11-section {
  min-height: 60vh;
  border-radius: 10px;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 133, 143, .85) 49%, #005e85);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---card-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-2 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: #4a3aff;
}

.brix---paragraph-default-12 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-300 {
  color: #eff0f6;
}

.brix---heading-h3-size-10 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-8px-7 {
  margin-bottom: 8px;
}

.brix---card-link-img-bg {
  min-height: 500px;
  border-radius: 24px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-829 {
  color: #6e7191;
}

.brix---color-neutral-830 {
  color: #211f54;
}

.brix---mg-bottom-12px-5 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-6 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.secao-cards-entrada {
  color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
}

.brix---link-icon-right-3 {
  color: #00858f;
  margin-left: 6px;
}

.brix---text-200-bold-6 {
  color: #005e85;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-8 {
  color: #4a3aff;
}

.brix---link-wrapper-3 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-3:hover {
  color: #4a3aff;
}

.brix---paragraph-default-13 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-831 {
  color: #6e7191;
}

.brix---mg-bottom-40px-10 {
  margin-bottom: 40px;
}

.brix---heading-h3-size-11 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-832 {
  color: #211f54;
}

.brix---mg-bottom-8px-8 {
  margin-bottom: 8px;
}

.brix---image-wrapper-br-24px-shadow-2 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix---mg-bottom-32px-6 {
  margin-bottom: 32px;
}

.brix---link-content-text-center {
  color: #6e7191;
  text-decoration: none;
}

.brix---grid-2-columns-gap-column-80px {
  grid-column-gap: 27px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle-3 {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-11 {
  margin-bottom: 16px;
}

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

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-7 {
  margin-bottom: 48px;
}

.brix---container-default-13 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-7 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---team-v9-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 133, 143, .72), rgba(0, 133, 143, .72));
}

.brix---text-200-medium-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-833 {
  max-width: 75%;
  color: #fff;
}

.brix---team-content-v9 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.brix---team-text-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---avatar-image-100 {
  width: 100%;
}

.brix---team-v9-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns-gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-834 {
  color: #6e7191;
}

.brix---inner-container-574px---center-5 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-2-columns-sem-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.botaowhatsapp {
  float: right;
  padding: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-titulo-olhoseco {
  min-width: 420px;
  color: #211f54;
  text-align: center;
}

.botoes-em-linha---centralizado {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.brix---card-top-bg-1 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/cc01.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-top-bg-3 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/suporte_adm.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-top-bg-4 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/paciente_satisfeito.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-top-bg-5 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/networking.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-top-bg-6 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/microscopio_ex500.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-top-bg-7 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/reputacao.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-top-bg-8 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/parceria.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-top-bg-9 {
  min-height: 172px;
  background-color: #e0faff;
  background-image: url('../images/capacitacao-eyelaser.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

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

.imagem-logos-calculadoras {
  object-fit: fill;
}

.secao-videodepoimento {
  color: #0ac2be;
  background-color: #0ac2be;
  padding-top: 100px;
  padding-bottom: 120px;
  display: none;
}

.brix---text-303 {
  color: #01acbe;
  font-size: 0;
  line-height: 20px;
}

.brix---color-accent-9 {
  color: #4a3aff;
}

.brix---text-300-bold-6 {
  color: #00858f;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-835 {
  color: #211f54;
}

.brix---mg-bottom-16px-12 {
  margin-bottom: 0;
}

.brix---paragraph-default-14 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-836 {
  color: #6e7191;
  margin-top: 20px;
}

.brix---mg-bottom-24px-8 {
  margin-bottom: 24px;
  display: block;
}

.brix---content-inside-card-testimonial-video {
  padding: 48px 76px;
}

.brix---play-button-100px {
  width: 100px;
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

.brix---play-button-100px:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---testimonial-video-image-wrapper {
  height: 100%;
  position: relative;
}

.brix---testimonial-video-wrapper {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  overflow: hidden;
}

.brix---card-testimonial-video-left {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---heading-h2-size-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---mg-bottom-40px-11 {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center-6 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-14 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-8 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.secao-videodepoimento-oftalmos {
  color: #0ac2be;
  background-color: #00858f;
  padding-top: 100px;
  padding-bottom: 120px;
}

.grid-suite-refrativa-home-pacientes {
  grid-column-gap: 29px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.tabs-backup {
  align-items: flex-start;
  display: none;
}

.secao-convenios {
  color: #fff;
  background-color: #f5f7fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---accordion-btn-horizontal-line-v2 {
  width: 28px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  width: 2px;
  height: 28px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-15 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-837 {
  color: #6e7191;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-838 {
  color: #211f54;
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v2 {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

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

.brix---inner-container-1012px-center-2 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-13 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-7 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-8 {
  margin-bottom: 48px;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-9 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.botao-cta-paciente {
  margin-right: 24px;
}

.btn-cta-paciente-azul {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #005e85;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-cta-paciente-azul:hover {
  color: #fff;
  background-color: #01acbe;
  transform: translate3d(0, -3px, .01px);
}

.botoes-em-linha---centro {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-cta-paciente-verde-logo {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #00858f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-cta-paciente-verde-logo:hover {
  color: #fff;
  background-color: #01acbe;
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-link-2 {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: #281ca5;
}

.brix---paragraph-default-16 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.brix---footer-bottom-v3 {
  color: #6e7191;
  text-align: right;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-small-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-3:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-footer-subscribe-1-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.brix---color-neutral-839 {
  color: #6e7191;
}

.brix---mg-bottom-32px-7 {
  margin-bottom: 32px;
}

.nome {
  color: #00858f;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---social-media-link-text {
  color: #00858f;
  margin-left: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---social-media-link-text:hover {
  color: #4a3aff;
}

.brix---icon-square-24px {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-24px:hover {
  transform: scale(.92);
}

.topicos {
  color: #4a3aff;
  text-align: left;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.topicos:hover {
  color: #fff;
}

.brix---footer-list-item-2 {
  margin-bottom: 10px;
  padding-left: 0;
}

.brix---footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-link-2 {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: #4a3aff;
}

.brix---grid-footer-v8 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 2fr;
}

.brix---footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-16 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.cargo {
  color: #00858f;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.image-6 {
  max-width: none;
}

.brix---btn-circle-accordion-btn-2 {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-accordion-btn-2:hover {
  background-color: #fff;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side-3 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-17 {
  color: #777;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-840 {
  color: #6e7191;
}

.brix---accordion-spacer-3 {
  min-height: 16px;
}

.brix---acordion-body-3 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-3 {
  color: #00858f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.brix---color-neutral-841 {
  color: #211f54;
}

.brix---accordion-header-3 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2-2 {
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3 {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom-width: 1px;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-v3-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 88px 74px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---inner-container-1012px-center-3 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-14 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-8 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-9 {
  margin-bottom: 48px;
}

.brix---container-default-17 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-10 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---color-neutral-842 {
  color: #211f54;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-btn-horizontal-line-2 {
  width: 18px;
  height: 2px;
  color: #00858f;
  background-color: #00858f;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-2 {
  width: 18px;
  height: 2px;
  color: #00858f;
  background-color: #00858f;
  border-radius: 20px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-side {
  margin-right: 24px;
}

.brix---accordion-item-wrapper {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 20px 40px 20px 20px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-32px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-856---center {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.botoes-em-linha---cta-faq {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-7 {
  width: 24px;
  height: 24px;
  max-width: none;
}

.footer---texto {
  color: #fff;
  margin-left: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.footer---texto:hover {
  color: #fff;
}

.secao-privacidade {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-privacidade {
  max-width: 1218px;
  padding: 60px 24px 20px;
}

.heading-h2-size---privacidade {
  color: #005e85;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.secao-depoimentos-cera {
  color: #0ac2be;
  background-color: #0ac2be;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.paragraph-18-justificado {
  color: #777;
  text-align: justify;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v16 {
    grid-column-gap: 90px;
  }

  .brix---heading-h1-size-branco {
    font-size: 70px;
  }

  .brix---heading-h2-size {
    color: #005e85;
    font-family: Source Sans Pro, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }

  .brix---heading-h1-size-azul, .heading-h2-size---verde-claro {
    color: #005e85;
    font-size: 70px;
    line-height: 70px;
  }

  .brix---badge-secondary---tabs.w--current {
    letter-spacing: 1px;
  }

  .brix---big-icon-left {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-1-column {
    grid-row-gap: 8px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 40px;
    grid-template-columns: .9fr auto auto;
  }

  .html-embed {
    width: 500px;
  }

  .brix---grid-1-navbar-mobile-footer {
    grid-row-gap: 8px;
  }

  .brix---heading-h4-size {
    color: #00858f;
  }

  .brix---heading-h2-size-verde-logo {
    color: #005e85;
    font-family: Source Sans Pro, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---color-neutral-837 {
    color: #777;
  }

  .brix---color-neutral-838 {
    color: #046e7c;
  }

  .brix---accordion-content-wrapper-v2 {
    max-width: 100%;
  }

  .brix---accordion-item-wrapper-v2 {
    background-color: rgba(0, 0, 0, 0);
    border-width: 1px 0 0;
    border-color: #dcddeb #8cc8cd #8cc8cd;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---grid-footer-v8 {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1fr 1fr 1fr minmax(360px, 2fr);
  }

  .heading-h2-size---privacidade {
    color: #005e85;
    font-family: Source Sans Pro, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---header-content-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .header-navbar {
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-download-app-white, .brix---btn-download-app {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---paragraph-default, .brix---color-neutral-600 {
    text-align: center;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---color-neutral-800 {
    text-align: center;
    font-family: Noto Sans, sans-serif;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .secao-hero {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---hero-titulo-m-dio {
    text-align: center;
    font-size: 70px;
    line-height: 60px;
  }

  .brix---heading-h1-size-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-titulo-pequeno {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .brix---hero-titulo-grande {
    text-align: center;
    font-size: 80px;
    line-height: 71px;
  }

  .div-block {
    padding-left: 0;
  }

  .div-block-2 {
    padding-right: 0;
  }

  .brix---paragraph-default-branco {
    text-align: center;
    margin-bottom: 40px;
  }

  .brix---heading-h3-size {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
    align-content: space-around;
    justify-content: stretch;
    align-items: stretch;
    justify-items: end;
    display: flex;
  }

  .brix---heading-h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 10px;
  }

  .secao-refrativa {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .secao-especialidades {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-branco {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h2-size {
    font-family: Source Sans Pro, sans-serif;
    font-size: 48px;
    line-height: 46px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 0;
  }

  .grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-azul {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 25px;
    grid-template: "Area"
                   "Area-2"
                   "."
                   / 1fr;
  }

  .secao-suite-refrativa {
    padding-top: 118px;
    padding-bottom: 118px;
    display: none;
  }

  .heading-h2-size---verde-claro {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-h2-size-branco---top-100 {
    text-align: center;
    font-size: 48px;
    line-height: 46px;
  }

  .heading-h2-size---verde-logo {
    font-size: 48px;
    line-height: 60px;
  }

  .image {
    padding-top: 0;
    display: block;
  }

  .paragraph-18 {
    max-width: 280px;
    text-align: center;
    font-weight: 600;
    display: inline;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    align-self: center;
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---square-icon {
    align-self: center;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .secao-quem-somos {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .brix---btn-slider-arrow-right---top-right {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 39.5%;
  }

  .brix---btn-slider-arrow-right---top-left {
    top: auto;
    bottom: -90px;
    left: 39.5%;
    right: auto;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---testimonial-v3-image-wrapper {
    max-width: 310px;
  }

  .brix---slider-mask-testimonial-v3 {
    position: static;
  }

  .brix---inner-container-547px {
    max-width: 100%;
    object-fit: fill;
    display: inline-block;
  }

  .secao-depoimentos {
    padding-top: 20px;
    padding-bottom: 180px;
  }

  .brix---parafrafo-destaque {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sesao-faq-procedimentos {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-link-icon-wrapper {
    justify-content: flex-start;
  }

  .brix---footer-col-title {
    text-align: center;
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-24px-2 {
    text-align: center;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .secao-footer {
    display: none;
  }

  .html-embed {
    width: 80%;
    height: 350px;
    text-align: center;
    margin: 60px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .secao-suite-refrativa-mobile {
    background-image: none;
    margin-top: 0;
    padding-top: 118px;
    padding-bottom: 100px;
    display: block;
  }

  .heading-h2-size---verde-logo-mobile {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-3 {
    display: block;
  }

  .div-block-5 {
    text-align: center;
    margin-top: 40px;
  }

  .brix---heading-h1-size-verde-log {
    font-size: 48px;
    line-height: 60px;
  }

  .sesao-navbar-footer-mobile {
    justify-content: space-around;
    display: flex;
  }

  .brix---grid-1-navbar-mobile-footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---card-link-icon-navbar-footer {
    justify-content: space-between;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---image {
    height: 80%;
  }

  .icon-footer-menu-03 {
    height: 100px;
    background-color: #00737c;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
    display: flex;
  }

  .grind-footer-menu {
    width: 100%;
    height: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: end;
    justify-items: stretch;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---mg-bottom-40px-3 {
    grid-row-gap: 270px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .secao-footer-menu-mobile {
    background-color: #046e7c;
    margin-top: -6px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .icon-footer-menu-02 {
    height: 100px;
    background-color: #007d86;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
    display: flex;
  }

  .icon-footer-menu-01 {
    height: 100px;
    background-color: #00858f;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
    display: flex;
  }

  .icon-footer-menu-04 {
    height: 100px;
    background-color: #006870;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
    display: flex;
  }

  .div-block-footer-mapa-mobile {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 100px;
    display: flex;
  }

  .brix---hero-titulo-m-dio-refrativa {
    text-align: center;
    font-size: 70px;
    line-height: 60px;
  }

  .brix---hero-titulo-grande-refrativa {
    text-align: center;
    font-size: 80px;
    line-height: 71px;
  }

  .secao-voceconhecearefrativa, .secao-porqueescolheroeyelaser {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .brix---paragraph-default-branco-justificado {
    text-align: center;
    margin-bottom: 40px;
  }

  .secao-liberdadevisual {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .secao-ceratoconefatoresrisco {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .secao-oqueeceratocone, .secao-tratamentos {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .secao-fatoresderisco {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-4, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-07 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---grid-3-columns-team-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---grid-2-colunas {
    grid-template-columns: 1fr 1fr;
    align-content: space-around;
    justify-content: stretch;
    align-items: stretch;
    justify-items: end;
    display: flex;
  }

  .secao-ceratoconesintomas {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---heading-h3-size-branco, .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---hero-titulo-grande-olho-seco {
    text-align: center;
    font-size: 80px;
    line-height: 71px;
  }

  .brix---hero-titulo-m-dio-olho-seco {
    text-align: center;
    font-size: 70px;
    line-height: 60px;
  }

  .secao-oqueeolhoseco, .secao-olhosecosintomas {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .secao-olhosecoirpl {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .secao-olhosecosecaomeio {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sesao-faq-refrativas, .sesao-faq-ceratocone, .sesao-faq-olhoseco {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .secao-selecao-site {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr 1fr;
    align-content: space-around;
    justify-content: stretch;
    align-items: stretch;
    justify-items: end;
    display: flex;
  }

  .brix---heading-h1-size-verde-logo {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size-verde-logo {
    font-family: Source Sans Pro, sans-serif;
    font-size: 48px;
    line-height: 46px;
  }

  .brix---hero-titulo-oftalmos {
    text-align: center;
    font-size: 70px;
    line-height: 60px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    width: 44px;
    height: 3px;
    background-color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    width: 44px;
    height: 3px;
    background-color: #fff;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: #211f54;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: #211f54;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    background-color: #fff;
    border-top: 0 solid #eff0f6;
    border-bottom: 0 solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-hero-oftalmos {
    font-size: 48px;
    line-height: 60px;
  }

  .secao-oftalmos-apresentacao {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---heading-h3-size---azul-logo, .brix---heading-h3-size---verde-logo {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .botoes-em-linha---esquerda {
    justify-content: center;
    margin-bottom: 40px;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .secao-oftamos-hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .brix---card-testimonial-v12 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---tab-line {
    padding: 22px 18px;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .header-navbar-oftalmos {
    box-shadow: none;
    opacity: 1;
    background-color: rgba(20, 20, 43, .1);
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .spark-side-tabs-content.spark-full-width-mobile, .spark-side-flat-tab {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-stacked-flat-tabs-menu.spark-full-on-mobile {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

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

  .spark-side-flat-tab-parent.spark-flex-middle {
    flex-direction: column;
  }

  .spark-unchecked.spark-half-width {
    width: 50%;
  }

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

  .spark-checked-item.spark-half-width {
    width: 50%;
  }

  .spark-small-sub-paragraph.spark-no-bottom {
    margin-bottom: 0;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-apresentacao {
    max-width: none;
  }

  .brix---heading-h3-size-azul-logo-center {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---color-neutral-400, .brix---color-neutral-400-copy {
    text-align: center;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-7 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---avatar-circle-08-testimonial-v12-2 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .brix---card-testimonial-v12-2 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---tab-line-2 {
    padding: 22px 18px;
  }

  .brix---tabs-menu-bottom-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    top: -36px;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    top: -36px;
    bottom: auto;
    left: auto;
    right: 90px;
  }

  .brix---heading-h3-size-8 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-content-testimonial-v3-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---testimonial-v3-image-wrapper-2 {
    max-width: 310px;
  }

  .brix---slider-mask-testimonial-v3-2 {
    position: static;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h2-size-branco {
    text-align: center;
    font-size: 48px;
    line-height: 46px;
  }

  .tab-pane-tecnologias {
    max-width: 700px;
    min-width: 500px;
  }

  .paragrafo-branco-p {
    text-align: center;
    margin-bottom: 40px;
  }

  .image-5 {
    display: block;
  }

  .slider-mask-tecnologia {
    position: static;
  }

  .btn-slider-tecnologia---top-left {
    top: auto;
    bottom: -90px;
    left: 39.5%;
    right: auto;
  }

  .btn-slider-tecnologia---top-right {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 39.5%;
  }

  .tecnologia-imagem {
    max-width: 310px;
  }

  .tecnologia-conteudo {
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---heading-h3-size-9 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper-2 {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .secao-oftalmos-beneficios-01 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .secao-oftalmos-beneficios {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h2-size-branco-center {
    text-align: center;
    font-size: 48px;
    line-height: 46px;
  }

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

  .secao-oftalmos-calculadoras {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .secao-oftalmos-parcerias {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns-2-copy, .grid-2-columns {
    grid-template-columns: 1fr 1fr;
  }

  .secao-oftalmos-convenios {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .secao-oftalmos-depoimentos {
    padding-top: 20px;
    padding-bottom: 180px;
  }

  .estrutura-conteudo, .servicos-conteudo {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sesao-oftalmos-faq {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .btn-primary-green {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .secao-oftalmos-footer {
    display: none;
  }

  .secao-home {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---cta-v11-half-bg-left {
    width: 100%;
    height: 50%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brix---cta-v11-half-bg-right {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary-white-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-12 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-32px-5 {
    margin-bottom: 24px;
  }

  .brix---grid-cta-v11 {
    grid-column-gap: 28px;
    grid-row-gap: 180px;
    grid-template-columns: .6fr;
  }

  .brix---cta-v11-section {
    padding-top: 146px;
    padding-bottom: 146px;
    display: block;
  }

  .brix---heading-h3-size-10 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .secao-cards-entrada {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-11 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px-6 {
    margin-bottom: 24px;
  }

  .brix---grid-2-columns-gap-column-80px {
    grid-column-gap: 40px;
  }

  .brix---heading-h2-size-13 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 40px;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr 1fr;
  }

  .botaowhatsapp {
    display: none;
  }

  .hero-titulo-olhoseco {
    min-width: 0;
    text-align: center;
    font-family: Noto Sans, sans-serif;
  }

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

  .secao-videodepoimento {
    padding-top: 20px;
    padding-bottom: 180px;
  }

  .brix---content-inside-card-testimonial-video {
    padding-bottom: 72px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .brix---play-button-100px, .brix---lightbox-video-icon-wrapper-2 {
    max-width: 100px;
  }

  .brix---video-bg-image-testimonial {
    width: 100%;
  }

  .brix---testimonial-video-wrapper {
    width: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-testimonial-video-left {
    flex-direction: column;
  }

  .brix---heading-h2-size-14 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .secao-videodepoimento-oftalmos {
    padding-top: 20px;
    padding-bottom: 180px;
  }

  .grid-suite-refrativa-home-pacientes {
    grid-row-gap: 25px;
    grid-template: "Area"
                   "Area-2"
                   "."
                   / 1fr;
  }

  .secao-convenios {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-15 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 40px;
  }

  .brix---section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .btn-cta-paciente-azul, .btn-cta-paciente-verde-logo, .brix---footer-bottom-v3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-7, .nome {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v8 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .cargo {
    margin-bottom: 24px;
  }

  .brix---accordion-spacer-3 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---heading-h2-size-16 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 40px;
  }

  .brix---section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .secao-privacidade {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .heading-h2-size---privacidade {
    font-family: Source Sans Pro, sans-serif;
    font-size: 48px;
    line-height: 46px;
  }

  .secao-depoimentos-cera {
    padding-top: 20px;
    padding-bottom: 180px;
  }

  .paragraph-18-justificado {
    max-width: 280px;
    text-align: center;
    font-weight: 600;
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-download-app-white, .brix---btn-download-app {
    padding: 20px 22px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .secao-hero {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---hero-titulo-m-dio {
    margin-bottom: 12px;
    font-size: 100px;
    line-height: 80px;
  }

  .brix---heading-h1-size-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-titulo-pequeno {
    margin-bottom: 12px;
    font-size: 83px;
    line-height: 46px;
  }

  .brix---hero-titulo-grande {
    margin-top: -13px;
    margin-bottom: 12px;
    font-size: 120px;
    line-height: 100px;
  }

  .div-block {
    padding-left: 0;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---square-icon-large {
    width: 84px;
    max-width: 100%;
    border-radius: 21px;
  }

  .brix---content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }

  .brix---grid-3-columns {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .brix---heading-h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .secao-refrativa {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .secao-especialidades {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-branco {
    margin-bottom: 12px;
    font-size: 45px;
    line-height: 46px;
  }

  .brix---card-top-bg-refrativa {
    min-height: 110px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---card-link {
    width: 80%;
  }

  .brix---heading-h2-size {
    text-align: center;
    font-size: 45px;
    line-height: 40px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-azul {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .secao-suite-refrativa {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-size---verde-claro {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .heading-h2-size-branco---top-100 {
    margin-top: 0;
    font-size: 45px;
    line-height: 40px;
  }

  .heading-h2-size---verde-logo {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .secao-quem-somos {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---card-content-testimonial-v3 {
    padding: 32px 32px 40px;
  }

  .brix---testimonial-v3-image-wrapper {
    max-width: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .secao-depoimentos {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding: 40px 24px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu-procedimentos {
    flex-direction: column;
    align-items: stretch;
  }

  .sesao-faq-procedimentos {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .brix---text-200-bold-2, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .secao-suite-refrativa-mobile {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .heading-h2-size---verde-logo-mobile {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h1-size-verde-log {
    margin-bottom: 12px;
    font-size: 45px;
    line-height: 46px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .secao-footer-menu-mobile {
    padding-top: 20px;
  }

  .brix---hero-titulo-m-dio-refrativa {
    margin-bottom: 12px;
    font-size: 90px;
    line-height: 80px;
  }

  .brix---hero-titulo-grande-refrativa {
    margin-top: -13px;
    margin-bottom: 12px;
    font-size: 100px;
    line-height: 100px;
  }

  .secao-voceconhecearefrativa, .secao-porqueescolheroeyelaser {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .secao-liberdadevisual {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

  .secao-ceratoconefatoresrisco {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .secao-oqueeceratocone, .secao-tratamentos {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .secao-fatoresderisco {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---avatar-circle-07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---grid-3-columns-team-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---grid-2-colunas {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .secao-ceratoconesintomas {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---square-icon-2 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---grid-2-columns-top {
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    border-radius: 25px;
  }

  .brix---hero-titulo-grande-olho-seco {
    margin-top: -13px;
    margin-bottom: 0;
    font-size: 100px;
    line-height: 93px;
  }

  .brix---hero-titulo-m-dio-olho-seco {
    margin-bottom: 12px;
    font-size: 90px;
    line-height: 73px;
  }

  .brix---grid-4-colunas {
    grid-template-columns: 1fr 1fr;
  }

  .secao-oqueeolhoseco, .secao-olhosecosintomas {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .secao-olhosecoirpl {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .secao-olhosecosecaomeio {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sesao-faq-refrativas {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .brix---tabs-menu-refrativas {
    flex-direction: column;
    align-items: stretch;
  }

  .sesao-faq-ceratocone {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .brix---tabs-menu-ceratocone {
    flex-direction: column;
    align-items: stretch;
  }

  .sesao-faq-olhoseco {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .brix---tabs-menu-olhoseco {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-6-colunas {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .secao-selecao-site {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---grid-3-columns-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .brix---heading-h1-size-verde-logo {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size-verde-logo {
    text-align: center;
    font-size: 45px;
    line-height: 40px;
  }

  .brix---hero-titulo-oftalmos {
    margin-bottom: 12px;
    font-size: 90px;
    line-height: 80px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(#4a3aff 72%, #4a3aff 72%, #fff 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---heading-h1-hero-oftalmos {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .secao-oftalmos-apresentacao {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .brix---grid-hero-play-button {
    grid-template-columns: 1fr;
  }

  .secao-oftamos-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---text-300-list {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---card-testimonial-v12 {
    padding: 32px 32px 48px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

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

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

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-features-included.spark-two-column {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .button-purple {
    padding: 1rem 1.5rem;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 12px;
  }

  .tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-menu-apresentacao {
    max-width: 100%;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 74px;
    margin-right: 0;
    display: flex;
  }

  .tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: auto;
    right: 36%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: 36%;
    right: auto;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-300-bold-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-300-list-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---avatar-circle-08-testimonial-v12-2 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---card-testimonial-v12-2 {
    padding: 32px 32px 48px;
  }

  .brix---text-301 {
    font-size: 15px;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-8 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .brix---tab-line-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---tabs-menu-bottom-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-7 {
    margin-bottom: 24px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---text-302 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px-8 {
    margin-bottom: 24px;
  }

  .brix---card-content-testimonial-v3-2 {
    padding: 32px 32px 40px;
  }

  .brix---testimonial-v3-image-wrapper-2 {
    max-width: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-testimonial-v3-2 {
    flex-direction: column;
  }

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 8px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-size-branco {
    margin-top: 0;
    font-size: 45px;
    line-height: 40px;
  }

  .tab-pane-tecnologias {
    max-width: none;
    min-width: 0;
  }

  .btn-slider-tecnologia---top-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .btn-slider-tecnologia---top-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .card-tecnologia {
    flex-direction: column;
  }

  .tecnologia-imagem {
    max-width: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .tecnologia-conteudo {
    padding: 32px 32px 40px;
  }

  .brix---square-icon-3 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 8px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .secao-oftalmos-beneficios-01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-top-32px-2 {
    margin-top: 24px;
  }

  .brix---square-icon-large-2 {
    width: 84px;
    max-width: 100%;
    border-radius: 21px;
  }

  .brix---content-inside-card-bg-top-2 {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---card-top-bg-2 {
    min-height: 110px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .secao-oftalmos-beneficios {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-size-branco-center {
    margin-top: 0;
    font-size: 45px;
    line-height: 40px;
  }

  .square-icon-80px {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---mg-bottom-40px-9 {
    margin-bottom: 24px;
  }

  .secao-oftalmos-calculadoras {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .secao-oftalmos-parcerias {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-3-columns-2-copy, .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .secao-oftalmos-convenios {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .secao-oftalmos-depoimentos {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .estrutura-conteudo, .servicos-conteudo {
    padding: 32px 32px 40px;
  }

  .sesao-oftalmos-faq {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .btn-primary-green {
    padding: 20px 32px;
  }

  .btn-secondary-green {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .secao-home {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-3 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v11 {
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v11-section {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .secao-cards-entrada {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-6 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-40px-10 {
    margin-bottom: 24px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix---grid-2-columns-gap-column-80px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-13 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-medium-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns-gap-0, .brix---grid-2-columns-sem-gap {
    grid-template-columns: 1fr;
  }

  .hero-titulo-olhoseco {
    flex-wrap: wrap;
    display: block;
  }

  .brix---card-top-bg-1, .brix---card-top-bg-3, .brix---card-top-bg-4, .brix---card-top-bg-5, .brix---card-top-bg-6, .brix---card-top-bg-7, .brix---card-top-bg-8, .brix---card-top-bg-9 {
    min-height: 110px;
  }

  .secao-videodepoimento {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brix---text-303 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold-6 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px-12 {
    margin-bottom: 8px;
  }

  .brix---content-inside-card-testimonial-video {
    padding: 32px 32px 48px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 90px;
  }

  .brix---heading-h2-size-14 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-11 {
    margin-bottom: 24px;
  }

  .brix---section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .secao-videodepoimento-oftalmos {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .grid-suite-refrativa-home-pacientes {
    grid-template-columns: 1fr;
  }

  .tabs-backup {
    flex-direction: column;
  }

  .secao-convenios {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---heading-h2-size-15 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-13 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .botao-cta-paciente {
    margin-right: 16px;
  }

  .btn-cta-paciente-azul, .btn-cta-paciente-verde-logo {
    padding: 20px 32px;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .brix---grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---footer-bottom-v3 {
    text-align: center;
  }

  .brix---btn-primary-small-3 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nome {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .brix---grid-footer-v8 {
    grid-template-columns: 1.4fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cargo {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last, .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---heading-h2-size-16 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-14 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
  }

  .brix---section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .secao-privacidade {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .container-privacidade {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heading-h2-size---privacidade {
    text-align: center;
    font-size: 45px;
    line-height: 40px;
  }

  .secao-depoimentos-cera {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-nav-list-item-show-in-mbl {
    width: 100%;
    text-align: left;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-icon-left {
    width: 10%;
  }

  .brix---btn-download-app-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 0px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secao-hero {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .brix---hero-titulo-m-dio {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 46px;
  }

  .brix---heading-h1-size-copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-titulo-pequeno {
    margin-bottom: 10px;
    font-size: 53px;
    line-height: 37px;
  }

  .brix---hero-titulo-grande {
    margin-top: -9px;
    margin-bottom: 10px;
    font-size: 83px;
    line-height: 69px;
  }

  .brix---paragraph-default-branco {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    color: #046e7c;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .brix---square-icon-large {
    max-width: 80px;
    border-radius: 21px;
  }

  .brix---content-inside-card-bg-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-top-bg {
    min-height: 140px;
  }

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

  .brix---heading-h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h1-size-branco {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-top-bg-refrativa {
    min-height: 140px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---link-wrapper {
    justify-content: center;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---heading-h2-size {
    color: #00858f;
    font-size: 30px;
    line-height: 34px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---heading-h1-size-azul {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2-size---verde-claro {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-h2-size-branco---top-100 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-h2-size---verde-logo {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    color: #00858f;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secao-quem-somos {
    padding-bottom: 40px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---color-neutral-804 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---parafrafo-destaque {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---accordion-title {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .sesao-faq-procedimentos {
    padding-bottom: 40px;
  }

  .brix---text-200-bold-2, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .html-embed {
    margin: 0;
  }

  .heading-h2-size---verde-logo-mobile, .brix---heading-h1-size-verde-log {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-link-icon-navbar-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-footer-menu-03 {
    height: 75px;
    border-radius: 0;
  }

  .grind-footer-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .icon-footer-menu-02, .icon-footer-menu-01, .icon-footer-menu-04 {
    height: 75px;
    border-radius: 0;
  }

  .div-block-footer-mapa-mobile {
    margin-bottom: 60px;
  }

  .brix---hero-titulo-m-dio-refrativa {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 46px;
  }

  .brix---hero-titulo-grande-refrativa {
    margin-top: -19px;
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 69px;
  }

  .brix---paragraph-default-branco-justificado {
    font-size: 17px;
    line-height: 28px;
  }

  .secao-liberdadevisual {
    padding-bottom: 40px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secao-fatoresderisco {
    padding-bottom: 40px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---grid-3-columns-team-v5 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---grid-2-colunas {
    grid-template-columns: 1fr;
  }

  .brix---heading-h3-size-branco {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---square-icon-2 {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---hero-titulo-grande-olho-seco {
    margin-top: -19px;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 55px;
  }

  .brix---hero-titulo-m-dio-olho-seco {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 46px;
  }

  .sesao-faq-refrativas, .sesao-faq-ceratocone, .sesao-faq-olhoseco {
    padding-bottom: 40px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-verde-logo {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size-verde-logo {
    color: #00858f;
    font-size: 30px;
    line-height: 34px;
  }

  .brix---hero-titulo-oftalmos {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 46px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item-2 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---heading-h1-hero-oftalmos {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size---azul-logo, .brix---heading-h3-size---verde-logo {
    color: #046e7c;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .brix---play-button-large-wrapper {
    width: 80px;
  }

  .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .botoes-em-linha---esquerda {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .secao-oftamos-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .spark-pricing-top.spark-thick-top-pricing {
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-side-tabs-content.spark-full-width-mobile {
    width: 100vw;
    margin-left: -20px;
  }

  .spark-side-flat-tab {
    padding: 16px;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .section-home-planos {
    background-size: auto, auto;
  }

  .spark-left-side-pricing-info.spark-reduce-margin-bottom {
    justify-content: center;
  }

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

  .spark-hold-pricing {
    width: 100%;
    text-align: center;
  }

  .spark-unchecked {
    grid-column-gap: 8px;
  }

  .spark-unchecked.spark-half-width {
    width: 100%;
  }

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

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-checked-item.spark-half-width {
    width: 100%;
  }

  .spark-large-plan-name {
    font-size: 1.2rem;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-pricing-tab-pane {
    width: 100vw;
    margin-left: 10px;
    padding: 20px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-left-12px---azul-logo {
    margin-left: 13px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 14px;
  }

  .tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tabs-menu-apresentacao {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 14px;
    display: grid;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---heading-h3-size-azul-logo-center {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .brix---text-300-bold-3 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---heading-h3-size-6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image-2 {
    width: 100%;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---card-testimonial-v6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-300-bold-4 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-5 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-7 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image-3 {
    width: 100%;
  }

  .brix---text-301 {
    font-size: 15px;
  }

  .brix---text-200-bold-4 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---avatar-circle-8 {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .brix---tab-line-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 15px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    bottom: -72px;
    left: 26%;
  }

  .brix---text-300-bold-5 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px-5 {
    margin-bottom: 6px;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-8 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-content-testimonial-v3-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---testimonial-v3-image-wrapper-2 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-testimonial-v3-2 {
    flex-direction: column;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 15px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2-size-branco {
    font-size: 30px;
    line-height: 34px;
  }

  .paragrafo-branco-p {
    font-size: 17px;
    line-height: 28px;
  }

  .image-4 {
    max-width: 100%;
  }

  .brix---paragraph-default-p {
    font-size: 17px;
    line-height: 28px;
  }

  .btn-slider-tecnologia---top-left {
    bottom: -72px;
    left: 26%;
  }

  .btn-slider-tecnologia---top-right {
    bottom: -72px;
    right: 26%;
  }

  .card-tecnologia {
    flex-direction: column;
  }

  .tecnologia-imagem {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .tecnologia-conteudo {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-9 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-6 {
    margin-bottom: 6px;
  }

  .brix---square-icon-3 {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-secondary-3, .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 15px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---botoes-em-linha---direita {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---square-icon-large-2 {
    max-width: 80px;
    border-radius: 21px;
  }

  .brix---content-inside-card-bg-top-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-top-bg-2 {
    min-height: 140px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .heading-h2-size-branco-center {
    font-size: 30px;
    line-height: 34px;
  }

  .square-icon-80px {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .calculadora---imagem {
    border-radius: 16px;
  }

  .grid-convenios {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .secao-oftalmos-parcerias {
    padding-bottom: 40px;
  }

  .brix---mg-bottom-24px-6 {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-2-copy, .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .convenio---imagem {
    border-radius: 16px;
  }

  .estrutura-conteudo, .servicos-conteudo {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sesao-oftalmos-faq {
    padding-bottom: 40px;
  }

  .btn-primary-green, .btn-secondary-green {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .secao-home {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .brix---btn-primary-white-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-margin {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px-7 {
    margin-bottom: 16px;
  }

  .brix---grid-cta-v11 {
    grid-row-gap: 110px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-v11-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-5 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-10 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-7 {
    margin-bottom: 6px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---text-200-bold-6 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-13 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-11 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-8 {
    margin-bottom: 6px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }

  .brix---heading-h2-size-13 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---avatar-image-100 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .botoes-em-linha---centralizado {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---card-top-bg-1, .brix---card-top-bg-3, .brix---card-top-bg-4, .brix---card-top-bg-5, .brix---card-top-bg-6, .brix---card-top-bg-7, .brix---card-top-bg-8, .brix---card-top-bg-9 {
    min-height: 140px;
  }

  .grid-calculadoras {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---text-300-bold-6 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px-12 {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-8 {
    margin-bottom: 16px;
  }

  .brix---content-inside-card-testimonial-video {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 70px;
  }

  .brix---heading-h2-size-14 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .brix---paragraph-default-15 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size-15 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-13 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---container-default-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .botao-cta-paciente {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .btn-cta-paciente-azul {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .botoes-em-linha---centro {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-cta-paciente-verde-logo {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-16 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .brix---btn-primary-small-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-footer-subscribe-1-col {
    grid-template-columns: 1fr;
  }

  .nome {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---social-media-link-text {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-24px {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
  }

  .brix---footer-link-2 {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-footer-v8 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cargo {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .brix---accordion-right-side-3 {
    margin-right: 0;
  }

  .brix---paragraph-default-17 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

  .brix---heading-h2-size-16 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-14 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
  }

  .brix---container-default-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .botoes-em-linha---cta-faq {
    flex-direction: column;
    align-items: stretch;
  }

  .footer---texto {
    font-size: 16px;
    line-height: 18px;
  }

  .secao-privacidade {
    padding-bottom: 40px;
  }

  .container-privacidade {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2-size---privacidade {
    color: #00858f;
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 100px;
    display: flex;
  }
}

#w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303bd-7889c0db, #w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303c7-7889c0db, #w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303d1-7889c0db, #w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303db-7889c0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ef53b9a-d977-720a-f9f0-4449d10f5f6b-7889c0dd {
  justify-self: end;
}

#w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303bd-7889c0de, #w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303c7-7889c0de, #w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303d1-7889c0de, #w-node-f4db20f5-4f9a-3eb1-1c5f-41658cb303db-7889c0de, #w-node-d493c8c1-aeb3-3907-99ea-628a07fb8021-7889c0de, #w-node-_194c2d89-0a9f-3d95-1a98-f0fff5184beb-7889c0de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b4b13875-acd1-6cbf-71da-d7964e48ee29-7889c0da, #w-node-_504e394f-1099-a77a-6e1d-0d90e4c417a8-7889c0da {
    justify-self: center;
  }

  #w-node-_6e93b9aa-8779-71af-495b-1517df4836a1-7889c0da {
    align-self: stretch;
  }

  #w-node-cfcee097-160b-08ae-eb21-5d47ac92df78-7889c0da, #w-node-cfcee097-160b-08ae-eb21-5d47ac92df98-7889c0da, #w-node-cfcee097-160b-08ae-eb21-5d47ac92dfb4-7889c0da {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b4b13875-acd1-6cbf-71da-d7964e48ee29-7889c0db {
    justify-self: center;
  }

  #w-node-_464d7fb0-0c4f-422c-4b34-c3486a57a8cc-7889c0db, #w-node-_464d7fb0-0c4f-422c-4b34-c3486a57a8ec-7889c0db, #w-node-_464d7fb0-0c4f-422c-4b34-c3486a57a908-7889c0db {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8ef53b9a-d977-720a-f9f0-4449d10f5f6b-7889c0dd {
    order: -9999;
    justify-self: start;
  }

  #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f10554c-7889c0dd, #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f105591-7889c0dd, #w-node-_93d386d1-f94d-dbb2-33db-2b19850c6d04-7889c0dd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b4b13875-acd1-6cbf-71da-d7964e48ee29-7889c0de {
    justify-self: center;
  }

  #w-node-_726b378b-7fbf-7c10-ff04-8ffee93fe940-7889c0de, #w-node-_726b378b-7fbf-7c10-ff04-8ffee93fe960-7889c0de, #w-node-_726b378b-7fbf-7c10-ff04-8ffee93fe97c-7889c0de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b4b13875-acd1-6cbf-71da-d7964e48ee29-7889c0df {
    justify-self: center;
  }

  #w-node-_6e93b9aa-8779-71af-495b-1517df4836a1-7889c0df {
    align-self: stretch;
  }

  #w-node-_74146961-28ef-62a1-fb35-73d22f59d80f-7889c0df, #w-node-_74146961-28ef-62a1-fb35-73d22f59d82f-7889c0df, #w-node-_74146961-28ef-62a1-fb35-73d22f59d84b-7889c0df, #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f10554c-0cf73974, #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f105591-0cf73974, #w-node-_93d386d1-f94d-dbb2-33db-2b19850c6d04-0cf73974 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfcee097-160b-08ae-eb21-5d47ac92df78-7889c0da {
    grid-column: span 2 / span 2;
  }

  #w-node-cfcee097-160b-08ae-eb21-5d47ac92df98-7889c0da, #w-node-cfcee097-160b-08ae-eb21-5d47ac92dfb4-7889c0da {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_464d7fb0-0c4f-422c-4b34-c3486a57a8cc-7889c0db {
    grid-column: span 2 / span 2;
  }

  #w-node-_464d7fb0-0c4f-422c-4b34-c3486a57a8ec-7889c0db, #w-node-_464d7fb0-0c4f-422c-4b34-c3486a57a908-7889c0db {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f10554c-7889c0dd {
    grid-column: span 2 / span 2;
  }

  #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f105591-7889c0dd, #w-node-_93d386d1-f94d-dbb2-33db-2b19850c6d04-7889c0dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_726b378b-7fbf-7c10-ff04-8ffee93fe940-7889c0de {
    grid-column: span 2 / span 2;
  }

  #w-node-_726b378b-7fbf-7c10-ff04-8ffee93fe960-7889c0de, #w-node-_726b378b-7fbf-7c10-ff04-8ffee93fe97c-7889c0de {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_74146961-28ef-62a1-fb35-73d22f59d80f-7889c0df {
    grid-column: span 2 / span 2;
  }

  #w-node-_74146961-28ef-62a1-fb35-73d22f59d82f-7889c0df, #w-node-_74146961-28ef-62a1-fb35-73d22f59d84b-7889c0df {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f10554c-0cf73974 {
    grid-column: span 2 / span 2;
  }

  #w-node-a3c636b9-cc77-eb9c-2e9c-bcd19f105591-0cf73974, #w-node-_93d386d1-f94d-dbb2-33db-2b19850c6d04-0cf73974 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}


