.elementor-kit-10{--e-global-color-primary:#FF6B6B;--e-global-color-secondary:#4ECDC4;--e-global-color-text:#2E2E2E;--e-global-color-accent:#61CE70;--e-global-color-6845c53:#FFE5D9;--e-global-color-1a5003f:#F7F7F7;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.4em;--e-global-typography-accent-letter-spacing:3px;background-color:var( --e-global-color-6845c53 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-size:16px;font-weight:600;line-height:1.4em;color:var( --e-global-color-1a5003f );border-radius:8px 8px 8px 8px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#FA7878;color:var( --e-global-color-1a5003f );box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.38);border-radius:8px 8px 8px 8px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-1a5003f );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:1.2em;}.elementor-kit-10 a:hover{color:var( --e-global-color-1a5003f );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-10 h1{font-family:"Poppins", Sans-serif;font-size:42px;font-weight:600;}.elementor-kit-10 h2{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:500;}.elementor-kit-10 h3{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-10 a:hover{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-10 a:hover{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.card-servico {
  background: rgba(255, 255, 255, 0.15); /* leve transparência */
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.titulo-servico {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #4A2F28; /* marrom elegante */
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.card-depoimento {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 24px;
  max-width: 400px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  color: #4A2F28;
}

.texto-depoimento {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 12px;
}

.nome-cliente {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #848257; /* verde oliva claro */
}

.depoimentos-container {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 40px 20px;
}

.fundo-vidro {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  padding: 32px;
  max-width: 300px;
  min-width: 260px;
  flex: 1;
  color: #4A2F28;
}

.vidro-transparente {
  background: rgba(255, 255, 255, 0.04); /* transparência mais leve */
  backdrop-filter: blur(30px) saturate(200%);
  -webkit-backdrop-filter: blur(30px) saturate(200%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
}

#menu-superior {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}





/* MENU FIXO COM FUNDO VIDRADO */
.menu-flutuante {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 999;
  padding: 12px 10%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* CONTAINER FLEXÍVEL PARA LOGO E LINKS */
.menu-flutuante .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo-menu img {
  height: 40px;
  display: block;
}

/* LISTA DE LINKS */
.menu-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.menu-links li a {
  font-size: 15px;
  color: #2E2E2E;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

/* HOVER PADRÃO */
.menu-links li a:hover {
  color: #4ECDC4;
}

/* MOBILE: MOSTRA SOMENTE O WHATSAPP */
@media (max-width: 768px) {
  .menu-flutuante {
    padding: 12px 5%;
  }

  .menu-links {
    gap: 0;
  }

  .menu-links li:not(:last-child) {
    display: none; /* esconde Planos e Demonstração */
  }

  .menu-links li:last-child a {
    background-color: #25D366;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .menu-links li:last-child a::before {
    content: none !important; /* garante que nenhum ícone externo apareça */
  }
  @media (max-width: 768px) {
  .menu-links li:last-child a::before {
    content: none !important;
    display: none !important;
  }

  .menu-links li:last-child {
    position: relative;
  }

  /* Removendo espaço extra de alinhamento */
  .menu-links li:last-child::before {
    display: none !important;
    content: none !important;
  }
}

}




.para-quem {
  background-color: #F7F7F7;
  padding: 80px 10%;
  text-align: center;
}

.para-quem h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2E2E2E;
}

.para-quem .descricao {
  font-size: 18px;
  color: rgba(46,46,46,0.85);
  max-width: 720px;
  margin: 0 auto 50px;
}

.cards-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  max-width: 360px;
  text-align: left;
}

.card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #FF6B6B;
}

.card p {
  font-size: 16px;
  color: #2E2E2E;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .cards-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* Nichos */
.setores {
  background: linear-gradient(to bottom, #FFE5D9, #FFB5A7);
  padding: 60px 20px;
  text-align: center;
}

.setores h2 {
  color: #FF6B6B;
  font-size: 28px;
  margin-bottom: 10px;
}

.setores .descricao {
  color: #1F1F1F;
  font-size: 16px;
  margin-bottom: 40px;
}

.setores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.card-setor {
  background: #F3F4F6;
  padding: 24px;
  border-radius: 16px;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.card-setor h3 {
  font-size: 20px;
  color: #62CFCF;
  margin-bottom: 12px;
}

.card-setor p {
  font-size: 15px;
  color: #1F1F1F;
}

.icon-bg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url('/caminho/do/icone.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.btn-ver-planos {
  background-color: #FF6B6B;
  color: #fff;
  padding: 12px 28px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-ver-planos:hover {
  background-color: #e85a5a;
}

/* RESPONSIVO */
@media (min-width: 1024px) {
  .setores-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .setores-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
  }

  .card-setor {
    min-width: 280px;
    scroll-snap-align: start;
  }
}




/* Como funicona */

.como-funciona {
  background-color: #FFFFFF;
  padding: 80px 10%;
  text-align: center;
}

.como-funciona h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2E2E2E;
}

.como-funciona .descricao {
  font-size: 18px;
  color: rgba(46,46,46,0.85);
  max-width: 720px;
  margin: 0 auto 50px;
}

.steps-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.step {
  background-color: #FFE5D9;
  padding: 30px;
  border-radius: 16px;
  max-width: 300px;
  text-align: left;
  position: relative;
}

.step .numero {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #FF6B6B;
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.step h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #2E2E2E;
}

.step p {
  font-size: 16px;
  color: #2E2E2E;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .steps-grid {
    flex-direction: column;
    align-items: center;
  }
}



.beneficios {
  background-color: #FFE5D9;
  padding: 80px 10%;
  text-align: center;
}

.beneficios h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2E2E2E;
}

.beneficios .descricao {
  font-size: 18px;
  color: rgba(46,46,46,0.85);
  max-width: 720px;
  margin: 0 auto 50px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.benefit {
  background-color: #FFFFFF;
  border-radius: 0px 16px 16px 0px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  text-align: left;

  /* borda esquerda com gradiente */
  border-left: 6px solid;
  border-image: linear-gradient(to bottom, #FF6B6B, #FFB5A7);
  border-image-slice: 1;

  transition: transform 0.3s ease;
}

.benefit:hover {
  transform: translateY(-4px);
}

.benefit h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #FF6B6B;
  margin-bottom: 10px;
}

.benefit p {
  font-size: 16px;
  color: #2E2E2E;
  line-height: 1.6;
}




.planos {
  background-color: #F7F7F7;
  padding: 80px 10%;
  text-align: center;
}

.planos h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom: 10px;
}

.planos .descricao {
  font-size: 18px;
  color: rgba(46,46,46,0.75);
  max-width: 700px;
  margin: 0 auto 50px;
}

.planos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.plano {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  text-align: left;
  position: relative;
  transition: transform 0.3s;
}

.plano:hover {
  transform: translateY(-5px);
}

.plano h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #FF6B6B;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tag {
  color: #4ECDC4;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

ul li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #2E2E2E;
  padding-left: 20px;
  position: relative;
}

ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #4ECDC4;
}

