@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
    --fonte-principal: Playfair Display;
}

html{
  scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h2{
    color: #751e27;
    font-family: var(--fonte-principal);

}
body{
    background-color: #EBEBEB;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section{
    padding: 80px 0;
}

a{
    text-decoration: none;
    color: #751e27;
}

strong{
  color: #B49465;
}

button{
    cursor: pointer;
}

p{
    line-height: 2em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

button{
    background-color: transparent;
    padding: 20px 20px;
    color: #751e27;
    border: 2px solid #751e27;
    border-radius: 40px;
    margin-top: 40px;
}



header img{ 
    width: 200px;
}

#simbolo-logo{
  width: 100px;
}

nav{
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 10px;
    align-items: center;
}

nav ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    gap: 50px;
}

nav ul li a {
  position: relative;
  text-decoration: none;
  color: #751e27;
  font-weight: 500;
  padding-bottom: 4px; 
  
}

nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #B49465; 
  transition: width 0.3s ease-in-out;
}

nav ul li a:hover::after {
  width: 100%;
}



.botoes-flutuantes {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.btn-flutuante {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #B49465;
  color: white;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-flutuante img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Botão WhatsApp */
.btn-flutuante.whatsapp {
  background-color: #1cb956;
}

/* Botão LinkedIn */
.btn-flutuante.linkedin {
  background-color: #0077B5;
}

/* Botão Lattes */
.btn-flutuante.lattes {
  background-color: #3366CC;
}


/* Esconder botão topo */
#btnTopo {
  display: none;
}

/* Mostrar quando rolar */
#btnTopo.show {
  display: flex;
}



#bandeira, #valores, #ft-advogado{  
    background-size: cover;
    background-repeat: no-repeat;
}

#bandeira {
    width: 100%;
    margin: 0 auto 80px;
    background: linear-gradient(
        0deg,
        var(--color-azuere-10, #13121285) 0%,
        var(--color-azure-1070, rgba(68, 1, 5, 0)) 60%,
        var(--color-black-0, rgba(0, 0, 0, 0.37)) 100%
    ),
    url(imagens/bandeira.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: zoomBandeira 10s ease-in-out infinite;
}



#bandeira header,
#bandeira nav,
#bandeira * {
  position: relative;
  z-index: 2; /* garante que fique acima do overlay */
}


#sobre{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0;
}

#ft-advogado{
    border-radius: 50%;
    width:300px;
    height: 300px;
}

.advogado{
    background-image: url(imagens/marcus-andrade.jpg);
}

.advogado2{
    background-image: url(imagens/marcus-andrade2.jpg);
}

#conteudo-sobre{
    text-align: justify;
   
    }


#valores{
    background-image: url(imagens/bandeira-3.jpg);
    height: 800px;
    background-position: center;
}

#container-valores{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0px;
    max-width: 1800px;
    margin: auto;
}

#container-valores #slogan{
  text-align: center;
}



.valor-txt{
    text-align: justify;
}

.valor-txt h2{
    font-size: 2em;
    color: #751e27;
}

.icone{
    display: flex;
    align-items: center;
    gap: 10px;
}

.icone img{
    width: 64px;
}


#areas-sessao h2{
    color: #B49465;
    text-align: center;
   
}


#linha-do-tempo {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0.5rem auto 0 auto;

}

#linha-do-tempo p{
  text-align: justify;
}

#linha-do-tempo button {
  border-color: #B49465;
}

#linha-horizontal {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #B49465;
  z-index: 1;
}

.ponto-tempo {
  text-align: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px; /* Garante alinhamento entre colunas */
}

.icone-area {
  font-size: 2.5rem;
  color: #B49465;
  margin-bottom: 8px;
  margin-top: 10px;
}

.ponto-conexao {
  width: 10px;
  height: 10px;
  background-color: #B49465;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  position: relative;
  top: -6px;
  z-index: 3;
}

.ponto-tempo h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #B49465;
}

.ponto-tempo p {
  font-size: 1em;
  line-height: 2em;
  width: 100%;
  
}

.btn-saber-mais {
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid #B49465;
  color: #B49465;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-saber-mais:hover {
  background-color: #B49465;
  color: #fff;
}

#sessao-servicos h2{
    width: 80%;
    margin: 0 auto 30px auto;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 80%;
  margin: auto;
}

