:root {
    --branco-bali: #FDFDFD;
    --bg-bali: #131313;
    --bg-bali: #050505;
}

/* Importando a fonte Cakra-Normal.otf */
@font-face {
    font-family: 'Cakra Normal';
    src: url('../fonts/Cakra-Normal.otf') format('opentype');
  }
  
  /* Importando a fonte IBMPlexMono-Regular.ttf */
  @font-face {
    font-family: 'IBM Plex Mono';
    src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  }


@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arimo', sans-serif, sans-serif;
    /* font-family: 'Poppins', sans-serif !important; */
    /* font-family: 'Cakra Normal', sans-serif; */


    font-family: 'IBM Plex Mono', monospace;
    -webkit-font-smoothing: antialiased;
}
body {
    color: var(--branco-bali);
    background: var(--bg-bali);
    overflow-x: hidden;
    background: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    background: var(--bg-bali);
    transition: background 2s;
    -webkit-transition: background 2s;
    -moz-transition: background 2s;
    -ms-transition: background 2s;
    -o-transition: background 2s;
    transition: background 2s;
    overflow-x: hidden;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cakra Normal', sans-serif !important; 
} 
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

#cube {
    height: 2vw;
    width: 2vw;
    background: transparent;
    border: .1vw solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(.5, 1, .89, 1);
    transition-delay: 0s;
    transition-duration: .3s;
    transform: translate(-65%, -65%) scale(1.5);
    z-index: 6;
    mix-blend-mode: difference;
    pointer-events: none;
}

#cube .container {}

#cube .container .hover {}


/*HEADER*/
.header {
    position: fixed;
    width: 100%;
    background-color: #D20046;
    background-color: transparent;
    color: white;
    z-index: 1;
    z-index: 1000;
    transition: all .4s ease;
    
  }

  .solid {
    background-color: #050505 !important; /* Fundo sólido */
}
  .hidden {
    /* top: -100px; */
     /* Move o menu para fora da tela */
    background: #050505;
    transform: translateY(-100%); /* Move o menu para cima */
}
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .78125vw 0;
    width: 90vw;
    margin: 0 auto;
  }
  
  .logo {
      font-size: 24px;
      font-weight: bold;
    }
    .logo svg {
        width: 3vw;
    }
  
  .menu-links {
    list-style: none;
    display: flex;
    gap: 2vw;
    align-items: center;
  }
  
  .menu-links a {
      text-decoration: none;
      color: #000;
      color: #fff;
      font-size: 16px;
      font-size: 14px;
      font-size: .7291666vw;
      transition: color 0.3s ease;
      /* font-family: 'Cakra Normal'; */
    }
    .menu-links img {
        width: 4vw;
    }
  
  .menu-links a:hover {
    color: #DDC7B0;
    color: #D20046;
  }
  
  .hamburguer {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
  }
  
  .hamburguer div {
    width: 25px;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  
  .navLinks {
    display: none; /* Inicialmente oculto */
    position: absolute;
    top: 60px; /* Altura do header */
    left: 0;
    width: 100%;
    background-color: #D20046;
    list-style: none;
    padding: 20px;
    animation: navLinkDesaparece .7s ease forwards;
  }
  
  .navLinks li {
    margin-bottom: 7vw;
    text-align: center;
    top: -32vw;
    position: relative;
  }
  
  .navLinks a {
    text-decoration: none;
    color: #000;
    color: #fff;
    font-size: 5.5vw;
    /* font-family: 'Cakra Normal'; */
  }
  
  /* Animação do Hamburguer */
  .hamburguerAlternar .linha1 {
    transform: rotate(45deg) translate(6px, 6px);
  }
  
  .hamburguerAlternar .linha2 {
    opacity: 0;
  }
  
  .hamburguerAlternar .linha3 {
    transform: rotate(-45deg) translate(5px, -5px);
  }

/*HEADER*/


/*BANNER*/

section.banner {}

section.banner .container {
    display: flex
}

section.banner .container img {
    width: 100vw;
}

section.banner .container video {
    width: 100vw;
}

section.banner .container .text {
    position: absolute;
    left: 5.20833vw;
    top: 27.42708vw;
    top: 45.42708vw;
    top: 40.42708vw;
    width: 33.3333vw;
    width: 39.3333vw;
    z-index: 5;
    display: flex;
}

section.banner .container .text h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.270833vw;
    line-height: 117%;
    color: #FDFDFD;
    display: flex;
}
section.banner .container .text h1 span {
    font-family: 'Cakra Normal';
}

