@font-face {
  font-family: 'neue';
  src: url('../font/NeueMontreal-Light.otf') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'neue';
  src: url('../font/NeueMontreal-Regular.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'neue';
  src: url('../font/NeueMontreal-Medium.otf') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'neue';
  src: url('../font/NeueMontreal-Bold.otf') format('woff2');
  font-weight: 600;
  font-style: bold;
}

  *,
  *:after,
  *:before {
    box-sizing: border-box;
  }

html, *{margin: 0; padding: 0; scroll-behavior: smooth;}


:root{
    --white-primary: #e6e6e6;
    --White-light: #f0f0f0;

    --orange_primary: #fc711e;
    --orange-tom1: #864014;
    --orange-tom2: #ff620087;

    --blue_dark:#020716;
    --blue_darkm:#010510;
    --footer:#000821;

    --max_width: 1400px;
    --max_width-video: 1920px;

    --blue-tom1:#020716;
    --blue-tom2:#081028;
}

body{
    overflow-x: hidden;
    font-family: 'neue', sans-serif;
    font-weight: normal;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--blue_dark);
    color: var(--white-primary);
    
}


.framer-8bz8u7-container {
    bottom: 0;
    flex: none;
    height: 155px;
    width: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 999;
}


li, ul{list-style: none;}


.grid{
    max-width: var(--max_width);
    margin: 0 auto;
    position: relative;
}