.card-servicos {
  border: 1px solid #751e27;
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  
}

.card-servicos:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.card-servicos .icon i {
  font-size: 1.5rem;
  color: #751e27;
  margin-bottom: 10px;
}

.card-servicos h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #751e27;
  text-align: left;

}

.card-servicos p {
  font-size: 0.95rem;

  line-height: 2em;
  text-align: justify;
}

footer{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0 40px;
  background-color: #52070e;
  color: white;

}

footer img{
  width: 300px;
}

footer div{
  padding-top: 30px;
  width: 90%;
  margin: auto;
}

footer h2, footer li, footer a{
  color: white;
  margin-top: 15px;
  list-style: none;
}


/* ANIMAÇÃO DE SURGIMENTO */

.surgir {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.surgir.aparecendo {
  opacity: 1;
  transform: translateY(0);
}

.surgir-direita {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease-out;
}
.surgir-direita.aparecendo {
  transform: translateX(0);
  opacity: 1;
}

.surgir-esquerda {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}
.surgir-esquerda.aparecendo {
  transform: translateX(0);
  opacity: 1;
}

.surgir-baixo {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.surgir-baixo.aparecendo {
  transform: translateY(0);
  opacity: 1;
}


.hover-borda-gradual {
  position: relative;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid transparent;
  transition: border 0.4s ease;
}

.hover-borda-gradual:hover {
  border: 2px solid white;
}


/*PAGINA SOBRE MIM */
.fundo-personalizado{
  background-image: url(imagens/fundo-corpo.jpg);
  background-size: cover;  
}

#introducao-quem-somos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  
}
#conteudo-introducao{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 30px;
  align-items: center;
}

#conteudo-introducao #txt-introducao p{
  text-align: justify;
}


#txt-introducao h1{
  color: #B99E6B;
  font-weight: 400;
  font-size:24px;
  margin-bottom: 15px;
  
}

#container-formacoes{
  display: flex;
  justify-content: center;
  text-align: justify;
  margin: auto;

}

.container-conteudo{
  display: flex;
  justify-content: space-around;  
  flex-direction: column;
  gap: 50px;
  line-height: 2em;

}

#aperfeicoamento p{
  text-align: justify;

}


#container-formacoes ul{
  list-style: none;
  line-height: 2em;


 
}

#container-formacoes ul, #container-formacoes p{
  width: 90%;
}

#container-formacoes li{
 margin: 15px 0;
}


#espacamento{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#espacamento ul li{
  line-height: 2em;
}

/*ATUACOES */
#txt-contato h1, #container-atuacoes h1, #container-atuacoes h2, #txt-introducao h2, #introducao-quem-somos h2, #conteudo-sobre h2{
  margin-bottom: 15px;
}



#container-atuacoes p{
  text-align: justify;
}

#container-atuacoes h1{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  color: #B49465;
  font-size: 24px;

}


.area-atuacao{
  margin: 50px 0;

}

.area-atuacao h2{
  text-align: justify;
}

.area-atuacao ul{
  list-style: none;
  text-align: justify;
  line-height: 2em;
}

.area-atuacao ul li{
  margin: 20px 0;
  
}



aside ul{
list-style: none;

}

aside ul li {
  margin: 20px 0;
  transition: all 0.3s ease; /* suaviza qualquer mudança */
  padding: 8px 0px;
  border-radius: 5px;
}

aside ul li:hover {
  border: 2px solid #B99E6B;
  background-color: rgba(185, 158, 107, 0.1); /* fundo leve com a mesma cor */
  box-shadow: 0 0 8px rgba(185, 158, 107, 0.3); /* sombra sutil */
  padding: 8px 12px;
  transform: translateX(5px); /* leve deslocamento lateral */
}


/*FORMULÁRIO*/

#sessao-contato{
  width: 80%;
  display: flex;
  justify-content: space-around;
  text-align: justify;
  align-items: center;
}

#sessao-contato p{
  line-height: 2em;
}

#sessao-contato h1{
  font-family: var(--fonte-principal);
  color: #750c15;
}

.form-contato {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: sans-serif;
}



.form-contato h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #750c15;
}

.form-contato label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-contato input,
.form-contato textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.form-contato button {
  background-color: #52070e;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-contato button:hover {
  background-color: #750c15;
}

.divisoria{
    display: block;
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    margin: 50px auto 0px;
}