section.banner .container .text a {
   
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 0.677083vw;
    border-radius: 0.2083333vw;
    padding: .5vw 1.71875vw;
    display: block;
    /**/
    width: fit-content;
    margin-top: 1.927083vw;
    border: .11vw solid #FFF;
    position: absolute;
    overflow: hidden;
    transition: color 1s;
    line-height: 130%;
}

section.banner .container .text a:hover {
    color: #000;
}

section.banner .container .text a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -2.5vw;
    width: 0;
    height: 100%;
    background-color: #FFF;
    transform: skewX(35deg);
    z-index: -1;
    transition: width 1s;
}

section.banner .container .text a:hover::after {
    width: 150%;
}


/*BANNER*/


/*QUEM SOMOS*/
section.quem-somos {
    /* padding: 13.125vw 0 19.78125vw 0;
    padding: 13.125vw 0 10.78125vw 0; */
    background: #131313;
    background: #050505;
    position: relative;
}

.teste {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 10px;
    height: 10px;
    background: yellowgreen;
}

#canvasContainer{
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
}
#gameCanvas {
    display: block;
    width: 100%; /* Ocupa 100% da largura da div pai */
    height: 100%; /* Ocupa 100% da altura da div pai */
    background-color: transparent; /* Fundo transparente */  
}
.video-container {
    padding: 0;
    position: relative;
    top: unset;
    left: unset;
    width: 33%;
}

section.quem-somos .container {
    width: 90vw;
    margin: 0 auto;
    padding: 13.125vw 0 10.78125vw 0; 
}

section.quem-somos .container .text {
    display: flex;
    flex-direction: column;
}

section.quem-somos .container .text>p {
   
    font-family: 'Cakra Normal', sans-serif;
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 1.666666vw;
    line-height: 116%;
    color: #FDFDFD;
    margin-bottom: 1.979166666vw;

    display: none;
}

section.quem-somos .container .text .content {
    display: flex;
    justify-content: center;
    gap: 2vw;
}
section.quem-somos .container .text h2 {
    
    font-style: normal;
    font-weight: 700;
    font-size: 2.604166vw;
    line-height: 114%;
    color: #FDFDFD;
    width: 22.1875vw;
    margin-bottom: 1.979166666vw;
}
section.quem-somos .container h2 + p {
    font-family: 'Cakra Normal', sans-serif;
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 116%;
    color: #FDFDFD;
    width: 25vw;
    /* margin-top: 6vw; */
}

section.quem-somos .container .text .paragrafo {
    width: 52.916666vw;
    width: 33%;
    align-self: flex-end;
}

section.quem-somos .container .text .paragrafo p {
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3541666vw;
    line-height: 164.99%;
    color: #FDFDFD;
}

section.quem-somos .container .text .paragrafo p+p {
    margin-top: 2.552083vw;
}

section.quem-somos .container .text .mensage {
    align-self: center;
    margin-top: 8.75vw;
    width: 50.78125vw;
    width: 61.78125vw;
    width: 62.78125vw;

}

section.quem-somos .container .text .mensage p {
    font-family: 'Cakra Normal', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5vw;
    font-size: 3.2vw;
    line-height: 110%;
    text-align: center;
    color: #FDFDFD;
}

/**/

section#our-services {
    position: relative;
}
section#our-services .container {
    width: 100vw;
    height: 56.25vw;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section#our-services iframe {
    filter: grayscale(1);
}



/* Seção principal */
#our-services {
  }
  

  
  .section-title {
    text-align: center;
    font-size: 3.2vw;
    margin-bottom: 10vw;
    color: #D20046;
    left: 3vw;
    top: 5vw;
    position: absolute;
  }
  
  /* Layout principal */
  .services-wrapper {
    display: flex;
    gap: 0;
    width: 94%;
    justify-content: space-between;
    position: relative;
    height: 20vw;
    /* background: orange; */
        /* align-items: center; */

  }
  
  /* Coluna da esquerda: Conteúdo dos serviços */
  .services-content {
    position: relative;
    width: 70%;
    overflow: hidden;
  }
  
  .service-category {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 0.5s ease-in-out;
    gap: 2vw;
  }
  
  .service-category.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .category-header{
    width: fit-content;
  }
  