header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 83px;
      width: 100%;
      background: #02071645;

      backdrop-filter: blur(10px);
      z-index: 101;

      & .nav_menu:hover{
          color: var(--orange_primary);
          cursor: pointer;
      }
}
main{height: 100%; box-sizing: border-box; padding: 0 0 132px 0; }
.header-divisor{
    z-index: 80;
    width: 463px;
    position: absolute;
    bottom: -6.2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

   /* FAIXA BOTTOM */
  .degrade01{
    width: 100%;
    height: 90px;
    z-index: 98;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#020716;
    background: linear-gradient(0deg,#020716 40%, rgba(0, 0, 0, 0) 100%);
  }

    /* FAIXA LEFT */
    .degrade02{
      width: 179px;
      height: 100%;
      z-index: 98;
      position: absolute;
      bottom: -50%;
      left: 89px;
      transform: translate(-50%, -50%);
      background: #020716;
      background: linear-gradient(90deg,#020716 30%, rgba(0, 0, 0, 0) 100%);
  }

     /* FAIXA RIGHT */
   .degrade03{
      width: 179px;
      height: 100%;
      z-index: 98;
      position: absolute;
      bottom: -50%;
      right: -89px;
      transform: translate(-50%, -50%);
      background: #020716;
      background: linear-gradient(270deg,#020716 30%, rgba(0, 0, 0, 0) 100%);
  }



/* pseudo-elemento para simular a borda */
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* espessura da borda */
  background: 
  linear-gradient(90deg, rgba(3, 9, 51, 0) 3%, rgba(252, 113, 30, 1) 55%, rgba(3, 9, 51, 0) 96%);
  z-index: 2;
}

#header{  
  transition: background-color 0.5s ease;
}


.header__container{
    margin: 0 auto;
    width: 80%;
    max-width: var(--max_width);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    & img{
        pointer-events: none;
        width: 160px;
    }
}

.Btn {
    color: transparent;
    border: solid 1px var(--orange-tom1);
    width: 200px;
    height: 50px;
    border-radius: 8px;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 1s;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 17px -5px var(--orange-tom2) inset;
    box-shadow: 0px 0px 17px -5px var(--orange-tom2) inset;
    -moz-box-shadow: 0px 0px 17px -5px var(--orange-tom2) inset;

    &:hover{
      scale: 1.04;
    }
}

.Btn::before {
  content: 'Fale conosco';
  position: absolute;
  color: var(--White-light);
  letter-spacing: -0.5px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition-duration: 1s;
  background: linear-gradient(132deg, rgba(0, 0, 0, 0) 0%, var(--orange-tom2) 50%, rgba(0, 0, 0, 0) 90%);
  background-size: 250%;
  background-repeat: no-repeat;
  background-position-x: 240px;
}



.Btn:hover::before {
  background-position: -600px;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}



.s-intro{
    position: relative;
    pointer-events: none;
    height: 100%;
    width: 100%;
  
  }


.custom-shape-divider-bottom-1749674266 {
  z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1749674266 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 83px;
}

.custom-shape-divider-bottom-1749674266 .shape-fill {
    fill: #000000;
}

.video-background {
 margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: var(--max_width-video);
    height: 100vh;
    overflow: hidden;
}
.video-background video {
 margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: var(--max_width-video);
  height: 100%;
  max-height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;

}
/* ###### ###### ###### ###### ####  */
/* ###### SECTION DE CARDS ######### */
/* ###### ###### ###### ###### ####  */

.left, .center, .right {
    opacity: 0; /* Começa invisível */
    transition: 0.8s;
    transform: translateY(130px); /* Posição inicial deslocada para baixo */

}



.outer .left,
.outer .center,
.outer .right {
    opacity: 1;
    transform: translateY(0); /* Posição final sem deslocamento */

}


.ativo {
    opacity: 1;
    transition: 0.8s;
    transform: translateY(0); /* Posição final sem deslocamento */
    border-radius: 12px; /* Mantém bordas arredondadas */
}



.s-cards{background-color: var(--blue_dark); width: 100%; height: 100%;  display: flex; justify-content: center; align-items: center; flex-direction: column;
transition: background-color 1s ease;
  position: relative;
 
 
}


.reveal-bg{padding: 200px 0; transition: background-color 1s ease;
  background-image: url(../svg/card-section/grade.svg);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position:top center;
  background-position-y: 30vh;

    background-color: var(--white-primary); /* Cor inicial (cinza claro) */
  transition: background-color 0.3s ease; /* Transição suave para a troca de cor */
  color: white; /* Cor do texto */
}

/* Classe para a cor de fundo de transição */
.reveal-bg.activeb {
  background-color: rgb(2, 7, 22); /* Cor de transição (azul escuro #020716) */
  color: white; /* Cor do texto */
}

  .s-cards.active {
    transition: background-color 1s ease;
    background-color: var(--white-primary); /* nova cor ao entrar na tela */
  }
.s-cards__container{
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 30px;
}

.outer {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}
.s-cards__container .left{
  rotate: -4deg !important;
}
.s-cards__container .right{
  rotate: 4deg !important;
}


@keyframes moveDot {
  0%,
  100% {
    top: 10%;
    right: 5%;
  }
  25% {
    top: 10%;
    right: calc(100% - 20px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 20px);
  }
  75% {
    top: calc(100% - 30px);
    right: 5%;
  }
}

.card1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #334343;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #5f6071, var(--blue_dark));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.card1 .text {
    width: 80%;
    letter-spacing: -1px;
    text-align: center;
  font-weight: bolder;
  font-size: 2rem;
  background: linear-gradient(45deg, #c4c4c4 10%, #fff, #000);
  background-clip: text;
  color: transparent;
  line-height: 30px;
}

.line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #414141;
}
.topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}
.bottoml {
  bottom: 10%;
}
.leftl {
  left: 5%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 30%, #525258 70%);
}
.rightl {
  right: 5%;
  width: 1px;
  height: 100%;
}

