body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

header {
  background-color: #445539;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header h2 {
  margin: 0;
}

nav {
  display: flex;
  gap: 15px;
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
}

main {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.hero {
  background: url('../img/PHOTO-2023-10-26-17-34-18.jpg') center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}

.hero .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background: #fff;
  color: #445539;
  border-radius: 4px;
  text-decoration: none;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.product-card {
  text-align: center;
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}

footer {
  background-color: #eee;
  text-align: center;
  padding: 10px;
}

section {
  padding: 60px 20px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .logo {
  height: 50px;
}

    .bg-verde { background-color: #445539; color: white; }
    .bg-claro { background-color: #f9f9f9; }
    .product-block {
      padding: 40px 20px;
    }
    .product-block h3 {
      margin-top: 20px;
    }

.intro-bg {
  background: url('img/estufas.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  height: 100vh;
}

.intro-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.intro-logo {
  max-width: 250px;
  margin-bottom: 30px;
}

.intro-text {
  max-width: 800px;
  color: #333;
}

.intro-text h1 {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #445539;
}

.intro-text p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 1.1em;
}    

.hero-header {
  background: url('../img/duverde.png') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 100px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.centered-logo {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo-grande {
  height: 120px;
  max-width: 100%;
}

.contato-section {
  display: flex;
  background-color: #F4F4E6;
  color: #B28253;
  font-family: 'Arial', sans-serif;
  padding: 60px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contato-imagem {
  flex: 1 1 300px;
  background-color: #D1A878;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.contato-imagem img {
  max-width: 100%;
  border-radius: 8px;
}

.contato-info {
  flex: 1 1 400px;
  padding: 20px 40px;
  text-align: left;
}

.contato-info h2 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #B28253;
}

.contato-info p {
  font-size: 1.1em;
  margin-bottom: 25px;
  line-height: 1.6;
}

.contato-info strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.sobre-section {
  display: flex;
  background-color: #F4F4E6;
  color: #B28253;
  font-family: 'Arial', sans-serif;
  padding: 60px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sobre-imagem {
  flex: 1 1 300px;
  background-color: #D1A878;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.sobre-imagem img {
  max-width: 100%;
  border-radius: 8px;
}

.sobre-info {
  flex: 1 1 400px;
  padding: 20px 40px;
  text-align: left;
}

.sobre-info h2 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #B28253;
}

.sobre-info p {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.6;
}