.category-header h3 {
    display: flex;
    font-size: 5vw;
    color: #d20046;
    flex-direction: column;
}
    .category-header h3 span {
        font-size: 2vw;
        font-family: 'Cakra Normal', sans-serif;
        margin-top: -1vw;
    }
  
  .service-category ul {
    /* list-style: none; */
    padding: 0;
    padding-left: 1.5vw;
    align-self: flex-end;
    align-self: flex-start;
    width: 30vw;
  }
  
  .service-category ul li {
    font-size: 1vw;
    margin-bottom: .5vw;

    /* font-family: 'Cakra Normal', sans-serif; */
  }
  
 
  /* Coluna da direita: Botões de navegação */
  .services-navigation {
    display: flex;
    flex-direction: column;
    gap: .5vw;
    width: fit-content;
  }
  
  .nav-button {
      background-color: #D20046;
      background-color: transparent;
      border: 0;
      /* color: white;
      padding: .6vw;
      cursor: pointer;
      font-size: 1vw;
      text-align: left;
      font-family: 'Cakra Normal', sans-serif; */
      transition: all 0.3s ease;
    }
    .nav-button svg {
        width: 2.6041666vw;
        transition: all 0.3s ease;
    }
  
  .nav-button:hover svg path,
  .nav-button.active svg path{
    background-color: #000;
    fill: #D20046;
  }













/*QUEM SOMOS*/


/*O QUE FAZEMOS*/

section.o-que-fazemos {
    width: 80vw;
    /**/
    overflow: hidden;
    width: 100vw;
    display: inline-block;
    /* border: 1px solid red; */
    /* height: 50px; */
    /*
    padding: 2vw 0 2vw 0;
    */
    white-space: nowrap;
    background: #D7D7D7;
    background: rgb(194, 190, 54);
    background: linear-gradient(93deg, rgba(194, 190, 54, 1) 11%, rgba(210, 0, 70, 1) 45%, rgba(93, 0, 27, 1) 69%);
    background: #FDFDFD;
    transition: background-color ease 5s;
    display: flex;
    align-items: center;
    height: 6.82291666vw;
    position: absolute;
    margin-bottom: 10vw;
    margin-bottom: 0;
    margin-top: -13vw;
    display: none;
}

section.o-que-fazemos:hover {
    background: #FDFDFD;
    background: rgb(194, 190, 54);
    background: linear-gradient(93deg, rgba(194, 190, 54, 1) 11%, rgba(210, 0, 70, 1) 45%, rgba(93, 0, 27, 1) 69%);
    background: #333;
}

section.o-que-fazemos .container {
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    animation: move2 20s infinite linear;
    align-items: center;
    /* set the time to what you want of course */
}

section.o-que-fazemos .container a {
    font-style: normal;
    font-weight: 400;
    font-size: 5vw;
    font-size: 2.5vw;
    /*
    margin: 0;
    color: #FDFDFD;
    color: #000;
    color: #FDFDFD;
    width: fit-content;
    transition: color .5s;
    */
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2vw;
    padding: 0 2.2vw;
    text-decoration: none;
    color: #333;
    height: 100%;
}

section.o-que-fazemos:hover a {
    color: #333;
    color: #FDFDFD;
}

section.o-que-fazemos a:hover {
    color: #333;
}

@keyframes move2 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translate3d(-42.6%, 0, 0);
        transform: translate3d(-42.6%, 0, 0);
    }
}


/*O QUE FAZEMOS*/


/*JOBS*/

section.jobs {
    width: 100vw;
    position: relative;
    /*
    background: #050505;
    background: #131313;
    background-color: rgb(2, 2, 2);
    background-color: rgb(3, 3, 3);
    background-color: rgb(5, 5, 5);
    */
}

section.jobs .container {}

section.jobs .container .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    width: 100vw;
    /*APAGAR QUANDO VOLTAR O GRID*/
    background: var(--branco-bali);
}
section.jobs .container .flex2 {
    /*APAGAR QUANDO VOLTAR O GRID*/
    background: var(--bg-bali);
}

section.jobs .container .flex:hover {
    opacity: 1;
    transition: opacity 1s;
}

section.jobs .container .flex .img {
    width: 50vw;
    overflow: hidden;
    display: flex;
}

section.jobs .container .flex .img picture {
    display: flex;
}
section.jobs .container .flex .img img {
    width: 50vw;
    transition: transform .6s;
}


/*
section.jobs .container .flex:hover img {
    transform: scale(1.1);
}
*/