.s-cards__title{color: var(--blue_dark); font-weight: 600; font-size: 30px; min-height: 100px; text-align: center; width: 90%; margin:  0 auto; letter-spacing: -1px;}
/* ###### ###### ###### ###### ####  */
/* ###### ###### ###### ###### ####  */
/* ///////////////// SECTION SCROLL ///////////////////// */
.s-glitchText{
    background-color: var(--orange_primary);
    display: flex; 
    justify-content: center;
    background-image: url(../img/glitchText/background-tipe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container {

    height: 71vh;
    padding: 5px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
}

.text2 {
  font-size: 4vw;
  letter-spacing: -.01em;
  line-height: 100%;
  margin: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100%;
  transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.text2:nth-child(odd){
  margin-left: 90px;
}

.text2 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff5100;
  color: var(--blue_dark);
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  transform-origin: center;
  transition: all cubic-bezier(.1,.5,.5,1) 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text2:hover > span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

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


.inner-curve {
    --r: 17px;
    --s: 38px;
    --a: 31deg;
    --p: 50%;
  width: 90%;
  max-width: var(--max_width-video);
  margin: 0 auto;
  border-radius: 6px;
  --_m:var(--r),#000 calc(100% - 1px),#0000;
  --_d:(var(--s) + var(--r))*cos(var(--a));
  mask:
    radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
    radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
    radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
      #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat,
    linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
}

.s-text-upper{
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 200px 0 0 0;
} 

 /* ################################################################### */
 /* ######################## S-ATUACAO SECTION ######################## */
 /* ################################################################### */

 .s-atuacao{

    width: 100%;
    height: 100vh;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .s-atuacao__container{width: 100%; display: flex; align-items: center; justify-content: space-around;}
.s-atuacao__content{position: relative; width: max-content; height: 100%;}
.map{position: relative; z-index: 3;}
.atuacao-container__map{
    left: -93px;
    rotate: -24deg;
    top: -91px;
    overflow: clip;
    z-index: 2;
    padding: 0;
    position: absolute;
    width: 777px;
    height: 692px;
    background: rgb(10, 10, 10);
    background: linear-gradient(180deg, rgba(10, 10, 10, 1) 18%, #040c23 48%, rgba(10, 10, 10, 1) 76%);
    -webkit-mask-image: url(../svg/s-atuacao/elipse-grade-radial.svg);
    mask-image: url(../svg/s-atuacao/elipse-grade-radial.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
     
  .atuacao-container__map:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        opacity: 10;
        width: 100%;
        height: 130px;
        z-index: 20;
        filter: blur(25px);
        background: linear-gradient(to top, var(--orange_primary) 100%, transparent 100%);
        animation: LUZVERTICAL 4s ease-in-out infinite;
        animation-delay: 0s !important;
        }
        @keyframes LUZVERTICAL {
            0% {
                  transform: translateY(-40%);
                  opacity: 2;
              }
              50% {
                  transform: translateY(100%);
                  opacity: 1;
              }
              100% {
                  transform: translateY(260%);
                  opacity: 0;
              }
        }

        .texts__atuacao {
          position: relative;
          width: 400px;
          height: 100%;
          z-index: 88; /* Para garantir que ::before fique atrás */
          mix-blend-mode: exclusion;
        }

        .texts__atuacao::before {
            content: "";
            position: absolute;
            top: -117px;
            left: -104px;
            width: 130%;
            height: 134%;
            background-image: url(../img/glitchText/effect-text.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: rotate(32deg);
            opacity: 0.3;
            animation: pulseBg 4s infinite ease-in-out;
            z-index: -1;
          }

          /* Animação de pulsar */
          @keyframes pulseBg {
            0%, 100% {
              scale: 0.9;
              opacity: 0.2;
            }
            50% {
              opacity: 0.4;
                scale: 1;
            }
          }

        .texts__atuacao__container{
          display: flex;
          justify-content: center;
          flex-direction: column;
          height: 400px;
          width: 330px;
        }

        .texts__atuacao__container > h1{font-size: 56px; font-weight: 600;  line-height: 55px; padding-bottom: 24px; position: relative; z-index: 10;} 

        .animade-gradient {
            font-weight: 900;
            background: -webkit-linear-gradient(20deg,var(--orange_primary),#ff451b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite normal none running botaoanimado;
            background-image: linear-gradient(45deg, #ff0000, var(--orange_primary), #ff6d24, #ff9956);
            background-size: 400% 200%;
            transition: all .10s;           
          }
          

        

        @keyframes botaoanimado{
            0% {

                background-position: 0 0;
            }

            50% {
                background-position: 100% 0;
            }

            100% {

                background-position: 0 0;
            }

        }
        .texts__atuacao__container > p{font-size: 22px; font-weight: normal; letter-spacing: -0.1px;}

        .absolute{position: absolute;}
        .pin1{top:30px; right: -20px; z-index: 98; width: 180px;}
        .pin2{top:15px; left: 50px; z-index: 98; width: 100px;}
        .pin3{bottom:30px; left: 200px; z-index: 98; width: 110px;}
        .pin4{bottom:150px; right: 90px; z-index: 98; width: 90px;}

 /* ###################################*/
 /* ########### S-QUEM SOMOS ##########*/
 /* ###################################*/
 
 .s-about__container{
      width: 90%;
      max-width: 800px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-bottom: 64px;
      flex-wrap: wrap;
      
 }
.s-about{
  height: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5%;
  overflow-x: clip;
}
.s-about__texts{position: relative;}
.s-about__texts p{
  max-width: 400px;
  letter-spacing: 0;
}
.s-about__texts h2{
  color: var(--orange_primary);
  font-size: 44px;
  margin-bottom: 18px;
 
  max-width: 45ch;
  opacity: 0;
}
.wave-img{
   z-index: 0;
    pointer-events: none;
    opacity: 0.2;
    width: 993px;
    height: 563px;
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: lighten;
    filter: hue-rotate(29deg);
  }
.parent {
  width: 290px;
  height: 300px;
  perspective: 1000px;
}
.card {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff4d00 0%, #f37d33 100%);
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, #1e61fc17 0px 25px 25px -5px;
}
.glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform: translate3d(0px, 0px, 25px);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
}
.content {
  padding: 100px 60px 0px 30px;
  transform: translate3d(0, 0, 26px);
}
.content .title {
  display: block;
  color: var(--footer);
  font-weight: 900;
  font-size: 20px;
}
.content .text {
  display: block;
  color: var(--blue_dark);
  font-size: 15px;
  margin-top: 20px;
}
.bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}
.bottom .view-more:hover {
  transform: translate3d(0, 0, 10px);
}
.bottom .social-buttons-container {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
}
.bottom .social-buttons-container .social-button {
  width: 30px;
  aspect-ratio: 1;
  padding: 5px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  display: grid;
  place-content: center;
  box-shadow: rgba(71, 35, 5, 0.5) 0px 7px 5px -5px;
}
.bottom .social-buttons-container .social-button:first-child {
  transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
}
.bottom .social-buttons-container .social-button:nth-child(2) {
  transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
}
.bottom .social-buttons-container .social-button:nth-child(3) {
  transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
}
.bottom .social-buttons-container .social-button .svg {
  width: 15px;
  fill: var(--footer);
}
.bottom .social-buttons-container .social-button:hover {
  background: var(--footer);
}
.bottom .social-buttons-container .social-button:hover .svg {
  fill: white;
}
.bottom .social-buttons-container .social-button:active {
  background: rgb(255, 140, 0);
}
.bottom .social-buttons-container .social-button:active .svg {
  fill: black;
}
.logo {
  position: absolute;
  right: 0;
  top: 0;
  transform-style: preserve-3d;
}
.logo .circle {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0;
  right: 0;
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}
.logo .circle1 {
  width: 170px;
  transform: translate3d(0, 0, 20px);
  top: 8px;
  right: 8px;
}
.logo .circle2 {
  width: 140px;
  transform: translate3d(0, 0, 40px);
  top: 10px;
  right: 10px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition-delay: 0.4s;
}
.logo .circle3 {
  width: 110px;
  transform: translate3d(0, 0, 60px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}
.logo .circle4 {
  width: 80px;
  transform: translate3d(0, 0, 80px);
  top: 23px;
  right: 23px;
  transition-delay: 1.2s;
}
.logo .circle5 {
  width: 50px;
  transform: translate3d(0, 0, 100px);
  top: 30px;
  right: 30px;
  display: grid;
  place-content: center;
  transition-delay: 1.6s;
}
.logo .circle5 .svg {
  width: 20px;
  fill: white;
}
.parent:hover .card {
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(71, 30, 5, 0.3) 30px 50px 25px -40px, rgba(71, 52, 5, 0.1) 0px 25px 30px 0px;
}
.parent:hover .card .bottom .social-buttons-container .social-button {
  transform: translate3d(0, 0, 50px);
  box-shadow: rgba(71, 24, 5, 0.2) -5px 20px 10px 0px;
}
.parent:hover .card .logo .circle2 {
  transform: translate3d(0, 0, 60px);
}
.parent:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 80px);
}
.parent:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 100px);
}
.parent:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 120px);
}

/* ################################################## */
/* ################ SLIDER CONTAINER ################ */
/* ################################################## */
.swiper-background{

   display: flex;
    opacity: 0.3;
    position: absolute;
    width: 200%;
    justify-content: space-between;
    align-items: center;
    bottom: -250px;
    mix-blend-mode: color-dodge;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 88;
}
.swiper-background img{width: 45vh;}
.swiper-background :nth-child(1){transform: rotate(180deg);}
.swiper-background :nth-child(2){
transform: rotate(0deg);}
.swiper__container{
  
    border-top: 1px solid  var(--orange_primary);
    border-left: 3px solid var(--blue-tom1);
    border-right: 3px solid var(--blue-tom1);
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    z-index: 1;
    
    position: relative;
    background: linear-gradient(180deg, #0c2745 0%, rgba(9, 18, 56, 0.441) 66%, rgb(4, 7, 31) 100%);
    border-radius: 12px;
}
.s-about .swiper {
      position: relative;
      z-index: 90;
      margin: 0 auto;
      width: 100%;
      max-width: var(--max_width);

      padding-top: 50px;
      padding-bottom: 50px;
    }

    .s-about .swiper-slide {
      border-radius: 8px;
      background-position: center;
      width: 300px;
      height: 350px;
    }

    .s-about .swiper-slide img {
      border-radius: 8px;
      object-fit: cover;
      display: block;
      width: 100%;
      height: 100%;
    }

    .s-about .swiper-pagination-bullet-active {
      background: #fc5b0f;
    }

    .container__counter{display: flex; width: 90%;max-width: 800px; gap: 30px;
      border-top: 1px solid var(--orange_primary);
      flex-wrap: wrap;
    }
    .s-about__counter{
      margin-top: 16px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 88;
      box-sizing: border-box;
      padding: 10px 35px;
      width: fit-content;
      font-size: 17px;
      border-radius: 12px;
  
      background: linear-gradient(180deg, #0c2745 0%, rgba(9, 18, 56, 0.441) 66%, rgb(4, 7, 31) 100%);
      color: rgb(218, 218, 218);
      border: none;
      font-weight: 700;
      overflow: hidden;
      border: 1px solid #091436;
    }


      
    .s-about__counter .title{
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
    }

     .s-about__counter :nth-child(2){color: var(--orange_primary); font-size: 22px;}
     .s-about__counter .number{
      font-size: 36px;
      font-weight: 200 !important;
      color: var(--white-primary)
     }
     .processos{
      flex: 1;
      bottom: 40%;
      left: -10%;
     }

     .estados{
      flex: 2;
      bottom: 30%;
      right: -10%;
     }
  /*######################################################### */
 /* ##################### S-TESTEMONIALS #################### */
 /* ######################################################### */

    .s-checklist{margin: 0 auto; width: 100%; height: 100%; display: flex; max-width: var(--max_width); justify-content: center; gap: 4%; margin-top: 240px !important; flex-wrap: wrap;}
    .s-checklist__container0{width: fit-content; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box;
    padding: 32px;}
     .s-checklist__container0 .texts-title h1{
          text-align: left;
        font-size: 51px;
        max-width: 400px;
        font-weight: 400; 
        line-height: 55px;

        & span{
          color: var(--orange_primary);
        }
     }
     .s-checklist__container0 .texts-title p{
          margin-top: 24px;
          text-align: left;
          font-size: 28px;
          max-width: 427px;
          font-weight: 200;
     }
      .s-checklist .mobile{display: none;}

.s-checklist__container0 .direcional-check {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  transition: 0.2s ease-in-out;
  transform-origin: left center; /* Define a origem da transformação à esquerda */
}

.direcional-check:hover {
  transform: scale(1.1); /* Aplica a escala no hover */
  transition: 0.2s ease-in-out;
}

.direcional-check:active {
  transform: scale(1.1) translateX(50px); /* Aplica a escala e o movimento ao ser clicado */
  transition: 0.2s ease-in-out;
}

    .s-checklist__container{
      
      max-width: max-content;
      width: 85%;
      
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: 32px 42px 32px 32px;
      border-radius: 6px;
      border-left: solid 4px var(--orange_primary);

      background: linear-gradient(149deg, rgb(11, 29, 77) -59%, rgb(7 16 41) 56%);
    }
    .s-checklist__container ul li{width: fit-content;}

     /* From Uiverse.io by 3HugaDa3 */ 
    .checkbox-wrapper {
      --checkbox-size: 25px;
      --checkbox-color: var(--orange_primary);
      --checkbox-shadow: var(--orange-tom1);
      --checkbox-border: var(--orange-tom2);
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      padding: 10px;
    }

    .checkbox-wrapper input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    .checkbox-wrapper .checkmark {
      position: relative;
      width: 20px;
      height: 20px;
      border: 2px solid var(--checkbox-border);
      border-radius: 99px;
      transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.2);
      overflow: hidden;
    }

.checkbox-wrapper .checkmark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--checkbox-color), var(--orange_primary));
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0) rotate(-45deg);
}

