/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.btn {
  display: flex;
  height: 48px;
  padding: 0 20px !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #ff9500;
  color: #192a6b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.btn:focus {
  outline-offset: 4px;
  outline: 1px solid #111e44;
}

.btn:hover {
  background-color: #ffb54c;
}

.btn-agenda-diagnostico {
  display: flex;
  height: 40px;
  padding: 0 16px !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff9500;
  text-decoration: none;
  color: #192a6b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.btn-agenda-diagnostico:hover {
  background-color: #ffb54c;
}

.btn-agenda-diagnostico {
  text-decoration: none !important;
}

.btn-agenda-diagnostico:hover,
.btn-agenda-diagnostico:focus,
.btn-agenda-diagnostico:active,
.btn-agenda-diagnostico:visited {
  text-decoration: none !important;
}

.btn-agenda-diagnostico::after,
.btn-agenda-diagnostico::before {
  display: none !important;
}

.navbar-desktop {
  display: block;
  position: relative;
  width: 100%;
  z-index: 600;
}

.navbar-mobile {
  display: none;
  background-color: #fff;
}

.navbar__top {
  padding: 20px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1216px;
  margin: 0 auto;
}

.navbar__left {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 20px;
}

.navbar__right {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar__logo {
  position: relative;
  height: 45px;
}

.navbar__logo img {
  display: block;
  height: 100%;
}

.nav-link-button {
  display: flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 4px;
  background: #ffb54c;
  text-decoration: none;
  color: #192a6b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.nav-link {
  color: #333f5b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.nav-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 28px;
  text-decoration-color: #ff9500;
}

.navbar-logo-desktop {
  display: flex;
  height: 100%;
}

.navbar-logo-mobile {
  position: relative;
}

.navbar-logo-desktop__left {
  display: flex;
  align-items: center;
}

.navbar__menu {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hamburger {
  position: relative;
  z-index: 1001;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding:20px 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #192a6b;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
}

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .navbar__left {
    margin-left: 20px;
  }

  .navbar__right {
  }

  .nav-item {
    border-bottom: 1px solid #d9dee3;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .navbar__menu__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(7.5px);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar__menu__mobile.is-open {
    transform: translateX(0);
  }

  .navbar__menu__mobile ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 20px;
  }

  .hamburger.is-active {
    color: #192a6b;
  }
}

@media screen and (min-width: 1024px) {
  .navbar__top {
    padding: 0;
    height: 72px;
  }

  .navbar__left {
    margin-left: 0;
  }

  .navbar__right {
    margin-right: 0;
  }

  .navbar__logo {
    height: 60px;
  }
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  display: none;
  transition: all 0.16s ease;
}

.navbar-fixed-visible {
  display: block !important;
  opacity: 1 !important;
}

.navbar-fixed__wrapper {
  max-width: 1178px;
  margin: 0 auto;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-fixed__left,
.navbar-fixed__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-fixed__logo img {
  display: block;
}

.navbar-fixed__left p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.navbar-fixed__menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}

.hamburger {
  display: none;
}

.navbar-fixed__menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.btn-default-senai {
  background: #ff9500;
  color: #192a6b;
  padding: 6px 12px;
  border-radius: 4px;
}

.btn-assistente {
  background: #fff;
  color: #192a6b;
  padding: 6px 12px;
  border-radius: 4px;
}

.navbar-drawer {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 9999;
  transition: right 0.3s ease-in-out;
}

.navbar-drawer.open {
  right: 0;
}

.drawer-close {
  align-self: flex-end;
  font-size: 32px;
  color: #333f5b;
  background: none;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 16px;
}

.drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #333f5b;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color 0.2s;
}

.drawer-menu li a img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .navbar-fixed {
    padding: 0 0 0 8px;
  }

  .navbar-drawer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .drawer-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    align-items: center;
  }

  .navbar-fixed__menu {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .navbar-fixed__left p {
    display: none;
  }

  .btn-assistente {
    color: #192a6b;
  }
}

@media (min-width: 1024px) {
  .navbar-drawer {
    display: none;
  }
}

.section__hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #eaedf0;
}

.section__hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section__hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section__hero-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

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

.canvas {
  position: relative;
  width: 571px;
  height: 580px;
  background-color: rgba(0, 0, 0, 0);
}

.canvas img {
  position: absolute;
  image-rendering: pixelated;
  transition: transform 0.1s linear;
}

.fundo-e {
  width: 433px;
  height: 469px;
  top: 98px;
  left: 61px;
}

.grafismo-06 {
  width: 177px;
  height: 212px;
  top: 331px;
  left: 307px;
}

.cilo-07 {
  width: 257px;
  height: 214px;
  top: 286px;
  left: 0px;
}

.grafismo-06-2 {
  width: 190px;
  height: 72px;
  top: 218px;
  left: 360px;
}