section.jobs .container .flex .text {
    padding-left: 7.13541666vw;
    padding-right: 7.13541666vw;
    width: 50vw;
    transition: transform 1s;
    height: 100%;
    /*
    */
    mix-blend-mode: difference;
}


/*
section.jobs .container .flex:hover .text {
    transform: scale(1.1);
    opacity: 1;
}
*/

section.jobs .container .flex .text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.083333vw;
    line-height: 118%;
    color: #FFFFFF;
    margin-bottom: 1.5625vw;
}

section.jobs .container .flex .text .job {
   
    font-style: normal;
    font-weight: 400;
    font-size: 1.0416666vw;
    line-height: 115%;
    color: #FFFFFF;
    margin-bottom: 1.5625vw;
}

section.jobs .container .flex .text .descricao {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 153%;
    color: #FDFDFD;
}

section.jobs .container .flex .text a {
   
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.677083vw;
    border-radius: 0.2083333vw;
    border-radius: 0;
    padding: .5vw 1.71875vw;
    display: block;
    /**/
    width: fit-content;
    margin-top: 1.927083vw;
    border: .11vw solid #FFF;
    position: absolute;
    position: relative;
    overflow: hidden;
    transition: color 1s;
    line-height: 130%;
    font-family: 'Cakra Normal', sans-serif;
}


/*
section.jobs .container .flex2 .text {
    mix-blend-mode: unset;
    mix-blend-mode: normal;
}

section.jobs .container .flex2 .text h3,
section.jobs .container .flex2 .text .job,
section.jobs .container .flex2 .text .descricao {
    color: #000;
}
*/

section.jobs .container .flex .text a:hover {
    color: #000;
    text-decoration: none;
}

section.jobs .container .flex .text a::before {
    content: '';
    text-decoration: none;
    position: absolute;
    top: 0;
    left: -2.5vw;
    width: 0;
    height: 100%;
    background-color: #FFF;
    transform: skewX(35deg);
    z-index: -1;
    transition: width 1s;
    transition: width .6s;
}

section.jobs .container .flex .text a:hover::before {
    width: 150%;
}

*/ section.jobs .container .flex1 {}

section.jobs .container .flex2 {
    flex-direction: row-reverse;
}

section.jobs .container .flex3 {}


/*
section.jobs .container .flex2 .text {
    mix-blend-mode: unset;
}

section.jobs .container .flex2 .text a {
    color: #000;
    mix-blend-mode: unset;
    mix-blend-mode: normal;
    border: 0.11vw solid #000;
    mix-blend-mode: darken;
}

section.jobs .container .flex2 .text a:hover {
    color: #fff;

    text-decoration: none;
    mix-blend-mode: darken;
}

section.jobs .container .flex2 .text a::before {
    content: '';
    text-decoration: none;
    position: absolute;
    top: 0;
    left: -2.5vw;
    width: 0;
    height: 100%;
    background-color: #fff;
    background-color: #000;
    transform: skewX(35deg);
    z-index: -1;
    transition: width 1s;
    transition: width .6s;
   
    mix-blend-mode: darken;
    color: #fff;
}

section.jobs .container .flex2 .text a:hover::before {
    width: 150%;
 
}
*/


/*JOBS*/


/*Grid-jobs*/

section.grid-jobs {
    padding: 5vw 0 3vw 0;
    /* background: #050505; */
    /* display: none; */
}

section.grid-jobs .container {
    width: 97vw;
    margin: 0 auto;
}

section.grid-jobs .container h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.604166vw;
    line-height: 114%;
    color: #FDFDFD;
    width: fit-content;
    margin: 0 auto 5vw auto;
    mix-blend-mode: difference;
}
section.grid-jobs .container .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*
    grid-template-rows: repeat(4, 1fr);
    */
    /* grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw; */
}

section.grid-jobs .container .grid a {
    display: flex;
    position: relative;
}

section.grid-jobs .container .grid a img {
    width: 100%;
}

section.grid-jobs .container .grid a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(0, 0, 0, .5);
}

section.grid-jobs .container .grid a:hover .overlay {
    opacity: 1;
}

section.grid-jobs .container .grid a .overlay p {
    color: #FDFDFD;
    font-size: 1.7vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
}


/*Grid-jobs*/


/*CLIEnTES*/


section.clientes {
    overflow: hidden;
    width: 100vw;
    display: inline-block;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 26vw;
    height: auto;
    padding: 3vw 0;
    padding: 3vw 0 6vw 0;
    /* display: none; */
}