.checkbox-wrapper input:checked ~ .checkmark::before {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.checkbox-wrapper .checkmark svg {
  width: 0;
  height: 0;
  color: #ffffff;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.checkbox-wrapper input:checked ~ .checkmark svg {
  width: 18px;
  height: 18px;
  transform: rotate(360deg);
}

.checkbox-wrapper:hover .checkmark {
  border-color: var(--checkbox-color);
  transform: scale(1.1);
  box-shadow:
    0 0 20px var(--checkbox-shadow),
    0 0 40px var(--checkbox-shadow),
    inset 0 0 10px var(--checkbox-shadow);
}

.checkbox-wrapper input:checked ~ .checkmark {
  animation: pulse 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 20px var(--checkbox-shadow);
  }
  50% {
    transform: scale(0.9);
    box-shadow:
      0 0 30px var(--checkbox-shadow),
      0 0 50px var(--checkbox-shadow);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 20px var(--checkbox-shadow);
  }
}

.checkbox-wrapper .label {
  margin-left: 15px;
  font-family: "Segoe UI", sans-serif;
  color: #ffeadd;
  font-size: 18px;
 
  opacity: 0.9;
  transition: all 0.3s;
}

.checkbox-wrapper:hover .label {
  opacity: 1;
  transform: translateX(5px);
}

