/* BOTÃO COPIAR */


  input, button {
            font-size: 25px;
            border-radius: 10px;
            border: none;
            padding: 20px;
        }
 
        input {
            background-color: #d4e8ff;
            color: #06224a;
            width: 500px;
        }
 
        input:focus {
            outline: none;
        }
 
        button {
            margin-left: 10px;
            background-color: #06224a;
            color: white;
            text-transform: uppercase;
            transition: 0.3s;
        }
 
        button:hover {
            background-color: #010d1f;
            transition: 0.3s;
        }
        
    /* SUBIR BOTÃO WHATSAPP */
    .li-whatsapp a {
    position: fixed;
    bottom:110px !important;
   /* left:10px !important;*/
    z-index: 999 !important;
    
    }
    
    /*INTALAÇÃO DOS VASOS*/
    
    .embed-container {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     max-width: 100%;
     height: auto;
     margin-top: 30px;
     margin-bottom: 30px;
     }
    .embed-container iframe, .embed-container object, .embed-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    }
    
    /*COR DA TRUSTVOX*/
    #_trustvox_widget .ts-widget .ts-footer {
    background: #25a33a !important;
}


body, section {
  padding: 0; /* se necessário */
}


 .vantagens-smart {
   /* mantém o fundo */
  padding: 60px 0;
  width: 100%;       /* remove padding lateral para alinhar com o resto do site */
}


.vantagens-smart .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px; /* adiciona padding lateral dentro do container */
}


.vantagens-smart h3 {
  font-size: 1.6rem;
  color: #555;
  margin-bottom: 30px;
}





.vantagem-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  
}


.vantagem-box img {
  width: 100%;
  height: auto;
  display: block;
}


.vantagem-box .texto {
  padding: 15px 20px;
  background: #fff;
}


.vantagem-box .texto span {
  font-size: 0.95rem;
  color: #777;
}


.vantagem-box .texto strong {
  display: block;
  font-size: 1.2rem;
  color: #111;
  margin-top: 5px;
}


.smart-fluxo {
  background: #FFFFFF;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}


.smart-fluxo .container {
  max-width: 1200px;
  margin: 0 auto;
}


.smart-fluxo h3 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}


.smart-fluxo h3 span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
}


.etapas-fluxo {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}


.etapa {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 30px;
  flex: 1;
  min-width: 280px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}


.etapa img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}


.etapa h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0B3B2E;
  margin-bottom: 12px;
}


.etapa p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}


.smart-participar {
  background: #fff;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}


.smart-participar .container {
  max-width: 1200px;
  margin: 0 auto;
}


.smart-participar h3 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}


.smart-participar h3 span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
}


.etapas-participar {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
  justify-content: flex-start;
}


.passo {
  background: #FFFFFF;
  border: 1px solid #eee;
  border-radius: 8px;
  flex: 1 1 260px;
  min-width: 260px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}


.passo-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 160px;
}


.passo h4 {
  font-size: 24px;
  color: #C47032;
  font-weight: 700;
  margin-bottom: 10px;
}


.passo p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin: 0;
}


.passo a {
  color: #003366;
  text-decoration: underline;
  font-weight: 600;
}


.regulamento {
  min-width: 220px;
  padding: 20px 0 0 0;
}


.regulamento h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}


.regulamento p a {
  font-weight: 600;
  text-decoration: underline;
  color: #333;
}


.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}


.faq-container h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
  font-weight: bold;
}


.faq-item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}


.faq-item:hover {
  background-color: #f9f9f9;
}


.faq-item input[type="checkbox"] {
  display: none;
}


.faq-question {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}


.faq-answer {
  font-size: 15px;
  color: #444;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}


.faq-item input[type="checkbox"]:checked ~ .faq-answer {
  max-height: 200px;
  margin-top: 10px;
}




.blog-smart {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}


.blog-smart .container {
  max-width: 1200px;
  margin: 0 auto;
}


.blog-smart h2 {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #222;
}


.blog-smart .sub {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}


.blog-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.card {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
  min-width: 300px;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}


.card:hover {
  transform: translateY(-4px);
}


.image-wrapper {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}


.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.card-content {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.card .date {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  display: block;
}


.card h3 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 1.4;
}






.carousel {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
/* === GERAL === */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0 1rem;
 
}


section {
  max-width: 960px;
  margin: 40px auto;
  
}


/* === TÍTULO === */
.ambiente-destaque h1 {
  text-align: center;
  font-size: 2rem;
  color: #b38b3f;
  margin-bottom: 1.5rem;
}


.carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.5rem;
  padding-bottom: 10px;
}


