@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

.relative{
  position: relative;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.h-\[80dvh\]{
  height: 80dvh;
}

.max-w-6xl{
  max-width: 72rem;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.flex-col{
  flex-direction: column;
}

.items-start{
  align-items: flex-start;
}

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.text-\[\#43C7F1\]{
  --tw-text-opacity: 1;
  color: rgb(67 199 241 / var(--tw-text-opacity));
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

html {
  scroll-behavior: auto !important;
}

@keyframes scroll {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(5px);
  }

  40% {
    transform: translateY(30px);
  }

  60% {
    transform: translateY(15px);
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #f1f1f2;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
}

p {
  font-size: 18px;
  line-height: 180%;
}

ul,
ol {
  font-size: 16px;
  line-height: 150%;
}

.custom-tooltip {
  --bs-tooltip-bg: #464646;
  --bs-tooltip-color: white;
  --bs-tooltip-max-width: 450px;
  --bs-tooltip-padding-y: 20px;
  --bs-tooltip-padding-x: 20px;
  --bs-tooltip-border-radius: 0px;
  --bs-tooltip-opacity: 1;
  font-family: "Raleway", sans-serif;
  color: #fff;
  .tooltip-inner {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    /* Alinha o texto à esquerda */
  }
}

.container {
  margin: 0 auto;
}

.paddingCustom {
  padding-top: 6rem;
  padding-bottom: 6rem;
  @media screen and (max-width: 768px) {
    padding-top: 40px;

    padding-bottom: 40px;
  }
}

.subtitulo {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}

.titulo {
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media screen and (max-width: 768px) {
    font-size: 24px;
  }
}

.topo {
  box-shadow: 0 5px 10px rgba($color: #000000, $alpha: 0.1);
  height: 60px !important;
  svg {
    height: 30px;
    width: auto;
  }
}

.logoMarqueeSection {
  padding-top: 50px;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 60px;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  height: 60px;
}

.marquee a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 5.4rem;
}

div.marquee > a > img {
  height: 60px;
}

#cabecalho {
  background: rgba(17, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  color: #fff;
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 20;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  svg {
    transition: all 0.3s ease-in-out;
  }
  nav {
    display: flex;
    position: relative;
    height: 100%;
    a {
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      transition: all 0.3s ease-in-out;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      height: 100%;
      &:hover {
        color: #43c7f1;
      }
      &.active {
        color: #43c7f1;
        font-weight: 700;
        @media screen and (min-width: 768px) {
          border-top: 2px solid #43c7f1;
        }
      }
    }
  }
  .menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .menu a {
    color: #fff;
    text-decoration: none;
  }
  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  .menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
  }
  /* Estilos para dispositivos móveis */
  @media (max-width: 768px) {
    .menu {
      display: none;
      flex-direction: column;
      top: 60px;
      right: 0;
      background-color: #333;
      width: 100%;
      position: absolute;
      height: auto;
    }

    .menu.active {
      display: flex;
      width: 200px;
    }

    .menu-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}

.mouse-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  .mouse-body {
    width: 22px;
    height: 40px;
    padding-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    text-align: center;
    .mouse-wheel {
      margin: auto;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      animation: scroll 1.2s infinite;
    }
  }
  .scroll-trails {
    .trail {
      margin-left: 3px;
      height: 15px;
      width: 15px;
      border: 1px solid;
      border-color: rgba(255, 255, 255, 0.5) transparent transparent rgba(255, 255, 255, 0.5);
      transform: rotate(-135deg);
      animation-delay: 0.1s;
      animation: srcoll-trail 1.2s infinite;
      &:nth-child(2) {
        animation-delay: 0.2s;
      }
    }
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes srcoll-trail {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#home {
  background: #111 url("../img/background.png") no-repeat center center;
  background-size: cover;
  min-height: 100dvh;
  max-width: 100dvw;
  overflow-x: hidden;
  position: relative;
  .scroll-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 30px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }
  .scroll-dot {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    animation: scroll 1.5s infinite;
  }
  .animacao {
    animation: scroll-horizontal 5s ease-in-out forwards 4s;
    width: 180dvw;
    padding: 0 100px;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    align-content: center;
    gap: 50px;
    svg {
      max-width: 100%;
    }
  }
  .slide {
    min-width: 100%;
    /* Cada slide ocupa a largura total do container */
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .slide1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;
    }
    .content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0;
    }
    .acoes {
      padding-top: 100px;
      @media screen and (max-width: 768px) {
        padding-top: 20px;
      }
      .item {
        margin-bottom: 40px;
        @media screen and (max-width: 768px) {
          margin-bottom: 20px;
        }
      }
      p {
        color: #fff;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        &.azul {
          color: #43c7f1;
          margin-left: 120px;
          margin-top: 10px;
        }
        @media screen and (max-width: 1366px) {
          font-size: 20px;

          &.azul {
            margin-left: 100px;
          }
        }
        @media screen and (max-width: 768px) {
          font-size: 20px;

          &.azul {
            margin-top: 0;
            margin-left: 80px;
          }
        }
      }
    }
    .imagem {
      background: url("../img/slide1.png") no-repeat center center;
      background-size: cover;
      background-size: 200%;
      gap: 50px;
      justify-content: flex-start;
      padding-top: 130px;
      padding-left: 50px;
      transition: background-size 1s ease;
      svg {
        height: 100px;
        width: auto;
      }
      @media screen and (max-width: 1366px) {
        svg {
          height: 60px;
        }
      }
      @media screen and (max-width: 768px) {
        padding-top: 30px;

        padding-left: 30px;

        svg {
          height: 50px;
        }
      }
    }
  }
  .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
    /* Ajusta a imagem ao contêiner */
    transition: transform 7s ease;
    /* Transição suave para o efeito de zoom */
  }
  .slide2 {
    //background: url("../img/slide2.webp") no-repeat center center;
    gap: 50px;
    justify-content: flex-start;
    padding-top: 200px;
    h3 {
      color: #fff;
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    h4 {
      color: #000;
      font-size: 50px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    @media screen and (max-width: 1366px) {
      gap: 20px;

      padding-top: 150px;

      h3 {
        font-size: 28px;
      }

      h4 {
        font-size: 32px;
      }
    }
    @media screen and (max-width: 768px) {
      padding-top: 150px;

      h3 {
        font-size: 20px;
      }

      h4 {
        font-size: 20px;
      }
    }
  }
  .slide3 {
    //background: url("../img/slide3.jpg") no-repeat center center;
    //background-size: cover;
    gap: 30px;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 100px;
    padding-right: 100px;
    .textos {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
    }
    h3 {
      color: #fff;
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    }
    h4 {
      color: #fff;
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    }
    @media screen and (max-width: 1366px) {
      gap: 30px;

      padding-top: 150px;

      h3 {
        font-size: 28px;
      }

      h4 {
        font-size: 28px;
      }
    }
    @media screen and (max-width: 768px) {
      align-items: center;

      padding-bottom: 120px;

      padding-right: 0;

      .textos {
        align-items: center;
      }

      h3 {
        font-size: 20px;
      }

      h4 {
        font-size: 20px;
      }
    }
  }
  .slide4 {
    //background: url("../img/slide4.jpg") no-repeat center center;
    //background-size: cover;
    gap: 30px;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-left: 100px;
    position: relative;
    .logoSlide4 {
      height: 100px;
      width: auto;
      position: absolute;
      top: 140px;
      right: 100px;
    }
    h3 {
      color: #fff;
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }
    @media screen and (max-width: 1366px) {
      padding-bottom: 60px;

      padding-left: 60px;

      .logoSlide4 {
        height: 70px;
        right: 60px;
      }

      h3 {
        font-size: 32px;
      }
    }
    @media screen and (max-width: 768px) {
      padding-left: 0;

      padding-bottom: 150px;

      align-items: center;

      .logoSlide4 {
        height: 50px;
      }

      h3 {
        font-size: 20px;
      }
    }
  }
  .slide h3,
    .slide h4 {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ferramentas {
    h2 {
      background: #565ad0;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      display: flex;
      padding: 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      color: #fff;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 5px;
    }
  }
}

#solucoes {
  background: #1e1e1e;
  color: #fff;
  .content {
    h3 {
      color: #fff;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
    }
    h4 {
      color: #43c7f1;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    .itens {
      display: flex;
      flex-direction: column;
      gap: 30px;
      a {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.4;
        &.destaque,
                &.destaque2 {
          opacity: 1;
          text-decoration-line: underline;
        }
      }
    }
    .grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      .imagem {
        background: url("../img/solucao.png") no-repeat center center;
        background-size: cover;
        min-height: 500px;
      }
      @media screen and (max-width: 768px) {
        grid-template-columns: 1fr;

        .imagem {
          min-height: 300px;
          order: 6;
          margin-top: 40px;
        }
      }
    }
  }
  .assessoria {
    h3 {
      text-align: right;
      @media screen and (max-width: 768px) {
        text-align: left;
      }
    }
    .itens {
      a {
        text-align: right;
        @media screen and (max-width: 768px) {
          text-align: left;
        }
      }
    }
  }
  .ativo {
    background: #464646;
    display: flex;
    width: 500px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    @media screen and (max-width: 768px) {
      width: 100%;

      position: relative;

      margin-top: 20px;

      padding: 15px;
    }
    h3 {
      color: #fff;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    p {
      color: rgba(255, 255, 255, 0.85);
      font-size: 15px;
      font-style: normal;
      font-weight: 4600;
      line-height: 25px;
    }
  }
}