section.clientes .container {
    width: 100vw;
    height: 100%;
    height: 6.82291666vw;
    margin: 0 auto;
    display: flex
;
    flex-wrap: nowrap;
    /* animation: moveCliente 25s infinite linear; */
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    height: auto;

}
section.clientes .container .text {}
section.clientes .container .text h2 {
    text-align: center;
    font-size: 3.2vw;
    color: #D20046;
}
section.clientes .container .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 1vw;
    grid-row-gap: 2vw;
    width: 58vw;
}
section.clientes .container img {
    display: flex;
    align-items: center;
    padding: 0 2.2vw;
    height: 50%;
    transition: all .3s ease;




        padding: 0;
        height: 50%;
        transition: all .3sease;
        height: 2vw;
        /* width: 97%; */
        margin: 0 auto;
}
/* section.clientes .container img:hover {
    filter: drop-shadow(0px 0px 3px #fff);
} */

@keyframes moveCliente {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translate3d(-53.6%, 0, 0);
        transform: translate3d(-53.6%, 0, 0);
        -webkit-transform: translate3d(-254.6%, 0, 0);
        transform: translate3d(-254.6%, 0, 0);
        -webkit-transform: translate3d(-348%, 0, 0);
        transform: translate3d(-348%, 0, 0);
    }
}

/*CLIENTES*/


/*FOOTER*/

footer {
    background: #C4C4C4;
    background: #D7D7D7;
    color: var(--bg-bali);
    padding: 4.21875vw 0 2.2916666vw 0;
}

footer .container {
    display: flex;
    width: 90vw;
    width: 70vw;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}

footer .container .form {
    width: 34.53125vw;
    display: none;
}

footer .container h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 150%;
    color: #000000;
    margin-bottom: 3.125vw;
}

footer .container .form form {
    width: 96%;
    display: none;
}

footer .container .form form .flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0.833333vw;
}

footer .container .form form .flex label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: .9375vw;
    line-height: 150%;
    color: #000000;
}

footer .container .form form .flex input {
    border: 0;
    border-bottom: 0.1049vw solid #C4C4C4;
    background: transparent;
    width: 75%;
    padding: 0.7vw 0 0.7vw 0.7vw;
    padding: 0;
    outline: none;
    font-size: .9375vw;
}

footer .container .form form .flex select {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .9375vw;
    line-height: 150%;
    color: #000000;
    background: transparent;
    border: 0;
    outline: none;
    margin-left: .4vw;
}

footer .container .form form .flex select option {}

footer .container .form form .flex:nth-child(2) {
    justify-content: flex-start;
    align-items: center;
}

footer .container .form form .flex:nth-child(3) {
    margin-bottom: 0;
}

footer .container .form form .flex div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 75%;
}

footer .container .form form .flex div label {
    width: 7vw;
}

footer .container .form form .flex div input {
    width: 100%;
}

footer .container .form form .flex button {
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .9375vw;
    line-height: 150%;
    color: #000000;
    border: 0.1045vw solid #000;
    padding: 0.520833333vw 1.71875vw;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    width: fit-content;
    /**/
}
footer .container .form div {}
footer .container .form div .redes {}
footer .container .form div .redes a {}
footer .container .form div .redes a img{}
footer .container .form div .redes + img{
    width: 5.72916666vw;
}

footer .container + p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .7291666vw;
    line-height: 150%;
    color: #313234;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5.46875vw;
}

footer .container + p img {
    width: 0.7291666vw;
    margin-right: 0.2vw;
}

footer .container .contato  {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .container .contato  div {
    width: 16.14583333vw;
    width: auto;
}

footer .container .contato  div p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .83333vw;
    line-height: 150%;
    letter-spacing: .052083333vw;
    color: #313234;
}

