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

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

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

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

.body {
  background-color: #212121;
  font-family: Montserrat, sans-serif;
}

.code-embed {
  border: 1px solid #fedb6b;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.inicio-bloco-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inicio-bloco-2 {
  max-width: 650px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.logo-inicio {
  width: 150px;
  max-width: 150px;
  height: 40px;
}

.inicio-bloco-video {
  margin-top: 20px;
  overflow: hidden;
}

.h1 {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
  margin: 0 auto 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 22px;
}

.s-inicio {
  background-image: linear-gradient(#000000db, #000000db), url('../images/6761c3495971db41b10249bb_Captura-de-Tela-2024-12-17-às-15.30.16.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.inicio-video-fundo {
  background-image: linear-gradient(0deg, #000, #fff0 60%), linear-gradient(#000 6%, #fff0 60%);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.youtube {
  border: 2px solid #fedb6b;
  border-radius: 10px;
  display: none;
  overflow: hidden;
}

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

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

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

.inicio-bloco-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.nav-lateral {
  z-index: 999;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.gris-nav-lateral {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.link-block-nav {
  background-color: #fedb6b00;
  border: 1px solid #fedb6b;
  border-radius: 200px;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
  transition: all .5s;
}

.link-block-nav.w--current {
  background-color: #fedb6b;
  width: 8px;
  height: 8px;
}

.video-depoimentos {
  border: 1px solid #fedb6b;
  border-radius: 10px;
  overflow: hidden;
}

.container-depoimentos-mobile {
  display: none;
}

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

.s-depoimentos {
  background-color: #0a0a0a;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.heading-44 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 450px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Moneta, Arial, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.1em;
}

.subtitulo {
  color: #fff;
  border: 1px solid #b29158;
  border-radius: 500px;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 600;
  display: inline-flex;
}

.subtitulo.cor-branco {
  color: #fff;
  margin-bottom: 0;
  padding: 3px 12px;
  font-size: .8em;
  font-weight: 400;
}

.subtitulo.cor-preto {
  color: #000;
  margin-bottom: 0;
  padding: 3px 12px;
  font-size: .8em;
  font-weight: 400;
}

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

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

.s-procedimentos {
  background-color: #0a0a0a;
  padding-top: 80px;
  padding-bottom: 80px;
}

._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.a01 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675b2617134cc5955cdc7099_Mommy-Makeover-.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a01:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a1 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675ca83fb898e0b1cb1ab254_Ninfoplastia--1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a1:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a7 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675b2050215f44883d50084c_Remodelação-Glútea.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a7:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a02 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675b26482e7c71c0dd1ebf92_Lipo-Gladiadora-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  transition: all .5s;
}

._w-card-front.a02:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a4 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/Remodelação-de-costela.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a4:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a8 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675c903f44a7cc89c5252ae1_Short-Scar.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a8:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a5 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675b1fe7a810d64c534060b0_Lipo-Ultra-HD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a5:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a12 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/img-bioplastia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a12:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a2 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675b209843c90b21ac3e21e0_R24R.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a2:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a9 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675b20001dec72b357782094_Rinoplastia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a9:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a6 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675b2024147d8126ebe86926_Abdominoplastia-.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a6:hover {
  transform: translate(-2px, -2px);
}

._w-card-front.a3 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/675c8abd4c74971b2db9dd80_Tecnica-Milla.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s;
}

._w-card-front.a3:hover {
  transform: translate(-2px, -2px);
}

._w-card-front._1 {
  background-image: linear-gradient(#000000b3, #000000b3);
  transition: all .5s;
}

._w-card-front._1:hover {
  transform: translate(-2px, -2px);
}

._w-card-front._2 {
  background-image: linear-gradient(#000000b3, #000000b3);
  transition: all .5s;
  transform: none;
}

._w-card-front._2:hover {
  transform: translate(-2px, -2px);
}

._w-card-front._5 {
  background-image: linear-gradient(#000000b3, #000000b3);
  transition: all .5s;
}

._w-card-front._5:hover {
  transform: translate(-2px, -2px);
}

._w-card-front._6 {
  background-image: linear-gradient(#000000b3, #000000b3);
  transition: all .5s;
}

._w-card-front._6:hover {
  transform: translate(-2px, -2px);
}

._w-card-front._3 {
  cursor: auto;
  background-image: linear-gradient(#000000b3, #000000b3);
  transition: all .5s;
}

._w-card-front._3:hover {
  transform: translate(-2px, -2px);
}

._w-card-front._4 {
  background-image: linear-gradient(#000000b3, #000000b3);
  transition: all .5s;
}

._w-card-front._4:hover {
  transform: translate(-2px, -2px);
}

.heading-51-copydfv {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

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

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

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

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

.div-block-136 {
  text-align: left;
  margin-bottom: 80px;
  font-family: Moneta, Arial, sans-serif;
}

.text-span-20 {
  font-size: 13px;
}

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

.s-tecnologias {
  background-color: #131313;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-136-copyevf {
  text-align: left;
  margin-bottom: 0;
  font-family: Moneta, Arial, sans-serif;
}

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

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

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

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

.heading-51 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

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

.paragraph-21 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.heading-44-copydc {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 850px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Moneta, Arial, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.1em;
}

.grid-22-copyswdc-copyd {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.s-drandre {
  margin-top: 0;
  padding-bottom: 0;
}

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

.div-block-166 {
  background-image: url('../images/675ade89679e945075fc3405_dr.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 100px;
}

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

.heading-50 {
  color: #8f662b;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Moneta, Arial, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.1em;
}

.text-block-31 {
  color: #6b6b6b;
  text-align: left;
  background-color: #0000;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.heading-47 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 550px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Moneta, Arial, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.1em;
}

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

.s-inscrevase {
  background-color: #131313;
  padding: 100px 20px;
}

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

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

.html-embed-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: block;
}

.div-block-180 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-181 {
  background-image: url('../images/675aed7e4bd984f1b5899694_UNIQUE-91-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-36 {
  color: #dbc08d;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-182 {
  text-align: left;
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  text-decoration: none;
  transition: all .6s;
}

.div-block-182:hover {
  transform: translate(3px);
}

.text-block-32 {
  color: #000;
  background-image: url('../images/local-footer-azul.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-56 {
  color: #8f662b;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Moneta, Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

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

.s-ondeencontrar {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-32-c {
  color: #000;
  background-image: url('../images/icone-agenda.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-33 {
  color: #000;
  margin-top: 5px;
  margin-left: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 300;
}

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

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

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

.faq_answer {
  overflow: hidden;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_question {
  cursor: pointer;
  border-top: 1px solid #0000001a;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 13px;
  display: flex;
}

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

.bloco-titulo {
  text-align: center;
}

.max-width-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: center;
  margin-top: 0;
}

.h3 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  max-width: 750px;
  margin: 0 auto;
  font-size: 3em;
  line-height: 1.3em;
}

.h3.cor-preto {
  color: #000;
  text-align: center;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Moneta, Arial, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.1em;
}

.faq_component {
  border-bottom: 1px solid #0000001a;
}

.padding-section-large-2 {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.faq_icon {
  align-self: flex-start;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.s-faq {
  background-color: #e4e4e4;
  background-image: linear-gradient(#ddddddf2, #ddddddf2);
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-style-h6 {
  color: #000;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

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

.paragraph-36 {
  text-align: left;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

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

.rodape {
  color: #fff;
  background-color: #111;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-divider {
  background-color: #b29158;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 10px;
}

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

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

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

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

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

.image-39 {
  width: 15px;
}

.link-6 {
  color: #858585;
}

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

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

.div-block-98 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #999;
  font-family: Poppins, Arial, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}

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

.footer-copyright-center-copy {
  color: #858585;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}

.footer-copyright-center {
  color: #999;
  text-align: left;
  font-family: Poppins, Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.section-26 {
  color: #000;
  background-color: #0f0f0f;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/65d4067532a02bf915e36369_1929x1080---DR.-ANDRÉ.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.heading-57 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(110deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Moneta, Arial, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
}

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

.btn-janela-6 {
  color: #fff;
  text-transform: none;
  background-color: #028525;
  background-image: url('../images/whatsapp.svg');
  background-position: 23px 48%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 0 solid #b29158;
  border-radius: 50px;
  padding: 18px 23px 18px 50px;
  font-size: 15px;
  font-weight: 500;
  transition: all 1.2s;
}

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

.div-block-186 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-54 {
  width: 120px;
}

.lightbox-link {
  background-image: url('../images/6761be623614588db4d50298_Captura-de-Tela-2024-12-17-às-15.07.04-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fedb6b;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  display: flex;
}

.image-55 {
  cursor: pointer;
  background-color: #b29158;
  background-image: linear-gradient(112deg, #b29158, #fedb6b);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .5s;
  display: flex;
  box-shadow: 3px 7px 40px -10px #00000040;
}

.image-56 {
  width: 20px;
  height: 20px;
}

.div-block-187 {
  transition: all .6s;
}

.div-block-187:hover {
  transform: scale(.95);
}

.lightbox-link-1 {
  background-image: url('../images/6761c1fd4d4c228c23c6bc8e_Captura-de-Tela-2024-12-17-às-15.24.41.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fedb6b;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.lightbox-link-2 {
  background-image: url('../images/6761c3495971db41b10249bb_Captura-de-Tela-2024-12-17-às-15.30.16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fedb6b;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.lightbox-link-3 {
  background-image: url('../images/6761c36b68a8df06f101f757_Captura-de-Tela-2024-12-17-às-15.30.51.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fedb6b;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.pop-up-video-inicio {
  z-index: 900;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  transition: all .8s;
  display: none;
  position: fixed;
  inset: 0%;
}

.video {
  border: 0 solid #fedb6b;
  border-radius: 0;
  width: 100%;
  max-width: 90%;
  overflow: hidden;
}

.div-block-188 {
  background-color: #272727;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-57 {
  width: 1px;
}

.text-block-34 {
  color: #fff;
}

.div-block-189 {
  background-image: url('../images/6761be623614588db4d50298_Captura-de-Tela-2024-12-17-às-15.07.04-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fedb6b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  display: flex;
}

.code-embed-2 {
  border-radius: 10px;
  overflow: hidden;
}

.subtitulo-2 {
  color: #000;
  border: 1px solid #b29158;
  border-radius: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 15px;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
}

.subtitulo-2.cor-branco {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 12px;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 20px;
}

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

.image-58 {
  border-radius: 15px;
}

.section-27 {
  background-color: #e4e4e4;
  padding-top: 60px;
  padding-bottom: 0;
}

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

.text-block-4-copy {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(112deg, #fedb6b, #c48d3d);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 600px;
  margin: 0 auto;
  font-family: Moneta, Arial, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: .8em;
}

.text-block-4 {
  color: #fff;
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.text-span-15 {
  color: #000;
  font-family: Moneta, Arial, sans-serif;
  font-weight: 700;
}

.btn-janela-7 {
  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, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all 1.2s;
}

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

.h1-copyzxc {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 600;
  line-height: 22px;
}

.numeros {
  background-color: #1f1f1f00;
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-block-22 {
  color: #8f662b;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 94px;
}

.countup-number-item---brix {
  text-align: center;
  background-color: #d6d6d6;
  border-radius: 20px;
  padding: 40px;
}

.countup-title---brix-agency {
  color: #000;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Moneta, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.grid-3-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.countup-number---brix.count-number.timer {
  color: #8f662b;
  font-family: Moneta, Arial, sans-serif;
  font-size: 75px;
  font-weight: 700;
}

.countup-number---brix.color-primary {
  color: #8f662b;
  font-family: Moneta, Arial, sans-serif;
  font-weight: 900;
}

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

.div-block-191 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-35 {
  text-align: left;
  border-left: 5px solid #8f662b;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-left: 10px;
  font-family: Moneta, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .logo-inicio {
    width: 150px;
    max-width: 232px;
  }

  .inicio-bloco-container {
    max-width: 90%;
  }

  .nav-lateral {
    margin-right: 10px;
  }

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

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

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

  .div-block-166 {
    height: 800px;
  }

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-small-2 {
    max-width: 90%;
  }

  .div-block-5 {
    font-size: 12px;
  }

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

  .nav-button-wrapper-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .countup-title---brix-agency {
    font-size: 22px;
    line-height: 33px;
  }

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

  .countup-number---brix {
    font-size: 80px;
    line-height: 87px;
  }

  .container-70 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .logo-inicio {
    width: 130px;
    max-width: 90%;
  }

  .nav-lateral {
    display: flex;
  }

  .video-depoimentos {
    border-width: 0;
    border-radius: 0;
  }

  .left-arrow {
    background-color: #0000001f;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    font-size: 15px;
  }

  .container-depoimentos-desktop {
    display: none;
  }

  .container-depoimentos-mobile {
    display: block;
  }

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

  .s-depoimentos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-arrow {
    background-color: #0000001f;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .slide-nav {
    font-size: 6px;
  }

  .slider-depoimentos {
    max-width: 100%;
    height: auto;
  }

  .icon {
    font-size: 15px;
  }

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

  .s-tecnologias {
    padding-bottom: 40px;
  }

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

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

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

  .div-block-181 {
    height: 300px;
  }

  .heading-56 {
    font-size: 50px;
  }

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

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    text-align: center;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .footer-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .rodape {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-brand-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .image-55 {
    border: 0 solid #000;
    border-radius: 200px;
  }

  .lightbox-link-1, .lightbox-link-2, .lightbox-link-3 {
    border-width: 0;
    border-radius: 0;
    min-height: 75vh;
  }

  .div-block-189 {
    height: 320px;
  }

  .text-block-4-copy {
    font-size: 100px;
  }

  .countup-title---brix-agency {
    margin-top: 4px;
    font-size: 20px;
    line-height: 28px;
  }

  .grid-3-columns {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .countup-number-top---brix-agency {
    font-size: 13px;
  }

  .countup-number---brix {
    font-size: 60px;
    line-height: 70px;
  }

  .countup-number---brix.count-number.timer {
    font-size: 60px;
  }
}

@media screen and (max-width: 479px) {
  .logo-inicio {
    max-width: 135px;
    height: 35px;
  }

  .h1 {
    font-size: .9em;
    line-height: 1.4em;
  }

  .inicio-video-fundo {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .nav-lateral {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 5px;
    display: flex;
  }

  .link-block-nav, .link-block-nav.w--current {
    width: 5px;
    height: 5px;
  }

  .heading-44 {
    font-size: 25px;
    line-height: 35px;
  }

  .subtitulo.cor-branco, .subtitulo.cor-preto {
    font-size: .9em;
  }

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

  .heading-51-copydfv {
    font-size: 17px;
  }

  .c-card-front-5 {
    width: 100%;
    max-width: none;
  }

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

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

  .heading-44-copydc {
    font-size: 25px;
    line-height: 35px;
  }

  .grid-22-copyswdc-copyd {
    grid-template-columns: 1fr;
  }

  .s-drandre {
    padding-bottom: 0;
  }

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

  .div-block-166 {
    height: 500px;
  }

  .div-block-94 {
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .heading-50 {
    font-size: 2.5em;
  }

  .heading-47 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-180 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-56 {
    font-size: 40px;
    line-height: 45px;
  }

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h3, .h3.cor-preto {
    font-size: 2em;
  }

  .padding-section-large-2 {
    padding-top: 0;
  }

  .s-faq {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-style-h6 {
    font-size: 1.1rem;
  }

  .container-small-2 {
    max-width: 100%;
  }

  .paragraph-36 {
    font-size: 13px;
  }

  .nav-button-wrapper-copy {
    width: auto;
  }

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

  .btn-janela-6 {
    text-align: center;
    background-position: 30px 48%, 0 0;
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 13px;
  }

  .lightbox-link {
    height: 200px;
  }

  .lightbox-link-1, .lightbox-link-2, .lightbox-link-3 {
    border-width: 0;
    border-radius: 0;
    height: 200px;
  }

  .div-block-189 {
    background-image: url('../images/6761be623614588db4d50298_Captura-de-Tela-2024-12-17-às-15.07.04-1.webp');
    background-size: cover;
    height: 220px;
  }

  .subtitulo-2.cor-branco {
    font-size: .9em;
  }

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

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

  .text-block-4-copy {
    font-size: 70px;
    line-height: 55px;
  }

  .text-block-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-15 {
    font-size: 22px;
  }

  .btn-janela-7 {
    font-size: 16px;
    font-weight: 700;
  }

  .h1-copyzxc {
    font-size: .9em;
    line-height: 1.4em;
  }

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

  .text-block-22 {
    font-size: 30px;
    line-height: 30px;
  }

  .countup-title---brix-agency {
    margin-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .countup-number---brix {
    font-size: 66px;
    line-height: 77px;
  }

  .countup-number---brix.count-number.timer, .countup-number---brix.color-primary {
    font-size: 50px;
    line-height: 30px;
  }

  .text-block-35 {
    font-size: 22px;
    line-height: 25px;
  }
}

#w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d55-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d5c-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d63-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d6a-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d71-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d7a-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d81-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d88-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d8f-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d96-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84d9c-5a3915ef, #w-node-_0ae7726a-01ec-4a32-20ed-56d6dcd84da3-5a3915ef, #w-node-f08163fb-523a-a6d2-0958-457d56e4406d-5a3915ef, #w-node-_6400e08a-5be1-1576-ff37-e9571b8122ef-5a3915ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6400e08a-5be1-1576-ff37-e9571b8122f0-5a3915ef {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07b40830-c2e7-8e5f-3741-9e6833bc207c-5a3915ef {
  align-self: center;
}

#w-node-_517dd8e0-4669-fa97-9d0a-08244915a701-5a3915ef {
  justify-self: start;
}

#w-node-_517dd8e0-4669-fa97-9d0a-08244915a715-5a3915ef, #w-node-_517dd8e0-4669-fa97-9d0a-08244915a71a-5a3915ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6400e08a-5be1-1576-ff37-e9571b8122f0-5a3915ef, #w-node-_07b40830-c2e7-8e5f-3741-9e6833bc2090-5a3915ef {
    order: 9999;
  }
}


@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}