:root {
  --primary: #8f7062;
  --white: white;
  --white-2: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Belleza, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-bottom.padding-xlarge.show-desktop-only {
  display: block;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1.22rem;
  line-height: .5;
}

.icon-1x1-small.whatsapp {
  margin-top: -2px;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Belleza, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h3.text-color-white {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h1 {
  font-family: Belleza, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.1;
}

.heading-style-h1.blog-title {
  z-index: 2;
  text-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  font-weight: 300;
  position: relative;
}

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

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-size-regular.text-color-white {
  font-weight: 400;
}

.text-size-regular.remove_decoration {
  color: var(--primary);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
}

.text-size-regular.remove_decoration:hover {
  color: rgba(143, 112, 98, .53);
}

.text-size-regular.remove_decoration:active {
  color: #8f7062;
}

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

.text-align-right {
  text-align: right;
}

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-family: Belleza, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.heading-style-h4.text-shadow {
  text-shadow: 0 3px 5px rgba(0, 0, 0, .25);
  font-weight: 300;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Belleza, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2.extra-light {
  font-size: 2rem;
  font-weight: 200;
}

.page-wrapper {
  color: #8f7062;
  background-image: linear-gradient(41deg, rgba(143, 112, 98, .8) 1%, #fff 15%, #fff 61%, rgba(244, 241, 239, .98) 82%, rgba(191, 173, 165, .89));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.page-wrapper.background-color-white {
  background-image: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(143, 112, 98, 0);
  font-weight: 500;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.button.is-secondary:hover {
  border-color: #8f7062;
}

.button.is-secondary:active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button.is-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button.is-icon:active {
  background-color: #5f483e;
}

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

.text-size-medium {
  white-space: nowrap;
  word-break: normal;
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.button-group.centered--button {
  justify-content: center;
}

.hide {
  display: none;
}

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

.padding-section-medium.flex_horizontal {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_quote {
  z-index: 5;
  background-color: #fff;
  position: relative;
}

.quote_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_servicos {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.section_title {
  align-items: flex-end;
  display: flex;
}

.section_title.mini {
  justify-content: flex-start;
  align-items: center;
  max-width: 28rem;
}

.title_decoration {
  height: 3rem;
  margin-right: .5rem;
}

.title_decoration.mini {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.servicos_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.card_servico {
  background-image: url('../images/adriana-dentista-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 37rem;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.card_servico:hover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_servico._2 {
  background-image: url('../images/botox.JPG');
}

.card_servico._3 {
  background-image: url('../images/Preenchimentolabial.JPG');
}

.card_servico._4 {
  background-image: url('../images/Harmonizacaofacial.JPG');
  background-position: 50%;
}

.card_servico-title-holder {
  z-index: 2;
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.servico_cta-holder {
  z-index: 2;
  border-color: var(--primary) black #fff var(--primary);
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 1px;
  width: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .25rem;
  position: relative;
}

.servico_card-link {
  cursor: pointer;
  border-top: 0 solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 23rem;
  text-decoration: none;
  display: flex;
}

.servico_card-link.alternativo {
  width: 30rem;
}

.section_instagram {
  z-index: 2;
  background-color: var(--white);
  position: relative;
}

.insta_posts-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-content: center;
  justify-content: space-between;
  display: flex;
}

.insta_post {
  cursor: pointer;
  background-image: url('../images/adriana-inta-1-1.webp');
  background-position: 0 0;
  background-size: auto;
  width: 17.75rem;
  height: 17.75rem;
  position: relative;
}

.insta_post._2 {
  background-image: url('../images/adrianapost-2-min.png');
}

.insta_post._3 {
  background-image: url('../images/post_adriana-3-min.png');
}

.insta_post._4 {
  background-image: url('../images/post_adriana-4-min.png');
}

.insta_post.slid {
  margin-right: 1rem;
}

.insta_post.slid.last {
  margin-right: .5rem;
}

.insta_post.slid.first {
  margin-left: .5rem;
}

.section_sobremim {
  z-index: 2;
  background-color: var(--white);
  position: relative;
}

.sobremim_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sobremim_image {
  background-image: url('../images/sobremim2.JPG');
  background-position: 50%;
  background-size: cover;
  width: 30rem;
  height: 38rem;
  position: relative;
}

.sobremim_image.is-big {
  background-image: url('../images/sobremim.JPG');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 40rem;
  height: 50rem;
}

.sobremim_conteudo {
  border-color: var(--primary);
  background-color: rgba(255, 255, 255, .9);
  border-bottom-width: 1px;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: center;
  width: 40rem;
  height: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: auto;
  right: 4%;
}

.section_feedbacks {
  z-index: 2;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.feedback_slider {
  border: 1px solid var(--primary);
  width: 40rem;
  height: 20rem;
  margin-right: 1rem;
  padding: 1.5rem;
}

.blog_banner {
  background-image: url('../images/Facetas-em-resina-main-min.JPG');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50rem;
  padding: 2rem 1rem 4rem;
  display: flex;
  position: relative;
}

.blog_banner._2 {
  background-image: url('../images/botox.JPG');
  background-position: 50%;
}

.blog_banner._3 {
  background-image: url('../images/Preenchimentolabial.JPG');
  background-position: 50% 20%;
}

.blog_banner._4 {
  background-image: url('../images/Harmonizacaofacial.JPG');
  background-position: 50% 70%;
}

.cta-content {
  background-image: linear-gradient(#e3e3e3, #e4e4e4);
  justify-content: space-around;
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

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

.footer_nav-links {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 25rem;
  display: flex;
}

.footer_adress-holder {
  color: #8f7062;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.footer_adress-holder:hover {
  color: rgba(143, 112, 98, .53);
}

.footer_adress-holder:active {
  color: #8f7062;
}

.socials_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.socials_buton {
  border: 1px solid var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .125rem;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.socials_buton:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.socials_buton:active {
  background-color: #5f483e;
}

.section_hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.socials_link-block {
  color: var(--primary);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.navbar.alternativa {
  background-color: #fff;
}

.brand-logo {
  aspect-ratio: auto;
  max-width: 17rem;
  max-height: 4rem;
}

.brand-logo-image {
  object-fit: cover;
  max-width: 18rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  display: flex;
}

.feedback_profile-pic {
  background-image: url('../images/profile-feedback.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100px;
  width: 5rem;
  height: 5rem;
}

.feedback_profile-pic._1 {
  background-image: url('../images/Anna_Profile-min.png');
}

.feedback_profile-pic._2 {
  background-image: url('../images/Kamila_Profile-min.png');
  background-position: 50%;
  background-size: cover;
}

.feedback_profile-pic._3 {
  background-image: url('../images/beatriz-profile-min.jpg');
}

.feedback_card-name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.feedback_slider-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  width: 100%;
  overflow: visible;
}

.feedback_slider-arrow {
  color: var(--primary);
}

.right-arrow {
  z-index: 1;
  display: block;
  top: -18%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.hero_content-holder {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
  position: relative;
}

.hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_image {
  max-width: 30rem;
}

.hero_details-content-holder {
  width: auto;
}

.hero_servicos-holder {
  z-index: 10;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.servicos_tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--primary);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-family: Belleza, sans-serif;
  text-decoration: none;
  display: flex;
}

.servicos_tag:hover {
  background-color: rgba(241, 241, 241, .9);
}

.servicos_tag:active {
  background-color: rgba(202, 202, 202, .9);
}

.servicos_collection-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.servicos_collection-item {
  padding-left: 0;
  padding-right: 0;
}

.secvicos_collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta_blog-image {
  width: 20rem;
}

.cta_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 40rem;
  display: flex;
}

.section_hero-wrapper {
  margin-bottom: -100svh;
}

.hero_spacer {
  height: 100svh;
}

.section_footer-wrapper {
  margin-top: -100svh;
}

.left-arrow {
  z-index: 2;
  display: block;
  top: -18%;
  bottom: auto;
  left: auto;
  right: 5%;
  overflow: visible;
}

.blog_banner-white-shadow {
  background-image: linear-gradient(360deg, #fff 13%, rgba(255, 255, 255, .02) 73%, rgba(156, 156, 156, 0) 99%);
  width: 100%;
  height: 60%;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_servicos-tags-holder {
  flex-direction: row;
  display: flex;
}

.hero_servicos-tags-holder.wrap {
  flex-wrap: wrap;
  align-content: center;
}

.insta_hover-effect {
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(to top, #8f7062, rgba(178, 156, 147, .4) 31%, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: center;
  transition: opacity .375s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.insta_hover-effect:hover {
  opacity: 1;
}

.secvicos_text-shadow {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .4) 49%, rgba(255, 255, 255, 0) 91%);
  height: 25%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram_blog-link {
  z-index: 2;
  color: var(--primary);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.socials_buton-float {
  z-index: 9999;
  border: 2px solid var(--primary);
  color: #8f7062;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: 1rem;
  padding: .125rem;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1rem;
}

.socials_buton-float:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.socials_buton-float:active {
  background-color: #5f483e;
}

.hero_tags-collection-list {
  display: flex;
}

.loop_container {
  width: 100%;
  height: 100%;
  display: flex;
}

.loop_content-holder {
  align-items: center;
  display: flex;
}

.blog_rich-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.hero_content-text-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.instagram_link {
  color: #8f7062;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
}

.instagram_link:hover {
  color: rgba(143, 112, 98, .53);
}

.instagram_link:active {
  color: #8f7062;
}

.sobremim_conteudo-mobile {
  border-color: var(--primary);
  background-color: rgba(255, 255, 255, .9);
  border-bottom-width: 1px;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ig_mini-image {
  width: 8rem;
}

.footer_logo-image {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  object-fit: cover;
  width: 30rem;
  height: 35rem;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resultados_images-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.logo_footer {
  object-fit: cover;
  width: 11rem;
  margin-bottom: .5rem;
  margin-left: -.25rem;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  width: 100%;
}

.mask-2 {
  width: 100%;
}

.arrow {
  color: #8f7062;
}

.left-arrow-2 {
  left: -2rem;
}

.right-arrow-2 {
  right: -2rem;
}

.section_videos {
  z-index: 2;
  background-color: var(--white);
  position: relative;
}

.video_content-holder {
  flex-flow: column;
  display: flex;
}

.video_wrapper {
  width: 28rem;
}

@media screen and (min-width: 1920px) {
  .card_servico {
    width: 100%;
  }

  .insta_post {
    position: relative;
  }

  .servicos_tag {
    border-radius: 1.5rem;
  }

  .section_footer-wrapper {
    margin-top: -100vh;
  }

  .insta_hover-effect {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-xlarge.show-desktop-only, .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.remove_decoration.nav-centered {
    justify-content: center;
    align-items: center;
    transition-property: all;
    display: flex;
  }

  .text-size-regular.remove_decoration.nav-centered:hover {
    background-color: #ededed;
  }

  .text-size-regular.remove_decoration.nav-centered:active {
    background-color: #cecece;
  }

  .text-size-regular.remove_decoration.nav-centered.alternativo {
    background-color: #f6f6f6;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .page-wrapper {
    background-image: linear-gradient(42deg, rgba(143, 112, 98, .8) 1%, #fff 9%, #fff 61%, rgba(244, 241, 239, .98) 89%, rgba(191, 173, 165, .89));
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .servicos_content {
    justify-content: center;
  }

  .card_servico {
    width: 30rem;
  }

  .servico_card-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .insta_posts-content {
    justify-content: center;
  }

  .sobremim_conteudo {
    width: 100%;
    right: 0%;
  }

  .blog_banner._4 {
    background-position: 50%;
  }

  .navbar {
    width: 100%;
    max-width: 80rem;
  }

  .brand-logo-image {
    max-width: 14rem;
  }

  .right-arrow {
    top: -15%;
  }

  .hero_content-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: .75fr 1.25fr;
    grid-template-columns: 1fr;
    align-content: space-between;
    align-items: stretch;
    justify-items: center;
    display: flex;
  }

  .hero_image-holder {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_image {
    max-width: 25rem;
  }

  .servicos_collection-list-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .servicos_collection-item {
    width: 100%;
  }

  .secvicos_collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left-arrow {
    top: -15%;
  }

  .hero_servicos-tags-holder.wrap {
    align-content: stretch;
  }

  .socials_buton-float {
    bottom: 1rem;
    left: 90vw;
  }

  .blog_rich-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero_content-text-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-menu {
    background-color: #fff;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--primary);
    background-color: #fff;
  }

  .menu-button.alternativo.w--open {
    background-color: #f6f6f6;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

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

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .icon-1x1-medium.hero {
    width: 1rem;
    height: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.mid_align-center {
    text-align: center;
    font-size: 1rem;
  }

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

  .padding-global.mobile_remove {
    padding-left: 0;
    padding-right: 0;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4, .heading-style-h4.hero {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

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

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

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

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

  .page-wrapper {
    background-image: linear-gradient(42deg, rgba(143, 112, 98, .8), #fff 7%, #fff 61%, rgba(244, 241, 239, .98) 93%, rgba(191, 173, 165, .89));
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-secondary.space_right {
    margin-right: 1rem;
  }

  .button-group.hero {
    justify-content: center;
    width: 100%;
  }

  .button-group.mobile_center {
    justify-content: center;
  }

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

  .section_title.margin-bottom.margin-medium {
    align-items: center;
  }

  .title_decoration {
    height: 2.5rem;
  }

  .servico_cta-holder {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .servico_card-link.alternativo {
    width: 100%;
  }

  .sobremim_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .sobremim_image, .sobremim_image.is-big {
    width: 100%;
    height: 50rem;
  }

  .sobremim_conteudo {
    width: 100%;
    padding: 1rem;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .feedback_slider {
    width: 90%;
    height: auto;
  }

  .blog_banner {
    height: 40rem;
  }

  .blog_banner._4 {
    background-position: 50%;
  }

  .cta-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
  }

  .brand-logo-image {
    min-width: 14rem;
  }

  .right-arrow {
    display: none;
  }

  .hero_content-holder {
    grid-template-rows: .75fr 1.25fr;
    grid-template-columns: 100%;
    align-content: space-between;
    justify-content: flex-end;
    height: 100svh;
  }

  .hero_content {
    z-index: 4;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: rgba(255, 255, 255, .9);
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 1rem 1.25rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero_image-holder {
    max-width: 100%;
    min-height: 85svh;
    max-height: 90svh;
  }

  .hero_image {
    object-fit: cover;
    max-width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_servicos-holder {
    top: 3%;
    bottom: auto;
  }

  .cta_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .left-arrow {
    display: none;
  }

  .hero_servicos-tags-holder.wrap {
    flex-wrap: wrap;
  }

  .socials_buton-float {
    left: 87vw;
  }

  .brand {
    padding-left: 0;
  }

  .hero_content-text-holder {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .sobremim_conteudo-mobile {
    width: 100%;
    padding: 1rem;
    display: block;
  }

  .ig_mini-image {
    width: 6rem;
  }

  .arrow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

  .heading-style-h2.center {
    text-align: center;
  }

  .page-wrapper {
    background-image: linear-gradient(42deg, rgba(143, 112, 98, .8), #fff 6%, #fff 61%, rgba(244, 241, 239, .98) 93%, rgba(191, 173, 165, .89));
  }

  .button.is-secondary {
    font-size: .75rem;
  }

  .button-group, .button-group.centered, .button-group.centered--button {
    justify-content: center;
  }

  .button-group.hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .section_title.mini {
    width: 100%;
    max-width: 100%;
  }

  .card_servico {
    width: 100%;
  }

  .servico_card-link {
    width: 100%;
    display: block;
  }

  .sobremim_image {
    height: 100svh;
  }

  .feedback_slider {
    width: 95%;
    height: auto;
  }

  .blog_banner {
    height: 35rem;
  }

  .blog_banner._3, .blog_banner._4 {
    background-position: 50%;
  }

  .cta-content {
    padding-top: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .brand-logo-image {
    min-width: 14rem;
  }

  .hero_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem 1rem 4rem;
  }

  .hero_image-holder {
    min-height: 90svh;
  }

  .hero_image {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }

  .hero_servicos-holder {
    top: 0%;
  }

  .servicos_collection-item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .secvicos_collection-list {
    flex-direction: column;
    align-items: center;
  }

  .cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
  }

  .socials_buton-float {
    left: 84vw;
  }

  .hero_content-text-holder {
    grid-template-columns: 1.25fr .75fr;
    justify-items: stretch;
  }

  .ig_mini-image {
    object-fit: cover;
    height: 6rem;
  }

  .footer_logo-image {
    height: 100%;
  }

  .lightbox-link {
    width: 100%;
  }

  .logo_footer {
    width: 9rem;
    margin-left: 0;
  }

  .video_content-holder, .video_wrapper {
    width: 100%;
  }
}

#w-node-_1f887482-6e2a-c4f9-96e3-c0a9d8388d7b-c2f466b5 {
  align-self: center;
}

#w-node-_9c31abf0-20db-95a5-33fe-872945931e74-c2f466b5 {
  align-self: end;
}

#w-node-df5c867e-29a1-1b41-5518-dfdb74eb47f8-c2f466b5 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_6c189f6e-66e1-3c9f-660c-24938f6ad2ed-c2f466b5 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-c2f466b8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-c2f466b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-c2f466b8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-c2f466b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-c2f466b8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-c2f466b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-c2f466b8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-c2f466b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-c2f466b8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-c2f466b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-c2f466b8, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-c2f466b8 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-c2f466b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-c2f466b8 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-c2f466b8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-c2f466b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-c2f466b8 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_1f887482-6e2a-c4f9-96e3-c0a9d8388d7b-c2f466b5 {
    justify-self: center;
  }

  #w-node-_35ca9a32-86b0-3e01-37f9-a5fc4f48dfd9-c2f466b5 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c31abf0-20db-95a5-33fe-872945931e74-c2f466b5 {
    align-self: end;
  }
}