footer .container .contato  div a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .72916666vw;
    line-height: 145%;
    letter-spacing: .0390625vw;
    color: #313234;
    text-decoration: none;
}
footer .container .contato  .redes {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    align-items: flex-end;
}
footer .container .contato  .redes a {
    width: fit-content;
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
footer .container .contato  .redes a:nth-child(2) {
    margin: 0 .8vw;
}
footer .container .contato  .redes a img {
    width: 1.1vw;
}

footer .container .contato  div+div {}

footer .container .contato  div+div p {}

footer .container .contato  div+div a {}




/*FOOTER*/


/*Change Name*/

.frase {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.frase p {
    float: left;
    /* font-family: 'open_sanslight'; */
}

.frase strong {
    padding: 0em 0.3em;
    font-style: normal;
    font-weight: 600;
    font-size: 4.270833vw;
    line-height: 117%;
    color: #FDFDFD;
    font-family: 'Cakra Normal', sans-serif;
}


/*Change Nme*/

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.p-mob {
    display: none;
}
footer .container .contato .logo-footer-mob {
    display: none;
}

.mob  {
    display: none;
}

#about-bali {
    position: absolute;
    top: 4vw;
    top: 7vw;
}
#our-service {
    position: absolute;
    top: -3vw;
    top: 0vw;
}
#portfolio {
    position: absolute;
    top: -4vw;
    top: 0vw;
}
#contato {
    position: absolute;
}
.whatsapp {
    position: fixed;
    right: 1vw;
    bottom: 1.5vw;
    z-index: 5;
}
.whatsapp img {
    width: 3.2291666vw;
    transition: all .3s ease;
}
.whatsapp:hover img {
    transform: scale(1.1);
}
@media screen and (max-width: 767px) {
    #canvasContainer,
    .desk {
        display: none;
    }
    .mob  {
        display: block;
    }
    #cube {
        display: none !important;
    }
    #about-bali {
        top: -5vw;
        top: 5vw;
    }
    #our-service {
        top: -14vw;
        top: 5vw;
    }
    #portfolio {
        top: -14vw;
        top: 0vw;
    }
    .whatsapp {
        right: 2vw;
        bottom: 7.5vw;
    }
    .whatsapp img {
        width: 14.418604vw;
    }
    nav {
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 2vw 0;

    }
    nav .logo {
        margin-right: 39vw;
        z-index: 5;
    }
    nav .logo svg {
        width: 14vw;
    }
    .menu-links {
        display: none; /* Oculta os links no desktop */
    }
    .menuLinks a {
        font-size: 4vw;
    }

    .hamburguer {
        display: flex; /* Exibe o hamburguer no mobile */
        z-index: 5;
    }
    .hamburguer div {
        background: #fff;
    }

    .navLinks.navAtiva {
        display: block;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .navLinks .wraper {
        list-style: none;
    }
    .navLinks .redes {
        display: flex;
        align-items: center;
        gap: 8vw;
        position: relative;
        bottom: 0;
        position: absolute;
        z-index: 1222222;
        bottom: 33vw;
    }
    .navLinks .redes a {
        display: flex;
        text-decoration: none;
    }
    .navLinks .redes a img {
        width: 6vw;
    }
    section.banner .container video {
        width: auto;
        height: 145vw;
        left: -69vw;
        position: relative;
        /**/
        height: 165vw;
        left: -110vw;
    }
    section.banner .container .text {
        position: absolute;
        left: 9vw;
        left: 7vw;
        top: 70vw;
        width: 75vw;
        width: 93vw;
        z-index: 2;
        /**/
        top: 125vw;
        top: 97vw;
        top: 142vw;
    }
    section.banner .container .text h1 {
        font-size: 10.270833vw;
        font-size: 9.270833vw;
    }
    .frase strong {
        font-size: 10.270833vw;
    }
    section.banner .container .text br {
        display: none;
    }
    section.banner .container .text a {
        font-size: 5.25vw;
        border-radius: 2.677083vw;
        border-radius: 1.025641vw;
        padding: 1.5vw 3.71875vw;
        margin-top: 7.927083vw;
        border: 0.535vw solid #FFF;
    }
    section.quem-somos {
        margin-top: 0;
    }
   
    section.quem-somos .container {
        width: 82vw;
    }
    section.quem-somos .container .text>p {
        font-size: 5.666666vw;
        margin-bottom: 9vw;
    }
    section.quem-somos .container .text .content {
        flex-direction: column;
    }
    section.quem-somos .container .text h2 {
        margin-bottom: 9vw;
        font-size: 7.604166vw;
        width: 100%;
        /* margin-top: 14vw; */
        z-index: 10;
        top: 9vw;
        position: relative;
    }
    section.quem-somos .container h2 + p {
        font-size: 4vw;
        position: relative;
        z-index: 1;
        width: 100%;
        top: 7vw;
    }
    .video-container {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        filter: brightness(0.4);
    }
    section.quem-somos .container .text .paragrafo {
        width: 100%;
        align-self: flex-start;
        margin-top: 6vw;
        margin-top: 3vw;
        position: relative;
    }
    section.quem-somos .container .text .paragrafo p {
        font-size: 4vw;
        position: relative;
        top: 9vw;
        line-height: normal;
    }
    section.quem-somos .container .text .paragrafo p+p {
        margin-top: 6vw;
    }
    section.quem-somos .container .text .mensage {
        align-self: center;
        margin-top: 12vw;
        width: 100%;
    }
    section.quem-somos .container .text .mensage p {
        font-size: 8.25vw;
        margin-top: 48vw;
    }
    /**/
    section#our-services {
        position: relative;
        height: 100vw;
        height: auto;
    }
    section#our-services .container {
        width: 100vw;
        height: 100vw;
        height: 100%;
        position: absolute;
        z-index: 1;
    }
    .services-wrapper {
        height: 79%;
        flex-direction: column;
    }
    .services-content {
        position: relative;
        width: 95%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 66vw;
        height: 90vw;
        top: 10vw;
        /* gap: 18vw; */
        margin: 0 auto;
    }

