/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  color: #333;
}

header {
  background-color: #2E7D32;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 15px;
  padding-right: 100px;
}

.logo {
  height: 50px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* Restante do layout */
.hero {
  background-color: #A5D6A7;
  text-align: center;
  padding: 40px 20px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}
.cards p{
text-align: justify;
}

.card {
  background-color: #f0f0f0;
  padding: 20px;
  width: 250px;
  border-radius: 8px;
  box-shadow: 0 0 10px #ccc;
}

footer {
  background-color: #2E7D32;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

/*logo ti verde*/
.logo {
  height: 60px;
  vertical-align: middle;
  margin-right: 10px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.5));
}
header h1 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
/* Blog */
.blog {
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
}

.blog h2 {
  color: #2E7D32;
  font-size: 28px;
  margin-bottom: 20px;
}

.blog p {
  margin-bottom: 40px;
}

.blog .post {
  background-color: #f0f0f0;
  padding: 20px;
  width: 250px;
  border-radius: 8px;
  box-shadow: 0 0 10px #ccc;
  margin: 20px auto;
  text-align: left;
}

.blog .post h3 {
  margin-bottom: 10px;
  color: #2E7D32;
}

.blog .post p {
  margin-bottom: 10px;
  color: #333;
}

.blog .post a {
  color: #2E7D32;
  text-decoration: none;
  font-weight: bold;
}

.blog .post a:hover {
  text-decoration: underline;
}
/*ferramentas*/
.tools {
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
}

.tools h2 {
  color: #2E7D32;
  font-size: 28px;
  margin-bottom: 30px;
}

.tool-card {
  background-color: #f0f0f0;
  padding: 20px;
  width: 250px;
  border-radius: 8px;
  box-shadow: 0 0 10px #ccc;
  margin: 20px auto;
  text-align: left;
}

.tool-card h3 {
  margin-bottom: 10px;
  color: #2E7D32;
}

.tool-card p {
  margin-bottom: 10px;
  color: #333;
}

.tool-card a {
  color: #2E7D32;
  text-decoration: none;
  font-weight: bold;
}

.tool-card a:hover {
  text-decoration: underline;
}
/*adição para pagina ferramentas*/
.tools-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
/*sobre ti-verde-pagina inicio*/
.sobre-ti-verde {
  padding: 40px 20px;
  background-color: #E8F5E9;
  text-align: justify;
}

.sobre-ti-verde h2 {
  font-size: 24px;
  color: #2E7D32;
  margin-bottom: 15px;
  text-align: center;
}

.sobre-ti-verde p {
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}
/*tiverde-beneficios-pagina principa*/
.tecnologia-verde-beneficios {
  padding: 40px 20px;
  background-color: #E8F5E9;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

.tecnologia-verde-beneficios h2 {
  font-size: 24px;
  color: #2E7D32;
  margin-bottom: 15px;
  text-align: center;
}

.tecnologia-verde-beneficios p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.tecnologia-verde-beneficios ul {
  list-style: none;
  padding-left: 0;
  text-align: justify;
}

.tecnologia-verde-beneficios li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
 /*beneficios*/
.beneficios {
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
}

.beneficios h2 {
  font-size: 24px;
  color: #2E7D32;
  margin-bottom: 15px;
}

.beneficios ul {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}

.beneficios li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
/*imagem-principal*/
.imagem {
  text-align: center;
  margin: 40px 0;
}

.imagem-principal {
  .imagem-principal {
    width: 600px; 
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin: 0 auto;
  }
  
}

.imagem-principal:hover {
  transform: scale(1.05); 
}
/* Estilo da página Práticas Sustentáveis */
.conteudo-praticas {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.conteudo-praticas article {
  margin-bottom: 40px;
  border-left: 5px solid #2E7D32;
  padding-left: 15px;
}

.conteudo-praticas h3 {
  font-size: 24px;
  color: #2E7D32;
  margin-bottom: 10px;
}

.conteudo-praticas p {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}
/*imagem da pagina de sustentabilidade*/
.bloco-imagem-texto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; 
  gap: 30px;
  padding: 40px 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin: 30px auto;
  max-width: 1000px;
}

.bloco-imagem-texto img {
  width: 300px; /* tamanho médio */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.texto-lateral {
  max-width: 500px;
}

.texto-lateral h2 {
  color: #2E7D32;
  margin-bottom: 10px;
}

.texto-lateral p {
  color: #444;
  line-height: 1.6;
  font-size: 16px;
}
/*pagina sobre*/
.hero {
  background-color: #A5D6A7;
  text-align: center;
  padding: 60px 20px;
}

.hero h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}
.content {
  padding: 50px 20px;
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
}

.content h3 {
  font-size: 22px;
  color: #2E7D32;
  margin-top: 30px;
  margin-bottom: 10px;
}

.content p {
  font-size: 17px;
  color: #444;
  text-align: justify;
}
footer {
  background-color: #2E7D32;
  color: #ffffffcc;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
/*segunda parte pagina sobre*/
header {
  background-color: #2E7D32;
  color: white;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 45px;
}

header h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.2s ease-in-out;
}

nav a:hover {
  opacity: 0.8;
}
/*Consumo*/
.consumo {
  padding: 40px 20px;
  background-color: #E8F5E9;
  text-align: center;
}

.consumo h2 {
  font-size: 28px;
  color: #2E7D32;
  margin-bottom: 20px;
}

.consumo p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 17px;
  color: #444;
}

