.montserrat-alternates-thin {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .montserrat-alternates-extralight {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .montserrat-alternates-light {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .montserrat-alternates-regular {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .montserrat-alternates-medium {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .montserrat-alternates-semibold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .montserrat-alternates-bold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .montserrat-alternates-extrabold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .montserrat-alternates-black {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .montserrat-alternates-thin-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .montserrat-alternates-extralight-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .montserrat-alternates-light-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .montserrat-alternates-regular-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .montserrat-alternates-medium-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .montserrat-alternates-semibold-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .montserrat-alternates-bold-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .montserrat-alternates-extrabold-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .montserrat-alternates-black-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Montserrat Alternates", sans-serif;;
	vertical-align: baseline;
  box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
}

button {
  all: unset;
}

button:focus {
  outline: revert;
}

/* Set Up */


 /* .txt-bk {
    color: #101727;
} */

.bg-bk {
    background-color: #101727;
}
/* 
.txt-wt {
    color: #fff;
}  */

h3 {
  font-size: 2.8rem;
  font-weight: 500;
}

p, .p {
  font-size: 1.6rem;
  line-height: 1.2;
}


@media screen and (min-width: 768px){
  h3 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px){
  h3 {
    font-size: 6rem;
  }
}


html {
  scroll-behavior: smooth;
}



.col-text, .abt-title, .p {
  color: #101727;
}


.exp-item {
  color: #500787;
  border-color: #500787;
}

.exp-item-m {
  color: #500787;
  border-bottom: solid 1px #500787;
}

.exp-list div:last-child {
  border-bottom: none;
}

.title-exp {
  color: #500787;
}


.client {
  border-color: #ffffff;
}

.w-title {
  color: #fff;
}


.dynamic {
  transition: background-color 1400ms ease;
background-color: #101727;
}




.about .about-title{
  transition: color 1400ms ease;
}


.expert .exp-item {
  transition: color 1400ms ease, border-color 1400ms ease;
}

.expert .exp-item-m {
  transition: color 1400ms ease, border-color 1400ms ease;
}

.expert .title-exp {
  transition: color 1400ms ease;
}


.work .client {
  transition: border-color 1400ms ease;
}

.active .dynamic {
  background-color: inherit !important;
}








.active.expert .exp-item {
  color: #ffffff !important;
  border-color: #ffffffd4 !important;
}
.active.expert .title-exp {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.active.expert .exp-item-m {
  color: #ffffff !important;
  border-color: #ffffff !important;
}


.active.work .client {
  border-color: #787878 ;
}



/* navbar */

.delay {
  opacity: 0;
    animation: mymove 800ms  ease-out forwards;
    animation-delay: 3800ms;
}

@keyframes mymove {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }



.header {
  position: fixed;
  top: 0;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 100%;
  height: 56px;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #1017271f;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: solid 1px #ffffff22;
  z-index: 3;
  transition: all 240ms ease-out;
  backdrop-filter: blur(5px);
  opacity: 0;
  will-change: transform;
}


.home {
    margin-left: 1.4rem;
}

.home svg {
  width: 24px;
}

.whats {
    margin-right: 1.4rem;
}

.navbar {
width: 560px;
display: flex;
justify-content: space-between;

}

.nav-item {
    color: #fff;
    width: 120px;
    height: 32px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    font-size: 0.9rem;
}

.nav-item::before {
position: absolute;
content: '';
width: 100%;
height: 0;
bottom: 0;
left: 0;
background-color: #fff;
transition-duration: 240ms;
transition-timing-function:ease-out;
border-radius: 4px;

}

.nav-item:hover {
  color: #000;
  font-weight: 600;
}

.nav-item:hover::before {
    height: 100%;
    font-weight: 600;
    z-index: -1;
}

/* Container principal do botão (o link <a>) */
.nav-item-w {
    display: inline-flex; /* Usa flexbox para alinhar o ícone e o texto lado a lado */
    align-items: center;  /* Centraliza verticalmente o ícone e o texto */
    gap: 8px;             /* Cria um espaço entre o ícone e o texto quando ele aparecer */
    padding: 4px;         /* Espaçamento inicial para formar o botão 32x32 */
    border-radius: 6px;   /* Bordas arredondadas */
    background-color: transparent; /* Começa transparente */
    text-decoration: none; /* Remove o sublinhado do link */
    
    /* A transição suave para as mudanças no hover */
    transition: all 300ms ease-out;
}

/* O texto que será revelado */
.whats-text {
    font-size: 14px;
    font-weight: 500;
    color: #000; /* Cor do texto quando visível */
    white-space: nowrap; /* Impede que o texto quebre em duas linhas */

    /* A mágica para esconder o texto inicialmente */
    max-width: 0;
    opacity: 0;
    overflow: hidden; /* Esconde o texto que ultrapassa o max-width: 0 */
    
    /* Transição suave para o texto aparecer */
    transition: max-width 400ms ease, opacity 200ms ease;
}

/* O ícone SVG dentro do botão */
.nav-item-w .whats-d {
    fill: white; /* Cor inicial do ícone */
    transition: fill 300ms ease-out;
}

/* --- EFEITO HOVER --- */

.nav-item-w:hover {
    background-color: #29e15a; /* Cor de fundo verde no hover */
    padding: 4px 12px 4px 8px; /* Ajusta o padding para acomodar o texto */
}

.nav-item-w:hover .whats-text {
    max-width: 200px; /* Expande o container do texto para revelá-lo */
    opacity: 1;       /* Torna o texto visível */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.nav-item-w:hover .whats-d {
    fill: #000; /* Muda a cor do ícone para preto no hover */
}


.home:hover .logo-point {
  animation: flicker-1 500ms linear infinite;
  transition: 200ms ease-out ;
}

@-webkit-keyframes flicker-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .header {
    display: flex;
  }
}









/* --- Header Mobile Fixo --- */
.header-m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1017271f;
    z-index: 100; 
    transition: all 400ms ease-out;
    backdrop-filter: blur(5px);
    padding: 0 1.5rem;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.header-m.is-hidden {
    opacity: 0 !important;
    visibility: hidden;
    transform: translateY(-100%) !important; 
}

.home-m img {
    width: 32px;
}

.hamb img {
    width: 36px;
}

/* --- Novo Menu Overlay --- */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 23, 39, 0.95); /* Cor de fundo escura e semitransparente */
    backdrop-filter: blur(10px);
    z-index: 99;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* Estado inicial: escondido */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Estado ativo: visível */
.mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
}


/* Botão de Fechar */
.close-m {
    position: absolute;
    top: 12px;
    right: 1.5rem;
    width: 36px;
    height: 36px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
}


.mobile-nav.is-open .close-m {
    opacity: 1;
    transform: translateY(0);
}



.close-m img {
    width: 100%;
}


/* Lista de Links */
.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-nav ul li {
    margin: 1rem 0;
    /* Estado inicial dos itens para a animação */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Animação Staggered (um após o outro) */
.mobile-nav.is-open ul li:nth-child(1) { transition-delay: 0.2s; }
.mobile-nav.is-open ul li:nth-child(2) { transition-delay: 0.3s; }
.mobile-nav.is-open ul li:nth-child(3) { transition-delay: 0.4s; }
.mobile-nav.is-open ul li:nth-child(4) { transition-delay: 0.5s; }

/* Estado ativo dos itens da lista */
.mobile-nav.is-open ul li {
    opacity: 1;
    transform: translateY(0);
}

.mobile-nav .m-item {
    color: #fff;
    text-decoration: none;
    font-size: 2rem; /* Tamanho de fonte maior para fácil toque */
    font-weight: 300;
    padding: 0.5rem 1rem;
}

/* Botão do WhatsApp */
.mobile-nav .whats-m {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 4rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.4s ease 0.6s; /* Aparece por último */
}

.mobile-nav.is-open .whats-m {
    opacity: 1;
}

.whats-m .whats-img path {
    animation: whats-m 5s ease infinite; /* Sua animação de cor */
}

.whats-m span {
  font-size: 1.2rem;
}

@keyframes whats-m {
    0%, 25% { fill: #fff; }
    50%, 75% { fill: #10d74f; }
    100% { fill: #fff; }
}

/* Classe para bloquear o scroll do corpo da página quando o menu está aberto */
.body-no-scroll {
    overflow: hidden;
}

/* Esconde o menu mobile em telas maiores */
@media screen and (min-width: 768px) {
    .header-m, .mobile-nav {
        display: none;
    }
}







/* footer */

.footer {
  background-color: #fff;
}

.wrap-footer {
  padding: 4rem 1.2rem;
}

.footer-tittle {
  color: #FF5C00;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  position: relative;
  margin-bottom: 2rem;
}

.footer-tittle::after {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border-radius: 16px;
  background-color: #101727;
}


.con-title img {
  width: 24px;
  margin-top: 3px;
  margin-right: 0.4rem;
}

.con-title {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.con-items {
  margin-left:calc(24px + 0.4rem) ;
  line-height: 1.9;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.con-items li:nth-child(1){

  font-size: 1rem;
}

.con-items li a {
  color: #101727;
}

.logo-footer {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.8rem;
}

.logo-footer::after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-radius: 16px;
  background-color: #FF5C00;
}

.copy {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.btn-top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.whats-footer:hover {
  background: -webkit-linear-gradient(45deg, #008e23, #009cad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.linked-footer:hover {
  background: -webkit-linear-gradient(45deg, #00a9c3, #0017ad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}


.insta-footer:hover {
  background: -webkit-linear-gradient(45deg, #e4ba00, #a20ce2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}


.right-bottom:hover .arrow-f {
  fill: #FF5C00;
  transition: 240ms ease-out;
}

.right-bottom:hover .arrow-s {
  stroke: #FF5C00;
  transition: 240ms ease-out;
}

@media screen and (min-width: 768px) {
  .wrap-footer {
    padding: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .wrap-footer {
    padding: 5rem 4rem;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
  }

  .con-title {
    font-size: 2.2rem;
  }

  .con-items {
    line-height: 1.5;
    font-size: 1.1rem;
    margin-bottom: 0;
  }

  .con-items li:nth-child(1){

  font-size: 1.1rem;
}

  .footer-tittle {
    color: #FF5C00;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
  }
  
  .footer-tittle::after {
    content: '';
    position: absolute;
    bottom: 12px;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border-radius: 16px;
    background-color: #101727;
  }

  .div.div-foot {
    margin-bottom: 4rem;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .btn-top {
    width: auto;
    display: flex;
    justify-content: flex-end;
  }

  .copy {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .wrap-footer {
    max-width: 1440px;
    padding: 10rem 0 5rem 0;
    width: 94%;
    margin: auto;
  }

  .con-title img {
    margin-top: 6px;
  }

  .footer-tittle {
    color: #FF5C00;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
  }

  .con-title {
    font-size: 2.8rem;
  }

  .con-items {
    margin-left:calc(36px + 0.4rem) ;
    line-height: 2;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

    .con-items li:nth-child(1){

  font-size: 1.2rem;
}

  .con-title img {
    width: 36px;
  }

  .footer-tittle::after {

    bottom: 18px;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border-radius: 16px;
    background-color: #101727;
  }
  
}

.divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .divider {
    margin: 1.5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .divider {
    margin: 2.4rem 0;
  }
}