.service-category {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 0.5s ease-in-out;
    gap: 10vw;
    flex-direction: column;
}
.category-header h3 {
    font-size: 12vw;
}
.category-header h3 span {
    font-size: 5vw;
    font-family: 'Cakra Normal', sans-serif;
    margin-top: -3vw;
}
.service-category ul li {
    font-size: 4vw;
    margin-bottom: 2.5vw;
    /* font-family: 'Cakra Normal', sans-serif; */
}
.section-title {
    text-align: center;
    font-size: 6.2vw;
    margin-bottom: 10vw;
    color: #D20046;
    left: 6vw;
    top: -3vw;
    top: 10vw;
    position: absolute;
}
.services-navigation {
    flex-direction: column;
    gap: 1vw;
    width: fit-content;
    flex-direction: row;
    width: 100%;
    /* margin-top: 20vw; */
    position: relative;
    bottom: -2vw;
    gap: 7vw;
    padding-left: 2vw;
}
.service-category ul {
    padding: 0;
    width: 100%;
    align-self: flex-start;
    padding-left: 5vw;
}

.nav-button {
    /* background-color: #D20046;
    color: white;
    border: 0;
    padding: 1.6vw;
    cursor: pointer;
    font-size: 4vw;
    text-align: left;
    font-family: 'Cakra Normal', sans-serif;
    transition: background-color 0.3s ease; */
    
}

