@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt: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');


*, html{
    padding: 0;
    margin: 0;
}
h1,h2,h3{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

:root{
  
    --whiteV1: #ededed;
    --whiteV2: #fff;
    --bg-default: #0b0200;
    --color-primary01: #e45600;
    --color--contrast: #ea5e0783;
    --color-primary02: #ff8d5f;
    --blackText:#707070;

    --faixa-rotacap: rotate(-3.5deg);
    --faixa-rotacap2: rotate(1.5deg);
    --speed-faixa: 250s;
    --fontTitle: "Special Gothic Expanded One", sans-serif;
    --MW: 1100px;
    --MW-HEADER: 1000px;
}
.span-black{color: var(--bg-default);}
.span-orange{color: var(--color-primary01);}
body{
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: var(--whiteV1);
    
}


 /* ############# CONTAGEM DE USERS  ########## */

.pcl-viewers {
    box-shadow: rgb(0 0 0 / 22%) 0px -6px 25px -5px, rgb(177 177 177 / 43%) 0px 10px 10px -5px;
    width: 60%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 6px 19px 6px 10px;
    position: fixed;
    display: flex;
    font-size: 0.86em;
    justify-content: center;
    align-items: center;
    bottom: -1%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.644);
    border-radius: 30px;
    z-index: 100;
  
}
.olho{stroke: var(--whiteV2); /*mude a cor do ícone de olho aqui*/}
.pupila{stroke: var(--color-primary01); /*mude a cor do ícone de olho aqui*/}
.texto {
    color: var(--bg-default); /*mude a cor do texto aqui*/}
.usuarios {padding-right: 10px;margin-left: 10px;}
.pcl-viewers svg{height: unset;}
#numberViewer{color: var(--bg-default);font-weight: 600;}
 /* ############# CONTAGEM DE USERS  ########## */

.noise {
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: 0.13;
  background-image: url(../img/giff/noise-gif-square-anim.gif);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
  mix-blend-mode: exclusion;
  }

/* TRACK do scroll */
::-webkit-scrollbar-track {
  background: #0b0400; /* Fundo da faixa do scroll */
}

/* THUMB (a parte arrastável do scroll) */
::-webkit-scrollbar-thumb {
  border-radius: 3px; /* Arredondamento visível */
  background: linear-gradient(180deg, #2d1300, #ff700a); /* Cor com gradiente */
}

/* HOVER no thumb */
::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background: linear-gradient(0deg, #080808, #ee6200); /* Inversão sutil no gradiente */
}

/* SCROLLBAR width */
::-webkit-scrollbar {
  width: 8px; /* Largura do scroll */
  height: 8px; /* Altura do scroll horizontal, se houver */
}




header{ 
    width: 100%;
    height: 90vh;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    display: flex;
    align-items: center;
}
.orange-span{color: var(--color-primary01);}
.white-span{color: var(--whiteV1);}
.header-container{
  max-width: var(--MW-HEADER);
  margin: 0 auto;
  position: relative;
  width: 90%;
  justify-content: center;
  display: flex;
  padding: 0 0;
  align-items: center;
}

.header-container .header-texts-img > img{
    width: 610px;
  
}

.header-texts-img{  z-index: 0;
  position: absolute;
  right: 0; animation: pulse 4s ease-in-out infinite;
  bottom: -30%;
}
@keyframes pulse {
    0%{
      transform: scale(0.98);
    }
    50%{
      transform: scale(1);
    }
    100%{
      transform: scale(0.98);
    }
}

.header-texts-container{display: flex; width: 100%; flex-grow: 1;}
.header__texts{
  
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 470px;
    color: var(--whiteV1);
  & p {width: 85%; max-width: 500px;padding-top: 20px;line-height: 20px;letter-spacing: 0px;color: var(--color-primary02) !important;font-size: 15px;}}

.header__texts__logo{
    z-index: 99;
    position: relative;
    display: flex; 
    justify-items: center;  
    background-color:#ffa36116; 
    width: 280px; 
    box-sizing: border-box; 
    padding: 22px; 
    border-radius: 99px; 
    align-items: center; 
    margin-top: 40px !important;
    margin-bottom: 0 !important; 
    border: 1.8px solid #ffffff00;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
    background: linear-gradient(#1b0400, #1b0400) padding-box, linear-gradient(
          var(--angle),#1b0400d6,
          var(--color-primary01)
        ) border-box;
    animation: 11s rotate linear infinite;

    &:hover{
      z-index: 99;
      transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
      scale: 1.1;
    }

}

.header__texts__logo-light{
  position: absolute;
  z-index: 0;
  top: 25px;
  left: -25px;
  content: '';
  width: 300px;
  height: 30px;
  background-color: #ff690b;
  border-radius: 50px;
  filter: blur(40px);
  animation: pulse-light ease-in-out 2s infinite;
}

@keyframes pulse-light {
  0%{opacity: 1;}
  50%{opacity: 0.5;}
  100%{opacity: 1;}
  
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}


.header__texts__logo a{
   
    position: relative;
    z-index: 99;
    margin: 0 auto;
    width: 75%;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 24px;
}

.header__texts__logo-img{flex-grow: 0; background-color: var(--color-primary01); height: 40px; width: 40px; border-radius: 99px; display: flex; justify-content: center; align-items: center; position: relative;
  z-index: 99;}

.puff-in-center{-webkit-animation:puff-in-center .9s cubic-bezier(.77,0.000,.175,1.000) .9s both;animation:puff-in-center .9s cubic-bezier(.77,0.000,.175,1.000) .9s both}
@-webkit-keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}