.preco {
  font-size: 18px;
  margin-bottom: 20px;
}

.preco strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2E2E2E;
}

.implantacao {
  font-size: 14px;
  color: rgba(46,46,46,0.65);
}

.btn-plano {
  display: inline-block;
  margin-top: 10px;
  background-color: #FF6B6B;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-plano:hover {
  background-color: #e35555;
}

.btn-plano.disabled {
  background-color: #ccc;
  pointer-events: none;
  cursor: default;
}

.badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 600;
  background-color: #FF6B6B;
  color: #fff;
}

.breve {
  background-color: #FF6B6B;
}

.destaque {
  border: 2px solid #FF6B6B;
}

.gratuito {
  border: 2px dashed #FF6B6B;
  background-color: #fffefc;
}

.white {
  background-color: rgba(255, 107, 107, 0.05);
}

.downloads {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.downloads img {
  height: 40px;
}





/* Seção de Depoimentos */
.depoimentos {
  background-color: #FFE5D9;
  padding: 80px 10%;
  text-align: center;
}

.depoimentos h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2E2E2E;
}

.depoimentos .descricao {
  font-size: 18px;
  color: rgba(46,46,46,0.75);
  max-width: 700px;
  margin: 0 auto 50px;
}

/* Grade de cards responsiva */
.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* Card individual de depoimento */
.card-depoimento {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  text-align: left;
  position: relative;
  transition: transform 0.3s ease;
}

.card-depoimento:hover {
  transform: translateY(-5px);
}

/* Topo com imagem e nome */
.card-depoimento .topo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* Foto do autor */
.card-depoimento .topo img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Informações do autor */
.card-depoimento .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-depoimento .autor {
  font-weight: 600;
  color: #2E2E2E;
  font-size: 15px;
  margin-bottom: 2px;
}

.card-depoimento .cargo {
  font-size: 14px;
  color: #4ECDC4;
  font-weight: 500;
}

/* Texto do depoimento */
.card-depoimento .texto {
  font-size: 15px;
  color: #2E2E2E;
  line-height: 1.6;
  font-style: italic;
  position: relative;
  padding-left: 20px;
}

.card-depoimento .texto::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 36px;
  color: #FF6B6B;
  position: absolute;
  top: -10px;
  left: 0;
}

/* Responsividade */
@media (max-width: 768px) {
  .card-depoimento .texto {
    padding-left: 10px;
  }

  .card-depoimento .texto::before {
    font-size: 30px;
    top: -5px;
  }
}


.cta-final {
  background: linear-gradient(to right, #FF6B6B, #4ECDC4);
  padding: 80px 10%;
  text-align: center;
  color: #fff;
  border-radius: 24px 24px 0 0;
}

.cta-final h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.cta-final .subtexto {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cta {
  background-color: #ff6b6b;
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cta:hover {
  background-color: #ff6b6b;
  
}


.rodape {
  background-color: #f7f7f7; /* fundo branco */
  color: #2E2E2E; /* texto escuro para contraste */
  padding: 60px 10px 08px;
  text-align: center;
  border-top: 1px solid #e0e0e0; /* linha sutil de separação */
}

.rodape .logo {
  max-width: 140px;
  margin-bottom: 30px;
}

.rodape .contato {
  font-size: 15px;
  margin-bottom: 10px;
}

.rodape .contato a {
  color: #2E8B57; /* verde suave para destaque */
  text-decoration: none;
  font-weight: 600;
}

.links-rodape {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.links-rodape a {
  color: #2E2E2E;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.links-rodape a:hover {
  color: #2E8B57;
}

.copy {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}/* End custom CSS */