:root {
  --tom-secundário--escura: #0a3b66;
  --base--principal: #1b3a57;
  --tons-neutros--fundo-primário: #ecf0f1;
  --bt--hover: #b8892e;
  --bt--base: #c89b3c;
  --tons-neutros--texto-primário: #1a1a1a;
  --tons-neutros--texto-secundário: #5f5f5f;
  --alerta-sucesso--sucesso: #388e3c;
  --tom-secundário--clara: #2c5a77;
  --alerta-sucesso--alerta: #d32f2f;
  --tons-neutros--branco: white;
  --alerta-sucesso--atenção: #fbc02d;
  --alerta-sucesso--apoio-visual: #d96a33;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  color: var(--tons-neutros--fundo-primário);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar-link:hover {
  color: #f8f8f8b3;
}

.text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.navbar-button:hover {
  background-color: var(--bt--hover);
}

.navbar-bt-text {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar {
  background-color: var(--base--principal);
  padding: 16px 24px;
  font-family: Inter;
  font-weight: 300;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: var(--tons-neutros--fundo-primário);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  max-height: 1200px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: var(--tons-neutros--texto-primário);
  text-align: left;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.hero-sub {
  color: var(--tons-neutros--texto-secundário);
  text-align: justify;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: var(--alerta-sucesso--sucesso);
  color: var(--tons-neutros--fundo-primário);
  letter-spacing: .1px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 10px #09c3ec33;
}

.button:hover {
  background-color: var(--bt--hover);
}

.button.rodap {
  background-color: var(--bt--base);
  letter-spacing: .5px;
  flex: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Verdana, Geneva, sans-serif;
  box-shadow: 0 4px 10px #0003;
}

.button.verde {
  background-color: #2a8465;
}

.button.verde:hover {
  background-color: #3b9a79;
}

.bt-text {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: none;
  white-space: nowrap;
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.feature-section {
  grid-column-gap: 16px;
  background-color: var(--tom-secundário--escura);
  color: var(--tons-neutros--texto-primário);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.feature-section.claro {
  background-color: var(--tons-neutros--fundo-primário);
}

.feature-h2 {
  color: var(--tons-neutros--fundo-primário);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.feature-h2.dark {
  color: var(--tons-neutros--texto-primário);
}

.services-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.obten-o-de-cirurgias-essenciais-0 {
  color: var(--tons-neutros--texto-secundário);
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.obten-o-de-cirurgias-essenciais-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.info-column-right {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.testimonial-column-dark {
  grid-row-gap: 40px;
  background-color: var(--tons-neutros--fundo-primário);
  color: var(--tons-neutros--texto-primário);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 24px;
  text-decoration: none;
  display: none;
}

.testimonial-big-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 24px;
  background-color: #f5f7fa;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.quote {
  grid-row-gap: 92px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testimonial-p {
  text-align: justify;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.author {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testimonial-nomeb {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.testimonial-serviceb {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.small-columns-3 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  text-decoration: none;
  display: flex;
}

.column-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-3 {
  grid-row-gap: 24px;
  background-color: #f5f7fa;
  border-radius: 17px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.author-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testimonial-nomes {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.testimonial-services {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.quote-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 280px;
  text-decoration: none;
  display: flex;
}

.gallery-scroll-2 {
  background-color: var(--tons-neutros--fundo-primário);
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-h4 {
  color: var(--tons-neutros--texto-secundário);
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.gallery-link-h4:hover {
  color: #1a1b1fcc;
}

.gallery-link-h4:focus {
  font-weight: 600;
}

.gallery-link-h4.w--current {
  color: var(--tons-neutros--texto-primário);
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  filter: hue-rotate(25deg) brightness(80%) blur(1px);
  border-radius: 16px;
  box-shadow: 0 2px 5px #0003;
}

.gallery-image-text {
  color: var(--tons-neutros--fundo-primário);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.body {
  background-color: var(--base--principal);
  font-family: Poppins;
}

.hero-icons {
  width: 100%;
  max-width: 250px;
}

.hero-cell {
  background-image: linear-gradient(315deg, var(--tom-secundário--escura), var(--tom-secundário--clara));
  border-radius: 20px;
  padding: 22px;
}

.hero-cell.display-none {
  background-image: linear-gradient(315deg, var(--tom-secundário--escura), var(--tom-secundário--clara));
}

.bold-text {
  color: var(--alerta-sucesso--alerta);
}

.cta-section {
  grid-row-gap: 40px;
  background-color: var(--tom-secundário--escura);
  color: #fffdfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding: 100px 24px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.shadow-two {
  border-radius: 16px;
  box-shadow: 0 4px 24px #96a3b514;
}

.info-div {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.hero-container {
  grid-column-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.hero-column {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-height: 60vh;
  text-decoration: none;
  display: flex;
}

.hero-column.left {
  justify-content: center;
  align-items: center;
  width: 80%;
}

.hero-quick-stack {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.testimonial-columns {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.cta-sub {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.cta-complementar {
  color: var(--tons-neutros--fundo-primário);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 110%;
}

.info-section {
  grid-column-gap: 80px;
  background-color: var(--tom-secundário--escura);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 24px 0 0;
  text-decoration: none;
  display: flex;
}

.info-container {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.info-div-actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.footer-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--tom-secundário--clara);
  color: var(--tons-neutros--fundo-primário);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.footer-copyright-center {
  text-align: center;
  padding-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.cta-heading {
  text-align: center;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
}

.elevator-logo {
  height: 24px;
}

.testimonial-heading {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.testimonial-sub {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.testimonial-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testimonial-small-columns {
  border-radius: 17px;
}

.hero-column-tittle {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.gallery-div-button {
  display: none;
}

.testimonial-pb {
  text-align: justify;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.image-7 {
  max-width: 65%;
}

.text-span-2 {
  background-image: linear-gradient(to bottom, var(--alerta-sucesso--sucesso), var(--alerta-sucesso--sucesso));
  text-align: center;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.text-span-3 {
  background-image: linear-gradient(to bottom, var(--alerta-sucesso--sucesso), var(--alerta-sucesso--sucesso));
}

.quick-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-8 {
  border-radius: 5px;
}

.link-block {
  width: 56px;
  height: 56px;
  position: fixed;
  inset: auto 5vw 5vh auto;
}

@media screen and (max-width: 991px) {
  .navbar-menu {
    max-width: unset;
    grid-column-gap: 0px;
    background-color: var(--tom-secundário--escura);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .navbar-link {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .navbar-link:active {
    background-color: var(--base--principal);
    color: var(--tons-neutros--fundo-primário);
  }

  .navbar-button {
    background-color: var(--bt--base);
    justify-content: center;
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .navbar-bt-text {
    font-size: .8rem;
  }

  .hero-heading-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-copy-goes-here-be-awesome {
    text-align: center;
    font-size: 1.8rem;
  }

  .hero-sub {
    text-align: center;
    font-size: .9rem;
  }

  .bt-text {
    font-size: .9rem;
  }

  .feature-section {
    padding: 60px 24px;
  }

  .feature-h2 {
    font-size: 1.6rem;
  }

  .services-logo {
    width: 200px;
  }

  .actions-2 {
    display: none;
  }

  .testimonial-big-column {
    width: 100%;
  }

  .quote {
    grid-row-gap: 1rem;
  }

  .testimonial-p {
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 130%;
  }

  .small-columns-3 {
    grid-column-gap: 1rem;
    flex: 1;
    width: 100%;
  }

  .column-7 {
    align-self: stretch;
  }

  .content-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote-3 {
    height: 100%;
  }

  .gallery-scroll-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
  }

  .gallery-link-h4 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

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

  .gallery-image.shadow-two {
    opacity: 1;
    filter: hue-rotate(14deg) brightness(80%) blur(1px);
  }

  .gallery-image-text {
    text-align: center;
    font-size: 1.3rem;
    bottom: 77px;
  }

  .hero-cell.display-none {
    display: none;
  }

  .container-4 {
    max-width: 728px;
  }

  .info-div {
    padding-bottom: 20px;
  }

  .hero-container {
    flex-flow: column-reverse;
    align-items: center;
  }

  .hero-column {
    justify-content: center;
    align-items: center;
  }

  .hero-column.left {
    margin-bottom: 20px;
  }

  .hero-quick-stack {
    width: 400px;
    overflow: hidden;
  }

  .testimonial-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .info-section {
    padding-right: 0;
  }

  .info-container {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 5vw;
  }

  .footer-dark {
    padding-top: 0;
  }

  .menu-button {
    border: 1px solid var(--tons-neutros--fundo-primário);
    color: var(--tons-neutros--fundo-primário);
    border-radius: 16px;
  }

  .menu-button.w--open {
    background-color: var(--base--principal);
  }

  .testimonial-heading {
    font-size: 1.6rem;
  }

  .testimonial-sub {
    font-size: .9rem;
  }

  .testimonial-title {
    letter-spacing: 1px;
    width: 80vw;
  }

  .hero-column-tittle {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-div-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-pb {
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 130%;
  }

  .text-span-2 {
    background-color: var(--tom-secundário--clara);
  }

  .flex-block {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding-top: 40px;
  }

  .title-copy-goes-here-be-awesome {
    font-size: 1.6rem;
  }

  .hero-sub {
    font-size: .85rem;
  }

  .button {
    font-size: .8rem;
  }

  .bt-text {
    font-size: .85rem;
  }

  .feature-h2 {
    font-size: 1.4rem;
  }

  .testimonial-p {
    font-size: .7rem;
  }

  .testimonial-nomeb {
    font-size: 1.2rem;
  }

  .testimonial-serviceb {
    font-size: .7rem;
  }

  .small-columns-3 {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .content-3 {
    box-shadow: 0 4px 10px #00000040;
  }

  .quote-3 {
    min-height: auto;
  }

  .gallery-scroll-2 {
    padding: 60px 15px;
  }

  .gallery-link-h4 {
    font-size: 1.2rem;
  }

  .gallery-grid {
    grid-template-columns: .5fr minmax(200px, .5fr);
  }

  .gallery-image-text {
    font-size: 1.2rem;
    bottom: 15%;
  }

  .cta-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-sub {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
  }

  .cta-complementar {
    line-height: 120%;
  }

  .info-container {
    padding-left: 5vw;
  }

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

  .cta-heading {
    letter-spacing: 1.2px;
    font-size: 1.4rem;
  }

  .testimonial-heading {
    font-size: 1.4rem;
  }

  .testimonial-sub {
    font-size: .7rem;
  }

  .testimonial-small-columns {
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px #00000040;
  }

  .testimonial-pb {
    font-size: .7rem;
  }

  .image-7 {
    max-width: 100%;
  }

  .quick-stack-3 {
    padding: 65px;
  }
}

@media screen and (max-width: 479px) {
  .vectors-wrapper {
    width: 100px;
  }

  .navbar-menu {
    background-color: var(--base--principal);
  }

  .navbar-link, .navbar-button {
    width: 100%;
  }

  .hero-heading-left {
    padding-top: 20px;
  }

  .title-copy-goes-here-be-awesome {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .hero-sub {
    text-align: center;
    letter-spacing: .3px;
    font-family: Open Sans, sans-serif;
    font-size: .8rem;
    font-weight: 600;
  }

  .button {
    background-color: var(--alerta-sucesso--sucesso);
    text-shadow: none;
    margin-top: 1rem;
  }

  .button.rodap {
    background-color: var(--alerta-sucesso--sucesso);
    box-shadow: 0 4px 10px #0003;
  }

  .button.verde {
    background-color: var(--alerta-sucesso--sucesso);
  }

  .feature-section {
    background-color: var(--tom-secundário--escura);
  }

  .feature-section.claro {
    background-color: var(--tons-neutros--fundo-primário);
  }

  .feature-h2 {
    font-size: 1rem;
    font-weight: 400;
  }

  .services-logo {
    width: 50%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-column-dark {
    display: none;
  }

  .small-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .gallery-scroll-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .gallery-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .gallery-sticky {
    align-items: stretch;
  }

  .gallery-link-h4 {
    text-align: center;
    font-size: 1rem;
    display: none;
  }

  .gallery-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .gallery-image.shadow-two {
    filter: hue-rotate(14deg) brightness(61%) blur(1px);
    object-fit: cover;
    height: 8.9rem;
  }

  .gallery-image-text {
    font-size: 1.2rem;
    bottom: 25%;
    left: 30px;
    right: 30px;
  }

  .body {
    background-color: var(--tom-secundário--escura);
  }

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

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-quick-stack {
    max-width: 100vw;
  }

  .cta-sub {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .info-section {
    background-color: var(--tom-secundário--escura);
  }

  .info-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-heading {
    letter-spacing: 2px;
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 500;
  }

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

  .text-span-3 {
    background-color: var(--alerta-sucesso--sucesso);
  }

  .quick-stack-3 {
    padding: 6px;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .image-8 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-height: 280px;
  }

  .link-block {
    top: auto;
    bottom: 5vh;
    right: 6vw;
  }
}

#w-node-d8afbdac-394b-d5e3-0a5d-a2ad0e704cfd-b464c81e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe24-b464c81e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe34-b464c81e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Cirurgias-essenciais.w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe35-b464c81e, #w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe36-b464c81e, #Defesa-dos-direitos.w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe39-b464c81e, #w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe3a-b464c81e, #tratamentos.w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe3d-b464c81e, #w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe3e-b464c81e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2bb21d5-d1cc-0ddb-da4d-0c63f9812472-b464c81e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe24-b464c81e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2da1e770-e9f9-fbce-2e93-25ffe4288609-b464c81e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2bb21d5-d1cc-0ddb-da4d-0c63f9812472-b464c81e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe24-b464c81e, #w-node-_7e9fdffc-416b-c5be-44f4-481f5741fe34-b464c81e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


