@charset "UTF-8";
html, body{
  scroll-behavior: smooth;
}

.desktop{
  display: flex;
  list-style-type: none;
}

.imenu{
  display: none;
}
.menu-lateral{
  display:none;
}

header > nav > .itens  a{
  display: block;
  font-size: 1.07em;
  font-weight: 600;
  color: white;
  text-decoration: none; 

}

header > nav > .itens a:hover{
  background-color:var(--cor1); 
  color: white;
  transition-duration: 0.3s;
  border-radius: 10px;
  padding: 3px 5px;
}

header > nav > .itens{
  display: flex;
  align-items: center;
  height: 30px;
  gap: 20px;

}

.sobre{
  flex-wrap: nowrap;
}

.advogada{
  background-image: url(../imagens/advogada.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 45%;
  height: 500px;

}

.sobre> .txt{
  width: 50%;
}

.acidentes{
  flex-direction: row;
  width: 1000px;
  margin: 70px auto;

}

.conteudo-acidentes{
  flex-direction: column;
  gap: 50px;
}

.conteudo-acidentes > img{
  margin-top: 50px;
  width: 100%;
  border-radius: 0px;
  
}

.oculto{
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
}

.visivel{
  display: none;
}

.txt-acidente{
  gap: 30px;
}

.texto-acidentes{
  margin: 0px 100px;
}

.texto-deslizante {
  font-size: 1.2em;
  
}

.saude{
flex-direction: row;
width: 1000px;
margin: 70px auto;
}

.areas-atuacao{
flex-direction: row;
width: 1000px;
margin: 70px auto;
}

.conteudo-curriculo{
justify-content: space-around;
align-items: center;
}

.ft-curriculo{
width: 400px;
box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.384);
}

.txt-curriculo{
width: 50%;
margin-top: 20px;
font-size: 1.2em;
}

.txt-missao{
width: 95%;
text-align: center;
}

.sessao-conquistas{
height: 200px;
}

.countainer-principal-counter{
display: flex;
justify-content: center;
}

.footer{
  height: 300px;
}

.sessao-footer{

  justify-content: start;
  flex-direction: row;
  
}

.links-uteis > li{
  font-size: 1.3em;
  margin: 20px 0px;
}

.sessao-footer > div{
margin-top: 25px;
margin-right: 60px;
}