.carousel img {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  scroll-snap-align: start;
}


.carousel img:hover {
  transform: scale(1.03);
}


/* === DESCRIÇÃO DO CONTEÚDO === */
.descricao {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin: 2rem auto;
}


.descricao .data {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 1rem;
}


.descricao p {
  margin-bottom: 1rem;
  font-size: 1rem;
}


/* === LISTA DE PRODUTOS === */
.lista-produtos {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin: 2rem auto;
}


.lista-produtos h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #222;
}


.lista-produtos ul {
  list-style: none;
  padding: 0;
}


.lista-produtos li {
  margin-bottom: 0.75rem;
}


.lista-produtos a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}


.lista-produtos a:hover {
  color: #a88a2a;
  text-decoration: underline;
}






/* === PARTICIPE DO CLUBE SMART === */


.smart-parceiros {
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #333;
  padding: 40px 20px;
  line-height: 1.6;
}


.smart-parceiros h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}


.smart-parceiros p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #444;
}


/* VANTAGENS */


.vantagens-smart .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}


.vantagens-smart h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}


.vantagens-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}


.vantagem-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  flex: 1 1 30%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}


.vantagem-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.vantagem-box .texto {
  padding: 16px;
}


.vantagem-box .texto span {
  font-size: 0.9rem;
  color: #777;
}


.vantagem-box .texto strong {
  font-size: 1rem;
  display: block;
  color: #111;
}


/* FLUXO */




.smart-fluxo h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}


.smart-fluxo h3 span {
  font-size: 13px;
  font-weight: 600;
  color: #999;
  display: block;
  margin-bottom: 4px;
}


.etapas-fluxo {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}


.etapa {
  background: #f4f4f4;
  flex: 1 1 30%;
  padding: 24px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}


.etapa img {
  width: 50px;
  margin-bottom: 16px;
}


.etapa h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0B3B2E;
  margin-bottom: 10px;
}


.etapa p {
  font-size: 15px;
  color: #444;
}


/* COMO PARTICIPAR */
.smart-participar h3 {
  font-size: 24px;
  margin-bottom: 30px;
}


.smart-participar h3 span {
  font-size: 13px;
  font-weight: 700;
  color: #999;
  display: block;
  margin-bottom: 5px;
}


.etapas-participar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.passo {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 16px;
  flex: 1 1 30%;
}


.passo h4 {
  font-size: 20px;
  color: #C47032;
  font-weight: 700;
  margin-bottom: 10px;
}


.passo p {
  font-size: 14px;
  color: #333;
}


.passo a {
  color: #003366;
  font-weight: 600;
  text-decoration: underline;
}


/* REGULAMENTO */
.regulamento {
  margin-top: 24px;
}


.regulamento h5 {
  font-size: 16px;
  margin-bottom: 6px;
}


.regulamento a {
  font-weight: 600;
  color: #333;
  text-decoration: underline;
}


/* FAQ */
.faq {
  margin-top: 40px;
}


.faq h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}


.faq-item {
  border-top: 1px solid #ddd;
  padding: 16px 0;
}


.faq-item label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}


.faq-content {
  padding: 8px 0 0;
  font-size: 14px;
  color: #555;
}


/* Responsivo */
@media (max-width: 768px) {
  .vantagens-grid,
  .etapas-fluxo,
  .etapas-participar {
    flex-direction: column;
  }


  .vantagem-box,
  .etapa,
  .passo {
    flex: 1 1 100%;
  }
}






.smart-fluxo {
  background-color: #FFFFFF; /* cinza claro */
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}


.smart-fluxo .container {
  max-width: 1200px;
  margin: 0 auto;
}






/* GARANTIR FUNDO CINZA NA SEÇÃO .smart-fluxo */
.smart-fluxo {
  background-color: #FFFFFF !important;
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}


/* SEÇÃO .vantagens-smart COM FUNDO CINZA CLARO */
/* FUNDO CINZA PARA A SEÇÃO COMPLETA */
.vantagens-smart {
  background-color: #FFFFFF;
  padding: 60px 0;
}