@font-face {
  font-family: Garamond;
  src: url('../assets/garamond.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-ExtraBold.woff2') format('woff2'), url('../assets/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-BoldItalic.woff2') format('woff2'), url('../assets/Poppins-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../assets/Poppins-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --burlywood: #dbc08d;
  --dark-goldenrod: #b29158;
  --dim-grey: #5c5c5c;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.navbar-no-shadow {
  z-index: 1003;
  background-color: transparent;
  height: auto;
  position: relative;
  inset: auto;
  margin: 0;
  padding: 0;
}

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

.container-regular {
  width: 1200px;
  max-width: 90%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

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

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

.nav-link.w--current {
  border-bottom: 1px solid var(--burlywood);
  color: var(--burlywood);
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.hover {
  padding-right: 0;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-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-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

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

.section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/BANNER.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 140px;
  padding-bottom: 140px;
  font-family: Poppins, sans-serif;
}

.h1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--burlywood), var(--dark-goldenrod));
  color: var(--dark-goldenrod);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
}

.video {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}

.body {
  color: #fff;
  background-color: #141414;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.heading {
  color: #dbc08d;
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
}

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

.img-1 {
  width: 100%;
}

.container {
  margin-bottom: 60px;
}

.section-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sobre {
  margin-top: 0;
  padding-bottom: 0;
}

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

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

.image {
  width: 100%;
}

.div-block {
  align-items: center;
  max-width: 90%;
  display: flex;
}

