* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

/* --- Banner Quem Sou --- */
.banner-quem-sou {
  width: 100%;
  height: 48rem;
  background: linear-gradient(180deg, #171738 60%, #08043b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  background-image: url("../img/img_JoseTeste.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-quem-sou h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 1;
  padding-right: 20rem;
}

/* --- Quem Sou --- */
.duas-colunas {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin: 3rem 0;
}

.coluna-imagem {
  flex: 1;
  text-align: center;
}

.coluna-imagem img {
  width: 220px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.coluna-imagem p {
  margin-top: 1rem;
  color: #666;
  font-size: 1.1rem;
}

.coluna-imagem p:nth-of-type(2) {
  font-size: 1rem;
}

.coluna-texto {
  flex: 2;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
}

#slogan-quem-sou {
  text-align: center;
  font-size: 1.2rem;
  color: #192a56;
  margin-bottom: 2rem;
  font-weight: bold;
}

#links-principais a:nth-of-type(2) {
  color: #192a56;
  font-weight: 900;
}

/* --- Seções de Conteúdo --- */
.secao-conteudo {
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid #ccc;
}

.secao-conteudo h3 {
  color: #192a56;
  margin-bottom: 1rem;
  text-align: center;
}

.secao-conteudo p {
  color: #444;
  line-height: 1.6;
  text-align: center;
}

/* --- Link Específico --- */
#link_Leis {
  text-decoration: none;
  color: #192a56;
  font-weight: bold;
  transition: all 0.3s ease;
}

#link_Leis:hover {
  color: #0b13a8;
  transform: scale(1.1);
}

/* --- Utilitários --- */
.centralizado {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  /* #Email_link {
  }*/
  /* --- Ajustes no Header Superior --- */
  #Header-Principal {
    height: auto;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .banner-quem-sou {
    height: 25rem;
    text-align: center;
    margin-bottom: 0;
  }

  .banner-quem-sou h1 {
    font-size: 2rem;
    padding-right: 0;
  }

  /* --- Ajustes no Layout de Duas Colunas --- */
  .duas-colunas {
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
  }

  .coluna-texto {
    font-size: 1.1rem;
    text-align: justify;
  }

  /* --- Ajustes Gerais de Espaçamento --- */
  .centralizado {
    padding: 0 1rem;
  }

  /* --- Ajustes no Rodapé (Footer) --- */
  #footer {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .footer-left,
  .footer-right {
    text-align: center;
    flex-basis: 100%;
  }

  .footer-center {
    order: 3;
  }

  .footer-links {
    padding-left: 0;
    list-style: none;
  }

  .footer-links li {
    margin-bottom: 0.5rem;
  }

  .footer-right img {
    margin: 0 auto;
  }
}
