@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100..900&family=Lato:wght@400;700;900&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sc {
  padding-top: clamp(24px, 5vw, 56px);
  padding-bottom: clamp(24px, 5vw, 56px);
}
strong {
  font-weight: bold !important;
}
a,
a:hover,
a:focus,
a:visited {
  color: unset;
  text-decoration: none;
}
/* HEADER */
header {
  border-bottom: 2px solid #fff;
  background: #A27267;
  padding-top: clamp(20px, 3vw, 32px);
  padding-bottom: clamp(20px, 3vw, 32px);
}
.botao-faq {
  display: flex;
  padding: 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 0.5px solid #fff;
  color: #fff;
  text-align: right;
  background-color: transparent;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  transition: all 0.3s;
}
.botao-faq:hover{
  background: white;
  border: 0.5px solid #153B67;
  color: #153B67;
}
.botao-faq:hover svg{
  fill:#153b67;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* proporção 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  max-width: 600px; /* largura máxima no desktop */
  margin: 0 auto; /* centraliza horizontalmente */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
/* MENU */
.menu-principal {
  background: #f9f9f9; /* fundo claro */
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.menu-nav .nav {
  gap: 10px; /* espaçamento entre os links */
}

.menu-nav .nav-link {
  color: #fff;
  font-family: "Lato";
  font-size: clamp(18px, 1vw, 10px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 3vw, 26px);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.menu-nav .nav-link:hover {
  color: #8A4D4D; /* cor de destaque ao passar o mouse */
}

.btn-agende {
  background: #a56757;
  color: #fff;
  font-family: "Lato";
  font-size: clamp(18px, 1vw, 10px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 3vw, 26px);
  font-weight: 500;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: background 0.3s;
}

.btn-agende:hover {
  background: #8a4d4d;
  color: #fff;
}
/* INÍCIO */
.inicio {
  min-height: 100vh; /* ocupa a tela inteira */
  background-image: url(../img/BACKGROUND2.webp); /* caminho da imagem */
  background-size: cover; /* ajusta para cobrir toda a área */
  background-position: center; /* centraliza a imagem */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: white; /* cor do texto */
}
.inicio h2 {
  color: #fff;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 44px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(32px, 5vw, 56px); /* 127.273% */
  margin-bottom: clamp(32px, 4vw, 40px);
}
.inicio h2 span {
  color: #60291d;
  text-shadow: 1px 0px 1px #fff;
}
.inicio p {
  color: #fff;
  font-family: "Lato";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 3vw, 26px); /* 125% */
  margin-bottom: 0;
  text-align: left;
}
.botao-inicio {
  display: flex;
  white-space: nowrap;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #ffdbdb 100%);
  box-shadow: 0px 0px 0px 0px #000;
  color: #A27267;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.56px;
  border: none;
  margin-top: 56px;
  margin-bottom: 16px;
}
.botao-converse {
  display: flex;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #ffdbdb 100%);
  box-shadow: 0px 0px 0px 0px #000;
  color: #A27267;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.56px;
  border: none;
  margin-top: 56px;
  margin-bottom: 16px;
}

/* FAIXA */
.faixa {
  background: #c5ffa8;
  padding-top: 16px;
  padding-bottom: 16px;
}
.faixa p {
  color: #151515;
  font-family: "Lato";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  margin-bottom: 0;
}
.faixa svg {
  fill: #5b83ab;
  width: 16px;
  margin-right: 12px;
}
.faixa .slick-prev,
.faixa .slick-next {
  display: none !important;
}
/* ATIVOS */
.ativos {min-height: 100vh; /* ocupa a tela inteira */
  background-image: url(../img/SEC02.webp); /* caminho da imagem */
  background-size: cover; /* ajusta para cobrir toda a área */
  background-position: center; /* centraliza a imagem */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: white; /* cor do texto */
}
.ativos h2 {
  color: #A27267;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 40px); /* 127.273% */
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.ativos h2 span {
  color: #a55543;
}
.ativos h3 {
  color: #A55543;
  text-align: start;
  font-family: "Exo 2";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24px, 3vw, 28px); /* 120% */
  margin-bottom: 0px;
}
.ativos h3 span {
  color: #A55543;
}
.ativos p {
  color: #A55543;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.box-item-ativos {
  border-radius: 4px;
  border: 2px solid #A27267;
  background: #fff;
  padding: 80px;
}
.box-item-ativos-txt {
  background-color: #fff !important;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  font-family: "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 116.667% */
}
.ativos img{
  margin-bottom: -2.2rem;
}
/* SOBRE */
.sobre {min-height: 100vh; /* ocupa a tela inteira */
  background-image: url(../img/sobredeis.webp); /* caminho da imagem */
  background-size: cover; /* ajusta para cobrir toda a área */
  background-position: center; /* centraliza a imagem */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: white; /* cor do texto */
}
.sobre h2 {
  color: #A27267;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 40px); /* 127.273% */
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.sobre h2 span {
  color: #a55543;
}
.sobre h3 {
  color: #A55543;
  text-align: start;
  font-family: "Exo 2";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24px, 3vw, 28px); /* 120% */
  margin-bottom: 0px;
}
.sobre h3 span {
  color: #A55543;
}
.sobre p {
  color: #A55543;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.box-item-sobre {
  border-radius: 4px;
  border: 2px solid #A27267;
  background: #fff;
  padding: 80px;
}
.box-item-sobre-txt {
  background-color: #fff !important;
  width: 100%;         /* ocupa toda a largura do container */
  max-width: 600px;    /* largura máxima */
  min-height: 300px;   /* altura mínima */
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-family: "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* aumenta o espaçamento entre as linhas */
}
.sobre img{
  margin-bottom: -2.2rem;
}
/* BENEFÍCIOS */
.beneficios {
  background: #e8f8ff;
  position: relative;
}
.beneficios h2 {
  color: #153b67;
  text-align: center;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
  margin-bottom: 8px;
}
.beneficios h3 {
  color: #5b83ab;
  text-align: center;
  font-family: "Exo 2";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24px, 3vw, 28px); /* 120% */
  margin-bottom: 8px;
}
.box-beneficios {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: white;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #D6EEF2;

  border-bottom: none;
}
.box-beneficios p {
  margin-bottom: 0;
}
.beneficios img {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #D6EEF2;
  border-bottom: none;
}
.beneficios p {
  color: #4d4d4d;
  text-align: center;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
/* FÓRMULA */
.formula {
  background: #fdfff1;
}
.formula h2 {
  color: #153b67;
  text-align: center;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
  margin-bottom: 8px;
}
.formula p {
  color: #4d4d4d;
  text-align: center;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-bottom: clamp(40px, 5vw, 56px);
}
.comprar-agora {
  border-radius: 12px;
  background: linear-gradient(180deg, #A27267 0%, #A27267 100%);
  box-shadow: 0px 0px 0px 0px #997900;

  padding: 20px 48px;

  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
  margin-top: 56px;
  border: none;
}
/* KITS */
.kits {
  background: radial-gradient(
    548.32% 70.71% at 50% 49.94%,
    #A27267 0%,
    #153b67 100%
  );
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
}
.kits .logo {
  margin-bottom: clamp(40px, 5vw, 56px);
}
.headline-kits {
  border-radius: clamp(8px, 3vw, 12px);
  border: 1px solid #c5ffa8;
  padding: clamp(16px, 3vw, 24px);
  margin-bottom: clamp(40px, 5vw, 56px);
}
.kits h2 {
  color: #fff;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(32px, 4vw, 40px); /* 127.273% */
  margin-bottom: 8px;
  text-transform: uppercase;
}
.kits h2 span {
  color: #c5ffa8;
}
.kits p {
  color: #fff;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-bottom: 0;
}
.box-kit-header {
  border-radius: 8px 8px 0px 0px;
  background: #000;
  display: flex;
  padding: 16px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "Exo 2";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(20px, 3vw, 24px); /* 100% */
}
.box-kit-desconto {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #c5ffa8;
  color: #151515;
  text-align: center;
  font-family: "Lato";
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 900;
  line-height: clamp(20px, 3vw, 24px); /* 142.857% */
}
.box-kit-body {
  display: flex;
  padding: clamp(24px, 3vw, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  background-color: white;
  border-radius: 0px 0px 8px 8px;
}
.qtd {
  color: #153b67;
  text-align: center;
  font-family: "Exo 2";
  font-size: clamp(24px, 3vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24px, 3vw, 32px); /* 100% */
}
.valor {
  color: #153b67;
  font-family: "Exo 2";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px; /* 100% */
}
.valor span {
  font-size: 20px;
}
.em-6-x-no-carto-de {
  color: #4d4d4d;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.em-6-x-no-carto-de strong {
  font-weight: 800;
}
.kits .comprar-agora {
  padding: 20px 40px;
}
/* COMPARATIVO */
.comparativo h2 {
  color: #153b67;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
  margin-bottom: 16px;
}
.comparativo h3 {
  color: #5b83ab;
  font-family: "Lato";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(20px, 3vw, 24px); /* 125% */
  margin-bottom: 0;
}
.comparativo p {
  color: #4d4d4d;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.border-bottom {
  border-bottom: 1px solid #faf1f1;
}
/* AVALIAÇÕES */
.avaliacoes {
  background: #e8f8ff;
}
.avaliacoes h2 {
  color: #A27267;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
  margin-bottom: 8px;
}
.avaliacoes p {
  color: #4d4d4d;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-bottom: 56px;
}
.box-avaliacoes {
  border-radius: 8px;
  border: 1px solid #d6eef2;
  background: #fff;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 16px;
}
.avaliacoes h3 {
  color: #A55543;
  font-family: "Lato";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(20px, 3vw, 24px); /* 125% */
  margin-bottom: 2px;
}
.box-avaliacoes-texto {
  color: #636363;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
/* INSTAGRAM */
.instagram {
  background: #fdfff1;
}
.instagram h2 {
  color: #A27267;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
  margin-bottom: 8px;
}
.instagram p {
  color: #4d4d4d;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-bottom: 56px;
}
.instagram {
  border-radius: 8px;
  border: 1px solid #d6eef2;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 16px;
}
.instagram h3 {
  color: #A55543;
  font-family: "Lato";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(20px, 3vw, 24px); /* 125% */
  margin-bottom: 2px;
}
.box-instagram img {
  border: 3px solid #A27267;   /* cor e espessura da borda */
  border-radius: 10px;      /* arredondamento (opcional) */
  padding: 4px;             /* espaço interno entre a borda e a imagem */
}

.box-instagram-texto {
  color: #636363;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
/* GARANTIA */
.box-garantia {
  max-width: 800px;
  padding: clamp(24px,4vw,40px);
  border-radius: clamp(8px,3vw,16px);
  background: radial-gradient(
    492.43% 50% at 50% 50.07%,
    #3b72b8 0%,
    #075ca4 100%
  );
  box-shadow: 0px 0px 20px 0px rgba(144, 144, 144, 0.3);
}
.garantia h2 {
  color: #fff;
  font-family: "Exo 2";
  font-size: clamp(28px, 3vw, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(32px, 4vw, 36px); /* 120% */
  margin-bottom: 16px;
}
.garantia p {
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.garantia p:last-child{
  margin-bottom: 0;
}
/* SEGURO */
.seguro h2 {
  color: #A27267;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
  margin-bottom: 0px;
}
.seguro h2 span{
  color: #5B83AB;
}
.seguro p {
  color: #4d4d4d;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-bottom: 56px;
}
.box-seguro{
  display: flex;
padding: 16px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
flex: 1 0 0;
align-self: stretch;
border-radius: 8px;
border: 1px solid #A27267;
background: #F8F8F8;
}
.box-seguro h3 {
  color: #A27267;
  font-family: "Lato";
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(22px, 3vw, 24px); /* 125% */
  margin-bottom: 0;
}
.icone-seguro{
  display: flex;
width: 64px;
height: 64px;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 100px;
background: #fff;
}
.box-seguro-texto {
  color: #636363;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.aviso{
  display: flex;
padding: 12px 0px;
flex-direction: column;
align-items: center;
align-self: stretch;
border-radius: 8px;
border: 1px solid #D6EEF2;
color: #636363;
text-align: center;
font-family: 'Lato';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */
}
/* FAQ */
.faq{
  background: #F8F8F8;
}
.faq h2 {
  color: #A27267;
  font-family: "Exo 2";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
  margin-bottom: 8px;
}
.faq h3 {
  color: #A55543;
  text-align: center;
  font-family: "Exo 2";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24px, 3vw, 28px); /* 120% */
  margin-bottom: 0px;
}
.faq p {
  color: #A27267;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-bottom: clamp(40px,5vw,56px);
}
.accordion-header {
  color: #000;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: transparent;
  transition: all 0.5s;
}
.accordion-button:not(.collapsed) {
  color: #FFF;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #fff;
  transition: all 0.5s;
  border-radius: 4px;
  border: 1px solid #D6EEF2;
  background: #A27267;
}
.accordion-button:hover {
  color: #fff;
  background-color: #A27267;
  transition: all 0.5s;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
  border: none;
}
.accordion-item {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 16px;
}
.accordion-button {
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #D6EEF2;
  background: #FFF;
}
.accordion-button:hover {
  z-index: 0;
}
.accordion-button::after,
.accordion-button:focus::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:hover::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion-body p {
  color: #636363;
font-family: 'Lato';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
margin-bottom: 0 !important;
}
/* FOOTER */
.footer {
  background-color: #a27267; /* cor de fundo clara */
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-logo img {
  max-width: 250px;
}

.footer-logo p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.footer-about,
.footer-menu,
.footer-contact {
  flex: 1 1 200px;
}

.footer h3 {
  font-size: 18px;
  color: #FDFFF1;
  margin-bottom: 10px;
}

.footer p,
.footer ul,
.footer li,
.footer a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer a:hover {
  color: #5a2d82;
}
@media (max-width: 768px) {
  .row>* {
    padding-right: 20px;
    padding-left: 20px;
  }
  header img {
    max-width: 100%;
    height: auto;
  }
  /* No mobile remove os fundos */
@media (max-width: 768px) {
  .secao01,
  .secao02,
  .secao03 {
    background-image: none !important;
    background-color: #00ff19; /* opcional: define cor de fundo */
  }
/* Centraliza o logo no mobile */
@media (max-width: 991px) {
  header .col-6.text-start {
    text-align: center !important; /* centraliza o logo */
    width: 100%; /* ocupa toda a largura para centralizar */
  }

  /* Esconde completamente o menu mobile */
  #menuToggle,
  #menuMobile {
    display: none !important;
  }
}

  /* INÍCIO */
  .botao-inicio {
    border-radius: 8px;
    padding: 16px 24px;
    letter-spacing: 0.32px;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 12px;
    width: auto;
  }
  /* INICIO */
  .inicio img{
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: -1.2rem;
  }
  /* ATIVOS */
  .ativos img{
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: -1.2rem;
  }
  /* SOBRE */
  .sobre img{
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: -1.2rem;
  }
  /* FÓRMULA */
  .comprar-agora {
    padding: 16px 24px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
  /* KITS */
  .kits .logo {
    width: 189.692px;
  }
  /* SEGURANÇA */
  .aviso{
    display: flex;
padding: 9px 16px;
flex-direction: column;
align-items: center;
align-self: stretch;
  }
}
