* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
  }
  
  html {
    scroll-behavior: smooth;
    height: 100%;
  }
  
  body {
    background-color: #ede6d4;
    height: 100vh; 
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
    padding: 0;
  }
  header{
    background-color: #12403c;
    height: 60px;
    width: 100%;
    padding: 10px;
    position: fixed;
  }
  header h1{
    margin-left: 100px;
    color: white;
  }
  
  /* MENU LATERAL */
  nav.menu-lateral {
    width: 80px;
    height: 100%;
    margin-top: 60px;
    background-color: #12403c;
    padding: 40px 0 40px 1%;
    position: fixed;
    overflow: hidden;
    transition: 0.2s;
  } 
  nav.menu-lateral a:hover {
    color: #50fa7b;
  }
  nav.menu-lateral:hover {
    width: 300px;
  }
  
  .expansor {
    width: 100%;
    padding-left: 12px;
    padding-bottom: 15px;
    cursor: pointer;
  }
  
  .expansor > i {
    color: white;
    font-size: 30px;
  }
  
  ul {
    height: 100%;
    list-style-type: none;
  }
  
  ul li.item-menu {
    transition: 0.2s;
  }
  
  ul li.item-menu:hover {
    background-color: #333;
  }
  
  ul li.item-menu a {
    color: white;
    text-decoration: none;
    padding: 20px 4%;
    display: flex;
    line-height: 30px;
  }
  
  ul li.item-menu a .txt {
    margin-left: 40px;
  }
  
  ul li.item-menu a .icon > i {
    font-size: 30px;
    margin-left: 10px;
  }
  
  /* CONTEÚDO PRINCIPAL */
  
  nav.menu-lateral:hover ~ main {
    margin-left: 400px;
  }

  main {
    margin-top: 60px;
    margin-left: 80px;
    padding: 20px;
    transition: margin-left 0.2s;
    margin-left: 100px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
}

.Titulo{
  align-self: center;
  font-size: 40px;
  color: #12403c;
}
/* Div com o texto-1*/
.Texto-1{
  width: 500px;
 /* border: solid #12403c;*/
  align-self: center;
  width: 90%;
  font-size: 20px;
}
.Loja{
  display: flex;
  margin-top: 20px;
  /*border: #12403c solid;*/
  align-self: center;
  width: fit-content;
  flex-direction: row;
  gap: 20px
}
/* Estilo dos cards */
.Card{
    width: 300px;
    height: 600px;  
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: white;
}


/* Imagem do produto */
.produto-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

.title{
    display: flex;
    justify-content: start;
    background-color: #f0f0f0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 5px;
    border-radius: 4px;
    height: 50px;
}
/* Descrição com texto limitado */
section p {
    flex-grow: 1;
    font-family: 'Courier New', Courier, monospace;
    margin: 12px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    cursor: pointer;
}

/* Botões */
.buy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.buy button {
    flex: 1;
    padding: 8px;
    border: none;
    background-color: #12403c;  
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.buy button:hover {
    background-color: #1e5fc4;
}

/*Nossa Missão*/
#nossa-missao {
  background-color: #12403c; 
  padding: 60px 20px;        
  text-align: center;        
}

#nossa-missao .container {
  max-width: 800px;          
  margin: 0 auto;            
}

#nossa-missao h2 {
  font-size: 2.5em;          
  color: #ffffff;            
  margin-bottom: 20px;       
}

#nossa-missao p {
  font-size: 1.1em;          
  color: #ffffff;               
  line-height: 1;          
}
  
  /* RODAPÉ */
  footer.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 10px;
    margin-top: auto;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .footer-container div {
    flex: 1;
    min-width: 250px;
  }
  
  .footer h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .footer a {
    color: #1e90ff;
    text-decoration: none;
    font-weight: bold;
  }
  
  .footer a:hover {
    text-decoration: underline;
  }
  
  .footer-copy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 10px;
    opacity: 0.7;
  }

  .card1{
    width: 500px;
    height: 450px;  
    border: 1px solid #000000;  
    background-color: white;
    border-radius: 16px;
    padding: 45px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .sprinkler1{
    width: 400px;
    height: 300px;
  }

  .card2{
    width: 500px;
    height: 450px;  
    border: 1px solid #000000;  
    background-color: white;
    border-radius: 16px;
    padding: 45px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .sprinkler2{
    width: 400px;
    height: 300px;
  }

  .alinhamento{
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
  }
  
  /* Botão de abrir o painel */
.toggle-painel {
  display: none;
}

.botao-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #12403c;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  z-index: 1002;
  border-radius: 5px;
  font-weight: bold;
}


/* Painel Trabalhe Conosco */
.painel-trabalhe-conosco {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #12403c;
  box-shadow: -3px 0 0 #333;
  padding: 60px 20px 20px 20px;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 1001;
}

/* Quando o checkbox estiver checado, mostra o painel */
.toggle-painel:checked ~ .painel-trabalhe-conosco {
  right: 0;
}

/* Estilização do formulário */
form {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-left: 10px;
}

form label {
  color: #ede6d4;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
}

form input,
form select {
  padding: 8px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

form button {
  background-color: #ede6d4;
  color: #12403c;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

form button:hover {
  background-color: #ffffff;
}