.header__texts__logo-img img{width: 19px; fill: white !important;  position: relative;
  z-index: 99;}

.header__texts h1{
  width: 406px;
  font-family: "Special Gothic Expanded One"; 
  font-size: 45px;  
  font-size: clamp(39px, 3em , 4.3vh); 
  font-weight: 400;
  font-style: normal; 
  letter-spacing: -2px; 
  line-height: 115%;
  }
/* ########### ANIMAÇÃO DE FAIXA  #########  */
/* ########### ANIMAÇÃO DE FAIXA  #########  */
.animate-faixa{position: relative;
width: 100%; height: 100%;     
overflow-x: clip;
position: relative;
margin-top: -3px;
}
.sliding-text {
    margin-left: -10px;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    width: calc(100% + 50px);
    overflow: hidden;
    background: var(--color-primary01);
    -moz-transform: var(--faixa-rotacap);
    -webkit-transform: var(--faixa-rotacap);
    -o-transform: var(--faixa-rotacap);
    -ms-transform: var(--faixa-rotacap);
    transform: var(--faixa-rotacap);
}

.line{border-block:1.5px solid var(--whiteV1);}

.line2{border-block:3px solid var(--bg-default);}

.right {
    filter: blur(3px);
    -moz-transform: var(--faixa-rotacap2);
    -webkit-transform: var(--faixa-rotacap2);
    -o-transform: var(--faixa-rotacap2);
    -ms-transform: var(--faixa-rotacap2);
    transform: var(--faixa-rotacap2);
    position: absolute;
    z-index: 1;
    top: 2%;
    color: var(--bg-default);
    background: #ffe7d7;

}

.slider.selector{
  display: flex;
  width: max-content;
  animation: scroll-left linear infinite;
  animation-duration: var(--speed-faixa);
}

.slider.selector span{
  white-space: nowrap;
  padding: 10px 0;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 25px;
  padding: 15px 5px;
}

/* Inversão do movimento para a faixa .reverse */
.sliding-text.reverse .slider {
  animation: sliding-reverse var(--speed, 10s) linear infinite;
}

/* Faixa animando para a direita */
.sliding-text.right .slider {
  animation: scroll-right var(--speed-faixa, 10s) linear infinite;
}