#efex {
  background: #fff;
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  ul {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(200px, 1fr));
    gap: 15px;
    li {
      background: #fff;
      font-size: 16px;
      border: 2px solid #e5e5e6;
      padding: 10px 20px;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      transition: all 0.3s ease-in-out;
      &:hover {
        transform: scale(1.05);
      }
    }
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;

      gap: 7px;

      li {
        border: 1px solid #e5e5e6;
      }
    }
  }
  .missaoVisao {
    background: #43c7f1;
    background: url("../img/missaoBackground.png") no-repeat center center;
    background-size: cover;
    .missao {
      font-weight: 500;
      max-width: 600px;
      color: #fff;
      margin-bottom: 40px;
      span {
        color: #000;
      }
      p {
        font-size: 20px;
        margin-bottom: 0;
      }
      @media screen and (max-width: 768px) {
        margin-bottom: 20px;

        p {
          font-size: 16px;
        }
      }
    }
    .visao {
      display: flex;
      justify-content: flex-end;
      p {
        background: rgba(21, 96, 130, 0.7);
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
        margin-bottom: 40px;
        max-width: 700px;
        padding: 40px;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 0;
        color: #fff;
        font-size: 20px;
        span {
          color: #43c7f1;
        }
      }
      @media screen and (max-width: 768px) {
        p {
          background: rgba(21, 96, 130, 0.9);
          padding: 15px;
          font-size: 16px;
        }
      }
    }
  }
  .parceiros {
    background: #fff;
  }
}

#blog {
  .artigos {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;
    }
    .artigo {
      transition: all 0.3s ease-in-out;
      img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
           object-fit: cover;
      }
      .content {
        padding: 20px;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 15px;
        h4 {
          color: #000;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 22px;
          @media screen and (max-width: 768px) {
            font-size: 15px;
          }
        }
        p {
          color: #2d292b;
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 25px;
        }
        .data {
          color: #000;
          font-size: 15px;
          font-style: normal;
          font-weight: 600;
          line-height: 25px;
        }
      }
      &:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      }
    }
  }
}

#contato {
  background: #1e1e1e;
  color: #fff;
  .itens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;

      gap: 30px;
    }
    .item {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
      svg {
        margin-bottom: 10tpx;
      }
      h4 {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
      }
      p {
        color: rgba(255, 255, 255, 0.85);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
      }
      a {
        color: #43c7f1;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
      }
    }
  }
}

#rodape {
  background: #1a1a1a;
  p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
  }
}

.animate-item {
  opacity: 0;
  transform: translateY(20px);
  transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

.swiper-slide-active .animate-item {
  opacity: 1;
  transform: translateY(0);
}

.swiper-button-next,
.swiper-button-prev {
  color: #43c7f1 !important;
}
