@font-face {
  font-family: Kiona itallic;
  src: url('../assets/Kiona-Itallic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Cinzel variablefont wght;
  src: url('../assets/Cinzel-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../assets/Audrey-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../assets/Audrey-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../assets/Audrey-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../assets/Audrey-Normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../assets/Audrey-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskerville;
  src: url('../assets/baskerville.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../assets/Audrey-NormalOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-goldenrod: #aa7e32;
  --gold: #ebc65e;
  --black: #0e0e0e;
  --gainsboro: #e4e4e4;
  --floral-white: floralwhite;
  --cornsilk: #fff2cc;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
}

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

.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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.menu {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #fff9e8;
  display: block;
  position: fixed;
  inset: 0%;
}

.nav-menu {
  z-index: 998;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Kiona, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  align-items: center;
  font-size: 20px;
  display: flex;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Kiona, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--dark-goldenrod);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 25px;
  font-family: Kiona, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .8s;
}

.button-primary:hover {
  background-color: var(--gold);
  color: #000;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  z-index: 999;
  border: 0px solid var(--gold);
  background-color: #fff;
  border-radius: 2px;
  padding: 8px;
}

.menu-button.w--open {
  background-color: #fff;
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 10px;
}

.image {
  max-width: 150px;
}

.icon {
  color: var(--dark-goldenrod);
  font-size: 30px;
}

.utility-page-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  max-width: 600px;
  display: flex;
}

.section-links {
  background-color: #1d1d1d;
  width: 100vw;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block {
  background-image: url('../assets/FACHADA-03-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.bloco-banners {
  max-width: 450px;
  margin-top: 40px;
}

.button {
  text-align: center;
  background-color: #141414;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  transition: all 1.2s;
  display: block;
}

.button:hover {
  background-color: var(--gold);
  color: #000;
}

.div-block-2 {
  border: 2px solid var(--dark-goldenrod);
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 60px -30px #aa7e3254;
}

.image-2 {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  margin-bottom: 0;
}

.preloader {
  z-index: 1000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-4 {
  width: auto;
}

.lottie-animation {
  width: 150px;
}

.home-capa {
  background-image: linear-gradient(#000000a6, #000000a6), url('../assets/FACHADA-03-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.lottie-animation-2 {
  text-align: left;
  width: 50px;
  margin-bottom: 0;
  display: block;
}

.home-frase-um {
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container-3 {
  max-width: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.bloco-efeito {
  border-radius: 0;
  overflow: hidden;
}

.img-efeito {
  border-radius: 0;
  width: 100%;
  transition: all .8s;
}

.img-efeito:hover {
  transform: scale(1.1);
}

.div-block-7 {
  position: relative;
}

.container-4 {
  background-color: #0000;
  border-radius: 3px;
  padding: 0;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-8 {
  background-color: var(--dark-goldenrod);
  border-radius: 200px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
}

.text-block {
  color: #000;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.home-especialidades {
  padding-bottom: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.bloco-cirurgia-plastica {
  background-image: linear-gradient(to top, #000, #fff0 60%), url('../assets/barriga_chapada.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 3px;
  padding: 350px 20px 20px;
  transition: all 1.2s;
}

.bloco-cirurgia-plastica:hover {
  background-image: url('../assets/barriga_chapada.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 42px 42px 60px -30px #0003;
}

.heading-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.div-block-10 {
  background-color: var(--dark-goldenrod);
  width: 80px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.bloco-mega-hair {
  background-image: url('../assets/mega-hair-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 40px 40px;
}

.bloco-harmonizacao-facial, .bloco-dermatologia, .bloco-nutrologia, .bloco-estetica, .bloco-nutricao, .bloco-extensao-cilios {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 40px 40px;
}

.body {
  background-color: #f1f1f1;
  height: auto;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.bloco-hair {
  background-image: linear-gradient(to top, #000, #fff0), url('../assets/VITRINE-DA-MULHER.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-hair:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.bloco-facial {
  background-image: linear-gradient(2deg, #000, #0000), url('../assets/FIOS-DE-PDO.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-facial:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.bloco-derma {
  background-image: linear-gradient(to top, #000, #fff0), url('../assets/MICROAGULHAMENTO.jpeg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-derma:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.bloco-nutro {
  background-image: linear-gradient(to top, #000, #fff0), url('../assets/nutrologia-.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-nutro:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.bloco-est {
  background-image: linear-gradient(to top, #000, #fff0), url('../assets/ESTETICA-CORPORAL-E-FACIAL.JPG');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-est:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.bloco-nutri {
  background-image: linear-gradient(to top, #000, #fff0), url('../assets/Complexo-de-nutrição.jpeg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-nutri:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.bloco-cilios {
  background-image: linear-gradient(to top, #000, #fff0), url('../assets/EXTENSÃO.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-cilios:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.home-frase-dois {
  padding-bottom: 0;
}

.container-3-copy {
  max-width: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer {
  z-index: 997;
  color: var(--dark-goldenrod);
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 15px;
  font-family: Kiona, sans-serif;
  font-weight: 900;
  position: relative;
}

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

.footer-wrapper {
  border-bottom: 0px solid var(--gold);
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Garamond;
  font-size: 17px;
  display: flex;
}

.title-small {
  border-bottom: 1px solid var(--gold);
  color: var(--dark-goldenrod);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  text-decoration: none;
  transition: all .8s;
}

.footer-link:hover {
  color: var(--dark-goldenrod);
}

.footer-link.w--current {
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

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

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

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

.footer-copyright-center {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
}

.image-4 {
  width: 170px;
}

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-12 {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.heading-2-copy {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.grid-4 {
  background-color: #ebebeb;
  border-radius: 50px;
  grid-template-rows: auto;
  margin-top: 40px;
  padding: 5px 10px;
}

.div-block-13 {
  text-align: right;
}

.footer-copyright-center-copy {
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
}

.assinatura {
  color: var(--dark-goldenrod);
}

.div-block-14 {
  margin-top: 40px;
}

.form {
  display: flex;
}

.text-field {
  border: 1px solid var(--dark-goldenrod);
  border-radius: 50px 0 0 50px;
  height: 45px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.submit-button {
  background-color: var(--dark-goldenrod);
  border-radius: 0 50px 50px 0;
  height: 45px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.div-block-15 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.endereco {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.div-block-16 {
  margin-right: 20px;
}

.image-5 {
  width: 150px;
}

.link-block-2 {
  align-items: center;
  width: 50%;
  display: flex;
}

.list-item {
  text-align: left;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  transition: all 1.2s;
  display: flex;
}

.list-item:hover {
  transform: translate(20px);
}

.div-block-17 {
  background-color: var(--gold);
  border-radius: 200px;
  width: 15px;
  height: 15px;
}

.image-6 {
  width: 30px;
}

.sub-capas {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: block;
}

.div-block-19 {
  background-color: var(--gold);
  width: 30px;
  height: 4px;
  margin-bottom: 8px;
  display: block;
}

.div-block-19-copy {
  background-color: var(--gold);
  justify-content: flex-end;
  width: 20px;
  height: 4px;
  margin-bottom: 8px;
  display: block;
}

.div-block-19-copyg {
  background-color: var(--gold);
  width: 30px;
  height: 4px;
  margin-bottom: 0;
  display: block;
}

.divisor {
  background-color: #000;
  height: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kiona, sans-serif;
  font-size: 27px;
  line-height: 35px;
}

.container-8 {
  border-left: 3px solid var(--dark-goldenrod);
  max-width: 600px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.section-3 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text-span {
  color: var(--dark-goldenrod);
}

.heading-6 {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
}

.image-7 {
  width: 100%;
}

.grid-6 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.div-block-20 {
  margin-top: 40px;
  display: flex;
}

.div-block-21, .div-block-22 {
  width: auto;
}

.div-block-23 {
  margin-right: 20px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 60px;
}

.image-8 {
  border-radius: 0;
  width: 100%;
}

.grid-5-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-9 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #ffeccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-9 {
  width: 100%;
}

.heading-4-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kiona, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.container-8-copy {
  border-left: 3px solid var(--dark-goldenrod);
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
}

.div-block-24 {
  max-width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-25 {
  overflow: hidden;
}

.button-b {
  background-color: var(--dark-goldenrod);
  text-align: center;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Kiona, sans-serif;
  font-weight: 400;
  line-height: 18px;
  transition: all 1.2s;
  display: inline-block;
}

.button-b:hover {
  background-color: var(--gold);
  color: #000;
}

.heading-4-copy-copy {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kiona, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.section-2-copy {
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-9-copy {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--gold);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-7-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 0;
}

.div-block-26 {
  background-image: url('../assets/ESPAÇO-INSTAGRAMAVEL-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-7 {
  background-image: linear-gradient(121deg, var(--dark-goldenrod), var(--gold));
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.section-4 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/SPA-UNIQUE.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-11 {
  margin-top: 60px;
  padding-top: 0;
}

.grid-11 {
  grid-template-rows: auto;
}

.list-item-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-27 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.text-block-2 {
  font-family: Kiona, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.container-12 {
  background-color: #0000;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-r24r {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/IMG_4274.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-family: Kiona, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.container-14 {
  margin-top: 40px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.container-15 {
  margin-top: 40px;
}

.grid-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.image-10 {
  border-radius: 5px;
  width: 100%;
}

.heading-9 {
  color: var(--dark-goldenrod);
  font-family: Garamond;
}

.paragraph-3 {
  font-family: Garamond;
  font-size: 18px;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab-link-tab-1 {
  border: 1px solid var(--gold);
  background-color: #0000;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 15px 20px;
  font-family: Kiona, sans-serif;
  font-size: 15px;
}

.tab-link-tab-1.w--current {
  border-color: var(--gold);
  background-color: var(--gold);
  color: #000;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-tab-2 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.tabs-menu {
  margin-bottom: 40px;
}

.container-mastopexia {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/IMG_9195.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.div-block-28 {
  margin-top: 40px;
}

.cabecalho-mobile {
  background-color: #fff;
  display: block;
}

.cabecalho-mobile.mobile {
  display: none;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.container-regular-2 {
  justify-content: center;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper-2 {
  width: 100%;
}

.nav-menu-2 {
  z-index: 0;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-link-2 {
  z-index: 0;
  color: #000;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: all .8s;
  position: relative;
}

.nav-link-2:hover {
  color: var(--dark-goldenrod);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  border-bottom: 1px solid var(--dark-goldenrod);
  color: var(--dark-goldenrod);
  font-family: Poppins, sans-serif;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 10px;
  font-family: Kiona, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  margin-top: 120px;
  padding-top: 0;
  position: fixed;
  inset: 0%;
}

.nav-dropdown-link-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Kiona, sans-serif;
  font-size: 15px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.w--current {
  background-color: var(--gold);
  color: #000;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-11 {
  width: 120px;
}

.grid-13 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-12 {
  width: 130px;
}

.div-block-29 {
  z-index: 999;
  background-color: #0e0e0e;
  height: 62px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-30 {
  align-items: center;
  display: flex;
}

.div-block-31 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-3 {
  border: 1px solid var(--gold);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  transition: all .8s;
  display: flex;
}

.link-block-3:hover {
  background-color: var(--cornsilk);
}

.image-13 {
  width: 13px;
}

.button-copyvdv {
  background-color: var(--dark-goldenrod);
  text-align: center;
  border-radius: 200px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  transition: all 1.2s;
  display: block;
}

.button-copyvdv:hover {
  background-color: var(--gold);
  color: #000;
}

.heading-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.lottie-animation-3 {
  width: 600px;
  margin-bottom: -100px;
}

._404 {
  color: var(--dark-goldenrod);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15em;
  line-height: 1em;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-mamoplastia {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/IMG_4280.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.ontainer-abdominoplastia-hd {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/abdd.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.ontainer-lipo-hd---high-definition {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/mulher-1-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

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

.image-14 {
  border-radius: 5px;
  width: 100%;
}

.paragraph-4 {
  margin-top: 20px;
  font-family: Garamond;
  font-size: 17px;
}

.heading-11 {
  color: var(--dark-goldenrod);
  margin-top: 20px;
  font-family: Kiona, sans-serif;
}

.ontainer-ninfoplastia {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/cirurgia-intima-feminina-tudo-o-que-gostaria-de-saber-e-que-nao-se-comenta-29112017163907.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.ontainer-plicatura {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/DSC04358.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.grid-15 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.paragraph-2-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskerville, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-span-2 {
  color: var(--dark-goldenrod);
  font-size: 30px;
}

.text-block-3 {
  color: var(--dark-goldenrod);
  font-family: Kiona, sans-serif;
  font-size: 20px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  font-family: Garamond;
}

.text-block-4 {
  background-image: url('../assets/Icone-menu.png');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 7px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 15px;
  font-family: Garamond;
  font-size: 17px;
}

.ontainer-gluteoplastia {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/bumbum.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.ontainer-lifting {
  background-image: linear-gradient(#00000069, #00000069), url('../assets/lifting-facial-porto-alegre.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.tabs {
  justify-content: flex-start;
  display: block;
}

.list-item-3 {
  z-index: 0;
  position: relative;
}

.cabecalho {
  background-color: var(--gold);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.grid-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  background-image: url('../assets/GARAGEM-SALA-01-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-33 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.list-item-4 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-15 {
  width: 15px;
  margin-right: 10px;
}

.div-block-34 {
  background-color: var(--gold);
  border-radius: 50px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.image-16 {
  width: 40px;
}

.div-block-36 {
  border: 1px solid var(--gold);
  border-radius: 3px;
  padding: 40px;
}

.section-9 {
  background-image: url('../assets/ESPAÇO-INSTAGRAMAVEL-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 solid #000;
  grid-template-rows: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-37 {
  overflow: hidden;
}

.div-block-38 {
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-17 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-39 {
  background-color: var(--dark-goldenrod);
  height: 5px;
}

.section-10 {
  background-image: linear-gradient(#aa7e3282, #aa7e3282), url('../assets/ESPAÇO-INSTAGRAMAVEL-03.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-12 {
  text-align: center;
}

.section-4-copy {
  background-image: url('../assets/fachada-unique-.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 250px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-7-copy {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-bottom: 20px;
  font-family: Garamond;
  font-size: 40px;
  line-height: 45px;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-span-3 {
  color: var(--dark-goldenrod);
}

.grid-19 {
  grid-template-rows: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-13 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.paragraph-6 {
  color: #000;
  font-family: Kiona, sans-serif;
  font-size: 15px;
}

.div-block-40 {
  text-align: center;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grid-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-14 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.paragraph-7 {
  color: #000;
  margin-top: 20px;
  font-family: Garamond;
  font-size: 16px;
}

.div-block-41 {
  background-image: url('../assets/20221128_215342000_iOS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin-bottom: 60px;
}

.div-block-42 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-18 {
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 60px;
}

.container-18.b {
  padding-bottom: 0;
}

.grid-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-17 {
  border-radius: 5px;
  margin-bottom: 10px;
}

.text-block-5 {
  color: #000;
  margin-top: 20px;
  font-family: Garamond;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-8 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.btn-agendar {
  border: 1px solid var(--gold);
  color: #000;
  background-color: #0000;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: all .8s;
}

.btn-agendar:hover {
  background-color: var(--gold);
  color: #000;
}

.btn-agendar._2 {
  border-color: #ebc65e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.section-11 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.cirurgia-01 {
  background-image: linear-gradient(#0009, #0009), url('../assets/R24R.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cirurgia-02 {
  background-image: linear-gradient(#0009, #0009), url('../assets/MASTOPEXIA.JPG');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cirurgia-03 {
  background-image: linear-gradient(#0009, #0009), url('../assets/MAMOPLASTIA.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cirurgia-04 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/ABDOMINOPLASTIA.jpg');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cirurgia-05 {
  background-image: linear-gradient(#0009, #0009), url('../assets/LIPO-HD.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-15 {
  color: #aa7e32;
  margin-top: 20px;
  font-family: Garamond;
  font-size: 23px;
}

.cirurgia-06 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/RINO.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cirurgia-07 {
  background-image: linear-gradient(#0009, #0009), url('../assets/PLICATURA.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cirurgia-08 {
  background-image: linear-gradient(#0009, #0009), url('../assets/ninfoplastia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cirurgia-09 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/BIOPLASTIA-GLUETA.JPG');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-6 {
  color: #aa7e32;
  font-family: Kiona, sans-serif;
  font-size: 20px;
}

.div-block-43 {
  background-color: #ebc65e;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.text-span-4 {
  color: #aa7e32;
  font-size: 30px;
}

.cirurgia-10 {
  background-image: linear-gradient(#0009, #0009), url('../assets/lifting-facial-porto-alegre.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-01 {
  background-image: linear-gradient(#0009, #0009), url('../assets/ULTRAFORMER.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-02 {
  background-image: linear-gradient(#0009, #0009), url('../assets/micro.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0009, #0009), url('../assets/FIOS-DE-PDO-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-04 {
  background-image: linear-gradient(#0009, #0009), url('../assets/RINOMODELAÇÃO.jpg');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-05 {
  background-image: linear-gradient(#0009, #0009), url('../assets/PREENCHIMENTO.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-06 {
  background-image: linear-gradient(#0009, #0009), url('../assets/BOTOX.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-07 {
  background-image: linear-gradient(#0009, #0009), url('../assets/PREENCHIMENTO-LABIAL.JPG');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-08 {
  background-image: linear-gradient(#0009, #0009), url('../assets/WhatsApp-Image-2023-03-31-at-15.59.31.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-09 {
  background-image: linear-gradient(#0009, #0009), url('../assets/BICHECTOMIA.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facial-10 {
  background-image: linear-gradient(#0009, #0009), url('../assets/download-1-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 40px;
}

.grid-16-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

.grid-16-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}

.derma-01 {
  background-image: linear-gradient(#0009, #0009), url('../assets/doencas-de-pele-blog.jpg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.derma-01._2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/foto-mulher-negra.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.derma-02 {
  background-image: linear-gradient(#0009, #0009), url('../assets/foto-mulher-negra.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.derma-03 {
  background-image: linear-gradient(#0009, #0009), url('../assets/COSMISTRIA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capilar-01 {
  background-image: linear-gradient(#0009, #0009), url('../assets/Blog-Jorio-19-1200x480.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capilar-02 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/IMPLANTES-HORMONAIS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capilar-03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0009, #0009), url('../assets/SOROTERAPIA.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capilar-04 {
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 40px;
}

.section-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nutri {
  background-image: linear-gradient(#00000080, #00000080), url('../assets/studio-life-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-22 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-18 {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}

.heading-16 {
  color: var(--dark-goldenrod);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Garamond;
}

.paragraph-9 {
  color: #000;
  margin-top: 0;
  font-family: Garamond;
  font-size: 16px;
}

.estetica-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0009, #0009), url('../assets/ESTETICA-CORPORAL-E-FACIAL.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.estetica-02 {
  background-image: linear-gradient(#0009, #0009), url('../assets/DSC08900.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.heading-17 {
  color: var(--dark-goldenrod);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kiona, sans-serif;
  font-size: 35px;
}

.heading-17._2 {
  text-align: center;
}

.image-19 {
  border-radius: 0;
  width: 100%;
}

.grid-23-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  display: block;
}

.salao-01 {
  background-image: linear-gradient(#0009, #0009), url('../assets/DSC01620.JPG');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-20 {
  border-radius: 5px;
  width: 100%;
}

.heading-18 {
  color: var(--dark-goldenrod);
  text-align: center;
  font-family: Kiona, sans-serif;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cilios-01 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/EXTENSÃO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-24-copyvd {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-46 {
  margin-top: 40px;
}

.grid-24-copyvd-copydv {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.grid-23-cvd {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

.nav-link-2-copy {
  z-index: 0;
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-family: Kiona, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.nav-link-2-copy:hover {
  color: #1a1b1fbf;
}

.nav-link-2-copy:focus-visible, .nav-link-2-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2-copy-copy {
  z-index: 0;
  color: #1a1b1f;
  letter-spacing: .25px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-family: Kiona, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.nav-link-2-copy-copy:hover {
  color: #1a1b1fbf;
}

.nav-link-2-copy-copy:focus-visible, .nav-link-2-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.div-block-47 {
  display: block;
}

.section-13 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.image-21 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-22 {
  border-radius: 10px;
}

.grid-25 {
  border-bottom: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding-bottom: 40px;
  display: none;
}

.div-block-50 {
  margin-top: 40px;
}

.drop-procedimentos {
  z-index: 2000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #07070700;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  min-height: auto;
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.grid-26 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-25-copy {
  border-bottom: 0px solid var(--gold);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding-bottom: 40px;
}

.paragraphb {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.div-block-51 {
  border: 0px solid var(--gold);
  background-color: #fff;
  border-radius: 10px;
  padding: 0 0 20px;
  overflow: hidden;
  box-shadow: 0 0 40px -10px #0000001a;
}

.div-block-37-copy {
  overflow: hidden;
}

.grid-14-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-52 {
  margin-top: 20px;
}

.grid-23-cfv {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  display: block;
}

.div-block-53 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-21 {
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Baskerville, sans-serif;
}

.container-49 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-33 {
  color: var(--dark-goldenrod);
  text-align: left;
  font-size: 50px;
  line-height: 55px;
}

.paragraph-4-copy {
  color: #000;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-54 {
  margin-bottom: 40px;
}

.heading-34 {
  color: var(--dark-goldenrod);
  font-weight: 700;
}

.paragraph-13 {
  color: #000;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.body-2 {
  background-color: #fff;
}

.text-block-8 {
  color: #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 27px;
}

.section-22 {
  font-family: Garamond;
}

.bloco-alimentacao {
  background-image: linear-gradient(to top, #000, #fff0), url('../assets/WhatsApp-Image-2023-03-30-at-20.12.49.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-alimentacao:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-56 {
  padding-top: 20px;
  padding-bottom: 0;
}

.container-50, .div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-58 {
  margin-top: 20px;
}

.div-block-59 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn2 {
  border: 1px solid var(--gold);
  color: #fff;
  background-color: #0000;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: all .8s;
}

.btn2:hover {
  background-color: var(--gold);
  color: #000;
}

.btn2.b {
  color: #000;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.body-3 {
  background-color: #131313;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #241e0d, var(--black));
}

.div-block-62 {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-9 {
  color: #6e6e6e;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-9-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-23 {
  width: 130px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-63 {
  margin-top: 30px;
}

.div-block-64 {
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41-copy {
  background-image: url('../assets/SOROTERAPIA.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin-bottom: 60px;
}

.grid-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.list-item-5 {
  margin-bottom: 10px;
}

.text-block-10 {
  background-image: url('../assets/Icone-menu.png');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 10px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.image-24 {
  width: 100%;
}

.div-block-65 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-23 {
  margin-top: 0;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-66 {
  margin-top: 20px;
}

.grid-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-27-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.div-block-41-copy-copy {
  background-image: url('../assets/WhatsApp-Image-2023-03-30-at-20.12.49.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 300px;
  margin-top: 0;
  margin-bottom: 60px;
}

.text-span-5 {
  color: var(--gold);
}

.div-block-67, .div-block-68, .div-block-69, .div-block-70 {
  margin-top: 60px;
}

.grid-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.bloco-facial-copy {
  background-image: linear-gradient(2deg, #000, #0000), url('../assets/BARRIGA-CHAPADA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  padding: 350px 20px 40px;
  transition: all 1.2s;
}

.bloco-facial-copy:hover {
  box-shadow: 42px 42px 60px -30px #0003;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-copy {
  border: 1px solid var(--gold);
  color: #000;
  background-color: #0000;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Garamond;
  font-size: 16px;
  transition: all .8s;
}

.btn-copy:hover {
  background-color: var(--gold);
  color: #000;
}

.heading-35 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.list-item-6 {
  margin-bottom: 13px;
}

.link {
  color: #fff;
  background-image: url('../assets/seta-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  transition: all .8s;
}

.link:hover {
  color: var(--dark-goldenrod);
  background-color: #0000;
  transform: translate(0);
}

.background-video {
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-7-copy {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.section-4-copyvdvs {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/fachada-unique-.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn2-branco {
  border: 1px solid var(--gold);
  color: #000;
  background-color: #0000;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Garamond;
  font-size: 16px;
  transition: all .8s;
}

.btn2-branco:hover {
  background-color: var(--gold);
  color: #000;
}

.grid-28-copycdac {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-24 {
  background-color: #202020;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.heading-36 {
  color: var(--gold);
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.div-block-73 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@keyframes scroll-infinito {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.div-block-10847 {
  overflow: hidden;
  width: 100%;
}

.creator_content {
  display: flex;
  width: fit-content;
  animation: scroll-infinito 60s linear infinite;
  will-change: transform;
}

.creator_content.off {
  display: flex;
  animation: none;
}

.creator_block {
  background-color: #fff;
  border-radius: 0;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: auto;
  margin-right: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}

.creator_block .image-78 {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.grid-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-74 {
  background-color: #0000;
  border-radius: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-75 {
  background-color: #000;
  border-radius: 0;
  max-width: 90%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.heading-38 {
  color: var(--gold);
  text-align: center;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

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

.container-52 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.heading-39 {
  font-weight: 400;
}

.heading-40 {
  color: var(--dark-goldenrod);
  margin-bottom: 20px;
}

.section-26 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-41 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-bottom: 20px;
}

.container-53 {
  margin-bottom: 20px;
}

.img-derma {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  height: 250px;
}

.img-derma._1 {
  background-image: url('../assets/doencas-de-pele-blog.jpg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nutrolo {
  background-image: linear-gradient(#0009, #0009), url('../assets/nutrologia-.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-27 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-42 {
  color: var(--dark-goldenrod);
  margin-bottom: 20px;
}

.container-54 {
  margin-bottom: 40px;
}

.img-nutrologia {
  background-image: url('../assets/SOROTERAPIA.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 250px;
}

.img-nutrologia._1 {
  background-image: url('../assets/Blog-Jorio-19-1200x480.png');
  background-position: 50%;
}

.img-nutrologia._2 {
  background-image: url('../assets/IMPLANTES-HORMONAIS.jpg');
}

.div-block-76 {
  margin-top: 40px;
}

.heading-43 {
  color: var(--dark-goldenrod);
  text-align: left;
  margin-bottom: 20px;
}

.paragraph-14 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-77 {
  margin-top: 20px;
}

.grid-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-25 {
  width: 100%;
}

.container-55 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-80 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-44 {
  color: #dbc08d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 500;
}

.text-block-11 {
  color: #fff;
  background-image: url('../assets/seta.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
}

.btn {
  background-color: #0000;
  border: 1px solid #dbc08d;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  transition: all .8s;
}

.btn:hover {
  background-color: #b29158;
  border-color: #b29158;
}

.div-block-87b {
  margin-top: 30px;
  padding-bottom: 0;
}

.container-2-copycd {
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-top: 140px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.grid-33 {
  grid-template-rows: auto;
}

.paragraph-copy {
  color: #000;
  text-align: center;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--dark-goldenrod);
}

.paragraph-15 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.paragraphb-copy {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.whatsapp-btn {
  z-index: 2000;
  color: #16b831;
  background-color: #2e9c2e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

.image-38 {
  width: 22px;
}

.paragraph-16, .text-block-12 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.text-block-12-copy {
  text-align: center;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 25px;
}

.text-block-13 {
  text-align: center;
}

.text-block-14 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 35px;
}

.text-block-15 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 23px;
}

.text-span-9 {
  color: var(--gold);
}

.container-56 {
  margin-top: 62px;
}

.sction-spa {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/SPA-UNIQUE.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-toggle {
  padding: 0;
}

.icon-3 {
  margin-right: 0;
}

.dropdown-link {
  color: #fff;
  background-image: url('../assets/seta.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 8px;
  padding: 20px 20px 20px 40px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  transition: all .8s;
}

.dropdown-link:hover {
  color: var(--gold);
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-list.w--open {
  margin-top: 15px;
}

.text-block-16 {
  font-size: 13px;
}

.cilios-01-1 {
  background-image: linear-gradient(#000000b3, #000000b3), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cilios-01-2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/PHOTO-2024-01-12-13-20-11.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cilios-01-1b {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/RECEPÇÃO-PRINCIPAL-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capa-blog {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/onde-a-mágica-acontece.png');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h1 {
  color: #b29158;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #dbc08d, #b29158);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
}

.image-31 {
  width: 15px;
}

.nav-button-wrapper-copy {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link-block-4 {
  background-color: #313131;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .8s;
  display: flex;
}

.link-block-4:hover {
  transform: scale(.9);
}

.search-button {
  background-color: #b29158;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.div-block-108-copy {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.search {
  border-radius: 200px;
  display: flex;
  overflow: hidden;
}

.collection-item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.section-32 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.grid-34 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr .3fr;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-18 {
  text-align: center;
  border-bottom: 0 solid #555;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.search-input {
  color: #000;
  background-color: #fff;
  height: 45px;
  margin-bottom: 0;
}

.div-block-110 {
  margin-bottom: 40px;
}

.image-39 {
  background-color: #f1f1f100;
  width: 100%;
  margin-right: 0;
}

.div-block-107 {
  padding: 20px 40px 40px;
}

.heading-45 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.btn-2 {
  text-transform: none;
  background-color: #0000;
  border: 1px solid #dbc08d;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  transition: all .8s;
}

.btn-2:hover {
  background-color: #b29158;
  border-color: #b29158;
}

.btn-blog {
  border: 1px solid var(--gold);
  color: #757575;
  background-color: #0000;
  border-radius: 200px;
  padding: 15px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .8s;
  display: inline-flex;
}

.btn-blog:hover {
  background-color: var(--gold);
  color: #000;
}

.btn-blog._2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.div-block-111 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.capa-blog-interno {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-112 {
  margin-top: 40px;
  display: flex;
}

.image-40 {
  width: 15px;
}

.heading-47 {
  color: #dbc08d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.btn-3 {
  text-transform: none;
  background-color: #0000;
  border: 1px solid #dbc08d;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  transition: all .8s;
}

.btn-3:hover {
  background-color: #b29158;
  border-color: #b29158;
}

.link-block-5 {
  background-color: #313131;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .8s;
  display: flex;
}

.link-block-5:hover {
  transform: scale(.9);
}

.div-block-113 {
  margin-top: 40px;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-35 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr .3fr;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-19 {
  text-align: center;
  border-bottom: 0 solid #555;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.section-33 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-114 {
  margin-bottom: 40px;
}

.image-41 {
  border-radius: 5px;
  margin-bottom: 10px;
}

.link-3 {
  color: #000;
  border: 1px #000;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-3.w--current {
  transition: all .8s;
}

.link-3.w--current:hover {
  color: #dbc08d;
}

.ebook {
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 60px;
  overflow: hidden;
}

.grid-36 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.heading-51 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(121deg, #b29158, #dbc08d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.paragraph-24 {
  font-weight: 700;
}

.text-span-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(123deg, #b29158, #dbc08d);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.div-block-137 {
  margin-top: 20px;
}

.secao-ebook {
  background-color: #242424;
}

.ebook-copy {
  color: #fff;
  background-color: #1b1b1b00;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 60px 0 0;
  font-family: Poppins, sans-serif;
  overflow: hidden;
}

.grid-37 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.paragraph-25 {
  font-weight: 700;
}

.div-block-138 {
  margin-top: 20px;
}

.paragraph-25-copy {
  color: var(--gainsboro);
  font-weight: 700;
}

.capa-unique-fit {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/WhatsApp-Image-2023-03-30-at-20.12.49.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-26 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.section-34 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-52 {
  color: #ebc65e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.container-57 {
  margin-bottom: 0;
}

.grid-38-copysv {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.secao-ebook-2 {
  background-color: #1b1b1b;
}

.grid-39 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.paragraph-27 {
  font-weight: 700;
}

.div-block-139 {
  margin-top: 20px;
}

.heading-51-c {
  background-image: linear-gradient(102deg, var(--dark-goldenrod), var(--gold)), linear-gradient(121deg, #b29158, #dbc08d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.div-block-147 {
  margin-top: 20px;
}

.heading-51-c-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(102deg, #aa7e32, #ebc65e), linear-gradient(121deg, #b29158, #dbc08d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.grid-40 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.paragraph-28 {
  font-weight: 700;
}

.secao-ebook-3 {
  background-color: #1b1b1b;
}

.paragraph-27-copy {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

.grid-19-copyvvn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #fedb6b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-140 {
  background-color: #000;
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  border: 0 solid #000;
  border-radius: 30px;
  height: 100%;
  margin-top: 0;
  padding: 40px 20px;
  transition: all 1s;
}

.div-block-140:hover {
  background-color: #ffe07e;
  transform: scale(1.03)translate(-10px, -10px);
}

.div-block-141 {
  background-color: #252525;
  border: 0 solid #f3f3f3;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-46 {
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.text-span-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(124deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.grid-39-copyv {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-148 {
  background-color: #000;
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  border: 0 solid #000;
  border-radius: 30px;
  height: 100%;
  margin-top: 0;
  padding: 40px 20px;
  transition: all 1s;
}

.div-block-148:hover {
  background-color: #ffe07e;
  transform: scale(1.03)translate(-10px, -10px);
}

.div-block-149 {
  background-color: #252525;
  border: 0 solid #f3f3f3;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-47 {
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.text-span-13 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(124deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.div-block-142 {
  text-align: left;
  margin-bottom: 80px;
}

.heading-53 {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.text-span-14 {
  color: #fedb6b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-weight: 700;
  display: inline-block;
}

.div-block-127-copy {
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  width: 70px;
  height: 3px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-150 {
  text-align: left;
  margin-bottom: 80px;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.btn-janela-2 {
  color: #000;
  text-transform: none;
  background-color: #b29158;
  background-image: linear-gradient(106deg, #c48d3d, #fedb6b);
  border: 0 solid #b29158;
  border-radius: 50px;
  padding: 18px 23px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all 1.2s;
}

.btn-janela-2:hover {
  background-color: #0000;
  border-color: #b29158;
  transform: translate(-5px, -5px);
}

.div-block-145 {
  margin-left: 10px;
  margin-right: 0;
  display: none;
}

.btn-janela-copy {
  color: #fff;
  text-transform: none;
  background-color: #b2915800;
  border: 1px solid #fedb6b;
  border-radius: 50px;
  padding: 18px 23px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all 1.2s;
}

.btn-janela-copy:hover {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(125deg, #c48d3d, #fedb6b);
  border-color: #b29158;
  transform: translate(-5px, -5px);
}

.div-block-151 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-152 {
  margin-left: 10px;
  margin-right: 0;
  display: none;
}

.heading-51-c-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(102deg, #aa7e32, #ebc65e), linear-gradient(121deg, #b29158, #dbc08d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-15 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(123deg, #b29158, #dbc08d);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.paragraph-29 {
  font-weight: 700;
}

.div-block-153 {
  margin-top: 20px;
}

.bold-text {
  font-size: 40px;
  line-height: 45px;
}

.heading-7-copydc {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0 auto 20px;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-26-copyc {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 25px;
}

.btn-agendar-c {
  border: 1px solid var(--gold);
  color: #fff;
  background-color: #0000;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  transition: all .8s;
}

.btn-agendar-c:hover {
  background-color: var(--gold);
  color: #000;
}

.btn-agendar-c._2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.text-span-16 {
  color: #fedb6b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  display: inline-block;
}

.list-item-7 {
  margin-bottom: 30px;
}

.text-span-17 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(124deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.container-58 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-tecnologias {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-29 {
  text-align: left;
}

.paragraph-30 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.italic-text-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-119 {
  margin-top: 0;
}

.div-block-127 {
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  width: 70px;
  height: 3px;
  margin-bottom: 40px;
}

.heading-42-copyzv {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
}

.text-block-30 {
  color: #fff;
  text-align: left;
  background-image: url('../assets/ok.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.grid-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.list {
  margin-bottom: 0;
}

.div-block-127-copyac {
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  width: 70px;
  height: 3px;
  margin-bottom: 0;
}

.list-item-7-copy {
  margin-bottom: 0;
}

.div-block-154 {
  display: flex;
}

.div-block-155 {
  background-color: #ebc65e;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.left-nav {
  z-index: 25;
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  border-right: 1px solid #c0c0d333;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #c0c0d333;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.agent-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.flyout-heading {
  padding-left: 80px;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

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

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.agent-social-icon {
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.flyout-menu-wrapper {
  z-index: 20;
  background-color: #071224a3;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.flyout-menu-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.flyout-menu {
  cursor: pointer;
  border-bottom: 1px #c0c0d333;
  border-right: 1px #c0c0d333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.close {
  display: none;
}

.vacation-card-arrow {
  width: 14px;
}

.vacation-continents {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 36px 80px;
  display: grid;
}

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

.flyout-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.navbar-container {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navbar-wrapper-3 {
  background-color: #0000;
  align-items: center;
  min-height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list-2 {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list-2.w--open {
  background-color: #161616;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 70vh;
  min-height: auto;
  padding: 1rem;
  position: absolute;
  overflow: scroll;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #996aff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #494949;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 3px solid #996aff;
}

.button-secondary.nav {
  font-weight: 500;
}

.dropdown-toggle-2 {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #ececec;
}

.menu-dropdown {
  position: relative;
}

.navbar-link {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 15px;
  font-size: 13px;
  font-weight: 600;
  transition: all .3s;
}

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

.navbar-link.w--current {
  color: var(--gold);
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-link.off {
  display: none;
}

.navbar-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu-button {
  padding: 0;
}

.menu-page {
  z-index: 998;
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 200px;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link-2:hover {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 6px;
}

.dropdown-link-2.w--current {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-links {
  color: var(--gold);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-link-menu {
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(1px, 1fr)) 200px 200px;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.paragraph-small {
  color: #b3b3b3;
  font-size: 13px;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-2:hover {
  box-shadow: none;
  color: #000;
  background-color: #b1b1b1;
  border-color: #7aa35a;
}

.button-2:focus {
  outline-offset: 0px;
  background-color: #b3b3b3;
  outline: 3px solid #996aff;
}

.button-2.nav {
  font-weight: 500;
}

.navbar-menu-left {
  margin-left: auto;
  margin-right: auto;
}

.image-48 {
  width: 150px;
  margin-right: 40px;
}

.div-block-156 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-157 {
  display: none;
}

.div-block-159 {
  margin-bottom: 0;
}

.text-block-31 {
  color: #fff;
  border-bottom: 1px solid #ffffff1f;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px 60px 20px 0;
  font-size: 17px;
  font-weight: 600;
}

.div-block-156-copy, .div-blockbv {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-list-2b {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list-2b.w--open {
  background-color: #161616;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 1rem;
  position: absolute;
  overflow: visible;
}

.section-35, .section-36, .section-37, .section-38, .section-39 {
  padding-top: 100px;
}

.bloco-capa {
  background-image: linear-gradient(#0009, #0009), url('../assets/20221128_215342000_iOS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 30vh;
}

.bloco-info {
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imagem {
  background-color: #000;
  border: 3px solid #b29158;
  border-width: 0 3px 3px 0;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin: -110px auto 30px;
  display: flex;
}

.titulo {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.descricao {
  color: #6e6e6e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.bloco-botoes {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.link-block-btn {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: var(--gold);
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: all .8s;
  display: flex;
  overflow: hidden;
}

.link-block-btn:hover {
  background-color: var(--gold);
}

.imagem-icone {
  width: 17px;
  height: 17px;
}

.image-49 {
  border: 0 solid #fff;
  border-radius: 50px;
}

.link-block-banners {
  border: 0 solid #000;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.link-block-banners.w--current {
  margin-bottom: 10px;
}

.imagem-banner {
  width: 100%;
  transition: all 1s;
}

.imagem-banner:hover {
  transform: scale(1.05);
}

.div-block-160 {
  margin-top: 10px;
}

.btn-agendar-ebook {
  border: 1px solid var(--gold);
  color: #fff;
  background-color: #0000;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  transition: all .8s;
}

.btn-agendar-ebook:hover {
  background-color: var(--gold);
  color: #000;
}

.btn-agendar-ebook._2 {
  border-color: #ebc65e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.bloco-idiomas {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: inline-flex;
}

.icon-4, .icon-5, .icon-6 {
  display: none;
}

.lottie-animation-4 {
  width: 250px;
}

.s-google {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-71 {
  width: 1200px;
  max-width: 90%;
}

.code-embed {
  background-color: #0000;
}

.div-block-111-copy {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

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

.dropdown {
  width: 100%;
  display: none;
}

.section-40 {
  min-height: 50vh;
}

.s-form {
  width: 100%;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-72 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.grid-42 {
  display: none;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._w-nav-social-media {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.inicio-white {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  left: 0;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 228px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 170px;
}

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

._w-col-menu-social {
  padding-bottom: 20px;
}

._w-col-menu-links {
  display: inline-block;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-col-menu-links {
  flex: 1;
}

.menu-item-text {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 200;
  line-height: 1em;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  color: #fff;
  background-color: #fff;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #fff;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  background-color: #fff;
  background-image: linear-gradient(125deg, var(--dark-goldenrod), var(--gold));
  color: #fff;
  border-radius: 15px;
  position: relative;
}

.c-nav-menu-overlay {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

._w-nav-menu-btn-icon {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.inicio-whit {
  color: #fff;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 42px;
  position: relative;
}

.inicio-whit.menu {
  color: #000;
  font-size: 18px;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.nav-social-address {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address.head.menu, .nav-social-address.head.r {
  display: none;
}

.link-block-10 {
  color: #fff;
  padding-right: 34px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: 0;
  text-decoration: none;
}

.text-contact {
  text-decoration: none;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.heading-54 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-54.menu {
  color: #000;
  font-size: 18px;
}

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

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-menu {
  font-size: 20px;
  text-decoration: none;
}

._w-nav {
  padding: 10px 0%;
}

.c-nav-menu-btn-icon {
  border: 0px solid var(--gold);
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 228px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 170px;
}

.div-block-222 {
  position: absolute;
}

.c-nav-social-media {
  padding-top: 50px;
}

.text-block-32 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-32.menu {
  color: #000;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.cloneable-area {
  position: relative;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.c-menu-item-text {
  position: relative;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.container-73 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.new-menu {
  background-color: #242424;
  display: none;
}

.image-51 {
  width: 120px;
}

.container-74 {
  width: 1200px;
  max-width: 90%;
}

.section-41 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.grid-43 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: sticky;
  top: 2rem;
}

.text-size-xlarge {
  font-size: 2.25rem;
}

.text-size-xlarge.text-color-primary {
  background-image: linear-gradient(110deg, var(--dark-goldenrod), var(--gold));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-grey {
  color: #666;
}

.text-color-grey.text-size-medium {
  font-family: Poppins Regular, sans-serif;
  font-weight: 200;
  line-height: 23px;
}

.link-4 {
  color: #7767e4;
  text-decoration: none;
}

.hero_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  margin-top: 0;
}

.div-block-223 {
  width: 100%;
}

.div-block-224 {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

.list-2 {
  margin-top: 20px;
}

.list-item-8 {
  margin-bottom: 10px;
}

.text-block-8-copy {
  color: #000;
  border-left: 3px solid #cacaca;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 27px;
}

.text-block-33 {
  color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  text-decoration: none;
}

.text-block-33.fone {
  background-image: url('../assets/i-instagram-1.svg');
}

.text-block-33.email {
  background-image: url('../assets/i-email.svg');
}

.text-block-33.insta {
  background-image: url('../assets/i-instagram.svg');
}

.text-block-33.face {
  background-image: url('../assets/i-facebook.svg');
}

.text-block-33.tiktok {
  background-image: url('../assets/i-tiktok.svg');
}

.text-block-33.youtube {
  background-image: url('../assets/i-youtube.svg');
}

.text-block-33.mapa {
  background-image: url('../assets/i-local.svg');
}

.section-42 {
  background-image: url('../assets/RECEPÇÃO-PRINCIPAL-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30vh;
}

.dropdown-toggle-3 {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle-3:hover {
  color: #ececec;
}

.dropdown-list-3 {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list-3.w--open {
  background-color: #161616;
  padding: 1rem;
  position: absolute;
}

.dropdown-link-menu-2 {
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 500px));
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.dropdown-link-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link-3:hover {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 6px;
}

.dropdown-link-3.w--current {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-links-2 {
  font-weight: 500;
}

.paragraph-small-2 {
  color: #b3b3b3;
  font-size: 14px;
}

.navbar_dropdown-item-title-icon {
  width: 6px;
  margin-top: 1px;
  margin-left: 12px;
}

.navbar_arrow {
  background-color: #080808;
  border-radius: 50px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
}

.navbar_arrow.is--mirrored {
  margin-left: -3px;
  transform: rotate(-45deg);
}

.navbar_link {
  color: #080808;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.navbar_dropdown-menu-wrapper {
  z-index: 1050;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 0 0;
  cursor: default;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: visible;
  transform: scale(0);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar_dropdown-icon-wrapper {
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  margin-right: 16px;
  display: flex;
}

.navbar_dropdown-icon-wrapper.is--bg-green {
  background-color: #3cc059;
}

.navbar_dropdown-icon-wrapper.is--bg-pink {
  background-color: #e077ba;
}

.navbar_dropdown-icon-wrapper.is--bg-red {
  background-color: #da4e4e;
}

.navbar_dropdown-icon-wrapper.is--bg-orange {
  background-color: #f0b14b;
}

.navbar_dropdown-icon-wrapper.is--bg-purple {
  background-color: #a25eda;
}

.navbar_dropdown-all-wrapper {
  z-index: 1;
  color: #080808;
  background-color: #fff;
  border-top: 1px solid #ededed;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  min-width: 100%;
  padding: 32px;
  text-decoration: none;
}

.navbar_dropdown-menu-title {
  color: #686868;
  letter-spacing: .4px;
  margin-bottom: 16px;
  margin-left: 12px;
  font-size: 15px;
  line-height: 1;
}

.navbar_arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.navbar_dropdown-menu {
  z-index: 1001;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_dropdown-menu.is--bg-grey {
  border-left: 1px solid #ededed;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar_dropdown-menu.is--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar_dropdown-item-title {
  letter-spacing: .4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.navbar_dropdown-backdrop {
  z-index: 998;
  cursor: default;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_dropdown-item-overview {
  color: #686868;
  letter-spacing: .3px;
  margin-top: 12px;
  margin-bottom: 0;
}

.navbar_dropdown-menu-item {
  color: #080808;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar_dropdown-menu-item.is--last {
  margin-bottom: 0;
}

.navbar_dropdown-pointer {
  z-index: 1000;
  background-color: #fff;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -8px auto auto 24px;
  transform: rotate(45deg);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar_dropdown-item-title-wrapper {
  align-items: center;
  display: flex;
}

.navbar_dropdown-item-title-wrapper.is--centered {
  justify-content: center;
}

.navbar_dropdown-icon {
  width: 30px;
}

.navbar_link-block {
  color: #080808;
  cursor: pointer;
  align-items: center;
  margin-right: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_dropdown-grid {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar_link-3 {
  z-index: 2;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar_link-3:hover {
  color: #ffffffb3;
}

.navbar_link-3.w--current {
  color: #dbc08d;
}

.dropdown-list-4 {
  margin-top: 10px;
}

.dropdown-list-4.w--open {
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-link-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.dropdown-link-4:hover {
  color: #dbc08d;
}

.navbar_link-4 {
  z-index: 2;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  width: 100%;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar_link-4:hover {
  color: #ffffffb3;
}

.navbar_link-4.w--current {
  color: #dbc08d;
}

.dropdown-list-5 {
  margin-top: 10px;
}

.dropdown-list-5.w--open {
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-link-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-5:hover {
  color: #dbc08d;
}

.navbar_link-5 {
  z-index: 2;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar_link-5:hover {
  color: #ffffffb3;
}

.navbar_link-5.w--current {
  color: #dbc08d;
}

.navbar-no-shadow {
  background-color: var(--black);
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-3 {
  width: 1200px;
  max-width: 90%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-3 {
  background-color: #1a1a1a;
  padding-top: 100px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-menu-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.menu-button-4 {
  color: #fff;
}

.list-item-9 {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-2 {
  color: #fff;
  width: 100%;
}

.dropdown-toggle-4 {
  color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-weight: 600;
  display: block;
}

.dropdown-list-6 {
  color: #5f3636;
}

.dropdown-list-6.w--open {
  background-color: var(--black);
  color: #fff;
}

.dropdown-link-6 {
  color: #fff;
}

.mega-menu {
  height: 92px;
  position: static;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---btn-circle-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---btn-circle-secondary-small:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--floral-white);
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover, .brix---header-nav-link.w--current {
  color: var(--gold);
}

.brix---header-nav-link.off {
  display: none;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.brix---header-nav-list-item-middle.mobile, .brix---header-nav-list-item-middle.off {
  display: block;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--gold);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  text-align: center;
  padding: 40px;
  font-family: Poppins Regular, sans-serif;
  text-decoration: none;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  color: var(--floral-white);
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--floral-white);
  align-items: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--gold);
}

.brix---dropdown-wrapper {
  width: 100%;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 150px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: #020202;
  height: 92px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  position: relative;
  inset: 0% 0% auto;
}

.menu-page-copy {
  z-index: 998;
  background-color: #000;
  position: static;
  inset: 0% 0% auto;
}

.brix---dropdown-toggle-copy {
  color: var(--black);
  align-items: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-copy:hover {
  color: var(--gold);
}

.dropdown-3 {
  color: #fff;
}

.dropdown-toggle-5 {
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
}

.dropdown-list-7 {
  margin-top: 60px;
}

.dropdown-list-7.w--open {
  width: 100%;
  margin-top: 35px;
}

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

.text-block-35 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.container-75 {
  width: 1200px;
  max-width: 90%;
}

.grid-44 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 20px;
}

.dropdown-4 {
  color: #fff;
  width: 100%;
}

.dropdown-toggle-6 {
  color: #fff;
  background-color: #292929;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Poppins Regular, sans-serif;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.icon-7 {
  margin-right: 20px;
}

.dropdown-list-8 {
  border-radius: 5px;
}

.dropdown-list-8.w--open {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link-7 {
  font-family: Poppins Regular, sans-serif;
  font-size: 15px;
  transition: all .4s;
}

.dropdown-link-7:hover {
  color: var(--gold);
}

.div-block-108-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: inline-flex;
}

.nav-button-wrapper-4 {
  margin-left: 20px;
}

.burger-line {
  background-color: #fff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.menu-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 77px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 6px;
  margin-right: 6px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link-4:hover {
  color: #a58546;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  color: #a58546;
  border-bottom: 2px solid #a58546;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.btn-inicio-copy-v-co {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border: 1px solid #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-co:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-link-8 {
  text-align: center;
  border-radius: 12px;
  margin-top: 5px;
  padding: 10px;
  font-size: .9rem;
  font-weight: 500;
  transition: all .5s;
}

.dropdown-link-8:hover {
  color: #906e2b;
  background-color: #c5a9743b;
  border-radius: 12px;
}

.dropdown-link-8.w--current {
  color: #000;
  background-color: #c5a9743b;
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.text-block-36 {
  font-size: 14px;
}

.menu-img {
  width: 120px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  display: block;
}

.dropdown-list-9 {
  border-radius: 15px;
}

.dropdown-list-9.w--open {
  background-color: #fff;
  padding: 5px 10px 10px;
  box-shadow: 3px 4px 19px -9px #0000001a;
}

.mobile-margin-top-13 {
  display: block;
}

.mobile-margin-top-13.off, .mobile-margin-top-13.home {
  display: none;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(225deg, #d1893a, #cec232);
  border-radius: 3px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}

.container-regular-4 {
  width: 1200px;
  max-width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-226 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.background-video-2 {
  background-image: linear-gradient(360deg, #000, #46464600 38%), linear-gradient(#000000bf, #000000bf), url('../assets/img-hero-site.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.lottie-animation-5 {
  text-align: left;
  width: 50px;
  margin-bottom: 0;
  display: block;
}

.text-span-18 {
  color: #c5a974;
}

.div-block-10845 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-55 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 85px;
}

.text-block-37 {
  color: #fff;
  text-align: center;
  border: 1px solid #c5a974;
  border-radius: 200px;
  padding: 7px 15px 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  display: inline-flex;
}

.container-76 {
  background-color: #0000;
  border-radius: 3px;
  padding: 0;
}

.btn-inicio-copy-v {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b;
  border: 1px solid #906e2b;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-10846 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-10847 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-77 {
  max-width: 750px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-38 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.s-apresentacao {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../assets/mapa.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-78 {
  border-radius: 0;
  width: 100%;
  transition: all .5s;
}

.image-78:hover {
  transform: scale(1.05);
}

.heading-56 {
  color: #906e2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.container-89-copy {
  width: 1200px;
  max-width: 90%;
  margin-bottom: 0;
}

.grid-51-copyjv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 20px;
  display: block;
}

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

.grid-6-copyf {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.avaliacao-blocos {
  cursor: pointer;
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-17.10.04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 300px 40px 40px;
  text-decoration: none;
  transition: all .9s;
  display: flex;
}

.avaliacao-blocos:hover {
  transform: translate(-3px, -3px);
}

.avaliacao-blocos.home-14 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-18.17.00.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.avaliacao-blocos.home-9 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-17.42.21.webp');
  background-position: 0 0, 95%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos.home-3 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/Remodelação-Glútea.JPEG_1.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos._2d {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-18.23.56.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.avaliacao-blocos._1-r {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-18.02.52.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos._2b {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-16.57.40.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos.home-2 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/Abdominoplastia.JPEG.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos.d {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-17.38.25.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.avaliacao-blocos.home-15 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/20221128_212931000_iOS-_1_.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.avaliacao-blocos.home-7 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/UNIQUE-51-1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos.home-5 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/R24R.JPEG.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos.home-1 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/IMG_1307.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos.home-4 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/img-mastopexia-capa.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.avaliacao-blocos.home-16 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/pos-operatorio.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.avaliacao-blocos.home-6 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/Remodelação-de-costelas.JPEG.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos._1b-cb {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-16.35.49.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.avaliacao-blocos.re4 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-27-at-11.21.07.webp');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.avaliacao-blocos.cc4 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/milla.webp');
}

.avaliacao-blocos.cc3 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-10.38.00.webp');
}

.avaliacao-blocos.cc2 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-13-at-21.16.21.webp');
  background-position: 0 0, 50% 75%;
}

.avaliacao-blocos.cf3 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-15.39.45.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.avaliacao-blocos.cf2 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-16.24.43.webp');
}

.avaliacao-blocos.cf1 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-16.25.31.webp');
}

.avaliacao-blocos.cf4 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-14.18.29.webp');
  background-position: 0 0, 100% 0;
}

.avaliacao-blocos.p1a {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/ai-1.webp');
}

.avaliacao-blocos._1b {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-16-at-16.51.39.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 100%;
}

.avaliacao-blocos.p2 {
  background-image: linear-gradient(0deg, #000000c9, #fff0 58%), url('../assets/WhatsApp-Image-2025-06-17-at-13.59.28.webp');
}

.container-89 {
  width: 1200px;
  max-width: 90%;
  margin-bottom: 100px;
}

.btn-inicio-copy-v-c {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5854600;
  border: 1px solid #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-c:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-block-39 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.grid-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 20px;
}

.div-block-10982 {
  margin-bottom: 40px;
}

.heading-68 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.grid-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 20px;
}

.grid-51-copyhm {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 20px;
  display: block;
}

.btn-inicio-copy-v-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all .9s;
  display: block;
}

.btn-inicio-copy-v-6:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.section-53 {
  background-color: #ebc65e00;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-67 {
  color: #fff2cc;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.grid-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.image-98 {
  border-radius: 20px;
  width: 100%;
}

.heading-69 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.tablet-1-column.grid-gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-layout.tablet-1-column.grid-gap-lg.jh {
  text-align: center;
  background-color: #c5a97426;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.text-span-28 {
  color: #000;
}

.btn-inicio-copy-v-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-4:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-10900 {
  margin-top: 20px;
}

.container {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.rg {
  width: 1200px;
  max-width: 90%;
}

.section {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-10899 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical.flex-gap-xxl {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg.utility-margin-bottom-2rem {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.slide-item-mg {
  background-color: #fff;
  border-radius: 20px;
  max-width: 350px;
  height: 100%;
  margin-right: 28px;
  padding: 40px;
  overflow: hidden;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  border-width: 2px;
  border-color: #906e2b38;
  margin-top: 0;
  position: absolute;
  inset: auto 75px -80px 0%;
}

.btn-circle-secondary.slider-arrow.left---top-left:hover {
  background-color: #a58546;
  border-color: #a58546;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  border-width: 2px;
  border-color: #906e2b38;
  inset: auto 0% -80px 75px;
}

.btn-circle-secondary.slider-arrow.right---top-left:hover {
  background-color: #a58546;
  border-color: #a58546;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-490px {
  max-width: 480px;
  overflow: visible;
}

.heading-8-co {
  color: #a58546;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 45px;
}

.div-block-10983 {
  margin-top: 0;
}

.paragraph-31 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-49 {
  text-align: center;
  margin-bottom: 0;
}

.hidden-on-desktop {
  display: none;
}

.s-depoimentos {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 140px;
  overflow: hidden;
}

.image-8-copy {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.padrao-img {
  width: 100px;
  height: auto;
  margin: 5px auto 20px;
  display: inline-flex;
}

.image-75 {
  width: 20px;
  height: 20px;
  transform: rotate(0);
}

.div-block-10848 {
  max-width: 750px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-34 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-10984 {
  width: auto;
}

.grid-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 60px;
  display: block;
}

.image-97 {
  width: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-default {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 24px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.container-81 {
  width: 1200px;
  max-width: 90%;
}

.endereco-2 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10985 {
  margin-top: 40px;
}

.html-embed-2 {
  max-width: 90%;
}

.grid-53 {
  background-color: #fff0;
  border-top: 1px solid #0000001c;
  border-radius: 0;
  grid-template-rows: auto;
  margin-top: 40px;
  padding: 5px 10px;
}

.div-block-10986 {
  margin-right: 20px;
}

.title-small-2 {
  color: #aa7e32;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebc65e;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.image-99 {
  width: 170px;
}

.grid-54 {
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding-bottom: 40px;
  display: none;
}

.footer-copyright-center-copy-2 {
  color: #707070;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-10987 {
  text-align: right;
}

.heading-2-copy-2 {
  color: #000;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.div-block-10988 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: none;
}

.link-footer {
  color: #1a1b1f;
  background-image: url('../assets/check.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .8s;
}

.link-footer:hover {
  color: #aa7e32;
}

.link-footer.w--current {
  color: var(--dark-goldenrod);
  background-image: url('../assets/Groupcheck-.svg');
  font-weight: 500;
}

.link-footer.youtube {
  background-image: none;
}

.link-footer.face {
  background-image: url('../assets/facebook.svg');
  background-position: 0 0;
  background-size: 15px;
}

.link-footer.tiktok {
  background-image: url('../assets/tik-tok.svg');
}

.link-footer.insta {
  background-image: url('../assets/instagram.svg');
}

.link-footer.whats {
  background-image: url('../assets/whatsapp.svg');
}

.link-footer.mail {
  background-image: url('../assets/mail.svg');
}

.div-block-10854 {
  margin-top: 20px;
  font-size: 16px;
}

.div-block-10989 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-block-50 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.footer-copyright-center-2 {
  color: #707070;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-10895 {
  text-align: left;
}

.assinatura-2 {
  color: #aa7e32;
}

.grid-55 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.footer-wrapper-2 {
  border-bottom: 0 solid #ebc65e;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 17px;
  display: flex;
}

.div-block-10990 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-2 {
  z-index: 997;
  color: #aa7e32;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 0;
  font-weight: 900;
  position: relative;
}

.div-block-10853 {
  margin-top: 40px;
  display: none;
}

.btn-inicio-copy-v-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-2:hover {
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.container-90 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.capa-hero {
  background-image: linear-gradient(#000000b0, #000000b0), url('../assets/img.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 177px;
  padding-bottom: 100px;
  display: flex;
}

.capa-hero.quem-somos {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/UNIQUE_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.capa-hero.cpi {
  background-image: linear-gradient(#000000ba, #000000ba), url('../assets/MAIN-PAGE---Site-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.capa-hero.equipe {
  background-image: linear-gradient(#000000b8, #000000b8), url('../assets/recepção-principal-1-1.webp');
}

.capa-hero._1 {
  background-image: linear-gradient(#000c, #000c), url('../assets/IMG_9321-Editar-1.webp');
}

.capa-hero.r24r {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/R24R.JPEG.webp');
  background-position: 0 0, 50% 35%;
  background-attachment: scroll, scroll;
}

.capa-hero.masto {
  background-image: linear-gradient(#0009, #0009), url('../assets/img-mastopexia-capa.webp');
  background-position: 0 0, 50% 20%;
}

.capa-hero.abdo {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/Abdominoplastia.JPEG.webp');
  background-position: 0 0, 50% 75%;
}

.capa-hero.ultrahd {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/IMG_1307.webp');
  background-position: 0 0, 50% 75%;
}

.capa-hero.mm {
  background-image: linear-gradient(#0009, #0009), url('../assets/UNIQUE-51-1.webp');
  background-position: 0 0, 50% 0;
}

.capa-hero.costelas {
  background-image: linear-gradient(#0009, #0009), url('../assets/Remodelação-de-costelas.JPEG.webp');
  background-position: 0 0, 50% 25%;
}

.capa-hero.milla {
  background-image: linear-gradient(#000000a8, #000000a8), url('../assets/milla.webp');
}

.capa-hero.glute {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/Remodelação-Glútea.JPEG_1.webp');
  background-position: 0 0, 50% 80%;
}

.capa-hero.bioplastia {
  background-image: linear-gradient(#000000b8, #000000b8), url('../assets/WhatsApp-Image-2025-06-27-at-11.21.07.webp');
  background-position: 0 0, 50% 70%;
}

.capa-hero.ninfo {
  background-image: linear-gradient(#0000008f, #0000008f), url('../assets/WhatsApp-Image-2025-06-13-at-21.16.21.webp');
}

.capa-hero.hernio {
  background-image: linear-gradient(#00000096, #00000096), url('../assets/WhatsApp-Image-2025-06-16-at-10.38.00.webp');
}

.capa-hero.faciais {
  background-image: linear-gradient(#0000009c, #0000009c), url('../assets/PHOTO-2025-06-16-18-12-17.webp');
}

.capa-hero.rino {
  background-image: linear-gradient(#000000c4, #000000c4), url('../assets/WhatsApp-Image-2025-06-16-at-18.02.52.webp');
}

.capa-hero.papada {
  background-image: linear-gradient(#000000ba, #000000ba), url('../assets/WhatsApp-Image-2025-06-16-at-15.39.45.webp');
}

.capa-hero.minili {
  background-image: linear-gradient(#000000c2, #000000c2), url('../assets/WhatsApp-Image-2025-06-16-at-16.25.31.webp');
}

.capa-hero.lf {
  background-image: linear-gradient(#000000a6, #000000a6), url('../assets/WhatsApp-Image-2025-06-16-at-17.42.21.webp');
}

.capa-hero.mento {
  background-image: linear-gradient(#000000b8, #000000b8), url('../assets/WhatsApp-Image-2025-06-16-at-16.57.40.webp');
}

.capa-hero.fronto {
  background-image: linear-gradient(#000000c4, #000000c4), url('../assets/WhatsApp-Image-2025-06-16-at-14.18.29.webp');
  background-position: 0 0, 50% 0;
}

.capa-hero.blef {
  background-image: linear-gradient(#000000b8, #000000b8), url('../assets/WhatsApp-Image-2025-06-16-at-17.10.04.webp');
}

.capa-hero.oto {
  background-image: linear-gradient(#000000b0, #000000b0), url('../assets/WhatsApp-Image-2025-06-16-at-16.35.49.webp');
}

.capa-hero.lobulo {
  background-image: linear-gradient(#000000ba, #000000ba), url('../assets/WhatsApp-Image-2025-06-16-at-16.24.43.webp');
}

.capa-hero.procedimentos {
  background-image: linear-gradient(#000000a3, #000000a3), url('../assets/WhatsApp-Image-2025-06-16-at-14.45.43.webp');
}

.capa-hero.club {
  background-image: linear-gradient(#0000008f, #0000008f), url('../assets/WhatsApp-Image-2025-06-16-at-16.51.39.webp');
}

.capa-hero.unique-day {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/capa-quem.webp');
}

.capa-hero.vision {
  background-image: linear-gradient(#000000b8, #000000b8), url('../assets/crisalix.webp');
}

.capa-hero.travel {
  background-image: linear-gradient(#000000b5, #000000b5), url('../assets/WhatsApp-Image-2025-06-13-at-21.35.09.webp');
}

.capa-hero.embaixadora {
  background-image: linear-gradient(#000000ba, #000000ba), url('../assets/IMG_7732-Editar-1.webp');
}

.capa-hero.unilovers {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/praia.jpeg');
}

.capa-hero.influ {
  background-image: linear-gradient(#000000c4, #000000c4), url('../assets/WhatsApp-Image-2025-06-13-at-21.39.36.webp');
}

.capa-hero.academic {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/WhatsApp-Image-2025-06-16-at-17.29.16.webp');
  background-position: 0 0, 50% 0;
}

.capa-hero.trab {
  background-image: linear-gradient(#000000b5, #000000b5), url('../assets/cta-quem-somos.webp');
  padding-top: 149px;
}

.capa-hero.ebooks {
  background-image: linear-gradient(#0009, #0009), url('../assets/MAIN-THEME---Ebook.webp');
}

.capa-hero.contatos, .capa-hero.faqq {
  background-image: linear-gradient(#000000c4, #000000c4), url('../assets/carrossel-quem-somos-9.webp');
}

.capa-hero.blog {
  background-image: linear-gradient(#000000b8, #000000b8), url('../assets/WhatsApp-Image-2025-06-17-at-17.19.44.webp');
}

.capa-hero.na-midia {
  background-image: linear-gradient(#000000b5, #000000b5), url('../assets/WhatsApp-Image-2025-06-16-at-17.29.16.webp');
}

.container-hero-quemsomos {
  text-align: center;
  background-color: #0000;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.heading-7-c6 {
  color: #c5a974;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 800px;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
}

.text-block-51 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-10991 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-54 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-19-copy {
  margin-top: 0;
}

.text-block-52 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.bold-text-14 {
  color: #906e2b;
}

.div-block-10992 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-inicio-copy-v-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-5:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-10910 {
  border-radius: 20px;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-100 {
  border-radius: 0;
  width: 100%;
}

.btn-inicio-2b-copyd {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b00;
  border: 2px solid #906e2b;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-2b-copyd:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-block-34-cop {
  color: #000;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.btn-inicio-c {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b;
  border: 2px solid #906e2b;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-c:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-10881fb {
  text-align: center;
  display: block;
}

.div-block-10930 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-35 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.7rem;
}

.grid-48 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-10880-copy {
  margin-top: 10px;
  margin-left: 0;
}

.cta {
  background-color: #906e2b21;
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/cta-quem-somos.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  margin: 60px 0 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-32-co {
  color: #000;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.image-95 {
  width: 25px;
  height: 25px;
}

.div-block-10896 {
  margin-top: 60px;
}

.div-block-10859-copy {
  margin-top: 0;
  margin-bottom: 20px;
}

.list-8 {
  margin-bottom: 30px;
}

.text-block-43 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.section-46 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.heading-63 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-85 {
  width: 1200px;
  max-width: 90%;
}

.list-item-12 {
  margin-bottom: 25px;
}

.div-block-10911 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-10913 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-53 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-10993 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-11001 {
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 0;
  display: flex;
}

.div-block-11001.off {
  display: none;
}

.image-117 {
  width: 150px;
  margin-bottom: -30px;
}

.section-13-copyb {
  padding-top: 0;
  padding-bottom: 60px;
}

.container-86 {
  margin-top: 60px;
}

.text-block-44 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 35px;
}

.bold-text-15 {
  color: #906e2b;
}

.bloco-titulo2 {
  background-color: #d4d4d4;
  background-image: linear-gradient(#000000b0, #000000b0), url('../assets/WhatsApp-Image-2025-06-16-at-14.45.43.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-91 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.bloco-titulo-precos {
  text-align: center;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 800;
}

.heading-70 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-45 {
  color: #906e2b;
  background-color: #c5a9745e;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
}

.div-bloco-destaque-3 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-3:hover {
  background-color: #c5a97433;
}

.div-block-10883-copya {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  display: inline-flex;
}

.heading-64 {
  color: #a58546;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.paragrafo-funciona-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-10884 {
  margin-bottom: 60px;
}

.div-block-11002 {
  margin-top: 60px;
}

.grid-funciona-copyvb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.section-49 {
  width: 1200px;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-87 {
  width: 30px;
  height: 30px;
}

.heading-71 {
  color: #a58546;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.grid-funcio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-92 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11003 {
  margin-bottom: 60px;
}

.container-93 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-55 {
  padding-bottom: 40px;
}

.div-block-11004 {
  margin-top: 60px;
}

.heading-72 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-10883 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.image-118 {
  border-radius: 20px;
  width: 100%;
}

.grid-layout-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-2.tablet-1-column.grid-gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-10918 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.paragraph-36 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.7rem;
}

.heading-65 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-10914 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.container-94 {
  width: 1200px;
  max-width: 90%;
}

.image-96 {
  width: 20px;
}

.section-56 {
  padding-bottom: 100px;
}

.div-block-18-copy {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-46-b {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-10885 {
  margin-top: 0;
}

.flex-vertical-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical-2.flex-gap-xxl {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.list-item-12-b {
  margin-bottom: 10px;
}

.list-9 {
  margin-bottom: 30px;
}

.container-hero-equipe {
  text-align: center;
  background-color: #0000;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.text-block-54 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11005 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.subheading {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
  text-align: center;
}

.div-block-10857 {
  min-height: 500px;
  display: flex;
}

.container-83 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-21 {
  color: #906e2b;
  font-weight: 700;
}

.section-57 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-57.utility-overflow-clip {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-111 {
  border-radius: 20px;
  width: 100%;
}

.grid-56 {
  grid-template-rows: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-95 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-73 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.paragrafo-funcionab {
  color: #000;
  max-width: 90%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-10891-copyb {
  margin-bottom: 0;
}

.foto-da-fachada {
  background-image: url('../assets/UNIQUE_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-3-copy-c {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-bloco-destaque {
  text-align: center;
  border: 2px solid #c5a974;
  border-radius: 15px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque:hover {
  background-color: #c5a9741f;
}

.div-bloco-destaque.img {
  border-color: #c5a9744a;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.img-destaque-c {
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.div-block-10922 {
  margin-top: 60px;
}

.container-96 {
  width: 1200px;
  max-width: 90%;
}

.grid-funciona-3-col-b {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-97 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.bloco-titulo-precos-2 {
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 800;
}

.heading-74 {
  color: #906e2b;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.section-58 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-58.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-98 {
  width: 1200px;
  max-width: 90%;
}

.grid-26-copyvgj {
  text-align: center;
  grid-template-rows: auto;
  display: block;
}

.subheading-2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.foto-de-recepcionista {
  background-image: url('../assets/carrossel-quem-somos-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-bloco-destaque-4 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-4:hover {
  background-color: #c5a97433;
}

.section-3-copy-copybbgv {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-8-co-3 {
  color: #a58546;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.btn-inicio-copy-v-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-7:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.paragrafo-funciona {
  color: #707070;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-10923 {
  margin-bottom: 60px;
}

.grid-funciona-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-10924 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-108 {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10893 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-11006 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.div-block-11007 {
  margin-top: 60px;
}

.heading-54-copy {
  color: #000;
  text-align: center;
  max-width: none;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.container-99 {
  width: 1200px;
  max-width: 90%;
}

.capa-hero-video {
  background-image: linear-gradient(#000000a6, #000000a6);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 177px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-55 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11008 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.play-pause-button {
  display: none;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
}

.grid-layout-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-3.desktop-9-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout-3.desktop-9-column.grid-gap-xs.utility-position-relative.utility-z-index-2 {
  height: 250px;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
  position: relative;
}

.subheading-3 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.div-block-11009 {
  min-height: 500px;
  display: flex;
}

.image-119 {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
}

.image-119.cover-image, .image-119.cover-image.utility-shadow-xl {
  border-radius: 15px;
}

.image-119.cover-image.utility-shadow-xl.off {
  display: block;
}

.container-100 {
  width: 1200px;
  max-width: 90%;
}

.section-59 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-59.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.utility-position-relative {
  position: relative;
}

.utility-aspect-4x3 {
  aspect-ratio: 4 / 3;
  position: relative;
}

.grid-57 {
  grid-template-rows: auto;
}

.container-101 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-75 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.grid-funciona-3-col {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.btn-inicio-copy-v-8 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-8:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-block-56 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.img-tecnologias {
  background-image: url('../assets/img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 300px;
  margin-bottom: 20px;
}

.img-tecnologias._8 {
  background-image: url('../assets/ultrassom-_1_.webp');
  background-position: 50%;
}

.img-tecnologias._7 {
  background-image: url('../assets/CM-Slim.webp');
  background-position: 50%;
}

.img-tecnologias._3 {
  background-image: url('../assets/Vibrolipo.webp');
}

.img-tecnologias._6 {
  background-image: url('../assets/crisalix.webp');
}

.img-tecnologias._9 {
  background-image: url('../assets/CO2.webp');
}

.img-tecnologias._11 {
  background-image: url('../assets/Microagulhamento.webp');
}

.img-tecnologias._2 {
  background-image: url('../assets/Safer.webp');
}

.img-tecnologias._5 {
  background-image: url('../assets/Bioimpedancia.webp');
}

.img-tecnologias._4 {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
}

.img-tecnologias._10 {
  background-image: url('../assets/Ultraformer.webp');
}

.img-tecnologias._1, .img-tecnologias._1c {
  background-image: url('../assets/Argoplasma.webp');
}

.img-tecnologias._1d {
  background-image: url('../assets/Safer.webp');
}

.img-tecnologias._1e {
  background-image: url('../assets/Vibrolipo.webp');
}

.img-tecnologias._1f {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
}

.img-tecnologias._001 {
  background-image: url('../assets/Argoplasma.webp');
}

.img-tecnologias._002 {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
}

.img-tecnologias._003 {
  background-image: url('../assets/Vibrolipo.webp');
}

.img-tecnologias.d6 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-11.41.42.webp');
}

.img-tecnologias.d4 {
  background-image: url('../assets/CO2.webp');
}

.img-tecnologias.d5 {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
}

.img-tecnologias.n1 {
  background-image: url('../assets/CO2.webp');
}

.img-tecnologias.n2 {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
}

.img-tecnologias.n3 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-11.41.42.webp');
}

.img-tecnologias.p2 {
  background-image: url('../assets/crisalix_1.webp');
}

.img-tecnologias.p1 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-13.29.05.webp');
}

.img-tecnologias.u2 {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
}

.img-tecnologias.u3 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-11.41.42.webp');
}

.img-tecnologias.u1, .img-tecnologias.l2 {
  background-image: url('../assets/CO2.webp');
}

.img-tecnologias.l3 {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
}

.img-tecnologias.a2 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-17.36.13.webp');
}

.img-tecnologias.a1 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-17.36.13-1.webp');
}

.img-tecnologias.a3 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-16.45.49.webp');
}

.img-tecnologias.a5 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-16.00.23.webp');
}

.img-tecnologias.a4 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-16.18.06.webp');
}

.img-tecnologias.d46 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.24.35.webp');
}

.img-tecnologias.d48 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.26.31-1.webp');
}

.img-tecnologias.d47 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.26.31.webp');
}

.img-tecnologias.d45 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.14.34.webp');
}

.img-tecnologias.s3 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-13.05.57.webp');
}

.img-tecnologias.s1 {
  background-image: url('../assets/soro.webp');
}

.img-tecnologias.s2 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.10.43.webp');
}

.img-tecnologias.lg4 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.40.03.webp');
}

.img-tecnologias.ls1 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-11.51.27.webp');
}

.img-tecnologias.lg3 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.24.34.webp');
}

.img-tecnologias.lg2 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.48.47.webp');
}

.img-tecnologias.lg7 {
  background-image: url('../assets/soro.webp');
}

.img-tecnologias.ls2 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-13.07.04.webp');
}

.img-tecnologias.ls4 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.39.01.webp');
}

.img-tecnologias.lg8 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-11.06.23.webp');
}

.img-tecnologias.lg6 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.51.21.webp');
}

.img-tecnologias.ls3 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.20.42.webp');
  background-position: 50% 100%;
}

.img-tecnologias.lg1 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.52.18.webp');
}

.img-tecnologias.lg5 {
  background-image: url('../assets/WhatsApp-Image-2025-06-17-at-10.50.18.webp');
}

.img-tecnologias.c49 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.10.24-2.webp');
}

.img-tecnologias.c48 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.10.24-1.webp');
}

.img-tecnologias.c45 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.10.24-4.webp');
}

.img-tecnologias.c47 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.10.24-3.webp');
}

.img-tecnologias.c46 {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-19.10.24.webp');
}

.section-60 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-10921 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container-102 {
  width: 1200px;
  max-width: 90%;
}

.container-hero-corp {
  text-align: center;
  background-color: #0000;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11010 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-13-copygn {
  padding-top: 100px;
  padding-bottom: 60px;
}

.text-block-58 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

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

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

.section-61 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-37 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.7rem;
}

.grid-58 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 20px;
}

.container-103 {
  width: 1200px;
  max-width: 90%;
}

.grid-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 20px;
}

.heading-76 {
  color: var(--cornsilk);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 35px;
}

.text-block-59 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.container-hero-r24 {
  text-align: center;
  background-color: #0000;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.div-block-11012 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-10938-copy {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-10937 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-60 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-60:hover {
  color: #fff;
}

.image-120 {
  width: 11px;
}

.bloco-nav {
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.div-block-10938 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-10939 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.section-62 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-61 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.div-block-10935 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-62 {
  margin-top: 10px;
}

.section-63 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-121 {
  width: 100%;
  transition: all .6s;
}

.image-121:hover {
  transform: scale(1.05);
}

.grid-60 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-10934 {
  margin-top: 60px;
}

.list-item-12-copyh {
  margin-bottom: 15px;
}

.container-104 {
  width: 1200px;
  max-width: 90%;
}

.image-122 {
  width: 25px;
  height: 25px;
}

.div-block-10936 {
  text-align: center;
}

.list-10 {
  margin-bottom: 30px;
}

.text-block-63 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-77 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11014 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11015 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-105 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-78 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-bloco-destaque-5 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-5:hover {
  background-color: #c5a97433;
}

.container-106 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11016 {
  margin-bottom: 60px;
}

.div-block-11017 {
  margin-top: 60px;
}

.div-block-11018 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.container-107 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-79 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-bloco-destaque-6 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-6:hover {
  background-color: #c5a97433;
}

.container-108 {
  width: 1200px;
  max-width: 90%;
}

.grid-61 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-11020 {
  margin-bottom: 60px;
}

.section-64 {
  padding-bottom: 60px;
}

.image-123 {
  width: 25px;
  height: 25px;
}

.div-block-11021 {
  margin-top: 60px;
}

.div-block-11022 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.list-11 {
  margin-bottom: 30px;
}

.text-block-64 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-80 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11023 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11024 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-109 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-81 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.faq-h3 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-h3.noselect {
  color: #0b1033;
  font-size: 18px;
  font-weight: 600;
}

.div-block-10862 {
  margin-top: 0;
}

.container-110 {
  width: 1200px;
  max-width: 90%;
}

.faq {
  cursor: pointer;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq:hover {
  box-shadow: 0 1px 13px #3d516929;
}

.div-block-11025 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.faq-icon.noselect {
  color: #000;
  width: 15px;
  height: 15px;
}

.section-65 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faq-question-wrap.active .faq-content {
  max-height: 1000px;
}

.faq-question-wrap .faq {
  cursor: pointer;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-question-wrap.active .faq-icon {
  transform: rotate(45deg);
}

.paragraph-38 {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.faq-question-wrap {
  margin-bottom: 20px;
}

.faq-circle {
  border: 0 solid #a58546;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 25px;
  display: flex;
}

.text-block-65 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11026 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-11027 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-66 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-66:hover {
  color: #fff;
}

.image-124 {
  width: 11px;
}

.div-block-11028 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11029 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.section-66 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-67 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.div-block-11030 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-68 {
  margin-top: 10px;
}

.section-67 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-125 {
  transition: all .6s;
}

.image-125:hover {
  transform: scale(1.05);
}

.grid-62 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-11032 {
  margin-top: 60px;
}

.container-111 {
  width: 1200px;
  max-width: 90%;
}

.image-126 {
  width: 25px;
  height: 25px;
}

.div-block-11033 {
  text-align: center;
}

.list-12 {
  margin-bottom: 30px;
}

.text-block-69 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-82 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11034 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11035 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-112 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-83 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.section-60-copy-copyx {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-113 {
  width: 1200px;
  max-width: 90%;
}

.grid-63 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-127 {
  width: 25px;
  height: 25px;
}

.list-13 {
  margin-bottom: 30px;
}

.text-block-70 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11037 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11038 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-114 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-84 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.container-115 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11040 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-64 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-34-cop-c {
  color: #000;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.image-128 {
  width: 25px;
  height: 25px;
}

.list-14 {
  margin-bottom: 30px;
}

.text-block-71 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-85 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11041 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11042 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-72 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11043 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-11044 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-73 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-73:hover {
  color: #fff;
}

.image-129 {
  width: 11px;
}

.div-block-11045 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11046 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.section-68 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-74 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.div-block-11047 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-75 {
  margin-top: 10px;
}

.section-69 {
  background-color: #f1f1f1;
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-130 {
  width: 100%;
  transition: all .6s;
}

.image-130:hover {
  transform: scale(1.05);
}

.grid-65 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-116 {
  width: 1200px;
  max-width: 90%;
}

.div-block-10959 {
  background-image: url('../assets/img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 20px;
}

.div-block-10959.abdom {
  background-image: url('../assets/WhatsApp-Image-2025-06-16-at-17.00.26.webp');
}

.grid-489 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.div-block-10960 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-131 {
  width: 25px;
  height: 25px;
}

.div-block-11049 {
  text-align: center;
}

.text-block-76 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-10958 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-86 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-10957 {
  margin-top: 30px;
}

.div-block-11050 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11051 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-117 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-87 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.grid-48-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

.div-bloco-destaque-7 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-7:hover {
  background-color: #c5a97433;
}

.div-block-10962 {
  margin-top: 60px;
}

.div-block-11053 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-856 {
  width: 1200px;
  max-width: 90%;
}

.section-70 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-132 {
  width: 25px;
  height: 25px;
}

.div-block-11054 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.text-block-77 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-88 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11055 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11056 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11057 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-78 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-71 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11058 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-79 {
  margin-top: 10px;
}

.text-block-80 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-72 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-133 {
  width: 100%;
  transition: all .6s;
}

.image-133:hover {
  transform: scale(1.05);
}

.div-block-11060 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11061 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-81 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.grid-48-copyn-v {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.text-block-82 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-82:hover {
  color: #fff;
}

.image-134 {
  width: 11px;
}

.section-3-copygn {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-857 {
  width: 1200px;
  max-width: 90%;
}

.div-block-10940 {
  margin-top: 60px;
}

.container-858 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10941 {
  margin-top: 0;
}

.div-block-11062 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-135 {
  width: 25px;
  height: 25px;
}

.div-block-11063 {
  text-align: center;
}

.heading-89 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-83 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-90 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-859 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11064 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11065 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11066 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11067 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-84 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-73 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11068 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-34-cop-co {
  color: #000;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-85 {
  margin-top: 10px;
}

.text-block-86 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-74 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-136 {
  transition: all .6s;
}

.image-136:hover {
  transform: scale(1.05);
}

.div-block-11070 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11071 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-490 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.paragraph-35-copyfb {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.text-block-87 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-87:hover {
  color: #fff;
}

.image-137 {
  width: 11px;
}

.container-860 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11072 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-138 {
  width: 25px;
  height: 25px;
}

.div-block-11073 {
  text-align: center;
}

.text-block-88 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-91 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11074 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11075 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.topicos {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: inline-flex;
}

.div-block-11077 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-89 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-75 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11078 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-90 {
  margin-top: 10px;
}

.text-block-91 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-76 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-139 {
  transition: all .6s;
}

.image-139:hover {
  transform: scale(1.05);
}

.div-block-11080 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11081 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-491 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.text-block-92 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-92:hover {
  color: #fff;
}

.div-block-11082 {
  margin-top: 60px;
}

.image-140 {
  width: 11px;
}

.container-861 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11083 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-141 {
  width: 25px;
  height: 25px;
}

.div-block-11084 {
  text-align: center;
}

.text-block-93 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-92 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11085 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11086 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11087 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11088 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-94 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-77 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11089 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-95 {
  margin-top: 10px;
}

.text-block-96 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-78 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-142 {
  transition: all .6s;
}

.image-142:hover {
  transform: scale(1.05);
}

.div-block-11091 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11092 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-97 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.text-block-98 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-98:hover {
  color: #fff;
}

.image-143 {
  width: 11px;
}

.grid-48-copy-df {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.container-850, .container-862 {
  width: 1200px;
  max-width: 90%;
}

.container-863 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.grid-48-copy-copybkh {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.div-block-11093 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-144 {
  width: 25px;
  height: 25px;
}

.div-block-11094 {
  text-align: center;
}

.heading-93 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-99 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-94 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-864 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11095 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11096 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11097 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11098 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-100 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-79 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11099 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text-72 {
  color: #906e2b;
  font-weight: 700;
}

.text-block-101 {
  margin-top: 10px;
}

.text-block-102 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-80 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-145 {
  transition: all .6s;
}

.image-145:hover {
  transform: scale(1.05);
}

.div-block-11101 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11102 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-492 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-103 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-103:hover {
  color: #fff;
}

.div-block-11103 {
  margin-top: 60px;
}

.image-146 {
  width: 11px;
}

.container-865 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11104 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-147 {
  width: 25px;
  height: 25px;
}

.div-block-11105 {
  text-align: center;
}

.text-block-104 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-95 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11106 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11107 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11108 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11109 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-105 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-81 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11110 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-106 {
  margin-top: 10px;
}

.text-block-107 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-82 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-148 {
  transition: all .6s;
}

.image-148:hover {
  transform: scale(1.05);
}

.div-block-11112 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11113 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-493 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-11114 {
  margin-top: 60px;
}

.image-149 {
  width: 11px;
}

.container-866 {
  width: 1200px;
  max-width: 90%;
}

.container-hero-r25 {
  text-align: center;
  background-color: #0000;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.div-block-11115 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-150 {
  width: 25px;
  height: 25px;
}

.div-block-11116 {
  text-align: center;
}

.text-block-108 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-96 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.div-block-11117 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11118 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11119 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-109 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-83 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11120 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-11122 {
  margin-bottom: 100px;
}

.text-block-110 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-84 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-11123 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11124 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-48-copygfn-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: block;
}

.image-151 {
  width: 11px;
}

.container-867 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11125 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-152 {
  width: 25px;
  height: 25px;
}

.text-block-111 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-97 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11126 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11127 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11128 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-112 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-85 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11129 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-113 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-86 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-11131 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11132 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-494 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-153 {
  width: 11px;
}

.container-868 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11133 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-154 {
  width: 25px;
  height: 25px;
}

.text-block-114 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-98 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11134 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11135 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11136 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-115 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11137 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-116 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-87 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-10963 {
  margin-top: 0;
  margin-bottom: 20px;
}

.grid-495 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 20px;
}

.container-869 {
  width: 1200px;
  max-width: 90%;
}

.grid-496 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 20px;
}

.container-hero-faciais {
  text-align: center;
  background-color: #0000;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.heading-99 {
  color: var(--cornsilk);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.div-block-11138 {
  border-radius: 20px;
  overflow: hidden;
}

.btn-inicio-copy-v-9 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-9:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-block-117 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-88 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11139 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.off {
  display: flex;
}

.text-block-118 {
  margin-top: 10px;
}

.text-block-119 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-89 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-155 {
  transition: all .6s;
}

.image-155:hover {
  transform: scale(1.05);
}

.div-block-11141 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-120 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-120:hover {
  color: #fff;
}

.image-156 {
  width: 11px;
}

.div-block-10942 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-870 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11142 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-157 {
  width: 25px;
  height: 25px;
}

.div-block-11143 {
  text-align: center;
}

.text-block-121 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-100 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-48-copyg {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.div-block-11144 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11145 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11146 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11147 {
  border-radius: 20px;
  overflow: hidden;
}

.section-90 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11148 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.grid-48ntgn {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.text-block-122 {
  margin-top: 10px;
}

.text-block-123 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-91 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-158 {
  transition: all .6s;
}

.image-158:hover {
  transform: scale(1.05);
}

.div-block-11150 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11151 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-124 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-124:hover {
  color: #fff;
}

.image-159 {
  width: 11px;
}

.container-871 {
  width: 1200px;
  max-width: 90%;
}

.paragraph-35-copygc {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-11152 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-160 {
  width: 25px;
  height: 25px;
}

.div-block-11153 {
  text-align: center;
}

.text-block-125 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-101 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11154 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11155 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11156 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11157 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-126 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-92 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11158 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-127 {
  margin-top: 10px;
}

.text-block-128 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-93 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-161 {
  transition: all .6s;
}

.image-161:hover {
  transform: scale(1.05);
}

.div-block-11160 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11161 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-129 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-10943 {
  margin-top: 60px;
}

.image-162 {
  width: 11px;
}

.container-872 {
  width: 1200px;
  max-width: 90%;
}

.container-873 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11162 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-163 {
  width: 25px;
  height: 25px;
}

.div-block-11163 {
  text-align: center;
}

.heading-102 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-130 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-103 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-874 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11164 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11165 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11166 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11167 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-131 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-94 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11168 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-132 {
  margin-top: 10px;
}

.text-block-133 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-95 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-164 {
  transition: all .6s;
}

.image-164:hover {
  transform: scale(1.05);
}

.div-block-11170 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11171 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-134 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-11172 {
  margin-top: 60px;
}

.image-165 {
  width: 11px;
}

.container-875 {
  width: 1200px;
  max-width: 90%;
}

.container-876 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11173 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-166 {
  width: 25px;
  height: 25px;
}

.div-block-11174 {
  text-align: center;
}

.heading-104 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-135 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-105 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-877 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11175 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11176 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11177 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11178 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-136 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-96 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11179 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-137 {
  margin-top: 10px;
}

.text-block-138 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-97 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-167 {
  transition: all .6s;
}

.image-167:hover {
  transform: scale(1.05);
}

.div-block-11181 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11182 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-139 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-11183 {
  margin-top: 60px;
}

.image-168 {
  width: 11px;
}

.container-878 {
  width: 1200px;
  max-width: 90%;
}

.container-879 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11184 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-169 {
  width: 25px;
  height: 25px;
}

.div-block-11185 {
  text-align: center;
}

.heading-106 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-140 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-107 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-880 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11186 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.grid-48-copy-copygh {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 60px;
}

.div-block-11187 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11188 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11189 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-141 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-98 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11190 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-142 {
  margin-top: 10px;
}

.text-block-143 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-99 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-170 {
  transition: all .6s;
}

.image-170:hover {
  transform: scale(1.05);
}

.div-block-11192 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11193 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-144 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-11194 {
  margin-top: 60px;
}

.image-171 {
  width: 11px;
}

.container-881 {
  width: 1200px;
  max-width: 90%;
}

.container-882 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11195 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-172 {
  width: 25px;
  height: 25px;
}

.div-block-11196 {
  text-align: center;
}

.heading-108 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-145 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-109 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-883 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11197 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11198 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11199 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11200 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-146 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11201 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-147 {
  margin-top: 10px;
}

.text-block-148 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-101 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-173 {
  transition: all .6s;
}

.image-173:hover {
  transform: scale(1.05);
}

.div-block-11203 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11204 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-149 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-11205 {
  margin-top: 60px;
}

.image-174 {
  width: 11px;
}

.container-884 {
  width: 1200px;
  max-width: 90%;
}

.container-885 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11206 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-175 {
  width: 25px;
  height: 25px;
}

.div-block-11207 {
  text-align: center;
}

.heading-110 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-150 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-111 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-886 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11208 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11209 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11210 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11211 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-151 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-102 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11212 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-152 {
  margin-top: 10px;
}

.text-block-153 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-103 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-176 {
  transition: all .6s;
}

.image-176:hover {
  transform: scale(1.05);
}

.div-block-11214 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11215 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-177 {
  width: 11px;
}

.container-887 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11216 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-178 {
  width: 25px;
  height: 25px;
}

.div-block-11217 {
  text-align: center;
}

.text-block-154 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-112 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11218 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11219 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11220 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11221 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-155 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-104 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11222 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-156 {
  margin-top: 10px;
}

.text-block-157 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-105 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-179 {
  transition: all .6s;
}

.image-179:hover {
  transform: scale(1.05);
}

.div-block-11224 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.div-block-11225 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-180 {
  width: 11px;
}

.container-888 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11226 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-181 {
  width: 25px;
  height: 25px;
}

.div-block-11227 {
  text-align: center;
}

.text-block-158 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-113 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11228 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11229 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11230 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-159 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11231 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-106 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-11232 {
  margin-top: 0;
  margin-bottom: 20px;
}

.grid-497 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 20px;
}

.container-889 {
  width: 1200px;
  max-width: 90%;
}

.grid-498 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 20px;
}

.heading-114 {
  color: var(--cornsilk);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.text-block-160 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-107 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11233 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-161 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.section-108 {
  padding-bottom: 100px;
}

.div-block-11234 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-162 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-10946-copy {
  background-image: url('../assets/img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 250px;
  margin-bottom: 30px;
}

.div-block-10946-copy.soromax {
  background-image: url('../assets/668aeb0ed89f6c5b64efd8f5_soroterapia.webp');
  height: 300px;
}

.div-block-10945 {
  margin-top: 60px;
}

.container-851 {
  width: 1200px;
  max-width: 90%;
}

.div-block-10946 {
  background-image: url('../assets/img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 250px;
  margin-bottom: 30px;
}

.div-block-10946.body {
  background-image: url('../assets/668aea5542e83561256e8404_unique-body-club.webp');
  height: 300px;
}

.div-block-10946.relax {
  background-image: url('../assets/668aea0e987a3192f4cf809a_spa.webp');
  height: 300px;
}

.div-block-10946.face {
  background-image: url('../assets/668aea9b38ac6b558c5004c7_harmony-face.webp');
  height: 300px;
}

.grid-488 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.section-109 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-39 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 23px;
}

.bloco-nav-copy {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.container-854 {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.div-block-10949 {
  margin-top: 20px;
}

.div-block-11236 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-163 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.heading-63-copyfb {
  color: #906e2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-852 {
  width: 1200px;
  max-width: 90%;
}

.image-182 {
  width: 11px;
}

.heading-115 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-10948 {
  margin-top: 60px;
}

.container-853 {
  width: 1200px;
  max-width: 90%;
}

.image-101 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-10 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-10:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11237 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-183 {
  width: 25px;
  height: 25px;
}

.text-block-164 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-116 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-499 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-110 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.section-110.facial {
  background-image: linear-gradient(#000000c4, #000000c4), url('../assets/WhatsApp-Image-2025-06-16-at-17.38.25.webp');
}

.div-block-11238 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11239 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11240 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.grid-500 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.section-111 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-40 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 23px;
}

.container-890 {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.div-block-11242 {
  margin-top: 20px;
}

.div-block-11243 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-165 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.container-891 {
  width: 1200px;
  max-width: 90%;
}

.image-184 {
  width: 11px;
}

.heading-117 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-11244 {
  margin-top: 60px;
}

.container-892 {
  width: 1200px;
  max-width: 90%;
}

.image-185 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-11 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-11:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11245 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-186 {
  width: 25px;
  height: 25px;
}

.text-block-166 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-118 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-501 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-112 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.section-112.nutri {
  background-image: linear-gradient(#000000c7, #000000c7), url('../assets/3-_1_.webp');
}

.div-block-11246 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11247 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11248 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.section-113 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-41 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.div-block-10950 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11249 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-167 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.container-854-copy {
  width: 1200px;
  max-width: 90%;
  margin-top: 40px;
}

.container-893 {
  width: 1200px;
  max-width: 90%;
}

.image-187 {
  width: 11px;
}

.heading-119 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-11250 {
  margin-top: 60px;
}

.container-894 {
  width: 1200px;
  max-width: 90%;
}

.image-188 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-12:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11251 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.grid-502 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-114 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.section-114.inhet {
  background-image: linear-gradient(#000000c4, #000000c4), url('../assets/WhatsApp-Image-2025-06-16-at-18.17.00.webp');
}

.div-block-11252 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11254 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.container-855 {
  width: 1200px;
  max-width: 90%;
}

.grid-48-copy-copygh-copy-vd {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.container-895 {
  width: 1200px;
  max-width: 90%;
}

.image-189 {
  width: 11px;
}

.heading-120 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-10952 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-190 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-13 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-13:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11255 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-191 {
  width: 25px;
  height: 25px;
}

.grid-48-copy-copygh-copy-vd-copygv {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.text-block-168 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.section-115 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-503 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-116 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.div-block-11256 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11257 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11258 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.div-block-11260 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.container-896, .container-897 {
  width: 1200px;
  max-width: 90%;
}

.image-192 {
  width: 11px;
}

.heading-121 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-11261 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-193 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-14:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11262 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-194 {
  width: 25px;
  height: 25px;
}

.text-block-169 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.section-117 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-504 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-118 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.section-118.mapeamento {
  background-image: linear-gradient(#000000d1, #000000d1), url('../assets/WhatsApp-Image-2025-06-17-at-13.59.28.webp');
}

.div-block-11263 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11264 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11265 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.grid-505 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.container-898 {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.div-block-11267 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-170 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.container-899 {
  width: 1200px;
  max-width: 90%;
}

.image-195 {
  width: 11px;
}

.heading-122 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.section-64-copycgj {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-10954 {
  margin-top: 20px;
}

.div-block-11268 {
  margin-top: 60px;
}

.container-900 {
  width: 1200px;
  max-width: 90%;
}

.image-196 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-15 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-15:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11269 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.heading-123 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-506 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-119 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.section-119.pre {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/pos-operatorio.webp');
}

.div-block-11270 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.section-64-copyvj {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-507 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-10955 {
  margin-top: 20px;
}

.container-901 {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.div-block-11272 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-171 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.container-902 {
  width: 1200px;
  max-width: 90%;
}

.image-197 {
  width: 11px;
}

.heading-124 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-11273 {
  margin-top: 60px;
}

.container-903 {
  width: 1200px;
  max-width: 90%;
}

.image-198 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-16 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-16:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11274 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-199 {
  width: 25px;
  height: 25px;
}

.text-block-172 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-125 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-508 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-120 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.section-120.spa {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/spa.webp');
  background-position: 0 0, 50% 65%;
}

.div-block-11275 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11276 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11277 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.grid-509 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-11278 {
  margin-top: 20px;
}

.container-904 {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.div-block-11280 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.text-block-173 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.container-905 {
  width: 1200px;
  max-width: 90%;
}

.image-200 {
  width: 11px;
}

.heading-126 {
  color: #c5a974;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-11281 {
  margin-top: 60px;
}

.container-906 {
  width: 1200px;
  max-width: 90%;
}

.image-201 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-17:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11282 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.image-202 {
  width: 25px;
  height: 25px;
}

.text-block-174 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-127 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-510 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-121 {
  background-color: #fff2da;
  background-image: linear-gradient(#000c, #000c), url('../assets/ai-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.section-121.spa {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/spa.webp');
  background-position: 0 0, 50% 65%;
}

.div-block-11283 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

.div-block-11284 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.div-block-11285 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 60%, transparent);
  align-self: stretch;
}

.text-block-175 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.utility-aspect-1x1-2 {
  aspect-ratio: 1;
}

.grid-layout-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-4.desktop-9-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout-4.desktop-9-column.grid-gap-xs.utility-position-relative-2.utility-z-index-2 {
  height: 250px;
}

.grid-layout-4.mobile-landscape-1-column.grid-gap-xxl {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-layout-4.desktop-1-column {
  grid-template-columns: 1fr;
}

.div-block-11286 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-10859 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.utility-aspect-3x2-2 {
  aspect-ratio: 3 / 2;
  position: relative;
}

.btn-inicio-copy-v-18 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-18:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.subheading-4 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.text-span-29 {
  color: #906e2b;
}

.div-block-11287 {
  min-height: 500px;
  display: flex;
}

.image-203 {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
}

.image-203.cover-image, .image-203.cover-image.utility-shadow-xl {
  border-radius: 15px;
}

.image-203.cover-image.utility-shadow-xl.off {
  display: block;
}

.container-907 {
  width: 1200px;
  max-width: 90%;
}

.section-122 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-122.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-84 {
  width: 1200px;
  max-width: 90%;
}

.container-908 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 80px;
}

.heading-128 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.utility-position-relative-2 {
  position: relative;
}

.heading-50-copy-cop {
  color: #fff;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.utility-aspect-4x3-2 {
  aspect-ratio: 4 / 3;
  position: relative;
}

.grid-511 {
  grid-template-rows: auto;
}

.section-2-b {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.utility-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.text-block-176 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.grid-layout-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-5.desktop-1-column {
  grid-template-columns: 1fr;
}

.div-bloco-destaque-8 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-8:hover {
  background-color: #c5a97433;
}

.div-block-11288 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.list-item-15 {
  margin-bottom: 15px;
}

.heading-129 {
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4em;
}

.text-span-11 {
  color: #906e2b;
}

.div-block-10890 {
  display: inline-flex;
}

.subheading-5 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.div-block-11289 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11290 {
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 0;
  display: flex;
}

.div-block-11291 {
  min-height: 500px;
  display: flex;
}

.paragraph-42 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.7rem;
}

.list-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.icon-8 {
  color: #9205fc;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.image-204 {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
}

.image-204.cover-image {
  border-radius: 15px;
}

.container-909 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-909.tmh {
  width: 1200px;
  max-width: 90%;
}

.image-205 {
  width: 150px;
  margin-bottom: -30px;
}

.container-910 {
  width: 1200px;
  max-width: 90%;
}

.section-123 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-123.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-911 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-130 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11292 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.image-90 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 10px;
}

.container-hero-vision {
  text-align: center;
  background-color: #0000;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.container-912 {
  width: 1200px;
  max-width: 90%;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: block;
}

.image-108 {
  border-radius: 40px;
  width: 100%;
}

.div-block-10891 {
  text-align: center;
  margin-bottom: 60px;
}

.grid-512 {
  grid-template-rows: auto;
}

.div-block-11293 {
  background-image: url('../assets/WhatsApp-Image-2025-06-13-at-21.10.38.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.text-block-177 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.utility-aspect-1x1-3 {
  aspect-ratio: 1;
}

.grid-layout-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-6.desktop-9-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout-6.desktop-9-column.grid-gap-xs.utility-position-relative-3.utility-z-index-2 {
  height: 250px;
}

.div-bloco-destaque-9 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-9:hover {
  background-color: #c5a97433;
}

.div-block-11294 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.utility-aspect-3x2-3 {
  aspect-ratio: 3 / 2;
  position: relative;
}

.btn-inicio-copy-v-19 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-19:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.subheading-6 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.text-block-178 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-11295 {
  min-height: 500px;
  display: flex;
}

.image-206 {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
}

.image-206.cover-image, .image-206.cover-image.utility-shadow-xl {
  border-radius: 15px;
}

.image-206.cover-image.utility-shadow-xl.off {
  display: block;
}

.container-913 {
  width: 1200px;
  max-width: 90%;
}

.section-124 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-124.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-914 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11296 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-131 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11297 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.utility-position-relative-3 {
  position: relative;
}

.container-915 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11298 {
  text-align: center;
  margin-bottom: 60px;
}

.utility-aspect-4x3-3 {
  aspect-ratio: 4 / 3;
  position: relative;
}

.grid-513 {
  grid-template-rows: auto;
}

.text-block-179 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-bloco-destaque-10 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-10:hover {
  background-color: #c5a97433;
}

.div-block-11299 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-110 {
  border-radius: 20px;
  width: 100%;
}

.subheading-7 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.div-block-11300 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-180 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-11301 {
  min-height: 500px;
  display: flex;
}

.paragraph-43 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.7rem;
}

.container-hero-emb {
  text-align: center;
  background-color: #0000;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.container-916 {
  width: 1200px;
  max-width: 90%;
}

.section-125 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-125.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-917 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-132 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11302 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.container-918 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11303 {
  text-align: center;
  margin-bottom: 60px;
}

.grid-514 {
  grid-template-rows: auto;
}

.image-207 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-copy-v-20 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-20:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.paragraph-44 {
  text-align: center;
}

.text-span-39 {
  color: #906e2b;
  font-weight: 700;
}

.text-span-42 {
  color: #906e2b;
}

.heading-133 {
  color: #906e2b;
  text-align: center;
  margin-top: 0;
}

.grid-layout-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-7.tablet-1-column.grid-gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-11304 {
  margin-top: 0;
}

.div-bloco-destaque-11 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-11:hover {
  background-color: #c5a97433;
}

.div-block-11305 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-181 {
  font-size: .9rem;
}

.div-block-10968 {
  margin-top: 20px;
}

.div-block-10971 {
  margin-top: 60px;
}

.div-block-10939-copy {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 10px;
  display: inline-flex;
}

.paragraph-45 {
  color: #333;
  margin-top: 10px;
  font-size: .9rem;
  line-height: 1.4rem;
}

.div-block-10973 {
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-182 {
  margin-top: -10px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.div-block-10965 {
  margin-top: 20px;
}

.text-block-52-copy {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-52-copy:hover {
  color: #fff;
}

.div-block-10967 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-span-32 {
  color: #000;
}

.div-block-10976 {
  background-image: url('../assets/pass-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 350px;
  margin-bottom: 40px;
}

.div-block-11307 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.container-hero-lovers {
  text-align: center;
  background-color: #0000;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.div-block-10964 {
  margin-top: 20px;
}

.text-span-40 {
  color: #906e2b;
}

.subheading-8 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.div-block-11308 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11309 {
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 0;
  display: flex;
}

.div-block-11310 {
  min-height: 500px;
  display: flex;
}

.text-span-37 {
  color: #906e2b;
  font-weight: 600;
}

.heading-65-copydv {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.btn-inicio-c-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b;
  border: 2px solid #906e2b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-c-2:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.image-208 {
  width: 150px;
  margin-bottom: -30px;
}

.grid-48-copyghn {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f1f1f1;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 60px 40px 40px;
}

.text-span-33 {
  color: #000;
}

.div-block-10974 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-10972 {
  margin-top: 60px;
}

.text-span-36, .text-span-38 {
  color: #906e2b;
  font-weight: 600;
}

.grid-funciona-4-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-919 {
  width: 1200px;
  max-width: 90%;
}

.paragraph-46 {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.text-span-34 {
  color: #906e2b;
  font-weight: 600;
}

.section-126 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-126.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-183 {
  color: #906e2b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.container-920 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-block-184 {
  color: #fff;
  text-align: center;
}

.paragrafo-funciona2 {
  color: #906e2b;
  max-width: 90%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.image-105 {
  width: 50px;
}

.text-span-41 {
  color: #906e2b;
}

.image-107 {
  width: 60px;
}

.heading-134 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11311 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.text-block-56-copy {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 2.3rem;
}

.heading-135 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-10980 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-921 {
  width: 1200px;
  max-width: 90%;
}

.paragraph-35-b {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.div-block-11312 {
  text-align: center;
  margin-bottom: 60px;
}

.grid-515 {
  grid-template-rows: auto;
}

.text-span-35 {
  color: #906e2b;
  font-weight: 600;
}

.list-item-12-c {
  margin-bottom: 40px;
}

.text-block-185 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-bloco-destaque-12 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-12:hover {
  background-color: #c5a97433;
}

.div-block-11313 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.subheading-9 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.div-block-11314 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11315 {
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 0;
  display: flex;
}

.text-block-186 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-11316 {
  min-height: 500px;
  display: flex;
}

.paragraph-47 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.7rem;
}

.image-109 {
  border-radius: 20px;
  width: 100%;
}

.container-hero-influ {
  text-align: center;
  background-color: #0000;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.image-209 {
  width: 150px;
  margin-bottom: -30px;
}

.container-922 {
  width: 1200px;
  max-width: 90%;
}

.section-127 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-127.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-127.secondary-section {
  background-color: #f7f7f7;
}

.container-923 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-136 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11317 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.container-924 {
  width: 1200px;
  max-width: 90%;
}

.grid-516 {
  grid-template-rows: auto;
}

.image-210 {
  border-radius: 20px;
  width: 100%;
}

.text-block-187 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.heading-137 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-layout-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-8.tablet-1-column.grid-gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-bloco-destaque-13 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-13:hover {
  background-color: #c5a97433;
}

.div-block-11318 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-10897 {
  margin-top: 10px;
}

.div-block-10898 {
  text-align: center;
}

.grid-26-copyjvgj {
  grid-template-rows: auto;
  display: block;
}

.btn-inicio-copy-v-21 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-21:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.subheading-10 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.subheading-10._2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11319 {
  margin-top: 20px;
}

.text-block-188 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.container-925 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-925.rg {
  width: 1200px;
  max-width: 90%;
}

.container-hero-acad {
  text-align: center;
  background-color: #0000;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.container-926 {
  width: 1200px;
  max-width: 90%;
}

.section-128 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-128.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-128.secondary-section {
  background-color: #f7f7f7;
}

.div-block-11320 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container-927 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-block-189 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.flex-vertical-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical-3.flex-gap-xxl {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.heading-138 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11321 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.container-928 {
  width: 1200px;
  max-width: 90%;
}

.text-span-23 {
  color: #906e2b;
}

.paragraph-lg-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg-2.utility-margin-bottom-2rem {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.text-block-190 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.grid-44-copy {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-bloco-destaque-14 {
  text-align: center;
  background-color: #ffffff24;
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-14:hover {
  background-color: #c5a97433;
}

.paragraph-48 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.div-block-11322 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-191 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.heading-139 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.div-block-10933 {
  text-align: center;
  margin-bottom: 60px;
}

.div-block-10902 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.div-block-10868 {
  margin-top: 60px;
}

.section-129 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragrafo-fun3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.image-91 {
  width: 20px;
}

.list-item-16 {
  margin-bottom: 20px;
}

.section-43 {
  padding-top: 0;
  padding-bottom: 100px;
}

.container-929 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10903-co {
  text-align: center;
  background-color: #906e2b21;
  border-radius: 20px;
  margin: 60px 0 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-11324 {
  margin-top: 60px;
}

.heading-140 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11325 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0000001c;
}

.image-92 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.container-930 {
  width: 1200px;
  max-width: 90%;
}

.div-block-10860 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-192 {
  color: #906e2b;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-10863 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.heading-57 {
  color: #000;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

.image-211 {
  border-radius: 20px;
  width: 100%;
}

.text-block-193 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.heading-141 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-layout-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-9.tablet-1-column.grid-gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
}

.grid-layout-9.tablet-1-column.grid-gap-lg.off {
  display: none;
}

.paragraph-32-co-copy {
  color: #000;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.div-block-10877 {
  margin-top: 20px;
}

.div-block-11326 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text-25 {
  color: #906e2b;
  font-weight: 700;
}

.heading-59 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.div-block-11327 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10900-c {
  margin-top: 20px;
}

.text-block-194 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.div-block-10906 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.section-44-copy {
  background-color: #fff;
  background-image: linear-gradient(#c5a97417, #fff0);
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11328 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-40 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-11329 {
  margin-top: 20px;
}

.btn-inicio-copy-v-copy-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b;
  border: 2px solid #906e2b;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-copy-2:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-block-34-copy {
  color: #906e2b;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.grid-45 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-931 {
  width: 1200px;
  max-width: 90%;
}

.grid-26-copyfb {
  text-align: center;
  grid-template-rows: auto;
  display: block;
}

.section-130 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-130.utility-overflow-clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-11330 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-10881fb1 {
  text-align: center;
  display: block;
}

.flex-vertical-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical-4.flex-gap-xxl {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.list-item-10 {
  margin-bottom: 20px;
}

.div-block-11331 {
  margin-top: 60px;
}

.div-block-10904 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.container-932 {
  width: 1200px;
  max-width: 90%;
}

.image-93 {
  width: 20px;
}

.paragraph-lg-3 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg-3.utility-margin-bottom-2rem {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-block-195 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11332 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-11333 {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

.div-block-11334 {
  width: 100%;
}

.code-embed-3 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-10878 {
  margin-top: 40px;
}

.text-block-196 {
  color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  text-decoration: none;
}

.text-block-196.fone {
  background-image: url('../assets/telefone.svg');
  background-position: 0%;
  background-size: 18px;
}

.text-block-196.fone:hover {
  color: #c5a974;
}

.text-block-196.youtube {
  background-image: none;
}

.text-block-196.youtube:hover {
  color: #c5a974;
}

.text-block-196.face {
  background-image: url('../assets/facebook.svg');
  background-position: 0%;
  background-size: 18px;
}

.text-block-196.face:hover {
  color: #c5a974;
}

.text-block-196.email {
  background-image: url('../assets/e-mail.svg');
  background-position: 0%;
  background-size: 15px;
}

.text-block-196.email:hover {
  color: #c5a974;
}

.text-block-196.insta {
  background-image: url('../assets/instagram.svg');
  background-position: 0%;
  background-size: 15px;
}

.text-block-196.insta:hover {
  color: #c5a974;
}

.text-block-196.tiktok {
  background-image: url('../assets/tik-tok.svg');
  background-position: 0%;
  background-size: 15px;
}

.text-block-196.tiktok:hover {
  color: #c5a974;
}

.div-block-11335 {
  width: 100%;
}

.list-item-17 {
  margin-bottom: 10px;
}

.code-embed-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.list-5 {
  margin-top: 20px;
}

.grid-517 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.text-block-8-copy-2 {
  color: #000;
  border-left: 3px solid #cacaca;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-197 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.section-131 {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-933 {
  width: 1200px;
  max-width: 90%;
}

.text-block-198 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.duvidas {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11336 {
  margin-top: 0;
}

.div-block-11337 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container-934 {
  width: 1200px;
  max-width: 90%;
  font-family: Montserrat, sans-serif;
}

.paragraph-49 {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-199 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-11338 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11339 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-32-co-copy-2 {
  color: #000;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.heading-60 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-11340 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-47 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-10909 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.section-44 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-45 {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tab-link-tab-1-2 {
  color: #666;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .9rem;
  font-weight: 500;
  transition: all 1s;
}

.tab-link-tab-1-2:hover {
  color: #000;
  background-color: #fff;
  transform: scale(.98);
}

.tab-link-tab-1-2.w--current {
  color: #000;
  background-color: #c5a974;
  margin-right: 10px;
  font-weight: 500;
}

.empty-state {
  text-align: center;
  border-radius: 20px;
  padding: 40px 20px;
}

.text-block-41 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-10932 {
  margin-top: 100px;
}

.tab-pane-tab-1 {
  margin-top: 60px;
}

.image-94 {
  width: 20px;
}

.container-935 {
  width: 1200px;
  max-width: 90%;
}

.list-item-11 {
  margin-bottom: 20px;
}

.div-block-10907 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000001f;
}

.image-212 {
  border-radius: 20px;
}

.div-block-11341 {
  border-radius: 20px;
  overflow: hidden;
}

.image-112 {
  border-radius: 0;
  width: 100%;
  transition: all .6s;
}

.image-112:hover {
  transform: scale(1.05);
}

.div-block-11342 {
  margin-top: 20px;
}

.heading-142 {
  color: #906e2b;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.paragraph-50 {
  font-size: .8rem;
  line-height: 1.2rem;
}

.botao-blog {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5854600;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  transition: all .9s;
  display: inline-flex;
}

.botao-blog:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-10996 {
  margin-top: 40px;
}

.text-block-42 {
  margin-bottom: 5px;
  font-size: 15px;
}

.heading-62 {
  margin-top: 0;
  font-weight: 400;
}

.section-50 {
  background-color: #c5a97400;
  background-image: linear-gradient(#c5a974, #fff0);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 100px;
  display: flex;
}

.btn-blog-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a58546;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .8s;
  display: inline-flex;
}

.btn-blog-2:hover {
  color: #000;
  background-color: #a58546;
}

.section-51 {
  padding-top: 0;
  padding-bottom: 100px;
}

.div-block-10888 {
  text-align: center;
}

.container-936 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11343 {
  background-color: #e7e7e7;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.div-block-11344 {
  background-color: #fff;
  border-radius: 5px;
  margin-top: -100px;
  padding: 40px;
}

.div-block-11345 {
  margin-top: 40px;
}

.heading-143 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-11346 {
  margin-bottom: 40px;
  display: inline-flex;
}

.div-block-11347 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 70vh;
  margin-top: 0;
  display: flex;
}

.section-132 {
  background-color: #f1f1f1;
}

.text-block-200 {
  background-image: url('../assets/calendar.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 500;
}

.section-33-co {
  background-color: #f1f1f1;
  padding-top: 0;
  padding-bottom: 100px;
}

.div-block-10994 {
  margin-top: 40px;
}

.btn-blog-final {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a58546;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 13px;
  font-weight: 600;
  transition: all .8s;
  display: inline-flex;
}

.btn-blog-final:hover {
  color: #000;
  background-color: #a58546;
}

.text-block-59b {
  background-image: url('../assets/clock.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 500;
}

.heading-144 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

.div-block-11348 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.div-block-11349 {
  margin-top: 40px;
}

.div-block-10995 {
  margin-bottom: 10px;
  margin-right: 0;
}

.grid-518 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr .3fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-11350 {
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-11351 {
  margin-right: 20px;
}

.container-937 {
  width: 1200px;
  max-width: 90%;
}

.btn-blog-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a58546;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .8s;
  display: inline-flex;
}

.btn-blog-3:hover {
  color: #000;
  background-color: #a58546;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_dropdown-toggle-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .5rem 0;
}

.hide-desktop-only-3 {
  display: none;
}

.dropdown-link-9 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-9:hover, .dropdown-link-9.w--current {
  color: #dbc08d;
}

.navbar_link-6 {
  z-index: 2;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar_link-6:hover {
  color: #ffffffb3;
}

.navbar_link-6.w--current {
  color: #dbc08d;
}

.navbar-3 {
  z-index: 50;
  color: #fff;
  background-color: #000;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
  position: absolute;
}

.navbar_search {
  border-bottom: 1px solid #fff;
  position: relative;
  top: 6rem;
}

.navbar_search-field {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 3rem 1rem;
  font-size: 2rem;
}

.dropdown-list-10 {
  margin-top: 10px;
}

.dropdown-list-10.w--open {
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 5px;
  overflow: hidden;
}

.hide {
  display: none;
}

.navbar_submenu-list {
  flex: 1 1 0;
}

.image-213 {
  width: 13px;
}

.link-block-15 {
  background-color: #313131;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .8s;
  display: flex;
}

.link-block-15:hover {
  transform: scale(.9);
}

.navbar_search-button {
  z-index: 902;
  padding: 0 1rem;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_mobile-view-2 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.navbar_dropdown-link {
  color: #fff;
  white-space: normal;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
}

.navbar_dropdown-link:hover {
  color: #ffffffb3;
}

.navbar_dropdown-link.w--current {
  color: #0000;
}

.navbar_dropdown-link.is-small {
  font-size: .9rem;
}

.nav-button-wrapper-5 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.navbar_submenu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border: 0 solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 1200%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.navbar_desktop-view {
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr min-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_dropdown-3 {
  z-index: 902;
  clear: both;
  position: static;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.search-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #e6e6e6;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar_menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_submenu-col {
  flex: 1 1 0;
}

.navbar_search-description {
  color: #ffffff80;
  text-align: center;
  margin-top: 10rem;
  font-size: 1.2rem;
}

.navbar_dropdown-list {
  color: #fff;
  background-color: #0000;
  height: 28rem;
  position: absolute;
  inset: 0 0% auto;
}

.navbar_dropdown-list.w--open {
  background-color: #000;
  height: auto;
  margin-top: 80px;
  padding: 0;
}

.navbar-no-shadow-3 {
  z-index: 1003;
  background-color: #000;
  height: auto;
  position: static;
  inset: 0% 0% auto;
}

.navbar_logo-link {
  z-index: 902;
  width: 100px;
  padding-left: 0;
}

.navbar_mobile-search-wrap {
  display: none;
}

.image-27 {
  width: 100px;
}

.div-block-11352 {
  background-color: #fff2cc;
}

.janela-form {
  z-index: 999;
  background-color: #000000e6;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-938 {
  width: 12000px;
  max-width: 90%;
}

.code-embed-5 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
}

.div-block-11353, .div-block-11354 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-11355 {
  border-radius: 15px;
  overflow: hidden;
}

.img-blog {
  border-radius: 10px;
  width: 100%;
  transition: all .6s;
}

.div-block-11356 {
  margin-top: 20px;
}

.titulo-blog {
  color: #906e2b;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.paragrafo-blog {
  font-size: .8rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.bloco-post {
  text-decoration: none;
}

.bloco-post.off {
  display: block;
}

.div-block-11357 {
  margin-bottom: 100px;
}

.paragraph-52 {
  color: #fff;
  max-width: 250px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-43, .text-span-44 {
  color: var(--dark-goldenrod);
  font-weight: 700;
}

.div-block-11358 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-201 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-45 {
  color: #906e2b;
  font-weight: 600;
}

.div-block-11359 {
  margin-top: 20px;
}

.div-block-11360 {
  margin-top: 40px;
}

.grid-520 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-11361 {
  border-radius: 200px;
  overflow: hidden;
}

.image-215 {
  border-bottom: 4px solid #c5a974;
  border-right: 4px solid #c5a974;
  border-radius: 2000px;
  width: 100%;
  transition: all .6s;
}

.paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66 {
  color: #fff;
  max-width: 250px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-67 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-43-copy {
  color: #c5a974;
  font-weight: 700;
}

.container-76-copyfb {
  background-color: #0000;
  border-radius: 3px;
  padding: 0;
}

.div-block-11362 {
  background-color: #000;
  width: 950px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-46 {
  color: #c5a974;
  font-weight: 700;
}

.heading-69-copygv {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.container-939 {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.grid-521 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bas-wrapper {
  border: 8px solid #c5a974;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 536px;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-icon-regular {
  color: var(--dark-goldenrod);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: var(--dark-goldenrod);
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: var(--dark-goldenrod);
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
}

.timeline-heading {
  color: #906e2b;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.timeline-heading.text-color-white {
  font-weight: 500;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-10-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.padding-global-2 {
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-11363 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: block;
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

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

.text-block-202 {
  color: #906e2b;
  background-color: #c5a9745e;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
}

.section_timeline {
  z-index: -3;
  background-color: #fff;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.text-size-tiny.text-color-586174 {
  font-size: 1rem;
  line-height: 25px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  overflow: clip;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.timeline10_circle {
  z-index: 2;
  background-color: #a58546;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: #a58546;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-133 {
  background-color: #fff;
  padding-bottom: 0;
}

.div-block-11364 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-216 {
  border-radius: 15px;
  width: 100%;
}

.image-216.off {
  display: none;
}

.section-sobre {
  background-color: #906e2b21;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-940 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11365 {
  margin-top: 40px;
}

.div-block-11366 {
  margin-top: 60px;
}

.text-block-203 {
  font-weight: 600;
}

.paragraph-68 {
  margin-top: 20px;
  font-size: 13px;
}

.div-block-11367 {
  margin-top: 20px;
}

.padrao-bloco-2 {
  margin-bottom: 0;
}

.padrao-h2 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.padrao-container {
  background-color: #fff;
  border-radius: 30px;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  box-shadow: 5px 4px 19px -5px #0003;
}

.div-block-11368 {
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 0 30px 20px;
}

.heading-146 {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.image-217 {
  border-radius: 200px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

.padrao-bloco-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.padrao-grid-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-11369 {
  background-color: #906e2b21;
  border-radius: 15px;
  margin: 60px 0 0;
  padding: 60px 40px;
}

.heading-147 {
  color: #906e2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.div-block-11370 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-218 {
  width: 300px;
  margin-bottom: 20px;
}

.div-block-18-copy-2 {
  margin-top: 20px;
  display: flex;
}

.btn-inicio-copy-v-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-copy-v-copy:hover {
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-span-47, .text-span-48 {
  color: #4e4e4e;
}

.text-span-49 {
  color: #906e2b;
  font-weight: 600;
}

.div-block-11371 {
  background-color: #906e2b21;
  border-radius: 20px;
  padding: 60px;
}

.div-block-11372, .div-block-11373 {
  margin-bottom: 40px;
}

.slide {
  border-radius: 20px;
}

.left-arrow {
  display: none;
}

.div-block-11374 {
  border-radius: 10px;
  overflow: hidden;
}

.paragraph-69 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.image-219 {
  cursor: pointer;
  width: 100%;
  transition: all .6s;
}

.image-219:hover {
  transform: scale(1.05);
}

.carrossel-unique {
  width: 100%;
  position: relative;
}

.slider {
  border-radius: 20px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.grid-522 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.right-arrow {
  display: block;
  opacity: 1;
}

.left-arrow {
  display: block;
  opacity: 1;
}

.mask {
  border-radius: 20px;
  height: 100%;
}

.slide {
  height: 100%;
}

.heading-148 {
  color: #aa7e32;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.image-220 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.image-220:hover {
  transform: scale(1.03);
}

.div-block-11375 {
  margin-top: 10px;
}

.slide-nav {
  font-size: 8px;
}

.grid-523 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

/* Gallery Slider Minimalista */
.unique-gallery-wrapper {
  width: 100%;
}

.unique-main-slider {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.unique-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.unique-main-image:hover {
  transform: scale(1.02);
}

.unique-thumbnails-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  width: 100%;
}

.unique-thumb {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.unique-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.unique-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.unique-thumb.active {
  border-color: #aa7e32;
  box-shadow: 0 0 0 2px rgba(170, 126, 50, 0.2);
}

.unique-thumb.active img {
  opacity: 1;
}

.unique-thumb:not(.active) img {
  opacity: 0.6;
}

.unique-thumb:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/* Responsive */
@media screen and (max-width: 991px) {
  .unique-main-slider {
    height: 400px;
  }

  .unique-thumbnails-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .grid-523 {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .unique-main-slider {
    height: 320px;
  }

  .unique-thumbnails-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
  }
}

@media screen and (max-width: 479px) {
  .unique-main-slider {
    height: 280px;
    border-radius: 12px;
  }

  .unique-thumbnails-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
  }

  .unique-thumb {
    border-radius: 6px;
  }
}

.heading-149 {
  color: #585858;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.image-221 {
  width: 300px;
}

.div-block-11376 {
  text-align: center;
  border-top: 1px solid #b9b9b9;
  border-bottom: 0 solid #b9b9b9;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-18-copy-3 {
  margin-top: 20px;
  display: flex;
}

.text-span-50 {
  color: #aa7e32;
}

.div-block-11377 {
  width: 100%;
  margin-top: 40px;
}

.div-block-11378 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-10924-copydv {
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-11379 {
  margin-top: 20px;
}

.z-cz {
  color: #000;
  text-align: left;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.text-span-51 {
  color: #aa7e32;
  font-weight: 600;
}

.div-block-11381 {
  margin-top: 20px;
}

.container-941 {
  width: auto;
  max-width: none;
}

.div-block-11382 {
  margin-top: 60px;
}

.div-block-11383 {
  display: inline-flex;
}

.image-222 {
  border-radius: 15px;
  height: 100px;
  margin-right: 20px;
}

.text-block-204 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.grid-524 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.div-block-11384 {
  margin-top: 40px;
}

.section-134 {
  margin-top: 77px;
  padding: 20px 20px 0;
}

.img-capa-post-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 50vh;
}

.img-capa-post-blog._1 {
  background-image: url('../assets/6854494b0e5eaf24a3ed9c8d_WhatsApp-Image-2025-06-17-at-17.24.44.webp');
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: block;
}

.img-capa-post-blog._2 {
  background-image: url('../assets/68544832113864bbc6a02c88_WhatsApp-Image-2025-06-17-at-17.25.08.webp');
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: block;
}

.img-capa-post-blog._3 {
  background-image: url('../assets/685444d6195507867c6e8e03_WhatsApp-Image-2025-06-17-at-17.22.49.webp');
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: block;
}

.section-135 {
  padding-top: 0;
  padding-bottom: 100px;
}

.h1-blog {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.div-block-11385 {
  margin-top: 40px;
}

.p-blog {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.div-block-11386 {
  margin-bottom: 20px;
}

.container-942 {
  background-color: #fff;
  border-radius: 10px;
  width: 1200px;
  max-width: 90%;
  margin-top: -100px;
  padding: 60px;
}

.h2-blog {
  color: var(--dark-goldenrod);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-37-copy {
  color: #5f5f5f;
  text-align: center;
  border: 1px solid #c5a974;
  border-radius: 12px;
  padding: 5px 15px 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: inline-flex;
}

.list-item-18 {
  margin-bottom: 8px;
}

.list-blog {
  margin-bottom: 20px;
}

.text-block-87-copy {
  color: #000;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-87-copy:hover {
  color: var(--black);
}

.div-block-11072-copy {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.h3-blog {
  color: var(--dark-goldenrod);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.cta-blog {
  margin-top: 20px;
  display: inline-flex;
}

.div-block-11388 {
  margin-right: 10px;
}

.btn-inicio-cop {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5854600;
  border: 1px solid #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  transition: all .9s;
  display: inline-flex;
}

.btn-inicio-cop:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.bloco-ler-mais {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.heading-150 {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.grid-525 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.btn-blog-1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a58546;
  border: 1px solid #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  transition: all .9s;
  display: inline-flex;
}

.btn-blog-1:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.btn-blog-02 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5854600;
  border: 1px solid #a58546;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  transition: all .9s;
  display: inline-flex;
}

.btn-blog-02:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-11389 {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.h4-blog {
  margin-bottom: 20px;
  font-weight: 600;
}

.p-blog-caixa {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.div-block-11390 {
  margin-bottom: 20px;
}

.code-embed-6 {
  margin-top: 20px;
}

.div-block-10857-copy {
  background-image: url('../assets/UNIQUE_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 100%;
  min-height: 500px;
  display: block;
}

.div-block-11391 {
  text-align: center;
  background-color: #f5f5f5;
  margin-top: 20px;
}

.heading-151 {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-205 {
  font-weight: 500;
}

.div-block-11391-copyfbv {
  text-align: center;
  background-color: #fff3dc;
  border-radius: 10px;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.bas-wrapper2 {
  border: 8px solid #c5a974;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.grid-521-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-11392 {
  margin-top: 60px;
}

.div-block-11393 {
  margin-bottom: 20px;
}

.div-block-110dc {
  border-radius: 15px;
  max-width: 400px;
  overflow: hidden;
}

.div-block-11394 {
  margin-bottom: 20px;
}

.div-block-11395 {
  margin-bottom: 40px;
}

.div-block-11396, .div-block-11397, .div-block-11398 {
  margin-bottom: 20px;
}

.grid-layout-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-24.tablet-1-column.grid-gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-layout-24.tablet-1-column.grid-gap-lg.jh {
  text-align: center;
  background-color: #c5a97426;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.grid-526 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr;
  margin-top: 40px;
}

.paragraph-lg-copydv {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .9rem;
  line-height: 1.6em;
}

.paragraph-lg-copydv.utility-margin-bottom-2rem {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.heading-69-copydv {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.div-block-11399 {
  border-radius: 10px;
  overflow: hidden;
}

.div-block-1089954 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-1089955 {
  max-width: none;
}

.div-block-1089956 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.div-block-1089957 {
  margin-top: 20px;
  display: inline-flex;
}

.paragraph-lg-copydv-copysc {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6em;
}

.paragraph-lg-copydv-copysc.utility-margin-bottom-2rem {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.image-223 {
  width: 100px;
}

.background-hero {
  background-image: linear-gradient(360deg, #000, #46464600 38%), linear-gradient(#000c, #000c), url('../assets/img-hero-site.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 77px;
  display: flex;
}

.link-footer-menu {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .8s;
}

.link-footer-menu:hover {
  color: #aa7e32;
}

.link-footer-menu.w--current {
  color: var(--dark-goldenrod);
  background-image: url('../assets/Groupcheck-.svg');
  font-weight: 500;
}

.link-footer-menu.youtube {
  background-image: none;
}

.link-footer-menu.face {
  background-image: url('../assets/facebook.svg');
  background-position: 0 0;
  background-size: 15px;
}

.link-footer-menu.tiktok {
  background-image: url('../assets/tik-tok.svg');
}

.link-footer-menu.insta {
  background-image: url('../assets/instagram.svg');
}

.link-footer-menu.whats {
  background-image: url('../assets/whatsapp.svg');
}

.link-footer-menu.mail {
  background-image: url('../assets/mail.svg');
}

.text-span-52 {
  font-size: 10px;
}

.title-small-2-copy {
  color: #aa7e32;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebc65e;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.bloco-slide-antes-x-depois {
  margin-bottom: 140px;
}

.slide-item-mg-int {
  background-color: #fff;
  border-radius: 20px;
  max-width: 350px;
  height: 100%;
  margin-right: 28px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.heading-96-copy {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-1089959 {
  margin-top: 30px;
  padding-bottom: 30px;
}

.image-224 {
  width: 175px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-60-copydv {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.bold-text-81, .bold-text-82 {
  color: var(--dark-goldenrod);
}

.heading-100-copydv {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-1089960 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-scx, .grid-48-copy-c {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-1089961 {
  text-align: center;
}

.section-67-b {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.heading-152 {
  color: #906e2b;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.div-block-1089962 {
  margin-top: 20px;
}

.div-block-1089963 {
  margin-right: 10px;
  display: inline-flex;
}

.image-225 {
  border-radius: 15px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  margin-right: 20px;
}

.heading-153 {
  color: #906e2b;
  margin-top: 0;
  font-weight: 600;
}

.section-72-copydv {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.bold-text-83 {
  color: var(--dark-goldenrod);
}

.heading-54-co {
  color: #000;
  text-align: center;
  max-width: none;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.div-block-10924-copydv-copydv {
  border: 2px solid #c5a9744a;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-1089964 {
  background-image: url('../assets/Lipo-ultra-hd-com-remodelamento-costal_11zon.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  min-height: 50vh;
  margin-top: 0;
}

.container-943 {
  width: 1200px;
  max-width: 90%;
}

.section-136 {
  color: #000;
  background-color: #fff;
  padding-bottom: 60px;
}

.section-3-copygn-co {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-70 {
  line-height: 22px;
}

.div-block-1089965 {
  margin-top: 60px;
}

.grid-527 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.div-block-11122-copydv {
  margin-bottom: 100px;
}

.bold-text-84 {
  color: var(--dark-goldenrod);
  font-weight: 700;
}

.container-944 {
  background-color: #1b1b1b;
  border-radius: 20px;
  width: 1200px;
  max-width: 800px;
  margin-top: 60px;
  padding: 0;
  overflow: hidden;
}

.code-embed-7 {
  margin-bottom: 0;
}

.div-block-1089966 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-8 {
  width: 100%;
}

.text-block-206 {
  font-size: 13px;
}

.div-block-1089967 {
  margin-top: 20px;
}

.div-block-1089968 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-1089969 {
  margin-bottom: 10px;
  display: inline-flex;
}

.text-block-2-dr-copy-copybhk {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../assets/topico-de-tendencias.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #bea46d;
  border-radius: 10px;
  padding: 3px 10px 3px 30px;
  font-size: 12px;
  font-weight: 500;
}

.text-block-2-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../assets/topico-de-tendencias.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 17px;
  border: 1px solid #bea46d;
  border-radius: 15px;
  padding: 11px 10px 9px 35px;
  font-size: 15px;
  font-weight: 700;
}

.text-span-53 {
  background-image: linear-gradient(110deg, var(--dark-goldenrod), #c5a974);
  color: #c5a974;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-55-copsdc {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.text-span-54 {
  border-bottom: 3px solid #c5a974;
}

.div-block-226-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.grid-528 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 880px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.text-block-207 {
  color: #fff;
  background-image: url('../assets/clock-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 0;
  padding-left: 22px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.div-block-1089970 {
  margin-top: 10px;
}

.div-block-1089971 {
  background-color: #c5a97424;
  border: 1px solid #c5a97461;
  border-radius: 15px;
  padding: 15px 20px;
}

.text-block-208 {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-weight: 600;
}

.text-block-208._1 {
  background-image: url('../assets/estrela.svg');
}

.text-block-208._2 {
  background-image: url('../assets/velocimetro.svg');
  background-size: 17px;
}

.text-block-208._3 {
  background-image: url('../assets/prancheta.svg');
  background-size: 17px;
}

.div-block-1089972 {
  text-align: center;
}

.text-span-55 {
  border-bottom: 2px solid #c5a974;
  margin-left: 3px;
  margin-right: 3px;
}

.text-span-53-copy {
  background-image: linear-gradient(110deg, var(--dark-goldenrod), var(--gold));
  color: #c5a974;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-56 {
  background-image: linear-gradient(117deg, var(--dark-goldenrod), var(--gold));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bloco-diagnostico {
  background-image: linear-gradient(360deg, #0009, #0000 21%), linear-gradient(#000c, #000c), url('../assets/20250128_194231590_iOS.webp');
  background-position: 0 0, 0 0, 50% 75%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 20px;
  margin-top: 100px;
  padding: 60px 40px 10px;
}

.div-block-1089974 {
  width: 800px;
  max-width: 90%;
}

.div-block-1089975 {
  margin-top: 60px;
}

.text-block-209 {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.image-35 {
  width: 100%;
  transition: all 1s;
}

.image-35:hover {
  transform: scale(1.1);
}

.section-49-copy {
  width: 1200px;
  max-width: 90%;
  margin: 60px auto;
}

.grid-528-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-1089976 {
  margin-top: 40px;
}

.text-block-210 {
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.heading-55-copsdc-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.text-span-57 {
  color: #c5a974;
}

.heading-55-cop {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 65px;
}

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

.bloco-midia {
  text-decoration: none;
}

.bloco-midia.off {
  display: block;
}

.img-midia {
  border: 2px solid #aa7e3240;
  border-radius: 10px;
  width: 100%;
  transition: all .6s;
}

.titulo-midia {
  color: #906e2b;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.paragrafo-midia {
  font-size: .8rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.botao-midia {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5854600;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  transition: all .9s;
  display: inline-flex;
}

.botao-midia:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-block-211 {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.google {
  margin-bottom: 40px;
}

.bold-text-85 {
  color: var(--dark-goldenrod);
}

@media screen and (min-width: 1280px) {
  .grid-42 {
    display: none;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .heading-54.menu {
    color: #000;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .brix---dropdown-link.w--current {
    color: var(--dark-goldenrod);
  }

  .navbar_submenu {
    max-width: 56.25rem;
  }

  .image-27 {
    width: 90px;
    font-size: 1px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-42 {
    display: none;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .c-menu-item-number {
    display: none;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }
}

@media screen and (min-width: 1920px) {
  .grid-42 {
    display: none;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .c-nav-items {
    align-items: center;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .heading-54.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

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

  .div-mascara {
    justify-content: flex-start;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .text-block-32.menu {
    color: #000;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-magnetico {
    justify-content: center;
  }

  .image-213 {
    width: 17px;
  }

  .link-block-15 {
    width: 40px;
    height: 40px;
  }

  .image-27 {
    width: 90px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 8px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    color: var(--dark-goldenrod);
  }

  .section-links {
    background-size: auto, 90%;
  }

  .bloco-banners {
    max-width: 400px;
  }

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

  .heading-3 {
    font-size: 22px;
  }

  .bloco-hair, .bloco-facial, .bloco-derma, .bloco-nutro, .bloco-est, .bloco-nutri, .bloco-cilios {
    padding-top: 220px;
  }

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

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .grid-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .container-8-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-24 {
    max-width: none;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .nav-link-2.w--current {
    margin-left: 0;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 5px;
    font-size: 12px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-32 {
    height: 300px;
  }

  .div-block-33 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-6 {
    text-align: center;
  }

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

  .container-18 {
    padding: 40px;
  }

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

  .nav-link-2-copy, .nav-link-2-copy-copy {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .grid-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .drop-procedimentos {
    display: none;
  }

  .grid-25-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraphb {
    text-align: center;
  }

  .bloco-alimentacao, .bloco-facial-copy {
    padding-top: 220px;
  }

  .div-block-73 {
    width: auto;
  }

  .creator_block {
    display: block;
  }

  .heading-38 {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .div-block-80 {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .heading-44 {
    margin-bottom: 30px;
  }

  .text-block-11 {
    font-size: 14px;
  }

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

  .paragraphb-copy {
    text-align: center;
  }

  .h1 {
    font-size: 65px;
    line-height: 70px;
  }

  .nav-button-wrapper-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-19-copyvvn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-58 {
    max-width: 90%;
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .menu-button-3 {
    background-color: #c8c8c800;
    border-right: 1px #c0c0d333;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .flyout-menu {
    display: none;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .navbar-button-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    width: auto;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-icon-line-middle {
    background-color: #ececec;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-secondary.nav {
    width: 100%;
  }

  .menu-icon-middle-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle-2 {
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle-2:hover {
    color: #b3b3b3;
  }

  .menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar-link {
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .menu-icon-line-top, .menu-icon {
    background-color: #ececec;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #131313;
    background-clip: border-box;
    border-top: 1px solid #222;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 3.2rem 5rem;
    position: absolute;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-link-2 {
    width: 100%;
  }

  .dropdown-link-2:hover {
    background-color: #ffffff0f;
    width: 100%;
  }

  .dropdown-link-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .button-2.nav {
    width: 100%;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-156, .div-block-156-copy, .div-blockbv {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-list-2b {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list-2b.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    width: auto;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .grid-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end;
    display: grid;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .section-41 {
    padding-top: 40px;
  }

  .hero_content {
    position: relative;
  }

  .dropdown-toggle-3 {
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle-3:hover {
    color: #b3b3b3;
  }

  .dropdown-list-3 {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list-3.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-link-menu-2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdown-link-3 {
    width: 100%;
  }

  .dropdown-link-3:hover {
    background-color: #ffffff0f;
    width: 100%;
  }

  .navbar_link-3, .navbar_link-4, .navbar_link-5 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    color: #fff;
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--gold);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    background-color: var(--gold);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link {
    color: var(--black);
  }

  .brix---header-nav-list-item-middle {
    color: var(--black);
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-list-item-middle.mobile {
    display: block;
  }

  .brix---header-nav-list-item-middle.desktop {
    display: none;
  }

  .brix---dropdown-pd {
    padding: 10px 0 5px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---dropdown-toggle {
    color: var(--black);
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
    font-weight: 600;
  }

  .brix---header-logo {
    width: 150px;
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-34 {
    color: #a0a0a0;
    font-size: 14px;
    text-decoration: none;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-button-wrapper-4 {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .btn-inicio-copy-v-co {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-img {
    width: 150px;
  }

  .menu-button-5 {
    padding: 0;
  }

  .navbar-no-shadow-2 {
    width: 100%;
  }

  .burger-btn-wrapper {
    background-color: var(--dark-goldenrod);
    background-image: none;
    border-radius: 5px;
  }

  .container-regular-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .btn-inicio-copy-v {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .div-block-10847 {
    width: auto;
  }

  .text-block-38 {
    font-size: 17px;
    line-height: 30px;
  }

  .btn-inicio-copy-v-c, .btn-inicio-copy-v-6 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-67 {
    font-size: 20px;
    line-height: 25px;
  }

  .grid-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.25fr .75fr;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto auto -90px 39.5%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 39.5% -90px auto;
  }

  .slider-mask {
    position: static;
  }

  .paragraph-31 {
    margin-bottom: 0;
  }

  .s-depoimentos {
    padding-bottom: 140px;
  }

  .div-block-10848 {
    padding-bottom: 0;
  }

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

  .footer-content-2, .grid-54 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .grid-55 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .footer-2 {
    overflow: hidden;
  }

  .btn-inicio-copy-v-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .container-hero-quemsomos {
    max-width: 90%;
  }

  .btn-inicio-copy-v-5, .btn-inicio-2b-copyd, .btn-inicio-c {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-48 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .cta {
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-63 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-91 {
    max-width: 90%;
  }

  .grid-funciona-copyvb, .grid-funcio {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-93 {
    max-width: 90%;
  }

  .grid-layout-2.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .heading-65 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-hero-equipe {
    max-width: 90%;
  }

  .subheading {
    font-size: 1.13rem;
  }

  .section-57 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-95 {
    max-width: 90%;
  }

  .grid-funciona-3-col-b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-97 {
    max-width: 90%;
  }

  .section-58 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .subheading-2 {
    font-size: 1.13rem;
  }

  .btn-inicio-copy-v-7 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-funciona-2-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .subheading-3 {
    font-size: 1.13rem;
  }

  .section-59 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-101 {
    max-width: 90%;
  }

  .grid-funciona-3-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .btn-inicio-copy-v-8 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .img-tecnologias {
    height: 250px;
  }

  .container-hero-corp {
    max-width: 90%;
  }

  .heading-76 {
    font-size: 20px;
    line-height: 25px;
  }

  .container-hero-r24 {
    max-width: 90%;
  }

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

  .heading-77 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-105, .container-107 {
    max-width: 90%;
  }

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

  .heading-80 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-109 {
    max-width: 90%;
  }

  .faq-question-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .heading-82 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-112 {
    max-width: 90%;
  }

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

  .container-114 {
    max-width: 90%;
  }

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

  .heading-85 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-86 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-117 {
    max-width: 90%;
  }

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

  .heading-88 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-48-copyn-v {
    grid-template-columns: 1fr;
  }

  .container-858 {
    max-width: 90%;
  }

  .heading-90 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-91 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-92 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-48-copy-df {
    grid-template-columns: 1fr;
  }

  .container-863 {
    max-width: 90%;
  }

  .grid-48-copy-copybkh {
    grid-template-columns: 1fr;
  }

  .heading-94 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-95 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .container-hero-r25 {
    max-width: 90%;
  }

  .heading-96 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-48-copygfn-copy {
    grid-template-columns: 1fr;
  }

  .heading-97 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-98 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-hero-faciais {
    max-width: 90%;
  }

  .heading-99 {
    font-size: 20px;
    line-height: 25px;
  }

  .btn-inicio-copy-v-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-100 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-48-copyg, .grid-48ntgn {
    grid-template-columns: 1fr;
  }

  .heading-101 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-873 {
    max-width: 90%;
  }

  .heading-103 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-876 {
    max-width: 90%;
  }

  .heading-105 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-879 {
    max-width: 90%;
  }

  .heading-107 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-48-copy-copygh {
    grid-template-columns: 1fr;
  }

  .container-882 {
    max-width: 90%;
  }

  .heading-109 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-885 {
    max-width: 90%;
  }

  .heading-111, .heading-112, .heading-113 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-114 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-63-copyfb {
    font-size: 30px;
    line-height: 40px;
  }

  .btn-inicio-copy-v-10 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-116 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .btn-inicio-copy-v-11 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-118 {
    font-size: 30px;
    line-height: 40px;
  }

  .btn-inicio-copy-v-12 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-48-copy-copygh-copy-vd {
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v-13 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-48-copy-copygh-copy-vd-copygv {
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v-14 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .btn-inicio-copy-v-15 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-123 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .btn-inicio-copy-v-16 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-125 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .btn-inicio-copy-v-17 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-127 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-layout-4.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v-18 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .subheading-4 {
    font-size: 1.13rem;
  }

  .section-122 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-908 {
    max-width: 90%;
  }

  .heading-50-copy-cop {
    font-size: 25px;
    line-height: 35px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .grid-layout-5.tablet-1-column, .grid-layout-5.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .subheading-5 {
    font-size: 1.13rem;
  }

  .section-123 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-911, .container-hero-vision {
    max-width: 90%;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .btn-inicio-copy-v-19 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .subheading-6 {
    font-size: 1.13rem;
  }

  .section-124 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-914 {
    max-width: 90%;
  }

  .subheading-7 {
    font-size: 1.13rem;
  }

  .container-hero-emb {
    max-width: 90%;
  }

  .section-125 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-917 {
    max-width: 90%;
  }

  .btn-inicio-copy-v-20 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-layout-7.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .container-hero-lovers {
    max-width: 90%;
  }

  .subheading-8 {
    font-size: 1.13rem;
  }

  .heading-65-copydv {
    font-size: 30px;
    line-height: 40px;
  }

  .btn-inicio-c-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .grid-funciona-4-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-126 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-920 {
    max-width: 90%;
  }

  .heading-135 {
    font-size: 30px;
    line-height: 40px;
  }

  .subheading-9 {
    font-size: 1.13rem;
  }

  .container-hero-influ {
    max-width: 90%;
  }

  .section-127 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-923 {
    max-width: 90%;
  }

  .grid-layout-8.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v-21 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .subheading-10 {
    font-size: 1.13rem;
  }

  .container-hero-acad {
    max-width: 90%;
  }

  .section-128 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-927 {
    max-width: 90%;
  }

  .paragraph-lg-2 {
    font-size: 1.13rem;
  }

  .heading-139 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-929 {
    max-width: 90%;
  }

  .div-block-10903-co {
    margin-top: 140px;
  }

  .grid-layout-9.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .heading-59 {
    font-size: 30px;
    line-height: 40px;
  }

  .btn-inicio-copy-v-copy-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .section-130 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .paragraph-lg-3 {
    font-size: 1.13rem;
  }

  .section-131 {
    padding-top: 40px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-60 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .botao-blog {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .navbar_dropdown-toggle-2 {
    color: #ffffff80;
    border-bottom: 1px solid #ffffff80;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .navbar_dropdown-toggle-2:hover {
    color: #ffffff4d;
    border-bottom-color: #ffffff4d;
  }

  .hide-desktop-only-3 {
    display: block;
  }

  .navbar_link-6 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-213 {
    width: 13px;
  }

  .link-block-15 {
    width: 30px;
    height: 30px;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_mobile-view-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-button-wrapper-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar_submenu {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    max-width: 100%;
    position: static;
    top: 0;
  }

  .navbar_desktop-view {
    display: none;
  }

  .navbar_container-2 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_dropdown-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .navbar_mobile-search-wrap {
    border-right: 1px solid #fff;
    display: block;
  }

  .image-27 {
    width: 90px;
  }

  .grid-blog, .grid-520, .grid-521 {
    grid-template-columns: 1fr 1fr;
  }

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

  .timeline-heading {
    font-size: 1rem;
  }

  .padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padrao-grid-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-11369 {
    margin-top: 140px;
  }

  .btn-inicio-copy-v-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-523 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-11380 {
    text-align: center;
  }

  .container-942 {
    max-width: 90%;
  }

  .btn-inicio-cop, .btn-blog-1, .btn-blog-02 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .grid-layout-24.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-526 {
    grid-template-columns: 1.5fr;
  }

  .paragraph-lg-copydv, .paragraph-lg-copydv-copysc {
    font-size: 1.13rem;
  }

  .link-footer-menu {
    font-size: 13px;
  }

  .heading-96-copy {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-100-copydv {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-scx, .grid-48-copy-c {
    grid-template-columns: 1fr;
  }

  .text-span-53 {
    font-size: 45px;
    line-height: 60px;
  }

  .heading-55-copsdc {
    font-size: 35px;
    line-height: 45px;
  }

  .grid-528 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-1089971 {
    padding: 10px;
  }

  .text-block-208._1, .text-block-208._2, .text-block-208._3 {
    padding-left: 23px;
    font-size: 10px;
    line-height: 18px;
  }

  .text-span-53-copy {
    font-size: 45px;
    line-height: 60px;
  }

  .grid-528-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading-55-copsdc-copy {
    font-size: 35px;
    line-height: 45px;
  }

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

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

  .botao-midia {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .bloco-banners {
    max-width: 80%;
  }

  .container-3, .container-4 {
    max-width: 90%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-6, .container-3-copy {
    max-width: 90%;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    text-align: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .heading-2-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    text-align: center;
  }

  .div-block-16, .link-block {
    display: block;
  }

  .grid-5 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-5 {
    font-size: 13px;
    line-height: 20px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .container-9, .container-10 {
    max-width: 90%;
  }

  .grid-9-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 35px;
  }

  .container-11 {
    max-width: 90%;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-12 {
    max-width: 90%;
  }

  .container-r24r {
    max-width: none;
    padding: 60px 40px;
  }

  .heading-8 {
    max-width: 90%;
    font-size: 40px;
    line-height: 45px;
  }

  .container-14, .container-15 {
    max-width: 90%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    font-size: 14px;
  }

  .container-16 {
    max-width: 90%;
  }

  .container-mastopexia {
    max-width: none;
    padding: 60px 40px;
  }

  .navbar-no-shadow-container-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper-2 {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 90%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: #fffaf0;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2 {
    background-image: url('../assets/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .grid-13 {
    grid-template-columns: .75fr 1fr 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    padding-top: 40px;
  }

  .container-mamoplastia, .ontainer-abdominoplastia-hd, .ontainer-lipo-hd---high-definition {
    max-width: none;
    padding: 60px 40px;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ontainer-ninfoplastia, .ontainer-plicatura {
    max-width: none;
    padding: 60px 40px;
  }

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

  .ontainer-gluteoplastia, .ontainer-lifting {
    max-width: none;
    padding: 60px 40px;
  }

  .icon-2 {
    color: #a06e19;
    font-size: 25px;
  }

  .list-item-3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .heading-7-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-5 {
    font-size: 13px;
    line-height: 22px;
  }

  .container-18 {
    max-width: 90%;
  }

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

  .grid-16-copy, .grid-16-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-link-2-copy, .nav-link-2-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .container-20, .container-45 {
    max-width: 90%;
  }

  .grid-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .drop-procedimentos {
    display: none;
  }

  .grid-25-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-14-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-53 {
    max-width: 90%;
  }

  .section-21 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-28, .grid-28-copycdac {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .creator_block {
    display: block;
  }

  .grid-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-54 {
    max-width: 90%;
  }

  .grid-32 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-80, .container-2-copycd {
    max-width: 90%;
  }

  .h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .ebook {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .grid-36 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ebook-copy {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .grid-37 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-57 {
    max-width: 90%;
  }

  .grid-39, .grid-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-19-copyvvn {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-26-copyc {
    font-size: 18px;
  }

  .container-58 {
    max-width: 90%;
  }

  .section-tecnologias {
    padding-bottom: 40px;
  }

  .text-block-29 {
    text-align: left;
  }

  .div-block-129 {
    text-align: center;
  }

  .paragraph-30 {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
  }

  .italic-text-2 {
    display: inline-block;
  }

  .text-block-30 {
    align-items: center;
    display: flex;
  }

  .grid-41 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .left-nav {
    z-index: 30;
  }

  .menu-button-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-3 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .dropdown-toggle-2, .navbar-link {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .dropdown-link-menu {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .button-2 {
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .grid-43 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-toggle-3 {
    font-size: 1rem;
  }

  .dropdown-link-menu-2 {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---btn-circle-secondary-small {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    width: 130px;
    max-width: 90%;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

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

  .text-block-37 {
    font-size: 15px;
  }

  .container-76 {
    max-width: 90%;
  }

  .container-77 {
    max-width: 90%;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .heading-56 {
    font-size: 28px;
  }

  .avaliacao-blocos {
    padding-top: 250px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .avaliacao-blocos.home-14, .avaliacao-blocos.home-9, .avaliacao-blocos.home-3, .avaliacao-blocos._2d, .avaliacao-blocos._1-r, .avaliacao-blocos._2b, .avaliacao-blocos.home-2, .avaliacao-blocos.d, .avaliacao-blocos.home-1 {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .avaliacao-blocos.home-4 {
    background-position: 0 0, 50% 100%;
  }

  .avaliacao-blocos.home-16, .avaliacao-blocos._1b-cb, .avaliacao-blocos._1b {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .grid-50 {
    grid-template-columns: 1.25fr;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 65px -75px 0%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 0% -75px 65px;
  }

  .heading-8-co {
    text-align: left;
  }

  .s-depoimentos {
    padding-bottom: 140px;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .html-embed-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10986 {
    display: block;
  }

  .title-small-2 {
    text-align: center;
  }

  .image-99 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-54 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2-copy-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .link-footer:hover {
    color: #1a1b1fbf;
  }

  .div-block-10854 {
    text-align: center;
  }

  .grid-55 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .link-block-13 {
    display: block;
  }

  .footer-block-2 {
    align-items: center;
  }

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

  .div-block-10853 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-hero-quemsomos {
    max-width: 90%;
  }

  .heading-7-c6 {
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-10912 {
    margin-bottom: 40px;
  }

  .grid-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .heading-63 {
    margin-bottom: 0;
  }

  .container-91 {
    text-align: center;
  }

  .grid-funciona-copyvb, .grid-funcio {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-93 {
    text-align: center;
  }

  .heading-65 {
    margin-bottom: 0;
  }

  .container-hero-equipe {
    max-width: 90%;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .section-57 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-95 {
    text-align: center;
  }

  .grid-funciona-3-col-b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-97 {
    text-align: center;
  }

  .section-58 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading-2 {
    font-size: 1.1rem;
  }

  .heading-8-co-3 {
    text-align: left;
  }

  .grid-funciona-2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .subheading-3 {
    font-size: 1.1rem;
  }

  .section-59 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-101 {
    text-align: center;
  }

  .grid-funciona-3-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .img-tecnologias {
    height: 200px;
  }

  .container-hero-corp, .container-hero-r24 {
    max-width: 90%;
  }

  .div-block-11013 {
    margin-bottom: 40px;
  }

  .grid-60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-77 {
    margin-bottom: 0;
  }

  .container-105, .container-107 {
    text-align: center;
  }

  .div-block-11019 {
    margin-bottom: 40px;
  }

  .grid-61 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-80 {
    margin-bottom: 0;
  }

  .container-109 {
    text-align: center;
  }

  .div-block-11031 {
    margin-bottom: 40px;
  }

  .grid-62 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-82 {
    margin-bottom: 0;
  }

  .container-112 {
    text-align: center;
  }

  .div-block-11036 {
    margin-bottom: 40px;
  }

  .grid-63 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-114 {
    text-align: center;
  }

  .div-block-11039 {
    margin-bottom: 40px;
  }

  .grid-64 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-85 {
    margin-bottom: 0;
  }

  .div-block-11048 {
    margin-bottom: 40px;
  }

  .grid-65 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-86 {
    margin-bottom: 0;
  }

  .container-117 {
    text-align: center;
  }

  .grid-48-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11052 {
    margin-bottom: 40px;
  }

  .heading-88 {
    margin-bottom: 0;
  }

  .div-block-11059 {
    margin-bottom: 40px;
  }

  .grid-48-copyn-v {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-858 {
    text-align: center;
  }

  .heading-90 {
    margin-bottom: 0;
  }

  .div-block-11069 {
    margin-bottom: 40px;
  }

  .grid-490 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-91 {
    margin-bottom: 0;
  }

  .div-block-11079 {
    margin-bottom: 40px;
  }

  .grid-491 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-92 {
    margin-bottom: 0;
  }

  .div-block-11090 {
    margin-bottom: 40px;
  }

  .grid-48-copy-df {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-863 {
    text-align: center;
  }

  .grid-48-copy-copybkh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-94 {
    margin-bottom: 0;
  }

  .div-block-11100 {
    margin-bottom: 40px;
  }

  .grid-492 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-95 {
    margin-bottom: 0;
  }

  .div-block-11111 {
    margin-bottom: 40px;
  }

  .grid-493 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-hero-r25 {
    max-width: 90%;
  }

  .heading-96 {
    margin-bottom: 0;
  }

  .div-block-11121 {
    margin-bottom: 40px;
  }

  .grid-48-copygfn-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-97 {
    margin-bottom: 0;
  }

  .div-block-11130 {
    margin-bottom: 40px;
  }

  .grid-494 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-98 {
    margin-bottom: 0;
  }

  .container-hero-faciais {
    max-width: 90%;
  }

  .div-block-11140 {
    margin-bottom: 40px;
  }

  .heading-100 {
    margin-bottom: 0;
  }

  .grid-48-copyg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11149 {
    margin-bottom: 40px;
  }

  .grid-48ntgn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-101 {
    margin-bottom: 0;
  }

  .div-block-11159 {
    margin-bottom: 40px;
  }

  .container-873 {
    text-align: center;
  }

  .heading-103 {
    margin-bottom: 0;
  }

  .div-block-11169 {
    margin-bottom: 40px;
  }

  .container-876 {
    text-align: center;
  }

  .heading-105 {
    margin-bottom: 0;
  }

  .div-block-11180 {
    margin-bottom: 40px;
  }

  .container-879 {
    text-align: center;
  }

  .heading-107 {
    margin-bottom: 0;
  }

  .grid-48-copy-copygh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11191 {
    margin-bottom: 40px;
  }

  .container-882 {
    text-align: center;
  }

  .heading-109 {
    margin-bottom: 0;
  }

  .div-block-11202 {
    margin-bottom: 40px;
  }

  .container-885 {
    text-align: center;
  }

  .heading-111 {
    margin-bottom: 0;
  }

  .div-block-11213 {
    margin-bottom: 40px;
  }

  .heading-112 {
    margin-bottom: 0;
  }

  .div-block-11223 {
    margin-bottom: 40px;
  }

  .heading-113 {
    margin-bottom: 0;
  }

  .grid-488 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11235 {
    margin-bottom: 40px;
  }

  .heading-63-copyfb, .heading-116 {
    margin-bottom: 0;
  }

  .grid-500 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11241 {
    margin-bottom: 40px;
  }

  .heading-118 {
    margin-bottom: 0;
  }

  .div-block-11253 {
    margin-bottom: 40px;
  }

  .grid-48-copy-copygh-copy-vd, .grid-48-copy-copygh-copy-vd-copygv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11259 {
    margin-bottom: 40px;
  }

  .grid-505 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11266 {
    margin-bottom: 40px;
  }

  .heading-123 {
    margin-bottom: 0;
  }

  .grid-507 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11271 {
    margin-bottom: 40px;
  }

  .heading-125 {
    margin-bottom: 0;
  }

  .grid-509 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11279 {
    margin-bottom: 40px;
  }

  .heading-127 {
    margin-bottom: 0;
  }

  .grid-layout-4.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .subheading-4 {
    font-size: 1.1rem;
  }

  .section-122 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-908 {
    text-align: center;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .subheading-5 {
    font-size: 1.1rem;
  }

  .section-123 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-911 {
    text-align: center;
  }

  .container-hero-vision {
    max-width: 90%;
  }

  .subheading-6 {
    font-size: 1.1rem;
  }

  .section-124 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-914 {
    text-align: center;
  }

  .subheading-7 {
    font-size: 1.1rem;
  }

  .container-hero-emb {
    max-width: 90%;
  }

  .section-125 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-917 {
    text-align: center;
  }

  .div-block-11306 {
    margin-bottom: 40px;
  }

  .container-hero-lovers {
    max-width: 90%;
  }

  .subheading-8 {
    font-size: 1.1rem;
  }

  .heading-65-copydv {
    margin-bottom: 0;
  }

  .grid-48-copyghn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-funciona-4-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-126 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-920 {
    text-align: center;
  }

  .heading-135 {
    margin-bottom: 0;
  }

  .subheading-9 {
    font-size: 1.1rem;
  }

  .container-hero-influ {
    max-width: 90%;
  }

  .section-127 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-923 {
    text-align: center;
  }

  .subheading-10 {
    font-size: 1.1rem;
  }

  .container-hero-acad {
    max-width: 90%;
  }

  .section-128 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-927 {
    text-align: center;
  }

  .paragraph-lg-2 {
    font-size: 1.1rem;
  }

  .grid-44-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-139 {
    margin-bottom: 0;
  }

  .div-block-11323 {
    margin-bottom: 40px;
  }

  .container-929 {
    text-align: center;
  }

  .div-block-10903-co {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-59 {
    margin-bottom: 0;
  }

  .div-block-10905 {
    margin-bottom: 40px;
  }

  .grid-45 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-130 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph-lg-3 {
    font-size: 1.1rem;
  }

  .grid-517 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-60 {
    margin-bottom: 0;
  }

  .grid-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-10908 {
    margin-bottom: 40px;
  }

  .text-block-200, .text-block-59b {
    font-size: .8rem;
  }

  .heading-144 {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-3 {
    min-height: 4rem;
  }

  .container-76-copyfb {
    max-width: 90%;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline-heading {
    font-size: 1rem;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .timeline10_progress {
    left: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

  .padrao-grid-copy {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .grid-523 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .z-cz {
    font-size: 28px;
  }

  .text-block-37-copy {
    font-size: 15px;
  }

  .div-block-110dc {
    margin-bottom: 40px;
  }

  .paragraph-lg-copydv, .paragraph-lg-copydv-copysc {
    font-size: 1.1rem;
  }

  .link-footer-menu:hover {
    color: #1a1b1fbf;
  }

  .title-small-2-copy {
    text-align: center;
  }

  .heading-96-copy {
    margin-bottom: 0;
  }

  .grid-60-copydv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-100-copydv {
    margin-bottom: 0;
  }

  .grid-scx, .grid-48-copy-c {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-span-53, .heading-55-copsdc {
    font-size: 30px;
    line-height: 45px;
  }

  .text-span-53-copy {
    font-size: 40px;
    line-height: 35px;
  }

  .heading-55-copsdc-copy {
    font-size: 30px;
    line-height: 45px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .utility-page-content {
    max-width: 90%;
  }

  .section-links {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    min-height: auto;
    padding-top: 80px;
    display: block;
  }

  .bloco-banners {
    max-width: 90%;
  }

  .image-2 {
    margin-bottom: 0;
  }

  .home-capa {
    height: 80vh;
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .home-frase-um {
    overflow: hidden;
  }

  .heading-2 {
    font-size: 35px;
  }

  .container-3 {
    max-width: 90%;
  }

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

  .container-4 {
    max-width: 90%;
    padding: 0;
  }

  .div-block-8 {
    margin-right: 5px;
  }

  .text-block {
    margin-right: 5px;
    font-size: 10px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bloco-cirurgia-plastica {
    padding-top: 220px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .bloco-hair, .bloco-facial, .bloco-derma, .bloco-nutro, .bloco-est, .bloco-nutri, .bloco-cilios {
    padding-top: 220px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .container-3-copy {
    max-width: 90%;
  }

  .footer {
    z-index: 888;
  }

  .container-7 {
    max-width: 90%;
  }

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

  .footer-copyright-center {
    font-size: 10px;
  }

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

  .heading-2-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .footer-copyright-center-copy {
    font-size: 10px;
  }

  .image-5 {
    width: 170px;
  }

  .link-block-2 {
    width: 70%;
  }

  .div-block-19, .div-block-19-copy, .div-block-19-copyg {
    height: 3px;
  }

  .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-6 {
    text-align: center;
  }

  .grid-7, .grid-5-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-9 {
    grid-template-rows: auto;
    padding-top: 100px;
  }

  .div-block-24 {
    padding-top: 0;
  }

  .grid-7-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-26 {
    height: 300px;
  }

  .heading-7 {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

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

  .text-block-2 {
    font-size: 15px;
  }

  .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-r24r {
    max-width: none;
    padding: 40px 20px;
  }

  .heading-8 {
    max-width: 90%;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: block;
  }

  .tab-link-tab-1.w--current {
    display: block;
  }

  .container-mastopexia {
    padding: 40px 20px;
  }

  .cabecalho-mobile {
    z-index: 1000;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .cabecalho-mobile.mobile {
    z-index: 999;
    display: block;
    position: relative;
  }

  .navbar-wrapper-2 {
    z-index: 1001;
    justify-content: flex-end;
    display: flex;
    position: relative;
  }

  .nav-menu-wrapper-2 {
    z-index: 998;
    background-color: var(--floral-white);
    width: auto;
    max-width: none;
    height: auto;
    padding: 0 20px 40px;
    position: fixed;
    inset: 60px 0% 0%;
    overflow: scroll;
  }

  .nav-menu-2 {
    z-index: 999;
    background-color: #0000;
    flex-direction: column;
    position: relative;
  }

  .nav-link-2 {
    color: #000;
    text-align: left;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Kiona, sans-serif;
    font-size: 16px;
    font-weight: 900;
    display: block;
  }

  .nav-link-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .menu-button-2 {
    background-size: 23px;
    align-self: auto;
    width: 60px;
  }

  .menu-button-2.w--open {
    z-index: 998;
    background-image: url('../assets/fechar.svg');
    background-size: 18px;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1.25fr .75fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._404 {
    font-size: 10em;
  }

  .container-mamoplastia {
    padding: 40px 20px;
  }

  .ontainer-abdominoplastia-hd {
    padding: 40px 10px;
  }

  .ontainer-lipo-hd---high-definition {
    max-width: none;
    padding: 40px 20px;
  }

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

  .ontainer-ninfoplastia, .ontainer-plicatura {
    max-width: none;
    padding: 40px 20px;
  }

  .grid-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    margin-right: 0;
    font-size: 12px;
  }

  .ontainer-gluteoplastia, .ontainer-lifting {
    max-width: none;
    padding: 40px 20px;
  }

  .icon-2 {
    color: #926516;
    font-size: 25px;
  }

  .list-item-3 {
    padding-top: 0;
    padding-bottom: 0;
    transition: all 1.2s;
  }

  .list-item-3:hover {
    background-color: #0000;
  }

  .cabecalho {
    display: none;
  }

  .div-block-33 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-34 {
    width: 10px;
    height: 10px;
  }

  .grid-18 {
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-38 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-4-copy {
    padding-top: 140px;
  }

  .heading-7-copy {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 22px;
  }

  .grid-19 {
    max-width: 90%;
    padding-top: 0;
  }

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

  .container-18 {
    margin-bottom: 40px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-8 {
    font-size: 16px;
  }

  .btn-agendar._2 {
    font-family: Poppins Regular, sans-serif;
    font-weight: 200;
  }

  .section-11 {
    padding-top: 40px;
  }

  .cirurgia-01, .cirurgia-02, .cirurgia-03, .cirurgia-04, .cirurgia-05, .cirurgia-06, .cirurgia-07, .cirurgia-08, .cirurgia-09 {
    padding-top: 0;
  }

  .div-block-43 {
    width: 10px;
    height: 10px;
  }

  .cirurgia-10, .facial-01, .facial-02, .facial-03, .facial-04, .facial-05, .facial-06, .facial-07, .facial-08, .facial-09 {
    padding-top: 0;
  }

  .facial-10 {
    padding-top: 140px;
  }

  .grid-16-copy, .grid-16-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .derma-01, .derma-02, .derma-03, .capilar-01, .capilar-02, .capilar-03 {
    padding-top: 0;
  }

  .capilar-04 {
    padding-top: 140px;
  }

  .nutri {
    padding-top: 0;
  }

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

  .estetica-01, .estetica-02 {
    padding-top: 0;
  }

  .grid-23 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .heading-17 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

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

  .salao-01 {
    padding-top: 0;
  }

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

  .cilios-01 {
    padding-top: 0;
  }

  .grid-24-copyvd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-24-copyvd-copydv, .grid-23-cvd {
    grid-template-columns: 1fr;
  }

  .nav-link-2-copy {
    color: #000;
    text-align: left;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 15px;
    display: block;
  }

  .nav-link-2-copy-copy {
    color: #000;
    text-align: left;
    background-image: url('../assets/Icone-menu.png');
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 7px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 17px;
    display: block;
  }

  .nav-link-2-copy-copy:hover, .nav-link-2-copy-copy.w--current {
    color: var(--dark-goldenrod);
  }

  .div-block-47 {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-47-copy {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-19, .container-21, .container-22, .container-23, .container-24, .container-25, .container-26, .container-27, .container-28, .container-29, .container-30, .container-31, .container-32, .container-33, .container-34, .container-35, .container-36, .container-37, .container-38, .container-39, .container-40, .container-41, .container-42, .container-43, .container-44, .container-45, .container-46 {
    max-width: 90%;
  }

  .div-block-49 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-47, .container-48 {
    max-width: 90%;
  }

  .image-22 {
    width: 100px;
    margin-top: 40px;
  }

  .paragraphb {
    text-align: left;
  }

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

  .grid-23-cfv {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .div-block-53 {
    max-width: none;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .bloco-alimentacao {
    padding-top: 220px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .div-block-58 {
    text-align: center;
  }

  .div-block-62 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .grid-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-28 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-27-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bloco-facial-copy {
    padding-top: 220px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .background-video {
    min-height: 100vh;
    padding-top: 60px;
  }

  .heading-7-copy {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .section-4-copyvdvs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-28-copycdac {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-36 {
    font-size: 50px;
  }

  .container-51 {
    max-width: 90%;
  }

  .div-block-73 {
    width: auto;
  }

  .creator_block {
    display: block;
  }

  .grid-31 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-74 {
    margin-bottom: 20px;
  }

  .container-53 {
    max-width: 90%;
  }

  .nutrolo {
    padding-top: 0;
  }

  .container-2-copycd {
    max-width: 90%;
  }

  .paragraphb-copy {
    text-align: left;
  }

  .text-block-13 {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block-14 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-15 {
    margin-bottom: 20px;
  }

  .sction-spa {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cilios-01-1, .cilios-01-2, .cilios-01-1b {
    padding-top: 0;
  }

  .capa-blog {
    height: 70vh;
  }

  .h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .nav-button-wrapper-copy {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-34 {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

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

  .text-block-18 {
    text-align: center;
  }

  .div-block-111 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .capa-blog-interno {
    height: 70vh;
  }

  .grid-35 {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .text-block-19 {
    text-align: center;
  }

  .grid-36 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-37 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .capa-unique-fit {
    padding-top: 0;
  }

  .grid-39 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-51-c-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-27-copy {
    line-height: 25px;
  }

  .grid-19-copyvvn {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-27, .text-block-28 {
    font-size: 16px;
  }

  .heading-53 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-7-copydc {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-26-copyc {
    font-size: 16px;
    line-height: 27px;
  }

  .container-58 {
    max-width: 90%;
  }

  .section-tecnologias {
    padding-bottom: 60px;
  }

  .heading-42-copyzv {
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-30 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .menu-button-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .navbar-button-wrapper {
    justify-content: flex-end;
    align-self: auto;
    align-items: stretch;
    display: block;
  }

  .navbar-wrapper-3 {
    display: none;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-link {
    align-self: flex-start;
    padding-left: 0;
  }

  .navbar-menu {
    z-index: 998;
    margin-top: 0;
    padding-top: 5rem;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .menu-icon-component {
    z-index: 999;
    position: relative;
  }

  .dropdown-link-2 {
    padding-left: 20px;
  }

  .div-block-156 {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .div-block-157 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

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

  .div-block-156-copy, .div-blockbv {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .bloco-capa {
    min-height: 25vh;
  }

  .bloco-info {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .imagem {
    width: 150px;
    height: 150px;
    margin-top: -75px;
  }

  .descricao {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
  }

  .link-block-btn {
    width: 35px;
    height: 35px;
  }

  .lottie-animation-4 {
    width: 200px;
  }

  .div-block-111-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .grid-42 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .grid-42.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  ._w-nav-social-media {
    display: none;
  }

  .image-50 {
    font-size: 20px;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    line-height: .3em;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .link-block-10 {
    display: none;
  }

  .heading-54 {
    color: #fff;
  }

  .heading-54.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .link-block-11, .c-nav-social-media {
    display: none;
  }

  .text-block-32.menu {
    color: #000;
  }

  .section-41 {
    padding-top: 40px;
  }

  .div-block-224 {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-33 {
    font-size: 13px;
  }

  .dropdown-link-3 {
    padding-left: 0;
  }

  .navbar_link-3, .navbar_link-4, .navbar_link-5 {
    width: 100%;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .mega-menu {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-circle-secondary-small {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
    background-color: var(--gold);
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link {
    color: var(--black);
    font-size: 17px;
  }

  .brix---header-nav-list-item-middle {
    color: var(--black);
    text-align: left;
    width: 100%;
    margin-bottom: 25px;
    font-size: 17px;
  }

  .brix---dropdown-link {
    color: #868686;
    font-size: 14px;
  }

  .brix---dropdown-links-grid {
    grid-row-gap: 10px;
  }

  .brix---dropdown-pd {
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 10px;
  }

  .brix---dropdown-toggle {
    color: var(--black);
    font-size: 17px;
  }

  .brix---header-nav-menu-list {
    padding-bottom: 100px;
  }

  .brix---header-menu-wrapper {
    height: auto;
    min-height: 100vh;
    margin-top: 72px;
    padding-bottom: 100px;
    font-weight: 600;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .brix---header-logo {
    max-width: 135px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper {
    height: 72px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brix---dropdown-toggle-copy {
    color: var(--black);
  }

  .text-block-34 {
    color: var(--black);
    font-size: 14px;
    text-decoration: none;
  }

  .nav-menu-wrapper-4 {
    overflow: visible;
  }

  .nav-button-wrapper-4 {
    width: auto;
  }

  .menu-2 {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-4 {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 700;
  }

  .nav-link-4:hover {
    color: #906e2b;
  }

  .nav-link-4.w--current {
    border-bottom-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-14 {
    text-align: center;
    width: 100%;
  }

  .nav-menu-4 {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    max-height: none;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .dropdown-link-8 {
    background-color: #fafafa;
  }

  .dropdown-5 {
    text-align: center;
    width: 100%;
  }

  .text-block-36 {
    text-align: center;
  }

  .text-block-36:hover {
    color: #906e2b;
  }

  .menu-img {
    min-width: 120px;
    max-width: 120%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button-5 {
    padding: 0;
  }

  .menu-button-5.w--open {
    border-radius: 12px;
    overflow: hidden;
  }

  .dropdown-list-9.w--open {
    box-shadow: none;
    width: 100%;
  }

  .burger-btn-wrapper {
    border-radius: 12px;
  }

  .container-regular-4 {
    max-width: 90%;
  }

  .div-block-226 {
    margin-top: 10px;
  }

  .background-video-2 {
    min-height: 100vh;
    padding-top: 60px;
  }

  .heading-55 {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-37 {
    font-size: 13px;
  }

  .container-76 {
    max-width: 90%;
    padding: 0;
  }

  .btn-inicio-copy-v {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2rem;
  }

  .div-block-10847 {
    width: auto;
  }

  .container-77 {
    max-width: 90%;
    padding-bottom: 80px;
  }

  .text-block-38 {
    font-size: 15px;
    line-height: 25px;
  }

  .s-apresentacao {
    background-image: linear-gradient(#0000, #0000), url('../assets/mapa.svg');
    background-size: auto, 300%;
    overflow: visible;
  }

  .div-block-10847 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .creator_content {
    display: flex !important;
    visibility: visible !important;
  }

  .heading-56 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 38px;
  }

  .grid-51-copyjv, .grid-6-copyf {
    grid-template-columns: 1fr;
  }

  .avaliacao-blocos {
    padding-top: 230px;
  }

  .avaliacao-blocos.home-14 {
    background-position: 0 0, 100%;
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-9 {
    background-size: auto, cover;
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-3 {
    background-position: 0 0, 100%;
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos._2d {
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos._1-r {
    background-position: 0 0, 90%;
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos._2b, .avaliacao-blocos.home-2, .avaliacao-blocos.d {
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-15 {
    background-position: 0 0, 43%;
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-7 {
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-5 {
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-1 {
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-4 {
    background-position: 0 0, 50% 0;
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.home-16, .avaliacao-blocos.home-6, .avaliacao-blocos._1b-cb {
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avaliacao-blocos.cc2 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .avaliacao-blocos.cf1 {
    background-position: 0 0, 90%;
  }

  .avaliacao-blocos.cf4 {
    background-position: 0 0, 25%;
  }

  .avaliacao-blocos._1b {
    padding-top: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10981, .div-block-10929 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-inicio-copy-v-c {
    font-size: 15px;
    line-height: 1.3rem;
  }

  .text-block-39 {
    line-height: 25px;
  }

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

  .heading-68 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-52, .grid-51-copyhm {
    grid-template-columns: 1fr;
  }

  .heading-67 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-10928, .grid-50 {
    text-align: center;
  }

  .heading-69 {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .grid-layout.tablet-1-column.grid-gap-lg.jh {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-10899 {
    text-align: center;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 0;
    padding-bottom: 3px;
    position: absolute;
    inset: auto auto 50% -10px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    padding-bottom: 3px;
    inset: auto -10px 50% auto;
  }

  .heading-8-co {
    font-size: 25px;
    line-height: 35px;
  }

  .s-depoimentos {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .image-8-copy {
    width: 15px;
  }

  .padrao-img {
    height: auto;
  }

  .image-75 {
    width: 15px;
  }

  .div-block-10848 {
    padding-top: 0;
  }

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

  .footer-content-2 {
    margin-top: 20px;
  }

  .grid-53 {
    text-align: center;
    display: block;
  }

  .div-block-10986 {
    margin-left: auto;
    margin-right: auto;
  }

  .title-small-2 {
    font-weight: 700;
  }

  .footer-copyright-center-copy-2 {
    text-align: center;
    font-size: 10px;
  }

  .heading-2-copy-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-10988 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .link-footer {
    text-align: center;
    margin-bottom: 2px;
  }

  .text-block-50 {
    font-size: 15px;
  }

  .footer-copyright-center-2 {
    text-align: center;
    font-size: 10px;
  }

  .div-block-10895 {
    text-align: center;
  }

  .grid-55 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-wrapper-2 {
    flex-flow: column;
    display: block;
  }

  .div-block-10990 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-2 {
    z-index: 888;
  }

  .div-block-10853 {
    display: none;
  }

  .btn-inicio-copy-v-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-90 {
    max-width: 90%;
  }

  .capa-hero {
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 60px;
  }

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

  .heading-7-c6 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 48px;
  }

  .text-block-51 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-10991 {
    margin-top: 10px;
  }

  .container-19-copy {
    max-width: 90%;
  }

  .text-block-52 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .btn-inicio-copy-v-5:hover {
    color: #fff;
  }

  .btn-inicio-2b-copyd {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .text-block-34-cop {
    text-align: center;
    margin-top: 40px;
  }

  .btn-inicio-c {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .div-block-10912 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-10881fb {
    display: block;
  }

  .paragraph-35 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .div-block-10880-copy {
    margin-top: 10px;
    margin-left: 0;
  }

  .cta {
    margin-top: 60px;
    padding: 80px 20px;
  }

  .paragraph-32-co {
    text-align: center;
  }

  .text-block-43 {
    margin-top: 20px;
    font-size: 15px;
  }

  .section-46 {
    padding-top: 40px;
  }

  .heading-63 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 35px;
  }

  .list-item-12 {
    margin-bottom: 20px;
  }

  .div-block-10911 {
    display: inline-flex;
  }

  .div-block-10913 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-53 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-10993 {
    margin-top: 10px;
  }

  .container-86 {
    max-width: 90%;
  }

  .text-block-44 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .bloco-titulo2 {
    padding-bottom: 60px;
  }

  .heading-70 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-bloco-destaque-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-funciona-copyvb, .grid-funcio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-72 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-36 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .heading-65 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-18-copy {
    max-width: none;
  }

  .text-block-46-b {
    font-size: 13px;
  }

  .list-item-12-b {
    margin-bottom: 20px;
  }

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

  .text-block-54 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11005 {
    margin-top: 10px;
  }

  .subheading {
    font-size: 1rem;
  }

  .div-block-10857 {
    min-height: 300px;
  }

  .section-57 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-56 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-73 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .foto-da-fachada {
    background-size: cover;
    height: 300px;
  }

  .section-3-copy-c {
    padding-bottom: 20px;
  }

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

  .grid-funciona-3-col-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-74 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .section-58 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-58.utility-overflow-clip {
    padding-top: 20px;
  }

  .grid-26-copyvgj {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subheading-2 {
    font-size: 1rem;
  }

  .foto-de-recepcionista {
    height: 300px;
  }

  .div-bloco-destaque-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8-co-3 {
    text-align: center;
    font-size: 28px;
  }

  .grid-funciona-2-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-54-copy {
    max-width: none;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .capa-hero-video {
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .text-block-55 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11008 {
    margin-top: 10px;
  }

  .subheading-3 {
    font-size: 1rem;
  }

  .div-block-11009 {
    min-height: 300px;
  }

  .image-119.cover-image.utility-shadow-xl.off {
    display: block;
  }

  .section-59 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-57 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-75 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .grid-funciona-3-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .img-tecnologias._8, .img-tecnologias._7, .img-tecnologias._3, .img-tecnologias._6, .img-tecnologias._9, .img-tecnologias._11, .img-tecnologias._2, .img-tecnologias._5, .img-tecnologias._4, .img-tecnologias._10, .img-tecnologias._1 {
    height: 250px;
  }

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

  .text-block-57 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11010 {
    margin-top: 10px;
  }

  .text-block-58 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11011 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-37 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .grid-58, .grid-59 {
    grid-template-columns: 1fr;
  }

  .heading-76 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-59 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11012 {
    margin-top: 10px;
  }

  .text-block-61 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11013 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-63 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-item-12-copyh {
    margin-bottom: 15px;
  }

  .text-block-63 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-77 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11014 {
    display: inline-flex;
  }

  .div-block-11015 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-78 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-bloco-destaque-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-79 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-bloco-destaque-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11019 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-64 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-80 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11023 {
    display: inline-flex;
  }

  .div-block-11024 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-81 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .faq-h3.noselect {
    line-height: 26px;
  }

  .faq {
    flex-flow: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .paragraph-38 {
    color: #6e6e6e;
    margin-left: 15px;
    font-size: 14px;
  }

  .faq-circle {
    margin-bottom: 9px;
  }

  .text-block-65 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11026 {
    margin-top: 10px;
  }

  .text-block-67 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11031 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-67 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-69 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-82 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11034 {
    display: inline-flex;
  }

  .div-block-11035 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-83 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11036 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-70 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11037 {
    display: inline-flex;
  }

  .div-block-11038 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-84 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11039 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-34-cop-c {
    text-align: center;
    margin-top: 40px;
  }

  .text-block-71 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-85 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11041 {
    display: inline-flex;
  }

  .div-block-11042 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-72 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11043 {
    margin-top: 10px;
  }

  .text-block-74 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11048 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-69 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-10959 {
    height: 200px;
  }

  .grid-489 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-76 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-86 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11050 {
    display: inline-flex;
  }

  .div-block-11051 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-87 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .grid-48-copy {
    margin-top: 0;
  }

  .div-bloco-destaque-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11052 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-77 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-88 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11055 {
    display: inline-flex;
  }

  .div-block-11056 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-78 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11058 {
    margin-top: 10px;
  }

  .div-block-11059 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-80 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-72 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-89 {
    text-align: center;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 45px;
  }

  .text-block-83 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-90 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11065 {
    display: inline-flex;
  }

  .div-block-11066 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-84 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11068 {
    margin-top: 10px;
  }

  .text-block-34-cop-co {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-11069 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-86 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-74 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-35-copyfb {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-88 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-91 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11075 {
    display: inline-flex;
  }

  .topicos {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .text-block-89 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11078 {
    margin-top: 10px;
  }

  .div-block-11079 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-91 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-76 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-93 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-92 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11086 {
    display: inline-flex;
  }

  .div-block-11087 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-94 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11089 {
    margin-top: 10px;
  }

  .div-block-11090 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-96 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-78 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-93 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-99 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-94 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11096 {
    display: inline-flex;
  }

  .div-block-11097 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-100 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11099 {
    margin-top: 10px;
  }

  .div-block-11100 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-102 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-104 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-95 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11107 {
    display: inline-flex;
  }

  .div-block-11108 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-105 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11110 {
    margin-top: 10px;
  }

  .div-block-11111 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-107 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-82 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-11114 {
    margin-bottom: 0;
  }

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

  .text-block-108 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-96 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11118 {
    display: inline-flex;
  }

  .div-block-11119 {
    text-align: center;
    border: 2px solid #906e2b24;
    border-radius: 15px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    display: block;
  }

  .text-block-109 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .section-83 {
    padding-top: 100px;
  }

  .div-block-11120 {
    margin-top: 10px;
  }

  .div-block-11121 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-110 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-84 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-48-copygfn-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-111 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-97 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11127 {
    display: inline-flex;
  }

  .div-block-11128 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-112 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11129 {
    margin-top: 10px;
  }

  .div-block-11130 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-113 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-86 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-114 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-98 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11135 {
    display: inline-flex;
  }

  .div-block-11136 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-115 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11137 {
    margin-top: 10px;
  }

  .text-block-116 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .grid-495, .grid-496 {
    grid-template-columns: 1fr;
  }

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

  .heading-99 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .btn-inicio-copy-v-9 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2rem;
  }

  .text-block-117 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11139 {
    margin-top: 10px;
  }

  .div-block-11140 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-119 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-89 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-121 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-100 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11145 {
    display: inline-flex;
  }

  .div-block-11146 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .div-block-11148 {
    margin-top: 10px;
  }

  .div-block-11149 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-123 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-91 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-35-copygc {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-125 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-101 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11155 {
    display: inline-flex;
  }

  .div-block-11156 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-126 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11158 {
    margin-top: 10px;
  }

  .div-block-11159 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-128 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-93 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-102 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-130 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-103 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11165 {
    display: inline-flex;
  }

  .div-block-11166 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-131 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11168 {
    margin-top: 10px;
  }

  .div-block-11169 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-133 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-95 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-104 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-135 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-105 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11176 {
    display: inline-flex;
  }

  .div-block-11177 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-136 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11179 {
    margin-top: 10px;
  }

  .div-block-11180 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-138 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-97 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-106 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-140 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-107 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11187 {
    display: inline-flex;
  }

  .div-block-11188 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-141 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11190 {
    margin-top: 10px;
  }

  .div-block-11191 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-143 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-99 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-108 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-145 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-109 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11198 {
    display: inline-flex;
  }

  .div-block-11199 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-146 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11201 {
    margin-top: 10px;
  }

  .div-block-11202 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-148 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-101 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-110 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-150 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-111 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11209 {
    display: inline-flex;
  }

  .div-block-11210 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-151 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11212 {
    margin-top: 10px;
  }

  .div-block-11213 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-153 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-103 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-154 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-112 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11219 {
    display: inline-flex;
  }

  .div-block-11220 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-155 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11222 {
    margin-top: 10px;
  }

  .div-block-11223 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-157 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-105 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-158 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-113 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11229 {
    display: inline-flex;
  }

  .div-block-11230 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-159 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11231 {
    margin-top: 10px;
  }

  .grid-497, .grid-498 {
    grid-template-columns: 1fr;
  }

  .heading-114 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-160 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11233 {
    margin-top: 10px;
  }

  .text-block-161 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-39 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .div-block-11235 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-63-copyfb {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-115 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-10:hover {
    color: #fff;
  }

  .text-block-164 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-116 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .grid-499 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-110 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11239 {
    display: inline-flex;
  }

  .div-block-11240 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .paragraph-40 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .div-block-11241 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-117 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-11:hover {
    color: #fff;
  }

  .text-block-166 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-118 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .grid-501 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-112 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11247 {
    display: inline-flex;
  }

  .div-block-11248 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .paragraph-41 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .heading-119 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-12:hover {
    color: #fff;
  }

  .grid-502 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-114 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11253 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-120 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-13:hover {
    color: #fff;
  }

  .text-block-168 {
    margin-top: 20px;
    font-size: 15px;
  }

  .grid-503 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-116 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11257 {
    display: inline-flex;
  }

  .div-block-11258 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .div-block-11259 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-121 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-14:hover {
    color: #fff;
  }

  .text-block-169 {
    margin-top: 20px;
    font-size: 15px;
  }

  .grid-504 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-118 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11264 {
    display: inline-flex;
  }

  .div-block-11265 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .div-block-11266 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-122 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-15:hover {
    color: #fff;
  }

  .heading-123 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .grid-506 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-119 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11271 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-124 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-16:hover {
    color: #fff;
  }

  .text-block-172 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-125 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .grid-508 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-120 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11276 {
    display: inline-flex;
  }

  .div-block-11277 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .div-block-11279 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-126 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .btn-inicio-copy-v-17:hover {
    color: #fff;
  }

  .text-block-174 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-127 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .grid-510 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-121 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-11284 {
    display: inline-flex;
  }

  .div-block-11285 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-175 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11286 {
    margin-top: 10px;
  }

  .subheading-4 {
    font-size: 1rem;
  }

  .div-block-11287 {
    min-height: 300px;
  }

  .image-203.cover-image.utility-shadow-xl.off {
    display: block;
  }

  .section-122 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-128 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-50-copy-cop {
    text-align: left;
    margin-top: 10px;
    font-size: 17px;
    line-height: 30px;
  }

  .grid-511 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .text-block-176 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-bloco-destaque-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11288 {
    margin-top: 10px;
  }

  .heading-129 {
    text-align: left;
    font-size: 1.2rem;
  }

  .div-block-10890 {
    text-align: left;
  }

  .subheading-5 {
    font-size: 1rem;
  }

  .div-block-11291 {
    min-height: 300px;
  }

  .paragraph-42 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .list-3 {
    margin-top: 30px;
  }

  .section-123 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-130 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .image-90 {
    margin-top: 3px;
  }

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

  .grid-512 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-177 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-bloco-destaque-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11294 {
    margin-top: 10px;
  }

  .subheading-6 {
    font-size: 1rem;
  }

  .div-block-11295 {
    min-height: 300px;
  }

  .image-206.cover-image.utility-shadow-xl.off {
    display: block;
  }

  .section-124 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-131 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .grid-513 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-179 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-bloco-destaque-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11299 {
    margin-top: 10px;
  }

  .subheading-7 {
    font-size: 1rem;
  }

  .div-block-11301 {
    min-height: 300px;
  }

  .paragraph-43 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

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

  .section-125 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-132 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .grid-514 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v-20 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2rem;
  }

  .div-block-10979 {
    text-align: center;
  }

  .div-bloco-destaque-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11305 {
    margin-top: 10px;
  }

  .div-block-10978 {
    text-align: center;
  }

  .div-block-10939-copy {
    padding: 8px;
  }

  .text-block-182 {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .div-block-11306 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-52-copy {
    font-size: 1rem;
  }

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

  .subheading-8 {
    font-size: 1rem;
  }

  .div-block-11310 {
    min-height: 300px;
  }

  .div-block-10975 {
    margin-top: 60px;
  }

  .heading-65-copydv {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .btn-inicio-c-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .grid-48-copyghn {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10977 {
    text-align: center;
  }

  .grid-funciona-4-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-46 {
    color: #6e6e6e;
    margin-left: 15px;
    font-size: 14px;
  }

  .section-126 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-184 {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .image-107 {
    width: 45px;
  }

  .heading-134 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-135 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-35-b {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .grid-515 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .list-item-12-c {
    margin-bottom: 40px;
  }

  .text-block-185 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-bloco-destaque-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11313 {
    margin-top: 10px;
  }

  .subheading-9 {
    font-size: 1rem;
  }

  .div-block-11316 {
    min-height: 300px;
  }

  .paragraph-47 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

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

  .section-127 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-136 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .grid-516 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-187 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .heading-137 {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .div-bloco-destaque-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11318 {
    margin-top: 10px;
  }

  .div-block-10898 {
    margin-top: 40px;
  }

  .grid-26-copyjvgj {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subheading-10 {
    font-size: 1rem;
  }

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

  .section-128 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-11320 {
    text-align: center;
  }

  .heading-138 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-lg-2 {
    font-size: 1.1rem;
  }

  .text-block-190 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-bloco-destaque-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11322 {
    margin-top: 10px;
  }

  .heading-139 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-10868 {
    margin-top: 0;
  }

  .section-129 {
    padding-top: 40px;
  }

  .div-block-11323 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .list-item-16 {
    margin-bottom: 15px;
  }

  .section-43 {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .div-block-10903-co {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-140 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-57 {
    max-width: none;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-193 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .heading-141 {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .paragraph-32-co-copy {
    text-align: left;
    margin-bottom: 40px;
  }

  .div-block-11326 {
    margin-top: 10px;
  }

  .heading-59 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-194 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-10905 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .grid-26-copyfb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-11330 {
    text-align: center;
  }

  .div-block-10881fb1 {
    display: block;
  }

  .list-item-10 {
    margin-bottom: 15px;
  }

  .paragraph-lg-3 {
    font-size: 1.1rem;
  }

  .paragraph-lg-3.utility-margin-bottom-2rem {
    font-size: 1rem;
  }

  .text-block-195 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-11332 {
    margin-top: 10px;
  }

  .div-block-11333 {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-196 {
    font-size: 13px;
  }

  .text-block-197 {
    font-size: 15px;
  }

  .section-131 {
    padding-top: 40px;
  }

  .text-block-198 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .duvidas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-11337 {
    margin-top: 10px;
  }

  .paragraph-49 {
    color: #6e6e6e;
    margin-left: 15px;
    font-size: 14px;
  }

  .text-block-199 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .div-block-11339 {
    margin-top: 10px;
  }

  .paragraph-32-co-copy-2 {
    text-align: center;
  }

  .heading-60 {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 45px;
  }

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

  .section-45 {
    padding-top: 60px;
  }

  .tab-link-tab-1-2 {
    padding: 10px 12px;
    font-size: .8rem;
    display: inline-flex;
  }

  .text-block-41 {
    margin-top: 10px;
  }

  .list-item-11 {
    margin-bottom: 20px;
  }

  .div-block-10907 {
    display: inline-flex;
  }

  .div-block-10908 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .botao-blog {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .collection-item-2 {
    text-align: center;
  }

  .heading-62 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-50 {
    padding-top: 80px;
  }

  .div-block-11346 {
    display: block;
  }

  .text-block-200, .text-block-59b {
    background-size: 16px;
    padding-left: 22px;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .heading-144 {
    font-size: 1.8rem;
    line-height: 1.4em;
  }

  .grid-518 {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .rich-text-block {
    font-size: .9rem;
    line-height: 1.4rem;
  }

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

  .div-block-11351 {
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .padding-global {
    background-color: #000;
    height: 71px;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .navbar_dropdown-toggle-2 {
    border-bottom-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-desktop-only-3 {
    width: auto;
    font-size: 1rem;
  }

  .navbar_link-6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar_link-6.w--current {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-3 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_dropdown-link.is-small {
    text-align: center;
    width: 100%;
    font-size: .8rem;
  }

  .navbar_dropdown-link.is-small.w--current {
    color: #dbc08d;
  }

  .nav-button-wrapper-5 {
    width: auto;
  }

  .navbar_submenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar_menu {
    width: 100%;
    margin-top: 71px;
    font-family: Poppins, sans-serif;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .navbar_submenu-item, .navbar_submenu-col {
    text-align: center;
  }

  .navbar_dropdown-list.w--open {
    margin-top: 0;
    padding: 0 20px;
  }

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

  .paragrafo-blog {
    margin-bottom: 20px;
  }

  .div-block-11358 {
    margin-top: 0;
  }

  .text-block-201 {
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-11359 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-520 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .image-215 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-67 {
    font-size: 14px;
    line-height: 25px;
  }

  .container-76-copyfb {
    max-width: 90%;
    padding: 0;
  }

  .heading-69-copygv {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

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

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline-heading {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-11363 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .section-sobre {
    padding-top: 20px;
  }

  .padrao-h2 {
    margin: 20px;
    line-height: 25px;
  }

  .padrao-container {
    padding: 20px;
  }

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

  .padrao-bloco-copy {
    text-align: center;
    display: block;
  }

  .padrao-grid-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .heading-147 {
    font-size: 40px;
  }

  .div-block-11371 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-522 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-148 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-523 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-149 {
    font-size: 28px;
    line-height: 35px;
  }

  .image-221 {
    width: 200px;
  }

  .div-block-11376 {
    padding-bottom: 20px;
  }

  .div-block-10924-copydv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .z-cz {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 38px;
  }

  .section-134 {
    margin-top: 60px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .img-capa-post-blog._1, .img-capa-post-blog._2, .img-capa-post-blog._3 {
    min-height: 40vh;
  }

  .h1-blog {
    font-size: 30px;
    line-height: 42px;
  }

  .div-block-11385 {
    margin-top: 40px;
  }

  .container-942 {
    max-width: 90%;
    padding: 40px 20px;
  }

  .text-block-37-copy {
    font-size: 13px;
  }

  .list-blog {
    padding-left: 15px;
  }

  .cta-blog {
    text-align: center;
    display: block;
  }

  .div-block-11388 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .btn-blog-1 {
    text-align: center;
    width: 100%;
  }

  .btn-blog-02 {
    width: 100%;
  }

  .div-block-10857-copy {
    min-height: 250px;
  }

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

  .div-block-110dc {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-layout-24.tablet-1-column.grid-gap-lg.jh {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-lg-copydv {
    font-size: .9rem;
  }

  .heading-69-copydv {
    font-size: 2.5rem;
    line-height: 1.4em;
  }

  .div-block-1089954 {
    text-align: center;
  }

  .div-block-1089956 {
    justify-content: center;
    align-items: center;
  }

  .div-block-1089957 {
    display: block;
  }

  .paragraph-lg-copydv-copysc {
    font-size: .8rem;
    line-height: 1.5em;
  }

  .image-223 {
    width: 40px;
    margin-bottom: 10px;
  }

  .background-hero {
    min-height: 100vh;
    padding-top: 60px;
  }

  .link-footer-menu {
    text-align: center;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .div-block-1089958 {
    width: 100%;
    height: 20px;
  }

  .title-small-2-copy {
    margin-top: 40px;
    font-weight: 700;
  }

  .bloco-slide-antes-x-depois {
    margin-bottom: 60px;
  }

  .slide-item-mg-int {
    margin-bottom: 10px;
  }

  .heading-96-copy, .heading-100-copydv {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-67-b, .section-72-copydv {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-54-co {
    max-width: none;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .div-block-10924-copydv-copydv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1089964 {
    background-position: 50%;
    min-height: 30vh;
  }

  .grid-527 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-11122-copydv {
    margin-bottom: 40px;
  }

  .text-block-2-copy {
    font-size: 13px;
  }

  .text-span-53 {
    font-size: 20px;
  }

  .heading-55-copsdc {
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-226-copy {
    margin-top: 30px;
  }

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

  .text-block-208._1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: block;
  }

  .text-block-208._2 {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .text-block-208._3 {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .heading-55-copsdc-copy {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 43px;
  }

  .text-span-53-copy {
    font-size: 30px;
  }

  .bloco-diagnostico {
    background-image: linear-gradient(#000000b8, #000000b8), url('../assets/20250128_194231590_iOS.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-209 {
    font-size: 11px;
    line-height: 14px;
  }

  .grid-528-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-55-copsdc-copy {
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-55-cop {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 43px;
  }

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

  .paragrafo-midia {
    margin-bottom: 20px;
  }

  .botao-midia {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f70a0-3a64a409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f70a5-3a64a409 {
  align-self: center;
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f70ab-3a64a409, #w-node-def2281f-338d-b7b8-99ec-6eadb83f70be-3a64a409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f70db-3a64a409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f70e0-3a64a409 {
  align-self: center;
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f70f4-3a64a409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f710b-3a64a409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-def2281f-338d-b7b8-99ec-6eadb83f7110-3a64a409 {
  align-self: center;
}

#w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_15a4c123-5cc4-aded-96db-32f5db7349ae-3a64a409, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_15a4c123-5cc4-aded-96db-32f5db7349b9-3a64a409, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_15a4c123-5cc4-aded-96db-32f5db7349c3-3a64a409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9aaab704-dee3-7c61-2b9f-685c676ac06d-3a64a409 {
  justify-self: auto;
}

#w-node-e54471ec-465a-7cc7-83da-e5341e70f613-3a64a409, #w-node-_03c819de-6962-b92a-4979-fcd7634332de-634332db {
  align-self: center;
}

#w-node-_03c819de-6962-b92a-4979-fcd7634332e1-634332db {
  justify-self: end;
}

#w-node-_03c819de-6962-b92a-4979-fcd7634332f5-634332db, #w-node-a05b7520-35e6-fbde-ba99-5040e1297945-634332db, #w-node-_03c819de-6962-b92a-4979-fcd7634332fe-634332db, #w-node-_03c819de-6962-b92a-4979-fcd763433307-634332db, #w-node-_03c819de-6962-b92a-4979-fcd763433308-634332db, #w-node-_03c819de-6962-b92a-4979-fcd76343336f-634332db, #w-node-_03c819de-6962-b92a-4979-fcd763433372-634332db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90ac6f9e-a0af-8cc2-e0a8-82a96c0278f9-3a64a40e {
  align-self: center;
}

#w-node-_26299d9a-fd32-6371-47d1-7adb050bea93-3a64a40f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae53bc12-4c07-6bf4-4660-b1c4c6ea6cf6-3a64a40f {
  justify-self: auto;
}

#w-node-bfa999f4-d271-231f-2235-ad9eac4614b4-3a64a40f, #w-node-bfa999f4-d271-231f-2235-ad9eac4614e1-3a64a40f, #w-node-d626f0bd-e239-046f-7907-900a6d25423a-3a64a410 {
  align-self: center;
  max-width: 900px;
}

#w-node-d626f0bd-e239-046f-7907-900a6d254248-3a64a410 {
  place-self: center;
}

#w-node-_0418b17a-4516-eb6c-6cdb-ebef454d4c42-3a64a410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55d04ece-065b-d2d5-9716-05ae5618e3b4-3a64a411 {
  align-self: center;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67b-d6d4b66c.w-node-_55d04ece-065b-d2d5-9716-05ae5618e3cc-3a64a411 {
  grid-area: 2 / 2 / 6 / 9;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67d-d6d4b66c.w-node-_55d04ece-065b-d2d5-9716-05ae5618e3ce-3a64a411 {
  grid-area: 5 / 1 / 7 / 4;
  align-self: center;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67f-d6d4b66c.w-node-_55d04ece-065b-d2d5-9716-05ae5618e3d0-3a64a411 {
  grid-area: 1 / 6 / 3 / 10;
  align-self: center;
}

#w-node-_778d05ba-1e58-cc8a-e69e-ecd9c7fe71cc-3a64a411, #w-node-_6d2789d4-e93d-f38f-62c9-fb7c78670eba-3a64a415, #w-node-_6d2789d4-e93d-f38f-62c9-fb7c78670ecd-3a64a415, #w-node-_45071946-4896-d150-c710-e86eba9b81b1-3a64a416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5642dca-9adc-7c97-7bfe-7422f4f11120-3a64a417 {
  justify-self: center;
}

#w-node-_91657cc8-cea6-19f1-2c57-25ab1387c5ba-3a64a417 {
  align-self: center;
}

#w-node-_87fc3a98-6783-3929-8bcf-77dff7bf7bae-3a64a418 {
  justify-self: center;
}

#w-node-_7acc5867-0434-d856-e5dd-74b5895e1bb3-3a64a418 {
  align-self: center;
}

#w-node-a8740adb-0e9d-1633-b0d1-656afcc616f1-3a64a419 {
  align-self: auto;
}

#w-node-a8740adb-0e9d-1633-b0d1-656afcc616e0-3a64a419 {
  justify-self: center;
}

#w-node-_8edfe9f4-a123-d34b-b9f6-634f9b10704c-3a64a419, #w-node-_8edfe9f4-a123-d34b-b9f6-634f9b107052-3a64a419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8edfe9f4-a123-d34b-b9f6-634f9b10705a-3a64a419 {
  order: -9999;
}

#w-node-ddf43c20-b86a-4356-b8a9-b334656fdb67-3a64a419 {
  align-self: center;
}

#w-node-_2334ba3f-829b-16a9-4fe9-a0f3e0551ab8-3a64a41a {
  justify-self: center;
}

#w-node-eadbfc4f-5f6c-5309-859f-3d4ddf41db07-3a64a41a, #w-node-eadbfc4f-5f6c-5309-859f-3d4ddf41db2f-3a64a41a, #w-node-eadbfc4f-5f6c-5309-859f-3d4ddf41db4f-3a64a41a {
  order: -9999;
}

#w-node-a821445a-6a67-91d3-2ab3-d024c632f0ab-3a64a41a {
  align-self: center;
}

#w-node-_6f3d1a9d-50c2-be2a-9aac-b9c5cdb775ae-3a64a41b {
  justify-self: center;
}

#w-node-e67a3ce4-ae7b-c815-8555-424091f812b1-3a64a41b, #w-node-e67a3ce4-ae7b-c815-8555-424091f812db-3a64a41b, #w-node-e67a3ce4-ae7b-c815-8555-424091f812f6-3a64a41b {
  order: -9999;
}

#w-node-_568321ae-e161-40f8-ff5c-5c9e468da842-3a64a41b {
  align-self: center;
}

#w-node-_3a28df12-699d-050e-cc1c-a6a68d05bda1-3a64a41c {
  justify-self: center;
}

#w-node-_633a69bc-ecce-fe27-c239-9df3bcb1394e-3a64a41c, #w-node-_633a69bc-ecce-fe27-c239-9df3bcb1397c-3a64a41c, #w-node-_633a69bc-ecce-fe27-c239-9df3bcb1399d-3a64a41c {
  order: -9999;
}

#w-node-_71220eb8-e43e-a94c-80da-c96e134e3fd7-3a64a41c {
  align-self: center;
}

#w-node-c267a850-6359-477a-44b5-5d989c72b463-3a64a41d {
  justify-self: center;
}

#w-node-db18a884-d4ae-d111-bf94-0174b309e31c-3a64a41d, #w-node-db18a884-d4ae-d111-bf94-0174b309e36b-3a64a41d, #w-node-db18a884-d4ae-d111-bf94-0174b309e399-3a64a41d, #w-node-db18a884-d4ae-d111-bf94-0174b309e3bb-3a64a41d {
  order: -9999;
}

#w-node-d339ad0e-d0aa-2a8d-6a2f-f2d853c502de-3a64a41d {
  align-self: center;
}

#w-node-de245299-ef6b-005d-ac8a-bcb350c1f13d-3a64a41e, #w-node-de245299-ef6b-005d-ac8a-bcb350c1f165-3a64a41e, #w-node-de245299-ef6b-005d-ac8a-bcb350c1f18d-3a64a41e {
  order: -9999;
}

#w-node-_15973fca-b44c-e93d-36dd-3ef08162956b-3a64a41e {
  align-self: center;
}

#w-node-_77504643-94c0-81de-5a81-0063f0af3a04-3a64a41f {
  order: -9999;
  align-self: auto;
}

#w-node-_017304cb-978f-de6f-f5ac-b6e485f1e50f-3a64a41f {
  justify-self: center;
}

#w-node-_77504643-94c0-81de-5a81-0063f0af3a47-3a64a41f {
  order: -9999;
}

#w-node-ae1fda3c-6f78-06ad-5b0f-d25f17514525-3a64a41f, #w-node-a4613092-0446-2d08-dec8-d99b89cc27b4-3a64a420 {
  align-self: center;
}

#w-node-a4613092-0446-2d08-dec8-d99b89cc27cb-3a64a420, #w-node-a4613092-0446-2d08-dec8-d99b89cc27ed-3a64a420, #w-node-a4613092-0446-2d08-dec8-d99b89cc2811-3a64a420 {
  order: -9999;
}

#w-node-_9af10609-dc2a-15fd-cac2-ce9ba843252c-3a64a420 {
  align-self: center;
}

#w-node-_0ef5745e-9863-35df-46d5-295ddb82f187-3a64a421, #w-node-_0ef5745e-9863-35df-46d5-295ddb82f1b8-3a64a421 {
  order: -9999;
}

#w-node-_136f5b48-2296-210a-b78b-89e0bb89e88c-3a64a421 {
  align-self: center;
}

#w-node-_2ea201ae-4c69-0492-bb62-9b7d388d6651-3a64a422 {
  justify-self: center;
}

#w-node-dfb436aa-2d5e-e1b8-99cb-a67fc152e0e4-3a64a422, #w-node-dfb436aa-2d5e-e1b8-99cb-a67fc152e106-3a64a422 {
  order: -9999;
}

#w-node-f7901a8c-aa8e-6ffd-e100-f662a3e4b2b2-3a64a422 {
  align-self: center;
}

#w-node-_65c02bb1-4074-06da-8eb8-57e226c6eaca-3a64a423, #w-node-_65c02bb1-4074-06da-8eb8-57e226c6eaf2-3a64a423 {
  order: -9999;
}

#w-node-_7d2c654b-4983-c0ce-6918-20b6fe29a160-3a64a423 {
  align-self: center;
}

#w-node-bc04dfcb-8e12-2fa1-dbe0-53ef4cca09f6-3a64a424, #w-node-bc04dfcb-8e12-2fa1-dbe0-53ef4cca0a24-3a64a424, #w-node-bc04dfcb-8e12-2fa1-dbe0-53ef4cca0a46-3a64a424 {
  order: -9999;
}

#w-node-fc1fa7a8-538f-27fe-44d0-bd638a483757-3a64a424 {
  align-self: center;
}

#w-node-b5b1966b-cddf-735d-c893-5a37c23e40e5-3a64a425, #w-node-b5b1966b-cddf-735d-c893-5a37c23e4113-3a64a425, #w-node-b5b1966b-cddf-735d-c893-5a37c23e4135-3a64a425 {
  order: -9999;
}

#w-node-_8a5dc761-c4cf-e59a-2b48-250225f3a0b0-3a64a425 {
  align-self: center;
}

#w-node-_0957dbd4-395a-74a7-00c2-1ad5ce975683-3a64a426, #w-node-_0957dbd4-395a-74a7-00c2-1ad5ce9756c8-3a64a426, #w-node-_0957dbd4-395a-74a7-00c2-1ad5ce9756f0-3a64a426, #w-node-_0957dbd4-395a-74a7-00c2-1ad5ce975712-3a64a426 {
  order: -9999;
}

#w-node-_067fb39a-00d6-7765-1426-92d24142910f-3a64a426 {
  align-self: center;
}

#w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfd91-3a64a427, #w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfdf0-3a64a427, #w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfe1b-3a64a427, #w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfe40-3a64a427 {
  order: -9999;
}

#w-node-eee2bfec-23dc-b55d-aea3-7751c064d2a5-3a64a427 {
  align-self: center;
}

#w-node-a94f0efd-8b31-78d5-03e7-fbe81912cb86-3a64a428, #w-node-a94f0efd-8b31-78d5-03e7-fbe81912cbdd-3a64a428, #w-node-a94f0efd-8b31-78d5-03e7-fbe81912cc08-3a64a428, #w-node-a94f0efd-8b31-78d5-03e7-fbe81912cc2a-3a64a428 {
  order: -9999;
}

#w-node-_2756b6ff-9748-862f-5d53-e264c6cb7f58-3a64a428 {
  align-self: center;
}

#w-node-ac8589d5-25cc-46d1-996d-e40101c62ecd-3a64a429, #w-node-ac8589d5-25cc-46d1-996d-e40101c62f13-3a64a429, #w-node-ac8589d5-25cc-46d1-996d-e40101c62f39-3a64a429 {
  order: -9999;
}

#w-node-_0781b417-93a7-c320-9ff3-9e475ede1f7b-3a64a429 {
  align-self: center;
}

#w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3a2f-3a64a42a, #w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3a66-3a64a42a, #w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3a8c-3a64a42a, #w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3aae-3a64a42a {
  order: -9999;
}

#w-node-f78739ba-118c-eba2-b1b0-7a8eb3401215-3a64a42a, #w-node-_4d241406-83b6-6323-a920-5c1c5ee2b163-3a64a42d, #w-node-ac920266-1d3b-78a7-3aba-04191cf526c9-3a64a42e {
  align-self: center;
}

#w-node-ac920266-1d3b-78a7-3aba-04191cf5270f-3a64a42e {
  order: -9999;
}

#w-node-_874ccd22-53c1-4d73-b5e6-5f89b8b8665e-3a64a42e, #w-node-ad437b6d-1827-26e7-a67d-2b2f287a560d-3a64a42f {
  align-self: center;
}

#w-node-ad437b6d-1827-26e7-a67d-2b2f287a562d-3a64a42f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad437b6d-1827-26e7-a67d-2b2f287a5648-3a64a42f {
  order: -9999;
}

#w-node-be318fe0-3490-8929-6506-1bf9d6de655a-3a64a42f, #w-node-_29519505-2b3d-a1c0-7c7a-e8b0bc5b530e-3a64a430, #w-node-a7ba3394-3fbe-4b2c-3234-49e16b138d61-3a64a430, #w-node-bd5c059e-1d00-bb92-e42d-de0f49c87ed1-3a64a431 {
  align-self: center;
}

#w-node-bd5c059e-1d00-bb92-e42d-de0f49c87eea-3a64a431, #w-node-bd5c059e-1d00-bb92-e42d-de0f49c87f18-3a64a431 {
  order: -9999;
}

#w-node-_00d1d4e8-f07b-cef4-9d64-1bbd164cf74c-3a64a431, #w-node-_0cf3240e-8a1f-2e20-b112-6978fb8a8629-3a64a432 {
  align-self: center;
}

#w-node-_0cf3240e-8a1f-2e20-b112-6978fb8a863e-3a64a432, #w-node-_0cf3240e-8a1f-2e20-b112-6978fb8a8669-3a64a432 {
  order: -9999;
}

#w-node-_8f84d201-1043-937c-cfdb-7a7d10ce6600-3a64a432, #w-node-fd2f285c-f2fe-f181-1ff2-66e13915b4b5-3a64a433 {
  align-self: center;
}

#w-node-fd2f285c-f2fe-f181-1ff2-66e13915b4f9-3a64a433 {
  order: -9999;
}

#w-node-fd2f285c-f2fe-f181-1ff2-66e13915b514-3a64a433 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd2f285c-f2fe-f181-1ff2-66e13915b557-3a64a433 {
  order: -9999;
}

#w-node-_371030b0-162c-f8ed-523a-4855eb2599d0-3a64a433, #w-node-_5380aad1-124a-7060-97df-a3eb15beaf15-3a64a434 {
  align-self: center;
}

#w-node-_5380aad1-124a-7060-97df-a3eb15beaf5b-3a64a434 {
  order: -9999;
}

#w-node-d46e9e2e-8630-aeba-0f01-c9fe368cd1fe-3a64a434, #w-node-_91fc4ced-a433-c4b7-2b11-f5330e41285d-3a64a47c {
  align-self: center;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67b-d6d4b66c.w-node-_91fc4ced-a433-c4b7-2b11-f5330e41286c-3a64a47c {
  grid-area: 2 / 2 / 6 / 9;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67d-d6d4b66c.w-node-_91fc4ced-a433-c4b7-2b11-f5330e41286e-3a64a47c {
  grid-area: 5 / 1 / 7 / 4;
  align-self: center;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67f-d6d4b66c.w-node-_91fc4ced-a433-c4b7-2b11-f5330e412870-3a64a47c {
  grid-area: 1 / 6 / 3 / 10;
  align-self: center;
}

#w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b0-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e41287c-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b5-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e412884-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e41288f-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e412897-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e4128a5-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b0-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e4128bd-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b5-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e4128c6-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e4128cf-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e4128d9-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e4128e5-3a64a47c, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_91fc4ced-a433-c4b7-2b11-f5330e4128ee-3a64a47c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05a48fb-977c-d458-2494-fe177cea9571-3a64a47d {
  align-self: center;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-c05a48fb-977c-d458-2494-fe177cea9590-3a64a47d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcc-2d9b3dc8.w-node-c05a48fb-977c-d458-2494-fe177cea9591-3a64a47d, #w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dd2-2d9b3dc8.w-node-c05a48fb-977c-d458-2494-fe177cea959b-3a64a47d, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-c05a48fb-977c-d458-2494-fe177cea95a4-3a64a47d, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-c05a48fb-977c-d458-2494-fe177cea95ad-3a64a47d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687a6fae-92be-309d-0c27-d93e8121afcd-3a64a47e, #w-node-_6f9744c9-88e0-121e-fa3a-6d50a2480ee8-3a64a492, #w-node-ded97125-a684-158f-5dbb-baf7bdfbd221-3a64a493, #w-node-ded97125-a684-158f-5dbb-baf7bdfbd263-3a64a493, #w-node-ded97125-a684-158f-5dbb-baf7bdfbd2e8-3a64a493, #w-node-_69212e7a-8729-d5e6-dd0f-eb3dae2d0194-3a64a494, #w-node-_376a56e5-b77b-3d30-3a9d-e862c7ad2784-3a64a495, #w-node-_376a56e5-b77b-3d30-3a9d-e862c7ad27c0-3a64a495 {
  align-self: center;
}

#w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_376a56e5-b77b-3d30-3a9d-e862c7ad27cf-3a64a495, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_376a56e5-b77b-3d30-3a9d-e862c7ad27d9-3a64a495 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_37357144-3eb3-f044-9c24-780170afdf4d-3a64a499 {
  align-self: center;
}

#w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf5c-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf66-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf71-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf7b-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-fca81559-aaa5-9f72-3615-acc995962dd1-3a64a499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e9e3d1c5-410c-9bad-c62a-bf64de749284-3a64a499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_46d79390-ba11-cbe3-4226-cdb1ceb352bc-3a64a499 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e58c11b1-11a4-8d6c-719e-cef3f91c8717-3a64a499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-e58c11b1-11a4-8d6c-719e-cef3f91c8718-3a64a499 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-e2186ec0-a0aa-8c83-ed7f-5348e2f506af-3a64a499 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b6c7dff6-66dc-6cd2-a904-87addbb28fd6-76a02eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_15a4c123-5cc4-aded-96db-32f5db7349ae-3a64a409, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_15a4c123-5cc4-aded-96db-32f5db7349b9-3a64a409, #w-node-_90ac6f9e-a0af-8cc2-e0a8-82a96c0278f9-3a64a40e {
    order: 9999;
  }

  #w-node-a0019ad5-92fa-25bd-c4f7-5c3aa0466940-3a64a40e, #w-node-_9d444ac4-2711-1332-0469-aafe962a5a09-3a64a410, #w-node-b7219932-2d90-e800-3c2a-c0e941bb0347-3a64a417, #w-node-b5642dca-9adc-7c97-7bfe-7422f4f11121-3a64a417, #w-node-c345fde7-22a2-aa26-3345-a89b567a88fa-3a64a417 {
    order: -9999;
  }

  #w-node-_91657cc8-cea6-19f1-2c57-25ab1387c5ba-3a64a417 {
    order: 9999;
  }

  #w-node-_83b0b0a7-7826-3fd2-6016-f5e5cea0a5ac-3a64a418, #w-node-_87fc3a98-6783-3929-8bcf-77dff7bf7baf-3a64a418, #w-node-df24d5b7-d3d3-a578-1571-c553856a6b38-3a64a418, #w-node-c853871d-9da9-f42c-5239-1320221cf774-3a64a418 {
    order: -9999;
  }

  #w-node-_7acc5867-0434-d856-e5dd-74b5895e1bb3-3a64a418 {
    order: 9999;
  }

  #w-node-_1920b1b8-2040-6081-494b-00152fc1e7cb-3a64a419, #w-node-a8740adb-0e9d-1633-b0d1-656afcc616e1-3a64a419, #w-node-_8edfe9f4-a123-d34b-b9f6-634f9b10705b-3a64a419 {
    order: -9999;
  }

  #w-node-ddf43c20-b86a-4356-b8a9-b334656fdb67-3a64a419 {
    order: 9999;
  }

  #w-node-_2334ba3f-829b-16a9-4fe9-a0f3e0551ab9-3a64a41a, #w-node-eadbfc4f-5f6c-5309-859f-3d4ddf41db08-3a64a41a, #w-node-eadbfc4f-5f6c-5309-859f-3d4ddf41db30-3a64a41a, #w-node-eadbfc4f-5f6c-5309-859f-3d4ddf41db50-3a64a41a {
    order: -9999;
  }

  #w-node-a821445a-6a67-91d3-2ab3-d024c632f0ab-3a64a41a {
    order: 9999;
  }

  #w-node-bc71a54d-0af3-4203-835b-0a21532566e5-3a64a41b, #w-node-_6f3d1a9d-50c2-be2a-9aac-b9c5cdb775af-3a64a41b, #w-node-e67a3ce4-ae7b-c815-8555-424091f812b2-3a64a41b, #w-node-e67a3ce4-ae7b-c815-8555-424091f812dc-3a64a41b, #w-node-e67a3ce4-ae7b-c815-8555-424091f812f7-3a64a41b {
    order: -9999;
  }

  #w-node-_568321ae-e161-40f8-ff5c-5c9e468da842-3a64a41b {
    order: 9999;
  }

  #w-node-_633a69bc-ecce-fe27-c239-9df3bcb13908-3a64a41c, #w-node-_3a28df12-699d-050e-cc1c-a6a68d05bda2-3a64a41c, #w-node-_633a69bc-ecce-fe27-c239-9df3bcb1394f-3a64a41c, #w-node-_633a69bc-ecce-fe27-c239-9df3bcb1397d-3a64a41c, #w-node-_633a69bc-ecce-fe27-c239-9df3bcb1399e-3a64a41c {
    order: -9999;
  }

  #w-node-_71220eb8-e43e-a94c-80da-c96e134e3fd7-3a64a41c {
    order: 9999;
  }

  #w-node-e3790fca-f27b-2058-e6c4-89accbc2ad41-3a64a41d, #w-node-c267a850-6359-477a-44b5-5d989c72b464-3a64a41d, #w-node-db18a884-d4ae-d111-bf94-0174b309e31d-3a64a41d, #w-node-db18a884-d4ae-d111-bf94-0174b309e36c-3a64a41d, #w-node-db18a884-d4ae-d111-bf94-0174b309e39a-3a64a41d, #w-node-db18a884-d4ae-d111-bf94-0174b309e3bc-3a64a41d {
    order: -9999;
  }

  #w-node-d339ad0e-d0aa-2a8d-6a2f-f2d853c502de-3a64a41d {
    order: 9999;
  }

  #w-node-de245299-ef6b-005d-ac8a-bcb350c1f0fd-3a64a41e, #w-node-de245299-ef6b-005d-ac8a-bcb350c1f13e-3a64a41e, #w-node-de245299-ef6b-005d-ac8a-bcb350c1f166-3a64a41e, #w-node-de245299-ef6b-005d-ac8a-bcb350c1f18e-3a64a41e {
    order: -9999;
  }

  #w-node-_15973fca-b44c-e93d-36dd-3ef08162956b-3a64a41e {
    order: 9999;
  }

  #w-node-_017304cb-978f-de6f-f5ac-b6e485f1e510-3a64a41f, #w-node-_77504643-94c0-81de-5a81-0063f0af3a48-3a64a41f, #w-node-_3946552b-2ea1-4966-7d0b-9958888fb1e4-3a64a41f {
    order: -9999;
  }

  #w-node-ae1fda3c-6f78-06ad-5b0f-d25f17514525-3a64a41f {
    order: 9999;
  }

  #w-node-a4613092-0446-2d08-dec8-d99b89cc27cc-3a64a420, #w-node-a4613092-0446-2d08-dec8-d99b89cc27ee-3a64a420, #w-node-a4613092-0446-2d08-dec8-d99b89cc2812-3a64a420 {
    order: -9999;
  }

  #w-node-_9af10609-dc2a-15fd-cac2-ce9ba843252c-3a64a420 {
    order: 9999;
  }

  #w-node-_0ef5745e-9863-35df-46d5-295ddb82f163-3a64a421, #w-node-_0ef5745e-9863-35df-46d5-295ddb82f188-3a64a421, #w-node-_0ef5745e-9863-35df-46d5-295ddb82f1b9-3a64a421, #w-node-_0ef5745e-9863-35df-46d5-295ddb82f1dd-3a64a421 {
    order: -9999;
  }

  #w-node-_136f5b48-2296-210a-b78b-89e0bb89e88c-3a64a421 {
    order: 9999;
  }

  #w-node-dfb436aa-2d5e-e1b8-99cb-a67fc152e09a-3a64a422, #w-node-_6013ce4f-ab55-aada-b105-67888369243a-3a64a422, #w-node-_2ea201ae-4c69-0492-bb62-9b7d388d6652-3a64a422, #w-node-dfb436aa-2d5e-e1b8-99cb-a67fc152e0e5-3a64a422, #w-node-dfb436aa-2d5e-e1b8-99cb-a67fc152e107-3a64a422 {
    order: -9999;
  }

  #w-node-f7901a8c-aa8e-6ffd-e100-f662a3e4b2b2-3a64a422 {
    order: 9999;
  }

  #w-node-_65c02bb1-4074-06da-8eb8-57e226c6ea98-3a64a423, #w-node-_65c02bb1-4074-06da-8eb8-57e226c6eacb-3a64a423, #w-node-_65c02bb1-4074-06da-8eb8-57e226c6eaf3-3a64a423 {
    order: -9999;
  }

  #w-node-_7d2c654b-4983-c0ce-6918-20b6fe29a160-3a64a423 {
    order: 9999;
  }

  #w-node-bc04dfcb-8e12-2fa1-dbe0-53ef4cca09b4-3a64a424, #w-node-bc04dfcb-8e12-2fa1-dbe0-53ef4cca09f7-3a64a424, #w-node-bc04dfcb-8e12-2fa1-dbe0-53ef4cca0a25-3a64a424, #w-node-bc04dfcb-8e12-2fa1-dbe0-53ef4cca0a47-3a64a424 {
    order: -9999;
  }

  #w-node-fc1fa7a8-538f-27fe-44d0-bd638a483757-3a64a424 {
    order: 9999;
  }

  #w-node-b5b1966b-cddf-735d-c893-5a37c23e409a-3a64a425, #w-node-b5b1966b-cddf-735d-c893-5a37c23e409f-3a64a425, #w-node-b5b1966b-cddf-735d-c893-5a37c23e40e6-3a64a425, #w-node-b5b1966b-cddf-735d-c893-5a37c23e4114-3a64a425, #w-node-b5b1966b-cddf-735d-c893-5a37c23e4136-3a64a425 {
    order: -9999;
  }

  #w-node-_8a5dc761-c4cf-e59a-2b48-250225f3a0b0-3a64a425 {
    order: 9999;
  }

  #w-node-_0957dbd4-395a-74a7-00c2-1ad5ce975684-3a64a426, #w-node-_0957dbd4-395a-74a7-00c2-1ad5ce9756c9-3a64a426, #w-node-_0957dbd4-395a-74a7-00c2-1ad5ce9756f1-3a64a426, #w-node-_0957dbd4-395a-74a7-00c2-1ad5ce975713-3a64a426 {
    order: -9999;
  }

  #w-node-_067fb39a-00d6-7765-1426-92d24142910f-3a64a426 {
    order: 9999;
  }

  #w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfd92-3a64a427, #w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfdf1-3a64a427, #w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfe1c-3a64a427, #w-node-ad5d4ec6-8ee4-63e3-56de-360cf94cfe41-3a64a427 {
    order: -9999;
  }

  #w-node-eee2bfec-23dc-b55d-aea3-7751c064d2a5-3a64a427 {
    order: 9999;
  }

  #w-node-a94f0efd-8b31-78d5-03e7-fbe81912cb87-3a64a428, #w-node-a94f0efd-8b31-78d5-03e7-fbe81912cbde-3a64a428, #w-node-a94f0efd-8b31-78d5-03e7-fbe81912cc09-3a64a428, #w-node-a94f0efd-8b31-78d5-03e7-fbe81912cc2b-3a64a428 {
    order: -9999;
  }

  #w-node-_2756b6ff-9748-862f-5d53-e264c6cb7f58-3a64a428 {
    order: 9999;
  }

  #w-node-ac8589d5-25cc-46d1-996d-e40101c62ece-3a64a429, #w-node-ac8589d5-25cc-46d1-996d-e40101c62f14-3a64a429, #w-node-ac8589d5-25cc-46d1-996d-e40101c62f3a-3a64a429 {
    order: -9999;
  }

  #w-node-_0781b417-93a7-c320-9ff3-9e475ede1f7b-3a64a429 {
    order: 9999;
  }

  #w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3a30-3a64a42a, #w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3a67-3a64a42a, #w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3a8d-3a64a42a, #w-node-_2494b4ef-e1df-8b66-79e5-b7cdb19a3aaf-3a64a42a {
    order: -9999;
  }

  #w-node-f78739ba-118c-eba2-b1b0-7a8eb3401215-3a64a42a, #w-node-_4d241406-83b6-6323-a920-5c1c5ee2b163-3a64a42d {
    order: 9999;
  }

  #w-node-ac920266-1d3b-78a7-3aba-04191cf52710-3a64a42e {
    order: -9999;
  }

  #w-node-_874ccd22-53c1-4d73-b5e6-5f89b8b8665e-3a64a42e {
    order: 9999;
  }

  #w-node-ad437b6d-1827-26e7-a67d-2b2f287a5649-3a64a42f {
    order: -9999;
  }

  #w-node-be318fe0-3490-8929-6506-1bf9d6de655a-3a64a42f, #w-node-a7ba3394-3fbe-4b2c-3234-49e16b138d61-3a64a430 {
    order: 9999;
  }

  #w-node-bd5c059e-1d00-bb92-e42d-de0f49c87eeb-3a64a431 {
    order: -9999;
  }

  #w-node-_00d1d4e8-f07b-cef4-9d64-1bbd164cf74c-3a64a431 {
    order: 9999;
  }

  #w-node-_0cf3240e-8a1f-2e20-b112-6978fb8a863f-3a64a432 {
    order: -9999;
  }

  #w-node-_8f84d201-1043-937c-cfdb-7a7d10ce6600-3a64a432 {
    order: 9999;
  }

  #w-node-fd2f285c-f2fe-f181-1ff2-66e13915b4fa-3a64a433, #w-node-fd2f285c-f2fe-f181-1ff2-66e13915b558-3a64a433 {
    order: -9999;
  }

  #w-node-_371030b0-162c-f8ed-523a-4855eb2599d0-3a64a433 {
    order: 9999;
  }

  #w-node-_5380aad1-124a-7060-97df-a3eb15beaf5c-3a64a434 {
    order: -9999;
  }

  #w-node-d46e9e2e-8630-aeba-0f01-c9fe368cd1fe-3a64a434 {
    order: 9999;
  }

  #w-node-ded97125-a684-158f-5dbb-baf7bdfbd2f5-3a64a493 {
    order: -9999;
  }

  #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_376a56e5-b77b-3d30-3a9d-e862c7ad27cf-3a64a495, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_376a56e5-b77b-3d30-3a9d-e862c7ad27d9-3a64a495 {
    order: 9999;
  }

  #w-node-d0f0e838-5150-3d72-5c1d-160c6d2cbd4f-3a64a496, #w-node-_3c608177-2908-e77b-45a5-c22251c2ff69-3a64a498 {
    order: -9999;
  }

  #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf5c-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf5d-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf66-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf71-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf72-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_37357144-3eb3-f044-9c24-780170afdf7b-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-fca81559-aaa5-9f72-3615-acc995962dd1-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-fca81559-aaa5-9f72-3615-acc995962dd2-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_46d79390-ba11-cbe3-4226-cdb1ceb352bc-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-_46d79390-ba11-cbe3-4226-cdb1ceb352bd-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-e58c11b1-11a4-8d6c-719e-cef3f91c8718-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-e58c11b1-11a4-8d6c-719e-cef3f91c8719-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-e2186ec0-a0aa-8c83-ed7f-5348e2f506af-3a64a499, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-e2186ec0-a0aa-8c83-ed7f-5348e2f506b0-3a64a499 {
    order: 9999;
  }

  #w-node-_37357144-3eb3-f044-9c24-780170afdf96-3a64a499, #w-node-b6c7dff6-66dc-6cd2-a904-87addbb28fd7-76a02eda {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26299d9a-fd32-6371-47d1-7adb050beaab-3a64a40f, #w-node-_26299d9a-fd32-6371-47d1-7adb050beac8-3a64a40f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03c819de-6962-b92a-4979-fcd7634332e1-634332db {
    place-self: center;
  }

  #w-node-bfa999f4-d271-231f-2235-ad9eac4614e1-3a64a40f, #w-node-ded97125-a684-158f-5dbb-baf7bdfbd263-3a64a493 {
    order: 9999;
  }

  /* Forçar carrossel a aparecer no mobile */
  .s-apresentacao,
  .s-apresentacao > *,
  .div-block-10847,
  .div-block-10847 > *,
  .div-block-10847 > * > *,
  .creator_content,
  .creator_block,
  .image-78 {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .s-apresentacao {
    overflow-x: hidden !important;
  }

  .div-block-10847 {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .creator_content {
    display: flex !important;
  }

  .creator_block {
    display: block !important;
  }

  .image-78 {
    display: block !important;
  }
}


@font-face {
  font-family: 'Kiona itallic';
  src: url('../assets/Kiona-Itallic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kiona';
  src: url('../assets/Kiona-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel variablefont wght';
  src: url('../assets/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Regular';
  src: url('../assets/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../assets/Audrey-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../assets/Audrey-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../assets/Audrey-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../assets/Audrey-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../assets/Audrey-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('../assets/baskerville.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../assets/Audrey-NormalOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}