* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;     
  display: flex;
  flex-direction: column;

  background-color: #f8f8f8;
  color: #555;
  font-family: Arial, sans-serif;
}

header {
  background-color: #7e57c2;
  padding: 40px 20px;
  text-align: center;
}



header h1 {
  text-align: center;
  margin-bottom: 10px;
}

nav {
  margin-top: 50px;
}


nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 0 15px;  
}


nav a:hover {
  text-decoration: underline;
}

.hero {
  padding: 60px 20px;
  text-align: center;
  background-color: #e8f5e9;
}

.hero h2 {
  margin-bottom: 15px;
}

.hero p {
  margin-bottom: 25px;
}

.btn {
  background-color: #2e7d32;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background-color: #1b5e20;
}

section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}

.destaques .cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background-color: white;
  padding: 20px;
  flex: 1;
  min-width: 250px;
  border-radius: 8px;
}

footer {
  background-color: #7e57c2;
  color: white;
  text-align: center;
  padding: 15px;
}


.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  flex: 1;
  min-width: 250px;
}

.card h3 {
  margin-bottom: 10px;
}

.card p {
  margin-bottom: 8px;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c8e6c9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);

  width: 300px;          /* tamanho fixo e bonito */
  display: flex;         /* organiza o conteúdo */
  flex-direction: column;
}

.card p {
  margin-bottom: 8px;
}

.card .btn {
  margin-top: auto;      /* empurra o botão pra baixo */
  text-align: center;
}
.sobre-detalhada {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #c8e6c9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sobre-detalhada h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #2e7d32;
}

.sobre-detalhada p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.sobre-detalhada .destaque {
  text-align: center;
  font-style: italic;
  color: #388e3c;
  margin-bottom: 20px;
}

.icones-animais {
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
}

body {
  background-color: #f8f8f8;
  color: #555;
  font-family: Arial, sans-serif;
}

h1, h2, h3 {
  color: #7e57c2;
}
.btn {
  background-color: #7e57c2;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.btn:hover {
  background-color: #6a4bb3;
}
.card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
.sobre-detalhada {
  background-color: #fff3cd;
  padding: 40px;
  border-radius: 14px;
  border: 1px solid #f1e1a6;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.sobre-detalhada p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.icones-animais {
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
  color: #7e57c2;
}
header h1 {
  color: white;
}
.subtitulo {
  color: #fff3cd;        
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 15px;
  font-style: italic;
}

.ajuda {
  background-color: #fff3cd;
  padding: 40px;
  border-radius: 14px;
  border: 1px solid #f1e1a6;
}

.ajuda h2 {
  text-align: center;
  margin-bottom: 20px;
}

.descricao {
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

.ajuda-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.ajuda-card {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.ajuda-card h3 {
  color: #7e57c2;
  margin-bottom: 10px;
}
.aviso-adoção {
  background-color: #f3e6ff; /* lilás suave */
  border-left: 5px solid #6a0dad; /* barra roxa */
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #4b007a;
}