/* Animação para rolar para a direita */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* Nova animação para rolagem suave */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ########### ANIMAÇÃO DE FAIXA #########  */
/* ########### ANIMAÇÃO DE FAIXA #########  */

main{
  background-color: var(--whiteV2);
  width: 100%;
  height: 100%;
}
.s-clients{
  background-color: var(--whiteV2);
  height: 100%;
  padding: 150px 0 200px 0;
  width: 100%;
}

ul:not(.swiper-wrapper) {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--MW);
  margin: 0 auto !important;
  justify-content: center;
  gap: 12px;
}

.swiper {
  padding: 50px 0 50px 0;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 40px; /* espaço para a paginação, se necessário */
  overflow: hidden;
}

@media (max-width: 1000px) {
  .swiper{max-width: 610px;}
}

.swiper-wrapper {
  display: flex;
  padding: 0;
  margin: 0;
}

.swiper-slide {

  width: 285px; /* ou defina um valor fixo se preferir, como 300px */
  list-style: none; /* importante para o <li> não herdar bullets */
  text-align: center;
  font-size: 18px;
  background: transparent; /* remove branco se não quiser */
  display: flex;
  justify-content: center;
  align-items: center;
}


.s-clients__container__feedbacks {
  list-style: none;
  padding: 50px 0;
}

.s-clients__container h2{
  color: var(--bg-default);
  box-sizing: border-box;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  font-size: 40px;
  line-height: 40px;
  max-width: 450px;
  text-align: center;
  padding: 50px 0 0 0;
  width: 90%;

}

.s-clients__button{margin: 15px 0 0 0; display: flex; justify-content: center; width: 100%;}
 

ul{
  display: flex;
  max-width: var(--MW);
  margin: 0 auto !important;
  justify-content: center;
 
  gap: 12px;
} 



.s-clients__container__feedbacks li {
  position: relative;
  max-width: max-content;
}

.video-container video {
  width: 280px;
  border-radius: 12px;
}
.hidden {
  opacity: 0;
  pointer-events: none;
}
#meuVideo{
  cursor: pointer;
  position: relative;
}
.play-toggle {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 1%;
  left: 16%;
  cursor: pointer;
  display: flex;
  align-items: center;
  opacity: 1; /* Começa invisível */
  pointer-events: none; /* Não interage quando invisível */
  transition: opacity 0.3s ease;

}

.play-toggle::before{
  border-radius: 12px;
  left: -16%;
  bottom: -1%;
  position: absolute;
  content: '';
  width: 280px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -11%, rgb(45 16 1 / 51%) 23%, rgba(0, 0, 0, 0.916) 75%);
  backdrop-filter: blur(2px);
}


.play-toggle span{
  z-index: 9;
  width: 50px;
  line-height: 20px;
  margin-left: 15px;
  font-size: 20px;
 
}

.play-toggle span strong{color: var(--color-primary01);}
.play-circle {
  position: relative;
  width: 54px;
  height: 54px;
  background: white;
  border-radius: 50%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 17px solid var(--color-primary01);
  border-bottom: 11px solid transparent;
}

.video-container:hover .play-toggle {
  opacity: 1;  /* Torna visível ao passar o mouse sobre o vídeo */
  pointer-events: auto;  /* Permite interação com o botão */
}

.video-container.paused .play-toggle {
  opacity: 1; /* Mostra o botão enquanto pausado */
  pointer-events: auto;
}

.video-container.playing .play-toggle {
  opacity: 0; /* Oculta o botão enquanto reproduzindo */
  pointer-events: none;
}




