@charset "UTF-8";

#fechar-menu{
    display: none;
}

#icone-menu{
    display: none;
}

.logo-cliente img{
    width: 140px;
}

#bandeira{
    background-position: right;
}

#bandeira h1{
    font-size: 2.3em;
}

#bandeira .btn-contato{
    top: 72%;
    left: 3%;
    transform: translate(-3%, -72%);
}

#ft-advogado{
    width: 500px;
    height: 500px;
}

#box-sobre{
    gap: 150px;
}


#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: 15%;
}