/* Glowing dots animation */
.checkbox-wrapper::after,
.checkbox-wrapper::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--checkbox-color);
  opacity: 0;
  transition: all 0.5s;
}

.checkbox-wrapper::before {
  left: -10px;
  top: 50%;
}

.checkbox-wrapper::after {
  right: -10px;
  top: 50%;
}

.checkbox-wrapper:hover::before {
  opacity: 1;
  transform: translateX(-10px);
  box-shadow: 0 0 10px var(--checkbox-color);
}

.checkbox-wrapper:hover::after {
  opacity: 1;
  transform: translateX(10px);
  box-shadow: 0 0 10px var(--checkbox-color);
}

  /*######################################################### */
 /* ##################### S-TESTEMONIALS #################### */
 /* ######################################################### */
 .s-testemonials .s-testemonials__texts-title,.mySwiper2{ z-index: 100;}
  .s-testemonials{
    position: relative;
    margin-top: 200px !important;
    user-select: none;
    width: 90%;
    margin: 0 auto;
    height: 100%;
  }
  .testemonial-bg{
    z-index: 99;
    mix-blend-mode: plus-lighter;
    height: 800px;
    width: 900px;
    position: absolute;
    opacity: 0.8;
    left: 50%;
    bottom: -560px;
    transform: translate(-50%, -50%);
  }
  .s-testemonials__texts-title{margin: 0 auto; display: flex; flex-direction: column; row-gap: 22px;}
  .s-testemonials__texts-title h2{
    color: #FC711E;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 125% */
  }

  .header-slider{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;}

  .s-testemonials__texts-title p{
    color: #E6E6E6;
    text-align: center;
    font-family: "neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    max-width: 500px;
    margin: 0 auto;
  }
    .mySwiper2{margin-top: 64px;}
   .s-testemonials .swiper {
      width: 100%;
      max-width: 942px;
      height: 100%;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{opacity: 0;}
    .s-testemonials .swiper-slide {
          border-radius: 6px;
          box-sizing: border-box;
          padding: 40px 40px;
          text-align: center;
          font-size: 18px;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-direction: column;
          row-gap: 30px;
          width: 90%;
          height: 100%;
          min-height: 374px;
          object-fit: cover;
          background: linear-gradient(0deg, #FFA670 -119.25%, #FFF 41.04%);
          stroke-width: 2px;
          border: 1.5px solid var(--orange_primary)
    }

    .s-testemonials .swiper-slide p {
      text-align: left;
      color: #020716;
      font-family: "neue";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      max-width: 350px;
    }

    .slider__person{
      margin-top: 10px;
      display: flex;
      gap: 20px;
      color: #081028;
    }
    
    .slider__person img[src$=".png"] 
    {  /* seleciona somente as img que tiverem ".png" */
    border: 2.5px solid  var(--orange_primary); 
    border-radius: 99px;
  }



    .slider__person__infos p:nth-child(1){
      font-size: 22px;
      font-style: normal;
      font-family: "neue";
      font-weight: 500;
      line-height: 32px; /* 145.455% */
    }
    .slider__person__infos p:nth-child(2){

      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 4px;
      text-transform: uppercase;
    }


  /*######################################################### */
 /* ######################## S-CONTACT ###################### */
 /* ######################################################### */
  .form{width: 100%; font-family:  Courier, monospace; max-width: 365px;}
  .form-group input{
     font-weight: normal;
    font-style: normal;
    font-display: swap;
    width: 100%;
    height: 38px;
    outline: none;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    padding-left: 18px;
    background-color: var(--blue-tom2);
    color: var(--White-light);

   
    &::placeholder{
      color: var(--white-primary);
      
      
    }
  }

  .form-row{display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;}
  .col{width: 100%;}
  .text-area{margin-top: 8px;}
  .text-area textarea{
    overflow: hidden;
    width: 100%;
    max-height: 200px;
    outline: none;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    padding: 22px;
    background-color: var(--blue-tom2);
    letter-spacing: 0.5px;
    font-family: 'neue';
     font-weight: normal;
    font-style: normal;
    font-display: swap;
     color: var(--White-light);
     resize: none;       /* impede o usuário de redimensionar */
    overflow: auto;     /* adiciona barra de rolagem se ultrapassar o conteúdo */

    &::placeholder{
  
      color: #556185;
  
    }
  }

  .s-contact{
    z-index: 88; height: 100%; position: relative; padding: 150px 0;
    background: var(--blue_dark); width: 85%; margin: 0 auto;
    overflow-x: hidden;
  
  }


   .glitch{
      z-index: 0;
      pointer-events: none;
      opacity: 0.2;
      width: 1393px;
      height: 563px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode:color-dodge;
      filter: hue-rotate(29deg);
  }

  .container-c {
    position: relative;
    z-index: 2;
    height: 71vh;
    padding: 5px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
}

  .s-contact form .btn{ margin-top: 12px; width: 100%; height: 50px; outline: none; border: none;
  font-weight: bold; background-color: var(--orange_primary); border-radius: 4px; letter-spacing: -0.4px; cursor: pointer;
  transition: 0.2s ease-in-out; font-size: 15px;
    &:hover{
      transition: 0.2s ease-in-out;
      scale: 1.04;
    }
} 

  .s-contact .container-c h2{
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 400% 200%;
      animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite normal none running botaoanimado;
      transition: 0.1s;
      font-size: 42px;
      background-image: linear-gradient(180deg, var(--orange_primary) 23%, var(--blue_dark) 51%);
  }
  .form-divisor{width: 340px; height: 1px; background-color: var(--orange_primary); margin: 10px 0 20px 0;}
    /* ################################################################################ */
 /* ######################## S-CONTACT ############################################# */
 /* ################################################################################ */
        footer{
          box-sizing: border-box;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 400px;
            background-color: var(--footer);
            z-index: 1;
            overflow: hidden;
          
        }
        footer video{
            width: 100%;
            height: 300%;
            z-index: 1;
            position: absolute;
            top: 150%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            opacity: 0.1;
            mix-blend-mode: lighten;
        }

        .footer__container{
          position: relative; z-index: 2;
            box-sizing: border-box;
            padding-top: 1%;
            margin: 0 auto;
            width: 80%;
            max-width: var(--max_width);
        }

        .top-content{ display: flex; justify-content: space-between; align-items: center; gap: 40px; box-sizing: border-box; padding: 0 5px;}
        .top-content img{
          width: 130px;
        }
        .top-content__texts{display: flex; gap: 30px; color:#abb7d6;}
        .divisor{    
            display: flex;
            height: 0.5px;
            width: 100%;
            max-width: var(--max_width);
            background-color: #abb7d6;
            margin: 15px auto;
            justify-content: center;}
        .bottom-content__texts{color:#abb7d6; text-align: center;}
        .bottom-content__texts a{transition: 1s ease-in-out; font-size: 14px; letter-spacing: 0.22px;}
        .bottom-content__texts a:hover{transition: 1s ease-in-out; color: var(--white-primary);}
        footer p{font-size: 14px; letter-spacing: 0.22px; width: fit-content;}
        .top-content__texts .local{display: flex; justify-content: center; align-items: center; gap: 10px;}
        .flag{    height: 12px !important;width: 15px !important;}
      

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
 /* ###################################  RESPONSIVE #################################### */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
       @media (max-width: 650px) {

        .header-divisor {width: 85%;bottom: -4.7%;}
          .s-testemonials{overflow-x: clip; width: 100%;}
          .s-testemonials .swiper{width: 90%;}
            .header__container {
              & img {
                  pointer-events: none;
                  width: 130px;
              }
          }
          .Btn{width: 130px;}
          .Btn::before{font-size: 16px; letter-spacing: 0.5px; font-weight: 400;}
          .reveal-bg{padding: 200px 0 200px 0;}
          .s-cards__container{margin-top: 42px; }
          .s-cards__title{min-height: 123px;}
          .degrade03{right: -127px;}
          .degrade02 {left: 46px;}
          .container {height: 40vh;}
          .text2:nth-child(odd) {margin-left: 0px;}
          .text2{font-size: 36px; text-align: center; align-items: center}

        /* <---- about container ----> */
        .s-atuacao__container{flex-direction: column; position: relative;}
        .texts__atuacao{width: initial; box-sizing: border-box; padding-top: 72px ;}
        .s-atuacao{height: 100%; box-sizing: border-box; padding: 80px 0; overflow-x: clip !important;}
        .texts__atuacao__container > h1{text-align: center;font-size: 51px;line-height: 46px;}
        .texts__atuacao__container > p{width: 85%; font-size: 23px; margin:0 auto;}
        .texts__atuacao::before {top: 267px;left: -91px;width: 194%;height: 75%;}

         /* <---- about container ----> */
        .s-about__container{justify-content: center; align-items: center;}
        .s-about__texts {width: 265px; padding-top: 36px;}
        .s-about__texts h2{text-align: center;}
        .container__counter{flex-direction: column; gap: 0;}
        .estados, .processos{width: 100%;}
        .wave-img{width: 1000px;height: 900px; top: 99%; overflow-x: hidden;}


        /* <---- checklist ----> */
         .s-checklist .mobile{display: initial;}
         .s-checklist .desktop{display: none;}

         /* <---- testemonials ----> */
        .s-testemonials__texts-title h2{width: 90%; margin: 0 auto;font-size: 44px;}
        .s-testemonials__texts-title p{font-size: 16px; width: 90%;}

        /* <---- testemonials ----> */
        .s-contact{padding: 100px 0 50px 0;}
        .testemonial-bg {height: 900px;width: 1000px;bottom: -544px;}
        
        /* <---- footer and contacts sections ----> */
        .top-content{flex-wrap: wrap; justify-content: space-between; flex-direction: column;}
        .footer__container{display: flex; flex-direction: column; align-items: center;}
        .top-content__texts{flex-wrap: wrap;justify-content: center;}
        footer p{width: max-content; width: 90%; text-align: center;}
       }