.divisor{
  z-index: 99;
  --divisor: 120px;
  position: absolute;
  background-image: url(../svg/shapes/divisor-section@300x.svg);
  height: var(--divisor);
  width: var(--divisor);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  top: 19.5px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.divisor::after{
  z-index: 98;
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: var(--color-primary01);
  left: 45px;
  bottom: 57px;
  animation: pulse1 5s ease-in-out infinite;

}

.divisor::before{
  z-index: 99;
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: var(--bg-default);
  left: 45px;
  bottom: 57px;
  animation: pulse1 3s ease-in-out infinite; 
  animation-delay: 2s;


}

@keyframes pulse1 {
   0%{transform: scale(1);}
   50%{transform: scale(0);}
   0%{transform: scale(1);}
}

.s-objecoes{
  z-index: 9;
  position: relative;
  margin: 0 auto;
  width: 90%;
  margin-bottom: -5.5em;
}

.s-objecoes__container{
  z-index: 100;
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 800px;
  height: 100%;
  padding: 40px 0;
  background:var(--bg-default);
  border-radius: 12px;
  overflow: hidden;
}

.s-objecoes__container ul{
  width: 90%;
  position: relative;
 

}

.s-objecoes__container ul::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.3;
  background-color:var(--whiteV2);
  filter: blur(60px);
  left: -25%;
  bottom: 10%;
}

.s-objecoes__container ul::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.3;
  background-color:var(--whiteV2);
  filter: blur(60px);
  right: -25%;
  bottom: 1%;
}

.s-objecoes__container ul li {
  width: 100%;
    flex-grow: 1;
    flex-basis: 231px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-primary01);
    box-sizing: border-box;
    padding: 15px 25px;
    gap: 20px;
  & img{height: 50px;}
  & p {width: 90%; flex-basis: 110px; font-size: 12px; flex-grow: 1;}
}


.s-services{
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  padding: 250px 0 150px 0;
  margin: 0 auto -20px auto;
  border-radius: 4px;
  width: 89%;
  height: 100%;
  background: var(--color-primary01);
  background: linear-gradient(90deg, transparent 24%, var(--color--contrast) 25%, var(--color--contrast) 30%, transparent 31%, transparent 39%, var(--color--contrast) 40%, var(--color--contrast) 45%, transparent 45%), linear-gradient(180deg, transparent 24%, var(--color--contrast) 25%, var(--color--contrast) 30%, transparent 31%, transparent 39%, var(--color--contrast) 40%, var(--color--contrast) 45%, transparent 45%);
  background-size: 2em 2em;
  background-color: var(--color-primary01);
  opacity: 1;
}

.s-service__title{
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding-bottom: 55px;

  & img{
    height: 61px;
  }
 


  & h1{font-size: 35px; font-family: var(--fontTitle); letter-spacing: -1px; line-height: 35px;
      font-weight: 900;
          & span{
            color: var(--bg-default);
            font-weight: 200;
          }
  }
}

.s-services__container{
  margin: 0 auto;
  width: 95%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.s-services__container__type-service{
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  background-color: var(--whiteV2);
}

.s-services__container__type-service__texts{
  padding: 9px 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;

  & h2{
    margin-top: 10px;
    margin-bottom: -8px;
    font-size: 18px;
    color: var(--bg-default);
    font-weight: 600;

  } & p{
    color: var(--color-primary01);
    font-style: italic;
  }
   
  & img{
    height: 35px;
    margin-bottom: 5px;
  }
}

.s-services__container__type-service video {
  width: 200px;
  border-radius: 5px;
}


.s-service__vendedor{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
  row-gap: 20px;
  flex-direction: column;



  & img{
    height: 90px;
    width: 80px;
    border-radius: 5px;

  }
   
  & h3{font-size: 23px; letter-spacing: -0px; font-weight: 500; color: var(--bg-default); width: 160px; line-height: 20px; & span{
    font-weight: 900; color: var(--color-primary01);
  }}
  & > p{margin-right: 20px; width: 300px; line-height: 20px; text-align:center;
    font-weight: 300;
    & span{
      font-weight: 500;
    }
  }

  & a p {color: var(--blackText); font-size: 15px; padding-top: 5px;}

  & a{background-color: var(--whiteV1); display: flex; justify-content: center; align-items: center; gap: 15px; box-sizing: border-box; padding: 0; border-radius: 5px; border: 6px solid var(--whiteV1);
    transition: .3s ease-in-out;
    position: absolute;
    bottom: -40px;
    &:hover{
      bottom: -46px;
      transition: .3s ease-in-out;
      scale: 1.01;
    } 

    & div{
      padding-left: 18px;
    }
  }

}

.divisor-service{
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 7%);
}

