@font-face {
  font-family: "Glaser Stencil W 01";
  src: url('../fonts/Glaser-Stencil-W01.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic_bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_cores---preto: #000;
  --_cores---branco: #fff;
  --_tamanhos---32px: 32px;
  --_tamanhos---16px: 16px;
  --_cores---principal: #75947c;
  --_tamanhos---128px: 128px;
  --_tamanhos---max: 1440px;
  --_cores---destaque: #cbb69c;
  --_tamanhos---512px: 512px;
  --_tamanhos---64px: 64px;
  --_tamanhos---8px: 8px;
  --_cores---transparente: #fff0;
  --_cores---secundário: #737373;
  --_tamanhos---4px: 4px;
  --_tamanhos---256px: 256px;
}

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

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

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

.body {
  background-color: var(--_cores---preto);
  color: var(--_cores---branco);
  font-family: Centurygothic, Arial, sans-serif;
}

.hero-section {
  background-image: linear-gradient(#000c, #000c), url('../images/BG-Site.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.navbar {
  padding-top: var(--_tamanhos---32px);
  padding-bottom: var(--_tamanhos---32px);
  border-bottom-left-radius: var(--_tamanhos---16px);
  border-bottom-right-radius: var(--_tamanhos---16px);
  background-color: var(--_cores---principal);
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.navbar-logo {
  max-width: 165px;
}

.container {
  max-width: var(--_tamanhos---max);
  padding-right: var(--_tamanhos---32px);
  padding-left: var(--_tamanhos---32px);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--_cores---branco);
  white-space: nowrap;
  padding: 0;
}

.nav-link:hover {
  color: var(--_cores---destaque);
}

.main-button {
  border-radius: var(--_tamanhos---512px);
  background-color: var(--_cores---destaque);
  box-shadow: 0 0 30px -6px var(--_cores---destaque);
  color: var(--_cores---preto);
  white-space: nowrap;
  background-image: linear-gradient(#cbb69ccc, #cbb69ccc), url('../images/BG-Botão.jpg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  font-weight: 700;
  transition: all .4s;
}

.main-button:hover {
  box-shadow: 0 0 30px -6px var(--_cores---principal);
  background-image: linear-gradient(#75947ccc, #75947ccc), url('../images/BG-Botão.jpg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.hero-wrapper {
  grid-column-gap: var(--_tamanhos---128px);
  grid-row-gap: var(--_tamanhos---128px);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-1440 {
  max-width: var(--_tamanhos---max);
  padding: var(--_tamanhos---64px) var(--_tamanhos---32px);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-txt-button-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Glaser Stencil W 01", Arial, sans-serif;
}

.main-paragraph {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.hero-img-wrapper {
  max-width: var(--_tamanhos---512px);
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  box-shadow: 0 0 60px -6px var(--_cores---principal);
  width: 100%;
  overflow: hidden;
}

.hero-txt-wrapper {
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
}

.hero-buttons-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
}

.secondary-button {
  border: 1px solid var(--_cores---destaque);
  border-radius: var(--_tamanhos---512px);
  background-color: var(--_cores---transparente);
  box-shadow: 0 0 30px -6px var(--_cores---destaque);
  opacity: 1;
  color: var(--_cores---branco);
  white-space: nowrap;
  font-weight: 400;
}

.background-video {
  justify-content: space-between;
}

.beneficios-section {
  border-radius: var(--_tamanhos---16px);
  position: relative;
  overflow: hidden;
}

.beneficios-bg-wrapper1 {
  background-image: url('../images/Benefícios-BG1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: absolute;
  inset: 0%;
}

.beneficios-img1 {
  border-radius: var(--_tamanhos---16px);
}

.beneficios-bg-wrapper2 {
  opacity: 0;
  background-image: url('../images/Benefícios-BG2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: absolute;
  inset: 0%;
}

.beneficios-img2 {
  border-radius: var(--_tamanhos---16px);
}

.beneficios-bg-wrapper3 {
  opacity: 0;
  background-image: url('../images/Benefícios-BG3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: absolute;
  inset: 0%;
}

.beneficios-img3 {
  border-radius: var(--_tamanhos---16px);
}

.beneficios-container-1440 {
  z-index: 1;
  max-width: var(--_tamanhos---max);
  padding: var(--_tamanhos---64px) var(--_tamanhos---32px);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.beneficios-cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.beneficios-card {
  padding: var(--_tamanhos---32px);
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
  border-radius: var(--_tamanhos---16px);
  background-color: var(--_cores---principal);
  box-shadow: 0 0 30px -6px var(--_cores---principal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.secondary-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  margin-bottom: 0;
}

.hero-main-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.beneficios-bg-gradient {
  background-image: linear-gradient(180deg, var(--_cores---transparente), var(--_cores---preto));
  height: 700px;
  position: absolute;
  inset: 0%;
}

.bronzeamento-section {
  padding-top: var(--_tamanhos---64px);
  position: relative;
}

.bronzeamento-grid {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  border-top-left-radius: var(--_tamanhos---16px);
  border-bottom-left-radius: var(--_tamanhos---16px);
  background-color: var(--_cores---secundário);
  grid-template-rows: auto;
}

.bronzeamento-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---16px);
  object-fit: cover;
}

.bronzeamento-txt-wrapper {
  padding-top: var(--_tamanhos---64px);
  padding-right: var(--_tamanhos---32px);
  padding-bottom: var(--_tamanhos---64px);
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.bronzeamento-heading-wrapper {
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
}

.bronzeamento-valor-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bronzeamento-valor-card {
  padding: var(--_tamanhos---16px);
  grid-column-gap: var(--_tamanhos---4px);
  grid-row-gap: var(--_tamanhos---4px);
  border: 1px solid var(--_cores---destaque);
  border-radius: var(--_tamanhos---16px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brozeamento-valor-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.brozeamento-valor {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.brozeamento-partir {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bronzeamento-sticky {
  left: 0;
  top: var(--_tamanhos---64px);
  max-width: var(--_tamanhos---512px);
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  position: sticky;
}

.skincoreano-section {
  padding-bottom: var(--_tamanhos---64px);
  position: relative;
}

.skincoreano-grid {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  border-top-right-radius: var(--_tamanhos---16px);
  border-bottom-right-radius: var(--_tamanhos---16px);
  background-color: var(--_cores---secundário);
  grid-template-rows: auto;
}

.skincoreano-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---16px);
  object-fit: cover;
}

.skincoreano-txt-wrapper {
  padding-top: var(--_tamanhos---64px);
  padding-bottom: var(--_tamanhos---64px);
  padding-left: var(--_tamanhos---32px);
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.skincoreano-sticky {
  left: 0;
  top: var(--_tamanhos---64px);
  max-width: var(--_tamanhos---512px);
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  position: sticky;
}

.skincoreano-heading-wrapper {
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
}

.skincoreano-valor-card {
  padding: var(--_tamanhos---16px);
  grid-column-gap: var(--_tamanhos---4px);
  grid-row-gap: var(--_tamanhos---4px);
  border: 1px solid var(--_cores---destaque);
  border-radius: var(--_tamanhos---16px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.skincoreano-bullet {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.bullet {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.servicos-section {
  background-image: linear-gradient(#000c, #000c), url('../images/BG-Site.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.servicos-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  flex-flow: column;
  display: flex;
}

.servicos-txt-wrapper {
  max-width: var(--_tamanhos---512px);
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
}

.servicos-txt-button-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  justify-content: flex-start;
  align-items: flex-end;
}

.button-wrapper {
  margin-top: 24px;
}

.servicos-cards-wrapper {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
}

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

.servicos-card {
  padding: var(--_tamanhos---16px);
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  border: 1px solid var(--_cores---destaque);
  border-radius: var(--_tamanhos---16px);
  cursor: pointer;
  flex-flow: column;
  transition: all .4s;
  display: flex;
  box-shadow: 0 0 30px -6px #0003;
}

.servicos-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.servicos-img {
  aspect-ratio: 1;
  object-fit: cover;
}

.servicos-manicure-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  object-fit: fill;
  background-image: url('../images/Manicure.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.servicos-img-wrapper {
  aspect-ratio: 1;
  border-top-left-radius: var(--_tamanhos---512px);
  border-top-right-radius: var(--_tamanhos---512px);
  box-shadow: 0 0 60px -6px var(--_cores---principal);
  position: relative;
  overflow: hidden;
}

.servicos-hair-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  opacity: 0;
  object-fit: fill;
  background-image: url('../images/Hair.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.servicos-massagem-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  opacity: 0;
  object-fit: fill;
  background-image: url('../images/Massagem.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.servicos-depilacao-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  opacity: 0;
  object-fit: fill;
  background-image: url('../images/Depilação.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.servicos-embelezamento-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  opacity: 0;
  object-fit: fill;
  background-image: url('../images/EmbelezamentoFacial.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.servicos-pele-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  opacity: 0;
  object-fit: fill;
  background-image: url('../images/Pele.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.servicos-maquiagem-img {
  aspect-ratio: 1;
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  opacity: 0;
  object-fit: fill;
  background-image: url('../images/Maquiagem.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.servicos-valores-manicure-grid {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  opacity: 0;
  border: 0 solid #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.servicos-valor {
  padding: var(--_tamanhos---16px);
  border: 1px solid var(--_cores---destaque);
  border-radius: var(--_tamanhos---8px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.servicos-valores-hair-grid, .servicos-valores-massagem-grid, .servicos-valores-depilacao-grid, .servicos-valores-embelezamento-grid, .servicos-valores-pele-grid, .servicos-valores-maquiagem-grid {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  opacity: 0;
  border: 0 solid #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.depoimentos-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
}

.slider {
  background-color: var(--_cores---transparente);
  width: 100%;
  height: 100%;
}

.depoimento-card {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  border-radius: var(--_tamanhos---512px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  background-color: var(--_cores---principal);
  max-width: none;
  overflow: hidden;
  box-shadow: 0 0 60px -6px #0003;
}

.paragraph-2 {
  max-width: var(--_tamanhos---512px);
}

.depoimentos-card-img-txt-wrapper {
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
  justify-content: flex-start;
  align-items: flex-end;
}

.image {
  max-width: var(--_tamanhos---64px);
  border-radius: var(--_tamanhos---max);
}

.depoimentos-card-img {
  width: 100%;
  max-width: 100%;
}

.depoimentos-txt-wrapper {
  padding-right: var(--_tamanhos---32px);
  padding-bottom: var(--_tamanhos---32px);
  padding-left: var(--_tamanhos---32px);
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
}

.slide-nav {
  display: none;
}

.slide, .slide-2 {
  margin-right: var(--_tamanhos---32px);
  max-width: 45%;
}

.novocliente-section {
  background-image: linear-gradient(#000c, #000c), url('../images/BG-Site.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.novocliente-main-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Glaser Stencil W 01", Arial, sans-serif;
}

.novocliente-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  justify-content: flex-start;
  align-items: center;
}

.novocliente-img {
  border-radius: var(--_tamanhos---16px);
  width: 100%;
}

.galeria-section {
  padding: var(--_tamanhos---64px) var(--_tamanhos---32px);
}

.slider-2 {
  background-color: var(--_cores---transparente);
  width: 100%;
  height: 100%;
}

.galeria-img {
  aspect-ratio: 2 / 3;
  border-radius: var(--_tamanhos---16px);
  object-fit: cover;
  width: 100%;
}

.slide-3 {
  margin-right: var(--_tamanhos---32px);
  aspect-ratio: 2 / 3;
  width: 15%;
}

.slide-nav-2 {
  display: none;
}

.info-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  flex-flow: column;
  display: flex;
}

.info-txt-wrapper {
  max-width: var(--_tamanhos---512px);
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
}

.funcionamento-wrapper {
  padding: var(--_tamanhos---32px);
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  border-radius: var(--_tamanhos---16px) var(--_tamanhos---512px) var(--_tamanhos---16px) var(--_tamanhos---16px);
  background-color: var(--_cores---secundário);
}

.funcionamento-txt-wrapper {
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
}

.embed-border {
  border-radius: var(--_tamanhos---16px);
  overflow: hidden;
}

.grid {
  height: 100%;
}

.influencer-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  flex-flow: row;
  display: flex;
}

.influencer-txt-wrapper {
  max-width: var(--_tamanhos---512px);
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
}

.form-block {
  width: 100%;
}

.form {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  flex-flow: column;
  display: flex;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: var(--_tamanhos---512px);
  margin-bottom: 0;
}

.final-section {
  background-image: linear-gradient(#000c, #000c), url('../images/BG-Site.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.final-wrapper {
  grid-column-gap: var(--_tamanhos---32px);
  grid-row-gap: var(--_tamanhos---32px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.final-social-wrapper {
  grid-column-gap: var(--_tamanhos---16px);
  grid-row-gap: var(--_tamanhos---16px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.final-social-icon {
  width: var(--_tamanhos---32px);
  max-width: none;
}

.final-img {
  border-radius: var(--_tamanhos---16px);
  width: 100%;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-brand {
  width: 165px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--_cores---branco);
  margin-top: 20px;
  text-decoration: none;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.novocliente-txt-wrapper {
  max-width: var(--_tamanhos---512px);
  grid-column-gap: var(--_tamanhos---8px);
  grid-row-gap: var(--_tamanhos---8px);
  justify-content: flex-start;
  align-items: center;
}

.novocliente-main-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.final-main-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Glaser Stencil W 01", Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding: var(--_tamanhos---32px);
    grid-column-gap: var(--_tamanhos---16px);
    grid-row-gap: var(--_tamanhos---16px);
    border-radius: var(--_tamanhos---16px);
    background-color: var(--_cores---principal);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    margin-bottom: var(--_tamanhos---16px);
    text-align: center;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .beneficios-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bronzeamento-grid {
    border-radius: var(--_tamanhos---16px);
    grid-template-columns: 1fr;
  }

  .bronzeamento-txt-wrapper {
    padding-top: 0;
    padding-bottom: var(--_tamanhos---64px);
    padding-left: var(--_tamanhos---32px);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .skincoreano-grid {
    border-radius: var(--_tamanhos---16px);
    grid-template-columns: 1fr;
  }

  .skincoreano-txt-wrapper {
    padding-top: 0;
    padding-right: var(--_tamanhos---32px);
  }

  .servicos-cards-wrapper {
    grid-column-gap: var(--_tamanhos---16px);
    grid-row-gap: var(--_tamanhos---16px);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .servicos-grid {
    grid-column-gap: var(--_tamanhos---32px);
    grid-row-gap: var(--_tamanhos---32px);
    grid-template-columns: 1fr;
  }

  .slide-3 {
    width: 25%;
  }

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

  .influencer-wrapper {
    flex-flow: column;
  }

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

  .footer-wrapper-two {
    grid-column-gap: var(--_tamanhos---32px);
    grid-row-gap: var(--_tamanhos---32px);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--_cores---transparente);
  }
}

@media screen and (max-width: 767px) {
  .slide-3 {
    width: 30%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo {
    max-width: var(--_tamanhos---128px);
  }

  .main-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-buttons-wrapper {
    flex-flow: column;
  }

  .beneficios-cards-grid, .servicos-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .depoimentos-wrapper {
    height: 100%;
  }

  .slide, .slide-2 {
    max-width: 100%;
  }

  .novocliente-main-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .novocliente-img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .slide-3 {
    margin-right: var(--_tamanhos---16px);
    width: 65%;
  }

  .funcionamento-wrapper {
    border-radius: var(--_tamanhos---16px);
  }

  .final-img {
    aspect-ratio: 1;
    object-fit: cover;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-link-two {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .final-main-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .icon, .icon-2 {
    margin-top: 203px;
  }
}

#w-node-_0f18b233-ce1e-0422-5c5a-82b6e15abb92-7b0efe4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0036497c-ace6-4f56-0e66-2e2e4bc5ec3d-7b0efe4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_61ec6bcf-5f56-016c-b054-d66189c0cb09-7b0efe4c {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0036497c-ace6-4f56-0e66-2e2e4bc5ec3d-7b0efe4c {
    order: 9999;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Glaser Stencil W 01';
  src: url('../fonts/Glaser-Stencil-W01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}