form#consumo-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

form#consumo-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #2E7D32;
}

form#consumo-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form#consumo-form button {
  width: 100%;
  background-color: #2E7D32;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

form#consumo-form button:hover {
  background-color: #1b5e20;
}

#resultado {
  margin-top: 25px;
  font-size: 18px;
  color: #2E7D32;
  text-align: center;
}

#resultado,
#resultado-custo {
  font-size: 18px;
  color: #2E7D32;
  text-align: center;
}
form.calculadora {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

form.calculadora label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #2E7D32;
}

form.calculadora input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form.calculadora button {
  width: 100%;
  background-color: #2E7D32;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

form.calculadora button:hover {
  background-color: #1b5e20;
}

#resultado,
#resultado-custo {
  font-size: 18px;
  color: #2E7D32;
  text-align: center;
  margin-top: 25px;
}
/*extra da pagina inicial*/
.como-comecar {
  padding: 40px 20px;
  background-color: white;
  text-align: center;
}

.como-comecar h2 {
  color: #2E7D32;
  margin-bottom: 10px;
}

.como-comecar p {
  color: #444;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}
/*oque vc encontra aqui*/
.beneficios-card {
  padding: 40px 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.card-beneficios {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  max-width: 600px;
  text-align: center;
}

.card-beneficios h2 {
  color: #2E7D32;
  margin-bottom: 20px;
}

.card-beneficios ul {
  list-style: none;
  padding: 0;
}

.card-beneficios li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

/*imagem-inicial*/
.como-comecar-estilo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 20px;
  background-color: #E8F5E9;
  border-radius: 12px;
  margin: 30px auto;
  max-width: 1000px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

.como-texto {
  max-width: 500px;
}

.como-texto h2 {
  color: #2E7D32;
  font-size: 26px;
  margin-bottom: 15px;
}

.como-texto p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.como-imagem img {
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*carrossel pagina inicial*/
.carrossel {
  text-align: center;
  padding: 40px 20px;
  background-color: #F1F8E9;
}

.carrossel h2 {
  color: #2E7D32;
  margin-bottom: 20px;
}

.carrossel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.carrossel-container img {
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.btn-prev, .btn-next {
  background-color: #2E7D32;
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
}

.btn-prev:hover, .btn-next:hover {
  background-color: #1B5E20;
}
.carrossel-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.carrossel-texto {
  max-width: 400px;
  text-align: left;
}

.carrossel-texto h3 {
  color: #2E7D32;
  margin-bottom: 10px;
}

.carrossel-texto p,
.carrossel-texto li {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
/*icones pagina inicial*/
.tecnologia-verde-beneficios {
  padding: 50px 20px;
  background-color: #f4f4f4;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.tecnologia-verde-beneficios h2 {
  text-align: center;
  color: #2E7D32;
  margin-bottom: 30px;
  font-size: 26px;
}

.tecnologia-verde-beneficios p {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}

.beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.beneficio-item img {
  width: 60px;
  height: auto;
}

.beneficio-item h3 {
  color: #2E7D32;
  margin-bottom: 8px;
  font-size: 18px;
}

.beneficio-item p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-align: left;
}
/*blog-post*/
.blog .content {
  max-width: 800px;
  margin: 40px auto;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  text-align: justify;
}

.blog .content h2 {
  color: #2E7D32;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.blog .content p,
.blog .content li {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

.blog .content ol,
.blog .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog .content a {
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  color: #2E7D32;
  font-weight: bold;
  transition: opacity 0.2s ease-in-out;
}

.blog .content a:hover {
  opacity: 0.8;
}
/*imagem da aba de reciclagem*/
.imagem-centralizada {
  text-align: center;
  margin: 30px 0;
}

.imagem-fixa-reciclagem {
  width: 100%;
  max-width: 400px;  
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*avaliação Ti - pagina ferramentas*/
.avaliacao-ti {
  padding: 40px 20px;
  background-color: #F1F8E9;
  text-align: center;
}

.avaliacao-ti h2 {
  font-size: 28px;
  color: #2E7D32;
  margin-bottom: 30px;
}

.avaliacao-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  margin: 15px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: left;
}

.avaliacao-card label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2E7D32;
}

.avaliacao-card select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.avaliar-btn {
  margin-top: 20px;
  background-color: #2E7D32;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.avaliar-btn:hover {
  background-color: #1B5E20;
}

.resultado-avaliacao {
  margin-top: 25px;
  font-size: 18px;
  color: #2E7D32;
  font-weight: bold;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.avaliacao-ti {
  padding: 50px 20px;
  background-color: #F1F8E9;
  text-align: center;
}

.avaliacao-ti h2 {
  font-size: 28px;
  color: #2E7D32;
  margin-bottom: 30px;
}

.avaliacao-bloco {
  background-color: #ffffff;
  border: 2px solid #A5D6A7;
  padding: 25px;
  border-radius: 12px;
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: left;
}

.avaliacao-bloco legend {
  font-size: 20px;
  font-weight: bold;
  color: #2E7D32;
  margin-bottom: 10px;
}

.avaliacao-bloco label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #2E7D32;
}

.avaliacao-bloco select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.avaliar-btn {
  margin-top: 30px;
  background-color: #2E7D32;
  color: white;
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.avaliar-btn:hover {
  background-color: #1B5E20;
}

.resultado-avaliacao {
  margin-top: 30px;
  font-size: 20px;
  color: #2E7D32;
  font-weight: bold;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
/*resultado da avaliação*/
.resultado-nivel {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  max-width: 700px;
  margin: 30px auto;
  text-align: left;
  line-height: 1.6;
}

.resultado-nivel h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.resultado-nivel.excelente h3 {
  color: #2E7D32;
}

.resultado-nivel.medio h3 {
  color: #F9A825;
}

.resultado-nivel.critico h3 {
  color: #C62828;
}

.resultado-nivel ul {
  margin-top: 10px;
  padding-left: 20px;
}

.resultado-nivel li {
  margin-bottom: 8px;
}
/*mitos e verdades pagina praticas sustentaveis*/
.mitos-verdades {
  background-color: #f4fdf6;
  padding: 2rem;
  border-radius: 16px;
  margin: 2rem auto;
  max-width: 900px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.mitos-verdades h2 {
  font-size: 1.8rem;
  color: #2e7d32;
  margin-bottom: 1.5rem;
  text-align: center;
}

.mito-verdade {
  background-color: #ffffff;
  border-left: 6px solid #4caf50;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  transition: transform 0.2s ease;
}

.mito-verdade:hover {
  transform: scale(1.01);
}

.mito-verdade h3 {
  color: #d32f2f;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.mito-verdade p {
  color: #333;
  line-height: 1.6;
}

.mito-verdade p strong {
  color: #2e7d32;
}
/*Curiosidades ambientais - pagina blog*/
.curiosidades-ti-lista {
  background-color: #f4fdf6;
  padding: 2rem;
  border-radius: 16px;
  margin: 2rem auto;
  max-width: 900px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.curiosidades-ti-lista h2 {
  font-size: 1.8rem;
  color: #2e7d32;
  text-align: center;
  margin-bottom: 1.5rem;
}

.curiosidades-ti-lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.curiosidades-ti-lista li {
  display: flex;
  align-items: center; /* Alinha texto e ícone verticalmente */
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.curiosidades-ti-lista .icone {
  width: 2rem;           
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-right: 0.8rem;
  background-color: #e0f2f1;
  border-radius: 50%;
  color: #2e7d32;
  flex-shrink: 0;
}
/*logo-sobre*/
.sobre-imagem {
  text-align: center;
}
