@font-face {
  font-family: 'BreeSerif';
  src: url('fontes/BreeSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

 html{
    font-size: 62.5%;
    overflow-x: hidden;
 }
 
 body{
  background-image: url("imgsEcomerce/SITE EcoLuxo (1).png");
  background-size: cover;       
  background-repeat: no-repeat; 
  background-position: center;  
 }
 
 .menu-secundario {
  background-color: #00753d;
  padding: 20px 40px;
  text-align: center;
  border-radius: 0; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin: 0; 
  width: 100%; 
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.menu-secundario p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0; 
}

.diferenciais {
  padding: 48px 0;
  background-color: #c9dabb;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}


.feature {
  background: var(--card);
  padding: 16px 20px; 
  border-radius: 0;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, rgb(10, 70, 20), rgb(0,255,0), rgb(60, 190, 99));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 70%;
  margin: 0 auto 20px; 
  height: auto;
}

.feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.feature h3 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 2.5rem; 
  text-align: center;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 2.0rem; 
  line-height: 1.5;
  text-align: center;
}


.home {
  display: flex;
  align-items: center;
  min-height: 100vh; 
  background-size: cover;
  background-position: center;
  padding: 0 8%;
  background-image: url('imgsEcomerce/Nossa história.png');

}

.home .content{
  max-width: 50rem;
}
.home .content h3{
  font-size: 3.5rem;
  color: #00753d;
  padding: 1rem 0;
  line-height: 1.5;
}
.home .content span{
  font-size: 3.5rem;
  color:#115322;
  padding: 1rem 0;
  line-height: 1.5;
}
.home .content p{
  font-size: 1.5rem;
  color: #0b3614;
  padding: 1rem 0;
  line-height: 1.5;
   max-width: 600px;
}

.quem-somos {
  width: 100%;          
  padding: 0;           
  background-image: url("imgsEcomerce/SITE EcoLuxo (1).png");
  display: flex;
  justify-content: center; 
}

.quem-somos-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;   
  width: 100%;
  gap: 2rem;
  font-family: 'BreeSerif', sans-serif;
  padding: 4rem 2rem;  
  box-sizing: border-box;
}

.quem-somos-texto {
  padding: 3rem;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.quem-somos-texto h2 {
  font-size: 3rem;
  color: #214e18;
  margin-bottom: 1rem;
}

.quem-somos-texto p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.btn-saiba-mais {
  display: inline-block;
  max-width: 200px;
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #2e7d32;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-saiba-mais:hover {
  background-color: #145214;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}



.quem-somos-imagem {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.quem-somos-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

@media (max-width: 1024px) {
  .quem-somos {
    flex-direction: column;
  }
  .quem-somos-imagem {
    margin-top: 2rem;
    height: 300px;
  }
  .quem-somos-imagem img {
    height: 100%;
  }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #08330a;
  padding: 20px 40px;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo {
  font-size: 2rem;
  font-weight: bold;
}
.home {
  padding: 0 10%; 
  min-height: 70vh; 
  background-position: top; 
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-links li a {
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #80ff80;
}

.menu-toggle {
  display: none;
  font-size: 3rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #08330a;
    flex-direction: column;
    width: 100%;
    display: none;
    padding: 20px 0;
    text-align: center;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 1rem 0;
  }
    .feature {
    text-align: left;
    padding: 15px;
  }

  .feature h3 {
    font-size: 1.1rem;
  }

  .feature p {
    font-size: 0.95rem;
  }
}