.text-block {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.div-block-2 {
  background-image: url('../assets/DR-ANDRÉ-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.div-block-3 {
  background-color: #000;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -100px;
  padding: 40px;
}

.section-4 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/SPA-UNIQUE.webp');
  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: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

.container-2 {
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-top: 140px;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  overflow: visible;
}

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

.image-2 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2 {
  text-align: left;
}

.paragraph {
  text-align: center;
  text-transform: none;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.div-block-4 {
  z-index: 2;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.image-3 {
  width: 100px;
}

.footer-dark {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 0 15px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.footer-block {
  border-bottom: 0px solid var(--dark-goldenrod);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.title-small {
  color: var(--burlywood);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: var(--burlywood);
}

.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: var(--dark-goldenrod);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.footer-copyright-center {
  color: var(--dim-grey);
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

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

.secao-procedimentos {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-6 {
  background-image: url('../assets/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.section-6 {
  background-image: url('../assets/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-7 {
  text-transform: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab-link-tab-1 {
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border-bottom: 0 solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Poppins, sans-serif;
  display: block;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--burlywood);
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  display: block;
}

.tab-pane-tab-1 {
  background-color: #0000;
  border-radius: 0;
}

.div-block-7 {
  border: 0px solid var(--burlywood);
  background-color: #0000;
  border-radius: 5px;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-8 {
  background-image: url('../assets/background-image.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 5px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.heading-4 {
  color: var(--burlywood);
  text-align: center;
  font-family: Poppins, sans-serif;
}

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

.paragraph-2 {
  text-align: center;
  text-transform: none;
  max-width: none;
  margin: 0 auto 40px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.heading-5 {
  color: var(--burlywood);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.paragraph-3 {
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.tabs {
  display: flex;
}

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

.grid-5-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-21 {
  padding-bottom: 100px;
}

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

.heading-33 {
  color: #aa7e32;
  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;
}

.heading-34 {
  color: #aa7e32;
  font-weight: 700;
}

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

.paragraph-14 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.clientes {
  overflow: hidden;
}

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

.heading-35 {
  color: #005c55;
  text-align: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.creator_content {
  display: flex;
  gap: 0;
}

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

/* Infinite carousel styles */
.infinite-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

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

.infinite-carousel-wrapper .creator_content:hover {
  animation-play-state: paused;
}

@keyframes scroll-infinite {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.image-5 {
  width: 100%;
}

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

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

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

.image-6 {
  width: 180px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

.bloco-dados {
  margin-bottom: 0;
}

.text-block-10 {
  border: .5px solid var(--burlywood);
  text-align: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-span {
  font-weight: 700;
}

.image-24 {
  width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.heading-36 {
  margin-top: 0;
  margin-bottom: 40px;
}

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

.grid-unique-day._2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-25 {
  width: 100%;
}

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

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

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

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

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

.heading-13 {
  color: var(--burlywood);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
}

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

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

.text-block-11 {
  color: #fff;
  text-transform: none;
  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;
}

.text-block-11.b {
  color: var(--burlywood);
  text-transform: none;
}

.grid-20 {
  grid-template-rows: auto;
  font-family: Poppins, sans-serif;
}

.image-26 {
  width: 100%;
}

.section-4-copy {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/BARRIGA-CHAPADA.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4-copy-copy {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/cta-quem-somos.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-16 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.section-23 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.heading-37 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-27 {
  width: 100px;
}

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

.image-28 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-52 {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.text-block-12 {
  color: #fff;
  background-image: url('../assets/local-footer-azul.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.tecno {
  margin-bottom: 0;
  padding-bottom: 100px;
}

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

.image-29 {
  width: 100%;
}

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

.heading-38 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

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

.heading-39 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.div-block-67 {
  background-color: #0000;
  border-radius: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}

.container-54 {
  margin-top: 100px;
}

.slide-rd {
  margin-bottom: 100px;
}

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

.image5 {
  width: 100%;
}

.div-block-68 {
  margin-right: 0;
  overflow: hidden;
}

.section-26 {
  padding-bottom: 0;
}

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

.div-block-69 {
  margin-right: 0;
  overflow: hidden;
}

.image-30 {
  width: 100%;
  transition: all .8s;
}

.image-30:hover {
  transform: scale(1.1);
}

.image-31 {
  width: 11px;
}

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

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

.preloader {
  z-index: 1005;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  background-color: #0000;
  width: 150px;
}

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

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

.heading-40 {
  color: var(--burlywood);
  text-align: left;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.div-block-71 {
  background-color: var(--burlywood);
  width: 30px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.btn {
  border: 1px solid var(--burlywood);
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border-radius: 5px;
  padding: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .8s;
  display: inline-flex;
}

.btn:hover {
  border-color: var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
}

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

.div-block-74 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

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

.grid-25 {
  grid-template-rows: auto;
  margin-top: 0;
}

.footer-copyright-center-copy {
  color: var(--dim-grey);
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}

.link {
  color: var(--dim-grey);
  text-decoration: underline;
}

.list-item-6.off {
  display: block;
}

.tabs-menu {
  margin-right: 20px;
}

.bloco-1 {
  background-image: linear-gradient(#000c, #000c), url('../assets/R24R.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.bloco-2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/MAMOPLASTIA.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-4 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/ABDOMINOPLASTIA.webp');
  background-position: 0 0, 50% 87%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-5 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/LIPO-HD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-6 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/RINO.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-7 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/PLICATURA.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-8 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/ninfoplastia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-video {
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
}

.div-block-75 {
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-76 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.heading-41 {
  color: var(--burlywood);
  text-transform: none;
  margin-bottom: 40px;
  font-weight: 500;
}

.list {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.paragraph-17 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.section-27 {
  padding-top: 60px;
}

.div-block-81 {
  border-left: 3px solid var(--burlywood);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.faq-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.h3._2 {
  font-size: 18px;
  font-weight: 400;
}

.faq-item {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px #0000000d;
}

.paragraph-18 {
  color: #9e9e9e;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

.faq-question {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-question._2 {
  background-color: #0000;
}

.faq-answer {
  height: auto;
  overflow: hidden;
  transition: height 0.3s ease;
}

.faq-answer-inner {
  background-color: #000;
  padding: 0 20px 20px;
  overflow: visible;
}

.faq-answer-inner._2 {
  background-color: #0000;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.p-m-wrap {
  background-color: var(--dark-goldenrod);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
  transition: transform 0.3s ease;
}

.div-block-82 {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.div-block-83 {
  margin-bottom: 10px;
}

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

.utility-page-wrap {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Poppins, sans-serif;
  display: flex;
}

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

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

.heading-42 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

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

.image-34 {
  width: 150px;
}

.galeria {
  margin-bottom: 0;
}

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

.bloco-grande {
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
}

.image-35 {
  width: 100%;
  transition: all 1s;
}

.image-35:hover {
  transform: scale(1.1);
}

.btn2 {
  border: 1px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  text-transform: none;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  transition: all .8s;
}

.btn2:hover {
  border-color: var(--dark-goldenrod);
  background-color: #0000;
}

.div-block-87 {
  padding-bottom: 20px;
}

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

.imagem {
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: var(--dark-goldenrod);
  background-image: url('../assets/Foto.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 180px;
  height: 180px;
  margin: -90px auto 20px;
}

.div-block-89 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 60px;
  overflow: hidden;
}

.container-2-copy {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  overflow: visible;
}

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

.div-block-91, .div-block-92 {
  margin-top: 40px;
}

.container-2-copy-copy {
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 0;
  font-family: Poppins, sans-serif;
  overflow: hidden;
}

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

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

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

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

.grid-28 {
  background-color: #000;
  grid-template-rows: auto;
  max-width: 100%;
}

.div-block-94 {
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  max-width: 80%;
  margin: 60px auto;
  padding: 0;
}

.div-block-95 {
  background-image: url('../assets/DR-ANDRÉ-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.numeros {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-97 {
  text-align: center;
}

.text-block-14 {
  color: var(--burlywood);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}

.text-block-15 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-98 {
  text-align: center;
}

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

.paragraph-19 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.div-block-100 {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.section-30 {
  min-height: 100vh;
  padding-bottom: 100px;
  display: block;
}

.container-60 {
  border-top: 2px solid var(--dark-goldenrod);
  border-right: 0px solid var(--dark-goldenrod);
  border-bottom: 2px solid var(--dark-goldenrod);
  border-radius: 20px 0;
  margin-top: 140px;
  padding: 60px;
}

.heading-43 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

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

.container-61 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-20 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

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

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.c-content.off {
  display: none;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-color: #ff6565;
  position: absolute;
  overflow: hidden;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 300px;
  display: block;
}

._w-card-back {
  perspective: 1000px;
  background-color: #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-img {
  height: 120px;
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #ff9865, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% -10% auto auto;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.cloneable-area {
  margin-bottom: 10px;
  padding: 0 10px 0 0;
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.no-dot {
  opacity: .2;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 2px;
}

._w-content {
  justify-content: center;
  align-items: center;
}

.c-flipping-cards-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.c-card-title {
  margin-bottom: 5px;
}

.c-card-btn {
  padding: 20px;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  transform: translate(-20px);
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 15px;
  transform: translate(0);
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-card-quote {
  position: relative;
}

.card-bg-quotemark {
  color: #fff;
  display: inline-block;
}

.card-bg-quotemark.btm {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: auto -.3em -.4em auto;
}

.card-bg-quotemark.top {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: -.4em auto auto -.3em;
}

.card-alias {
  color: #ddd;
  text-align: right;
  font-size: .9em;
  line-height: 1em;
}

.card-label {
  opacity: .2;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-flip-card {
  position: relative;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 300px;
  display: flex;
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

._w-card-front {
  perspective: 1000px;
  background-color: #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front._1 {
  background-image: linear-gradient(#000c, #000c), url('../assets/laser.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._w-card-front._2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/Vibrolipo.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._w-card-front._3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/VASER2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._w-card-front._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../assets/RENUVION-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._w-card-front._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../assets/_MG_7213.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-text.focus {
  z-index: 10;
  position: relative;
}

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

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

.div-block-103 {
  max-width: 90%;
}

.paragraph-21 {
  text-align: center;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.capa {
  background-image: linear-gradient(#000c, #000c), url('../assets/unique-day-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-31 {
  padding-bottom: 100px;
  display: none;
}

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

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

.carousel-mask {
  width: 300px;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.heading-9-copyvb {
  color: #001489;
  background-image: url('../assets/icone_manutencao.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-9-copycv {
  color: #001489;
  background-image: url('../assets/icon_proj_person_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

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

.arrow-right {
  border: 0px solid var(--dark-goldenrod);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  inset: 0% 0% 0% auto;
}

.arrow-right:hover {
  background-color: #00148933;
}

.carousel-slider {
  width: 90%;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
}

.card-body-2 {
  background-color: #1d1d1d;
  border: 2px solid #353535;
  border-radius: 5px;
  height: auto;
  min-height: auto;
  padding: 20px;
}

.heading-9-copyvv {
  color: #001489;
  background-image: url('../assets/icone_equipamentos.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-12 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 60px;
  padding-bottom: 75px;
  display: block;
  overflow: visible;
}

.arrow-left {
  border: 0px solid var(--dark-goldenrod);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  inset: 0% auto 0% 0%;
}

.arrow-left:hover {
  background-color: #00148933;
}

.heading-9-copybdb-copyvsfv {
  color: #001489;
  background-image: url('../assets/icon_industriab.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.card-2-copy {
  color: #b8b9c2;
  background-color: #0000;
  border-bottom: 0 solid #dc582a;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0003;
}

.icon-2 {
  color: var(--dark-goldenrod);
  width: auto;
  font-size: 15px;
}

.card-2 {
  color: #b8b9c2;
  background-color: #0000;
  border-bottom: 3px solid #dc582a;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0003;
}

.container-62 {
  overflow: visible;
}

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

.icon-4, .icon-5 {
  font-size: 15px;
}

.slider {
  background-color: #0000;
}

.left-arrow, .right-arrow {
  width: 25px;
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.image-36 {
  border-radius: 200px;
  width: 50px;
  margin-right: 10px;
}

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

.text-block-16 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-block-17 {
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 200;
}

.div-block-105, .div-block-106 {
  margin-top: 10px;
}

.paragraph-22 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.image-37 {
  width: 100%;
}

.whatsapp-btn {
  z-index: 1100;
  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;
}

.bloco-9 {
  background-image: linear-gradient(#0009, #0009), url('../assets/102A6232.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.capa-blog {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/Frame-27.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.grid-31 {
  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;
}

.image-39 {
  width: 100%;
  margin-right: 0;
}

.heading-44 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

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

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

.div-block-108, .div-block-108-copy {
  margin-top: 10px;
}

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

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

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

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

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

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

.search-button {
  background-color: var(--dark-goldenrod);
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

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

.heading-45 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.link-2 {
  color: var(--burlywood);
  font-weight: 700;
}

.text-block-19 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-result-item {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.search-2 {
  border-radius: 200px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.search-input-2 {
  color: #000;
  height: 50px;
  margin-bottom: 0;
}

.search-button-2 {
  background-color: var(--dark-goldenrod);
  font-family: Poppins, sans-serif;
}

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

.section-33 {
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.heading-46 {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

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

.div-block-112 {
  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;
}

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

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

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

.link-3.w--current:hover {
  color: var(--burlywood);
}

.heading-47 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.icon-6 {
  margin-right: 20px;
}

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

.dropdown-list.w--open {
  background-color: #3d3d3d;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: scroll;
}

.dropdown-link {
  color: var(--burlywood);
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  transition: all .8s;
}

.dropdown-link:hover {
  background-color: var(--dark-goldenrod);
  color: #fff;
}

.dropdown-link.w--current {
  background-color: var(--dark-goldenrod);
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.bloco-1-proced {
  background-image: linear-gradient(#000c, #000c), url('../assets/R24R.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

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

.youtube {
  width: auto;
}

.section-35 {
  padding-top: 60px;
}

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

.grid-32 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-113 {
  background-color: #000;
  border-radius: 15px;
  padding: 40px;
}

.text-block-20 {
  color: var(--burlywood);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-23 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.section-4-co {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/Frame-21.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph2 {
  text-align: left;
  text-transform: none;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

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

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

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

.paragraph-19-copy {
  text-align: center;
  text-transform: none;
  max-width: 800px;
  margin: 10px auto 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

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

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

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

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

.section-4-co3 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/WhatsApp-Image-2023-02-23-at-17.10.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4-co4 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/DSC00612.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4-co5 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/DSC00507-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form {
  border-radius: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-field {
  color: #000;
  text-align: center;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--dark-goldenrod);
  border-radius: 0;
  width: 150px;
}

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

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

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

.div-block-120 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-small-copy {
  color: var(--burlywood);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto 30px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.bloco-inc {
  margin-top: 20px;
}

.titulo-novidades {
  color: var(--burlywood);
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.bloco-inc2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.checkbox-field {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.submit-button-2 {
  background-color: #b29158;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: block;
}

.text-field-2 {
  height: 45px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.link-4 {
  color: #fff;
  text-decoration: underline;
}

.div-block-123 {
  background-image: url('../assets/Marcus-Torres-2118.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-64 {
  display: block;
}

.h1-2 {
  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: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.button-primary-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-2:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

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

.countup-title---brix-agency {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.countup-number-item---brix, .text-center {
  text-align: center;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default._100 {
  max-width: 1200px;
}

.mg-top-40px {
  margin-top: 40px;
}

.countup-number---brix {
  color: #170f49;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.countup-number---brix.color-primary {
  color: var(--burlywood);
}

.countup-number---brix.count-number.timer {
  color: var(--burlywood);
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 600;
}

.countup-number-top---brix-agency {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-top-32px {
  margin-top: 0;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.container-880px-center {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.countup-numbers-wrapper---brix {
  justify-content: space-between;
  align-items: center;
}

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

.text-block-22 {
  color: var(--burlywood);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 94px;
}

.div-block-125 {
  padding-top: 60px;
}

.image-41 {
  width: 150px;
}

.bloco-a1 {
  background-image: linear-gradient(#0009, #0009), url('../assets/Unique.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.bloco-a2 {
  background-image: linear-gradient(#0009, #0009), url('../assets/PHOTO-2024-01-12-13-20-11.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.janela {
  z-index: 1200;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-126 {
  background-color: #ebebeb;
  border-radius: 5px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-126._2 {
  margin-top: 10px;
  display: block;
}

.div-block-127 {
  border: 3px solid #07a546;
  border-radius: 200px;
  max-width: none;
  margin-right: 10px;
  overflow: hidden;
}

.image-42 {
  border: 2px solid #11a839;
  border-radius: 200px;
  width: 80px;
  margin-right: 10px;
}

.heading-50 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-128 {
  align-self: center;
}

.text-block-23 {
  color: #000;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 200;
}

.text-block-24 {
  color: #07a546;
  font-size: 12px;
  font-weight: 400;
}

.div-block-129 {
  border-radius: 5px;
  margin-top: 10px;
}

.text-block-25 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.submit-button-3 {
  background-color: #0d8128;
  background-image: url('../assets/whatsapp-branco.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 15px 40px;
  font-size: 13px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.submit-button-3:hover {
  background-color: #055e19;
}

.text-field-3 {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 300;
}

.form-block-2 {
  margin-bottom: 0;
}

.div-block-130 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.text-block-26 {
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.btn-janela {
  border: 1px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  text-transform: none;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .8s;
}

.btn-janela:hover {
  border-color: var(--dark-goldenrod);
  background-color: #0000;
}

.btn-home {
  border: 1px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  text-transform: none;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  transition: all .8s;
}

.btn-home:hover {
  border-color: var(--dark-goldenrod);
  background-color: #0000;
}

.link-5 {
  background-color: var(--dark-goldenrod);
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  padding: 15px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.success-message {
  background-color: #077533;
  border-radius: 5px;
}

.error-message {
  color: #ad0000;
  text-align: center;
  background-color: #ffcdcd;
  border-radius: 5px;
  max-width: 300px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.form-2 {
  display: block;
}

.rich-text-block {
  font-size: 15px;
  line-height: 25px;
}

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

.grid-ebook {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 80px;
}

.div-block-133 {
  margin-left: 10px;
}

.btn-ebook {
  border: 1px solid var(--dark-goldenrod);
  text-transform: none;
  background-color: #b2915800;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  transition: all .8s;
}

.btn-ebook:hover {
  border-color: var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
}

.heading-51 {
  background-image: linear-gradient(121deg, var(--dark-goldenrod), #dbc08d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

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

.btn-ebook-download {
  border: 1px solid var(--dark-goldenrod);
  text-transform: none;
  background-color: #b2915800;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  transition: all .8s;
}

.btn-ebook-download:hover {
  border-color: var(--dark-goldenrod);
  background-color: #0000;
}

.section-37 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20px;
  display: flex;
}

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

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

.div-block-136 {
  text-align: center;
}

.image-43 {
  padding-left: 40px;
}

.text-span-4 {
  background-image: linear-gradient(123deg, var(--dark-goldenrod), var(--burlywood));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.paragraph-24 {
  font-weight: 500;
  line-height: 27px;
}

.secao-ebook {
  padding-top: 100px;
  padding-bottom: 0;
}

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

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

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

.html-embed-inc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-3 {
  display: none;
}

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

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

.bold-text {
  max-width: 600px;
  line-height: 40px;
}

.paragraph-25 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.section-38 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.heading-52 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
}

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

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

.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-138 {
  background-color: #000;
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  border: 0 solid #000;
  border-radius: 30px;
  height: 100%;
  margin-top: 0;
  padding: 0 20px 40px;
  transition: all 1s;
}

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

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

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

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

.text-span-12 {
  color: var(--burlywood);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 700;
}

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

.div-block-140:hover {
  background-color: var(--dim-grey);
  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;
}

.paragraph-26 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

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

.heading-53 {
  color: #fff;
  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-10 {
  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;
}

.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-143 {
  margin-top: 40px;
}

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

.section-inscricao {
  background-color: #000;
  padding: 60px 20px;
}

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

.div-block-130-copy {
  text-align: left;
  margin-bottom: 40px;
}

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

.div-block-146 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.html-embed-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

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

.image-47 {
  width: 100%;
}

.heading-51-c {
  -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: 10px;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 80px;
}

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

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

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

.paragraph-27-copy {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 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;
}

.heading-51-c-3 {
  color: var(--burlywood);
  -webkit-text-fill-color: inherit;
  background-color: #dbc08d00;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

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

.paragraph-28 {
  color: var(--burlywood);
  font-weight: 700;
}

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

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

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

.heading-51-c-4 {
  -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;
}

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

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

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

.bloco-2-copysc {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/unique-day-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 100px;
}

.heading-4-copyasc {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-25-copysdv {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.heading-4-copyac {
  color: #dbc08d;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cinzel variablefont wght, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.text-span-15 {
  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;
}

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

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

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

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

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

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

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

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

.btn-agendar-c:hover {
  color: #000;
  background-color: #ebc65e;
}

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

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

.text-span-16 {
  color: var(--burlywood);
}

.link-block-banners {
  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);
}

.bloco-capa {
  background-image: linear-gradient(#0009, #0009), url('../assets/1929x1080---DR.-ANDRÉ-p-1600.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 30vh;
}

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

.link-block-btn {
  border-radius: 200px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
}

.container-70 {
  max-width: 1200px;
}

.imagem-icone {
  width: 100%;
}

.bloco-idiomas {
  margin-left: 10px;
}

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

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

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

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

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

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

.contact-form-section {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.submit-button-4 {
  z-index: 1;
  color: #fff;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #181818;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 120px;
  height: 55px;
  padding: 9px 1.8em;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .4s, transform .3s;
  display: flex;
}

.submit-button-4:hover {
  background-color: #4e4e4e;
  transform: scale(1.05);
}

.contact-address {
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.address-big {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.shape-arrow {
  z-index: 2;
  object-fit: contain;
  width: 15px;
  height: 15px;
  position: static;
}

.shape-arrow.icon {
  width: 20px;
  height: 20px;
}

.button-shapes-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form_field {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #1d1d1d;
  border-radius: 0;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.67;
}

.form_field:focus {
  border-bottom-color: #000;
}

.form_field::placeholder {
  color: #393d4799;
}

.form_field.is--message {
  padding-bottom: 160px;
}

.form_error {
  background-color: #fcc;
  border-radius: 12px;
}

.is--tag {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
}

.is--tag.form_label {
  margin-bottom: 12px;
  font-size: .9rem;
}

.section-wrapper {
  z-index: 5;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section-wrapper.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-info-wrap {
  border-right: 1px solid #000;
  width: 35%;
}

.contact-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
}

.contact-text:hover {
  opacity: .55;
  transform: scale(.95);
}

.button_text {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: .9rem;
  font-weight: 500;
}

.header-subtitle {
  color: var(--dark-goldenrod);
  text-transform: uppercase;
  cursor: default;
  margin-top: 5px;
  margin-bottom: 9px;
  font-size: .8rem;
}

.primary-button {
  z-index: 1;
  color: #1d1d1d;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 55px;
  padding: 9px 1.8em;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.primary-button.outline-dark {
  color: #1d1d1d;
  background-color: #0000;
  border: 2px solid #1d1d1d;
  transition: padding .4s cubic-bezier(.215, .61, .355, 1);
}

.primary-button.outline-dark:hover {
  padding-left: 2.2em;
  padding-right: 2.2em;
}

.primary-button.outline-dark.pad-top {
  margin-top: 17px;
}

.header-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-wrapper.pad-bottom-2 {
  margin-bottom: 2rem;
}

.form_success {
  background-color: #fff9;
  border-radius: 12px;
}

.contact-page-1 {
  transform-origin: 50% 100%;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  padding-left: 8vw;
  padding-right: 8vw;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-wrap {
  z-index: 5;
  color: #1d1d1d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-header {
  z-index: 3;
  color: var(--dark-goldenrod);
  font-variation-settings: "wght" 600;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.7rem;
  line-height: 1;
  position: relative;
}

.contact-form {
  width: 65%;
  padding-left: 4.4rem;
}

.button-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.button-wrapper.contact-buttons {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.1rem;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.code-embed-2 {
  width: 100%;
  margin-bottom: 0;
}

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

.sectio6 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../assets/Unique.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

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

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

.section-40 {
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.outline-button {
  border: 1px solid var(--dark-goldenrod);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.verticle-line {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.footer-brand-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  color: #fff;
  border-bottom-color: #889ea833;
}

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

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  border: 1px solid #889ea833;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.legal-link {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.body-display {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
}

.subtitle {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.small {
  font-size: 9px;
}

.footer-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 24px;
  display: grid;
}

.section-41 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-41.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-brand-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.heading-55 {
  color: var(--burlywood);
  font-weight: 400;
}

.heading-56, .heading-57 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-159 {
  background-color: #1a1a1a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-48 {
  width: 22px;
  height: 22px;
}

.image-49 {
  width: 20%;
  max-width: 20%;
}

.heading-58 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-31 {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.dropdown-list-2 {
  background-color: #112631;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #8d99a0;
  width: 100%;
  max-width: 1350px;
  padding: 50px;
  display: none;
  top: 112px;
  left: 0;
  right: 0;
}

.dropdown-list-2.submenu-list {
  border-top-width: 0;
  position: fixed;
}

.dropdown-list-2.submenu-list.w--open {
  background-color: #181818;
  margin-top: 95px;
  padding-top: 50px;
  top: 0;
}

.category-wrap {
  max-width: 285px;
}

.category-link {
  color: #fff;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dropdown-2, .dropdown-2.menu-link {
  position: static;
}

.services-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.link-block-5 {
  text-align: center;
  border: 1px solid #4e4e4e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.link-block-5:hover {
  background-color: var(--dark-goldenrod);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
}

.link-block-5.service-link-block {
  border: 1px solid var(--dark-goldenrod);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  transition: all .8s;
}

.link-block-5.service-link-block:hover {
  background-color: var(--dark-goldenrod);
}

.image-50 {
  padding-left: 5px;
}

.down-arrow {
  display: none;
}

.div-block-160 {
  width: 100%;
  max-width: 80%;
  padding-left: 0;
}

.down-font {
  margin-left: 5px;
  display: block;
}

.container-74 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 10704px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: grid;
}

.up-image {
  display: none;
}

.dropdown-toggle {
  display: inline-block;
  top: auto;
}

.dropdown-toggle.nav-link {
  display: flex;
}

.div-block-161 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.services-block {
  width: 25%;
  padding-left: 15px;
}

.text-block-32 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.desktop {
  z-index: 5;
  background-color: #000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular-2 {
  width: 1200px;
  max-width: 90%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .6s;
}

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

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

.nav-link-2.w--current {
  color: var(--burlywood);
  padding-left: 5px;
  padding-right: 5px;
}

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

.nav-dropdown-toggle-2 {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .6s;
}

.nav-dropdown-toggle-2:hover {
  color: var(--burlywood);
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-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 {
  color: #fff;
  background-color: #0c0c0c;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.nav-dropdown-link-2 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .6s;
}

.nav-dropdown-link-2:hover {
  color: var(--burlywood);
}

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

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

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

.mobile {
  z-index: 5;
  background-color: #000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: none;
}

.nav-link-2-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .6s;
}

.nav-link-2-copy:hover {
  color: var(--burlywood);
}

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

.nav-link-2-copy.w--current {
  color: var(--burlywood);
  padding-left: 5px;
  padding-right: 5px;
}

.navbar_dropdown {
  z-index: 902;
  clear: both;
  position: static;
}

.navbar_link {
  z-index: 2;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.navbar_link:hover {
  color: #ffffffb3;
}

.navbar_link.w--current {
  color: #0000;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar_submenu-item.is-bold {
  font-weight: 600;
}

.navbar_link-image:hover {
  opacity: .7;
}

.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_dropdown-toggle {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .5rem 0;
}

.navbar_left-widget {
  text-align: center;
  width: 10rem;
  height: 15rem;
  display: block;
  position: absolute;
  top: 6rem;
}

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

.navbar_dropdown-link.is-bold {
  color: var(--burlywood);
  font-weight: 600;
}

.hide-desktop-only {
  display: none;
}

.navbar_submenu-col {
  flex: 1 1 0;
}

.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_submenu-list {
  flex: 1 1 0;
}

.navbar_dropdown-2 {
  z-index: 902;
  clear: both;
  position: static;
}

.navbar_link-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar_link-2:hover {
  color: #ffffffb3;
}

.navbar_link-2.w--current {
  color: var(--burlywood);
}

.navbar_logo-link {
  z-index: 902;
  width: 100px;
  padding-left: 0;
}

.search-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #e6e6e6;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar_divider {
  z-index: 902;
  border-left: 1px solid #fff;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.hide {
  display: none;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.navbar_mobile-search-wrap {
  display: none;
}

.navbar_dropdown-toggle-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .5rem 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_search {
  border-bottom: 1px solid #fff;
  position: relative;
  top: 6rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  padding: .75rem 1.5rem;
}

.button-2.is-navbar-button {
  z-index: 902;
  border: 1px solid #fff;
  font-size: .9rem;
  font-weight: 600;
  display: none;
  position: relative;
}

.button-2.is-navbar-button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 600;
}

.navbar_search-button {
  z-index: 902;
  padding: 0 0 0 1rem;
  position: relative;
}

.navbar_mobile-view {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.navbar_search-description {
  color: #ffffff80;
  text-align: center;
  margin-top: 10rem;
  font-size: 1.2rem;
}

.padding-global {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: flex;
}

.navbar_search-field {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 3rem 1rem;
  font-size: 2rem;
}

.hide-desktop-only-2 {
  display: none;
}

.navbar_bg {
  background-color: #000;
  width: 9%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navbar {
  z-index: 50;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.navbar_desktop-view {
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar_container {
  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: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_dropdown-3 {
  z-index: 902;
  clear: both;
  position: static;
}

.navbar_link-3 {
  z-index: 2;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding: .5rem .4rem;
  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: var(--burlywood);
}

.navbar_mobile-view-2 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hide-desktop-only-3 {
  display: none;
}

.navbar-3 {
  z-index: 50;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.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: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-42 {
  background-color: #000;
}

.dropdown-list-3 {
  margin-top: 10px;
}

.dropdown-list-3.w--open {
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-link-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: var(--burlywood);
}

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

.grid-funciona-3-col {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.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-width: 0;
  border-color: #c5a9744a;
  border-radius: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}

.div-bloco-destaque.img:hover {
  background-color: #c5a97400;
}

.text-block-38 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.img-tecnologias {
  background-image: url('../assets/img-2.webp');
  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%;
  border-radius: 10px;
}

.img-tecnologias._7 {
  background-image: url('../assets/CM-Slim.webp');
  background-position: 50%;
  border-radius: 10px;
}

.img-tecnologias._3 {
  background-image: url('../assets/Vibrolipo.webp');
  border-radius: 10px;
}

.img-tecnologias._6 {
  background-image: url('../assets/crisalix.webp');
  border-radius: 10px;
}

.img-tecnologias._9 {
  background-image: url('../assets/CO2.webp');
  border-radius: 10px;
}

.img-tecnologias._11 {
  background-image: url('../assets/Microagulhamento.webp');
  border-radius: 10px;
}

.img-tecnologias._2 {
  background-image: url('../assets/Safer.webp');
  border-radius: 10px;
}

.img-tecnologias._5 {
  background-image: url('../assets/Bioimpedancia.webp');
  border-radius: 10px;
}

.img-tecnologias._4 {
  background-image: url('../assets/Morpheus.webp');
  background-position: 50% 100%;
  border-radius: 10px;
}

.img-tecnologias._10 {
  background-image: url('../assets/Ultraformer.webp');
  border-radius: 10px;
}

.img-tecnologias._1 {
  background-image: url('../assets/Argoplasma.webp');
  border-radius: 10px;
}

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

.paragrafo-funciona {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.div-grade-funciona, .div-grade-funciona:hover {
  background-color: #0000;
}

.section-43 {
  min-height: auto;
}

.text-block-50 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

.capa-hero {
  background-image: linear-gradient(#000000b0, #000000b0), url('../assets/img.webp');
  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.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.r24r {
  background-image: linear-gradient(#000000b3, #000000b3), url('../assets/R24R.webp');
  background-position: 0 0, 50% 35%;
  background-attachment: scroll, scroll;
}

.capa-hero.masto {
  background-image: linear-gradient(#0009, #0009), url('../assets/Mastopexia.JPEG.webp');
}

.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/Mommy-Makeover.JPEG.webp');
  background-position: 0 0, 50%;
}

.capa-hero.costelas {
  background-image: linear-gradient(#0009, #0009), url('../assets/Remodelaçã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/Remodelação-Glú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.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.trab {
  background-image: linear-gradient(#000000b5, #000000b5), url('../assets/cta-quem-somos.webp');
  padding-top: 149px;
}

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

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

.container-hero-quemsomos {
  text-align: center;
  background-color: #0000;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

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

.container-86 {
  margin-top: 60px;
}

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

.bold-text-15 {
  color: var(--burlywood);
}

.bloco-titulo2 {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-87 {
  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-59 {
  color: var(--burlywood);
  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: #fff;
  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: var(--burlywood);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.paragrafo-funciona-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-10884 {
  margin-bottom: 60px;
}

.div-block-10896 {
  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;
}

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

.heading-65 {
  color: var(--burlywood);
  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-91 {
  width: 1200px;
  max-width: 90%;
}

.div-block-11002 {
  margin-bottom: 60px;
}

.container-92 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-54 {
  padding-bottom: 40px;
}

.div-block-11003 {
  margin-top: 60px;
}

.heading-66 {
  color: var(--burlywood);
  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-98 {
  border-radius: 20px;
  width: 100%;
}

.btn-inicio-2b-copyd {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #906e2b00;
  border: 2px solid #906e2b;
  border-radius: 10px;
  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);
}

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

.btn-inicio-c {
  border: 2px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  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-10918 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

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

.heading-67 {
  color: var(--burlywood);
  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-93 {
  width: 1200px;
  max-width: 90%;
}

.div-block-10880-copy {
  margin-top: 10px;
  margin-left: 0;
}

.image-96 {
  width: 20px;
}

.section-55 {
  padding-bottom: 100px;
}

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

.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: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-10885 {
  margin-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;
}

.list-item-12-b {
  margin-bottom: 20px;
}

.list-8 {
  margin-bottom: 30px;
}

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

.utility-aspect-1x1 {
  aspect-ratio: 1;
}

.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.desktop-9-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout-2.desktop-9-column.grid-gap-xs.utility-position-relative.utility-z-index-2 {
  height: 250px;
}

.grid-layout-2.tablet-1-column.grid-gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-layout-2.tablet-1-column.grid-gap-lg.jh {
  text-align: center;
  background-color: #c5a97426;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
  position: relative;
}

.div-block-10857 {
  min-height: 500px;
  display: flex;
}

.subheading {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.image-118 {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
}

.image-118.cover-image, .image-118.cover-image.utility-shadow-xl {
  border-radius: 15px;
}

.image-118.cover-image.utility-shadow-xl.off {
  display: block;
}

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

.section-56 {
  color: #1f2022;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-56.utility-overflow-clip {
  background-color: #fff0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.utility-position-relative {
  position: relative;
}

.utility-aspect-4x3 {
  aspect-ratio: 4 / 3;
  position: relative;
}

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

.container-95 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-68 {
  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;
}

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

.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-1-column {
  grid-template-columns: 1fr;
}

.grid-layout-3.mobile-landscape-1-column.grid-gap-xxl {
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

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

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

.btn-inicio-copy-v-4 {
  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-4:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.text-span-17 {
  color: var(--burlywood);
}

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

.section-2 {
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 80px;
}

.utility-margin-bottom-0 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.container-96 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-69 {
  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;
}

.heading-50-copy-cop {
  color: #6d6d6d;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.divider-2 {
  -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;
}

.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-1-column {
  grid-template-columns: 1fr;
}

.grid-layout-4.mobile-landscape-1-column.grid-gap-xxl {
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.text-span-18 {
  color: #906e2b;
}

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

.section-2-b {
  background-color: #fff0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.utility-margin-bottom-2 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.bold-text-16 {
  color: var(--burlywood);
  font-weight: 400;
}

.text-block-51 {
  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-11006 {
  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-52 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-52:hover {
  color: #fff;
}

.image-100 {
  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;
  font-family: Poppins, sans-serif;
  display: inline-flex;
}

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

.container-19-copy {
  margin-top: 0;
}

.text-block-53 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.bold-text-39, .bold-text-40 {
  color: var(--burlywood);
}

.grid-funciona-3-col-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-10935 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-34-cop {
  color: var(--burlywood);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-54 {
  margin-top: 10px;
}

.section-59 {
  background-image: linear-gradient(#141414, #3b3b3b);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-99 {
  transition: all .6s;
}

.image-99:hover {
  transform: scale(1.05);
}

.grid-48 {
  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-98 {
  width: 1200px;
  max-width: 90%;
}

.paragraph-32-co {
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.image-95 {
  width: 25px;
  height: 25px;
}

.div-block-10936 {
  text-align: center;
}

.div-block-10859-copy {
  margin-top: 0;
  margin-bottom: 20px;
}

.list-9 {
  margin-bottom: 30px;
}

.text-block-43 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-63 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

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

.container-99 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-70 {
  color: var(--burlywood);
  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;
}

.image-119 {
  width: 30px;
  height: 30px;
}

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

.paragrafo-funciona-copy-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-11007 {
  margin-bottom: 60px;
}

.div-block-11008 {
  margin-top: 60px;
}

.div-block-11009 {
  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-101 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-71 {
  color: var(--burlywood);
  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;
}

.image-120 {
  width: 30px;
  height: 30px;
}

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

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

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

.div-block-11011 {
  margin-bottom: 60px;
}

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

.image-121 {
  width: 25px;
  height: 25px;
}

.div-block-11012 {
  margin-top: 60px;
}

.div-block-11013 {
  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-10 {
  margin-bottom: 30px;
}

.text-block-55 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-72 {
  color: var(--burlywood);
  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-103 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-73 {
  color: var(--burlywood);
  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: #fff;
  font-size: 18px;
  font-weight: 600;
}

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

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

.faq {
  color: #fff;
  -webkit-text-stroke-color: #242424;
  cursor: pointer;
  background-color: #242424;
  border: 2px solid #242424;
  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-10930 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.faq-icon.noselect {
  color: #000;
  width: 15px;
  height: 15px;
}

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

.faq-content {
  overflow: hidden;
}

.paragraph-5 {
  color: #fff;
  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-56 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-57 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-57:hover {
  color: #fff;
}

.image-122 {
  width: 11px;
}

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

.div-block-11019 {
  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-58 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.bold-text-42, .bold-text-41, .bold-text-44, .bold-text-43, .bold-text-45 {
  color: #906e2b;
}

.div-block-11020 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-59 {
  margin-top: 10px;
}

.section-63 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-123 {
  transition: all .6s;
}

.image-123:hover {
  transform: scale(1.05);
}

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

.div-block-11022 {
  margin-top: 60px;
}

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

.image-124 {
  width: 25px;
  height: 25px;
}

.div-block-11023 {
  text-align: center;
}

.list-11 {
  margin-bottom: 30px;
}

.text-block-60 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-74 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-11024 {
  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-11025 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-106 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-75 {
  color: var(--burlywood);
  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;
}

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

.image-125 {
  width: 25px;
  height: 25px;
}

.text-block-61 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11027 {
  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-11028 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-107 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-76 {
  color: var(--burlywood);
  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-11030 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.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-52 {
  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-126 {
  width: 25px;
  height: 25px;
}

.text-block-62 {
  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-11031 {
  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-11032 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-63 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-64 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-64:hover {
  color: #fff;
}

.image-127 {
  width: 11px;
}

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

.div-block-11036 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.bold-text-46 {
  color: var(--burlywood);
}

.div-block-11037 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-65 {
  margin-top: 10px;
}

.section-65 {
  background-image: linear-gradient(#c5a9741c, #fff 65%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-128 {
  transition: all .6s;
}

.image-128:hover {
  transform: scale(1.05);
}

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

.div-block-10959 {
  background-image: url('../assets/img-2.webp');
  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-129 {
  width: 25px;
  height: 25px;
}

.div-block-11039 {
  text-align: center;
}

.text-block-66 {
  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-78 {
  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-11040 {
  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-11041 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-108 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-79 {
  color: var(--burlywood);
  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-block-10962 {
  margin-top: 60px;
}

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

.paragraph-38 {
  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;
}

.paragrafo-funciona-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

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

.image-130 {
  width: 25px;
  height: 25px;
}

.div-block-11044 {
  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-67 {
  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-11045 {
  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-11046 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-68 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-69 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-69:hover {
  color: #fff;
}

.image-131 {
  width: 11px;
}

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

.div-block-11050 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.div-block-11051 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-70 {
  margin-top: 10px;
}

.image-132 {
  transition: all .6s;
}

.image-132:hover {
  transform: scale(1.05);
}

.grid-48-copyn-v {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.div-block-11053 {
  text-align: center;
}

.heading-81 {
  color: #906e2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.container-109 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-82 {
  color: var(--burlywood);
  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-10891-copyb {
  margin-bottom: 0;
}

.div-bloco-destaque-5 {
  text-align: center;
  border: 2px solid #c5a974;
  border-radius: 15px;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .5s;
}

.div-bloco-destaque-5:hover {
  background-color: #c5a9741f;
}

.div-bloco-destaque-5.img {
  border-color: #c5a9744a;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-11055 {
  justify-content: center;
  align-items: center;
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-71 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.paragraph-39 {
  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;
}

.section-3-copygn {
  background-color: #fff0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-10940 {
  margin-top: 60px;
}

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

.image-133 {
  width: 25px;
  height: 25px;
}

.text-block-72 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11056 {
  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-11057 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-73 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-74 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-74:hover {
  color: #fff;
}

.image-134 {
  width: 11px;
}

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

.div-block-11061 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.div-block-11062 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-34-cop-co {
  color: var(--burlywood);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-75 {
  margin-top: 10px;
}

.image-135 {
  transition: all .6s;
}

.image-135:hover {
  transform: scale(1.05);
}

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

.paragraph-40 {
  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-490 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.image-136 {
  width: 25px;
  height: 25px;
}

.div-block-11065 {
  text-align: center;
}

.text-block-76 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11066 {
  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-11067 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-77 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-78 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-78:hover {
  color: #fff;
}

.image-137 {
  width: 11px;
}

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

.div-block-11071 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.div-block-11072 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-79 {
  margin-top: 10px;
}

.image-138 {
  transition: all .6s;
}

.image-138:hover {
  transform: scale(1.05);
}

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

.paragraph-41 {
  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-491 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-11075 {
  margin-top: 60px;
}

.image-139 {
  width: 25px;
  height: 25px;
}

.div-block-11076 {
  text-align: center;
}

.text-block-80 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11077 {
  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-11078 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-81 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-82 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-82:hover {
  color: #fff;
}

.image-140 {
  width: 11px;
}

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

.div-block-11082 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.div-block-11083 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-83 {
  margin-top: 10px;
}

.image-141 {
  transition: all .6s;
}

.image-141:hover {
  transform: scale(1.05);
}

.grid-48-copy-df {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

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

.image-142 {
  width: 25px;
  height: 25px;
}

.div-block-11085 {
  text-align: center;
}

.text-block-84 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

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

.container-110 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-83 {
  color: var(--burlywood);
  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-11089 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-85 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

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

.image-143 {
  width: 25px;
  height: 25px;
}

.text-block-86 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11090 {
  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-11091 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-87 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-88 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-88:hover {
  color: #fff;
}

.image-144 {
  width: 11px;
}

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

.div-block-11095 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.bold-text-72 {
  color: var(--burlywood);
  font-weight: 700;
}

.div-block-11096 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-89 {
  margin-top: 10px;
}

.image-145 {
  transition: all .6s;
}

.image-145:hover {
  transform: scale(1.05);
}

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

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

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

.div-block-11099 {
  margin-top: 60px;
}

.image-146 {
  width: 25px;
  height: 25px;
}

.div-block-11100 {
  text-align: center;
}

.text-block-90 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11101 {
  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-11102 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-91 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-92 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-92:hover {
  color: #fff;
}

.container-hero-r25 {
  text-align: center;
  background-color: #0000;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

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

.div-block-11106 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.bold-text-77, .bold-text-78, .bold-text-79 {
  color: var(--burlywood);
}

.div-block-11107 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-93 {
  margin-top: 10px;
}

.image-147 {
  transition: all .6s;
}

.image-147:hover {
  transform: scale(1.05);
}

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

.paragraph-44 {
  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-493 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-11110 {
  margin-top: 60px;
}

.image-148 {
  width: 25px;
  height: 25px;
}

.div-block-11111 {
  text-align: center;
}

.text-block-94 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11112 {
  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-11113 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-95 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-96 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-96:hover {
  color: #fff;
}

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

.div-block-11117 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.bold-text-80 {
  color: var(--burlywood);
}

.div-block-10982 {
  margin-bottom: 100px;
}

.div-block-11119 {
  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;
}

.paragraph-45 {
  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-149 {
  width: 25px;
  height: 25px;
}

.text-block-97 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11120 {
  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-11121 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-98 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-99 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-99:hover {
  color: #fff;
}

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

.div-block-11125 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.bold-text-81 {
  color: var(--burlywood);
}

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

.paragraph-46 {
  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-494 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-150 {
  width: 25px;
  height: 25px;
}

.text-block-100 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11128 {
  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-11129 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-101 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-102 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-102:hover {
  color: #fff;
}

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

.div-block-11133 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.bold-text-82, .bold-text-83 {
  color: var(--burlywood);
}

.div-block-11134 {
  border-radius: 20px;
  overflow: hidden;
}

.btn-inicio-copy-v {
  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:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.off {
  display: none;
}

.text-block-103 {
  margin-top: 10px;
}

.image-151 {
  transition: all .6s;
}

.image-151:hover {
  transform: scale(1.05);
}

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

.image-152 {
  width: 25px;
  height: 25px;
}

.div-block-11136 {
  text-align: center;
}

.text-block-104 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.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-11137 {
  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-11138 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-105 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-106 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-106:hover {
  color: #fff;
}

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

.div-block-11142 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.bold-text-84 {
  color: var(--burlywood);
}

.div-block-11143 {
  border-radius: 20px;
  overflow: hidden;
}

.grid-48ntgn {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.text-block-107 {
  margin-top: 10px;
}

.image-153 {
  transition: all .6s;
}

.image-153:hover {
  transform: scale(1.05);
}

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

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

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

.image-154 {
  width: 25px;
  height: 25px;
}

.div-block-11146 {
  text-align: center;
}

.text-block-108 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11147 {
  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-11148 {
  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;
}

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

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

.text-block-110 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-110:hover {
  color: #fff;
}

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

.div-block-11152 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.div-block-11153 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-111 {
  margin-top: 10px;
}

.image-155 {
  transition: all .6s;
}

.image-155:hover {
  transform: scale(1.05);
}

.div-block-11155 {
  text-align: center;
}

.container-111 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-84 {
  color: var(--burlywood);
  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-11157 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-112 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.paragraph-48 {
  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;
}

.div-block-10943 {
  margin-top: 60px;
}

.image-156 {
  width: 25px;
  height: 25px;
}

.text-block-113 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11158 {
  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-11159 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-114 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-115 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-115:hover {
  color: #fff;
}

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

.div-block-11163 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.div-block-11164 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-116 {
  margin-top: 10px;
}

.image-157 {
  transition: all .6s;
}

.image-157:hover {
  transform: scale(1.05);
}

.div-block-11166 {
  text-align: center;
}

.container-112 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-85 {
  color: var(--burlywood);
  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-11168 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-117 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.paragraph-49 {
  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;
}

.div-block-11169 {
  margin-top: 60px;
}

.image-158 {
  width: 25px;
  height: 25px;
}

.text-block-118 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11170 {
  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-11171 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-119 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

.div-block-11173 {
  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;
}

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

.div-block-11175 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

.div-block-11176 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-121 {
  margin-top: 10px;
}

.image-159 {
  transition: all .6s;
}

.image-159:hover {
  transform: scale(1.05);
}

.image-160 {
  width: 25px;
  height: 25px;
}

.div-block-11178 {
  text-align: center;
}

.text-block-122 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.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-11179 {
  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-11180 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-113 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-86 {
  color: var(--burlywood);
  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-11182 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-123 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.paragraph-50 {
  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;
}

.div-block-11183 {
  margin-top: 60px;
}

.image-161 {
  width: 25px;
  height: 25px;
}

.text-block-124 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11184 {
  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-11185 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-125 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-126 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-126:hover {
  color: #fff;
}

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

.div-block-11189 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

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

.div-block-11190 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-128 {
  margin-top: 10px;
}

.image-162 {
  transition: all .6s;
}

.image-162:hover {
  transform: scale(1.05);
}

.image-163 {
  width: 25px;
  height: 25px;
}

.div-block-11192 {
  text-align: center;
}

.div-block-11193 {
  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-11194 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-114 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-87 {
  color: var(--burlywood);
  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-11196 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-129 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.paragraph-51 {
  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;
}

.div-block-11197 {
  margin-top: 60px;
}

.image-164 {
  width: 25px;
  height: 25px;
}

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

.text-block-130 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-131 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-131:hover {
  color: #fff;
}

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

.div-block-11203 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

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

.div-block-11204 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-133 {
  margin-top: 10px;
}

.image-165 {
  transition: all .6s;
}

.image-165:hover {
  transform: scale(1.05);
}

.image-166 {
  width: 25px;
  height: 25px;
}

.div-block-11206 {
  text-align: center;
}

.div-block-11207 {
  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-11208 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.container-115 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-88 {
  color: var(--burlywood);
  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-11210 {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-134 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
}

.paragraph-52 {
  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;
}

.div-block-11211 {
  margin-top: 60px;
}

.image-167 {
  width: 25px;
  height: 25px;
}

.div-block-11212 {
  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-11213 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-135 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-136 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-136:hover {
  color: #fff;
}

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

.div-block-11217 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

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

.div-block-11218 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-138 {
  margin-top: 10px;
}

.image-168 {
  transition: all .6s;
}

.image-168:hover {
  transform: scale(1.05);
}

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

.paragraph-53 {
  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-169 {
  width: 25px;
  height: 25px;
}

.div-block-11221 {
  text-align: center;
}

.div-block-11222 {
  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-11223 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.text-block-139 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.text-block-140 {
  color: #fff;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-140:hover {
  color: #fff;
}

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

.div-block-11227 {
  background-color: #c5a97454;
  border: 0 solid #c5a974;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-flex;
}

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

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

.div-block-11228 {
  border-radius: 20px;
  overflow: hidden;
}

.text-block-142 {
  margin-top: 10px;
}

.image-170 {
  transition: all .6s;
}

.image-170:hover {
  transform: scale(1.05);
}

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

.paragraph-54 {
  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-171 {
  width: 25px;
  height: 25px;
}

.div-block-11231 {
  text-align: center;
}

.div-block-11232 {
  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-11233 {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.bold-text-85 {
  color: var(--burlywood);
}

.text-block-67-copy, .text-block-86-copy, .text-block-108-copy, .text-block-124-copy {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.title-small-copy-copy {
  color: var(--burlywood);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto 30px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.title-small-co {
  color: var(--burlywood);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px auto 30px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

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

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

.bloco-dr-icones {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-11234 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: inline-flex;
}

.image-212 {
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  margin-top: 3px;
}

.text-block-copy {
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.list-12 {
  margin-bottom: 20px;
}

.container-hero-equipe {
  text-align: center;
  background-color: #0000;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.text-block-190 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

.text-block-191 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

.image-91 {
  width: 20px;
}

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

.text-block-192 {
  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;
}

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

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

.paragraph-55 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.div-block-10902 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.text-block-193 {
  color: #906e2b;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.list-item-16 {
  margin-bottom: 20px;
}

.image-213 {
  width: 20px;
}

.paragraph-56 {
  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-929 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11325 {
  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-214 {
  width: 30px;
  height: 30px;
}

.text-block-194 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.heading-140 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

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

.image-92 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.text-block-195 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.paragraph-57 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.div-block-10903-co {
  text-align: center;
  background-color: #906e2b21;
  border-radius: 20px;
  margin: 60px 0 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-141 {
  color: var(--burlywood);
  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-10933 {
  text-align: center;
  margin-bottom: 60px;
}

.div-block-11326 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

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

.text-block-196 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

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

.paragrafo-fun3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-11330 {
  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-item-17 {
  margin-bottom: 20px;
}

.div-block-10868 {
  margin-top: 60px;
}

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

.div-block-11331 {
  margin-top: 60px;
}

.bloco-titulo2-2 {
  color: #000;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-142 {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-11332 {
  aspect-ratio: auto;
  display: block;
}

.code-embed-3 {
  margin-bottom: 0;
}

.analise {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-span-57 {
  color: #c5a974;
}

.div-block-1089975 {
  margin-top: 60px;
}

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

.div-block-226-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.text-block-210 {
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.text-span-53-copy {
  color: #c5a974;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.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-block-209 {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

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

.bloco-diagnostico {
  background-image: linear-gradient(360deg, #0009, #0000 21%), linear-gradient(#000000db, #000000db), url('../assets/194231590.webp');
  background-position: 0 0, 0 0, 50% 75%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 0;
  margin-top: 0;
  padding: 100px 40px 10px;
}

.btn-inicio-copy-v-5 {
  background-color: var(--dark-goldenrod);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #906e2b;
  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-5:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-1089971 {
  background-color: #c5a97424;
  border: 1px solid #c5a97461;
  border-radius: 15px;
  padding: 15px 20px;
}

.text-block-208 {
  color: #fff;
  background-image: url('../assets/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-weight: 600;
}

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

.text-block-208._1 {
  background-image: url('../assets/estrela.svg');
}

.div-block-1089972 {
  text-align: center;
}

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

.text-span-56 {
  color: var(--burlywood);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-1089977 {
  margin-top: 80px;
}

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

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

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

.text-span-55 {
  border-bottom: 2px solid #c5a974;
  margin-left: 3px;
  margin-right: 3px;
}

.text-block-211 {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

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

.div-block-1089979 {
  background-color: #c5a97424;
  border: 1px solid #c5a97461;
  border-radius: 15px;
  padding: 15px 20px;
}

.text-block-212 {
  color: #fff;
  background-image: url('../assets/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-weight: 600;
}

.text-block-212._2 {
  background-image: url('../assets/velocimetro.svg');
  background-size: 17px;
}

.text-block-212._3 {
  background-image: url('../assets/prancheta.svg');
  background-size: 17px;
}

.text-block-212._1 {
  background-image: url('../assets/estrela.svg');
}

.div-block-1089980 {
  text-align: center;
}

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

.heading-55-copsdc-copy-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.section-132 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-69-copydv {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-span-58 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #aa7e32, #ebc65e);
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-inicio-copy-v-6 {
  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-6:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.div-block-10899 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-block-213 {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.div-block-1089981 {
  background-color: #c5a97424;
  border: 1px solid #c5a97461;
  border-radius: 15px;
  padding: 15px 20px;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

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

.div-block-1089982 {
  margin-top: 60px;
}

.bas-label-before-h {
  z-index: 3;
  color: #aa7e32;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.div-block-1089955 {
  max-width: none;
}

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

.text-span-28 {
  color: #fff;
}

.heading-143 {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.bas-icon-regular {
  color: #aa7e32;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.bas-wrapper2 {
  border: 8px solid #c5a974;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

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

.section-133 {
  color: #1f2022;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-53-copy-2 {
  color: #c5a974;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(110deg, #aa7e32, #ebc65e);
  -webkit-background-clip: text;
  background-clip: text;
}

.bas-wrapper {
  border: 8px solid #c5a974;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 536px;
  position: relative;
  overflow: hidden;
}

.container-939 {
  width: 1200px;
  max-width: 90%;
  margin-top: 100px;
}

.heading-69-copygv {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

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

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

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  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 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .9rem;
  line-height: 1.6em;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg.utility-margin-bottom-2rem {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.grid-529 {
  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;
}

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

.btn-inicio-copy-v-7 {
  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-7:hover {
  color: #fff;
  background-color: #a58546;
  transform: translate(-2px, -2px);
}

.image-223 {
  width: 100px;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.text-block-214 {
  color: #fff;
  background-image: url('../assets/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-weight: 600;
}

.text-block-214._2 {
  background-image: url('../assets/velocimetro.svg');
  background-size: 17px;
}

.text-block-214._1 {
  background-image: url('../assets/estrela.svg');
}

.text-block-214._3 {
  background-image: url('../assets/prancheta.svg');
  background-size: 17px;
}

.div-block-11399 {
  border-radius: 10px;
  overflow: hidden;
}

.bloco-diagnostico-2 {
  background-image: linear-gradient(360deg, #0009, #0000 21%), linear-gradient(#000c, #000c), url('../assets/194231590.webp');
  background-position: 0 0, 0 0, 50% 75%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 20px;
  margin-top: 0;
  padding: 80px 40px 10px;
}

.div-block-1089985 {
  text-align: center;
}

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

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

.text-block-215 {
  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;
}

.paragraph-lg-copydv-copysc {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6em;
}

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

.bas-label-after-h {
  z-index: 3;
  color: #aa7e32;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.div-block-1089956 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

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

.div-block-1089987 {
  border: 1px solid var(--burlywood);
  background-image: url('../assets/Marcus-Torres-2118.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 200px;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-right: 10px;
  display: inline-flex;
}

.image-225 {
  border-radius: 200px;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
}

.text-block-216 {
  color: #fff;
  font-weight: 700;
}

.text-block-217 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .image-27 {
    width: 90px;
    font-size: 1px;
  }

  .nav-link-2, .nav-dropdown-toggle-2, .nav-link-2-copy {
    font-size: 13px;
  }

  .navbar_submenu {
    max-width: 56.25rem;
  }

  .button-2.is-navbar-button {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .image-27 {
    width: 90px;
  }

  .image-31 {
    width: 17px;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }

  .address-big {
    font-size: 2rem;
  }

  .shape-arrow {
    width: 20px;
    height: 20px;
  }

  .section-wrapper {
    max-width: 1800px;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .contact-info-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button_text {
    font-size: 1.1rem;
  }

  .contact-wrap {
    width: 100%;
    max-width: 1500px;
  }

  .section-header {
    font-size: 3.2rem;
  }

  .container-regular-2 {
    width: 1300px;
  }

  .nav-link-2, .nav-dropdown-toggle-2, .nav-link-2-copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    display: block;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #1d1d1d;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 100vh;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .menu-button {
    background-color: var(--dark-goldenrod);
    border-radius: 5px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--dark-goldenrod);
    color: #fff;
    border-radius: 5px;
  }

  .h1 {
    font-size: 65px;
    line-height: 70px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-link, .footer-link.w--current {
    font-size: 13px;
  }

  .div-block-5 {
    font-size: 12px;
  }

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

  .creator_block {
    display: block;
  }

  .bloco-banners {
    max-width: 400px;
  }

  .image-21 {
    width: auto;
  }

  .container-18 {
    padding: 40px;
  }

  .heading-13 {
    margin-bottom: 30px;
  }

  .text-block-11 {
    font-size: 14px;
  }

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

  .paragraph-16 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-27 {
    width: 90px;
  }

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

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

  .image-31 {
    width: 13px;
  }

  .link-block {
    width: 30px;
    height: 30px;
  }

  .list-item-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-80 {
    max-width: none;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .text-block-14 {
    font-size: 50px;
  }

  .text-block-15 {
    font-size: 20px;
    line-height: 25px;
  }

  .c-card-btn-text.default, .c-card-btn-text.focus {
    transform: translate(0, -100%);
  }

  .carousel-mask {
    width: 60%;
  }

  .card-body-2 {
    min-height: 400px;
  }

  .nav-button-wrapper-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .h1-2 {
    font-size: 65px;
    line-height: 70px;
  }

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

  .countup-title---brix-agency {
    font-size: 22px;
    line-height: 33px;
  }

  .countup-number---brix {
    font-size: 80px;
    line-height: 87px;
  }

  .navbar-no-shadow-container-mobile {
    display: none;
  }

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

  .container-67, .container-68, .container-70 {
    max-width: 90%;
  }

  .contact-form-section {
    flex-direction: row;
    justify-content: flex-start;
  }

  .submit-button-4 {
    padding: 12px 16px;
  }

  .form_field {
    font-size: 16px;
  }

  .is--tag {
    font-size: 14px;
  }

  .button_text {
    margin-right: 24px;
  }

  .header-subtitle {
    letter-spacing: 5px;
    font-size: .7rem;
  }

  .primary-button {
    padding: 12px 16px;
  }

  .contact-page-1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .contact-wrap {
    padding: 0;
  }

  .contact-form {
    padding-left: 1.3rem;
  }

  .verticle-line {
    width: 100%;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper-2 {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

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

  .image-49, .image-49.menu-img {
    width: 30%;
    max-width: 30%;
  }

  .dropdown-list-2.submenu-list {
    position: fixed;
  }

  .image-51 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .down-arrow {
    width: 30px;
    height: 17px;
    display: block;
  }

  .container-74 {
    z-index: 6;
    background-color: #181818;
    grid-template-columns: 1fr;
    position: relative;
  }

  .up-image {
    width: 30px;
    height: 17px;
  }

  .dropdown-toggle.nav-link {
    z-index: 5;
    justify-content: space-between;
    transition: all .5s;
    display: flex;
  }

  .text-block-32 {
    margin-bottom: 20px;
  }

  .desktop {
    display: none;
  }

  .nav-menu-wrapper-2 {
    text-align: right;
    background-color: #0f0f0f;
    margin-top: 77px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: scroll;
  }

  .nav-menu-3 {
    color: #fff;
    text-align: right;
    background-color: #0a0a0a00;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: block;
    overflow: visible;
  }

  .nav-link-2 {
    width: 100%;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
    font-size: 13px;
  }

  .nav-dropdown-2 {
    width: 100%;
  }

  .nav-dropdown-toggle-2 {
    text-align: right;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    display: block;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    background-color: var(--dark-goldenrod);
    border-radius: 10px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--burlywood);
    color: #fff;
  }

  .list-item-8 {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .mobile {
    height: 77px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-33 {
    color: #7e7e7e;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .nav-link-2-copy {
    width: 100%;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
    font-size: 13px;
  }

  .link-6 {
    color: #fff;
    width: auto;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
  }

  .navbar_dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_submenu-item.is-bold {
    font-size: 1.5rem;
  }

  .navbar_submenu {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    max-width: 100%;
    position: static;
    top: 0;
  }

  .navbar_dropdown-toggle {
    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:hover {
    color: #ffffff4d;
    border-bottom-color: #ffffff4d;
  }

  .navbar_left-widget {
    width: 100%;
    max-width: 20rem;
    height: 100%;
    margin-top: 2rem;
    position: relative;
    top: 0;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0;
  }

  .hide-desktop-only {
    display: block;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_mobile-search-wrap {
    border-right: 1px solid #fff;
    display: block;
  }

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

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    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_mobile-view {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-desktop-only-2 {
    display: block;
  }

  .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_desktop-view {
    display: none;
  }

  .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_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_dropdown-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_link-3 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_mobile-view-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .hide-desktop-only-3 {
    display: block;
  }

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

  .grid-funciona-3-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .img-tecnologias {
    height: 250px;
  }

  .container-hero-quemsomos, .container-87 {
    max-width: 90%;
  }

  .grid-funciona-copyvb, .grid-funcio {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-92 {
    max-width: 90%;
  }

  .btn-inicio-2b-copyd {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .btn-inicio-c {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-67 {
    font-size: 30px;
    line-height: 40px;
  }

  .cta {
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-layout-2.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .subheading {
    font-size: 1.13rem;
  }

  .section-56 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-95 {
    max-width: 90%;
  }

  .grid-layout-3.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .container-96 {
    max-width: 90%;
  }

  .heading-50-copy-cop {
    font-size: 25px;
    line-height: 35px;
  }

  .grid-layout-4.desktop-1-column {
    grid-template-columns: 1fr;
  }

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

  .container-hero-r24 {
    max-width: 90%;
  }

  .grid-funciona-3-col-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-63 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-99, .container-101 {
    max-width: 90%;
  }

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

  .grid-funciona-2-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-72 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-103 {
    max-width: 90%;
  }

  .faq-question-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .heading-74 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-106 {
    max-width: 90%;
  }

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

  .container-107 {
    max-width: 90%;
  }

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

  .heading-77 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-78 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-108 {
    max-width: 90%;
  }

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

  .heading-80 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-48-copyn-v {
    grid-template-columns: 1fr;
  }

  .heading-81 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-109 {
    max-width: 90%;
  }

  .grid-490, .grid-491, .grid-48-copy-df, .grid-48-copy-copybkh {
    grid-template-columns: 1fr;
  }

  .container-110 {
    max-width: 90%;
  }

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

  .container-hero-r25 {
    max-width: 90%;
  }

  .grid-493, .grid-48-copygfn-copy, .grid-494 {
    grid-template-columns: 1fr;
  }

  .btn-inicio-copy-v {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .grid-48-copyg, .grid-48ntgn {
    grid-template-columns: 1fr;
  }

  .container-111, .container-112 {
    max-width: 90%;
  }

  .grid-48-copy-copygh {
    grid-template-columns: 1fr;
  }

  .container-113, .container-114, .container-115, .container-hero-equipe {
    max-width: 90%;
  }

  .heading-139 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-929 {
    max-width: 90%;
  }

  .heading-140 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-10903-co {
    margin-top: 140px;
  }

  .text-span-53-copy {
    font-size: 45px;
    line-height: 60px;
  }

  .heading-55-copsdc-copy {
    font-size: 35px;
    line-height: 45px;
  }

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

  .btn-inicio-copy-v-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .div-block-1089971 {
    padding: 10px;
  }

  .text-block-208._2, .text-block-208._3, .text-block-208._1 {
    padding-left: 23px;
    font-size: 10px;
    line-height: 18px;
  }

  .grid-528-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading-55-copsdc {
    font-size: 35px;
    line-height: 45px;
  }

  .grid-528 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-1089979 {
    padding: 10px;
  }

  .text-block-212._2, .text-block-212._3, .text-block-212._1 {
    padding-left: 23px;
    font-size: 10px;
    line-height: 18px;
  }

  .heading-55-copsdc-copy-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .btn-inicio-copy-v-6 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .div-block-1089981 {
    padding: 10px;
  }

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

  .section-133 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .text-span-53-copy-2 {
    font-size: 45px;
    line-height: 60px;
  }

  .grid-526 {
    grid-template-columns: 1.5fr;
  }

  .paragraph-lg-copydv, .paragraph-lg {
    font-size: 1.13rem;
  }

  .grid-529 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .btn-inicio-copy-v-7 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .text-block-214._2, .text-block-214._1, .text-block-214._3 {
    padding-left: 23px;
    font-size: 10px;
    line-height: 18px;
  }

  .paragraph-lg-copydv-copysc {
    font-size: 1.13rem;
  }
}

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

  .section {
    padding-bottom: 100px;
  }

  .h1 {
    font-size: 45px;
    line-height: 50px;
  }

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

  .container {
    max-width: 90%;
  }

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

  .div-block {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    height: 600px;
  }

  .div-block-3 {
    margin: -70px auto 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .container-2 {
    max-width: 90%;
  }

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

  .footer-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .section-21 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-14 {
    font-size: 18px;
    line-height: 23px;
  }

  .creator_block {
    display: block;
  }

  .bloco-banners {
    max-width: 80%;
  }

  .grid-unique-day {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-18 {
    max-width: 90%;
  }

  .section-23 {
    padding-top: 60px;
  }

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

  .image-28 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-52 {
    max-width: 90%;
  }

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

  .container-53 {
    max-width: 90%;
  }

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

  .container-55, .container-56, .container-2-copy, .container-2-copycd, .div-block-80 {
    max-width: 90%;
  }

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

  .container-57, .container-58, .utility-page-content, .container-2-copy, .container-2-copy-copy {
    max-width: 90%;
  }

  .grid-28-copycdac {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-15 {
    font-size: 15px;
    line-height: 20px;
  }

  .container-59 {
    max-width: 90%;
  }

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

  .carousel-mask {
    width: 80%;
  }

  .card-body-2 {
    min-height: 380px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-63 {
    max-width: 90%;
  }

  .paragraph2 {
    font-size: 16px;
  }

  .grid-33 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-48 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-19-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .title-small-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .container-65 {
    max-width: 90%;
  }

  .h1-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .grid-3-columns {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .countup-title---brix-agency {
    margin-top: 4px;
    font-size: 20px;
    line-height: 28px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .countup-number---brix {
    font-size: 60px;
    line-height: 70px;
  }

  .countup-number---brix.count-number.timer {
    font-size: 60px;
  }

  .countup-number-top---brix-agency {
    font-size: 13px;
  }

  .ebook {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .grid-ebook {
    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;
  }

  .container-66 {
    max-width: 90%;
  }

  .grid-19-copyvvn {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-67 {
    max-width: 90%;
  }

  .paragraph-25-copysdv {
    font-size: 16px;
    line-height: 27px;
  }

  .heading-4-copyac {
    font-size: 35px;
    line-height: 45px;
  }

  .section-tecnologias {
    padding-bottom: 40px;
  }

  .container-68 {
    max-width: 90%;
  }

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

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

  .div-block-157 {
    text-align: center;
  }

  .contact-form-section {
    flex-direction: column;
  }

  .contact-address {
    width: 50%;
    margin-bottom: 1.6rem;
  }

  .address-big {
    padding-right: 28px;
  }

  .is--tag {
    font-size: 12px;
  }

  .contact-info-wrap {
    border-right-style: none;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }

  .header-subtitle {
    margin-top: 0;
  }

  .contact-wrap {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    margin-top: 1.6rem;
  }

  .button-wrapper.contact-buttons {
    margin-top: 0;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
  }

  .footer-wrapper-2 {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

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

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

  .container-74 {
    flex-wrap: wrap;
  }

  .services-block {
    width: 50%;
  }

  .desktop {
    display: none;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    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;
  }

  .mobile {
    display: block;
  }

  .nav-link-2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar, .navbar-3 {
    min-height: 4rem;
  }

  .grid-funciona-3-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .img-tecnologias {
    height: 200px;
  }

  .heading-7-c6 {
    font-size: 35px;
    line-height: 50px;
  }

  .container-hero-quemsomos {
    max-width: 90%;
  }

  .container-87 {
    text-align: center;
  }

  .grid-funciona-copyvb, .grid-funcio {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-92 {
    text-align: center;
  }

  .heading-67 {
    margin-bottom: 0;
  }

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

  .subheading {
    font-size: 1.1rem;
  }

  .section-56 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-95 {
    text-align: center;
  }

  .grid-layout-3.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .container-96 {
    text-align: center;
  }

  .grid-layout-4.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

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

  .container-hero-r24 {
    max-width: 90%;
  }

  .grid-funciona-3-col-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-63 {
    margin-bottom: 0;
  }

  .container-99, .container-101 {
    text-align: center;
  }

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

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

  .grid-funciona-2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-72 {
    margin-bottom: 0;
  }

  .container-103 {
    text-align: center;
  }

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

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

  .heading-74 {
    margin-bottom: 0;
  }

  .container-106 {
    text-align: center;
  }

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

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

  .container-107 {
    text-align: center;
  }

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

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

  .heading-77 {
    margin-bottom: 0;
  }

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

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

  .heading-78 {
    margin-bottom: 0;
  }

  .container-108 {
    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-11042 {
    margin-bottom: 40px;
  }

  .heading-80 {
    margin-bottom: 0;
  }

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

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

  .heading-81 {
    margin-bottom: 0;
  }

  .container-109 {
    text-align: center;
  }

  .div-block-11054, .div-block-11063 {
    margin-bottom: 40px;
  }

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

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

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

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

  .grid-48-copy-df, .grid-48-copy-copybkh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-110 {
    text-align: center;
  }

  .div-block-11088, .div-block-11097 {
    margin-bottom: 40px;
  }

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

  .container-hero-r25 {
    max-width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .container-111 {
    text-align: center;
  }

  .div-block-11156, .div-block-11165 {
    margin-bottom: 40px;
  }

  .container-112 {
    text-align: center;
  }

  .div-block-11167, .div-block-11177 {
    margin-bottom: 40px;
  }

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

  .container-113 {
    text-align: center;
  }

  .div-block-11181, .div-block-11191 {
    margin-bottom: 40px;
  }

  .container-114 {
    text-align: center;
  }

  .div-block-11195, .div-block-11205 {
    margin-bottom: 40px;
  }

  .container-115 {
    text-align: center;
  }

  .div-block-11209, .div-block-11219, .div-block-11229 {
    margin-bottom: 40px;
  }

  .title-small-copy-copy, .title-small-co {
    margin-left: auto;
    margin-right: auto;
  }

  .container-hero-equipe {
    max-width: 90%;
  }

  .heading-139 {
    margin-bottom: 0;
  }

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

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

  .container-929 {
    text-align: center;
  }

  .heading-140 {
    margin-bottom: 0;
  }

  .div-block-10903-co {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-55-copsdc {
    font-size: 30px;
    line-height: 45px;
  }

  .heading-55-copsdc-copy-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .section-133 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-span-53-copy-2 {
    font-size: 40px;
    line-height: 35px;
  }

  .paragraph-lg-copydv, .paragraph-lg, .paragraph-lg-copydv-copysc {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    position: absolute;
    overflow: scroll;
  }

  .nav-menu {
    flex-direction: column;
    min-height: auto;
    position: static;
    overflow: visible;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    background-color: var(--dark-goldenrod);
    border-radius: 5px;
  }

  .h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .container {
    max-width: 90%;
  }

  .sobre {
    padding-bottom: 0;
  }

  .div-block {
    max-width: 90%;
  }

  .div-block-2 {
    height: 400px;
  }

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

  .container-2 {
    max-width: 90%;
  }

  .paragraph {
    font-size: 14px;
  }

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

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

  .title-small {
    text-align: center;
  }

  .footer-link:hover {
    color: #ffffffbf;
  }

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

  .tab-link-tab-1 {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-link-tab-1.w--current {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .heading-4 {
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph-2 {
    max-width: 90%;
  }

  .grid-5 {
    max-width: none;
  }

  .tabs {
    display: block;
  }

  .div-block-10 {
    max-width: none;
  }

  .grid-5-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .clientes {
    overflow: hidden;
  }

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

  .heading-35 {
    margin-bottom: 20px;
  }

  .creator_block {
    display: block;
  }

  .section-links {
    padding-top: 0;
  }

  .descricao {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
  }

  .bloco-info {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    margin-bottom: 20px;
  }

  .bloco-banners {
    max-width: 90%;
  }

  .image-24 {
    max-width: 250px;
  }

  .grid-unique-day._2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-18 {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    font-family: Poppins, sans-serif;
  }

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

  .paragraph-16 {
    font-size: 20px;
  }

  .container-53 {
    max-width: 90%;
  }

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

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

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

  .list-item-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .tabs-menu {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .bloco-1, .bloco-2, .bloco-3, .bloco-4, .bloco-5, .bloco-6, .bloco-7, .bloco-8 {
    max-width: none;
    padding: 40px 20px;
  }

  .heading-41 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-79 {
    font-family: Poppins, sans-serif;
  }

  .container-2-copy, .container-2-copycd {
    max-width: 90%;
  }

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

  .h3 {
    font-size: 15px;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .heading-42 {
    font-size: 40px;
    line-height: 45px;
  }

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

  .imagem {
    width: 150px;
    height: 150px;
    margin-top: -75px;
  }

  .container-2-copy, .container-2-copy-copy {
    max-width: 90%;
  }

  .background-video {
    min-height: 60vh;
    padding-top: 60px;
  }

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

  .grid-28-copycdac {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .div-block-95 {
    height: 300px;
  }

  .numeros {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .nav-button-wrapper-copy {
    width: auto;
  }

  .div-block-100 {
    border-radius: 5px;
  }

  .container-60 {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sonho {
    max-width: none;
  }

  .container-61 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-20 {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .c-content {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-card-back {
    width: 100%;
    max-width: 250px;
  }

  .cloneable-area {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
  }

  ._w-content {
    margin-left: auto;
    margin-right: auto;
  }

  .c-flipping-cards-list {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .c-card-front {
    width: 100%;
    max-width: 250px;
  }

  ._w-flip-card {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-mask {
    width: 100%;
    margin-bottom: -100px;
  }

  .carousel-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .card-body-2 {
    min-height: 520px;
    padding: 20px;
  }

  .carousel.is_contained {
    height: 600px;
  }

  .bloco-9 {
    max-width: none;
    padding: 40px 20px;
  }

  .capa-blog {
    height: 70vh;
  }

  .grid-31 {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

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

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

  .nav-button-wrapper-copy {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-45 {
    text-align: left;
    font-size: 40px;
    font-style: normal;
  }

  .capa-blog-interno {
    height: 70vh;
  }

  .dropdown-list.w--open {
    margin-left: 0;
    margin-right: 0;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .bloco-1-proced {
    max-width: none;
    padding: 40px 20px;
  }

  .section-34 {
    padding-bottom: 40px;
  }

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

  .section-4-co {
    height: 70vh;
  }

  .paragraph2 {
    font-size: 14px;
  }

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

  .section-4-co2, .section-4-co3, .section-4-co4, .section-4-co5 {
    height: 70vh;
  }

  .div-block-120 {
    width: 95%;
  }

  .form-block {
    max-width: 100%;
  }

  .div-block-123 {
    height: 500px;
  }

  .container-65 {
    max-width: 90%;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-21 {
    font-size: 15px;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .countup-title---brix-agency {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .countup-number---brix {
    font-size: 66px;
    line-height: 77px;
  }

  .countup-number---brix.color-primary, .countup-number---brix.count-number.timer {
    font-size: 30px;
    line-height: 30px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .text-block-22 {
    font-size: 20px;
    line-height: 30px;
  }

  .bloco-a1 {
    max-width: none;
    padding: 140px 20px 40px;
  }

  .bloco-a2 {
    max-width: none;
    padding: 40px 20px;
  }

  .div-block-131 {
    max-width: none;
  }

  .grid-ebook {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-51 {
    font-size: 25px;
    line-height: 35px;
  }

  .image-43 {
    padding-left: 30px;
  }

  .secao-ebook {
    padding-bottom: 0;
  }

  .ebook-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    text-align: center;
    overflow: visible;
  }

  .nav-menu-2 {
    position: absolute;
  }

  .navbar-no-shadow-container-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-38 {
    padding-bottom: 0;
  }

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

  .text-block-7, .text-block-27 {
    font-size: 16px;
  }

  .heading-53 {
    font-size: 25px;
    line-height: 35px;
  }

  .container-67 {
    max-width: 90%;
  }

  .heading-54 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-51-c-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-27-copy-2 {
    line-height: 25px;
  }

  .divblock-ebook {
    text-align: center;
    margin-bottom: 60px;
  }

  .bloco-2-copysc {
    max-width: none;
    padding: 110px 20px 40px;
  }

  .heading-4-copyasc, .heading-4-copyac {
    font-size: 23px;
    line-height: 30px;
  }

  .section-tecnologias {
    padding-bottom: 60px;
  }

  .container-68 {
    max-width: 90%;
  }

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

  .heading-42-copyzv {
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-30 {
    font-size: 17px;
    line-height: 28px;
  }

  .container-69 {
    padding-bottom: 60px;
  }

  .bloco-capa {
    min-height: 25vh;
  }

  .contact-form-section {
    margin-bottom: 29px;
  }

  .contact-address {
    width: 100%;
    margin-bottom: .9rem;
  }

  .address-big {
    line-height: 1;
  }

  .is--tag {
    font-size: 14px;
  }

  .section-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-text {
    font-size: 1rem;
  }

  .button_text {
    font-size: .8rem;
  }

  .header-subtitle {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 9px;
    padding-right: 5.7rem;
    font-size: .8rem;
  }

  .contact-page-1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .contact-form {
    padding-left: 0;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .button-wrapper.contact-buttons {
    margin-top: .3rem;
  }

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

  .image-49, .image-49.menu-img {
    width: 20%;
    max-width: 20%;
  }

  .desktop {
    display: none;
  }

  .nav-menu-wrapper-2 {
    text-align: center;
    margin-top: 0;
    position: absolute;
    overflow: visible;
  }

  .nav-menu-3 {
    text-align: center;
    flex-direction: column;
    padding-left: 20px;
    overflow: visible;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .list-item-8 {
    text-align: center;
  }

  .mobile {
    display: block;
  }

  .navbar_dropdown {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
  }

  .navbar_link {
    text-align: center;
    border: 0 solid #000;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
  }

  .navbar_submenu-item {
    text-align: center;
  }

  .navbar_submenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar_dropdown-toggle {
    text-align: right;
    border-bottom-width: 0;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    display: block;
  }

  .navbar_dropdown-toggle.w--open {
    text-align: justify;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .navbar_dropdown-link.is-small {
    text-align: center;
    width: 100%;
    font-size: .8rem;
  }

  .navbar_dropdown-link.is-small.w--current {
    color: var(--burlywood);
  }

  .navbar_dropdown-link.is-bold {
    text-align: right;
  }

  .hide-desktop-only {
    display: none;
  }

  .navbar_submenu-col {
    text-align: center;
  }

  .navbar_dropdown-list.w--open {
    margin-top: 0;
    padding: 0 20px;
  }

  .navbar_dropdown-toggle-2 {
    border-bottom-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-icon {
    margin-top: 10px;
  }

  .navbar_mobile-view {
    display: block;
  }

  .padding-global {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: auto;
    padding: .5em 0;
  }

  .navbar_bg {
    background-color: #000;
  }

  .navbar_menu {
    width: 100%;
    margin-top: 71px;
    font-family: Poppins, sans-serif;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .navbar_link-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar_link-3.w--current {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hide-desktop-only-3 {
    width: auto;
    font-size: 1rem;
  }

  .navbar-3 {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-funciona-3-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .div-grade-funciona {
    padding-bottom: 40px;
  }

  .text-block-50 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .capa-hero {
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .heading-7-c6 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 48px;
  }

  .container-hero-quemsomos {
    padding-left: 0;
    padding-right: 0;
  }

  .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-59 {
    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-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-bloco-destaque-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-66 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .btn-inicio-2b-copyd, .btn-inicio-c {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .div-block-10881fb {
    display: block;
  }

  .paragraph-35 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .heading-67 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-10880-copy {
    margin-top: 10px;
    margin-left: 0;
  }

  .cta {
    margin-top: 60px;
    padding: 80px 20px;
  }

  .div-block-18-copy {
    max-width: none;
  }

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

  .list-item-12-b {
    margin-bottom: 20px;
  }

  .grid-layout-2.tablet-1-column.grid-gap-lg.jh {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-10857 {
    min-height: 300px;
  }

  .subheading {
    font-size: 1rem;
  }

  .image-118.cover-image.utility-shadow-xl.off {
    display: block;
  }

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

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

  .heading-68 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .heading-69 {
    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;
  }

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

  .text-block-51 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .container-hero-r24 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-19-copy {
    max-width: 90%;
  }

  .text-block-53 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .grid-funciona-3-col-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-34-cop {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-10912 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .list-item-12-copyh {
    margin-bottom: 20px;
  }

  .paragraph-32-co {
    text-align: center;
  }

  .text-block-43 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-63 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-10911 {
    display: inline-flex;
  }

  .div-block-10913 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-70, .heading-71 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11010 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-funciona-2-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-55 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-72 {
    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-73 {
    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-36 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .paragraph-5 {
    color: #6e6e6e;
    margin-left: 15px;
    font-size: 14px;
  }

  .faq-circle {
    margin-bottom: 9px;
  }

  .text-block-56 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .text-block-58 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11021 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .text-block-60 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-74 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11024 {
    display: inline-flex;
  }

  .div-block-11025 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-75 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11026 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-61 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11027 {
    display: inline-flex;
  }

  .div-block-11028 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-76 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11029 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-37 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-34-cop-c {
    text-align: center;
    margin-top: 40px;
  }

  .text-block-62 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-77 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11031 {
    display: inline-flex;
  }

  .div-block-11032 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-63 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11038 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-65 {
    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-66 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-78 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11040 {
    display: inline-flex;
  }

  .div-block-11041 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-79 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11042 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-38 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-67 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-80 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11045 {
    display: inline-flex;
  }

  .div-block-11046 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-68 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11052 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-81 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-82 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11054 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-bloco-destaque-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-39 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-72 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11056 {
    display: inline-flex;
  }

  .div-block-11057 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-73 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .text-block-34-cop-co {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-11063 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-40, .paragraph-35-copyfb {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-76 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11066 {
    display: inline-flex;
  }

  .div-block-11067 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-77 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11073 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-41 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-80 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11077 {
    display: inline-flex;
  }

  .div-block-11078 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-81 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11084 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-84 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11086 {
    display: inline-flex;
  }

  .div-block-11087 {
    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-11088 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-42 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-86 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11090 {
    display: inline-flex;
  }

  .div-block-11091 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-87 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11097 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-43 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-90 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11101 {
    display: inline-flex;
  }

  .div-block-11102 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-91 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .container-hero-r25 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11108 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-44 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-94 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11112 {
    display: inline-flex;
  }

  .div-block-11113 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-95 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11118 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-48-copygfn-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-45 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-97 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11120 {
    display: inline-flex;
  }

  .div-block-11121 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-98 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11126 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-46 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-100 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11128 {
    display: inline-flex;
  }

  .div-block-11129 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-101 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .btn-inicio-copy-v {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2rem;
  }

  .div-block-11135 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-104 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11137 {
    display: inline-flex;
  }

  .div-block-11138 {
    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-11139 {
    margin-top: 10px;
  }

  .div-block-11144 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-47, .paragraph-35-copygc {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-108 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11147 {
    display: inline-flex;
  }

  .div-block-11148 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-109 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11154 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-84 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11156 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-48 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-113 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11158 {
    display: inline-flex;
  }

  .div-block-11159 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-114 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11165 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-85 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11167 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-49 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-118 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11170 {
    display: inline-flex;
  }

  .div-block-11171 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-119 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .div-block-11177 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-122 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11179 {
    display: inline-flex;
  }

  .div-block-11180 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-86 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11181 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-50 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .text-block-124 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-11184 {
    display: inline-flex;
  }

  .div-block-11185 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-125 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .text-block-127 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11191 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-11193 {
    display: inline-flex;
  }

  .div-block-11194 {
    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;
  }

  .div-block-11195 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-51 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .div-block-11198 {
    display: inline-flex;
  }

  .div-block-11199 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-130 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .text-block-132 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11205 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-11207 {
    display: inline-flex;
  }

  .div-block-11208 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .heading-88 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11209 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-52 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .div-block-11212 {
    display: inline-flex;
  }

  .div-block-11213 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-135 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .text-block-137 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11219 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-53 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .div-block-11222 {
    display: inline-flex;
  }

  .div-block-11223 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-139 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .text-block-141 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-11229 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-54 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .div-block-11232 {
    display: inline-flex;
  }

  .div-block-11233 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .text-block-67-copy, .text-block-86-copy, .text-block-108-copy, .text-block-124-copy {
    margin-top: 20px;
    font-size: 15px;
  }

  .container-hero-equipe {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-190 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .text-block-191 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

  .heading-139 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-129 {
    padding-top: 40px;
  }

  .div-block-11324 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .list-item-16 {
    margin-bottom: 15px;
  }

  .paragraph-56 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .heading-140 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-130 {
    padding-top: 40px;
  }

  .text-block-195 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-10903-co {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-141 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }

  .div-bloco-destaque-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11327 {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .list-item-17 {
    margin-bottom: 15px;
  }

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

  .section-131 {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .bloco-titulo2-2 {
    padding-bottom: 60px;
  }

  .heading-142 {
    max-width: none;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .text-span-53-copy {
    font-size: 30px;
  }

  .heading-55-copsdc-copy {
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-209 {
    font-size: 11px;
    line-height: 14px;
  }

  .heading-55-cop {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 43px;
  }

  .bloco-diagnostico {
    background-image: linear-gradient(#000000e0, #000000e0), url('../assets/194231590.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-inicio-copy-v-5 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2rem;
  }

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

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

  .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 {
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-211 {
    font-size: 11px;
    line-height: 14px;
  }

  .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-212._2 {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .text-block-212._3 {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .text-block-212._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;
  }

  .heading-55-copsdc-copy-2 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 43px;
  }

  .heading-69-copydv {
    font-size: 2.5rem;
    line-height: 1.4em;
  }

  .div-block-10899 {
    text-align: center;
  }

  .text-block-213 {
    font-size: 11px;
    line-height: 14px;
  }

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

  .heading-143 {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

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

  .text-span-53-copy-2 {
    font-size: 30px;
  }

  .heading-69-copygv {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

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

  .paragraph-lg-copydv {
    font-size: .9rem;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .paragraph-lg.utility-margin-bottom-2rem {
    font-size: 1rem;
  }

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

  .div-block-1089954 {
    text-align: center;
  }

  .btn-inicio-copy-v-7 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2rem;
  }

  .image-223 {
    width: 40px;
    margin-bottom: 10px;
  }

  .text-block-214._2 {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .text-block-214._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-214._3 {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .bloco-diagnostico-2 {
    background-image: linear-gradient(#000000b8, #000000b8), url('../assets/194231590.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-lg-copydv-copysc {
    font-size: .8rem;
    line-height: 1.5em;
  }

  .div-block-1089956, .div-block-1089986 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-ef15f3e1-a34a-67d0-fbcd-70b246c28dbf-985f8232, #w-node-e8aa8813-d56f-9120-5cd2-c017a87274a0-985f8232, #w-node-_56087986-ba89-9010-b98f-44a081724739-985f8232, #w-node-f8e743e9-31e3-5aff-fd88-38751feeaf7a-985f8232, #w-node-_1f6d87dc-8777-283c-658a-d0a2855a50a8-985f8232, #w-node-_87d791b1-1405-9b1e-32d4-ffa5a1e9508e-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d2dde62e-760b-f4fd-ddc0-f67283f10bf2-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b0fea6-14e2-7a37-9f1d-4b9df415a9b5-985f8232 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5803bbca-47a3-15cc-27a3-5a0411a2a341-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-b0fc6f07-0aca-b03b-b75c-698e75d1f91f-985f8232, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-b0fc6f07-0aca-b03b-b75c-698e75d1f92c-985f8232, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-b0fc6f07-0aca-b03b-b75c-698e75d1f936-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1ba7b99a-3200-beec-6daf-bd0a7c3f35dc-985f8232 {
  justify-self: auto;
}

#w-node-af591f67-162e-c18e-93c6-faa3118ff870-985f8232, #w-node-_84a741e5-63d5-0d5b-c755-65f138f993d1-985f8232, #w-node-_4bce2ef2-f67b-c9d5-16f7-09586f172fb6-985f8232, #w-node-_74510d07-7f1d-e7da-1d58-8486cf8e6181-985f8232, #w-node-_48f4d14b-ff3b-c8a0-dd24-3184a8846991-985f8232, #w-node-_55a32345-ada5-d8d7-de2d-b2840ff82fb0-985f8232, #w-node-_49929ab0-41b3-1f2e-98d6-f946ee75c783-985f8232, #w-node-_0dbff334-38c4-fe28-a275-b44db0763eac-985f8232, #w-node-ee07b81e-fde6-13fb-ffc1-bfefef34fca2-985f8232, #w-node-b3c7c336-9240-8495-33f9-490eee0c7e73-985f8232, #w-node-bb77c5a1-2e66-59dc-7623-d4d85ba675a4-985f8232, #w-node-ebd3f870-2948-60b7-9474-3ab8aab56384-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4bf4d11-9943-8133-a2dc-a2b606805108-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a4bf4d11-9943-8133-a2dc-a2b606805109-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_51ac36f6-eed7-a473-18c7-a2f145439887-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_48ac7e87-ac3b-d756-18de-f44e2fdf6148-985f8232 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_578d836b-154d-94e5-9933-ce86814853cc-985f8232, #w-node-b47a2b32-34e7-bab4-86c0-4e4e1ea3ae84-985f8232, #w-node-_2358bd94-761a-10da-a529-42ddda30fad1-985f8232, #w-node-_66c65c79-392a-5ed9-c8aa-3665f6b7a0dd-985f8232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fe3f5d41-a7cb-ddec-8fa4-c5a59da81af1-9da81aee {
  justify-self: start;
}

#w-node-fe3f5d41-a7cb-ddec-8fa4-c5a59da81afa-9da81aee, #w-node-_6c761e48-3331-ee91-1eb7-cefc6654ef49-9da81aee, #w-node-a333922d-5a04-15f1-b76f-6837bd0765ec-9da81aee, #w-node-ff34913b-40a8-fb57-eb18-07d1dc0eff50-9da81aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_19058ac5-7893-1ade-515f-3b0287cd14c3-9da81aee, #w-node-_10d7f0a4-eda7-2342-a4bf-e78d88e12e69-9da81aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15ae67e1-59dd-2336-b967-272fc0f7ecf3-87a13f24 {
  justify-self: start;
}

#w-node-_15ae67e1-59dd-2336-b967-272fc0f7ecf5-87a13f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_15ae67e1-59dd-2336-b967-272fc0f7ee76-87a13f24 {
  justify-self: end;
}

#w-node-e84a265c-ce92-8ac7-ada7-1cbbca4ded3b-985f823d, #w-node-_51b80468-56c4-d5b6-9ef4-6879bf3e201f-985f823d, #w-node-_84f40741-eab6-55aa-8e54-93bc6829bc4d-985f823f, #w-node-_84f40741-eab6-55aa-8e54-93bc6829bc4f-985f823f, #w-node-_84f40741-eab6-55aa-8e54-93bc6829bc51-985f823f, #w-node-d0d28c9d-3f4a-911f-ddb5-9a8c20d7cbb9-985f8246, #w-node-d0d28c9d-3f4a-911f-ddb5-9a8c20d7cbc6-985f8246, #w-node-d0d28c9d-3f4a-911f-ddb5-9a8c20d7cbd3-985f8246, #w-node-d0d28c9d-3f4a-911f-ddb5-9a8c20d7cbe0-985f8246, #w-node-f851fa32-e460-ec9d-4700-681f0d6100c8-985f824d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b7758d-9601-b818-9ae3-938d64c2260f-985f824d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3dcaec96-9259-c26c-c1b6-3e06ab2883d9-985f824d, #w-node-_169b6946-1961-7c8a-bdd3-a0f20d6602d9-985f824d, #w-node-c6bdf6c7-0b5f-1307-1d1f-b3b7d3b4e320-985f824d, #w-node-d0514c75-1075-504d-054c-adb2f6155d2a-985f824d, #w-node-_3dcaec96-9259-c26c-c1b6-3e06ab2883f3-985f824d, #w-node-_57635602-3cc2-a07a-0819-dbbdeca6eaed-985f824e, #w-node-_126e9434-a01b-2d3a-9b6c-d4b45a13583a-985f824e, #w-node-f48a73e1-abbf-6732-f238-e6d50cefeacd-985f824e, #w-node-bd1f5ffb-ee5a-723b-1ee1-2c33d6ae8fc5-985f824e, #w-node-e77ef5cf-8588-b39b-036f-421e78f4e672-985f824e, #w-node-cc9ea56a-e7ba-30ba-1ddd-e73ccad7e3f1-985f824e, #w-node-e726a55f-5c48-a615-20ed-c024b1fa6d02-985f824e, #w-node-_10b90f8d-136e-2701-136e-6974dc659dd5-985f824e, #w-node-eb079425-699b-c27c-f758-8b24cb668d02-985f824e, #w-node-eb079425-699b-c27c-f758-8b24cb668d04-985f824e, #w-node-eb079425-699b-c27c-f758-8b24cb668d06-985f824e, #w-node-eb079425-699b-c27c-f758-8b24cb668d08-985f824e, #w-node-eb079425-699b-c27c-f758-8b24cb668d0a-985f824e, #w-node-eb079425-699b-c27c-f758-8b24cb668d0c-985f824e, #w-node-ac3a8a88-b3e6-4ea1-c562-c36307776f0c-985f824f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3a8a88-b3e6-4ea1-c562-c36307776f0e-985f824f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25642563-2ffa-007b-d3e7-b3c83943e91f-985f8250 {
  align-self: center;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67b-d6d4b66c.w-node-_25642563-2ffa-007b-d3e7-b3c83943e92e-985f8250 {
  grid-area: 2 / 2 / 6 / 9;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67d-d6d4b66c.w-node-_25642563-2ffa-007b-d3e7-b3c83943e930-985f8250 {
  grid-area: 5 / 1 / 7 / 4;
  align-self: center;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67f-d6d4b66c.w-node-_25642563-2ffa-007b-d3e7-b3c83943e932-985f8250 {
  grid-area: 1 / 6 / 3 / 10;
  align-self: center;
}

#w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b0-1e06e5ad.w-node-dee9604f-3253-a9b8-0bad-cf00adc57831-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b5-1e06e5ad.w-node-dee9604f-3253-a9b8-0bad-cf00adc57839-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-dee9604f-3253-a9b8-0bad-cf00adc57844-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-dee9604f-3253-a9b8-0bad-cf00adc5784c-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-dee9604f-3253-a9b8-0bad-cf00adc5785a-985f8250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b0-1e06e5ad.w-node-_3d92fbd7-0f6a-b2dc-fc03-965876a193a6-985f8250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3d92fbd7-0f6a-b2dc-fc03-965876a193a7-985f8250 {
  align-self: auto;
}

#w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5b5-1e06e5ad.w-node-_3d92fbd7-0f6a-b2dc-fc03-965876a193af-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_3d92fbd7-0f6a-b2dc-fc03-965876a193b8-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_3d92fbd7-0f6a-b2dc-fc03-965876a193c2-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_3d92fbd7-0f6a-b2dc-fc03-965876a193ce-985f8250, #w-node-_0e5e29ba-f675-1e16-1118-9d5b1e06e5ba-1e06e5ad.w-node-_3d92fbd7-0f6a-b2dc-fc03-965876a193d7-985f8250, #w-node-_254f0219-03e1-29d9-5645-a6a657eca21e-985f8251, #w-node-_254f0219-03e1-29d9-5645-a6a657eca220-985f8251, #w-node-_254f0219-03e1-29d9-5645-a6a657eca222-985f8251, #w-node-c17a3059-95f1-1fb6-e5b9-72690cb0484e-985f8252, #w-node-c17a3059-95f1-1fb6-e5b9-72690cb04850-985f8252, #w-node-c17a3059-95f1-1fb6-e5b9-72690cb04852-985f8252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1ee9e65-4038-5bc0-6419-2892138089c2-985f8254 {
  align-self: start;
}

#w-node-e1ee9e65-4038-5bc0-6419-2892138089c8-985f8254 {
  justify-self: start;
}

#w-node-e1ee9e65-4038-5bc0-6419-2892138089cf-985f8254 {
  place-self: center;
}

#w-node-e1ee9e65-4038-5bc0-6419-2892138089d1-985f8254 {
  order: -9999;
}

#w-node-e1ee9e65-4038-5bc0-6419-2892138089d5-985f8254 {
  justify-self: center;
}

#w-node-e1ee9e65-4038-5bc0-6419-2892138089dc-985f8254 {
  place-self: center;
}

#w-node-e1ee9e65-4038-5bc0-6419-2892138089e2-985f8254 {
  place-self: end center;
}

#w-node-_9c7c5f28-8956-6873-5a91-510e726cfaac-985f8255 {
  justify-self: auto;
}

#w-node-d1fd30f0-4c67-2e00-325a-797910ea4f15-985f8255, #w-node-d1fd30f0-4c67-2e00-325a-797910ea4f42-985f8255 {
  align-self: center;
}

#w-node-_8fa69c96-7a11-3375-82cc-9964b481c0c9-985f827e, #w-node-_8fa69c96-7a11-3375-82cc-9964b481c0cf-985f827e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fa69c96-7a11-3375-82cc-9964b481c0d7-985f827e, #w-node-_75f827c4-5f26-2732-92c1-70fd187d1699-985f8292, #w-node-_75f827c4-5f26-2732-92c1-70fd187d16c1-985f8292, #w-node-_75f827c4-5f26-2732-92c1-70fd187d16e1-985f8292, #w-node-_5da79108-e132-64df-872f-4cc7f6573ca5-985f82a3, #w-node-_5da79108-e132-64df-872f-4cc7f6573ccf-985f82a3, #w-node-_5da79108-e132-64df-872f-4cc7f6573cea-985f82a3, #w-node-_486e176c-dd63-da18-f2a2-d4362a600547-985f82a4, #w-node-_486e176c-dd63-da18-f2a2-d4362a600575-985f82a4, #w-node-_486e176c-dd63-da18-f2a2-d4362a600596-985f82a4, #w-node-ac789c25-4a56-d5db-9972-f3926c17dcda-985f82a5, #w-node-_9d6c1213-7ab9-942a-36f5-1cf6ff5c4a61-985f82a5, #w-node-_9d6c1213-7ab9-942a-36f5-1cf6ff5c4a8f-985f82a5, #w-node-_9d6c1213-7ab9-942a-36f5-1cf6ff5c4ab1-985f82a5, #w-node-_90b35ffe-0e45-b573-3822-7206cf8b0f35-985f82a6, #w-node-_90b35ffe-0e45-b573-3822-7206cf8b0f5d-985f82a6, #w-node-_90b35ffe-0e45-b573-3822-7206cf8b0f85-985f82a6, #w-node-_5cd488f5-84d1-30e7-8290-be618fc91c9c-985f82b8, #w-node-_5cd488f5-84d1-30e7-8290-be618fc91cc6-985f82b8, #w-node-_5cd488f5-84d1-30e7-8290-be618fc91ce8-985f82b8 {
  order: -9999;
}

#w-node-_58a3509e-7c5a-4fc1-5847-b1a579c6ecff-985f82b9 {
  align-self: center;
}

#w-node-_58a3509e-7c5a-4fc1-5847-b1a579c6ed16-985f82b9, #w-node-_58a3509e-7c5a-4fc1-5847-b1a579c6ed38-985f82b9, #w-node-_58a3509e-7c5a-4fc1-5847-b1a579c6ed5c-985f82b9, #w-node-c3143d20-9679-d13f-4f13-1cf38d136f3e-985f82ba, #w-node-c3143d20-9679-d13f-4f13-1cf38d136f6f-985f82ba, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb1aa-985f82bb, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb1d2-985f82bb, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb1f4-985f82bb, #w-node-_197a492a-4d60-ea28-5a6d-3d7afe583c8d-985f82bc, #w-node-_197a492a-4d60-ea28-5a6d-3d7afe583cb5-985f82bc, #w-node-fae25a48-c856-ee84-07b4-709fe6abacc0-985f82bd, #w-node-fae25a48-c856-ee84-07b4-709fe6abacee-985f82bd, #w-node-fae25a48-c856-ee84-07b4-709fe6abad10-985f82bd, #w-node-_307cc291-1c34-946c-d6ef-3593869302c9-985f82be, #w-node-_307cc291-1c34-946c-d6ef-3593869302f7-985f82be, #w-node-_307cc291-1c34-946c-d6ef-359386930319-985f82be, #w-node-c4314b02-68d8-f518-0c5f-a1c90c02a43f-985f82bf, #w-node-bcc85091-d1de-0b50-4adf-deff90f20745-985f82bf, #w-node-bcc85091-d1de-0b50-4adf-deff90f2076d-985f82bf, #w-node-bcc85091-d1de-0b50-4adf-deff90f2078f-985f82bf, #w-node-c41c184d-e00a-26b3-5437-ecbf2953754c-985f82c0, #w-node-b9fbe5ce-c4a7-431d-e038-fa14bbbc845c-985f82c0, #w-node-b9fbe5ce-c4a7-431d-e038-fa14bbbc8487-985f82c0, #w-node-b9fbe5ce-c4a7-431d-e038-fa14bbbc84ac-985f82c0, #w-node-_451971c0-db80-bcd2-46c1-c384080a73a2-985f82c1, #w-node-ae143c6c-85d2-89e5-2a10-aefbd3c0c83c-985f82c1, #w-node-ae143c6c-85d2-89e5-2a10-aefbd3c0c867-985f82c1, #w-node-ae143c6c-85d2-89e5-2a10-aefbd3c0c889-985f82c1, #w-node-ad2dd696-d6fc-de80-cad0-19d2dae715fc-985f82d3, #w-node-ad2dd696-d6fc-de80-cad0-19d2dae71642-985f82d3, #w-node-ad2dd696-d6fc-de80-cad0-19d2dae71668-985f82d3, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f15-985f82d4, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f4c-985f82d4, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f72-985f82d4, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f94-985f82d4 {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-b0fc6f07-0aca-b03b-b75c-698e75d1f91f-985f8232, #w-node-_0712a2a7-81e2-0411-2372-e2591186b2fa-1186b2f7.w-node-b0fc6f07-0aca-b03b-b75c-698e75d1f92c-985f8232 {
    order: 9999;
  }

  #w-node-e1ee9e65-4038-5bc0-6419-2892138089c2-985f8254 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1ee9e65-4038-5bc0-6419-2892138089cd-985f8254 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_433ad58a-0f01-7de9-fe94-09f172289f2d-985f8259, #w-node-_917193f4-87b6-e772-0913-962cd7df4af0-985f8259, #w-node-b1c178e9-a865-689b-0e74-d7a590186a35-985f825a, #w-node-aa0a6604-2d1d-e3dc-fab8-c9f2a9298fb8-985f825a, #w-node-ed90ff96-e2ac-8df7-2b5e-cf9548588c13-985f825a, #w-node-d9af707d-5bae-960b-ff78-35c92d247ac1-985f827e, #w-node-_8fa69c96-7a11-3375-82cc-9964b481c0d8-985f827e, #w-node-af346ffc-74d1-ac07-cbbb-d463e5190037-985f8292, #w-node-_75f827c4-5f26-2732-92c1-70fd187d169a-985f8292, #w-node-_75f827c4-5f26-2732-92c1-70fd187d16c2-985f8292, #w-node-_75f827c4-5f26-2732-92c1-70fd187d16e2-985f8292, #w-node-_5da79108-e132-64df-872f-4cc7f6573c5b-985f82a3, #w-node-_5da79108-e132-64df-872f-4cc7f6573ca6-985f82a3, #w-node-_5da79108-e132-64df-872f-4cc7f6573cd0-985f82a3, #w-node-_5da79108-e132-64df-872f-4cc7f6573ceb-985f82a3, #w-node-_486e176c-dd63-da18-f2a2-d4362a600501-985f82a4, #w-node-_486e176c-dd63-da18-f2a2-d4362a600548-985f82a4, #w-node-_486e176c-dd63-da18-f2a2-d4362a600576-985f82a4, #w-node-_486e176c-dd63-da18-f2a2-d4362a600597-985f82a4, #w-node-ac789c25-4a56-d5db-9972-f3926c17dc99-985f82a5, #w-node-ac789c25-4a56-d5db-9972-f3926c17dcdb-985f82a5, #w-node-_9d6c1213-7ab9-942a-36f5-1cf6ff5c4a62-985f82a5, #w-node-_9d6c1213-7ab9-942a-36f5-1cf6ff5c4a90-985f82a5, #w-node-_9d6c1213-7ab9-942a-36f5-1cf6ff5c4ab2-985f82a5, #w-node-_90b35ffe-0e45-b573-3822-7206cf8b0ef5-985f82a6, #w-node-_90b35ffe-0e45-b573-3822-7206cf8b0f36-985f82a6, #w-node-_90b35ffe-0e45-b573-3822-7206cf8b0f5e-985f82a6, #w-node-_90b35ffe-0e45-b573-3822-7206cf8b0f86-985f82a6, #w-node-_5cd488f5-84d1-30e7-8290-be618fc91c7e-985f82b8, #w-node-_5cd488f5-84d1-30e7-8290-be618fc91c9d-985f82b8, #w-node-_5cd488f5-84d1-30e7-8290-be618fc91cc7-985f82b8, #w-node-_5cd488f5-84d1-30e7-8290-be618fc91ce9-985f82b8, #w-node-_58a3509e-7c5a-4fc1-5847-b1a579c6ed17-985f82b9, #w-node-_58a3509e-7c5a-4fc1-5847-b1a579c6ed39-985f82b9, #w-node-_58a3509e-7c5a-4fc1-5847-b1a579c6ed5d-985f82b9, #w-node-c3143d20-9679-d13f-4f13-1cf38d136f1a-985f82ba, #w-node-c3143d20-9679-d13f-4f13-1cf38d136f3f-985f82ba, #w-node-c3143d20-9679-d13f-4f13-1cf38d136f70-985f82ba, #w-node-c3143d20-9679-d13f-4f13-1cf38d136f94-985f82ba, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb183-985f82bb, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb188-985f82bb, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb1ab-985f82bb, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb1d3-985f82bb, #w-node-_7fd71386-563f-7f32-1c68-90467bfbb1f5-985f82bb, #w-node-_197a492a-4d60-ea28-5a6d-3d7afe583c5b-985f82bc, #w-node-_197a492a-4d60-ea28-5a6d-3d7afe583c8e-985f82bc, #w-node-_197a492a-4d60-ea28-5a6d-3d7afe583cb6-985f82bc, #w-node-_95f0da53-6e89-b700-4987-06e1b52c1035-985f82bd, #w-node-fae25a48-c856-ee84-07b4-709fe6abacc1-985f82bd, #w-node-fae25a48-c856-ee84-07b4-709fe6abacef-985f82bd, #w-node-fae25a48-c856-ee84-07b4-709fe6abad11-985f82bd, #w-node-_3f45d4bf-03a1-86cb-c499-f40808c62ab1-985f82be, #w-node-_3f45d4bf-03a1-86cb-c499-f40808c62ab6-985f82be, #w-node-_307cc291-1c34-946c-d6ef-3593869302ca-985f82be, #w-node-_307cc291-1c34-946c-d6ef-3593869302f8-985f82be, #w-node-_307cc291-1c34-946c-d6ef-35938693031a-985f82be, #w-node-c4314b02-68d8-f518-0c5f-a1c90c02a440-985f82bf, #w-node-bcc85091-d1de-0b50-4adf-deff90f20746-985f82bf, #w-node-bcc85091-d1de-0b50-4adf-deff90f2076e-985f82bf, #w-node-bcc85091-d1de-0b50-4adf-deff90f20790-985f82bf, #w-node-c41c184d-e00a-26b3-5437-ecbf2953754d-985f82c0, #w-node-b9fbe5ce-c4a7-431d-e038-fa14bbbc845d-985f82c0, #w-node-b9fbe5ce-c4a7-431d-e038-fa14bbbc8488-985f82c0, #w-node-b9fbe5ce-c4a7-431d-e038-fa14bbbc84ad-985f82c0, #w-node-_451971c0-db80-bcd2-46c1-c384080a73a3-985f82c1, #w-node-ae143c6c-85d2-89e5-2a10-aefbd3c0c83d-985f82c1, #w-node-ae143c6c-85d2-89e5-2a10-aefbd3c0c868-985f82c1, #w-node-ae143c6c-85d2-89e5-2a10-aefbd3c0c88a-985f82c1, #w-node-ad2dd696-d6fc-de80-cad0-19d2dae715fd-985f82d3, #w-node-ad2dd696-d6fc-de80-cad0-19d2dae71643-985f82d3, #w-node-ad2dd696-d6fc-de80-cad0-19d2dae71669-985f82d3, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f16-985f82d4, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f4d-985f82d4, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f73-985f82d4, #w-node-_53b7ac37-41d9-19f1-1a42-884119e67f95-985f82d4, #w-node-_9b33f105-1e8f-17c3-c7fb-b0c784b14687-985f82d7 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1ee9e65-4038-5bc0-6419-2892138089c2-985f8254 {
    grid-column: span 1 / span 1;
  }

  #w-node-e1ee9e65-4038-5bc0-6419-2892138089cd-985f8254 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35b0fea6-14e2-7a37-9f1d-4b9df415a9b5-985f8232, #w-node-_48ac7e87-ac3b-d756-18de-f44e2fdf6148-985f8232, #w-node-b47a2b32-34e7-bab4-86c0-4e4e1ea3ae84-985f8232, #w-node-_66c65c79-392a-5ed9-c8aa-3665f6b7a0dd-985f8232 {
    order: 9999;
  }

  #w-node-_51b80468-56c4-d5b6-9ef4-6879bf3e201f-985f823d {
    order: -9999;
  }

  #w-node-d1fd30f0-4c67-2e00-325a-797910ea4f42-985f8255 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Garamond';
  src: url('../assets/garamond.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-ExtraBold.woff2') format('woff2'), url('../assets/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-BoldItalic.woff2') format('woff2'), url('../assets/Poppins-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/Poppins-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel variablefont wght';
  src: url('../assets/Cinzel-VariableFont_wght.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
/* ── Navbar centering fix ── */
@media screen and (min-width: 992px) {
  /* Container ocupa 90% da tela e fica centralizado */
  .navbar-3 .padding-global {
    justify-content: center;
  }
  .navbar_container-2 {
    width: 90%;
    max-width: 90%;
  }
  /* Stretch navbar_menu to fill the 1fr grid column */
  .navbar_menu {
    position: relative;
    justify-content: center;
    /* pad-right = lang selector width so nav links are truly centered between logo and lang */
    padding-right: 120px;
  }
  /* Center the desktop nav links */
  .navbar_desktop-view {
    justify-content: center;
  }
  /* Pin language selector to the right edge (outside the padding zone) */
  .navbar_menu .hide-tablet.nav-button-wrapper.language-selector {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ── Crisalix Fixed Top Banner ── */
.crisalix-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11111;
  background: #fff;
  transition: transform .3s ease-in-out;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.crisalix-header .crisalix-widget-micro {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}
@media (max-width: 768px) {
  .crisalix-header .crisalix-widget-micro {
    flex-direction: row !important;
  }
  .crisalix-header .crisalix-widget-micro .crisalix-widget-logo {
    order: initial !important;
    margin-top: 0 !important;
    margin-right: 20px !important;
  }
  .crisalix-header .crisalix-widget-micro__content {
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px;
  }
  .crisalix-header .crisalix-widget-rate-text,
  .crisalix-header .carousel-reviews-count {
    font-size: 12px;
  }
  .crisalix-header .crisalix-widget-stars__rating__svg {
    width: 17px !important;
    height: 17px !important;
  }
}
html:not(.wf-editor) body {
  padding-top: 56px;
}

/* ── Preloader Progress Bar ── */
#preloader-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #b29158, #dbc08d, #b29158);
  background-size: 200% 100%;
  box-shadow: 0 0 8px rgba(178, 145, 88, 0.5);
  z-index: 9999999;
  pointer-events: none;
  animation: preloader-shimmer 1.2s linear infinite;
}
@keyframes preloader-shimmer {
  0%   { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* ── Video Player Customizado – Espaco Unique ── */
.video-container-unique {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;          /* remove gap abaixo do <video> */
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.32) 100%);
  border-radius: 8px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.35s ease, background 0.3s ease;
}

.video-play-overlay:hover {
  background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.42) 100%);
}

.video-play-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), filter 0.3s ease;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.55));
}

.video-play-btn svg {
  width: 88px;
  height: 88px;
  display: block;
}

.video-play-overlay:hover .video-play-btn {
  transform: scale(1.12);
  filter: drop-shadow(0 6px 28px rgba(219,192,141,0.70));
}

@media (max-width: 767px) {
  .video-play-btn svg {
    width: 68px;
    height: 68px;
  }
}