.faq-container{min-height: 1007px;padding: 260px 0 200px 0;}
.s-faq-container{display: flex; flex-direction: column; row-gap: 32px;}
.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .divisor-faq{margin: 0 auto; height: 5px; width: 150px; background-color: var(--whiteV1); margin-bottom: 8px; border-radius: 8px;}
.footer-container-father{width: 100%; height: 100%; position: relative;}


footer{
 
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 200px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--bg-default);
}

footer::before{
  
  z-index: 1;
  filter: blur(93px);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(230, 124, 67, 1) 9%, rgba(173, 61, 0, 1) 41%, rgba(0, 0, 0, 0) 92%);
  bottom: -90%;
}
footer p {font-size: 18px;}
.footer-contacts-icons img{width: 30px; display: inline-flexbox;}
.footer-contacts p {padding: 0 0 10px 0;}
.footer-contacts-icons{ display: flex; gap: 20px;}
.footer-container{
  
  max-width: var(--MW);
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  justify-items: center;
  align-items: center;
  }


/************* RESPONNSIVIDADE **************/
@media (max-width:1470px) {
.s-services__container{width: 60%;}
}
@media (max-width:1175px) {
  header{flex-direction: column;justify-content: flex-start; background-position-x: 35% ; height: 100%; padding: 40px 0 30px 0;}
  .header-container{position: initial !important; flex-direction: column; height: 100%; row-gap: 20px; width: 100%; }
  .header__texts{position: inherit; align-items: center; text-align: center; box-sizing: border-box; padding: 40px 0;} 
  .header-container .header-texts-img > img{width: 450px;}
  .header-texts-img{position: inherit; transform: translate(-50%, -50%); bottom: 0; width: 500px;}
  
  .header-texts-container{justify-content: center;}

}

@media (max-width: 768px) {
  .s-service__title{flex-direction: column; text-align: center;}
  header{ padding: 40px 0 55px 0;}
  .header-texts-img{width: auto;}
  .header-container .header-texts-img > img{width: 350px;}
   footer {text-align: center;}
  .footer-container {
    grid-template-columns: 1fr; /* Apenas uma coluna */
    justify-items: center;
  }
  .s-objecoes{
    width: 95%;
    margin-bottom: -10.5em;
  }
  .s-objecoes__container{width: 95%; padding: 40px 25px; }
  .s-services {padding: 300px 0 155px 0;}
  .s-services__container{row-gap: 40px;}
  .footer-contacts-icons{justify-content: center;}
  .sm-paragraf{padding-top: 15px; width:245px !important; line-height: 20px; text-align: center !important; margin: 0 auto;}
  .faq-container{min-height: 1030px; padding: 100px 0 50px 0; }

  .s-services__container__type-service video {
    width: 280px;}
  .s-clients__container h2{ font-size: 35px;}

  .sliding-text{
    padding: 5px 0;
    --faixa-rotacap: rotate(-8.5deg);
  }
  .right{
    --faixa-rotacap2: rotate(3deg);
  }

  .slider.selector span{
    padding: 8px 5px;
  }

  .divisor-service{
    height: 90px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 7%);
  }
}

@media (max-width: 618px){
  .header__texts h1{font-size: 47px; width: 295px;}
  .divisor-service{
display: none;
}
.s-service__vendedor{ & a{bottom: -50px; scale: 0.8;}}

}