.rua-e {
  width: 426px;
  height: 223px;
  top: 357px;
  left: 34px;
}

.braco-05 {
  width: 281px;
  height: 406px;
  top: 1px;
  left: 289px;
}

.tubo-04 {
  width: 35px;
  height: 87px;
  top: 156px;
  left: 274px;
  opacity: 0.839;
}

.molecula-03 {
  width: 253px;
  height: 140px;
  top: 61px;
  left: 61px;
}

.carro-02 {
  width: 306px;
  height: 182px;
  top: 364px;
  left: 224px;
}

.folhas-01 {
  width: 242px;
  height: 112px;
  top: 373px;
  left: 54px;
}

.canvas-desktop,
.btn-hero-desktop {
  display: block;
}

.canvas-mobile,
.btn-hero-mobile {
  display: none;
}

.section__hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}

.section__hero-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section__hero-footer--text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 700px;
}

.section__hero-footer--text h3 {
  margin: 0;
  color: #192a6b;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
}

.section__hero-footer--text p {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .canvas-desktop,
  .btn-hero-desktop {
    display: none;
  }

  .canvas-mobile,
  .btn-hero-mobile {
    display: block;
  }

  .section__hero {
    padding: 64px 0;
  }

  .section__hero-footer {
    margin-top: 64px;
  }

  .section__hero--content {
    flex-direction: column;
  }

  .section__hero-title img {
    width: 100%;
  }

  .section__hero-left {
    align-items: center;
  }

  .btn-hero-mobile a {
    width: fit-content;
    margin: 0 auto;
  }
}

.section-nossos-numeros {
  background-color: #eaedf0;
}

.section-nossos-numeros__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section--nossos-numeros__title {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nossos-numeros__numeros {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.numeros--item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 300px;
}

.numeros--item__number {
  color: #ff9500;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.08px;
}

.numeros--item__text {
  color: #717b8e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .nossos-numeros__numeros {
    flex-direction: column;
    gap: 32px;
  }

  .numeros--item {
    max-width: 100%;
  }

  .numeros--item__number {
    font-size: 40px;
  }
}

.section_rodape {
  position: relative;
  background-color: #192a6b;
  padding: 20px 0;
}

.section__content-rodape {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.rodape-logo {
  display: flex;
  flex-direction: row;
  align-items: start;
}

.rodape-logo img {
  object-fit: contain;
}

.termos {
  display: flex;
  gap: 16px;
}

.termos a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.termos a:hover {
  text-decoration: underline;
}

.rodape-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.rede-social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: 0.3s ease all;
}

.back-to-top {
  position: absolute;
  right: 0;
  top: -60px;
  display: flex;
  width: 174px;
  padding: 8px 20px;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px 8px 0 0;
  background: #111d4a;
}

.back-to-top a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .section__content-rodape {
    flex-direction: column;
    gap: 54px;
    justify-content: center;
  }

  .rodape-logos {
    width: 100%;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
  }

  .rodape-logos__list img {
    height: 24px;
  }

  .back-to-top {
    display: none;
  }

  .termos {
    flex-direction: column;
    gap: 16px;
  }
}

.section-sua-industria {
  background-color: #eaedf0;
}

.img-mobile {
  display: none;
}

.img-desktop {
  display: block;
}

.section--sua-industria__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sua-industria__container__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 592px;
  padding: 0 0 96px 0;
}

.section--sua-industria__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sua-industria__subtitle {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}

.sua-industria__principal-text {
  margin: 0;
  color: #192a6b;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.6px;
}

@media screen and (max-width: 768px) {
  .section--sua-industria__container {
    flex-direction: column;
  }

  .sua-industria__container__right img {
    width: 100%;
  }

  .img-mobile {
    display: block;
  }

  .img-desktop {
    display: none;
  }
}

.section-nossos-pilares__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nossos-pilares-subtitle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  margin: 0;
}

.section-nossos-pilares__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.nossos-pilares__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.nossos-pilares__content_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  max-width: 336px;
}

.nossos-pilares__content_item-title {
  color: #192a6b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.nossos-pilares__content_item-subtitle {
  margin: 0;
  overflow: hidden;
  color: #333f5b;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.nossos-pilares__content_item-text {
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: #5d677d;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .nossos-pilares__content {
    flex-direction: column;
    gap: 32px;
  }
}

.section-porte {
  background-color: #eaedf0;
  overflow: hidden;
}

.section-porte__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-desktop {
  display: flex;
}

.content-mobile {
  display: none;
}

.section-porte__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.section-porte__content {
  justify-content: space-between;
  align-items: flex-end;
}

.section-porte__content-item {
  flex: 1;
}

.section-porte__content-item:nth-child(1) .section-porte__cloud {
  animation-delay: 0s;
}

