body {
  font-family: 'Arial', sans-serif;
  background-color: #EFECE6;
}
.sessao {
  background: #FFFCF6;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 15px;
}
section h2 {
  margin-bottom: 30px;
  text-align: center;
}
section h3 {
    margin-bottom: 15px;
}
.links {
  text-decoration: none;
}
.links a:hover{
  text-decoration: underline;
}
.links a:link, a:visited{
  color: inherit;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
footer p {
    margin-bottom: 5px;
}
footer a{
  text-decoration: none;
}
footer a:hover{
  text-decoration: underline;
}
footer a:link, a:visited{
  color: inherit;
}
.bg-1{
  background-color: #EFECE6;
}
.bg-passos{
  background-color: #E5DFD2 !important;
}

.altura-passos{
  min-height: 130px;
}
.login {
  background-color: #EFECE6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.login-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}
.login-container h2 {
  margin-bottom: 20px;
  text-align: center;
}
.btn-claro{
  background-color: #EFECE6;
  border: 1px solid black;
}
.btn-claro:hover{
  background-color: #999999;
  border: 1px solid black;
}