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

.container-principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 70%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fafafa;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.conteudo {
  height: 100vh;
}

.barra-inferior {
  display: none;
}

.header {
  display: block;
  width: 100%;
  background-color: transparent;
}

.brand.w--current {
  margin-right: auto;
  padding: 12px;
}

.cadastre-se {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 600;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #eef2e6;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.perfil {
  width: 20px;
}

.div-produto {
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-frete {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #eef2e6;
}

.frete-gratis {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #594233;
  font-size: 14px;
  text-transform: uppercase;
}

.brasil {
  width: 20px;
  margin-right: 10px;
}

.img-produto {
  width: 60%;
}

.div-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 360px;
  min-width: 250px;
  margin: 0px;
  padding: 90px 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
}

.nome-produto {
  color: #272727;
  font-size: 28px;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.pre-o {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #84a833;
  text-align: center;
}

.div-qtd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-add-rem {
  padding: 6px 9px 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 99px;
  background-color: #84a833;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  cursor: pointer;
}

.div-add-rem:hover {
  background-color: #a8d14d;
}

.div-add-rem.numero {
  margin-right: 3px;
  margin-left: 3px;
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 99px;
  background-color: #84a833;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}

.div-add-rem.numero:hover {
  background-color: #a8d14d;
}

.numero-de-itens {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.descricao {
  color: #272727;
  text-align: center;
}

.compre {
  display: none;
}

.frete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.frete-barra {
  display: none;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zero {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #594233;
}

.linha-cheia {
  width: 50%;
  height: 5px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 99px;
  background-color: #594233;
}

.ml {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #272727;
  font-weight: 600;
  text-align: center;
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px 5px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e9e9e9;
  cursor: pointer;
}

.seta-para-baixo {
  width: 20px;
}

.body-fn {
  background-color: #e9e1de;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.hero-fn {
  position: relative;
  width: 100%;
  height: 101vh;
  margin-top: -101px;
  background-image: -webkit-gradient(linear, left top, right top, from(#dcc8be), color-stop(44%, #dcc8be), color-stop(53%, rgba(246, 241, 239, 0.15)), to(hsla(0, 0%, 100%, 0))), url('../images/Fernanda-Naufel-Nutricionista-2.jpg');
  background-image: linear-gradient(90deg, #dcc8be, #dcc8be 44%, rgba(246, 241, 239, 0.15) 53%, hsla(0, 0%, 100%, 0)), url('../images/Fernanda-Naufel-Nutricionista-2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
}

.navbar-fn {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e1de;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
}

.container-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: auto 0px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link-fn {
  padding: 17px 14px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #4f5a4f;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.nav-link-fn:hover {
  color: #607a60;
}

.nav-link-fn.w--current {
  color: #607a60;
}

.nav-link-fn.hide-desktop {
  display: none;
}

.nav-link-fn.dropdown {
  padding-right: 38px;
}

.nav-link-fn.dropdown:hover {
  color: #4f5a4f;
}

.nav-link-fn.dropdown.w--open {
  color: #607a60;
}

.nav-link-fn.dropd {
  width: 100%;
  text-align: left;
}

.nav-link-fn.dropd:hover {
  background-color: #dcc8be;
  color: #4f5a4f;
}

.div-nav-menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-header {
  margin-left: 25px;
  padding: 10px 20px;
  border-radius: 99px;
  background-color: #607a60;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.cta-header:hover {
  background-color: #4a5349;
}

.logo-header {
  width: 20vw;
  max-width: 280px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Logotipo-Horizontal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.quem-sou {
  height: 72vh;
  background-color: #dcc8be;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consultório-Duotone.png');
  background-position: 100% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.quem-sou.alt {
  height: auto;
  margin-top: -1px;
  background-color: #e9e1de;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Roupa-Escura.jpg');
  background-position: 100% 50%;
  background-size: contain;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.container-flex-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-footer {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.link_footer {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.link_footer:hover {
  color: #dcc8be;
}

.link_footer.w--current {
  color: #dcc8be;
}

.link_footer.hide {
  display: none;
}

.link_footer.hide-desk {
  display: none;
}

.container-classico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-classico.alinhar-esq {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-classico.alinhar-esq.quem-e-alt {
  padding-top: 8%;
  padding-bottom: 8%;
}

.container-classico.footer {
  display: block;
  padding-top: 80px;
  padding-bottom: 20px;
}

.container-classico.padding {
  padding: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-classico.padding.esq {
  padding: 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-classico.vertical {
  padding: 10% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-classico.conteudo {
  padding-top: 8%;
  padding-bottom: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.container-classico.mini-hero {
  padding: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-classico._2-0 {
  padding-top: 4%;
  padding-bottom: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-classico.nossa-marca {
  display: block;
  padding-top: 7%;
  padding-bottom: 7%;
}

.cta-hero {
  padding: 25px 54px;
  border-radius: 99px;
  background-color: #607a60;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-size: 1.3em;
  font-weight: 500;
  cursor: pointer;
}

.cta-hero:hover {
  background-color: #4a5349;
}

.h1-fn {
  margin-bottom: 40px;
  color: #4f5a4f;
  font-size: 3.2em;
  line-height: 1.2em;
}

.div-h1-cta-hero {
  width: 420px;
}

.footer-fn {
  background-color: #4f5a4f;
}

.h3-fn {
  margin-bottom: 20px;
  color: #4f5a4f;
  font-size: 2.6em;
  line-height: 1.1em;
  text-align: left;
}

.h3-fn.esq {
  margin-bottom: 30px;
  text-align: left;
}

.h3-fn.esq.margin {
  display: none;
  margin-left: 10px;
}

.div-conteudo-esq {
  width: 50%;
}

.p-fn {
  color: #4f5a4f;
  font-size: 16px;
  line-height: 1.6em;
}

.p-fn.white-light {
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.p-fn.hide {
  display: none;
}

.copyright-footer {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.div-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4-footer {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.coluna-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coluna-footer._2 {
  width: 100%;
  margin-right: 0px;
}

.coluna-footer.menu {
  width: 60%;
}

.cta-body {
  margin-top: 20px;
  padding: 18px 39px;
  border-radius: 99px;
  background-color: #607a60;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.cta-body:hover {
  background-color: #4a5349;
}

.cta-body.fundo-escuro {
  background-color: #dcc8be;
  -webkit-transition-property: all;
  transition-property: all;
  color: #4f5a4f;
  font-weight: 600;
}

.cta-body.fundo-escuro:hover {
  background-color: #607a60;
  color: #fff;
}

.areas-de-atuacao {
  background-color: #4f5a4f;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Textura-Estilo-3.svg');
  background-position: 0% 50%;
  background-size: 100px;
  background-repeat: repeat-y;
}

.h2-fn-alt {
  margin-bottom: 40px;
  color: #e9e1de;
  font-size: 2.7em;
  line-height: 1.2em;
  text-align: center;
}

.h2-fn-alt.sem-padding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.icone-h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  width: 120px;
  height: 120px;
  margin-bottom: 26px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Rins-Nefrologia.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.icon._2 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Lua-Distúrbios-de-Sono.svg');
}

.icon._3 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Cérebro-Distúrbios-de-Humor.svg');
}

.icon._4 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Pâncreas.svg');
}

.icon._5 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Útero-Pós-Menopausa.svg');
}

.grid-icones-3 {
  width: 90%;
  margin-top: 25px;
  margin-bottom: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.formulario {
  background-color: #e9e1de;
}

.naufel-na-midia {
  background-color: #e9e1de;
}

.h3-icon-box {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #e9e1de;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

.grid-icones-2 {
  width: 70%;
  margin-bottom: 40px;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.crn {
  width: 110px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 28px;
  color: #607a60;
  font-weight: 600;
  text-align: left;
}

.form-greatz {
  width: 100%;
  margin-bottom: 0px;
}

.div-form-greatz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 20px;
  padding: 3% 3% 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
}

.div-links-menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-LinkedIn.svg');
  background-position: 50% 50%;
  background-size: 45%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
}

.social-icon:hover {
  opacity: 0.74;
}

.social-icon._2 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Instagram.svg');
  background-size: 56%;
}

.social-icon._3 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Email.svg');
}

.social-icon._4 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Lattes.svg');
  background-size: 40%;
}

.social-icon._5 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-ID.svg');
}

.div-unidade-footer {
  width: 60%;
  padding-right: 45px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid #fff;
}

.div-unidade-footer.menor {
  width: 40%;
  padding-bottom: 30px;
}

.h5-unidade {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h5-unidade.dark {
  color: #4f5a4f;
  font-size: 14px;
  font-weight: 600;
}

.h4-unidade {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.h4-unidade.dark {
  color: #4f5a4f;
  font-size: 1.2em;
}

.div-unidades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-telefones {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.p-telefones.dark {
  color: #4a5349;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 500;
}

.div-endere-o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-icon-mapa {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Pin-Endereço.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-icon-mapa.dark {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Pin-Endereço-Alt.svg');
}

.crn-p {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.crn-p.margin-bottom {
  margin-bottom: 40px;
}

.p-endere-os {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.p-endere-os.dark {
  color: #4a5349;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 500;
}

.div-unid-1 {
  margin-right: 30px;
}

.div-com-duas-unidades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.acesse-o-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 20px;
  -webkit-transition: -webkit-filter 300ms ease-in-out;
  transition: -webkit-filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
  color: #8d8df1;
  text-decoration: none;
  cursor: pointer;
}

.acesse-o-site:hover {
  -webkit-filter: brightness(119%);
  filter: brightness(119%);
}

.div-title-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-link {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Abrir-Link-Externo-Cor-Alt.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.icon-link.nnm {
  display: inline-block;
  margin-right: 0px;
  margin-left: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Abrir-Link-Externo-Cor-Acro.svg');
}

.div-convenios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 660px;
  margin-top: 30px;
  padding: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
}

.img-convenio {
  width: 90px;
  height: 70px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #e9e1de;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Logo-Omint-Saúde-e-Seguros.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-convenio._2 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Logo-Care-Plus.svg');
}

.img-convenio._3 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Logo-One-Health-Seguros.svg');
}

.p-convenios {
  margin-right: 20px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.div-reembolso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 40px;
  margin-left: 27px;
  padding: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
}

.h4-reembolso {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.icon-reembolso {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Reembolso.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-icon-h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
}

.h4-reembolso-colorido {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dcc8be;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.h3-manifesto {
  margin-bottom: 40px;
  color: #4f5a4f;
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 600;
  text-align: left;
}

.h3-manifesto.fundo-dark {
  color: #e9e1de;
  font-weight: 500;
}

.h3-manifesto.menor {
  font-size: 2.2em;
}

.h3-manifesto.menor-fundo-dark {
  color: #e9e1de;
  font-size: 2.2em;
}

.manifesto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.coluna-manifesto {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.coluna2-manifesto {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-manifesto {
  height: 600px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Castanha-do-Pará.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-manifesto._2 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consultório.jpg');
}

.img-manifesto._3 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Damascos.jpg');
}

.img-manifesto._4 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consulta.jpg');
}

.img-manifesto._5 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Tâmaras-Alt.jpg');
}

.img-manifesto._6 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consulta-Alt.jpg');
}

.img-manifesto._7 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Tâmaras-Sem-Corte.jpg');
}

.img-manifesto._8 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Sofá.jpg');
  background-position: 50% 20%;
}

.img-manifesto._9 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Roupa-Escura.jpg');
  background-position: 50% 30%;
}

.div-conteudo-manifesto {
  position: relative;
  height: 100%;
}

.conteudo-manifesto {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12% 20% 12% 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e1de;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Textura-Estilo-2.svg');
  background-position: 110% 50%;
  background-size: 120px;
  background-repeat: repeat-y;
}

.conteudo-manifesto._2 {
  z-index: 9;
  background-color: #dcc8be;
}

.conteudo-manifesto._3 {
  z-index: 8;
  background-color: #4f5a4f;
}

.conteudo-manifesto._4 {
  z-index: 7;
}

.conteudo-manifesto._5 {
  background-color: #dcc8be;
}

.conteudo-manifesto._6 {
  background-color: #4f5a4f;
}

.conteudo-manifesto._8 {
  background-color: #dcc8be;
}

.conteudo-manifesto._9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4f5a4f;
}

.img-manifesto-mobile {
  display: none;
  height: 800px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Castanha-do-Pará.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-manifesto-mobile._2 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consultório.jpg');
}

.img-manifesto-mobile._3 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Damascos.jpg');
}

.img-manifesto-mobile._4 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consulta.jpg');
}

.img-manifesto-mobile._5 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Tâmaras-Alt.jpg');
}

.img-manifesto-mobile._6 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consulta-Alt.jpg');
}

.img-manifesto-mobile._7 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-de-Alimento-Tâmaras-Sem-Corte.jpg');
}

.img-manifesto-mobile._8 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Sofá.jpg');
}

.img-manifesto-mobile._9 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Roupa-Escura.jpg');
}

.link-wpp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.link-wpp:hover {
  opacity: 0.76;
}

.link-wpp.hide {
  display: none;
}

.icon-wpp {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-WhatsApp.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.p-wpp {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.p-wpp.dark {
  color: #4a5349;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 500;
}

.botao-atendimento-online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #4f4f5a;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.botao-atendimento-online:hover {
  background-color: #40404b;
}

.icon-atendimento-online {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Atendimento-Online.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-atendimento-online.ftrr {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-3-colunas {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.div-post-nnm {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista---Veja-Saúde---Há-mais-vida-na-menopausa.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-post-nnm._2 {
  max-width: 350px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Colher-Sorrindo.jpg');
}

.div-post-nnm._3 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista---Globo-Repórter---Nova-longevidade.webp');
}

.h3-post-nnm {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #4a5349;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
}

.cta-leia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 8px 15px 8px 19px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99px;
  background-color: #607a60;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.cta-leia:hover {
  background-color: #4a5349;
}

.cta-leia.artigo {
  max-width: none;
}

.cta-leia.home {
  max-width: 144px;
}

.bioimpedancia {
  background-image: -webkit-gradient(linear, left top, right top, from(#dcc8be), color-stop(48%, #dcc8be), color-stop(59%, rgba(245, 239, 236, 0.29)), to(hsla(0, 0%, 100%, 0))), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
  background-image: linear-gradient(90deg, #dcc8be, #dcc8be 48%, rgba(245, 239, 236, 0.29) 59%, hsla(0, 0%, 100%, 0)), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
  background-position: 0px 0px, 130% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.h3-cta-final {
  width: 50%;
  color: #4f5a4f;
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: left;
}

.h3-cta-alt {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4a5349;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.conteudo1 {
  background-color: #fafafa;
}

.p-escuro-fn {
  width: 100%;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.6em;
}

.p-escuro-fn.title-box {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.p-escuro-fn.refs {
  margin-bottom: 5px;
}

.icon-pag-areas {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Rins-Nefrologia-Alt.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.icon-pag-areas.humor {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Cérebro-Distúrbios-de-Humor-Alt.svg');
  background-size: 70%;
}

.icon-pag-areas.sono {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Lua-Distúrbios-de-Sono-Alt.svg');
}

.icon-pag-areas.pos-menopausa {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Útero-Pós-Menopausa-Alt.svg');
}

.menu-areas {
  background-color: #e9e1de;
}

.container-real-classic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.botao-menu-areas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.botao-menu-areas:hover {
  background-color: #dcc8be;
}

.botao-menu-areas.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #e9e1de;
}

.botao-menu-areas.hide {
  display: none;
}

.h3-areas {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4f5a4f;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
}

.icon-areas {
  width: 50px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Rins-Nefrologia-Alt.svg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.icon-areas.sono {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Lua-Distúrbios-de-Sono-Alt.svg');
}

.icon-areas.pancreas {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Pâncreas-Alt.svg');
}

.icon-areas.p-s-menopausa {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Útero-Pós-Menopausa-Alt.svg');
}

.icon-areas.humor {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Cérebro-Distúrbios-de-Humor-Alt.svg');
  background-size: 70%;
}

.div-icon-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-fn {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4f5a4f;
  font-size: 2.3em;
  line-height: 1.1em;
  text-align: left;
}

.div-menu-areas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mini-hero-pags-internas {
  background-color: #4f5a4f;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Textura-Estilo-3.svg'), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Textura-Estilo-3.svg');
  background-position: 100% 50%, 0% 50%;
  background-size: 120px, 120px;
  background-repeat: repeat-y, repeat-y;
}

.conteudo2 {
  background-color: #fff;
}

.link-p {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #948de2;
  text-decoration: none;
  cursor: pointer;
}

.link-p:hover {
  color: #6d65be;
}

.div-post-individual {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
}

.div-post-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-post-infos.sem-foto {
  margin-bottom: 40px;
  padding-left: 0px;
}

.div-post-sobremim {
  position: relative;
  width: 500px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Colher-Sorrindo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-post-sobremim.b {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Mulher-Mal-Humorada.jpg');
}

.div-post-sobremim.c {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Imagem-de-Copo-de-Leite.jpg');
}

.div-post-sobremim.d {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Folha-da-Ginkgo-Biloba.jpg');
}

.div-post-sobremim.e {
  background-image: url('../images/Fernanda-Naufel-Nutricionista---Veja-Saúde---Há-mais-vida-na-menopausa.webp');
}

.div-post-sobremim.f {
  background-image: url('../images/Fernanda-Naufel-Nutricionista---Globo-Repórter---Nova-longevidade.webp');
}

.naufel-na-midia-sm {
  background-color: #e9e1de;
}

.artigos {
  background-color: #dcc8be;
}

.videos {
  background-color: #dcc8be;
}

.div-artigos-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.12);
}

.div-artigo-single-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
}

.img-fullwidth-mobile {
  display: none;
  height: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.youtube-wrapper {
  position: relative;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-video-titulo {
  width: 100%;
}

.h3-titulo-video {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4a5349;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
}

.youtube-embed {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}

.grid-videos {
  margin-top: 30px;
  margin-bottom: 60px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.coluna-consultorios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-unid-contato {
  padding-right: 20px;
  padding-left: 30px;
  border-left: 1px solid rgba(79, 90, 79, 0.42);
}

.consultorios {
  background-color: #e9e1de;
}

.atendimento-online {
  background-color: #dcc8be;
}

.h3-contato {
  margin-bottom: 20px;
  color: #4f5a4f;
  font-size: 2.2em;
  line-height: 1.1em;
  text-align: left;
}

.h3-contato.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.branding {
  background-color: #dcc8be;
}

.coluna-branding {
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coluna-branding.hide {
  display: none;
}

.slide-branding {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-branding._3 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág3.png');
}

.slide-branding._4 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág4.png');
}

.slide-branding._5 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág5.png');
}

.slide-branding._6 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág6.png');
}

.slide-branding._7 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág7.png');
}

.slide-branding._8 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág8.png');
}

.slide-branding._9 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág9.png');
}

.slide-branding._10 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág10.png');
}

.slide-branding._11 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág11.png');
}

.slide-branding._12 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág12.png');
}

.slide-branding._13 {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Brandbook-Pág13.png');
}

.slider-branding {
  width: 960px;
  height: 540px;
  margin-right: auto;
  margin-left: auto;
}

.div-dicas-areas-de-atuacao {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 3%;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(74, 83, 73, 0.39);
  border-radius: 12px;
}

.div-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-calendly {
  position: relative;
  width: 100%;
  height: 690px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.embed-calendly {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.h4-subtitulo {
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #4f5a4f;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.h4-subtitulo.margin {
  margin-top: 3%;
  margin-bottom: 3%;
}

.space {
  display: none;
}

.h4-cta-footer {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.menu-dropdown-wrapper.w--open {
  min-width: 150px;
  background-color: #e9e1de;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.14);
}

.div-seta-bullet {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Seta-Para-Direitasvg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-escuro-item {
  width: 100%;
  margin-bottom: 0px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.6em;
}

.link-referencias {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #474db9;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  cursor: pointer;
}

.link-referencias:hover {
  color: #8187f0;
}

.p-link-refs {
  margin-bottom: 0px;
}

.div-consultorios-contato {
  width: 66%;
}

.div-consultorios-contato._2 {
  width: 33%;
}

.flexbox-2-consultorios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.icon-atendimento-online-maior {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Atendimento-Online-Alt.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.redes-sociais {
  background-color: #dcc8be;
}

.cta-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 22px 6px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #607a60;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.cta-contato:hover {
  background-color: #4a5349;
}

.social-icon-cta {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Email.svg');
  background-position: 50% 50%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.social-icon-cta.insta {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Instagram.svg');
  background-size: 50%;
}

.social-icon-cta.lkdn {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-LinkedIn.svg');
}

.social-icon-cta.id {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-ID.svg');
}

.social-icon-cta.lts {
  background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Ícone-de-Lattes.svg');
}

.div-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manifesto-mobile {
  display: none;
}

.img-nossa-marca {
  display: none;
}

.columns {
  display: block;
  width: 100%;
}

.columns.f {
  padding-top: 0px;
}

@media screen and (min-width: 1920px) {
  .nav-link-fn {
    margin-right: 20px;
  }

  .container-classico {
    max-width: 1400px;
  }

  .container-classico.vertical {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .h1-fn {
    margin-bottom: 55px;
    line-height: 1.3em;
  }

  .h3-fn.esq.margin {
    margin-left: 66px;
  }

  .cta-body {
    font-size: 18px;
  }

  .div-reembolso {
    width: 57%;
  }

  .h3-manifesto {
    font-size: 3em;
  }

  .img-manifesto {
    height: 800px;
  }

  .conteudo-manifesto {
    background-position: 100% 50%;
  }

  .grid-3-colunas {
    margin-top: 40px;
    grid-column-gap: 60px;
  }

  .div-post-nnm {
    height: 250px;
  }

  .bioimpedancia {
    background-image: -webkit-gradient(linear, left top, right top, from(#dcc8be), color-stop(48%, #dcc8be), color-stop(61%, rgba(238, 228, 223, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
    background-image: linear-gradient(90deg, #dcc8be, #dcc8be 48%, rgba(238, 228, 223, 0) 61%, hsla(0, 0%, 100%, 0)), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .container-real-classic {
    max-width: 1400px;
  }

  .div-post-sobremim {
    height: 250px;
  }

  .img-fullwidth-mobile {
    max-width: 1400px;
  }

  .div-unid-contato {
    width: 100%;
    height: 83%;
    margin-bottom: 0px;
  }

  .div-consultorios-contato {
    width: 63%;
  }

  .cta-contato {
    margin-right: 20px;
  }

  .div-contato {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .container-principal {
    overflow: visible;
    width: 100%;
    max-width: none;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .barra-inferior {
    display: none;
  }

  .header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cadastre-se {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-produto {
    margin: 15px;
  }

  .div-infos {
    min-width: 270px;
  }

  .div-qtd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .remover {
    width: 35px;
  }

  .adicionar {
    width: 35px;
  }

  .numero-de-itens {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .hero-fn {
    margin-top: -78px;
    background-position: 0px 0px, 100% 50%;
  }

  .container-fullwidth {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-fullwidth.real {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-fn {
    text-align: left;
  }

  .nav-link-fn.hide-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-nav-menu-header {
    width: 50%;
    margin-left: 0vw;
    padding: 25px 25px 60px;
    background-color: #dcc8be;
  }

  .cta-header {
    margin-top: 12px;
    margin-left: 0px;
  }

  .logo-header {
    width: 30vw;
  }

  .menu-hamburger {
    margin-left: auto;
    font-size: 40px;
  }

  .quem-sou {
    background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consultório-Duotone.png');
    background-position: 140% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .quem-sou.alt {
    background-image: none;
  }

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

  .container-flex-footer {
    margin-bottom: 40px;
  }

  .footer-logo-link {
    max-width: 270px;
  }

  .link_footer {
    margin-bottom: 20px;
  }

  .link_footer.hide-desk {
    display: block;
  }

  .link_footer.hide-mobile {
    display: none;
  }

  .container-classico {
    max-width: 100%;
    padding: 8%;
  }

  .container-classico.alinhar-esq {
    max-width: 100%;
  }

  .container-classico.footer {
    padding-top: 10%;
    padding-bottom: 2%;
  }

  .container-classico.padding {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .container-classico.padding.esq {
    padding: 8%;
  }

  .container-classico.vertical {
    padding-bottom: 15%;
  }

  .container-classico.mini-hero {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .container-classico._2-0 {
    padding-top: 6%;
    padding-bottom: 10%;
  }

  .cta-hero {
    font-size: 1.2em;
  }

  .h1-fn {
    width: 90%;
    font-size: 2.9em;
  }

  .h3-fn {
    font-size: 2.4em;
  }

  .h3-fn.esq.margin {
    margin-left: 0px;
  }

  .div-conteudo-esq {
    width: 70%;
  }

  .h4-footer {
    margin-bottom: 30px;
  }

  .coluna-footer {
    width: 60%;
    padding-right: 0px;
  }

  .coluna-footer.menu {
    width: 40%;
  }

  .areas-de-atuacao {
    background-size: 80px 80px;
  }

  .h2-fn-alt {
    font-size: 2.4em;
  }

  .h2-fn-alt.sem-padding {
    font-size: 2.2em;
  }

  .grid-icones-3 {
    width: 100%;
  }

  .grid-icones-2 {
    width: 80%;
  }

  .div-form-greatz {
    width: 80%;
  }

  .div-links-menu-footer {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-unidade-footer {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .div-unidade-footer.menor {
    width: 100%;
    margin-bottom: 0px;
  }

  .div-unidades {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-link {
    display: inline-block;
  }

  .div-reembolso {
    width: 100%;
    margin-left: 0px;
  }

  .h4-reembolso {
    display: inline-block;
  }

  .manifesto {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coluna-manifesto {
    display: none;
  }

  .coluna2-manifesto {
    position: static;
  }

  .conteudo-manifesto {
    position: static;
    height: auto;
    padding-right: 30%;
    background-position: 100% 50%;
    background-size: 110px;
  }

  .img-manifesto-mobile {
    display: block;
    height: 60vh;
    background-position: 50% 70%;
  }

  .img-manifesto-mobile._8.alt {
    background-position: 50% 20%;
    background-size: cover;
  }

  .img-manifesto-mobile._9.alt {
    background-position: 50% 20%;
  }

  .grid-3-colunas {
    grid-column-gap: 20px;
  }

  .bioimpedancia {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 200, 190, 0.75)), to(rgba(220, 200, 190, 0.75))), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
    background-image: linear-gradient(180deg, rgba(220, 200, 190, 0.75), rgba(220, 200, 190, 0.75)), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .h3-cta-final {
    width: 70%;
  }

  .container-real-classic {
    max-width: 100%;
  }

  .botao-menu-areas {
    padding: 25px;
  }

  .h2-fn {
    font-size: 1.9em;
  }

  .div-menu-areas {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .mini-hero-pags-internas {
    background-size: 80px 80px;
  }

  .div-post-individual {
    margin-top: 40px;
  }

  .div-post-infos {
    padding-left: 20px;
  }

  .div-post-sobremim {
    width: 40%;
    height: auto;
    max-height: 200px;
  }

  .div-artigo-single-post {
    margin-top: 40px;
  }

  .img-fullwidth-mobile {
    display: block;
    height: 30vh;
    max-width: 100%;
    padding: 8%;
    background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consulta-Hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .grid-videos {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .coluna-consultorios {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-unid-contato {
    margin-bottom: 40px;
  }

  .h3-contato {
    font-size: 2.4em;
  }

  .slider-branding {
    width: 100%;
    height: 364px;
  }

  .div-dicas-areas-de-atuacao {
    padding: 5%;
  }

  .h4-subtitulo {
    width: 100%;
  }

  .menu-dropwdown {
    display: none;
  }

  .div-consultorios-contato {
    width: 100%;
  }

  .div-consultorios-contato._2 {
    width: 100%;
  }

  .flexbox-2-consultorios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-contato {
    margin-bottom: 20px;
  }

  .social-icon-cta {
    display: inline-block;
  }

  .social-icon-cta.insta {
    background-size: 50%;
  }

  .div-contato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .manifesto-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container-principal {
    overflow: visible;
  }

  .hero-fn {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#dcc8be), color-stop(34%, #dcc8be), color-stop(50%, rgba(236, 225, 220, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/Fernanda-Naufel-Nutricionista.jpg');
    background-image: linear-gradient(0deg, #dcc8be, #dcc8be 34%, rgba(236, 225, 220, 0) 50%, hsla(0, 0%, 100%, 0)), url('../images/Fernanda-Naufel-Nutricionista.jpg');
    background-position: 0px 0px, 90% 0%;
    background-size: auto, 140%;
  }

  .logo-header {
    width: 35vw;
  }

  .quem-sou {
    background-image: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    max-width: 240px;
  }

  .logo-footer {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-classico.alinhar-esq {
    padding-bottom: 18%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-classico.footer {
    padding-right: 8%;
    padding-left: 8%;
  }

  .container-classico.padding.areas {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .container-classico.vertical {
    padding-top: 15%;
    padding-bottom: 20%;
  }

  .container-classico.mini-hero {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .h1-fn {
    font-size: 3.1em;
    text-align: center;
  }

  .div-h1-cta-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-conteudo-esq {
    width: 100%;
  }

  .copyright-footer {
    max-width: 310px;
  }

  .coluna-footer {
    width: 50%;
  }

  .coluna-footer.menu {
    width: 50%;
    padding-left: 30px;
  }

  .areas-de-atuacao {
    background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Textura-Estilo-3.svg'), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Textura-Estilo-3.svg');
    background-position: 50% 100%, 50% 0%;
    background-size: 100px, 100px;
    background-repeat: repeat-x, repeat-x;
  }

  .h2-fn-alt.sem-padding {
    font-size: 2.1em;
  }

  .grid-icones-3 {
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-icones-2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-form-greatz {
    width: 100%;
  }

  .div-unidade-footer.menor {
    padding-bottom: 20px;
  }

  .p-endere-os {
    max-width: 310px;
  }

  .acesse-o-site {
    width: 280px;
  }

  .div-convenios {
    padding-right: 20px;
    padding-left: 20px;
  }

  .img-convenio {
    width: 140px;
  }

  .div-icon-h4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-3-colunas {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-post-nnm {
    height: 250px;
  }

  .div-post-nnm._2 {
    max-width: none;
  }

  .icon-pag-areas {
    width: 60px;
    height: 60px;
  }

  .h2-fn {
    font-size: 1.5em;
  }

  .slider-branding {
    height: 270px;
  }

  .h4-subtitulo {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  .container-principal {
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 50px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .body {
    font-family: 'Open Sans', sans-serif;
    color: #272727;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .conteudo {
    position: static;
    z-index: 8;
    margin-bottom: 0px;
    padding-bottom: 8vh;
    border-radius: 0px;
    background-color: #fff;
  }

  .barra-inferior {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    background-color: #272727;
  }

  .container-barra {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8vh;
    padding: 0px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #272727;
  }

  .item-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .item-menu.w--current {
    padding: 22px;
    border: 1px none #000;
    opacity: 1;
  }

  .icone-menu {
    width: 27px;
    opacity: 1;
  }

  .header {
    z-index: 1;
    background-color: transparent;
  }

  .logo {
    max-width: 100%;
  }

  .brand {
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cadastre-se {
    margin-left: auto;
    padding: 25px 15px 25px 8px;
    color: #84a833;
    font-size: 14px;
    text-decoration: none;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .perfil {
    display: inline;
    width: 18px;
  }

  .div-produto {
    z-index: 11;
    margin: 0px 20px;
    padding-top: 10px;
    padding-bottom: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-frete {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 99;
    display: block;
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eef2e6;
  }

  .frete-gratis {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #594233;
    font-size: 12px;
  }

  .brasil {
    display: inline;
    width: 20px;
    margin: 7px;
  }

  .img-produto {
    position: relative;
    z-index: 12;
    display: block;
    width: 55%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .div-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: -100px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #d8d8d8;
    border-radius: 11px 11px 0px 0px;
  }

  .div-infos {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 320px;
    min-width: 250px;
    padding: 115px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #d8d8d8;
    border-radius: 20px;
    background-color: #fafafa;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  }

  .nome-produto {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    color: #272727;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .div-pre-o-qtd {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 0px;
  }

  .pre-o {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #84a833;
    font-size: 2em;
    text-align: center;
  }

  .div-qtd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
  }

  .div-add-rem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 99px;
    background-color: #84a833;
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
    cursor: pointer;
  }

  .div-add-rem.numero {
    margin-right: 3px;
    margin-left: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 99px;
    background-color: #84a833;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: #fff;
  }

  .div-add-rem.numero:hover {
    background-color: #a8d14d;
    color: #fff;
  }

  .adicionar {
    position: relative;
  }

  .numero-de-itens {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.7em;
    font-weight: 700;
    text-align: center;
  }

  .descricao {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
  }

  .compre {
    display: none;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    text-transform: none;
  }

  .curva-fundo {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8vh;
    margin-bottom: 8vh;
    padding: 0px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 0px;
    background-color: #272727;
    color: #fff;
  }

  .curva-frente {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8vh;
    margin-bottom: 8vh;
    padding: 0px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    background-color: #fff;
    color: #fff;
  }

  .frete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .frete-barra {
    display: none;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zero {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #594233;
    font-size: 12px;
  }

  .linha-cheia {
    width: 67%;
    height: 5px;
    margin-right: 7px;
    margin-left: 7px;
    border-radius: 99px;
    background-color: #84a833;
  }

  .ml {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #272727;
    line-height: 1.3em;
    font-weight: 700;
    text-align: center;
    text-transform: none;
  }

  .toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 180px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 4px;
    background-color: #e9e9e9;
  }

  .seta-para-baixo {
    display: inline;
    width: 18px;
    margin-right: 5px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-fn {
    height: 104vh;
    margin-top: -108px;
    background-position: 0px 0px, 72% 0%;
    background-size: auto, 200%;
    background-repeat: repeat, no-repeat;
  }

  .container-fullwidth {
    padding-right: 0px;
    padding-left: 10px;
  }

  .div-nav-menu-header {
    width: 80%;
    padding: 7% 7% 13%;
  }

  .logo-header {
    width: 60%;
  }

  .quem-sou {
    height: auto;
    background-image: url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Foto-da-Fernanda-Em-Consultório-Duotone.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

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

  .container-flex-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    max-width: 260px;
  }

  .container-classico.alinhar-esq {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-classico.alinhar-esq.quem-e {
    padding: 16% 12% 148%;
  }

  .container-classico.alinhar-esq.quem-e-alt {
    padding: 16% 12% 20%;
  }

  .container-classico.footer {
    padding-right: 11%;
    padding-left: 11%;
  }

  .container-classico.padding.areas {
    padding-top: 42%;
    padding-bottom: 42%;
  }

  .container-classico.padding.esq {
    padding: 19% 15%;
  }

  .container-classico.conteudo {
    overflow: hidden;
    padding-top: 18%;
    padding-bottom: 10%;
  }

  .container-classico.mini-hero {
    padding-top: 18%;
    padding-bottom: 18%;
  }

  .container-classico._2-0 {
    padding-top: 8%;
    padding-bottom: 15%;
  }

  .container-classico.nossa-marca {
    padding: 16% 0%;
  }

  .cta-hero {
    padding: 15px 22px;
    text-align: center;
  }

  .h1-fn {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.5em;
    text-align: center;
  }

  .div-h1-cta-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .copyright-footer {
    max-width: none;
    margin-bottom: 10px;
    text-align: center;
  }

  .div-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h4-footer {
    margin-bottom: 25px;
  }

  .coluna-footer {
    width: 100%;
    margin-top: 42px;
    margin-left: 0px;
  }

  .coluna-footer._2 {
    margin-top: 0px;
  }

  .coluna-footer.menu {
    width: 100%;
    padding-left: 0px;
  }

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

  .h2-fn-alt.sem-padding {
    font-size: 1.9em;
  }

  .icone-h4 {
    margin-bottom: 30px;
  }

  .grid-icones-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-icones-2 {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .crn {
    display: none;
  }

  .form-greatz {
    width: 100%;
    border-radius: 16px;
    text-align: center;
  }

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

  .h5-unidade {
    margin-bottom: 10px;
  }

  .crn-p {
    margin-bottom: 10px;
  }

  .p-endere-os {
    max-width: none;
    margin-bottom: 10px;
    text-align: left;
  }

  .div-unid-1 {
    margin-bottom: 20px;
  }

  .div-com-duas-unidades {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .acesse-o-site.dark {
    color: #7171dd;
  }

  .div-title-link {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-link {
    margin-bottom: 10px;
  }

  .div-convenios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-convenio {
    width: 120px;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .img-convenio._3 {
    background-size: 80%;
  }

  .p-convenios {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-reembolso {
    padding: 15px 21px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-reembolso {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-icon-h4 {
    width: 100%;
    max-width: 170px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
    border-right-style: none;
  }

  .h3-manifesto {
    font-size: 2.2em;
  }

  .h3-manifesto.menor {
    font-size: 1.8em;
  }

  .h3-manifesto.menor-fundo-dark {
    font-size: 1.8em;
  }

  .conteudo-manifesto {
    height: auto;
    padding-right: 12%;
    padding-bottom: 28%;
    background-position: 50% 100%;
    background-size: 90px;
    background-repeat: repeat-x;
  }

  .conteudo-manifesto._9 {
    padding-bottom: 45%;
  }

  .img-manifesto-mobile {
    height: 40vh;
  }

  .img-manifesto-mobile._2 {
    background-position: 50% 40%;
  }

  .img-manifesto-mobile._4 {
    background-size: 150%;
  }

  .img-manifesto-mobile._8.alt {
    height: 44vh;
  }

  .img-manifesto-mobile._9.alt {
    display: none;
  }

  .icon-wpp {
    background-color: #fff;
  }

  .botao-atendimento-online {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .icon-atendimento-online {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-3-colunas {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-post-nnm {
    height: 170px;
  }

  .bioimpedancia {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 200, 190, 0.87)), to(rgba(220, 200, 190, 0.87))), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
    background-image: linear-gradient(180deg, rgba(220, 200, 190, 0.87), rgba(220, 200, 190, 0.87)), url('../images/Fernanda-Naufel-Nutricionista-Cientista-Em-São-Paulo-Bioimpedância-InBody120.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .h3-cta-final {
    width: 100%;
    font-size: 1.6em;
  }

  .h3-cta-alt {
    font-size: 1.5em;
  }

  .conteudo1 {
    overflow: hidden;
  }

  .p-escuro-fn {
    max-width: 360px;
    min-width: 100%;
  }

  .p-escuro-fn.title-box {
    width: auto;
    max-width: none;
    min-width: auto;
  }

  .botao-menu-areas {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .h2-fn {
    line-height: 1.2em;
  }

  .div-menu-areas {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .mini-hero-pags-internas {
    background-image: none;
  }

  .link-p {
    width: 100%;
    max-width: 360px;
  }

  .div-post-individual {
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-post-infos {
    padding-top: 20px;
    padding-left: 0px;
  }

  .div-post-infos.sem-foto {
    margin-bottom: 0px;
  }

  .div-post-sobremim {
    width: 100%;
    height: 170px;
  }

  .div-artigo-single-post {
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-fullwidth-mobile {
    height: 30vh;
  }

  .youtube-wrapper {
    margin-bottom: 10px;
  }

  .div-video-titulo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-videos {
    margin-top: 15px;
    grid-row-gap: 50px;
  }

  .coluna-consultorios {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .h3-contato {
    font-size: 2.1em;
  }

  .h3-contato.center {
    font-size: 2.2em;
  }

  .branding {
    overflow: hidden;
  }

  .slide-branding {
    background-image: none;
  }

  .slide-branding._3 {
    background-image: none;
  }

  .slide-branding._4 {
    background-image: none;
  }

  .slide-branding._5 {
    background-image: none;
  }

  .slide-branding._6 {
    background-image: none;
  }

  .slide-branding._7 {
    background-image: none;
  }

  .slide-branding._8 {
    background-image: none;
  }

  .slide-branding._9 {
    background-image: none;
  }

  .slide-branding._10 {
    background-image: none;
  }

  .slide-branding._11 {
    background-image: none;
  }

  .slide-branding._12 {
    background-image: none;
  }

  .slide-branding._13 {
    background-image: none;
  }

  .slider-branding {
    height: 72vw;
    background-color: transparent;
  }

  .arrow {
    margin-top: 99.031px;
  }

  .div-dicas-areas-de-atuacao {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .div-calendly {
    height: 900px;
    margin-top: 30px;
    margin-bottom: 60px;
    border-radius: 12px;
  }

  .embed-calendly {
    border-radius: 12px;
  }

  .h4-subtitulo.margin {
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .space {
    display: block;
    width: 100%;
    height: 50px;
  }

  .transparent-p {
    color: transparent;
  }

  .link-referencias {
    min-width: 100%;
  }

  .p-link-refs {
    max-width: 360px;
    min-width: 100%;
  }

  .icon-atendimento-online-maior {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .right-arrow {
    margin-right: -15px;
  }

  .left-arrow {
    margin-left: -15px;
  }

  .img-nossa-marca {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_881af2ce-c2c8-7535-6e5e-23e2420ec260-46752f51 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_881af2ce-c2c8-7535-6e5e-23e2420ec26e-46752f51 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_881af2ce-c2c8-7535-6e5e-23e2420ec267-46752f51 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