.section-porte__content-item:nth-child(2) .section-porte__cloud {
  animation-delay: 2s;
}

.section-porte__content-item:nth-child(3) .section-porte__cloud {
  animation-delay: 4s;
}

.section-porte__content-item-wrapper {
  position: relative;
  padding-left: 220px;
  width: 100%;
}

.section-porte__cloud {
  position: absolute;
  top: -40px;
  left: 0;
  height: auto;
  opacity: 0;
  z-index: 1;
  animation: cloudMove 24s linear infinite;
}

@keyframes cloudMove {
  0% {
    left: 0;
    opacity: 0;
    transform: scale(0.8);
  }

  10% {
    opacity: 1;
  }

  50% {
    left: 50%;
    opacity: 0.7;
    transform: scale(1);
  }

  100% {
    left: 100%;
    opacity: 0;
    transform: scale(0.6) translateX(-100%);
  }
}

.section-porte__content-item-img {
  position: absolute;
  bottom: -32px;
  left: 0;
}

.section-porte__content-item-title {
  margin: 0;
  color: #333f5b;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.section-porte__content-item-text {
  margin: 0;
  color: #333f5b;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.section-porte__content-item-texts {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 208px;
}

.section-porte__content-item-title {
  margin: 0;
  color: #333f5b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section-porte__content-item-text {
  margin: 0;
  color: #333f5b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .content-desktop {
    display: none;
  }

  .content-mobile {
    display: flex;
  }

  .section-porte__container {
    gap: 40px;
  }

  .section-porte__content-mobile-item {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .section-porte__content-item-mobile-imgs {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }

  .section-porte__content-mobile-item-img {
    width: 110px;
    height: auto;
  }

  .section-porte__content {
    flex-direction: column;
    gap: 32px;
  }
}

.section-diagnostico {
  background-color: #eaedf0;
  padding: 60px 20px;
  position: relative;
  min-height: 400px;
}

#lupa-mao {
  position: absolute;
  left: -30px;
  top: 240px;
  transform: translateY(-50%);
  z-index: 4;
  height: auto;
  pointer-events: none;
  transition: top 0.1s ease-out;
}

@media screen and (max-width: 1025px) {
  #lupa-mao {
    left: -310px;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1440px) {
  #lupa-mao {
    left: -250px;
  }
}

.lupa-grid {
  position: absolute;
  top: 60px;
  left: 34px;
}

.diagnostico__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 48px 90px 48px 506px;
  align-items: center;
  gap: 96px;
  border-radius: 9999px;
  background: #fff;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.diagnostico-desktop {
  display: flex;
}

.diagnostico-mobile {
  display: none;
}

.vetor-diagnostico {
  position: absolute;
  right: -24px;
  top: -24px;
}

.circles-container {
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.diagnostico__content {
  flex: 1;
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.default-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.diagnostico__content p {
  margin: 0 0 24px 0;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .section-diagnostico {
    overflow: hidden;
  }

  .diagnostico-desktop {
    display: none;
  }

  .diagnostico-mobile {
    display: flex;
  }

  .diagnostico__container {
    height: 420px;
    max-width: 1216px;
    padding: 280px 48px 48px 48px;
    flex-direction: column;
    align-items: center;
    gap: 96px;
    align-self: stretch;
  }

  #lupa-mao {
    position: absolute;
    top: 200px;
    width: 720px;
    left: -202px;
    z-index: 1;
  }

  .ellipse-mobile {
    position: absolute;
    top: 70px;
    left: 86px;
    z-index: 0;
    width: 140px;
  }

  .lupa-mobile {
    width: 120px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 100px;
    z-index: 0;
  }

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

  .vetor-diagnostico-mobile {
    position: absolute;
    right: 90px;
    bottom: -32px;
  }
}

.section-eixos {
  background-color: #eaedf0;
  padding: 0 0 96px 0;
}

.eixos__container-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 496px;
}

.eixo-img__desktop {
  display: block;
}

.eixo-img__mobile {
  display: none;
}

.section-eixos__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.eixos__container-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.eixo__container-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 332px;
  width: 100%;
}

.eixo__title {
  color: #192a6b;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.eixo-subtitle {
  color: #333f5b;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin: 0;
}

.eixo-text {
  color: #333f5b;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .section-eixos__container {
    gap: 48px;
  }

  .eixo-img__desktop {
    display: none;
  }

  .eixo-img__mobile {
    display: block;
    width: 100%;
  }

  .eixos__container-card {
    flex-direction: column;
    align-items: center;
  }
}

.section-depoimentos {
  background-color: #d9dee3;
}

.section-depoimentos__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.depoimentos-carousel {
  display: flex;
  justify-content: space-between;
}

.section--depoimentos__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
}

.depoimentos-subtitle {
  color: #333f5b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 800px;
}

.depoimentos-carousel__arrows {
  display: flex;
  gap: 8px;
}

