@charset "UTF-8";

#logo-escritorio{
    width: 200px;
 }


#fechar-menu{
    display: none;
}

#icone-menu{
    display: none;
}


.logo-cliente img{
    width: 140px;

}

#bandeira{
    background-position: 82% 0%;
}

#bandeira .btn-contato{
    top: 65%;
    left: 3%;
    transform: translate(-3%, -65%);
}

#ft-advogado{
   width: 500px;
height: 500px;

}

#box-sobre{
    gap: 90px;
}


#linha-do-tempo {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-left: none; /* remove a linha lateral no desktop */
    border-top: 3px solid #0d47a1; /* mostra a linha no topo */
    padding-left: 0;
    padding-top: 3rem;
  }

  .ponto-tempo {
    text-align: center;
    max-width: 30%;

  }

  .ponto-tempo::before {
    left: 50%;
    top: -2rem;
    transform: translateX(-50%);
  }


.formulario{
    margin-right: 10%;
}