* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #000;
}
/* Cabeçalho */
header {
  background-color: #007b55;
  color: white;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.logo-circle {
  background-color: white;
  color: #007b55;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
}

.logo-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}


.user-name {
  margin-right: 10px;
  font-weight: bold;
  color: white;
}

.menu a {
  margin: 0 12px;
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.auth-buttons button {
  margin-left: 12px;
  background-color: white;
  color: #007b55;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.auth-buttons button:hover {
  background-color: #000000;
  color: white;
  transition: background-color 0.3s ease;
}

.frame1 {
  display: flex;
  align-items: center;
  padding: 60px;
  gap: 60px;
}

.frame1-text {
  width: 882px;
  height: auto;
  text-align: left;
  font-family: "Inter", sans-serif;
  color: #000000;
  line-height: 1.6;
}

.frame1-text h2 {
  color: #14ab35;
  font-size: 24px;
  margin-bottom: 20px;
}

.destaque {
  color: #14ab35;
  font-weight: 700;
}

.frame1-text p {
  margin-bottom: 16px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}
.frame1-img {
  width: 405.11px;
  height: 285px;
  object-fit: cover;
}
.frame2 {
  background: #e1f6f0;
  text-align: center;
  padding: 60px;
}
.frame2 h2 {
  color: #14ab35;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
}
.cards {
  display: flex;
  justify-content: space-between;
  gap: 59px;
  margin-right: 56px;
}
.card h3 {
  color: #16ad36;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.card p {
  font-size: 14px;
  color: #000;
}
.equipe {
  text-align: center;
  padding: 60px;
}
.equipe .membros :hover {
  transform: scale(1.05);
  transition: transform 0.3s;
}

.equipe {
  text-align: center;
  padding: 40px;
  background-color: #f5f5f5;
}

.equipe h2 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #333;
}

.membros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.membros div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
}

.membros img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.membros p {
  margin-top: 10px;
  font-size: 1em;
  color: #444;
}
.equipe h2 {
  color: #16ad36;
  font-size: 20px;
  margin-bottom: 40px;
}

.membros {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.membros div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  text-align: center;
}
.membros img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.membros p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

.frame1,
.frame2,
.equipe {
  max-width: 1100px; /* ou outro valor adequado */
  margin: 0 auto;
  padding: 60px 20px; /* ajuste horizontal para mobile */
  box-sizing: border-box;
}
/* Rodapé */
footer {
  background-color: #003d2c;
  color: white;
  padding: 30px 40px;
  display: flex;
  justify-content: center; /* Centraliza o conteúdo no meio da tela */
}

.footer-content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center; /* Centraliza as colunas */
  gap: 40px;
  flex-wrap: wrap;
  text-align: left; /* Alinha o texto à esquerda */
}

.footer-left {
  max-width: 300px;
  margin-bottom: 20px;
  text-align: left; /* Alinha o texto à esquerda */
}

.footer-left .logo-text {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.footer-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-columns div {
  min-width: 150px;
}

.footer-columns strong {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.footer-columns p {
  font-size: 14px;
  margin-bottom: 6px;
  color: #ccc;
  cursor: pointer;
}

.footer-columns .fale-conosco {
  margin-top: 10px;
  font-weight: bold;
  color: #ffffff;
}
/* Ajuste para o menu de navegação no footer */
.footer-columns nav.footer-menu {
  gap: 0px;
  display: flex;
  flex-direction: column;
}

.footer-columns nav.footer-menu a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-columns nav.footer-menu a:hover,
.footer-columns nav.footer-menu a:focus {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}
