@font-face {
    font-family: 'NeueKabel';
    src: url(/fonts/NeueKabel/NeueKabel.otf);
}

@font-face {
  font-family: 'Novecento';
  src: url(/fonts/Novecentosanswide-Normal.otf);
}

@font-face {
  font-family: 'Chocolates';
  src: url(/fonts/Chocolate/TT\ Chocolates\ Trial\ Regular.otf);
}

html{
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* *{
  outline: 1px red solid;
} */

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

/* Variaveis */
:root{
  --bege:#FEF7E5;
  --preto:#000000;
  --azul_escuro:#092040;
  --azul_claro:#6385AB;
  --branco_azulado:#F7F9FA;

  --brancoAzulado-fundo:#F7F9FA;
  --preto-brancoAzulado:#000000;

  transition: background-color 0.3s ease, color 0.3s ease;
}

html.dark-mode{

  --brancoAzulado-fundo:#1C1D26;
  --preto-brancoAzulado:#F7F9FA;
}

body{
  background-color: var(--brancoAzulado-fundo);
}

.trajetoria{
  color: var(--preto-brancoAzulado);
  padding: 7% 5%;
  display: flex;
  justify-content: space-between;
}

.textoSobre {
  margin-top: 0;
  width: 80%;
}

.textoSobre h1 {
  font-size: clamp(2em, 5vw, 7.2em);
  margin-bottom: 5%;
  font-family: "Chocolates";
  letter-spacing: 3px;
  font-weight: 100;
  width: fit-content;
}

.desc {
  font-size: clamp(1em,1.667vw,4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  gap:50px;
}

.desc p {
  font-family: "NeueKabel";
  width:max-content;
  
  
}



/* Seção obstáculos (fundo escuro) */
.obstaculos {
  background-color: var(--azul_escuro);
  padding: 7% 5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* Texto em seção escura */
.textoSobreClaro {
  width: 100%;
}

.textoSobreClaro h1 {
  font-size: clamp(2rem, 3.333vw, 6rem);
  margin-bottom: 3%;
  margin-left: 1%;
  color: var(--branco_azulado);
  font-family: 'Chocolates', sans-serif;
  font-weight: 400;
}

/* Descrição clara com imagem */
.descClaro {
  display: flex;
  align-items: center;
  gap: 4em;
  margin: 2% 0 0 1%;
  font-size: 1.4em;
  font-family: 'NeueKabel', sans-serif;
  color: var(--branco_azulado);
  width: 100%;
}

.descClaro img {
  width: 42.5%;
}

.descClaroText {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
  white-space: normal;
  height: auto;
  font-size: clamp(1rem,1.667vw, 5rem);
}

/* Seção recomeço */
.recomeco {
  color:var(--preto-brancoAzulado);
  display: flex;
  flex-direction: column;
  padding: 7% 5%;
}

.textoSobreRecomeco {
  width: fit-content;
}

.textoSobreRecomeco h1 {
  font-family: 'Chocolates', sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 4vw, 8rem);
  margin-top: 1%;
  margin-left: 3%;
  letter-spacing: 0.05em;
  width: fit-content;
}

/* Layout recomeço com imagem + texto */
.descRecomeco {
  display: flex;
  flex-direction: row;
  margin-left: 7%;
  align-items: flex-start;
  justify-content: space-between;
}

.descRecomeco img {
  width: 42.5%; 
  height: max-content;
  margin-bottom: 5%;
}

.descRecomeco p {
  margin-top: 8%;
  font-family: 'NeueKabel', sans-serif;
  font-size: clamp(0.5rem, 1.667vw, 4rem);
  width: 100%;
}

.advoga{
  padding:8% 5%;
  background-color: var(--azul_claro);
  display: flex;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;

  & .descAdvoga{
    color:var(--branco_azulado);
    width: 100%;
    margin-left: 5%;
    & h1{
      font-family: "Chocolates";
      font-size: clamp(2rem,4.167vw,7rem);
      letter-spacing: 5px;
      font-weight: 100;
    }
    & p{
      font-family: "NeueKabel";
      font-size: clamp(0.5rem,1.7vw,3rem);
    }
  }
  & .textoAdvoga{
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    gap:30px;
  }
  & img {
    width: 30%;
  }
}

.argaljiAdvogados{
  color:var(--preto-brancoAzulado);
  padding: 10% 5%;
  display: flex;

  & h1{
    font-family: "Chocolates";
    font-size: clamp(2rem, 5vw, 8rem);
    font-weight: 100;
    letter-spacing: 4px;
    width: fit-content;
  }
  & .textoArgalji{
    font-family: "NeueKabel";
    margin: 5% 5% 0 7%;

    & p{
      font-size: clamp(1rem, 1.875vw, 2rem);
    }

  }
  & img{
    width: 35%;
  }
}


.animar{
  opacity: 0;
  transition: opacity 1.6s ease-out, transform 1.8s ease-out;
}
.animar.da-esquerda {
  transform: translateX(-100%); /* Começa 100% à esquerda, fora da tela */
}
.animar.da-direita {
  transform: translateX(100%); /* Começa 100% à direita, fora da tela */
}
.animar.de-baixo {
  transform: translateY(100px); /* Começa 100px para baixo */
}
.animar.visivel {
  opacity: 1; /* Torna-se totalmente opaco */
  transform: translateX(0) translateY(0); /* Volta para sua posição original */
}

@media (max-width: 768px) {

  .trajetoria {
    flex-direction: column;
    padding: 8%;
    gap: 2rem;
  }

  .textoSobre {
    width: 100%;
    /*margin: 0 0 1rem 0;*/
  }

  .desc {
    margin: 1em;
    gap: 1rem;
  }

  .desc p {
    width: 100%;
    font-size: clamp(0.9rem, 3vw, 1.2rem);
  }

  .desc p br{
    display: none;
  }

  .descImg img {
    width: 100%;
    height: auto;
  }

  .obstaculos {
    flex-direction: column;
    padding: 8%;
    border-radius: 0;
    gap: 2rem;
  }

  .descClaro {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }

  .descClaro img {
    width: 100%;
  }

  .descClaroText {
    font-size: clamp(0.9rem, 3vw, 1.rem);
    /*gap: 1rem;  */
    margin: 1em;
    gap: 1rem;
  }

  .descClaroText p br{
    display: none;
  }

  .recomeco {
    flex-direction: column;
    padding: 8%;
    gap: 1rem;
  }

  .textoSobreRecomeco h1 {
    /*font-size: clamp(1.5rem, 5vw, 2.5rem);*/
    font-size: clamp(2rem, 3.333vw, 6rem);
    margin-left: 0%;
  }

  .descRecomeco {
    flex-direction: column;
    margin-left: 0%;
    gap: 1.5rem;
  }

  .descRecomeco img {
    width: 100%;
    margin: 0;
  }

  .descRecomeco p {
    width: 100%;       
    margin: 0;  
    /*font-size: clamp(0.9rem, 5vw, 1.2rem);*/
    font-size: clamp(1rem, 1.667vw, 5rem);
    padding-right: 1em;
    padding-left: 1em;
  }

  .descRecomeco p br {
    display: none;
  }

  .advoga {
    flex-direction: column-reverse;
    padding: 8%;
    gap: 1.5rem;
    border-radius: 0%;
  }

  .advoga img {
    width: 100%;
  }

  .descAdvoga{
    width: 100%;
    margin-left: 0% !important;
  }

  .descAdvoga h1 {
    width: 100%;
    margin-bottom: 5%;
    font-size: clamp(2em, 5vw, 7.2em);
  }

  .textoAdvoga {
    margin: 1em;
  }

  .textoAdvoga p {
    width: 100%;        
    /*font-size: clamp(1.5rem, 5vw, 2.5rem) !important;*/
    font-size: clamp(1rem, 1.667vw, 5rem) !important;
  }

  .argaljiAdvogados {
    flex-direction: column;
    align-items: center;
    padding: 8%;
    gap: 1.5rem;
  }

  .textoArgalji {
    margin: 1em !important;
  }

  .textoArgalji p {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
    width: 100%
  }

  .argaljiAdvogados img {
    width: 100%
  }

}