.depoimentos-carousel__arrow {
  display: flex;
  height: 40px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #ff9500;
  border: none;
  cursor: pointer;
}

.depoimentos__item {
  display: flex;
  padding: 40px 40px 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  height: 264px;

  max-width: 510px;
  background: #fff;
  border-radius: 8px;
}

.depoimentos__item {
  margin: 0 16px;
}

.depoimento__content-text,
.depoimento__content-author {
  color: #212855;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .depoimentos-carousel {
    flex-direction: column;
    gap: 20px;
  }

  .depoimentos__item {
    margin: 0;
    height: auto;
  }
}

.section-formulario {
  background-color: #e2e5e9;
}

.formulario-container {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.formulario-left {
  max-width: 600px;
}

.formulario-right {
  width: 100%;
}

.section--formulario__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.formulario-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.formulario-subtitle {
  margin: 0;
  color: #48536c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.formulario-text {
  color: #48536c;
  margin: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
  border-radius: 12px;
  box-sizing: border-box;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.group-inputs-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.group-input {
  flex: 1 1 calc(50% - 12px);
  min-width: 240px;
  box-sizing: border-box;
}

.group-input label {
  color: #48536c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 6px;
  display: inline-block;
}

.form-control {
  width: 100%;
  display: flex;
  padding: 12px 12px 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #b0b6c1;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
}

.form-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-term {
  display: flex;
  align-items: flex-start;
}

.check-confirm {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #48536c;
}

.terms-text {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.submit-button {
  border: none;
  cursor: pointer;
  width: fit-content;
}

.success-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(19, 53, 122, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 32px;
  box-sizing: border-box;
}

.success-overlay.hidden {
  display: none;
}

.success-content {
  text-align: center;
  color: #fff;
  max-width: 400px;
}

.success-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.success-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.success-text {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.4;
}

.success-button {
  background-color: #ff9500;
  border: none;
  padding: 12px 24px;
  color: #192a6b;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.success-button:hover {
  background-color: #ffb54c;
}

@media screen and (max-width: 768px) {
  .formulario-container {
    flex-direction: column;
  }
}

:root {
  --wa-size: 56px;
  --wa-color: #25d366;
  --wa-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  --wa-z: 9999;
  --wa-gap: 20px;
}

.whatsapp-fab {
  position: fixed;
  right: var(--wa-gap);
  bottom: var(--wa-gap);
  z-index: var(--wa-z);
  pointer-events: none;
}

.whatsapp-fab__btn {
  width: var(--wa-size);
  height: var(--wa-size);
  border-radius: 50%;
  background: var(--wa-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--wa-shadow);
  text-decoration: none;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.2s ease,
    filter 0.2s ease;
  pointer-events: auto;
  will-change: transform, opacity;
  animation: wa-pop 0.4s ease 0.2s both;
}

.whatsapp-fab.is-visible .whatsapp-fab__btn {
  transform: translateY(0);
  opacity: 1;
}

.whatsapp-fab__btn:hover,
.whatsapp-fab__btn:focus {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  filter: brightness(1.05);
  outline: none;
}

.whatsapp-fab__icon {
  width: 60%;
  height: 60%;
  fill: #fff;
  display: block;
}

.whatsapp-fab__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: wa-pulse 2.2s ease-out infinite;
}

@keyframes wa-pop {
  from {
    transform: translateY(16px) scale(0.96);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes wa-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.42);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media print {
  .whatsapp-fab {
    display: none;
  }
}

@media (max-width: 360px) {
  :root {
    --wa-size: 52px;
    --wa-gap: 16px;
  }
}

html,
body {
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

.hidden {
  display: none !important;
}

.svg {
  display: block;
}

.svg svg {
  display: block;
  position: relative;
}

.svg--width svg {
  width: 100%;
}

.svg--height svg {
  height: 100%;
}

.section__wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1216px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  position: relative;
  padding: 96px 0;
  width: 100%;
}

.default-title {
  color: #192a6b;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.default-subtitle {
  margin: 0;
  color: #48536c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title-line {
  display: block;
  width: 64px;
  height: 4px;
  background-color: #ff9500;
}

@media only screen and (max-width: 1200px) {
  .section__wrapper {
    padding: 0 20px;
    width: 100%;
  }

  .section {
    padding: 40px 0;
  }

  .default-title {
    font-size: 28px;
  }
}

/* success modal */
/* msg-sucesso-form */
.success-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.success-message {
  background: white;
  padding: 40px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.success-message h2 {
  color: #192a6b;
  font-size: 28px;
  margin-bottom: 16px;
}

.success-message p {
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}

.success-message button {
  display: flex;
  height: 48px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #ff9500;
  color: #192a6b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.success-message button:hover {
  background-color: #ffb54c;
}

.group-input[data-input="Data"] {
  display: none;
}