.nav-button svg {
    width: 7vw;
}








    /**/
    section.o-que-fazemos {
        height: 16vw;
        margin-top: -37vw;
    }
    section.o-que-fazemos .container a {
        font-size: 4.5vw;
        padding: 0 4vw;
        height: 100%;
    }


    section.jobs {
        width: 100vw;
        margin-top: -1vw;
        position: relative;
        z-index: 1;
    }
    
    

    section.jobs .container .flex {
        flex-direction: column;
    }
    section.jobs .container .flex .img {
        width: 100vw;
    }
    section.jobs .container .flex .img img {
        width: 100%;
    }
    section.jobs .container .flex .text {
        width: 82vw;
        height: 100%;
        padding: 8vw 0;
        display: flex;
        flex-direction: column;
    }
    section.jobs .container .flex .text h3 {
        font-size: 6vw;
        margin-bottom: 1.5vw;
    }
    section.jobs .container .flex .text .job {
        font-size: 2.5vw;
        margin-bottom: 5vw;
    }
    section.jobs .container .flex .text .descricao {
        font-weight: 300;
        font-size: 4vw;
    }
    section.jobs .container .flex .text a {
        font-size: 4vw;
        border-radius: 1.677083vw;
        border-radius: 1.025641vw;
        padding: 1.5vw 2.71875vw;
        margin-top: 6.927083vw;
        border: 0.515vw solid #FFF;
        position: relative;
    }
    section.grid-jobs {
        padding: 10vw 0;
    }
    
    section.grid-jobs .container {
        width: 100vw;
        margin: 0 auto;
    }
    section.grid-jobs .container h2 {
    font-size: 7.60417vw;
    margin-bottom: 15vw;
    margin-top: 5vw;
}
    section.grid-jobs .container .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    section.grid-jobs .container .grid a .overlay {
        opacity: 1;
        background: rgba(0, 0, 0, .5);
    }
    section.grid-jobs .container .grid a .overlay p {
        /* font-size: 4vw;
        top: 85%;
        left: 15%; */
        font-size: 4vw;
        /* top: 85%; */
        /* left: 25vw; */
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.clientes  {
        height: 45vw;
        height: auto;
        padding: 8vw 0 14vw 0;
    }
    section.clientes .container {
        height: 22vw;
        height: 25vw;
        height: auto;
        /* animation: moveClienteMob 30s infinite linear; */
        flex-direction: column;
        gap: 7vw;
    }
    section.clientes .container .text {
        position: relative;
        /* left: 8vw; */
        width: 100%;
    }
    section.clientes .container .text h2 {
        text-align: left;
        text-align: center;
        font-size: 7.60417vw;
    }
    section.clientes .container .grid {
 
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    section.clientes .container img {
        padding: 0 2.2vw;
        padding: 0;
        height: 50%;
        margin: 0 auto;
    }
    
    @keyframes moveClienteMob {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }
        100% {
            /* 22vw -134%*/
            -webkit-transform: translate3d(-710%, 0, 0);
            transform: translate3d(-710%, 0, 0);
            -webkit-transform: translate3d(-1128.5%, 0, 0);
            transform: translate3d(-1128.5%, 0, 0);
        }
    }
    footer {
        padding: 15vw 0 13vw 0;
    }
    footer .container {
        width: 82vw;
        flex-direction: column;
    }
    footer .container .form {
        width: 100%;
    }
    footer .container .form form {
        width: 100%;
        margin-top: 10vw;
    }
    footer .container h2 {
        font-size: 4.25vw;
        margin-bottom: 3.125vw;
    }
    footer .container .form form .flex {
        align-items: flex-start;
        margin-bottom: 3.833333vw;
        flex-direction: column;
    }
    footer .container .form form .flex label {
        font-size: 3.9375vw;
        line-height: 150%;
    }
    footer .container .form form .flex input {
        border-bottom: 0.515vw solid #C4C4C4;
        width: 100%;
        font-size: 3.9375vw;
    }
    footer .container .form form .flex:nth-child(2) {
        justify-content: flex-start;
        align-items: flex-start;
    }
    footer .container .form form .flex select {
        font-size: 3.9375vw;
        margin-left: 0;
    }
    footer .container .form form .flex select option {
        font-size: 3.9375vw;
    }
    footer .container .form form .flex div {
        width: 100%;
    }
    footer .container .form form .flex div label {
        width: 100%;
    }
    footer .container .form form .flex button {
        font-size: 3.9375vw;
        border: 0.515vw solid #000;
        padding: 1.520833vw 2.71875vw;
        margin-top: 6vw;
    }
    footer .container .form p {
        display: none;
    }
    footer .container .contato {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    footer .container .contato  {
        flex-direction: column;
    }
    footer .container .contato  div {
        width: 100%;
        margin-top: 7vw;
    }
    footer .container .contato  div p {
        font-size: 3.83333vw;
    }
    footer .container .contato  div a {
        font-size: 3.729167vw;
    }
    footer .container .contato img {
        width: 20vw;
        margin: 13vw auto;
        margin: 13vw auto 7vw auto;
    }
    footer .container .contato p.p-mob {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #313234;
        display: flex;
        align-items: center;
        font-size: 3.729167vw;
        margin-top: 0;
        width: fit-content;
        margin: 0 auto;
    }
    footer .container .contato p.p-mob img {
        width: 3.729167vw;
        margin: 0;
        margin-right: 1.2vw;
    }
    /**/
    section.o-que-fazemos .container {
        animation: moveMob 20s infinite linear;
    }
    @keyframes moveMob {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }
        100% {
            -webkit-transform: translate3d(-77%, 0, 0);
            transform: translate3d(-77%, 0, 0);
        }
    }
    footer .container .contato .redes {
        width: 80%;
        margin: 0 auto 5vw auto;
    }

    footer .container .contato .logo-footer-desk {display: none;}
    footer .container .contato .logo-footer-mob {
        display: block;
    }
    footer .container .contato .redes a img {
        width: 7.1vw;
        margin: 0;
    }
    footer .container + p {
        display: none;
    }
}


/* Animação de entrada */
@keyframes navLinkDesaparece {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Animação de saída */
  .navLinksSaindo {
    animation: navLinkSome 0.7s ease forwards;
  }
  
  @keyframes navLinkSome {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-20px);
    }
  }