:root {
  --brand-color--azul001: #2c3d4f;
  --link-color--link-primary: var(--brand-color--azul002);
  --text-color--text-primary: var(--brand-color--azul001);
  --text-color--text-secondary: var(--brand-color--txt002);
  --brand-color--marrom001: #8f7268;
  --text-color--text-alternate: var(--brand-color--white);
  --brand-color--txt002: #404c53;
  --border-color--border-primary: #eee;
  --brand-color--gradient-r: #a57b7c;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --brand-color--white: #fff;
  --background-color--background-primary: var(--brand-color--azul001);
  --border-color--border-alternate: #222;
  --brand-color--azul002: #0780d0;
  --base-color-brand--brand004\<deleted\|variable-c1d3e80e-f7ed-78e7-a0b0-783de9ca6417\>: #333;
  --base-color-brand--brand001\<deleted\|variable-66883d0c-d36a-f8ff-eb97-aa29448bb6f4\>: #fb0;
  --base-color-brand--brand006\<deleted\|variable-4d572cce-288d-e463-ae0f-3d5d73401bc9\>: #252525;
  --brand-color--gold004: #e9e3d9;
  --brand-color--neutral-lighter\<deleted\|variable-3ff69ad9-e0b2-da94-ea2a-574dc947de0e\>: #ccc;
  --brand-color--gold003: #d4cabd;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --brand-color--azul003: #7eccff;
  --brand-color--marrom005: #f5f3ef;
  --brand-color--azul004: #738ca1;
  --brand-color--bg-color-3: #e6e9ee;
  --brand-color--marrom002: #bea796;
  --brand-color--gradient-l: #00b3eb;
  --brand-color--black: black;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: var(--base-color-system--focus-state);
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #00b3eb;
  --background-color--background-alternate: var(--brand-color--white);
  --background-color--background-success: var(--base-color-system--success-green);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --border-color--border-secondary: #ccc;
  --link-color--link-secondary: var(--brand-color--azul004);
  --link-color--link-alternate: var(--brand-color--white);
  --text-color--text-success: var(--base-color-system--focus-state);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: var(--brand-color--azul001);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
}

