@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-primary: #272a2d;
  --brand003: #373a3d;
  --brand002: #7a7e83;
  --white: #fff;
  --black: #000;
  --orange001: #ff5a24;
  --blue001: #3262ff;
  --white002: #f3f3f5;
  --gold-white: #e2ddd3;
  --band001: #b2b2b4;
  --green001: #98cf00;
  --orange003: #ffa056;
  --orange002: #ff8d28;
  --272a2d: white;
}

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

body {
  color: #333;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--text-primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--brand003);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--brand003);
  margin-bottom: 10px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 400;
}

a {
  font-family: Satoshi Variable, Arial, sans-serif;
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

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

.text-color-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.text-size-large {
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 140%;
}

.text-size-large.text-wrap-balance {
  text-wrap: balance;
}

.text-size-large.text-wrap-balance.text-color-alternate {
  font-weight: 400;
}

.text-size-large.text-weight-semibold {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.3rem;
}

.text-size-large.text-weight-semibold.text-color-primary {
  color: var(--text-primary);
  font-size: 1.5rem;
}

.text-size-large.text-color-alternate {
  font-weight: 400;
  line-height: 140%;
}

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

.margin-bottom.margin-xsmall {
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.max-width-large {
  width: 100%;
  max-width: 73%;
}

.margin-xsmall {
  margin: 1rem;
}

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

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

.text-size-medium {
  color: #000;
  text-wrap: balance;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 145%;
}

.text-size-medium.text-color-white {
  color: #fff;
  font-weight: 400;
}

.text-size-medium.text-weight-semibold {
  color: var(--brand003);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-size-medium.text-weight-semibold.text-color-secondary {
  color: var(--brand002);
}

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

.heading-style-h1 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 110%;
}

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

.text-size-small.text-weight-medium.text-color-secondary {
  color: var(--brand002);
}

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

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

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

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

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

.main-wrapper {
  overflow: clip;
}

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

.text-size-regular {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

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

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.heading-style-h4 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

.padding-large {
  padding: 3rem;
}

.text-color-alternate {
  color: #fff;
  line-height: 120%;
}

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

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

.margin-medium {
  margin: 2rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
}

.heading-style-h2 {
  color: var(--brand002);
  margin-top: 10px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-color-alternate {
  color: var(--white);
  text-wrap: balance;
  font-weight: 600;
}

.heading-style-h2.text-color-primary {
  color: var(--black);
  font-size: 2.8rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-small {
  margin: 1.5rem;
}

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

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

.padding-top.padding-large {
  padding: 4rem 0 0;
}

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

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

.navbar11_link {
  color: #b6b6b6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.navbar11_link:hover {
  color: #000;
}

.navbar11_link.w--current {
  color: var(--black);
  font-weight: 600;
}

.feature_item-list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.7rem;
  text-align: left;
  grid-template-rows: auto auto;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.feature_item-list.is-drones {
  grid-row-gap: 1rem;
  filter: invert();
  color: var(--white);
}

.logotipo {
  color: #000;
  width: 12.5rem;
  padding-top: 1px;
  overflow: visible;
}

.navbar11_component {
  z-index: 320;
  background-color: #ddd0;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
}

.media-wrapper {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.line-divider.text-color-white {
  border: 1px solid #e0e0e0;
}

.line-divider.text-color-white.desk-hide {
  display: none;
}

.navbar11_menu-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
  overflow: visible;
}

.navbar-content {
  z-index: 40;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.itens-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-img-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.section_acessorios {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.navbar11_menu-button {
  padding: 0;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  background-color: #000;
  border: .125rem #026550;
  border-radius: .3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .7rem .5rem .7rem .7rem;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  overflow: hidden;
}

.button:hover {
  border-color: var(--orange001);
  background-color: var(--brand003);
}

.button:active {
  border-color: var(--blue001);
  background-color: var(--brand002);
}

.button.is-navbar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--brand002);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .2rem;
  margin-right: 2px;
  padding: .5rem .5rem .5rem .7rem;
  box-shadow: inset -17px -3px 10px #0000000f;
}

.button.is-seccondary {
  border: 1px solid var(--white002);
  background-color: #f3f3f3;
  padding: .5rem .5rem .5rem 1rem;
}

.button.is-seccondary:hover {
  border-color: var(--gold-white);
  background-color: var(--gold-white);
}

.button.is-tertiary {
  border: 1px none var(--white002);
  background-color: var(--brand003);
  padding: .5rem .5rem .5rem 1rem;
}

.button.is-tertiary:hover {
  border-color: var(--gold-white);
  background-color: var(--brand002);
}

.button-icon-2-2 {
  padding: 0;
  position: absolute;
  inset: 0%;
  transform: translate(-131%);
}

.button_icon-wrapper-2 {
  width: 1rem;
  height: 1rem;
  position: relative;
  overflow: hidden;
}

.hero__content-wrapper {
  z-index: 2;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  text-align: left;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 60%;
  margin-right: auto;
  padding-bottom: 0%;
  display: flex;
  position: static;
}

.button_icon-1-2 {
  color: #e4eff3;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.button-text {
  letter-spacing: -.02em;
  text-transform: none;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.button-text:hover {
  color: var(--orange001);
}

.button-text.is-seccondary {
  color: var(--brand003);
  letter-spacing: .1px;
  font-weight: 500;
}

.button-text.is-seccondary:hover {
  color: #000;
  font-weight: 500;
}

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

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

.depilcacao_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.depilcacao_component.is-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.secion_04 {
  border-top: 1px #ddd;
}

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(30deg, #050e0a 22%, #0000000f);
  position: absolute;
  inset: 0%;
}

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

.margin-bottom-4.margin-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-4.margin-small.hide-desktop {
  display: none;
}

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

.titulos-sections {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.titulos-sections.text-wrap-balance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-wrap: balance;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.drones_content {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.dronesbackground-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.dronesbackground-image-wrapper {
  z-index: -1;
  -webkit-clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);
  clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subtitle-section {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.subtitle-section.text-color-white {
  margin-top: 0;
  font-size: 3.1rem;
}

.bit-title {
  color: var(--gold-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 105%;
}

.bit-title.text-color-alternate {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(81deg, #fff, #8f8f8f 66%);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-txt {
  padding-top: 8px;
  line-height: 140%;
}

.footer1_credit-text {
  font-size: .8rem;
  font-weight: 400;
}

.footer1_top-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.footer1_social-link {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_left-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.horario-text {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.footer1_menu-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  place-items: start stretch;
  display: flex;
}

.footer1_legal-link {
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.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.primary-chips {
  color: #122c5f;
  border: 1px #ada69578;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-flex;
}

.chips.white-chips {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #f2f2f21a;
  border-radius: 0;
  padding: 0 15px 10px 0;
  display: inline-flex;
}

.chips-shape {
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.chips-shape.white-chips-shape {
  background-color: var(--orange001);
  border-radius: 0%;
  width: 6px;
  height: 6px;
}

.arrow-right {
  border: 2px solid var(--band001);
  color: #000;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

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

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

.arrow-left {
  border: 2px solid var(--band001);
  color: #000;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

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

.gallery_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery_mask {
  object-fit: contain;
  max-width: 33%;
  overflow: visible;
}

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

._1slide-nav.is-casos-clinicos {
  opacity: 100;
  filter: invert();
  inset: auto auto 0% 0%;
  inset: auto auto 0% 0%;
}

.icon-2 {
  color: var(--band001);
  font-size: 15px;
}

.titulo-big {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.drones-icon-wrapper {
  opacity: 1;
  width: 7rem;
  height: 7rem;
  overflow: hidden;
}

.section-icon-wrapper {
  background-color: var(--white);
  border-radius: 10rem;
  flex: 0 auto;
  width: 5rem;
  height: 4rem;
}

.icon-whtatsapp {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-whtatsapp.is-alternative {
  filter: invert();
}

.gallery_slide {
  border-radius: 0;
  padding-right: .5rem;
  overflow: hidden;
}

.bg-button-icon {
  border-radius: 20px;
  padding: 8px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.icon-lottie-droneso {
  opacity: .84;
  filter: hue-rotate(23deg) invert();
}

.icon-rota-footer {
  color: var(--black);
  width: 1.4rem;
  height: 1.3rem;
  display: block;
}

.endereco-txt {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-map {
  width: 1.4rem;
  height: 1.4rem;
}

.phone-link {
  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;
}

.phone-link.telefone-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #f2f2f21a;
  border-radius: 0;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.section_drone {
  position: relative;
}

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

.loading-screen {
  z-index: 9999;
  background-color: var(--green001);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

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

.institucional-video-vimeo {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  order: 1;
  min-width: 110%;
  min-height: 110%;
  position: absolute;
  inset: auto 0% 0% -21%;
  overflow: clip;
}

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

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

.barra-loading-scale {
  z-index: 2;
  background-color: var(--orange003);
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.header-container {
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100svh;
  max-height: 60rem;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

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

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

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

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

.titulos-tratamentos-detalhes {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.titulos-tratamentos-detalhes.text-wrap-balance {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  text-wrap: balance;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.navbar-container {
  border-radius: 3em;
  width: 100%;
  margin: .5rem;
  padding: .7rem .5rem .7rem .7rem;
  position: relative;
}

.bg-navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  background-color: #ffffffad;
  border-bottom: 1px solid #ffffff1c;
  border-radius: .2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 2px 14px #0003;
}

.button1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dcff7d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  min-height: 2.1rem;
  padding: .75rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button1.is-icon {
  color: #141414;
  background-color: #fc0;
  border-width: 2px;
  border-color: #fc0;
  transition: border .3s;
}

.button1.is-icon:hover {
  border-width: 2px;
  border-color: #fff;
}

.intro_content {
  grid-auto-columns: 1fr;
}

.intro_content.section-content.large-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 1.2rem;
  display: flex;
}

.intro_content-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.intro_content-left.max-width-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-wrap: balance;
  padding-bottom: 2rem;
}

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

.profile-block {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.depoimentos-content {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
  background-image: linear-gradient(313deg, #e4e4e4, #fff 42%);
  border: 1px solid #d6d6d6;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 350px;
  padding: 2rem 2rem 1.5rem 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-image {
  object-fit: cover;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  margin-right: 0;
  position: static;
  overflow: hidden;
}

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

.depoimentos-txt {
  color: var(--brand003);
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 400;
  line-height: 142%;
}

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

.image-31 {
  z-index: 1;
  opacity: 1;
  filter: saturate(0%);
  width: 4.3rem;
  height: 3rem;
  position: absolute;
  inset: -7% 3% auto auto;
}

.nome-depoimentos {
  color: var(--brand003);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.chip-google {
  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;
}

.google-llogo {
  border-radius: 100px;
  width: 2.2rem;
  height: 2.2rem;
}

.google-llogo.is-small {
  width: 1.1rem;
  height: 1.1rem;
}

.google-txt-chip {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrapper.w--current {
  display: block;
}

.grid-images-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  aspect-ratio: 1;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: grid;
}

.grid-images-wrapper.is-v1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-wapper-section {
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
}

.image-grid-iten {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_legal1-header {
  background-color: var(--white002);
  margin-bottom: 4rem;
  padding-top: 2rem;
}

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

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

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-rich-text {
  padding-bottom: 2rem;
}

.estudio-dev-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .46;
  padding-top: 0;
  display: flex;
}

.footer_copyright {
  color: #1b1b1b;
  font-size: .875rem;
  font-weight: 500;
}

.image-18 {
  opacity: 1;
  width: 80px;
}

.lottie-animation-3 {
  filter: brightness(0%);
  width: 7rem;
  height: 7rem;
}

.lottie-animation-3.is-alternative {
  display: none;
}

.home8-about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
  background-color: #fcfffc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem 2rem 2rem 3rem;
  display: grid;
  position: relative;
}

.cta-section {
  background-color: var(--brand002);
}

.cta-section.is_alternative {
  background-image: url('../images/image-369_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-6 {
  color: var(--white);
}

.tag-txt {
  color: var(--brand002);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

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

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

.home8-about_image-wrapper {
  z-index: 2;
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  justify-content: flex-end;
  align-items: center;
}

.content-cta {
  background-color: var(--orange002);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
  padding: 5vh;
}

.content-cta.is-alternative {
  background-color: #000000cf;
  width: 50%;
}

.icon-servicos {
  width: 3rem;
  height: 100%;
}

.icon-servicos.margin-bottom.margin-small {
  filter: none;
  width: auto;
  max-width: 5rem;
  height: 2rem;
  margin-bottom: 0;
}

.icon-servicos.is-drones {
  filter: invert();
  width: 6rem;
  height: auto;
}

.icon-servicos.is-small {
  width: 1.9rem;
  height: auto;
}

.hero_links {
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.link_item {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.5em;
  display: flex;
}

.card_item {
  background-color: #ff5a24;
  width: auto;
  padding: 3.13em;
  position: relative;
  overflow: hidden;
}

.card_item.is--olive-card {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  background-color: #fff;
  border-radius: .5rem;
  padding: 1.5em;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.card_item.is--olive-card:hover {
  color: var(--orange001);
}

.card_link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white002);
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: .5rem;
  display: flex;
}

.card_img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.section_servicos {
  background-color: var(--white002);
}

.cards-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f4f4f4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0 0 5%;
  display: grid;
  overflow: visible;
}

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

.brand-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_header {
  position: relative;
}

.tag-card {
  color: var(--band001);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.image-36 {
  width: 1rem;
}

.card-img-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.icon-card-novidades {
  z-index: 5;
  width: auto;
  max-width: 3rem;
  height: 2rem;
}

.card-novidades {
  background-color: var(--272a2d);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  border-radius: .5rem;
  width: auto;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.card-content {
  text-align: left;
  padding: 2%;
}

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

.section_novidades {
  background-color: var(--text-primary);
  padding-bottom: 5%;
}

.text-color-gradient {
  background-image: linear-gradient(68deg, var(--white), var(--band001));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 120%;
}

.tag-titulos {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.line-1px {
  background-color: var(--band001);
  filter: invert();
  flex: 1;
  height: 1px;
}

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

.image-37 {
  filter: invert();
  width: auto;
  height: 1.5rem;
}

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

.tag-cards {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f1f1f170;
  background-image: radial-gradient(circle at 50% 0, #ffffffd1, #d4d4d429);
  border: 1px solid #e0e0e0c2;
  border-radius: 20px;
  justify-content: flex-start;
  padding: .5rem .7rem;
  display: inline-block;
}

.text-tag-card {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
}

.section_localizacao {
  border-top: 1px solid #dbdbdb;
}

.logo-section_infinite {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  width: 5000px;
  margin-left: -46px;
  margin-right: -20px;
  padding: 40px 40px 0;
  display: flex;
}

.logo-section_infinite.is-35-opacidade {
  opacity: .35;
}

.logos-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.logos-brand {
  order: -1;
  height: 23px;
}

.background-video-8 {
  width: 100%;
  height: 100%;
}

.img-wrapper-map {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: block;
}

.titulo-footer {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 700;
}

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

.image-38 {
  width: 1.6rem;
}

.whatsapp-btn-component {
  z-index: 700;
  width: 3rem;
  position: fixed;
  inset: auto 1% 1% auto;
}

.whatsapp-icon {
  border-radius: 100%;
  box-shadow: 0 2px 12px 8px #06b21d33;
}

.selo-wrapper {
  position: absolute;
  inset: auto 0% 15% auto;
}

.selo {
  width: 12rem;
}

.selo.is-medium {
  z-index: 4;
  width: 10rem;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-video-9 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 2rem;
  display: grid;
}

.lottie-animation-4 {
  filter: brightness(80%) hue-rotate(23deg) invert();
  height: 320px;
}

.local-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.divisao {
  background-color: var(--orange001);
  color: var(--orange001);
  width: 20px;
  height: 3px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.tag-produto {
  background-color: var(--orange001);
  color: var(--white);
  border-radius: 4px;
  margin-left: 10px;
  padding: .5rem 1rem .5rem .8rem;
  font-size: 1.3rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-produto.is-promo {
  background-color: var(--green001);
}

.about1-growth_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.values-itens {
  background-color: var(--white);
  text-align: center;
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.section_about1-growth {
  border-top: 1px solid #d8d8d8;
  padding: 5%;
}

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

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

.about1-growth_image-wrapper {
  -webkit-clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);
  clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);
  position: relative;
}

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

.about1-growth_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_about1-values {
  background-color: var(--white002);
}

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

.about1-story_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 5%;
  display: grid;
}

.image-40 {
  width: 100%;
}

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

.bg-navbar-pags {
  background-color: var(--text-primary);
  width: 100%;
  height: 5rem;
}

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

.icon-valores {
  width: 4rem;
  height: 4rem;
}

.logo-section_infinite2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  width: 5000px;
  margin-left: -46px;
  margin-right: -20px;
  padding: 40px 40px 0;
  display: flex;
}

.logo-section_infinite2.is-35-opacidade {
  opacity: .35;
  padding-bottom: 40px;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5%;
  display: grid;
}

.bold-text-2 {
  color: var(--white);
}

.image-42 {
  filter: invert();
  width: 2rem;
}

.div-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue001);
  background-image: linear-gradient(83deg, var(--blue001) 67%, white);
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 40px 10px 10px;
  display: flex;
}

.txt-garantia {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  line-height: 140%;
}

.txt-garantia.text-weight-semibold {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.feature_component-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.tag-pag-detalhes {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 0;
  display: flex;
}

.icon-tag-pages {
  width: 3rem;
  height: 100%;
}

.icon-tag-pages.margin-bottom.margin-small {
  opacity: .5;
  filter: none;
  width: auto;
  max-width: 5rem;
  height: 3rem;
  margin-bottom: 0;
}

.align-center-contato {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.align-center-contato.margin-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.align-center-contato.margin-small.hide-desktop {
  display: none;
}

.align-center-contato.margin-small, .align-center-contato.margin-xxlarge, .align-center-contato.margin-xsmall, .align-center-contato.margin-medium, .align-center-contato.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_depoimentos {
  border-top: 1px #ddd;
}

@media screen and (min-width: 1280px) {
  .gallery_component {
    z-index: 3;
    position: relative;
  }
}

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

  .button-text:hover {
    color: #ffe3d5;
  }

  .titulos-sections.text-wrap-balance {
    margin-bottom: 2rem;
  }

  .chips.primary-chips {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_background-image-wrapper {
    border-radius: 0;
  }

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

  .titulos-tratamentos-detalhes.text-wrap-balance {
    margin-bottom: 2rem;
  }

  .card_item.is--olive-card {
    background-color: #fff;
  }

  .section_servicos {
    background-color: #f4f4f4;
    padding: 0;
  }

  .cards-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand-item {
    padding-bottom: 1rem;
  }

  .section_novidades {
    padding: .9em;
  }

  .selo.is-medium {
    width: 15rem;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 3.2rem;
  }

  p {
    font-size: 1.1rem;
    line-height: 140%;
  }

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

  .text-size-large.text-weight-semibold.text-color-primary {
    font-size: 1.3rem;
  }

  .text-size-large.text-color-alternate {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 142%;
  }

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

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

  .text-size-medium.text-color-secondary {
    font-size: 1.5rem;
    line-height: 160%;
  }

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

  .container-large {
    overflow: visible;
  }

  .text-size-regular {
    font-size: 1.1rem;
    line-height: 160%;
  }

  .text-size-regular.text-color-secondary {
    font-size: 1.2rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 2%;
  }

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

  .navbar11_link.w--current {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .feature_item-list {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    place-items: center start;
  }

  .logotipo {
    filter: none;
    width: 15rem;
  }

  .navbar-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-img-component {
    grid-template-columns: .75fr 1fr;
    place-items: center stretch;
  }

  .button {
    padding-top: .6rem;
    padding-left: .6rem;
  }

  .button.is-navbar {
    margin-right: 2px;
    padding: .5rem 1rem .5rem .5rem;
  }

  .hero__content-wrapper {
    max-width: 51%;
  }

  .titulos-sections.text-wrap-balance {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    font-size: 20px;
  }

  .chips.primary-chips {
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 14px;
  }

  .gallery_mask {
    max-width: 25%;
  }

  .endereco-txt {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .icon-map {
    width: 1.4rem;
  }

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

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

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

  .bg-navbar {
    box-shadow: none;
    border-bottom-color: #0505051c;
  }

  .intro_content-left.max-width-large {
    max-width: 70rem;
  }

  .depoimentos-txt {
    font-size: 3rem;
    font-weight: 400;
  }

  .mask {
    max-width: 60%;
  }

  .grid-images-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home8-about_component {
    grid-template-columns: 1fr .5fr;
    position: relative;
  }

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

  .home8-about_image-wrapper {
    margin: 0;
  }

  .icon-servicos.is-small {
    width: 2.3rem;
  }

  .card_item {
    padding: 1em;
  }

  .cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .card-novidades {
    padding: 1em;
  }

  .img-wrapper-map {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .selo.is-medium {
    width: 14rem;
  }

  .h1-header.text-color-alternate {
    font-size: 5.2rem;
  }

  .about1-growth_image-wrapper {
    height: 100%;
  }

  .bg-navbar-pags {
    height: 5.4rem;
  }

  .image-42 {
    width: 2rem;
    height: 2rem;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 40px 10px 10px;
    display: flex;
  }

  .txt-garantia.text-weight-semibold {
    margin-bottom: 0;
  }

  .feature_component-copy {
    grid-template-columns: 1fr .75fr;
    place-items: start stretch;
  }
}

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

  .text-color-white {
    line-height: 140%;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

  .max-width-large {
    max-width: 90%;
  }

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

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

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

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

  .padding-section-large {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .text-size-regular.text-color-secondary {
    font-size: .9rem;
  }

  .padding-global {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

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

  .padding-bottom.padding-xxlarge {
    padding-bottom: 2rem;
  }

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

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

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

  .menu-icon1_line-top {
    color: #fff;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_link {
    color: var(--text-primary);
    width: auto;
    padding: .75rem 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .navbar11_link.w--current {
    color: var(--black);
  }

  .logotipo {
    width: 14rem;
    height: auto;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_component {
    padding-left: 2%;
    padding-right: 2%;
  }

  .media-wrapper {
    border-radius: 3rem;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    border-radius: 20px;
    height: 100dvh;
    margin: 2% 5% 5%;
    padding-top: 4rem;
    padding-bottom: 6.5rem;
    transition: height .5s;
    box-shadow: 0 2px 20px 20px #0000003b;
  }

  .line-divider.text-color-white.desk-hide {
    display: block;
  }

  .navbar11_menu-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: auto;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #7c7c7c;
    background-color: #ffffff1c;
    border: 1px solid #00000024;
    border-radius: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .content-wrapper {
    padding-bottom: 2%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrapper.text-wrap-balance {
    padding-bottom: 0%;
  }

  .text-img-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .hero__content-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .depilcacao_component.is-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .margin-bottom-4.margin-small.hide-desktop {
    margin-top: 2rem;
    display: block;
  }

  .titulos-sections.text-wrap-balance {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .drones_content {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .subtitle-section.text-color-white {
    margin-top: 10px;
    font-size: 2.1rem;
  }

  .bit-title {
    font-size: 4.5rem;
    line-height: 100%;
  }

  .bit-title.text-color-alternate {
    font-size: 4.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: start;
    display: flex;
  }

  .footer1_left-wrapper, .horario-text {
    width: 100%;
  }

  .footer1_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer1_menu-wrapper {
    width: 100%;
  }

  .gallery_slider {
    padding-top: 2rem;
  }

  .gallery_mask {
    max-width: 60%;
  }

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

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

  .titulo-big {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .drones-icon-wrapper {
    width: 10rem;
    height: 10rem;
  }

  .gallery_slide {
    max-width: 100%;
  }

  .div-block-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .icon-lottie-droneso {
    width: 180px;
    left: -11px;
  }

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

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

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

  .loading-screen {
    display: none;
  }

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

  .loadingh-video.is-100 {
    height: 100%;
    min-height: 100%;
  }

  .titulos-tratamentos-detalhes.text-wrap-balance {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .intro_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .intro_content.section-content.large-left {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .intro_content-left {
    margin-bottom: 0;
  }

  .depoimentos-content {
    padding: 2rem;
  }

  .depoimentos-txt {
    font-size: 1.8rem;
  }

  .mask {
    max-width: 90%;
  }

  .image-wapper-section {
    border-radius: 20px;
  }

  .home8-about_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding: 2rem;
  }

  .content-cta {
    padding: 2rem;
  }

  .content-cta.is-alternative {
    width: 100%;
    margin-top: 20rem;
  }

  .hero_links {
    flex-direction: column;
  }

  .card_item {
    width: 100%;
    padding: 1.56em;
  }

  .card_link {
    display: none;
  }

  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .selo-wrapper {
    inset: 15% 0% auto auto;
  }

  .background-video-9 {
    width: 40%;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 4rem;
    display: flex;
  }

  .lottie-animation-4 {
    height: 200px;
  }

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

  .about1-growth_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .about1-story_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .div-block-32 {
    grid-template-columns: 1fr 1fr;
  }

  .feature_component-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .align-center-contato {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .align-center-contato.margin-small.hide-desktop {
    margin-top: 2rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    color: var(--text-primary);
    font-size: 1.125rem;
    font-weight: 500;
  }

  .text-size-large.text-wrap-balance.text-color-alternate {
    color: #fff;
  }

  .text-size-large.text-weight-semibold {
    color: var(--text-primary);
  }

  .text-size-large.text-weight-semibold.text-color-primary {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-size-large.text-color-alternate {
    color: #fff;
  }

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

  .margin-bottom.margin-xsmall {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  .text-size-small.text-color-secondary.text-weight-medium {
    font-size: .8rem;
  }

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

  .padding-section-large {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .padding-global {
    padding-left: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-large {
    padding: 2rem;
  }

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

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

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

  .navbar11_link {
    color: var(--brand003);
    font-size: 1.4rem;
  }

  .navbar11_link.w--current {
    color: var(--black);
  }

  .logotipo {
    width: 10.6rem;
  }

  .navbar11_component {
    min-height: 4rem;
    padding-left: 1%;
    padding-right: 1%;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .menu-icon1 {
    width: 2.8rem;
    height: 2.8rem;
  }

  .text-img-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .button {
    text-align: center;
    flex-wrap: wrap;
  }

  .hero__content-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 111px;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .image-overlay-layer {
    background-image: linear-gradient(30deg, #050e0a 25%, #0000000f);
  }

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

  .bit-title, .bit-title.text-color-alternate {
    font-size: 3.7rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .chips.primary-chips {
    display: inline-flex;
  }

  .gallery_slider {
    padding-top: 0;
  }

  .arrow-left {
    right: 3.5rem;
  }

  .gallery_mask {
    max-width: 70%;
  }

  .gallery_slide {
    padding-right: 1.5rem;
  }

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

  .padding-section-xlarge {
    padding-top: 10rem;
  }

  .loading-screen {
    display: none;
  }

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

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

  .titulos-tratamentos-detalhes.text-wrap-balance {
    margin-top: 1rem;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .intro_content.section-content.large-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .depoimentos-content {
    padding: 2rem 2rem 2rem 1.6rem;
  }

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

  .depoimentos-txt {
    font-size: 1.6rem;
    font-style: italic;
    line-height: 140%;
  }

  .mask {
    max-width: 80%;
  }

  .grid-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .home8-about_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content-cta.is-alternative {
    width: 100%;
    margin-top: 20rem;
  }

  .card_item.is--olive-card {
    padding: 1em;
  }

  .card_link {
    display: none;
  }

  .card_img {
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-wrapper-map {
    grid-template-columns: 1fr 1fr;
  }

  .selo {
    width: 9rem;
  }

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

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

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

  .about1-story_component, .div-block-32 {
    grid-template-columns: 1fr;
  }

  .txt-garantia {
    font-size: 1rem;
  }

  .txt-garantia.text-weight-semibold {
    color: #000;
  }

  .feature_component-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .align-center-contato {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .align-center-contato.margin-small.hide-desktop {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6rem;
  }

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

  .text-size-large {
    color: var(--text-primary);
    font-weight: 500;
  }

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

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

  .margin-bottom.margin-small {
    margin-bottom: 5%;
  }

  .margin-bottom.margin-xsmall {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

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

  .padding-section-large {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .text-size-regular, .text-size-regular.text-color-secondary {
    font-size: .8rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .heading-style-h2 {
    letter-spacing: -1px;
    font-size: 2rem;
    line-height: 111%;
  }

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

  .padding-section-small {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .navbar11_link {
    color: var(--brand003);
    font-size: 1rem;
  }

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

  .feature_item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .logotipo {
    width: 9.7rem;
  }

  .navbar11_component {
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar11_menu.is-page-height-tablet {
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 2rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar11_menu-buttons {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon1 {
    width: 2.4rem;
    height: 2.4rem;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.text-wrap-balance {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-img-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .button {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex: 1;
    align-self: flex-start;
    display: inline-flex;
  }

  .button.is-navbar {
    align-self: auto;
  }

  .button.is-seccondary {
    flex: 0 auto;
    align-self: flex-start;
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-right: .4rem;
  }

  .button.is-tertiary {
    flex: 0 auto;
    order: 1;
    align-self: flex-start;
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-right: .4rem;
  }

  .button_icon-wrapper-2 {
    width: .8rem;
    height: .8rem;
  }

  .hero__content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 25%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .image-overlay-layer {
    background-image: linear-gradient(360deg, #000 72%, #171f1d59 84%);
  }

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

  .margin-bottom-4.margin-small.hide-desktop {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .titulos-sections.text-wrap-balance {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-bottom: 0%;
  }

  .dronesbackground-image {
    aspect-ratio: auto;
    border-radius: 0;
    height: 25%;
    padding: 0;
    overflow: hidden;
  }

  .dronesbackground-image-wrapper {
    background-color: #000;
    border-radius: 0;
  }

  .subtitle-section.text-color-white {
    font-size: 1.3rem;
  }

  .bit-title, .bit-title.text-color-alternate {
    font-size: 3rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_legal-list {
    order: -1;
  }

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

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .chips.primary-chips {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .chips.white-chips {
    padding-bottom: 12px;
  }

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

  .gallery_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gallery_mask {
    max-width: 95%;
  }

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

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

  .titulo-big {
    padding-top: 3rem;
  }

  .drones-icon-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .gallery_slide {
    padding-right: 1rem;
  }

  .bg-button-icon {
    padding: 4px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-lottie-droneso {
    width: 90px;
    left: -6px;
  }

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

  .phone-link.telefone-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .section_drone {
    border-radius: 0;
    height: auto;
    overflow: hidden;
  }

  .padding-section-xlarge {
    padding-top: 8rem;
  }

  .quem-somos-video-wrapper {
    justify-content: center;
    align-items: center;
    height: 360px;
  }

  .loadingh-video {
    aspect-ratio: 4 / 3;
  }

  .header-container {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-wrapper {
    aspect-ratio: 4 / 3;
  }

  .titulos-tratamentos-detalhes.text-wrap-balance {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1rem;
    margin-bottom: 5%;
    padding-left: 7px;
  }

  .navbar-container {
    padding: .3rem;
  }

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

  .intro_content-left {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .intro_content-left.max-width-large {
    max-width: 100%;
    padding-bottom: 0;
  }

  .profile-block {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .depoimentos-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: auto;
    padding: 3rem 1rem 1rem;
  }

  .profile-image {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .depoimentos-txt {
    font-size: 1.2rem;
  }

  .mask {
    max-width: 90%;
  }

  .nome-depoimentos {
    font-size: .7rem;
  }

  .google-llogo {
    margin-bottom: 0;
  }

  .logo-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .image-wapper-section {
    border-radius: 16px;
  }

  .estudio-dev-link {
    order: 1;
  }

  .home8-about_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home8-about_content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .content-cta {
    padding: 1rem;
  }

  .content-cta.is-alternative {
    width: 100%;
  }

  .icon-servicos.is-small {
    width: 1.5rem;
  }

  .hero_links {
    display: none;
  }

  .card_item.is--olive-card {
    padding: 1em;
  }

  .card_link {
    display: none;
  }

  .card_img {
    left: 18em;
  }

  .cards-wrapper {
    grid-template-columns: 1fr;
  }

  .card-novidades {
    padding: 1em;
  }

  .titulo-chip-novidades {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text-tag-card {
    font-size: .8rem;
  }

  .logos-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .logos-brand {
    width: 35px;
  }

  .img-wrapper-map {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .selo-wrapper {
    position: static;
    top: 10%;
  }

  .selo {
    width: 8rem;
  }

  .h1-header.text-color-alternate {
    font-size: 2.4rem;
  }

  .background-video-9 {
    width: 100%;
  }

  .about1-growth_component {
    grid-template-columns: 1fr;
  }

  .section_about1-growth {
    padding: 0%;
  }

  .about1-values_list, .about1-growth_item-list {
    grid-template-columns: 1fr;
  }

  .about1-story_component {
    grid-template-columns: 1fr;
    padding: 0%;
  }

  .bg-navbar-pags {
    height: 3.7rem;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
  }

  .heading-38 {
    font-size: 2.3rem;
  }

  .txt-garantia {
    line-height: 110%;
  }

  .txt-garantia.text-weight-semibold {
    color: #030303;
    font-size: 1.1rem;
    line-height: 128%;
  }

  .feature_component-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .tag-pag-detalhes {
    padding-top: 1rem;
  }

  .align-center-contato {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .align-center-contato.margin-small.hide-desktop {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

#w-node-c7035ee5-ccf8-abae-e402-fb890dcbd1ba-3c9106b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7035ee5-ccf8-abae-e402-fb890dcbd1d4-3c9106b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7035ee5-ccf8-abae-e402-fb890dcbd1d5-3c9106b6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c7035ee5-ccf8-abae-e402-fb890dcbd1d7-3c9106b6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c7035ee5-ccf8-abae-e402-fb890dcbd1db-3c9106b6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c62ace3d-7b47-4723-1bbe-74fd594f5701-3c9106b6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_64c69c22-53d9-d3c7-0b12-001b89e3eb8e-3c9106b6, #w-node-_7fa6b2e4-facf-2eee-9446-c3b193d7367b-3c9106b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_202023f3-d898-e129-2a95-c6b4c9e59929-3c9106b6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c9fbf88-39c7-10a4-dfc7-0cf61c922998-3c9106b6 {
  order: -9999;
}

#w-node-_0a8a040e-0d0d-80aa-054e-ed87c829abcd-3c9106b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03b4b749-55e5-c593-33df-99670b51be0d-0b51bde6, #w-node-fa147436-f18e-6b1e-e203-278c0a66e9b9-0b51bde6 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c7035ee5-ccf8-abae-e402-fb890dcbd1d4-3c9106b6 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c9fbf88-39c7-10a4-dfc7-0cf61c922998-3c9106b6, #w-node-_98e17aca-cece-6d9f-ecdc-d5886938f2eb-3c9106b6, #w-node-f2bea7bf-c3d1-6d93-05fd-aeb63ee9cb50-3c9106b7 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c62ace3d-7b47-4723-1bbe-74fd594f5701-3c9106b6, #w-node-_202023f3-d898-e129-2a95-c6b4c9e59929-3c9106b6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_98e17aca-cece-6d9f-ecdc-d5886938f2c4-3c9106b6, #w-node-f2bea7bf-c3d1-6d93-05fd-aeb63ee9cb39-3c9106b7 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c62ace3d-7b47-4723-1bbe-74fd594f5701-3c9106b6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c62ace3d-7b47-4723-1bbe-74fd594f5703-3c9106b6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c62ace3d-7b47-4723-1bbe-74fd594f5705-3c9106b6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_202023f3-d898-e129-2a95-c6b4c9e59928-3c9106b6 {
    order: -9999;
  }

  #w-node-_202023f3-d898-e129-2a95-c6b4c9e59929-3c9106b6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_202023f3-d898-e129-2a95-c6b4c9e5992b-3c9106b6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_202023f3-d898-e129-2a95-c6b4c9e5992d-3c9106b6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_03b4b749-55e5-c593-33df-99670b51be01-0b51bde6 {
    justify-self: auto;
  }

  #w-node-_03b4b749-55e5-c593-33df-99670b51be0d-0b51bde6, #w-node-fa147436-f18e-6b1e-e203-278c0a66e9b9-0b51bde6 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}