:root {
  --fundo-black: #161616;
  --white: white;
  --light-grey: #d4d4d4;
  --gold-line: #cea46f;
  --dark-grey: #9b9b9b;
  --2-fundo: #1e1e1e;
  --black: black;
}

body {
  background-color: var(--fundo-black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5.1em;
  font-weight: 600;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--white);
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.styletitle {
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: var(--gold-line);
  padding-top: 26px;
  padding-bottom: 0;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.heading {
  font-size: 55px;
  line-height: 64px;
}

.stylename {
  border-top: 1px solid var(--light-grey);
  border-bottom: 0px none var(--light-grey);
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.heading-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.small-p {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.blackcolor {
  background-color: var(--fundo-black);
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--gold-line);
}

.colorbox.brand2ndcolor {
  background-color: var(--2-fundo);
}

.colorbox.darkgreycolor {
  background-color: var(--dark-grey);
}

.colorbox.lightgreycolor {
  background-color: var(--light-grey);
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  background-color: var(--gold-line);
  border-radius: 5px;
  transition: all .35s;
}

.cta-button:hover {
  background-color: var(--2-fundo);
  color: #fff;
}

.cta-button.ghost-button {
  border: 1px solid var(--gold-line);
  color: var(--gold-line);
  background-color: rgba(0, 0, 0, 0);
}

.cta-button.ghost-button:hover {
  border-color: var(--gold-line);
  background-color: var(--gold-line);
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover, .cta-button.inverse-button {
  color: var(--gold-line);
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  background-color: var(--2-fundo);
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: var(--light-grey);
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: rgba(0, 0, 0, .77);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.hero {
  background-color: var(--gold-line);
  color: #fff;
  height: 700vh;
}

.no-hori-scroll {
  width: 100%;
  overflow: hidden;
}

.hero-section {
  background-color: var(--fundo-black);
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.body {
  background-color: var(--fundo-black);
}

.hero-background-img {
  z-index: 0;
  opacity: .27;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.space {
  height: 1000px;
}

.nav-div {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.logo-img {
  width: 170px;
}

.nav-links-div {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.nav-link-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.nav-link-div.scroll {
  flex-direction: row;
}

.nav-text {
  z-index: 10;
  letter-spacing: .4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.nav-text.cta {
  font-size: 17px;
}

.link {
  text-decoration: none;
}

.nav-icon {
  transform-origin: 50%;
  width: 27px;
  margin-bottom: 10px;
}

.nav-icon.tele {
  width: 22px;
}

.nav-icon.produtos {
  margin-bottom: 9px;
}

.nav-icon.scroll {
  width: 21px;
  margin-bottom: 0;
  margin-right: 6px;
}

.nav-icon.scroll.tele {
  width: 19px;
}

.nav-icon.scroll.mais {
  margin-right: 10px;
}

.nav-cta {
  border: 2px solid var(--gold-line);
  background-color: var(--fundo-black);
  margin-bottom: 30px;
  padding: 11px 18px 10px;
  position: relative;
}

.nav-cta.cta {
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 20px;
}

.nav-cta.cta.ultimo-cta-cta {
  margin-top: 60px;
}

.nav-cta.cta.ultimo-cta-cta.opiniao {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-cta.cta.novo {
  margin-top: 52px;
}

.nav-cta.scroll {
  margin-bottom: 0;
}

.nav-cta.servicos {
  border-color: var(--gold-line);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-cta.servicos.select {
  border-color: var(--white);
}

.hero-div {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  padding-top: 4em;
  padding-left: 9em;
  padding-right: 7em;
  display: flex;
  position: relative;
}

.hero-left-div {
  margin-bottom: 7vh;
  padding-top: 45px;
}

.body-2 {
  line-height: 1.3;
}

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

.h1-diferente {
  transform-origin: 0 0;
  color: var(--gold-line);
  margin-top: 9px;
  font-size: 4.9em;
}

.hero-localizacao-text {
  margin-top: 13px;
  margin-bottom: 86px;
  font-size: 16px;
}

.cta-hover-div {
  z-index: 5;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.hero-right {
  position: relative;
}

.hero-img-leque {
  width: 30.7em;
  position: relative;
}

.hero-img {
  border: 2px solid var(--gold-line);
  width: 100%;
  position: relative;
}

.hero-img._2 {
  z-index: 2;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-3.3em, -.9em)rotate(2deg);
}

.hero-img._1 {
  z-index: 5;
  transform: rotate(9deg);
}

.hero-img._3 {
  z-index: 0;
  transform-origin: 0 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-4.7em, .4em)rotate(-2deg);
}

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

.heading-5 {
  font-size: 4.6em;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.section.barbeiros {
  background-image: linear-gradient(rgba(30, 30, 30, .14), rgba(30, 30, 30, .14)), url('../images/barbeiros-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.less-margin {
  padding-top: 60px;
}

.section.galeria-margem {
  padding-bottom: 0;
}

.section.promo-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.promo-section.none {
  display: none;
}

.section.super-less-margin-top {
  padding-top: 0;
}

.section.sem-margin-botton {
  padding-bottom: 0;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.h2-container {
  margin-bottom: 30px;
  margin-left: -50px;
  display: flex;
}

.small-descricao {
  max-width: 336px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.3;
}

.small-descricao.ultimo-cta-small-p {
  text-align: center;
  max-width: none;
}

.small-descricao.produtos {
  max-width: 360px;
}

.small-descricao.produtos.opiniao {
  text-align: center;
  margin-top: 19px;
}

.h2-line {
  background-color: var(--gold-line);
  width: 100%;
  height: 2px;
  margin-top: 26px;
  margin-right: 0;
}

.heading-6 {
  font-size: 44px;
}

.servicos-background {
  background-color: var(--2-fundo);
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 68px;
  margin-right: 68px;
  padding: 60px 110px 25px 69px;
  display: flex;
}

.servi-os-left.implante {
  width: 100%;
}

.servicos-right.estetica {
  display: none;
}

.servicos-container {
  display: flex;
}

.servicos-container.right {
  margin-left: 40px;
}

.servicos-div {
  max-width: 320px;
}

.servicos-div.implante {
  width: 100%;
  max-width: 100%;
}

.servicos-line {
  background-color: var(--gold-line);
  width: 100%;
  height: 2px;
  margin-top: 14px;
  margin-right: 0;
}

.servicos-price-div {
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

.price-titulo-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-titulo-div.implante {
  margin-bottom: 10px;
}

.price-line {
  background-color: var(--gold-line);
  width: 70px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
}

.price-div {
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.price-div.implante {
  flex-direction: column;
}

.price-text {
  color: var(--gold-line);
  font-size: 13px;
}

.price-text.tempo {
  margin-top: 13px;
}

.price-text.tempo.implante {
  white-space: nowrap;
}

.servico-descricao {
  max-width: 262px;
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
}

.servico-descricao.maior {
  max-width: 340px;
}

.servico-descricao.implante {
  max-width: none;
  padding-right: 73px;
  font-size: 14px;
}

.servicos-h3 {
  margin-bottom: 30px;
}

.price-left {
  width: 100%;
}

.price-right {
  width: 40px;
  margin-left: 15px;
}

.price-right.implante {
  width: auto;
}

.barbeiros-container {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 70px;
  display: flex;
}

.barbeiros-div {
  width: 19%;
  margin-left: 3%;
  margin-right: 3%;
}

.barbeiros-img {
  border: 2px solid var(--gold-line);
  width: 100%;
}

.barbeiros-name {
  margin-top: 15px;
  font-size: 18px;
}

.galeria-section {
  width: 100%;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.galeria-16 {
  width: 16.66%;
  padding-left: 10px;
  padding-right: 10px;
}

.galeria-16._1 {
  padding-top: 14%;
}

.galeria-16._2 {
  padding-top: 6%;
}

.galeria-16._3 {
  padding-top: 14%;
}

.galeria-16._4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.galeria-33 {
  width: 33.32%;
  padding-top: 6%;
  padding-left: 10px;
  padding-right: 10px;
}

.galeria-33._2 {
  padding-top: 3%;
}

.galeria-img {
  width: 100%;
}

.galeria-img._1 {
  margin-top: 100%;
}

.galeria-img.baixo {
  margin-top: 20px;
}

.galeria-mais-2 {
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.galeria-50 {
  width: 50%;
}

.galeria-50.right {
  padding-left: 10px;
}

.galeria-50.left {
  padding-right: 10px;
}

.galeria-linhas {
  z-index: -1;
  opacity: .27;
  position: absolute;
  top: -5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.galeria-social-div {
  margin-bottom: -23px;
}

.galeria-seguenos-text {
  margin-bottom: 12px;
  font-size: 15px;
}

.social-button {
  border: 2px solid var(--gold-line);
  background-color: var(--2-fundo);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 7px;
  display: flex;
  position: relative;
}

.social-button._2 {
  justify-content: center;
  align-items: center;
  margin-left: 17px;
  display: flex;
}

.social-button.footer {
  width: 33px;
  height: 33px;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.social-icon.facebook {
  height: 100%;
}

.social-icon.black {
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon.white {
  width: 17px;
  position: static;
}

.social-icon.nv {
  width: 9px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -51%;
  right: auto;
}

.social-div {
  z-index: 5;
  align-items: flex-start;
  padding-left: 2px;
  display: flex;
  position: relative;
}

.produtos-container {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.produtos-div {
  width: 25%;
  margin-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.produto-img-div {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.produto-img-tamanho {
  opacity: 0;
  width: 100%;
}

.image {
  width: 83%;
}

.produto-img-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.produto-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.produto-text-div {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
  display: flex;
}

.produto-preco {
  color: var(--gold-line);
  margin-left: 15px;
  font-size: 13px;
}

.produto-descricao {
  margin-top: 5px;
  margin-right: 14px;
  font-size: 13px;
}

.marcacao-container {
  background-color: var(--2-fundo);
  height: 580px;
  display: flex;
}

.marcacao-left {
  background-image: url('../images/28771.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.marcacao-right {
  width: 60%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.marcacao-calendario {
  padding-left: 68px;
  padding-right: 50px;
}

.marcacao-online {
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.html-embed {
  height: 690px;
}

.html-embed.none {
  display: block;
}

.footer-container {
  overflow: hidden;
}

.footer-cima-div {
  display: flex;
}

.footer-logo {
  width: 150px;
  margin-left: 10px;
}

.footer-slogan {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 65px;
  padding-top: 40px;
  display: flex;
}

.footer-slogan-1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-slogan-2 {
  color: var(--gold-line);
  margin-top: 3px;
  font-size: 19px;
  line-height: 1.2;
}

.footer-line {
  background-color: var(--gold-line);
  width: 100%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.footer-baixo-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-baixo {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-titulo {
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}

.footer-text {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.footer-text.link {
  white-space: nowrap;
  margin-bottom: 1px;
}

.footer-text.link.reclamacoes {
  font-size: 12px;
}

.footer-text.negrito {
  font-weight: 600;
}

.footer-text.negrito.baixo {
  margin-top: 18px;
}

.footer-link {
  margin-bottom: 4px;
  display: inline-block;
  overflow: hidden;
}

.footer-link.reclamacoes {
  margin-left: 22px;
}

.footer-link-line {
  background-color: var(--gold-line);
  width: 100%;
  height: 1px;
  transform: translate(-101%);
}

.footer-link-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-div.implante {
  max-width: 110px;
  margin-top: 10px;
}

.footer-maps-link {
  margin-top: 12px;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.footer-maps-link:hover {
  color: var(--gold-line);
}

.footer-criacao-div {
  justify-content: space-between;
  margin-top: 45px;
  display: flex;
}

.direitos-de-autor {
  font-size: 12px;
}

.direitos-de-autor.webbastic {
  margin-bottom: 1px;
  font-weight: 600;
}

.criado-por-div {
  align-items: flex-start;
  display: flex;
}

.webbastic-link {
  margin-left: 8px;
  overflow: hidden;
}

.criado-por-line {
  background-color: var(--gold-line);
  width: 100%;
  height: 1px;
  transform: translate(-101%);
}

.social-segura {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.social-icon.black {
  opacity: 0;
  width: 17px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon.firente {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-hover {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.nv-social-link {
  border: 2px solid var(--gold-line);
  background-color: var(--2-fundo);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 7px;
  transition-property: none;
  display: flex;
  position: relative;
}

.nv-social-segura {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nv-social-icon {
  width: 8px;
}

.nv-hover-social {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.nv-social-black {
  width: 8px;
  height: 100%;
  position: absolute;
}

.servicos-h3-div {
  align-items: flex-start;
  display: flex;
}

.servicos-icon {
  width: 35.5313px;
  margin-left: 26px;
  display: block;
}

.servicos-icon.estetica {
  margin-top: -5px;
}

.servicos-icon.estetica.none {
  display: none;
}

.servicos-icon.servicos {
  z-index: 10;
  width: 20px;
  margin-left: 13px;
  position: relative;
}

.galeria-reviews-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 8%;
  left: 0%;
  right: 0%;
}

.review-slider-div {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.review-name {
  font-size: 16px;
  font-weight: 600;
}

.slider {
  opacity: .9;
  background-color: rgba(0, 0, 0, 0);
  width: 28%;
  max-width: 400px;
  height: 262px;
  margin-right: 5%;
}

.review-text {
  margin-top: 11px;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 1.5;
}

.star-icon {
  width: 21px;
  margin-right: 7px;
}

.left-arrow {
  opacity: .2;
  font-size: 29px;
  display: block;
  top: 0%;
  bottom: 0%;
  left: -25%;
  right: auto;
}

.right-arrow {
  opacity: .2;
  font-size: 29px;
  display: block;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25%;
}

.slide-nav {
  padding-top: 20px;
  font-size: 9px;
  line-height: 14px;
  display: none;
}

.button-social {
  border: 2px solid var(--gold-line);
  background-color: var(--2-fundo);
  width: 35px;
  height: 35px;
}

.button-social.margem {
  margin-left: 15px;
}

.button-social.footer {
  width: 33px;
  height: 33px;
  margin-right: 16px;
}

.div-social {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.social-icon-nv {
  height: 15px;
}

.social-icon-nv.black {
  z-index: 5;
  opacity: 0;
  position: absolute;
}

.background-hover {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.nav-scroll-div {
  z-index: 100;
  background-color: var(--fundo-black);
  justify-content: space-between;
  align-items: center;
  padding: 15px 80px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -110%);
}

.nav-scroll-logo {
  width: 170px;
}

.nav-scroll-link-div, .nav-burguer-div {
  display: flex;
}

.nav-burguer-link, .scroll-logo-nice, .nav-scroll-open {
  display: none;
}

.heading-9 {
  transform-origin: 0 0;
  font-size: 6.3em;
}

.load-div {
  z-index: 500;
  background-color: var(--fundo-black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(100%);
}

.loader-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.load-logo {
  width: 190px;
  margin-top: -26px;
}

.load-mota {
  width: 150px;
  position: absolute;
}

.line-div {
  width: 100px;
  margin-right: 19px;
}

.h2.ultimo-cta, .h2.ultimo-cta-h2 {
  text-align: center;
}

.servicos-line-div {
  width: 40px;
  margin-right: 13px;
}

.nav-home.w--current {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ultimo-cta {
  background-image: linear-gradient(rgba(22, 22, 22, .68), rgba(22, 22, 22, .68)), url('../images/barber-works-with-hair-clipper.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 140px 20px 130px;
  display: flex;
  position: relative;
}

.ultimo-cta-image {
  object-fit: cover;
  width: 100%;
  position: static;
}

.ultimo-cta-div {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  display: flex;
}

.ani-1, .ani-2, .ani-3, .ani-5, .ani-6, .ani-7, .ani-8 {
  display: inline-block;
}

.promo-banner-img {
  width: 100%;
}

.loop-div {
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.loop-div.none {
  display: none;
}

.loop-produto-div {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 21em;
  height: 21em;
  margin-right: 4.7em;
  padding: 2em;
  display: flex;
}

.loop-container {
  display: flex;
}

.pordutos-logo {
  width: 100%;
}

.produtos-div-loop {
  display: flex;
}

.redes-div {
  margin-top: 0;
}

.redes-img {
  max-width: 210px;
}

.redes-link {
  margin-right: 40px;
}

._8 {
  margin-top: 36px;
}

.marcacao-brevemente {
  font-size: 20px;
  line-height: 1.2;
  display: block;
}

.servicos-containerr-nv {
  justify-content: space-between;
  width: 100%;
  padding-right: 26px;
  display: flex;
}

.servicos-titulo-div {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.servicos-titulo-div.mais-margem {
  margin-top: 30px;
}

.footer-info {
  display: flex;
}

.marcacao-brevemente-super {
  font-size: 20px;
  line-height: 1.2;
  display: block;
}

.slider-home {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-2 {
  width: 100%;
  height: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-slider-image.mobile {
  display: none;
}

.hero-escuro-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, .44);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav-2 {
  font-size: 12px;
}

.right-arrow-2 {
  z-index: 20;
  border: 2px solid var(--gold-line);
  background-color: var(--fundo-black);
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.icon {
  font-size: 18px;
}

.left-arrow-2 {
  z-index: 20;
  border: 2px solid var(--gold-line);
  background-color: var(--fundo-black);
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 100px;
}

.icon-2 {
  font-size: 18px;
}

.hero-slide-arrow-hover {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.nova-galeria {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.galeria-light-box {
  width: 100%;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.light-box-img {
  width: 100%;
}

.galeria-colunas {
  flex: 1;
  width: auto;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.produtos-show-div {
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.produtos-div-2 {
  border: 2px solid #cea46f;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 21em;
  height: 21em;
  margin-right: 2.6em;
  padding: 21px;
  display: flex;
  overflow: hidden;
}

.produtos-div-2.show {
  background-color: var(--white);
  border-style: none;
  border-radius: 0;
  width: 15.5em;
  height: 15.5em;
  margin: 1em;
  padding: 1.7em;
}

.produtos-div-2.show.none {
  display: none;
}

.produtos-img {
  width: 100%;
}

.deixa-opiniao {
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.footer-small-text {
  margin-top: -5px;
  margin-bottom: 9px;
  font-size: 9px;
}

.deixa-opiniao-titulo {
  margin-bottom: 30px;
}

.opiniao-titulo {
  font-size: 25px;
}

.opiniao-cta {
  justify-content: space-around;
  display: flex;
}

.footer-whatsapp {
  margin-top: 5px;
}

.footer-whatsapp.implante {
  margin-top: 10px;
}

.whatsapp-image {
  width: 35px;
  height: 35px;
}

.servicos-wrap {
  width: 100%;
}

.servicos-wrap.tratamentos, .servicos-wrap.barbeiro, .servicos-wrap.implante, .servicos-wrap.premium, .servicos-wrap.micropigmentacao {
  display: block;
}

.servicos-btn-wrap {
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 68px;
  margin-right: 68px;
  display: flex;
}

.combo-classes {
  display: none;
}

.servicos-titulo-div-nv {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.servicos-titulo-div-nv.mais-margem {
  margin-top: 30px;
}

.servicos-container-nv {
  display: flex;
}

.servicos-container-nv.right {
  margin-left: 40px;
}

.servicos-container-copy {
  display: flex;
}

.servicos-container-copy.right {
  margin-left: 40px;
}

.servicos-price-div-nv {
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

._500 {
  font-weight: 500;
}

.image_slide {
  width: 100%;
  min-height: auto;
}

.servico_slider {
  width: 100%;
  max-width: 660px;
  height: 100%;
}

.servico_slide_1 {
  width: 100%;
  height: 100%;
}

.servicos_slide_nav {
  display: none;
}

.servico_slide_image {
  width: 100%;
  max-width: none;
  height: 100%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  .nav-div {
    display: none;
  }

  .nav-link-div.scroll.open {
    transform-origin: 50% 0;
    margin-top: 42px;
    margin-left: 0;
  }

  .nav-text.open {
    margin-left: .2em;
    font-size: 5.7em;
  }

  .nav-text.ope-cta {
    font-size: 2.5em;
  }

  .nav-icon.produtos.scroll.mais {
    margin-right: 12px;
  }

  .nav-icon.scroll {
    width: 3.8em;
    margin-right: 11px;
  }

  .nav-icon.scroll.tele {
    width: 3.2em;
    margin-right: 13px;
  }

  .nav-icon.scroll.mais {
    margin-right: 12px;
  }

  .nav-icon.image {
    width: 3.4em;
  }

  .nav-cta.cta {
    margin-top: 13px;
  }

  .nav-cta.scroll.open {
    transform-origin: 0 100%;
    margin-top: 0;
  }

  .hero-div {
    padding-top: 200px;
    padding-left: 2.3em;
    padding-right: 5.3em;
  }

  .h1-diferente {
    font-size: 4.9em;
  }

  .hero-localizacao-text {
    font-size: 14px;
  }

  .hero-img-leque {
    width: 33.3em;
  }

  .heading-5 {
    font-size: 5em;
  }

  .section.less-margin {
    padding-top: 0;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .h2-container {
    margin-left: 0;
  }

  .h2-container.marcacao {
    margin-left: 15px;
    padding-right: 30px;
  }

  .servicos-background {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 75px;
  }

  .servicos-container.right {
    margin-left: 20px;
  }

  .price-line {
    width: 45px;
  }

  .servico-descricao {
    max-width: 220px;
  }

  .servicos-h3 {
    font-size: 25px;
  }

  .barbeiros-container {
    margin-top: 50px;
  }

  .barbeiros-div {
    width: 21%;
  }

  .produtos-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .produto-name {
    font-size: 16px;
  }

  .marcacao-container {
    flex-direction: column;
    height: auto;
  }

  .marcacao-left {
    width: 100%;
    height: 89vh;
    display: none;
  }

  .marcacao-right {
    order: 0;
    width: 100%;
  }

  .marcacao-calendario {
    padding-left: 30px;
    padding-right: 30px;
  }

  .marcacao-online {
    justify-content: center;
  }

  .html-embed.none {
    display: none;
  }

  .footer-logo {
    width: 135px;
  }

  .footer-slogan {
    margin-left: 45px;
  }

  .footer-slogan.open {
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 20px;
  }

  .footer-slogan-1 {
    font-size: 20px;
  }

  .footer-slogan-1.open {
    font-size: 18px;
  }

  .footer-slogan-2 {
    font-size: 17px;
  }

  .footer-slogan-2.open {
    font-size: 15px;
  }

  .footer-line {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .footer-baixo.open {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-titulo {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .footer-text {
    font-size: 13px;
  }

  .servicos-icon {
    width: 33px;
  }

  .galeria-reviews-div {
    justify-content: center;
    position: relative;
  }

  .slider {
    width: 70%;
    margin-right: 6%;
  }

  .left-arrow {
    left: -26%;
  }

  .right-arrow {
    right: -26%;
  }

  .button-social.footer {
    width: 30px;
    height: 30px;
  }

  .social-icon-nv {
    height: 13px;
  }

  .nav-scroll-div {
    padding-left: 40px;
    padding-right: 60px;
    transform: none;
  }

  .nav-scroll-logo.open {
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-scroll-link-div {
    display: none;
  }

  .nav-scroll-link-div.open {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-burguer-div {
    transform-origin: 50%;
    flex-direction: column;
    align-items: flex-end;
    width: 40px;
    display: flex;
  }

  .burguer-cima {
    background-color: var(--white);
    border-radius: 100px;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burguer-baixo {
    background-color: var(--white);
    border-radius: 100px;
    flex: 0 auto;
    width: 60%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-burguer-link {
    z-index: 150;
    justify-content: flex-end;
    align-items: center;
    width: 100px;
    height: 30px;
    display: flex;
    position: relative;
  }

  .heading-7 {
    font-size: 41px;
  }

  .scroll-nav-logo-div {
    z-index: 150;
    position: relative;
  }

  .scroll-logo-nice {
    opacity: 0;
    width: 150px;
    display: block;
    position: absolute;
    top: -49px;
    bottom: auto;
    left: -3px;
    right: auto;
  }

  .nav-scroll-open {
    z-index: 90;
    background-color: var(--fundo-black);
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding-top: 14vh;
    padding-left: 43px;
    padding-right: 10em;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, -105%);
  }

  .nav-open-info-div {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 36px;
    padding-left: 25px;
    padding-right: 30px;
    display: flex;
  }

  .nav-open-img {
    max-width: 130px;
    display: block;
  }

  .nav-open-info {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-open-anim {
    align-items: center;
    display: flex;
  }

  .nav-cta-anim {
    margin-top: 62px;
  }

  .line-div {
    width: 75px;
  }

  .redes-img {
    max-width: 190px;
  }

  .servicos-containerr-nv {
    padding-right: 0;
  }

  .produtos-show-div {
    flex-flow: wrap;
    justify-content: center;
  }

  .produtos-div-2 {
    width: 28em;
    height: 28em;
  }

  .produtos-div-2.show {
    width: 22em;
    height: 22em;
    margin-bottom: 3em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .servicos-btn-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .servicos-container-nv.right, .servicos-container-copy.right {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 8.9em;
  }

  h2 {
    font-size: 36px;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .hero-section {
    height: 100vh;
  }

  .nav-link-div.scroll.open {
    margin-top: 5.5em;
  }

  .nav-text.cta {
    font-size: 18px;
  }

  .nav-text.open {
    font-size: 7.6em;
  }

  .nav-text.ope-cta {
    font-size: 3.2em;
  }

  .nav-icon.scroll {
    width: 5.1em;
  }

  .nav-icon.scroll.tele {
    width: 4.5em;
  }

  .nav-cta.cta {
    justify-content: center;
    width: 100%;
    margin-top: 41px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
  }

  .nav-cta.cta.ultimo-cta-cta.opiniao {
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .nav-cta.cta.novo {
    margin-top: 12px;
  }

  .nav-cta.scroll {
    padding: 9px 16px 8px;
  }

  .nav-cta.scroll.open {
    margin-top: 0;
    padding: 12px 23px;
  }

  .hero-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 127px;
    padding-right: 2.3em;
  }

  .h1-diferente {
    font-size: 6.9em;
  }

  .hero-right {
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 45px;
    margin-left: 35px;
    display: flex;
  }

  .hero-img-leque {
    width: 70em;
  }

  .hero-img._3 {
    transform: translate(-4.7em, .4em)rotate(-2deg);
  }

  .heading-5 {
    font-size: 8.8em;
  }

  .section.galeria-margem {
    padding-bottom: 0;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .small-descricao.produtos.opiniao {
    margin-top: 15px;
  }

  .h2-line {
    margin-top: 19px;
  }

  .servicos-background {
    flex-direction: column;
  }

  .servicos-right {
    margin-top: 0;
    margin-left: 53px;
  }

  .servicos-container.right {
    margin-top: 0;
    margin-left: 0;
  }

  .servicos-div {
    width: 100%;
    max-width: 400px;
  }

  .servico-descricao.implante {
    padding-right: 0;
  }

  .barbeiros-container {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .barbeiros-div {
    width: 44%;
    margin-bottom: 0;
  }

  .barbeiros-div.sem-margem {
    margin-bottom: 0;
  }

  .barbeiros-name {
    margin-top: 10px;
    font-size: 16px;
  }

  .galeria-section {
    flex-direction: column;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .galeria-16 {
    width: 100%;
  }

  .galeria-16._1 {
    padding-top: 30px;
  }

  .galeria-16._3 {
    padding-top: 20px;
  }

  .galeria-33 {
    width: 100%;
    padding-top: 20px;
  }

  .galeria-mais-2 {
    flex-direction: column;
  }

  .galeria-50.right, .galeria-50.left {
    width: 100%;
    margin-bottom: 20px;
  }

  .galeria-social-div {
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .produtos-container {
    flex-direction: row;
  }

  .produtos-div {
    width: 50%;
  }

  .produto-name {
    font-size: 18px;
  }

  .produto-text-div {
    align-items: flex-start;
  }

  .html-embed {
    height: 720px;
  }

  .html-embed.none {
    height: 550px;
    display: block;
  }

  .footer-cima-div {
    align-items: flex-start;
  }

  .footer-logo {
    width: 24em;
    margin-left: 4px;
  }

  .footer-slogan {
    flex-direction: column;
    justify-content: center;
    margin-left: 19px;
    padding-top: 6.4em;
  }

  .footer-slogan.open {
    margin-bottom: 21px;
  }

  .footer-slogan-1 {
    font-size: 3.7em;
  }

  .footer-slogan-2 {
    font-size: 3em;
  }

  .footer-line {
    margin-top: 35px;
  }

  .footer-baixo-div {
    flex-wrap: wrap;
  }

  .footer-baixo {
    width: 100%;
    margin-bottom: 42px;
  }

  .footer-baixo.open {
    display: none;
  }

  .footer-baixo.mobile-footer {
    width: 45%;
  }

  .galeria-reviews-div {
    justify-content: center;
    position: relative;
  }

  .slider {
    width: 70%;
    margin-right: 0%;
  }

  .nav-scroll-div {
    padding-left: 20px;
    padding-right: 30px;
    transform: none;
  }

  .nav-scroll-logo {
    width: 148px;
  }

  .nav-burguer-link {
    width: 65px;
  }

  .nav-scroll-open {
    flex-direction: column;
    padding-top: 90px;
    padding-right: 40px;
    transform: translate(0, -105%);
  }

  .nav-open-info-div {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-open-info {
    width: 100%;
  }

  .heading-9 {
    font-size: 8.9em;
  }

  .nav-cta-anim {
    margin-top: 8em;
  }

  .load-div {
    transform: translate(100%);
  }

  .load-logo {
    width: 150px;
    margin-top: -60px;
  }

  .line-div {
    width: 60px;
  }

  .ultimo-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .loop-div {
    margin-top: 50px;
  }

  .loop-produto-div {
    width: 38em;
    height: 38em;
  }

  .redes-div {
    display: flex;
  }

  .redes-img {
    max-width: 190px;
  }

  .marcacao-brevemente {
    display: none;
  }

  .servicos-containerr-nv {
    flex-direction: column;
  }

  .marcacao-brevemente-super {
    display: none;
  }

  .hero-slider-image.mobile {
    z-index: 10;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-nav-2 {
    margin-bottom: -10px;
    font-size: 9px;
  }

  .right-arrow-2 {
    bottom: 40px;
    left: 53%;
    right: auto;
  }

  .left-arrow-2 {
    bottom: 40px;
    right: 53%;
  }

  .galeria-colunas {
    flex: 0 auto;
    width: 100%;
  }

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

  .produtos-div-2 {
    border-radius: 3em;
    width: 38em;
    height: 39em;
  }

  .produtos-div-2.show {
    width: 35em;
    height: 35em;
    margin-bottom: 6em;
    margin-left: 3em;
    margin-right: 3em;
  }

  .deixa-opiniao {
    margin-left: 25px;
    margin-right: 25px;
  }

  .servicos-container-nv.right, .servicos-container-copy.right {
    margin-top: 0;
    margin-left: 0;
  }

  .image_slide {
    min-height: auto;
  }

  .servico_slide_arrow, .icon-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 10.9em;
    line-height: 1.1;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 18px;
    line-height: 21px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 15px;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-div.scroll.open {
    margin-top: 2.4em;
  }

  .nav-text {
    font-size: .7em;
  }

  .nav-text.open {
    margin-left: .1em;
    font-size: 1.9em;
  }

  .nav-text.ope-cta {
    font-size: 1.1em;
  }

  .nav-text.servicos {
    font-size: .9em;
  }

  .nav-icon.scroll {
    width: 2em;
  }

  .nav-icon.scroll.tele {
    width: 1.8em;
    margin-right: 13px;
  }

  .nav-cta.cta {
    width: auto;
    padding: 15px 35px;
    position: absolute;
    bottom: 0;
  }

  .nav-cta.cta.ultimo-cta-cta {
    position: relative;
  }

  .nav-cta.cta.ultimo-cta-cta.opiniao {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-cta.cta.novo {
    position: relative;
  }

  .nav-cta.scroll.open {
    margin-top: 0;
  }

  .nav-cta.servicos {
    margin-bottom: 15px;
  }

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

  .hero-left-div {
    flex: 1;
    width: 100%;
  }

  .h1-diferente {
    margin-top: 0;
    font-size: 8.5em;
  }

  .h2-container {
    margin-left: -9px;
  }

  .h2-line {
    margin-top: 15px;
  }

  .servicos-background {
    padding-left: 10px;
    padding-right: 20px;
  }

  .servicos-right {
    margin-left: 18px;
  }

  .servicos-container, .servicos-container.right {
    margin-left: 0;
  }

  .price-line.implante {
    display: none;
  }

  .price-left.implante {
    width: auto;
    min-width: 140px;
  }

  .price-right.implante {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .barbeiros-container {
    grid-row-gap: 30px;
  }

  .produto-text-div {
    flex-direction: column;
  }

  .produto-preco {
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .marcacao-calendario {
    padding-left: 0;
    padding-right: 0;
  }

  .marcacao-online {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-slogan-1 {
    font-size: 3.9em;
  }

  .footer-slogan-1.open {
    font-size: 5.7em;
  }

  .footer-slogan-2 {
    font-size: 3.6em;
  }

  .footer-slogan-2.open {
    font-size: 5.3em;
  }

  .footer-baixo.mobile-footer {
    width: 42%;
  }

  .footer-link.reclamacoes {
    margin-left: 0;
  }

  .footer-link-div.implante {
    max-width: 100%;
  }

  .footer-criacao-div {
    flex-wrap: wrap;
  }

  .direitos-de-autor {
    margin-bottom: 8px;
  }

  .servicos-icon.servicos {
    width: .9em;
    margin-left: .8125em;
    font-size: 18px;
  }

  .review-name {
    font-size: 20px;
  }

  .nav-scroll-div {
    padding-left: 7px;
    padding-right: 25px;
  }

  .nav-scroll-logo {
    width: 26.2em;
    display: inline-block;
  }

  .nav-burguer-link {
    width: 3em;
  }

  .scroll-nav-logo-div {
    flex: 0 auto;
  }

  .scroll-logo-nice {
    opacity: 1;
    width: 27.4em;
    top: -30px;
    left: 0;
  }

  .nav-scroll-open {
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-open-info-div {
    padding-top: 26px;
  }

  .heading-8 {
    font-size: 10.7em;
  }

  .heading-9 {
    font-size: 10.9em;
    line-height: 1;
  }

  .nav-open-anim, .nav-open-anim._4 {
    transform-origin: 50% 0;
  }

  .nav-cta-anim {
    transform-origin: 50% 0;
    margin-top: 11.7em;
  }

  .line-div {
    width: 34px;
    margin-right: 10px;
  }

  .h2.ultimo-cta-h2 {
    font-size: 25px;
  }

  .servicos-line-div {
    width: 5px;
  }

  .nav-home {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ultimo-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .redes-div {
    flex-wrap: wrap;
  }

  .redes-img {
    width: 80%;
    max-width: none;
  }

  .redes-link {
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .redes-link._2 {
    margin-bottom: 0;
  }

  .marcacao-brevemente {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-info {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
  }

  .marcacao-brevemente-super {
    margin-left: 20px;
    margin-right: 20px;
  }

  .produtos-show-div {
    padding-left: 0;
    padding-right: 0;
  }

  .produtos-div-2.show {
    width: 33.6em;
  }

  .div-block {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .servicos-container-nv, .servicos-container-nv.right, .servicos-container-copy, .servicos-container-copy.right {
    margin-left: 0;
  }

  .servicos-price-div-nv.implante {
    flex-direction: column;
  }

  ._500 {
    font-weight: 500;
  }
}


