:root {
  --black: #040404;
  --saddle-brown: #423116;
  --lime-green: #25d366;
  --dark-salmon: #c2947d;
  --red: #ff3131;
  --subtextgreen: #39bb6a;
  --dim-grey: #727272;
}

body {
  color: var(--black);
  font-family: Questrial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25rem;
}

h1 {
  color: #040404;
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: Spartan, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 2.75rem;
}

h2 {
  color: var(--saddle-brown);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Spartan, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 2.25rem;
}

a {
  text-decoration: underline;
}

.hero {
  z-index: 0;
  background-color: #f2f2f2;
  min-height: 87vh;
  max-height: 87vh;
  padding: 0 3.75rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.container {
  width: auto;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container.flexhorizontal {
  justify-content: space-between;
  width: auto;
  max-width: 72.5rem;
  display: flex;
  overflow: visible;
}

.container.flexabout {
  z-index: 5;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: static;
}

.container.flexdirection-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.container.center-atendimentos {
  z-index: -3;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.heroinfowrapper {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(249, 249, 249, 0);
  background-clip: border-box;
  margin: 25vh 0% auto -1.25rem;
  padding: 1.25rem;
  position: relative;
}

.btnwrapper {
  flex-flow: wrap;
  align-content: space-between;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.875rem;
  display: flex;
}

.navbar {
  z-index: 2;
  background-color: #f9f9f9;
}

.heroimgwrapper {
  max-height: none;
  margin-top: 0;
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3rem;
}

.image {
  position: relative;
}

.html-embed {
  padding-right: 1.8125rem;
  position: absolute;
  top: 17%;
  bottom: 0%;
  left: -8%;
  right: auto;
}

.nav-link {
  color: var(--black);
  cursor: pointer;
  margin-top: .125rem;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: .7em;
  font-weight: 300;
}

.nav-link:hover {
  color: rgba(4, 4, 4, .7);
}

.heading {
  color: rgba(4, 4, 4, .9);
  margin-bottom: .3125rem;
  margin-left: -.75rem;
  font-size: 2em;
  line-height: 4.5rem;
}

.heroinfo {
  color: rgba(4, 4, 4, .9);
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2.25rem;
}

.wpp-btn {
  border: .125rem none var(--lime-green);
  background-color: var(--lime-green);
  padding: .9375rem 3.25rem;
}

.btnsaibamais {
  border: .0625rem solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-top: .625rem;
  margin-left: 0;
  padding: .875rem 4.3125rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  transition: background-color .5s;
}

.btnsaibamais:hover {
  color: var(--black);
  background-color: rgba(4, 4, 4, .05);
}

.btnsaibamais.btndicas {
  padding-left: 4rem;
  padding-right: 3.9375rem;
}

.btnsaibamais.presencial {
  border-width: .0625rem;
  border-color: var(--saddle-brown);
  color: var(--saddle-brown);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 1.25rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  font-weight: 400;
  transition: background-color .5s;
}

.btnsaibamais.presencial:hover {
  background-color: rgba(66, 49, 22, .14);
  border-style: solid;
}

.btnsaibamais.online {
  cursor: pointer;
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
  transition: background-color .5s;
}

.btnsaibamais.online:hover {
  background-color: rgba(66, 49, 22, .14);
}

.frasedeimpacto {
  background-color: var(--dark-salmon);
  text-align: center;
  max-width: 72.4375rem;
  min-height: 8rem;
  max-height: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: #fff;
  margin-top: .625rem;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.text-block {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: .9em;
}

.body {
  background-color: #f9f9f9;
}

.aboutimgwrapper {
  cursor: pointer;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.textaboutwrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 2vw;
  margin-right: 0;
  display: flex;
}

.section {
  background-color: #f9f9f9;
  padding-top: 1.25rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.section.aboutsection {
  z-index: 3;
  background-color: #f9f9f9;
  margin-top: 0;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  position: static;
}

.text-block-2 {
  color: rgba(4, 4, 4, .9);
  max-width: 35.25rem;
  margin-top: 1.25rem;
  line-height: 2.0625rem;
}

.text-span {
  color: rgba(114, 114, 114, .8);
}

.heading-3 {
  color: rgba(4, 4, 4, .95);
  max-width: 35.25rem;
  margin-bottom: 1.25rem;
  font-size: 2.7em;
  font-weight: 400;
}

.centertitle {
  color: rgba(4, 4, 4, .95);
  text-align: center;
  font-size: 2.7em;
  line-height: 4.4375rem;
}

.text-block-3 {
  color: var(--lime-green);
  text-align: center;
}

.text-span-2 {
  color: rgba(114, 114, 114, .9);
  cursor: pointer;
  font-size: 1.4em;
  transition: all .2s;
}

.text-span-2:hover {
  color: rgba(48, 48, 48, .9);
}

.postswrapper {
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.post {
  cursor: pointer;
  max-width: 16.75rem;
  max-height: 1.625rem;
}

.section-2 {
  background-color: #f9f9f9;
  padding: 3.75rem;
}

.laranjatuts {
  z-index: 1;
  margin-bottom: 1.875rem;
  position: relative;
  box-shadow: 4px 4px .0625rem rgba(0, 0, 0, .1);
}

.html-embed-2 {
  position: absolute;
  top: -3%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.pinkshadow {
  z-index: 0;
  background-color: rgba(114, 114, 114, .1);
  min-width: 29rem;
  max-width: 29rem;
  min-height: 41rem;
  max-height: 57vh;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footerspace {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.footerspace.firstr {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-3 {
  background-color: #f2f2f2;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem 3.75rem;
  display: flex;
}

.image-3 {
  max-width: 6.8125rem;
  max-height: 4.4375rem;
}

.fttitel {
  font-size: 1rem;
}

.text-block-4 {
  font-family: Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-block-5 {
  color: rgba(4, 4, 4, .9);
  cursor: pointer;
  padding-top: .3125rem;
  padding-bottom: .125rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .2s;
}

.text-block-5:hover {
  color: rgba(4, 4, 4, .6);
}

.text-block-5:active {
  color: rgba(4, 4, 4, .3);
}

.link-block {
  text-decoration: none;
}

.section-4 {
  z-index: 30;
  background-color: #f9f9f9;
  padding: 3.75rem;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  color: rgba(4, 4, 4, .9);
  text-align: center;
  font-size: 2.7em;
}

.atendimentotext {
  color: rgba(4, 4, 4, .95);
  text-align: center;
  max-width: 43.875rem;
  max-height: 8.5rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.0625rem;
}

.textoconsultas {
  max-width: 27.4375rem;
  margin-top: 10vh;
}

.numeroconsulta {
  position: relative;
}

.tituloconsulta {
  color: var(--saddle-brown);
  margin-top: 1.875rem;
  margin-bottom: .625rem;
  font-size: 2em;
  line-height: 3.375rem;
}

.detalhesconsultapresencial {
  white-space: normal;
  line-height: 1.9375rem;
}

.text-block-6 {
  font-family: Spartan, sans-serif;
  font-size: 2.8em;
  position: relative;
}

.html-embed-3 {
  position: absolute;
  top: -72%;
  bottom: auto;
  left: 1%;
  right: 0%;
}

.list {
  color: var(--saddle-brown);
  line-height: 1.975rem;
}

.list-item {
  list-style-type: disc;
}

.link {
  color: var(--lime-green);
  text-decoration: none;
}

.text-span-3 {
  color: var(--lime-green);
}

.progressbar-wrapper {
  z-index: -3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
  position: relative;
}

.progressunload {
  color: #d80a0a;
  background-color: #be0909;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: .1875rem;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  width: 100%;
  padding: 3.125rem 0;
}

.image-4 {
  position: static;
}

.list-2 {
  color: rgba(4, 4, 4, .9);
  line-height: 2rem;
}

.timelineleft {
  text-align: left;
}

.timelinecircle {
  background-color: var(--saddle-brown);
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: .9375rem;
  height: .9375rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.progressline {
  z-index: -2;
  background-color: rgba(66, 49, 22, .5);
  width: .3125rem;
  height: 147%;
  position: absolute;
}

.loadinproress {
  z-index: -1;
  background-color: var(--saddle-brown);
  width: .3125rem;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.text-block-7 {
  color: rgba(4, 4, 4, .9);
  font-family: Spartan, sans-serif;
  font-size: 3em;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: rgba(114, 114, 114, .2);
  width: .1875rem;
  height: 100%;
  position: absolute;
}

.margin-bottom-medium {
  margin-bottom: 2rem;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.text-span-4 {
  color: #25d366;
}

.list-3 {
  color: rgba(4, 4, 4, .95);
  text-align: left;
  line-height: 1.975rem;
}

.tituloconsulta-2 {
  color: rgba(4, 4, 4, .9);
  margin-top: 1rem;
  margin-bottom: .625rem;
  font-size: 2em;
  line-height: 3.375rem;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 11.25rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.timeline_component {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #423116;
  width: .1875rem;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.html-embed-4 {
  position: absolute;
  top: -80%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.textoconsultas-presencial {
  text-align: left;
  max-width: 27.4375rem;
  margin-top: 10vh;
}

.link-2 {
  color: #25d366;
  text-decoration: none;
}

.timelinesection {
  z-index: -3;
  position: relative;
}

.container-2 {
  width: 90vw;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #f9f9f9;
  position: relative;
}

.timeline_item-2 {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 11.25rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.timeline_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.pagewrapper {
  z-index: 2;
  background-color: #f9f9f9;
  position: relative;
}

.timeline_progress-bar-2 {
  z-index: 1;
  background-color: rgba(4, 4, 4, .9);
  width: .1875rem;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.section-timeline-2 {
  z-index: -3;
  background-color: #f9f9f9;
  padding-top: 0;
  position: relative;
}

.html-embed-5 {
  color: rgba(255, 49, 49, .8);
  position: absolute;
  top: auto;
  bottom: -129%;
  left: 1%;
  right: auto;
}

.postlink {
  cursor: pointer;
  max-width: 16.75rem;
  position: relative;
}

.igdiveffect {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(114, 114, 114, .4) 27%, rgba(255, 255, 255, .55) 90%);
  justify-content: center;
  align-items: center;
  transition: opacity .45s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.igdiveffect:hover {
  opacity: 1;
}

.html-embed-6 {
  justify-content: center;
  align-items: center;
  display: block;
}

.azultuts {
  z-index: 1;
  opacity: 0;
  margin-bottom: 1.875rem;
  transition: opacity 50ms;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px .0625rem rgba(0, 0, 0, .1);
}

.azultuts:active {
  z-index: 1;
}

.link-3 {
  color: var(--lime-green);
  text-decoration: none;
}

.footerlinks {
  text-decoration: none;
}

.textoconsultas-online {
  text-align: left;
  max-width: 27.4375rem;
  margin-top: 10vh;
  display: none;
}

.image-5 {
  padding-bottom: .3125rem;
}

.link-block-2 {
  background-color: var(--lime-green);
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  overflow: visible;
}

.link-block-2:hover {
  background-color: #1daa52;
}

.text-block-8 {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  padding-right: 2.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
}

.html-embed-7 {
  padding-left: 1.375rem;
  padding-right: 1.0625rem;
}

.image-6 {
  max-width: 50%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btndicasdanutri-copy {
  border: .0625rem solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 1.25rem;
  padding: .875rem 3.9375rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  transition: background-color .5s;
}

.btndicasdanutri-copy:hover {
  background-color: rgba(4, 4, 4, .05);
}

.btndicasdanutri-copy.btndicas {
  padding-left: 4rem;
  padding-right: 3.9375rem;
}

.btndicasdanutri-copy.presencial {
  border-width: .0625rem;
  border-color: var(--saddle-brown);
  color: var(--saddle-brown);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  font-weight: 400;
  transition: background-color .5s;
}

.btndicasdanutri-copy.presencial:hover {
  background-color: rgba(66, 49, 22, .14);
  border-style: solid;
}

.btndicasdanutri-copy.online {
  cursor: pointer;
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
  transition: background-color .5s;
}

.btndicasdanutri-copy.online:hover {
  background-color: rgba(66, 49, 22, .14);
}

.icon-2, .icon-3 {
  color: var(--saddle-brown);
}

.testimonialtext {
  color: rgba(4, 4, 4, .95);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 56.25rem;
  max-height: none;
  margin: 0 auto;
  font-style: italic;
  line-height: 2.0625rem;
  display: block;
}

.slide {
  background-color: #f9f9f9;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonialtext-paciente {
  color: rgba(4, 4, 4, .95);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  margin: .3125rem auto;
  font-size: .8em;
  font-style: italic;
  line-height: 2.0625rem;
  display: block;
}

.html-embed-8 {
  color: rgba(4, 4, 4, .9);
  margin-top: 0;
  margin-bottom: .3125rem;
  padding-top: 0;
  padding-bottom: .625rem;
}

.sectiontestimonial {
  background-color: #f9f9f9;
  padding: 2.5rem 3.75rem;
}

.sectiontestimonial.aboutsection {
  z-index: 3;
  background-color: #f9f9f9;
  margin-top: 0;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  position: static;
}

.tuane-wrapper {
  min-width: auto;
  max-width: 37vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tuts2 {
  z-index: 0;
  opacity: 0;
  max-width: 90%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tuts1 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -11%;
  right: 0%;
}

.tuts3 {
  opacity: 0;
  max-width: 133%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -41%;
  right: 0%;
}

.messagewrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 17rem;
  max-width: none;
  display: flex;
  position: absolute;
  top: -2.5rem;
  bottom: auto;
  left: -15.8rem;
  right: auto;
}

.wpp-receved1 {
  max-width: 100%;
  padding-bottom: .125rem;
  box-shadow: 2px 1px .3125rem rgba(0, 0, 0, .2);
}

.wppsent1 {
  max-width: 100%;
  padding-bottom: .125rem;
}

.wpp-receved2 {
  max-width: 100%;
  padding-bottom: .25rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.msg-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.msg-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.txtspacer {
  margin-bottom: -.125rem;
}

.txtspacer.received, .txtspacer.sent, .image-8, .image-9 {
  opacity: 1;
}

.hero_animationwrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  min-width: 50%;
  max-width: 50%;
  min-height: 100vh;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.loop-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.loopingimage {
  object-fit: none;
  margin-bottom: .5rem;
}

.loopingimage.leftloopspacer {
  margin-right: .03125rem;
}

.loop-content_holder.leftloopspacer {
  margin-right: .5rem;
}

.loop-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.container-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-2-copy {
  background-color: var(--lime-green);
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  overflow: visible;
}

.link-block-2-copy:hover {
  background-color: #1daa52;
}

.text-span-5, .text-span-6 {
  color: #39bb6a;
}

.text-span-7 {
  color: var(--red);
}

.text-span-8, .text-span-9, .text-span-10 {
  color: #39bb6a;
}

.container-copy {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-copy.flexhorizontal {
  justify-content: space-between;
  width: auto;
  max-width: 72.5rem;
  display: flex;
  overflow: visible;
}

.container-copy.flexabout {
  z-index: 5;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: static;
}

.container-copy.flexdirection-footer {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.container-copy.center-atendimentos {
  z-index: -3;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.container-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.planos-pacotes-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.text-span-11, .text-span-12, .text-span-13 {
  color: var(--subtextgreen);
}

.subtituloplanos {
  color: rgba(4, 4, 4, .9);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2em;
  line-height: 3.375rem;
}

.subtituloplanos.is2 {
  color: rgba(4, 4, 4, .9);
}

.logo {
  color: rgba(4, 4, 4, .9);
  width: 9rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
}

.logo-ft {
  color: rgba(4, 4, 4, .9);
  padding-bottom: 1rem;
  font-size: 2rem;
}

.planos-container {
  background-color: rgba(114, 114, 114, .01);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.numero-timeline-ordem {
  color: rgba(4, 4, 4, .9);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 3em;
  line-height: 3.375rem;
}

.listitem-plans {
  margin-bottom: .5rem;
}

.span-whatsappmsg {
  color: rgba(4, 4, 4, .95);
  padding-bottom: .25rem;
  font-size: .7em;
}

.link-block-2-copy-copy {
  background-color: var(--lime-green);
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  overflow: visible;
}

.link-block-2-copy-copy:hover {
  background-color: #1daa52;
}

.section-planos {
  z-index: 30;
  background-color: #f9f9f9;
  padding: 3.75rem;
  position: relative;
  overflow: hidden;
}

.image-10 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.image-10-copy {
  margin-top: 0;
  margin-bottom: .5rem;
}

.brand-copy {
  margin-top: -.5rem;
  margin-left: -1.5rem;
}

@media screen and (min-width: 1280px) {
  .heroimgwrapper {
    right: 5rem;
  }

  .heading {
    font-size: 2.5em;
  }

  .heroinfo {
    font-size: 1em;
  }

  .section-timeline-2 {
    z-index: -3;
  }

  .numero-timeline-ordem {
    margin-top: 0;
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .container {
    max-height: none;
  }

  .container.centernav {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .container.flexdirection-footer {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .heroinfowrapper {
    background-color: rgba(249, 249, 249, .7);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link, .heading, .heroinfo {
    text-align: center;
  }

  .btnsaibamais {
    margin-top: 0;
  }

  .section.aboutsection {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .heading-3, .centertitle {
    font-size: 2.3em;
  }

  .text-span-2 {
    font-size: 1.2em;
  }

  .postswrapper {
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .footerspace {
    margin-right: 0;
  }

  .footerspace.whitespace {
    margin-right: 1.875rem;
    display: block;
  }

  .section-3 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .image-3 {
    margin-bottom: .625rem;
  }

  .section-4 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .heading-4 {
    font-size: 2.3em;
  }

  .atendimentotext, .list-2 {
    font-size: 1em;
  }

  .text-block-7 {
    font-size: 2.5em;
  }

  .list-3 {
    font-size: .8em;
  }

  .tituloconsulta-2 {
    font-size: 1.5em;
  }

  .postlink {
    margin: .3125rem;
  }

  .postlink.fleft {
    margin-bottom: .625rem;
    margin-right: .625rem;
  }

  .postlink.fright {
    margin-bottom: .625rem;
  }

  .postlink.leftsecond {
    margin-right: .625rem;
  }

  .menu-button.w--open {
    background-color: rgba(240, 240, 240, .8);
  }

  .nav-menu {
    background-color: rgba(249, 249, 249, .8);
  }

  .icon {
    color: rgba(4, 4, 4, .95);
  }

  .testimonialtext {
    min-width: 100%;
    max-width: none;
    max-height: none;
    font-size: 1em;
  }

  .testimonialtext-paciente {
    min-width: 100%;
    max-width: none;
    max-height: none;
    margin-bottom: 0;
    font-style: italic;
  }

  .sectiontestimonial, .sectiontestimonial.aboutsection {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tuts1 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero_animationwrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
  }

  .loop-container {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .loopingimage {
    display: block;
  }

  .loop-container-2 {
    align-items: center;
    width: auto;
  }

  .slide-nav {
    margin-top: 0;
  }

  .container-wrapper {
    flex-direction: column;
  }

  .slider {
    min-height: 21rem;
  }

  .link-block-2-copy {
    margin-bottom: 0;
  }

  .container-copy {
    max-height: none;
  }

  .container-copy.flexdirection-footer {
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .container-wrapper-copy {
    flex-direction: column;
  }

  .planos-pacotes-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subtituloplanos {
    font-size: 1.5em;
  }

  .numero-timeline-ordem {
    font-size: 2.5em;
  }

  .link-block-2-copy-copy {
    margin-bottom: 0;
  }

  .section-planos {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .image-10 {
    max-width: 95rem;
    margin-top: .3rem;
    margin-bottom: .2rem;
  }

  .image-10-copy {
    max-width: 95%;
    margin-top: .5rem;
    margin-bottom: .3rem;
  }

  .brand-copy {
    margin-top: -.5rem;
  }
}

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

  .container.flexdirection-footer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-content: space-between;
  }

  .heroinfowrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btnwrapper {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: center;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
    margin-bottom: .1rem;
    margin-left: 0;
    font-size: 2em;
  }

  .heroinfo {
    text-align: center;
    font-size: 1em;
  }

  .btnsaibamais {
    margin-top: .625rem;
    margin-left: 0;
  }

  .btnsaibamais.presencial {
    margin-right: 0;
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .section.aboutsection {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-2 {
    margin-top: .625rem;
    font-size: .8em;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .centertitle {
    font-size: 1.8em;
    line-height: 3.125rem;
  }

  .text-span-2 {
    font-size: 1em;
  }

  .postswrapper {
    margin-top: 1.25rem;
  }

  .section-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footerspace {
    margin-top: .625rem;
  }

  .footerspace.footerimg {
    margin-top: 0;
  }

  .footerspace.ednfild {
    margin-top: 1.25rem;
  }

  .image-3 {
    margin-left: -1.4375rem;
  }

  .section-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-4 {
    font-size: 1.8em;
  }

  .atendimentotext {
    max-height: 10rem;
    font-size: .9em;
  }

  .list-2 {
    font-size: .8em;
  }

  .timeline_progress {
    left: .375rem;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_item {
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
  }

  .timeline_item-2 {
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .menu-button {
    color: rgba(4, 4, 4, .95);
    margin-top: .1rem;
    margin-right: 0;
    padding: 1rem;
    font-size: 1.5em;
  }

  .menu-button.w--open {
    background-color: rgba(240, 240, 240, .8);
  }

  .nav-menu {
    background-color: rgba(249, 249, 249, .8);
  }

  .icon {
    color: rgba(4, 4, 4, .95);
  }

  .image-5 {
    max-width: 90%;
    margin-top: .3125rem;
  }

  .link-block-2 {
    margin-right: 0;
  }

  .btndicasdanutri-copy {
    margin-top: .625rem;
    margin-left: 0;
  }

  .btndicasdanutri-copy.presencial {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .testimonialtext {
    max-height: none;
    font-size: .9em;
  }

  .testimonialtext-paciente {
    max-height: none;
    font-size: .8em;
  }

  .sectiontestimonial {
    padding: 1rem 1.25rem;
  }

  .sectiontestimonial.aboutsection {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slide-nav {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .container-wrapper {
    justify-content: center;
  }

  .slider {
    min-height: 27rem;
    max-height: none;
  }

  .mask {
    overflow: hidden;
  }

  .link-block-2-copy {
    margin-right: 0;
  }

  .container-copy.flexdirection-footer {
    align-content: space-between;
    justify-content: space-between;
  }

  .container-wrapper-copy {
    justify-content: center;
  }

  .planos-pacotes-container {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subtituloplanos {
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .subtituloplanos.is2 {
    margin-top: .5rem;
  }

  .link-block-2-copy-copy {
    margin-right: 0;
  }

  .section-planos {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-10 {
    max-width: 95rem;
    margin-top: .8rem;
    margin-bottom: 0;
  }

  .image-10-copy {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand-copy {
    margin-left: -1.5rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(to bottom, null, null);
    margin-right: 0;
  }

  .container.centernav {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

  .btnwrapper {
    margin-top: .625rem;
  }

  .heading {
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 3.125rem;
  }

  .heroinfo {
    font-size: .75em;
  }

  .btnsaibamais.presencial {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .text-block-2 {
    color: rgba(4, 4, 4, .95);
  }

  .heading-3 {
    margin-bottom: .625rem;
    font-size: 1.5em;
  }

  .centertitle {
    max-width: 18.75rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .text-block-3 {
    padding-top: .3125rem;
  }

  .text-span-2 {
    font-size: .8em;
  }

  .postswrapper {
    margin-top: 1.25rem;
  }

  .section-2 {
    padding-top: 2.5rem;
  }

  .pinkshadow {
    min-width: 15rem;
    max-width: 40rem;
    min-height: auto;
    max-height: 90%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footerspace {
    margin-top: 1.25rem;
  }

  .footerspace.footerimg {
    margin-bottom: 1rem;
  }

  .footerspace.firstr {
    margin-top: 0;
  }

  .text-block-4 {
    color: rgba(4, 4, 4, .95);
  }

  .section-4 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .atendimentotext {
    max-height: 25rem;
    font-size: .8em;
  }

  .list-2 {
    color: rgba(4, 4, 4, .95);
  }

  .margin-bottom-medium {
    margin-bottom: 1.5rem;
  }

  .timeline_item, .timeline_item-2 {
    grid-template-columns: 3rem 1fr;
  }

  .menu-button {
    margin-top: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-button.w--open {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1.5em;
  }

  .icon {
    font-size: 1em;
  }

  .image-5 {
    max-width: 75%;
  }

  .brand {
    max-width: 75%;
    padding-left: 0;
  }

  .brand.w--current {
    max-width: 75rem;
  }

  .btndicasdanutri-copy.presencial {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .testimonialtext, .testimonialtext-paciente {
    max-height: 25rem;
    font-size: .8em;
  }

  .sectiontestimonial {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .loopingimage {
    object-fit: cover;
    min-width: auto;
    max-width: 100%;
    max-height: none;
  }

  .slider {
    min-height: 29rem;
  }

  .planos-pacotes-container {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .text-span-11, .text-span-12, .text-span-13 {
    color: var(--dim-grey);
  }

  .logo {
    margin-left: -.25rem;
  }

  .logo-ft {
    color: var(--black);
    margin-left: -.25rem;
    padding-left: 0;
  }

  .planos-container {
    min-width: 100%;
  }

  .numero-timeline-ordem {
    font-size: 2.5em;
  }

  .section-planos {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .image-10 {
    max-width: 14rem;
    margin-top: .9rem;
    margin-bottom: .5rem;
  }

  .image-10-copy {
    max-width: 100%;
    margin-top: 1rem;
  }

  .brand-copy {
    max-width: 80%;
    margin-left: -1.7rem;
    padding-left: 0;
  }
}

#w-node-_44f7b6d7-473d-82f2-89f2-013027d64537-e6a9ec19 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-cadf95e8-23e1-66a9-a9a5-cc178dd4b5e3-e6a9ec19 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_60ea7598-4781-3484-5475-0c9359f9beff-e6a9ec19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ae5c0ad3-aeb7-7a54-2996-8a380c5ba8ac-e6a9ec19 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae5c0ad3-aeb7-7a54-2996-8a380c5ba894-e6a9ec19 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ae5c0ad3-aeb7-7a54-2996-8a380c5ba8ac-e6a9ec19 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ae5c0ad3-aeb7-7a54-2996-8a380c5ba8ad-e6a9ec19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae5c0ad3-aeb7-7a54-2996-8a380c5ba8af-e6a9ec19 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ae5c0ad3-aeb7-7a54-2996-8a380c5ba8b2-e6a9ec19 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Bold.ttf') format('truetype'), url('../fonts/Spartan-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}