a {
  color: var(--link-color--link-primary);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-xlarge {
  padding: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-large {
  padding: 3rem;
}

.padding-small {
  padding: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

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

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.padding-bottom, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-secondary {
  color: var(--link-color--link-primary);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-primary.text-wrapper-balance {
  text-wrap: balance;
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text blockquote {
  border-left-color: var(--brand-color--marrom001);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-weight: 700;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-alternate.text-wrapper-balance {
  text-wrap: balance;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-light.text-color-alternate {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-bold {
  font-weight: 800;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 400;
}

.text-size-small.text-weight-semibold {
  font-weight: 600;
}

.text-size-small.text-weight-semibold.text-color-brand001 {
  color: var(--brand-color--marrom001);
}

.text-size-small.text-color-grey {
  color: var(--brand-color--txt002);
}

.heading-style-h4 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 142%;
}

.max-width-xlarge {
  width: 100%;
  max-width: 50rem;
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder {
  color: var(--text-color--text-secondary);
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold.text-color-tertiary {
  color: var(--brand-color--gradient-r);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 90rem;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.text-align-center {
  z-index: 2;
  color: var(--brand-color--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 600;
  display: flex;
}

.button.is-secondary {
  border: 1px none var(--border-color--border-alternate);
  background-color: var(--brand-color--white);
  color: var(--text-color--text-primary);
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.9rem;
  padding-right: 1rem;
}

.button.is-secondary:hover {
  background-color: var(--brand-color--azul002);
  color: var(--brand-color--white);
}

.text-size-medium {
  font-size: 1.2rem;
}

.text-size-medium.text-color-primary.text-wrapper-balance, .text-size-medium.text-color-white.text-wrapper-balance {
  text-wrap: balance;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.nav_blank-space {
  height: auto;
}

.nav_label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Funnel Sans;
  font-weight: 300;
  text-decoration: none;
}

.button-navbar {
  box-sizing: border-box;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--brand004\<deleted\|variable-c1d3e80e-f7ed-78e7-a0b0-783de9ca6417\>);
  background-color: var(--base-color-brand--brand004\<deleted\|variable-c1d3e80e-f7ed-78e7-a0b0-783de9ca6417\>);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 1rem;
  font-weight: 600;
  transition: border-color .1s, background-color .1s;
  display: flex;
  overflow: hidden;
}

.button-navbar:hover {
  border-color: var(--base-color-brand--brand001\<deleted\|variable-66883d0c-d36a-f8ff-eb97-aa29448bb6f4\>);
  background-color: var(--base-color-brand--brand006\<deleted\|variable-4d572cce-288d-e463-ae0f-3d5d73401bc9\>);
  color: #fff;
}

.nav_links-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_component-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #4c4c4cf0;
  padding: 1rem 2rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 5px #00000030;
}

.button-iten {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_logo-2 {
  height: 2rem;
}

.nav_menu-2 {
  align-items: center;
  display: flex;
}

.nav_link {
  color: #e9eeee;
  padding: .25rem 1rem;
  font-weight: 300;
  overflow: hidden;
}

.hero-heading {
  color: var(--base-color-brand--brand006\<deleted\|variable-4d572cce-288d-e463-ae0f-3d5d73401bc9\>);
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 115%;
}

.footer_logo-link-block {
  padding-top: 14px;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-copyright_legal-wrapper {
  display: flex;
}

.footer_component {
  background-color: var(--brand-color--azul001);
  color: #fff;
}

.footer_content-top {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
  display: flex;
}

.footer-copyright {
  background-color: var(--brand-color--azul001);
  color: #000;
  border-top: 1px solid #bef8f414;
}

.footer_content-left-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.footer-copyright_wrapper {
  color: #fff;
  justify-content: space-between;
  font-size: .875rem;
  display: flex;
}

.footer-copyright_legal-link {
  color: #fff;
  margin-right: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer-copyright_legal-link:hover {
  text-decoration: underline;
}

.footer-copyright_legal-link.is-last {
  margin-right: 0;
}

.social-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .3s;
}

.social-icon:hover {
  color: var(--brand-color--azul002);
}

.footer-text {
  opacity: .66;
  color: #fff;
  font-weight: 200;
}

.icon-wp {
  color: var(--brand-color--white);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-wp.color-yellow {
  color: var(--base-color-brand--brand001\<deleted\|variable-66883d0c-d36a-f8ff-eb97-aa29448bb6f4\>);
}

.servicos-card {
  width: 33.3333%;
  padding: 3.13em;
  position: relative;
  overflow: hidden;
}

.group-burrons {
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: .78em;
  display: flex;
}

.cards-servicos-grid {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 100%;
  display: grid;
}

.tag-txt {
  color: var(--brand-color--gradient-r);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 120%;
}

.tag-txt.is-sec {
  color: var(--brand-color--gradient-r);
}

.tag-txt.text-color-gold {
  color: var(--brand-color--gold004);
}

.servicos-card-content {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--brand-color--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.section_servicos {
  padding-bottom: 4px;
  position: relative;
}

.primary-button {
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #122c5f;
  border: 1px solid #122c5f;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button:hover {
  color: #122c5f;
  background-color: #122c5f00;
}

.chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.chips.white-chips {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f2f2f2;
  background-color: #f2f2f208;
  border: 1px #f2f2f21a;
  border-radius: 0;
  padding-left: 14px;
  padding-right: 15px;
  display: inline-flex;
}

.card-servios {
  background-color: var(--brand-color--white);
  border-style: none none solid;
  border-color: #f2f2f233 #f2f2f233 #e2e2e2;
  border-bottom-width: 3px;
  border-radius: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 41.6px #3c579b1a;
}

.card-servios:hover {
  border-bottom: 3px solid var(--brand-color--azul002);
  background-color: var(--brand-color--white);
}

.img-card-wrapper {
  aspect-ratio: 1;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.img-card-wrapper.is-small-tab {
  object-fit: cover;
  width: 90px;
  min-width: 90px;
}

.bg-icon {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-brand--brand004\<deleted\|variable-c1d3e80e-f7ed-78e7-a0b0-783de9ca6417\>);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-color-white002 {
  color: var(--brand-color--neutral-lighter\<deleted\|variable-3ff69ad9-e0b2-da94-ea2a-574dc947de0e\>);
}

.text-color-grey {
  color: var(--brand-color--txt002);
}

.text-color-grey.text-wrapper-balance {
  text-wrap: balance;
}

.tratamentos-componente {
  z-index: 2;
  grid-column-gap: 6vh;
  grid-row-gap: 6vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.titulo-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  font-weight: 300;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.about1-values_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 33%;
  overflow: visible;
}

._1slide-nav {
  opacity: .33;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

._1slide-nav.is-casos-clinicos {
  inset: auto auto 0% 0%;
}

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl-arrow-right {
  border: 2px solid var(--brand-color--gold003);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl-arrow-right:hover {
  border-color: var(--brand-color--azul002);
}

.rl_arrow-left {
  border: 2px solid var(--brand-color--gold003);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_arrow-left:hover {
  border-color: var(--brand-color--azul002);
}

.image-18 {
  width: 2rem;
}

.bg-video-2 {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.cta-001 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: linear-gradient(333deg, #f1e2db 7%, #94c9da33 46%);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 5vh;
  display: flex;
  position: relative;
}

.assinatura-estudio-criar {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-estudiocriar {
  opacity: .68;
  width: 80px;
}

.hamburger-menu-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-navlink {
  opacity: 1;
  color: var(--brand-color--white);
  letter-spacing: 0;
  padding: 0;
  font-size: .9rem;
  line-height: 20px;
  transition: color .3s;
}

.header-navlink:hover, .header-navlink.w--current {
  color: var(--brand-color--azul003);
}

.hamburger-menu-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.navbar {
  z-index: 999;
  background-color: #ddd0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: fixed;
  top: 0;
}

.navbar-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.mav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.navbar-container {
  background-color: var(--brand-color--azul001);
  border-radius: 0 0 30px 30px;
  max-width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 10px;
}

.navbar-list-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.navbar-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: flex;
}

.navbar-logolink {
  z-index: 2;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.navbar-logolink:hover {
  transform: scale3d(.96, .96, 1.01);
}

.navbar-logolink.w--current {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  transition-property: none;
  display: flex;
}

.navbar-logolink.w--current:hover {
  transform: none;
}

.navbar-mobile {
  align-items: center;
  display: none;
}

.navbar-right {
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  display: flex;
}

.logo-glamores {
  z-index: 340;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  bottom: -25px;
}

.code-embed2 {
  z-index: 0;
  color: var(--brand-color--azul001);
  height: 54px;
  display: block;
  position: relative;
  top: -4px;
  left: 0%;
  right: auto;
}

.button-nav {
  color: #fff;
  text-align: center;
  background-color: #787978;
  border: 3px solid #787978;
  border-radius: 16px;
  padding: .75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.button-nav:hover {
  background-color: #0085ff;
  border-width: 3px;
  border-color: #00000026;
}

.button-nav.is-whatsapp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--brand-color--white);
  background-color: #78797800;
  background-image: linear-gradient(289deg, #fff0, #ffffff3b);
  border-width: 1px;
  border-color: #738ca169;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem .7rem;
  font-size: 1.3rem;
  transition: background-color .4s, border-color .2s;
  display: inline-flex;
}

.button-nav.is-whatsapp:hover {
  border-color: var(--brand-color--azul002);
  background-color: var(--brand-color--azul002);
  color: var(--brand-color--azul003);
}

.button-nav.is-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--brand-color--white);
  background-color: #78797800;
  background-image: linear-gradient(289deg, #fff0, #ffffff3b);
  border-width: 1px;
  border-color: #738ca169;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem .7rem;
  font-size: 1.3rem;
  transition: background-color .4s, border-color .2s;
  display: inline-flex;
}

.button-nav.is-footer:hover {
  border-color: var(--brand-color--azul002);
  background-color: var(--brand-color--azul002);
  color: var(--brand-color--azul003);
}

.txt-buttonb-small {
  color: var(--brand-color--white);
  font-size: .9rem;
  font-weight: 500;
}

.navbar-left {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.frame-2013 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-2026 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(72.35deg, #f5ebe6, #cceffb);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-2027 {
  object-fit: cover;
  width: 20px;
  height: 18px;
}

.text-4 {
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.navbar-menu-list2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button_group.is-center {
  grid-column-gap: 4.2rem;
  grid-row-gap: 4.2rem;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.home2-header_component {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.section_home2-header {
  padding-top: 4rem;
}

.home2-header_image-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: .25fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin: 1rem 1rem 0;
  display: flex;
  position: relative;
  top: -8rem;
}

.icon-seta {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--brand-color--azul002);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: none;
  border-color: #787978;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background-color .5s;
  display: flex;
}

.button-header:hover {
  opacity: 1;
  background-color: #0061a2;
  border-width: 0;
}

.button-borda {
  opacity: 1;
  background-image: linear-gradient(87deg, #cd9f8680, #00b3eb63);
  border-radius: 2rem;
  padding: 2px;
}

.icon-wp-navbar {
  color: var(--brand-color--white);
  width: 1.2rem;
  display: none;
}

.icon-wp-navbar.is-footer {
  display: block;
}

.home8-header_bg1-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #000000ba;
  position: absolute;
  inset: 0%;
}

.home8-header_bg1 {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.img-header {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2rem;
  position: static;
}

.img-header-wrapper.is-up1 {
  width: auto;
}

.img-header-wrapper.is-up2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-top: 7rem;
  display: flex;
}

.img-header-wrapper.is-up3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-top: 11rem;
  display: flex;
  position: relative;
}

.button-style {
  z-index: 2;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000002e;
  border: 1px solid #0000000d;
  border-radius: 63px;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 2px 4px -2px #fffffff0, 0 4px 8.5px #00000075;
}

.button-style:hover {
  background-color: #010e2e3d;
  border-color: #fff;
}

.vector {
  box-sizing: border-box;
  width: 28px;
  height: 25px;
  overflow: visible;
}

.button-text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.image-19 {
  margin-bottom: 10px;
}

.imagem-estrutura-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-color: #dededeb8;
  flex: none;
  width: 700px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.sticky_content-70vh {
  width: 100%;
  height: 70vh;
}

.width_400vh-scrollable {
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: auto;
  display: flex;
}

.content-estrutura {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.overflow_hdden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section_400vh-estrutura {
  background-color: #fff;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.section_400vh-estrutura:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.section_400vh-estrutura.alt1 {
  justify-content: flex-start;
}

.estrutura-ticky {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.estrutura-ticky.alt1 {
  justify-content: flex-start;
  height: auto;
  padding-top: 9rem;
}

.estrutura-ticky.alt1.is-pag-sobre {
  padding-top: 9rem;
}

.sombra-icon {
  position: absolute;
  inset: auto 0% 0%;
}

.img-icon {
  z-index: 2;
  max-width: 70%;
  position: relative;
  inset: auto 0% 6%;
}

.home8-header_bg2-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.home8-header_bg2 {
  aspect-ratio: auto;
  object-fit: cover;
}

.ma {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2_style-allcaps {
  color: var(--brand-color--gradient-r);
  letter-spacing: 9px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
}

.h2_style-allcaps.text-color-blue {
  color: var(--brand-color--azul001);
}

.img-estrutura {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-span-3 {
  font-size: 11px;
}

.tag-chip-big {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: linear-gradient(103deg, #ebe3ddf0 4%, #fff 71%);
  border-radius: 9.7rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  padding: .5rem 1rem .5rem .5rem;
  display: inline-flex;
}

.image-20 {
  height: 60px;
}

.section_casos-clinicos.is-pag-tratamentos {
  background-color: var(--brand-color--marrom005);
}

.icon-2 {
  color: #1b2d45;
  font-size: 15px;
}

.mask {
  background-color: #0000;
  max-width: 60%;
  overflow: visible;
}

.arrow-left {
  border: 2px solid var(--brand-color--gold003);
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: auto 4rem 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.arrow-left:hover {
  border-color: var(--brand-color--azul002);
}

.arrow-right {
  border: 2px solid var(--brand-color--gold003);
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: auto 0% 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.arrow-right:hover {
  border-color: var(--brand-color--azul002);
}

.paragraph-basic {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.depoimentos-content {
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.depoimentos-slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 2rem;
  margin-right: 50px;
  padding: 0;
}

.section_depoimentos {
  background-color: var(--brand-color--marrom005);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-depotimentos {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 36px;
  display: flex;
}

.foto-dra-cta {
  aspect-ratio: 1;
  object-fit: cover;
  width: auto;
  height: 350px;
  position: relative;
}

.dra-foto001 {
  border-radius: 24px 24px 150px 150px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.dra-nome {
  z-index: 10;
  mix-blend-mode: color-burn;
  border-radius: 24px 24px 150px 150px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.selo-20 {
  width: 100%;
}

.img-fundo-grafismo {
  z-index: 4;
  width: 100%;
  position: static;
  inset: 0% 0% auto;
}

.grafismo_component {
  z-index: 1;
  background-color: #fff;
  border-bottom-color: #fff;
  height: 450px;
  position: relative;
  inset: -81px 0% 0%;
}

.bg-grafismo {
  z-index: 1;
  background-image: url('../images/imagem-do-whatsapp-de-2025-08-05-s-15.48.48_d80cf225_1.avif');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  height: 460px;
  margin: 1rem;
  position: relative;
}

.about1-story_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_about1-story {
  position: relative;
}

.quem-somos-titulo {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.big-heading {
  color: var(--brand-color--azul001);
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.big-heading.text-color-alternate {
  color: var(--brand-color--white);
}

.about3-team_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #00000014;
}

.about3-team_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about3-team_item-content {
  background-color: var(--brand-color--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.about3-team_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.titulos-cards {
  color: var(--brand-color--azul001);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 142%;
}

.hero-heading {
  color: var(--brand-color--azul001);
  font-size: 3.4rem;
}

.hero-heading.text-wrapper-balance {
  text-wrap: balance;
}

.text-card {
  color: var(--brand-color--txt002);
}

.text-card.text-color-grey {
  opacity: 100;
}

.grafismo-mask {
  z-index: 25;
  height: 570px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: grid;
}

.footer-locailzacao {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2046 {
  grid-column-gap: 3.80692px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-atendimento {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contatos-link {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  text-decoration: none;
  display: flex;
}

.phone {
  object-fit: cover;
  height: 1.4rem;
  overflow: hidden;
}

.text-contatos {
  color: var(--brand-color--marrom005);
  letter-spacing: 1.90346px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-contatos:hover {
  color: var(--brand-color--azul002);
}

.footer-acesso {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2010 {
  grid-column-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.titulos-footer {
  color: var(--brand-color--gradient-r);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  line-height: 120%;
}

.footer-links {
  opacity: 1;
  color: var(--brand-color--marrom005);
  white-space: nowrap;
  font-weight: 300;
}

.footer-links:hover {
  color: var(--brand-color--azul002);
}

.button-cta-2 {
  color: #fff;
  text-align: center;
  background-color: #787978;
  border: 3px solid #787978;
  border-radius: 16px;
  padding: .75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.button-cta-2:hover {
  background-color: #0085ff;
  border-width: 3px;
  border-color: #00000026;
}

.button-cta-2.is-map {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--brand-color--white);
  background-color: #78797800;
  background-image: linear-gradient(289deg, #fff0, #ffffff3b);
  border-width: 1px;
  border-color: #ebb3b369;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem .7rem .25rem .9rem;
  font-size: 1.3rem;
  transition: background-color .4s, border-color .2s;
  display: inline-flex;
}

.button-cta-2.is-map:hover {
  border-color: var(--brand-color--azul002);
  background-color: var(--brand-color--azul002);
  color: var(--brand-color--azul003);
}

.button-cta-2.is-map-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-width: 1px;
  border-color: var(--brand-color--marrom005);
  background-color: var(--brand-color--gradient-r);
  color: var(--brand-color--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem .7rem .25rem .9rem;
  font-size: 1.3rem;
  transition: background-color .4s, border-color .2s;
  display: inline-flex;
}

.button-cta-2.is-map-cta:hover {
  border-color: var(--brand-color--azul002);
  background-color: var(--brand-color--azul002);
  color: var(--brand-color--azul003);
}

.icon-rota-footer {
  color: var(--brand-color--white);
  width: 1.2rem;
  display: block;
}

.section_cta2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.section_cta2.bg-color-alternative {
  background-image: linear-gradient(180deg, var(--brand-color--white), var(--brand-color--marrom005));
}

.home5-cta_content {
  order: 1;
  max-width: 50%;
  font-family: Plus Jakarta Sans, sans-serif;
}

.home5-cta_content.is-small {
  max-width: 80%;
}

.home5-cta_image-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  flex: none;
  width: 200px;
  height: 200px;
  margin-right: 4rem;
}

.home5-cta_image-wrapper.is-big {
  order: 1;
  width: 300px;
  height: 320px;
}

.home5-cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-image: url('../images/bg4_1.avif');
  background-position: 0%;
  background-size: cover;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.home5-cta_component.is-small {
  margin-top: 5rem;
}

.cta-2-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.cta-2-item1.is-small {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cta-2-item2 {
  background-color: var(--brand-color--marrom005);
  border: 1px solid #c7a3a3a8;
  border-radius: 2rem;
  justify-content: space-between;
  height: auto;
  padding-left: 1px;
  display: flex;
  overflow: hidden;
}

.map_image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 240px;
  min-height: auto;
  max-height: none;
  display: flex;
}

.img-map-cta {
  overflow: visible;
}

.map-txt-cta2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
  overflow: visible;
}

.tag-tratamentois {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #eb560012;
  border-radius: 20px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.txt-tag-tratamentos {
  color: var(--brand-color--marrom001);
  font-weight: 500;
}

.tags-tratamentos-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  padding-bottom: 1rem;
  display: flex;
}

.image-21 {
  width: auto;
  height: .7rem;
}

.section_quem-somos-header {
  padding-top: 8rem;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.about5-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about5-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.bem-vindo-tipo {
  width: 480px;
  margin-bottom: 10px;
}

.about5-overview_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--brand-color--white);
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
}

.quem-somos-video-wrapper {
  z-index: 3;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 1rem;
  width: auto;
  height: 510px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_about5-overview {
  background-color: var(--brand-color--marrom005);
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.quem-somos_pagt_content1 {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.icon-1x1-medium-5 {
  filter: brightness(88%);
  color: var(--brand-color--azul004);
  width: 5rem;
  height: 5rem;
}

.about1-values_list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section_valores {
  margin-bottom: 8rem;
}

.valores_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.about4-team_image-wrapper {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.about4-team_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.about4-team_item {
  background-color: var(--brand-color--white);
  border-radius: 2rem;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.about4-team_component {
  margin-top: 4rem;
}

.about4-team_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_about4-team {
  background-color: var(--brand-color--bg-color-3);
  background-image: url('../images/home_1.avif');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
}

.titulo-card-equipes {
  font-size: 1.25rem;
  font-weight: 800;
}

.video-quem-somos {
  border-radius: 3.5rem;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.section_header-tratamentos {
  background-color: var(--brand-color--azul001);
  background-image: url('../images/bg4_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 4rem;
}

.section_tratamentos {
  padding-bottom: 4px;
  position: relative;
  top: -57px;
}

.section_header-detalhes-tratamento {
  background-color: var(--brand-color--azul001);
  background-image: url('../images/bg4_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.section_tratamentos-detalhes {
  padding-bottom: 4px;
  position: relative;
  top: -32px;
}

.tabs {
  max-width: 1000px;
  display: flex;
}

.tabs.margin-botton.margin-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand-color--marrom005);
  border: 1px solid #ececec;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.is-tab-heading {
  color: var(--brand-color--azul001);
  letter-spacing: -1px;
  font-size: 1.5rem;
}

.tab-item {
  opacity: .5;
  background-color: #0000;
  padding: 0;
}

.tab-item.w--current {
  opacity: 1;
  background-color: #0000;
  padding: 0;
  font-weight: 400;
}

.tabs-content {
  background-color: #fff;
  padding: 2em 4em 4em;
}

.box-tab {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 1em .5em 1em 1em;
  display: flex;
}

.content-item-tab {
  margin-left: 2em;
  margin-right: 2em;
}

.tabs-menu {
  flex-direction: column;
  min-width: 35%;
  max-width: 40%;
  display: flex;
}

.tratamentos-header_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  color: #000;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  color: var(--brand-color--azul003);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.text-color-blue {
  color: var(--brand-color--azul002);
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.titulo-detalhes-tratamento {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.detalhes-tratameto-content {
  flex-direction: column;
  align-items: center;
}

.tratamentos-detalhes-image-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery2_componenet {
  border-radius: 2rem;
  height: auto;
  margin-bottom: 4rem;
}

.gallery2_custom-dots {
  color: #0385ce;
  display: none;
}

.gallery2_mask {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
}

.gallery2_slide {
  border-radius: .25rem;
  height: auto;
  overflow: hidden;
}

.gallery2_lightbox {
  border-radius: 20px;
  width: 100%;
  height: auto;
  transition: transform .2s;
  position: static;
}

.gallery2_lightbox:hover {
  transform: scale(1.05);
}

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

.gallery2_hidden-arrow {
  display: none;
}

.gallery2_slider-nav {
  color: #0385ce;
  padding-top: .625rem;
  inset: auto 0% -4rem;
}

.margin-chip-title {
  padding-top: 2rem;
}

.pricing5_content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center start;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pricing5_content-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing5_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.icon-1x1-small-2 {
  width: 3.5rem;
  height: 3.5rem;
}

.beneficios {
  padding-top: 1rem;
}

.img-capa-tratamentos {
  height: 100%;
}

.image-26 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-26.is-115 {
  height: 100%;
}

.image-cover-2 {
  z-index: 2;
  background-color: var(--brand-color--marrom001);
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.lightbox_play-button {
  color: #000;
  width: 5rem;
  height: 5rem;
  transition: color .3s;
}

.lightbox_play-button:hover {
  color: #1061ff;
}

.image-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 85%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.is-100 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 100%;
  margin-bottom: 0;
}

.lightbox {
  border-radius: 2rem;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox_play-button_wraper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_contact5-header {
  margin-top: 3rem;
}

.form-flex-bock {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.form-flex-bock.contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.contat-two-block-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 70px;
  display: flex;
}

.home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.home-one-form-text-field.menu-two-field {
  color: #abaaaa;
  background-color: #f5f3f0;
  border-color: #f5f3f0;
  margin-bottom: 20px;
}

.home-one-form-text-field.menu-two-field::placeholder {
  color: #abaaaa;
}

.home-one-form-text-field.menu-two-field.contact-two-txt {
  color: #6d6d6d;
  background-color: #f3f3f3;
  border-radius: 20px;
  height: 220px;
}

.home-one-form-text-field.menu-two-field.contact-two-txt::placeholder {
  color: #5a5a5a;
}

.home-one-form-text-field.menu-two-field.contact-two-imput {
  color: #6d6d6d;
  background-color: #f3f3f3;
  border-radius: 1rem;
  margin-bottom: 10px;
}

.home-one-form-text-field.menu-two-field.contact-two-imput::placeholder {
  color: #5a5a5a;
}

.sucesso-msg {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
}

.erro-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.section_legal2-header {
  background-color: var(--brand-color--gradient-r);
  padding-top: 4rem;
}

.legal2-content_sidebar {
  background-color: var(--brand-color--white);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.container-large-4 {
  width: 100%;
  max-width: 90rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.legal2-content_sidebar-heading {
  font-size: 1.5rem;
}

.legal2-content_link-wrapper {
  overflow: hidden;
}

.section_legal2-content {
  background-color: var(--brand-color--marrom005);
}

.legal2-content_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal2-content_h-trigger {
  display: none;
}

.legal2-content_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.legal2-content_link.w--current {
  background-color: #f3f3f1;
  font-weight: 600;
}

.legal2-content_link.is-h3, .legal2-content_link.is-h4, .legal2-content_link.is-h5, .legal2-content_link.is-h6 {
  padding-left: 1rem;
}

.legal2-content_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.legal2-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 2rem;
  display: grid;
}

.legal2-content_accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faixa-grafismo {
  background-color: #f5f3ef;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.grafismo {
  z-index: 4;
  min-width: 100%;
  max-width: 101%;
  position: relative;
  top: 4px;
  right: 4px;
  overflow: clip;
}

.faixa-grafismo2 {
  margin-top: 0;
  margin-bottom: 0;
}

.video-tratamentos {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.max-width-medium {
  width: 100%;
  max-width: 47.8rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  h1 {
    color: var(--brand-color--azul001);
  }

  .max-width-xlarge {
    max-width: 50rem;
  }

  .gallery_component {
    z-index: 3;
    position: relative;
  }

  .header-navlink {
    font-size: 1rem;
  }

  .navbar-right {
    width: 33%;
  }

  .button-nav.is-whatsapp, .button-nav.is-footer {
    padding: .4rem .7rem .3rem;
  }

  .txt-buttonb-small {
    font-size: 1rem;
  }

  .navbar-left {
    width: 33%;
  }

  .text-4 {
    letter-spacing: 2px;
    font-size: 1rem;
  }

  .grafismo_component {
    z-index: 0;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-grafismo {
    height: 600px;
  }

  .quem-somos-titulo {
    z-index: 2;
    position: relative;
  }

  .about3-team_item-content {
    padding: 1.6rem;
  }

  .button-cta-2.is-map, .button-cta-2.is-map-cta {
    padding: .4rem .7rem .3rem;
  }

  .quem-somos_pagt_content1 {
    z-index: 2;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .max-width-xlarge {
    max-width: 60rem;
  }

  .button-navbar:hover {
    background-color: #061014;
  }

  .nav_links-list {
    justify-content: flex-start;
    align-items: center;
  }

  .nav_container-2 {
    max-width: 100%;
  }

  .nav_component-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-heading {
    font-size: 4rem;
  }

  .footer_logo-link-block {
    width: 14rem;
  }

  .card-servios {
    box-shadow: 0 2px 41.6px #3c579b17;
  }

  .header-navlink {
    font-size: 1.1rem;
  }

  .code-embed2 {
    height: 57px;
  }

  .txt-buttonb-small {
    font-size: 1.1rem;
    font-weight: 300;
  }

  .text-4 {
    font-size: 1.1rem;
  }

  .home2-header_component {
    padding-top: 8rem;
  }

  .home2-header_image-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-auto-columns: 1fr;
    top: -7.3rem;
  }

  .button-header {
    background-color: var(--brand-color--azul002);
  }

  .icon-wp-navbar {
    width: 1.3rem;
    height: 32px;
    display: block;
  }

  .img-header-wrapper.is-up1 {
    width: 20%;
  }

  .img-header-wrapper.is-up2 {
    width: 26%;
    padding-top: 7rem;
  }

  .img-header-wrapper.is-up3 {
    width: 30%;
    padding-top: 12rem;
  }

  .button-style {
    font-size: 1.1rem;
  }

  .vector {
    width: 22px;
    height: 22px;
  }

  .sombra-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .img-fundo-grafismo {
    inset: auto 0% 0%;
  }

  .grafismo_component {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -10%;
  }

  .section_about1-story {
    height: auto;
  }

  .quem-somos-titulo {
    z-index: 3;
    position: relative;
  }

  .about3-team_item-content {
    padding: 1.6rem;
  }

  .hero-heading {
    font-weight: 700;
  }

  .section_cta2 {
    padding-top: 2rem;
  }

  .cta-2-item2 {
    justify-content: flex-start;
    align-items: center;
  }

  .map_image-wrapper {
    order: -1;
    width: auto;
  }

  .map-txt-cta2 {
    padding-left: 2rem;
  }

  .bem-vindo-tipo {
    filter: none;
  }

  .quem-somos_pagt_content1 {
    z-index: 3;
    position: relative;
  }

  .section_header-tratamentos, .section_header-detalhes-tratamento {
    background-color: #a87d7f;
    background-position: 100%;
    background-size: contain;
  }

  .section_legal2-content {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .text-color-primary {
    font-size: 3.2rem;
  }

  .max-width-large {
    max-width: 55rem;
  }

  .text-size-small.text-weight-semibold.text-color-brand001 {
    color: #866768;
  }

  .max-width-xlarge {
    max-width: 70rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .container-large {
    max-width: 110rem;
  }

  .main-wrapper {
    overflow: clip;
  }

  .text-style-quote.text-color-primary {
    font-size: 3rem;
  }

  .text-size-medium {
    font-size: 1.4rem;
  }

  .text-size-medium.text-color-primary {
    font-size: 1.6rem;
  }

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

  .button-navbar {
    color: #fff;
  }

  .nav_logo-2 {
    height: 3rem;
  }

  .hero-heading {
    font-size: 5.1rem;
  }

  .icon-wp {
    width: 2rem;
    height: 2rem;
  }

  .img-card-wrapper.is-small-tab {
    width: 120px;
  }

  .title-wrapper {
    color: #333;
    padding-right: 16rem;
  }

  .text-block-8 {
    color: #fff;
    font-weight: 300;
  }

  .bg-video-2 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 4rem;
  }

  .navbar-content-wrapper {
    height: 76px;
  }

  .navbar-logolink.w--current {
    width: 180px;
  }

  .logo-glamores {
    width: 190px;
    bottom: -28px;
  }

  .code-embed2 {
    height: 63px;
    top: -5px;
  }

  .button-nav.is-whatsapp, .button-nav.is-footer {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .txt-buttonb-small {
    text-transform: none;
    font-size: 1.2rem;
  }

  .home2-header_component {
    padding-bottom: 2rem;
  }

  .home2-header_image-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1rem 4rem;
    top: -10rem;
  }

  .button-header {
    background-color: var(--brand-color--azul002);
  }

  .icon-wp-navbar {
    width: 1.4rem;
    height: 1.4rem;
  }

  .img-header {
    border-radius: 4rem;
  }

  .img-header-wrapper.is-up1 {
    width: 23%;
  }

  .img-header-wrapper.is-up2 {
    width: auto;
    padding-top: 9rem;
  }

  .img-header-wrapper.is-up3 {
    width: 35%;
    padding-top: 15rem;
  }

  .button-style {
    justify-content: flex-start;
    align-items: center;
    width: 86%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 16px;
    bottom: 4%;
  }

  .vector {
    width: 40px;
    height: 40px;
  }

  .button-text-3 {
    font-size: 20px;
  }

  .text-block-9 {
    font-size: 1.3rem;
  }

  .image-19 {
    width: 590px;
  }

  .imagem-estrutura-wrapper {
    box-shadow: none;
    border-radius: 0;
    width: 25%;
    height: 700px;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky_content-70vh {
    height: 80vh;
  }

  .content-estrutura {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sombra-icon {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .img-icon {
    flex: 0 auto;
    top: 3px;
    bottom: 0%;
    overflow: clip;
  }

  .home8-header_bg2-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .home8-header_bg2 {
    width: 100%;
  }

  .h2_style-allcaps {
    font-size: 2rem;
  }

  .mask {
    max-width: 42%;
  }

  .foto-dra-cta {
    height: 430px;
  }

  .img-fundo-grafismo {
    position: static;
  }

  .grafismo_component {
    z-index: 2;
    object-fit: contain;
    max-width: 100%;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .bg-grafismo {
    height: 650px;
  }

  .quem-somos-titulo {
    padding-top: 4rem;
  }

  .big-heading {
    font-size: 5rem;
    font-weight: 500;
  }

  .about3-team_item-content {
    padding: 2rem;
  }

  .grafismo-mask {
    height: 810px;
    inset: auto 0% 0%;
  }

  .button-cta-2.is-map, .button-cta-2.is-map-cta {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cta-2-content {
    width: 100%;
  }

  .cta-2-item2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .map_image-wrapper {
    order: -1;
    width: auto;
  }

  .bem-vindo-tipo {
    width: 590px;
  }

  .quem-somos_pagt_content1 {
    padding-top: 4rem;
  }

  .video-quem-somos {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 4rem;
  }

  .tabs-content {
    padding-left: 4em;
    padding-right: 6em;
  }

  .contat-two-block-left {
    margin-top: 4rem;
  }

  .container-large-4 {
    max-width: 100rem;
  }

  .max-width-large-2 {
    max-width: 59rem;
  }

  .faixa-grafismo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }

  .grafismo {
    min-width: 101%;
  }

  .faixa-grafismo2 {
    width: 100%;
    margin-bottom: 0;
  }

  .max-width-medium {
    max-width: 59rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    color: var(--brand-color--azul001);
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-small {
    flex-flow: column;
    display: flex;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .text-color-primary {
    font-size: 2.9rem;
  }

  .heading-style-h4 {
    font-size: 1.8rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-style-quote.text-color-primary {
    font-size: 1.3rem;
    font-style: italic;
  }

  .text-size-medium.text-color-primary {
    font-size: 1.1rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .nav_menu-icon {
    opacity: 1;
    mix-blend-mode: normal;
    border: 4px #00d4c0;
    border-radius: 50px;
    width: 3rem;
    height: 3rem;
    padding-top: 0;
  }

  .nav_menu-button {
    z-index: 2;
    padding: .5rem;
    position: relative;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .nav_blank-space {
    height: 5.1rem;
  }

  .nav_menu-wrapper {
    max-height: 100vh;
    overflow: auto;
  }

  .button-navbar {
    color: #fff;
  }

  .button-navbar:hover {
    background-color: #061014;
  }

  .nav_links-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
    display: flex;
  }

  .nav_component-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .nav_menu-2 {
    background-color: #000;
    border-left: 1px solid #00d4c0;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav_link {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .footer-copyright_legal-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .footer_content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center start;
    margin-bottom: 0;
    display: grid;
  }

  .footer_content-left-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-copyright_wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .servicos-card {
    width: 100%;
    padding: 1.56em;
  }

  .group-burrons {
    flex-direction: column;
    display: inline-flex;
  }

  .cards-servicos-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 2.5rem;
    display: grid;
  }

  .tag-txt {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .img-card-wrapper.is-small-tab {
    width: 80px;
    min-width: 80px;
  }

  .tratamentos-componente {
    padding-bottom: 0;
  }

  .rl_gallery21_mask {
    width: 60%;
  }

  ._1slide-nav {
    inset: auto auto 0% 0%;
  }

  ._1slide-nav.is-casos-clinicos {
    bottom: 2%;
    left: 0%;
  }

  .bg-video-2 {
    aspect-ratio: 2 / 3;
    border-radius: 2rem;
    width: 100%;
    position: absolute;
  }

  .cta-001 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hamburger-menu-top {
    background-color: var(--brand-color--azul003);
    width: 44px;
    height: 3px;
  }

  .header-navlink.text-color-primary {
    font-size: 2rem;
    display: inline-block;
  }

  .header-navlink.tex-color-blue {
    color: var(--brand-color--azul003);
    font-size: 2rem;
    display: inline-block;
  }

  .hamburger-menu-bottom {
    background-color: var(--brand-color--azul003);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-wrapper {
    order: -1;
    padding-bottom: 7px;
    padding-left: 5px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .navbar {
    z-index: 220;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-menu-list {
    z-index: 500;
    background-color: #c8c8c800;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .mav-list-item-show-in-tablet {
    align-self: flex-start;
    margin-top: 20px;
    margin-bottom: 2.1rem;
    padding-left: 11px;
    display: block;
  }

  .navbar-container {
    z-index: 150;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .navbar-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .navbar-content-wrapper {
    z-index: 110;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    height: auto;
    display: grid;
    position: relative;
  }

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

  .navbar-logolink.w--current {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .navbar-mobile {
    order: -1;
    width: auto;
    height: 100%;
    max-height: none;
    margin-left: 10px;
    display: flex;
    overflow: clip;
  }

  .navbar-right {
    display: none;
  }

  .logo-glamores {
    width: 150px;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed2 {
    z-index: 120;
    height: 47px;
    display: block;
    top: -5px;
  }

  .button-nav.is-whatsapp, .button-nav.is-footer {
    justify-content: flex-end;
    align-items: center;
    padding: .3rem .8rem;
  }

  .txt-buttonb-small {
    font-size: 1rem;
  }

  .navbar-left {
    width: 90%;
    margin-right: 10px;
  }

  .frame-2013 {
    display: none;
  }

  .navbar-menu-list2 {
    z-index: 1;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #082c44d6;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    height: 100vh;
    margin: 58px 0 10px;
    padding: 93px 10px 20px 20px;
    inset: 86% auto auto 0%;
  }

  .home2-header_component {
    padding-top: 5.1rem;
    padding-bottom: 1rem;
  }

  .section_home2-header {
    height: auto;
  }

  .home2-header_image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr 50% 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem;
    display: grid;
    top: -.9rem;
  }

  .icon-wp-navbar {
    display: block;
  }

  .home8-header_bg1 {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    height: auto;
  }

  .img-header-wrapper.is-up1 {
    width: auto;
    padding: 0;
  }

  .img-header-wrapper.is-up2 {
    width: auto;
    padding-top: 0;
  }

  .img-header-wrapper.is-up3 {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .button-style {
    position: relative;
  }

  .imagem-estrutura-wrapper {
    width: 550px;
    min-height: 460px;
  }

  .sticky_content-70vh {
    width: 100%;
    padding-top: 4rem;
  }

  .content-estrutura {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.1rem;
    padding-bottom: 0;
  }

  .estrutura-ticky.alt1 {
    padding-top: 8rem;
  }

  .home8-header_bg2-wrapper {
    height: 100%;
  }

  .home8-header_bg2 {
    padding-top: 8rem;
  }

  .h2_style-allcaps {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_casos-clinicos {
    z-index: 170;
    margin-top: 0;
    position: relative;
  }

  .arrow-left {
    inset: auto 4rem 0% auto;
  }

  .arrow-right {
    inset: auto 0% 0% auto;
  }

  .depoimentos-content {
    padding: 2rem;
  }

  .section_depoimentos {
    padding-bottom: 4rem;
  }

  .dra-foto001 {
    overflow: clip;
  }

  .img-fundo-grafismo {
    z-index: 2;
    object-fit: cover;
    width: auto;
    min-width: 100%;
    min-height: 400px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .grafismo_component {
    height: 350px;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .bg-grafismo {
    width: 100%;
    height: 400px;
  }

  .section_about1-story {
    height: auto;
    margin-bottom: 0;
  }

  .quem-somos-titulo {
    z-index: 30;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .big-heading {
    font-size: 3rem;
  }

  .titulos-cards {
    font-size: 1.8rem;
  }

  .hero-heading {
    color: var(--brand-color--azul001);
  }

  .grafismo-mask {
    height: 400px;
  }

  .italic-text {
    font-size: 1.6rem;
  }

  .footer-top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 80%;
    margin-bottom: 2rem;
    display: flex;
  }

  .footer-locailzacao {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-atendimento {
    order: -1;
  }

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

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

  .button-cta-2.is-map, .button-cta-2.is-map-cta {
    justify-content: flex-end;
    align-items: center;
    padding: .3rem .8rem;
  }

  .icon-rota-footer {
    display: block;
  }

  .home5-cta_content {
    max-width: 100%;
  }

  .home5-cta_image-wrapper {
    order: -1;
    width: 150px;
    height: 150px;
  }

  .home5-cta_image-wrapper.is-big {
    order: -1;
  }

  .home5-cta_component {
    grid-row-gap: 4rem;
    background-position: 50% 100%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta-2-item1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .cta-2-item2 {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .map_image-wrapper {
    border-radius: 20px;
    order: -1;
    width: auto;
    height: 230px;
  }

  .img-map-cta {
    object-fit: cover;
    width: auto;
    height: 100%;
    min-height: 100%;
  }

  .map-txt-cta2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 65%;
    padding-bottom: 0;
  }

  .about5-overview_component {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 4rem;
    display: flex;
  }

  .quem-somos-video-wrapper {
    aspect-ratio: 2 / 3;
    height: 430px;
  }

  .about5-overview_content {
    text-align: center;
    order: -1;
  }

  .quem-somos_pagt_content1 {
    z-index: 30;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .about1-values_list-2 {
    grid-column-gap: 2rem;
  }

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

  .section_about4-team {
    background-image: url('../images/home_1.avif');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .video-quem-somos {
    border-radius: 2rem;
    width: 100%;
  }

  .section_header-detalhes-tratamento {
    padding-top: 10rem;
  }

  .is-tab-heading {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .tabs-content {
    padding: 1.5em;
  }

  .box-tab {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: .5em;
    padding-right: .5em;
  }

  .content-item-tab {
    margin-left: 0;
    margin-right: .125em;
  }

  .tabs-menu {
    width: 40%;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .paragraph-2 {
    font-size: .9rem;
  }

  .form-flex-bock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .contat-two-block-left {
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sucesso-msg, .erro-message {
    padding: 10px;
  }

  .legal2-content_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .container-large-4 {
    margin-bottom: 0;
  }

  .legal2-content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .legal2-content_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .legal2-content_accordion-icon {
    display: flex;
  }

  .faixa-grafismo {
    display: block;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .text-color-primary.text-wrapper-balance {
    text-wrap: balance;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-xlarge {
    max-width: 30rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .text-style-quote.text-color-primary {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 130%;
  }

  .text-size-medium.text-color-primary {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_menu-icon.hide-tablet {
    border-left-style: none;
  }

  .nav_blank-space {
    height: 4.05rem;
  }

  .nav_component-2 {
    padding: 0 .5rem 0 1.5rem;
  }

  .nav_menu-2 {
    border-left-style: none;
  }

  .hero-heading {
    font-size: 2.1rem;
  }

  .footer_logo-link-block {
    width: auto;
  }

  .footer-copyright_legal-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer_content-left-2 {
    justify-items: center;
    width: 100%;
    margin-right: auto;
    display: flex;
  }

  .footer-copyright_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .footer-copyright_legal-link {
    text-decoration: underline;
  }

  .logo-footer {
    width: 200px;
    max-width: none;
  }

  .cards-servicos-grid {
    padding-bottom: 0;
    display: flex;
  }

  .section_servicos {
    padding-top: 4rem;
  }

  .text-color-grey.text-wrapper-balance {
    text-wrap: balance;
  }

  .tratamentos-componente {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    position: static;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 70%;
  }

  .rl_arrow-left {
    right: 3.5rem;
  }

  .bg-video-2 {
    aspect-ratio: auto;
    border-radius: 1.3rem;
    width: 100%;
  }

  .cta-001 {
    flex-flow: column;
  }

  .header-navlink.text-color-primary {
    font-size: 1.6rem;
  }

  .header-navlink.tex-color-blue {
    color: var(--brand-color--azul003);
    font-size: 1.6rem;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-menu-list {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 47px;
  }

  .mav-list-item-show-in-tablet {
    color: var(--brand-color--txt002);
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .navbar-container {
    z-index: 11;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

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

  .navbar-mobile {
    margin-left: 12px;
  }

  .logo-glamores {
    width: 120px;
  }

  .code-embed2 {
    z-index: 9;
    top: -3px;
  }

  .button-nav.is-whatsapp {
    justify-content: center;
    align-items: center;
    padding: .5rem;
  }

  .button-nav.is-footer {
    justify-content: center;
    align-items: center;
    padding: .5rem .5rem .5rem 1rem;
  }

  .txt-buttonb-small {
    display: none;
  }

  .txt-buttonb-small.is-footer {
    display: block;
  }

  .navbar-left {
    margin-right: 12px;
  }

  .navbar-menu-list2 {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #082c44e8;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 88px;
    padding-left: 2rem;
    padding-right: 10px;
  }

  .home2-header_component {
    padding-bottom: 2rem;
  }

  .section_home2-header {
    height: auto;
  }

  .home2-header_image-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr 45% 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: end stretch;
    padding: 0;
    display: grid;
    top: 0;
  }

  .icon-wp-navbar {
    width: 1.5rem;
    height: 1.5rem;
  }

  .img-header {
    border-radius: 1.3rem;
  }

  .img-header-wrapper.is-up1 {
    padding: 0;
  }

  .img-header-wrapper.is-up2 {
    padding-top: 0;
  }

  .img-header-wrapper.is-up3 {
    top: 0;
  }

  .button-style {
    margin-bottom: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 4px;
    padding-right: 4px;
  }

  .button-text-3 {
    font-size: 15px;
  }

  .image-19 {
    max-width: 60%;
  }

  .imagem-estrutura-wrapper {
    border-radius: 1rem;
    width: auto;
  }

  .sticky_content-70vh {
    height: auto;
    padding-top: 0;
  }

  .width_400vh-scrollable {
    flex-flow: row;
    width: auto;
  }

  .content-estrutura {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    padding: 2rem 1rem 1rem;
    display: grid;
  }

  .overflow_hdden-mask {
    display: block;
  }

  .section_400vh-estrutura.alt1 {
    height: auto;
    position: static;
  }

  .estrutura-ticky.alt1 {
    padding-top: 4rem;
    position: static;
  }

  .home8-header_bg2-wrapper {
    height: 272.453vh;
  }

  .home8-header_bg2 {
    object-fit: cover;
    padding-top: 14rem;
  }

  .h2_style-allcaps {
    text-align: center;
    letter-spacing: 4px;
    font-size: 1.3rem;
  }

  .mask {
    max-width: 80%;
  }

  .depoimentos-content {
    padding: 2rem;
  }

  .depoimentos-slide {
    margin-right: 10px;
  }

  .foto-dra-cta {
    width: 100%;
    height: auto;
  }

  .grafismo_component {
    max-width: 90rem;
    height: 240px;
    display: none;
  }

  .bg-grafismo {
    height: 24vh;
  }

  .section_about1-story {
    border-bottom: 1px solid #ddd;
  }

  .quem-somos-titulo {
    grid-template-columns: 1fr;
    height: auto;
  }

  .big-heading {
    font-size: 4rem;
  }

  .about3-team_item {
    grid-row-gap: 1.5rem;
    background-color: var(--brand-color--white);
    grid-template-columns: 1fr;
  }

  .about3-team_item-content {
    padding: 0 1.4rem 1.4rem;
  }

  .about3-team_image-wrapper {
    height: 100%;
  }

  .hero-heading {
    color: var(--brand-color--azul001);
    text-wrap: balance;
    font-size: 2.8rem;
  }

  .button-cta-2.is-map {
    justify-content: center;
    align-items: center;
    padding: .5rem .5rem .5rem 1rem;
  }

  .button-cta-2.is-map-cta {
    justify-content: center;
    align-items: center;
    padding: .5rem;
  }

  .icon-rota-footer {
    width: 1.5rem;
    height: 1.5rem;
  }

  .home5-cta_image-wrapper.is-big {
    width: 150px;
    height: 150px;
  }

  .home5-cta_component {
    grid-row-gap: 3rem;
    background-position: 50% 100%;
    padding: 2rem;
  }

  .cta-2-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cta-2-item2 {
    border-radius: 1.4rem;
    flex-flow: column;
  }

  .map_image-wrapper {
    border-radius: 14px;
  }

  .map-txt-cta2 {
    max-width: 100%;
    padding-bottom: 2rem;
  }

  .bem-vindo-tipo {
    max-width: 60%;
  }

  .about5-overview_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .quem-somos-video-wrapper {
    width: 100%;
    height: auto;
  }

  .quem-somos_pagt_content1 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .about1-values_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about4-team_image-wrapper {
    height: 100%;
  }

  .about4-team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .titulo-card-equipes {
    font-size: 1.125rem;
  }

  .video-quem-somos {
    aspect-ratio: auto;
    border-radius: 1.3rem;
    width: 100%;
  }

  .section_header-tratamentos {
    background-image: linear-gradient(#0000, #0000), url('../images/bg4_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 6.5rem;
  }

  .section_tratamentos {
    padding-top: 1rem;
    position: static;
  }

  .section_header-detalhes-tratamento {
    background-image: linear-gradient(#0000, #0000), url('../images/bg4_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-bottom: 1rem;
  }

  .section_tratamentos-detalhes {
    padding-top: 1.5rem;
    position: static;
  }

  .tabs.margin-botton.margin-medium {
    max-width: 100%;
    display: block;
  }

  .is-tab-heading {
    font-size: 1.2em;
  }

  .tab-item {
    width: 100%;
    height: 100%;
  }

  .tabs-content {
    padding: 1.5em;
  }

  .box-tab {
    border-radius: 20px;
    height: 100%;
    padding: 1.5em;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 1rem;
    display: grid;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .image-wrapper {
    max-width: 100%;
  }

  .form-flex-bock {
    display: block;
  }

  .contat-two-block-left {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-one-form-text-field.menu-two-field.contact-two-imput {
    font-weight: 400;
  }

  .container-large-4 {
    margin-bottom: 0;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1rem;
  }

  .image-27 {
    width: 100%;
  }

  .grafismo {
    top: 3px;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  p {
    font-size: .9rem;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .text-color-primary {
    font-size: 1.8rem;
  }

  .max-width-large {
    margin-bottom: 0;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
  }

  .text-size-large {
    font-size: 1rem;
    line-height: 129%;
  }

  .text-style-quote.text-color-primary {
    font-size: 1rem;
  }

  .button.is-secondary {
    justify-content: flex-start;
    align-items: center;
    padding: .5rem .5rem .5rem 1rem;
  }

  .text-size-medium.text-weight-semibold {
    font-size: .9rem;
  }

  .text-size-medium.text-color-primary {
    font-size: .9rem;
    line-height: 150%;
  }

  .text-size-medium.text-color-alternate {
    font-size: 1rem;
  }

  .nav_menu-icon {
    width: 2rem;
    height: 2rem;
  }

  .nav_blank-space {
    display: none;
  }

  .nav_menu-wrapper {
    width: 100%;
  }

  .button-navbar {
    justify-content: flex-start;
    align-items: center;
    padding: .25rem .5rem .25rem 1rem;
    overflow: hidden;
  }

  .nav_component-2 {
    padding-right: .5rem;
  }

  .button-iten {
    color: #ff9500;
  }

  .nav_logo-2 {
    width: 13rem;
  }

  .nav_menu-2 {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-heading {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .footer-copyright_legal-wrapper {
    text-align: left;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .footer_content-top {
    flex-direction: column;
    place-items: center;
    margin-bottom: 0;
  }

  .footer-copyright_wrapper {
    text-align: left;
    grid-template-rows: auto auto auto auto auto;
    justify-content: center;
    place-items: flex-start center;
    display: flex;
  }

  .logo-footer {
    width: 150px;
  }

  .footer-text {
    font-size: .9rem;
  }

  .icon-wp {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 1rem;
  }

  .group-burrons {
    align-self: flex-start;
  }

  .cards-servicos-grid {
    z-index: 1;
    margin-top: 1rem;
    position: relative;
  }

  .tag-txt {
    letter-spacing: 2px;
    font-size: .9rem;
  }

  .servicos-card-content {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 1rem;
  }

  .section_servicos {
    padding-top: 2rem;
  }

  .card-servios {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-card-wrapper.is-small-tab {
    width: 48px;
    min-width: 48px;
  }

  .text-color-grey {
    opacity: 82;
    font-size: .9rem;
    line-height: 130%;
  }

  .tratamentos-componente {
    padding-bottom: 0;
    position: static;
  }

  .rl_gallery21_slide {
    padding-right: 1rem;
  }

  .rl_gallery21_mask {
    width: 90%;
  }

  ._1slide-nav {
    inset: auto 0% 2%;
  }

  ._1slide-nav.is-casos-clinicos {
    inset: auto 0% 0%;
  }

  .rl_arrow-left {
    inset: auto auto 0% 0%;
  }

  .bg-video-2 {
    aspect-ratio: auto;
    border-radius: 1.5rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    overflow: hidden;
  }

  .cta-001 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    padding: 1rem;
  }

  .hamburger-menu-top {
    width: 25px;
  }

  .header-navlink.text-color-primary {
    font-size: 1.2rem;
  }

  .header-navlink.tex-color-blue {
    color: var(--brand-color--azul003);
    font-size: 1.2rem;
  }

  .hamburger-menu-bottom {
    width: 25px;
  }

  .hamburger-menu-wrapper {
    padding-bottom: 0;
    padding-left: 5px;
  }

  .navbar {
    padding-top: 0;
  }

  .navbar-menu-list {
    z-index: 10;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 47px;
    top: 75%;
  }

  .mav-list-item-show-in-tablet {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 11px;
  }

  .navbar-container {
    border-radius: 0;
  }

  .navbar-list-item {
    text-align: left;
    width: 100%;
  }

  .navbar-content-wrapper {
    z-index: 200;
    border-radius: 0;
    height: auto;
  }

  .navbar-logolink.w--current {
    height: 70px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 0;
    top: 11px;
  }

  .logo-glamores {
    object-fit: fill;
    border-radius: 0;
    width: 110px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 8px;
  }

  .code-embed2 {
    z-index: 8;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: -3px;
  }

  .button-nav.is-whatsapp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-image: none;
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    padding: .25rem;
  }

  .button-nav.is-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
  }

  .txt-buttonb-small {
    font-size: .9rem;
  }

  .navbar-left {
    width: auto;
    margin-right: 3px;
  }

  .navbar-menu-list2 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: 100vh;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    top: 75%;
    overflow: hidden;
  }

  .home2-header_component {
    padding-top: 2.4rem;
    padding-bottom: 10px;
  }

  .section_home2-header {
    height: auto;
    padding-top: 5rem;
  }

  .home2-header_image-wrapper {
    grid-template-rows: 1.75fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
    padding: 0;
    top: 0;
  }

  .icon-seta {
    width: 18px;
    height: 18px;
  }

  .button-header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 1;
    justify-content: space-between;
  }

  .button-borda {
    padding: 2px;
  }

  .icon-wp-navbar {
    width: 1.5rem;
    height: 1.5rem;
  }

  .home8-header_bg1 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    overflow: clip;
  }

  .img-header {
    border-radius: 1.5rem;
    position: relative;
  }

  .img-header-wrapper.is-up1 {
    position: relative;
  }

  .img-header-wrapper.is-up3 {
    bottom: 0;
  }

  .button-style {
    padding-left: 10px;
    padding-right: 20px;
  }

  .vector {
    width: 30px;
    height: 30px;
    display: block;
  }

  .button-text-3 {
    font-size: 17px;
  }

  .text-block-9 {
    font-size: 1rem;
  }

  .image-19 {
    max-width: 90%;
    margin-bottom: 9px;
  }

  .imagem-estrutura-wrapper {
    border-radius: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky_content-70vh {
    padding-top: 0;
  }

  .content-estrutura {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .section_400vh-estrutura {
    margin-left: 0;
  }

  .estrutura-ticky.alt1 {
    padding-top: 2rem;
  }

  .home8-header_bg2 {
    padding-top: 16.2rem;
  }

  .h2_style-allcaps {
    letter-spacing: 1px;
    font-size: 1rem;
  }

  .img-estrutura {
    border-radius: 1rem;
  }

  .arrow-left {
    inset: auto auto 0% 0%;
  }

  .arrow-right {
    inset: auto 0% 0% auto;
  }

  .profile-image {
    margin-bottom: 0;
  }

  .depoimentos-content {
    min-height: auto;
    padding: 1rem;
  }

  .profile-block {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .section_depoimentos {
    padding-top: 20px;
    padding-bottom: 4rem;
  }

  .dra-nome {
    z-index: 12;
  }

  .grafismo_component {
    display: none;
  }

  .section_about1-story {
    border-bottom: 1px solid #dbdbdb;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .quem-somos-titulo {
    grid-template-columns: 1fr;
    height: auto;
  }

  .big-heading {
    font-size: 2.5rem;
  }

  .about3-team_item {
    border-radius: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about3-team_item-content {
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .about3-team_image-wrapper {
    padding-top: 0%;
  }

  .titulos-cards {
    font-size: 1.4rem;
  }

  .hero-heading {
    color: var(--brand-color--azul001);
    letter-spacing: -1px;
    font-size: 2rem;
    line-height: 121%;
  }

  .text-card {
    color: var(--brand-color--txt002);
    font-size: .9rem;
  }

  .italic-text {
    font-size: 1rem;
  }

  .footer-top {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .frame-2010 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .titulos-footer {
    letter-spacing: 2px;
    font-size: .9rem;
  }

  .button-cta-2.is-map, .button-cta-2.is-map-cta {
    margin-right: 7px;
    padding-left: 1rem;
  }

  .icon-rota-footer {
    width: 1.5rem;
    height: 1.5rem;
  }

  .home5-cta_content.is-small {
    max-width: 100%;
  }

  .home5-cta_image-wrapper {
    width: 100px;
    height: 100px;
  }

  .home5-cta_image-wrapper.is-big {
    width: 70px;
    height: 70px;
  }

  .home5-cta_component {
    background-color: #bc9192;
    background-image: none;
    background-size: auto;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .home5-cta_component.is-small {
    border-radius: 1rem;
    padding-bottom: 0;
  }

  .cta-2-content {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-2-item1.is-small {
    margin-bottom: 1rem;
  }

  .cta-2-item2 {
    flex-flow: column;
    padding: .5rem;
  }

  .map_image-wrapper {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .map-txt-cta2 {
    max-width: 100%;
    padding: .5rem;
  }

  .txt-tag-tratamentos {
    font-size: .8rem;
  }

  .image-21 {
    height: .7rem;
  }

  .bem-vindo-tipo {
    max-width: 90%;
    margin-bottom: 9px;
  }

  .about5-overview_component {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    padding: 1rem;
  }

  .quem-somos-video-wrapper {
    justify-content: center;
    align-items: center;
    height: 360px;
  }

  .section_about5-overview {
    border-radius: 2px;
  }

  .quem-somos_pagt_content1 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .about1-values_list-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section_valores {
    margin-bottom: 4rem;
  }

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

  .video-quem-somos {
    aspect-ratio: auto;
    border-radius: 1.5rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    overflow: hidden;
  }

  .section_tratamentos {
    padding-top: 1rem;
    position: static;
  }

  .section_tratamentos-detalhes {
    padding-top: 1.5rem;
    position: static;
    top: 20px;
  }

  .tabs.margin-botton.margin-medium {
    top: 0;
  }

  .is-tab-heading {
    font-size: 1.1em;
  }

  .tabs-content {
    padding: 1.1em 1.1em 1em;
  }

  .box-tab {
    text-align: left;
    border-radius: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: .5em;
    display: flex;
  }

  .content-item-tab {
    margin-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .tratamentos-detalhes-image-wrapper, .gallery2_mask {
    border-radius: 1rem;
  }

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

  .pricing5_content-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .icon-1x1-small-2 {
    width: 2rem;
    height: 2rem;
  }

  .lightbox_play-button {
    width: 3rem;
    height: 3rem;
  }

  .image-wrapper {
    aspect-ratio: 4 / 3;
  }

  .lightbox {
    border-radius: 1rem;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .container-large-4 {
    margin-bottom: 0;
  }

  .legal2-content_sidebar-heading {
    border-color: var(--brand-color--gold003);
    border-radius: 1rem;
    align-self: auto;
  }

  .legal2-content_sidebar-heading-text {
    align-self: auto;
  }

  .grafismo {
    max-width: 103%;
    margin-left: auto;
    margin-right: auto;
    top: 2px;
  }
}

#w-node-_8f401d2d-c7f0-954a-ef65-aa93bc0d92db-a3e419c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-edc4957b-0f7f-be18-b29a-396ce03aeb24-a3e419c7 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_2666f88d-c111-fca6-03a0-4627be3b39f8-a3e419c7 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-a518bfe4-962c-339b-e1d6-fbc6c7e0f068-a3e419c7 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_78c19a7d-7feb-20c3-8a75-c5ac901fecd9-5c937bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4ae5f74-0fb7-89d3-6faa-27e06f88db42-2456340b, #w-node-_72980b8f-cac4-e797-9f8d-d5edb6e8f493-2456340b, #w-node-_69ea7fa7-26c2-1ead-faf1-9441e427f658-2456340b, #w-node-f0f1d211-b6d3-7a78-47cb-62910887bf0c-2456340b, #w-node-ec945ad4-6c83-91b5-86aa-3e7eec2fe3b2-2456340b, #w-node-_2fbb57fc-4d97-5cdb-24ea-e87d0da52545-2456340b, #w-node-_8813b1fc-8f08-8359-74a3-e6be5c6beded-2456340b, #w-node-_8813b1fc-8f08-8359-74a3-e6be5c6bedf4-2456340b, #w-node-_8813b1fc-8f08-8359-74a3-e6be5c6bedfb-2456340b, #w-node-_8813b1fc-8f08-8359-74a3-e6be5c6bee02-2456340b, #w-node-_8813b1fc-8f08-8359-74a3-e6be5c6bee09-2456340b, #w-node-_8813b1fc-8f08-8359-74a3-e6be5c6bee10-2456340b, #w-node-_4daeb0d8-95f9-b0ed-21f1-d17694819ed6-2456340b, #w-node-_4daeb0d8-95f9-b0ed-21f1-d17694819edd-2456340b, #w-node-_4daeb0d8-95f9-b0ed-21f1-d17694819ee4-2456340b, #w-node-_4daeb0d8-95f9-b0ed-21f1-d17694819eeb-2456340b, #w-node-_4daeb0d8-95f9-b0ed-21f1-d17694819ef2-2456340b, #w-node-_4daeb0d8-95f9-b0ed-21f1-d17694819ef9-2456340b, #w-node-ca1ca292-0886-51c4-9ddc-2a0fff9a5999-2456340b, #w-node-ca1ca292-0886-51c4-9ddc-2a0fff9a59a0-2456340b, #w-node-ca1ca292-0886-51c4-9ddc-2a0fff9a59a7-2456340b, #w-node-ca1ca292-0886-51c4-9ddc-2a0fff9a59ae-2456340b, #w-node-ca1ca292-0886-51c4-9ddc-2a0fff9a59b5-2456340b, #w-node-ca1ca292-0886-51c4-9ddc-2a0fff9a59bc-2456340b, #w-node-_4cf67e37-0b0d-5af8-f14e-3d6ea7352158-2456340b, #w-node-_4cf67e37-0b0d-5af8-f14e-3d6ea735215f-2456340b, #w-node-_4cf67e37-0b0d-5af8-f14e-3d6ea7352166-2456340b, #w-node-_4cf67e37-0b0d-5af8-f14e-3d6ea735216d-2456340b, #w-node-_4cf67e37-0b0d-5af8-f14e-3d6ea7352174-2456340b, #w-node-_4cf67e37-0b0d-5af8-f14e-3d6ea735217b-2456340b, #w-node-_86a1097b-6ad0-e33d-22ee-e6c8a242a7c0-2456340b, #w-node-_86a1097b-6ad0-e33d-22ee-e6c8a242a7c7-2456340b, #w-node-_86a1097b-6ad0-e33d-22ee-e6c8a242a7ce-2456340b, #w-node-_86a1097b-6ad0-e33d-22ee-e6c8a242a7d5-2456340b, #w-node-_86a1097b-6ad0-e33d-22ee-e6c8a242a7dc-2456340b, #w-node-_86a1097b-6ad0-e33d-22ee-e6c8a242a7e3-2456340b {
  align-self: start;
}

#w-node-_08ee6036-cbfa-73fe-f67f-5662b5e10123-4745035f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08ee6036-cbfa-73fe-f67f-5662b5e1013a-4745035f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-edc4957b-0f7f-be18-b29a-396ce03aeb24-a3e419c7 {
    grid-column: 1 / 2;
  }

  #w-node-_2666f88d-c111-fca6-03a0-4627be3b39f8-a3e419c7 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-a518bfe4-962c-339b-e1d6-fbc6c7e0f068-a3e419c7 {
    grid-column: 3 / 4;
  }

  #w-node-_78c19a7d-7feb-20c3-8a75-c5ac901fece5-5c937bd9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6e828961-f2ea-6736-343c-da2383ea6c55-83ea6c46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6e828961-f2ea-6736-343c-da2383ea6c57-83ea6c46 {
    justify-self: start;
  }

  #w-node-_6e828961-f2ea-6736-343c-da2383ea6c66-83ea6c46 {
    place-self: center end;
  }

  #w-node-_08ee6036-cbfa-73fe-f67f-5662b5e1013a-4745035f {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-edc4957b-0f7f-be18-b29a-396ce03aeb24-a3e419c7 {
    grid-column: 1 / 2;
  }

  #w-node-_2666f88d-c111-fca6-03a0-4627be3b39f8-a3e419c7 {
    grid-area: 1 / 2 / 3 / 3;
    align-self: stretch;
  }

  #w-node-a518bfe4-962c-339b-e1d6-fbc6c7e0f068-a3e419c7 {
    grid-column: 3 / 4;
  }

  #w-node-_6e828961-f2ea-6736-343c-da2383ea6c66-83ea6c46 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f401d2d-c7f0-954a-ef65-aa93bc0d92db-a3e419c7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-edc4957b-0f7f-be18-b29a-396ce03aeb24-a3e419c7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2666f88d-c111-fca6-03a0-4627be3b39f8-a3e419c7 {
    grid-column: 1 / 3;
    grid-row-end: 2;
    align-self: stretch;
  }

  #w-node-a518bfe4-962c-339b-e1d6-fbc6c7e0f068-a3e419c7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8f4eb25f-9422-02d1-e8e4-eb8d5c937bde-5c937bd9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f4eb25f-9422-02d1-e8e4-eb8d5c937bdf-5c937bd9 {
    justify-self: start;
  }
}

.pagamento-section{
  background-color: var(--brand-color--marrom005);
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.pagamento-section .pagamento-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagamento-section .pagamento-container .proposito-payment-form{
  width: 100% !important;
  max-width: 100% !important;
}