body{
	font-family: "Inter", sans-serif;
	background-color: #fff;
}

.navbar-custom {
	background:#fff;
}

.navbar-custom .nav-link {
	color:#000 !important;
}

#slide_pt2{
  .owl-prev, .owl-next{
    display: none;
  }
}

.img-logo{
  margin-left: -240px;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: color: #000 !important;

}

.navbar-custom .nav-link:hover {
	opacity:.7;
}

.navbar-custom .nav-link.active {
	color:#fff !important;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #6a4125;
} /* azul Bootstrap */

.navbar-brand img {
	height:50px;
}

.btn-icon {
	color:#000;
}

.btn-icon:hover {
	opacity:.7;
}

.topo-0{
	padding: 30px 0;
	position: relative;
}

#slide_pt .owl-prev, .owl-next{
  display: none;
}


.indicador{
	border-radius: 15px;
}

.container-topo-0{
	width: 75%;
	display: flex;
	gap: 5px;
	align-items: center;
	align-content: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #f7f7f6;
	margin-bottom: 10px;
}

.titulo-topo-0{
	color: #6a4125;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 400;
}

.img-pessoa{
	height: 30px;
	width: auto;
}

.textp-pessoa{
	color: #121212;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
	padding-top: 13px;
}

.textp-pessoa .fa-certificate{
	color: #6a4125;
}

.container-topo-00{
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	padding: 15px 10px;
}

.texto-circule{
	text-transform: uppercase;
	color: #6a4125;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

.texto-topo-0{
	color: #292923;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}

.texto-topo-00{
	color: #292923;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
}

.texto-topo-00 .fa-circle-check{
	color: #6a4125;
	font-size: 18px;
}

.linha-topo-0{
	border-bottom: 1px solid rgba(0, 0, 15, 0.4);
}

.urgency-section{
    padding: 24px 0;
}

/* Título com linhas laterais */
.urgency-title{
    color: #6a4125;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 14px;
}

.urgency-title::before,
.urgency-title::after{
    content: "";
    display: block;
    height: 1px;
    width: min(18vw, 160px);
    background: rgba(0,0,0,.25);
}

/* Badge do cronômetro */
.timer-badge{
    display: block;
    margin: 0 auto 10px auto;
    background: #c4161c;
    color: #fff;
    font-weight: 800;
    letter-spacing: .5px;
    border-radius: 999px;
    padding: 8px 18px;
    min-width: 130px;
    max-width: 180px;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0,0,0,.2) inset;
}

/* Subtítulo */
.urgency-sub{
    color: #6c757d;
    margin-top: 10px;
    font-size: .975rem;
    text-align: center;
}

.aqui{
    position: sticky;
}

.options-wrap{
  max-width: 540px;
  margin-inline:auto;
}

.opt-card{
    border:1px solid #000;
    border-radius:18px;
    padding:18px;
    position:relative;
    transition:.2s ease;
    background:#fff;
}

.opt-card:hover{
  	box-shadow:0 6px 24px rgba(0,0,0,.06);
}

.opt-card.active{
    outline:2px solid #6a4125;
    box-shadow:0 8px 28px rgba(10,46,161,.14);
}

.opt-head{
  	display:flex;
  	gap:12px;
  	align-items:flex-start;
}

.opt-title{
  	font-weight:600;
  	color:#000000;
}

.opt-sub{
  	color:#6b7280;
  	font-size:.93rem;
}

.opt-price{
    margin-left:auto;
    text-align:right;
    white-space:nowrap;
}

.opt-now{
  	font-weight:800;
  	font-size:1.25rem;
  	color:#000000;
}

.opt-was{
  	font-size:.9rem;
    color:#9aa0a6;
    text-decoration:line-through;
}

.save-badge{
    display:inline-block;
    background:#0b0b0b;
    color:#fff;
    font-weight:800;
    border-radius:999px;
    padding:6px 10px;
    font-size:.78rem;
    letter-spacing:.3px;
}

  /* Selo Free Shipping “flutuante” */
.floating-badge{
    position:absolute;
    top:-12px;
    right:22px;
    background:#000000;
    color:#fff;
    padding:6px 12px;
    border-radius:999px;
    font-weight:700;
    font-size:.78rem;
    box-shadow:0 4px 12px rgba(11,42,138,.25);
}

  /* Lista de benefícios FREE */
.free-wrap{
    background:#faf4dc;
    border-radius:14px;
    padding:16px;
}

.free-list{
  	list-style:none;
  	padding:0;
  	margin:0;
}

.free-list li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 0;
    border-bottom:1px solid rgba(0,0,0,0.6);
}

.free-list li:last-child{
  border-bottom:none;
}

.dot{
    width:14px;
    height:14px;
    border-radius:999px;
    background:#6a4125;
    flex:0 0 14px;
    box-shadow:0 0 0 4px rgba(232,189,29,.18);
}

.free-strong{
  	font-weight:900;
  	color:#111;
}

  /* Barras azuis de bônus linha única */
.bonus-bar{
    background:#6a4125;
    color:#fff;
    border-radius:10px;
    padding:10px 12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.bonus-pill{
    background:#fff;
    color:#1a45c2;
    font-weight:800;
    border-radius:999px;
    padding:6px 10px;
    font-size:.8rem;
}

.bonus-old{
  	opacity:.8;
  	text-decoration:line-through;
}

  /* Subscribe box */
.sub-card{
    border:1px dashed #fff8de;
    border-radius:18px;padding:16px 18px;
}

.sub-note{
  	color:#6b7280;
  	font-size:.92rem;
  	margin-left:36px;
  	margin-top:4px;
}

.btn-cta{
    background:#6a4125;
    color:#fff;
    font-weight:900;
    letter-spacing:.5px;
    border-radius:12px;
    padding:16px 20px;
    font-size:1rem;
}

  /* Tornar toda a carta clicável sem quebrar acessibilidade */
.stretched{
  	position:absolute;
  	inset:0;
  	border-radius:inherit;
}

.container-topo-000{
  display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.texto-topo-000{
  	color: rgba(0, 0, 0, 0.5);
  	font-size: 15px;
  	font-weight: 400;
}

.texto-topo-000 i{
  	font-size: 18px;
}

.fundo-faq{
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 10px;
}

.fundo-faq{
    /* Estilos gerais para o accordion */
  .accordion {
      --bs-accordion-border-width: 0; /* Remove a borda padrão */
      --bs-accordion-border-radius: 0;
  }

  .accordion-item {
      background-color: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, .5);
      margin-top: 15px;
  }

  .accordion-header {
      margin-bottom: 0;
  }

  .accordion-button {
      padding: 1.35rem 1.25rem;
      font-weight: 600 !important;
      color: #000 !important;
      background-color: transparent;
      box-shadow: none !important;
      border: none;
      font-size: 16px !important;
      line-height: 1.2em !important;
      letter-spacing: 1px !important;
  }

  .accordion-button:not(.collapsed) {
      color: #6f7ab1 !important; /* Cor quando aberto */
      background-color: transparent !important;
  }

  .accordion-button:hover {
      color: #6f7ab1;
      background-color: transparent !important;
  }

  /* Customização dos ícones de expandir/recolher (+/-) */
  .accordion-button::after {
      /* Usa a imagem de fundo para o ícone "-" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
      content: ''; /* Limpa o conteúdo padrão, se houver */
      transform: scale(1.5); /* Aumenta o tamanho do ícone */
  }

  .accordion-button.collapsed::after {
      /* Usa a imagem de fundo para o ícone "+" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  }

  .accordion-body {
      padding: 15px 0px;
      background-color: #fff;
      border: 1px solid #000;
  }

  .container-faq{
    padding: 0 15px;
  }

  .linha-faq{
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5) !important;
  }

  .resposta {
      color: #000;
      font-size: 15px;
      font-weight: 420;
      line-height: 1.5em;
      letter-spacing: .1px;
  }

  /* Classe customizada, caso queira manter */
  .topo-rosa {
      /* Pode adicionar estilos específicos aqui se necessário */
  }

  .resposta span{
      color: #6a4125;
  }

  .resposta b{
      color: #6a4125;
  }
}


.img-max{
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.topo-1{
  padding: 40px 0;
}

.fundo-topo-1{
    background-color: #f7f7f6;
    padding: 30px 15px;
    border-radius: 15px;
}

.fundo-topo-2{
    background-color: #F7F7F6;
    padding: 30px 15px 30px 35px;
    border-radius: 15px;
}

.img-estrela-topo-1{
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.subtitulo-topo-1{
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
}

.titulo-topo-1{
  font-size: 45px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
}  

.fundo-depo{
  background-color: #fdf8e6;
  border-radius: 15px;
  padding: 15px;
}

.img-depo{
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 15px;
}

.borda-depo{
  border: 1px solid #000;
  border-radius: 99px;
  padding: 5px 10px;
}

.img-estrela-topo-11{
  height: 22px !important;
  width: auto !important;
  margin: 10px 0;
}

.texto-borda-depo{
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}

.texto-depo{
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.texto-depo .fa-certificate{
  color: #6a4125;
}

.container-name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.fundo-verificado{
  background-color: #E8E8E8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 99px;
}

.img-slide{
  height: 30px !important;
  width: auto !important;
  margin-right: 8px;
}

.text-slide{
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.topo-2{
  padding: 30px 0;
}

.titulo-topo-2{
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.titulo-topo-2 i{
    background: #b38f55 !important;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 400 !important;
}

.subtitulo-topo-2{
  font-size: 21px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.img-level{
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.topo-3{
  padding: 30px 0;
  position: relative;
}

.fundo-topo-3{
  padding: 50px 50px;
  background-color: #121212;
  border-radius: 15px;
  position: relative;
}

.titulo-topo-3{
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.fundo-nome{
  border: 0.5px dashed #ABABAB;
  border-radius: 6px;
  padding: 10px;
  width: 40%;
  text-align: center;
  margin-top: 20px;
}

.texto-nome{
  margin: 0;
  font-size: 21px;
  color: #ABABAB;
  font-weight: 500;
}

.texto-nome i{
  margin-right: 5px;
}

.img-dr{
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 15px;
}

.mobile{
  display: none;
}

.fundo-topo-4{
    background-color: #F7F7F6;
    padding: 0px 30px 0 0;
    border-radius: 15px;
    position: relative;
}

.img-mulher-gota{
  width: 100%;
  height: auto;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.titulo-topo-4{
  color: #6a4125;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.subtitulo-topo-4{
  font-size: 21px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.subtitulo-topo-4 i{
    background: #b38f55 !important;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 400 !important;
}

.pre-titulo-topo-4{
    color: #F6F5F5;
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.3;
    font-weight: 500;
}

.pre-titulo-topo-4 span{
    background-color: #6a4125;
    padding: 10px;
    border-radius: 99px;
}

.fundo-topo-5{
    background-color: #F7F7F6;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.img-gota{
  width: 100%;
  height: auto;
}

.fundo-topo-6{
  background-color: #f8f6df;
  padding: 30px;
  border-radius: 15px;
  position: relative;  
}

.teexto-num{
  color: #000;
  line-height: 1.4;
  font-size: 145px;
  font-weight: 600;
  background-image: url(../imagens/fundo-num.svg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: center;
}

.subteexto-num{
  color: #000;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 600;
}

.subteexto-num i{
  background: #b38f55 !important;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 400 !important;
}

.texto-topo-6{
  color: #6a4125;
  text-decoration: underline;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 400;
}

.img-topo-6{
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.fundo-faq2{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #6a4125;
}

.fundo-faq2{
    /* Estilos gerais para o accordion */
  .accordion {
      --bs-accordion-border-width: 0; /* Remove a borda padrão */
      --bs-accordion-border-radius: 0;
  }

  .accordion-item {
      background-color: transparent;
      border-bottom: 1px dashed rgba(0, 0, 0, .5);
      margin-top: 15px;
  }

  .accordion-header {
      margin-bottom: 0;
  }

  .accordion-button {
      padding: 1.35rem 1.25rem;
      font-weight: 700 !important;
      color: #6a4125 !important;
      background-color: transparent;
      box-shadow: none !important;
      border: none;
      font-size: 16px !important;
      line-height: 1.2em !important;
      letter-spacing: 1px !important;
  }

  .accordion-button:not(.collapsed) {
      color: #6a4125 !important; /* Cor quando aberto */
      background-color: transparent !important;
  }

  .accordion-button:hover {
      color: #6a4125;
      background-color: transparent !important;
  }

  /* Customização dos ícones de expandir/recolher (+/-) */
  .accordion-button::after {
      /* Usa a imagem de fundo para o ícone "-" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
      content: ''; /* Limpa o conteúdo padrão, se houver */
      transform: scale(1.5); /* Aumenta o tamanho do ícone */
  }

  .accordion-button.collapsed::after {
      /* Usa a imagem de fundo para o ícone "+" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  }

  .accordion-body {
      padding: 15px 0px;
      background-color: #fff;
      /*border: 1px dashed #000;*/
  }

  .container-faq{
    padding: 0 15px;
  }

  .linha-faq{
    border-bottom: 1px dashed rgba(0, 21, 152, 0.8) !important;
  }

  .resposta {
      color: #000;
      font-size: 15px;
      font-weight: 420;
      line-height: 1.5em;
      letter-spacing: .1px;
  }

  /* Classe customizada, caso queira manter */
  .topo-rosa {
      /* Pode adicionar estilos específicos aqui se necessário */
  }

  .resposta span{
      color: #6a4125;
  }

  .resposta b{
      color: #6a4125;
  }
}

.fundo-topo-7{
  background-color: #6a4125;
  padding: 30px;
  border-radius: 15px;
  position: relative; 
}

.fundo-topo-8{
  background-color: #fff;
  padding: 30px 0 0 0;
  border-radius: 15px;
  position: relative; 
  box-shadow: 0px 0px 34px 0px rgba(176, 176, 176, 0.25);
}

.container-topo-8{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.texto-topo-8{
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.texto-topo-8 span{
  background-color: #fdf8e6;
  border: 0.5px solid #D8E2E4;
  border-radius: 99px;
  padding: 10px;
  margin: 15px 0;
}

.titulo-topo-8{
  font-size: 55px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}

.img-ingre{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

.titulo-ingre{
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.texto-ingre{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}

.fundo-azul-8{
  background-color: #6a4125;
  background: linear-gradient(to right,  #6a4125, #6a4125); 
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  margin-top: 35px;
  padding: 30px 20px;
}

.titulo-fundo-azul{
  font-size: 24px;
  color: #fdf8e6;
  font-weight: 700;
  line-height: 1.2;
}

.texto-fundo-azul{
  font-size: 14px;
  color: #fdf8e6;
  font-weight: 400;
  line-height: 1.3;
}

.btn-fundo-azul{
  font-size: 13px;
  color: #6a4125;
  font-weight: 400;
  margin: 20px auto 10px auto;
}

.btn-fundo-azul span{
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;  
}

.fundo-topo-9{
    background-color: #F8F6DF;
    padding: 30px;
    border-radius: 15px;
    position: relative; 
}

.img-cima-azul{
  border-top-right-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
}

.img-baixo-amarelo{
  border-bottom-left-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
}

.cima-amarelo{
  border-top-right-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}

.fundo-etapa{
  background-color: #fff;
  padding: 18px;
  border-radius: 15px;
  margin-top: 40px;
}

.texto-etapa{
  margin-top: -30px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.texto-etapa span{
  background-color: #6a4125;
  padding: 10px 15px;
  border-radius: 99px;
}

.titulo-etapa{
  text-align: left;
  color: #000;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  padding-left: 10px;
}

.textoetapa{
  text-align: left;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}  

.rodape{
  background-color: #333;
  padding: 40px 0 20px 0;
}

.texto-rodape{
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

.texto-rodape a{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  margin-right: 5px;
}  

.texto-rodape a:hover{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}  

.img-card{
  height: 45px;
  width: auto;
  max-width: 100%;
  margin: 15px auto;
}

.fundo-faq{
   background-color: #fdf8e6;
    padding: 30px;
    border-radius: 15px;
    position: relative;  
}

.titulo-faq-topo{
  font-size: 95px;
  font-weight: 700;
  color: #6a4125;
  text-align: center;
}

.fundo-faq3{
    /* Estilos gerais para o accordion */
  .accordion {
      --bs-accordion-border-width: 0; /* Remove a borda padrão */
      --bs-accordion-border-radius: 0;
  }

  .accordion-item {
      background-color: transparent;
      border-bottom: 1px dashed rgba(0, 0, 0, .5);
      margin-top: 15px;
  }

  .accordion-header {
      margin-bottom: 0;
  }

  .accordion-button {
      padding: 1.35rem 1.25rem;
      font-weight: 500 !important;
      color: #000 !important;
      background-color: transparent;
      box-shadow: none !important;
      border: none;
      font-size: 22px !important;
      line-height: 1.2em !important;
      letter-spacing: 1px !important;
  }

  .accordion-button:not(.collapsed) {
      color: #6a4125 !important; /* Cor quando aberto */
      background-color: transparent !important;
  }

  .accordion-button:hover {
      color: #6a4125;
      background-color: transparent !important;
  }

  /* Customização dos ícones de expandir/recolher (+/-) */
  .accordion-button::after {
      /* Usa a imagem de fundo para o ícone "-" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a6001'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
      content: ''; /* Limpa o conteúdo padrão, se houver */
      transform: scale(1.5); /* Aumenta o tamanho do ícone */
  }

  .accordion-button.collapsed::after {
      /* Usa a imagem de fundo para o ícone "+" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a6001'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  }

  .accordion-body {
      padding: 15px 0px;
      background-color: transparent;
      border: none;
  }

  .container-faq{
    padding: 0 15px;
  }

  .linha-faq{
    border-bottom: 1px dashed rgba(0, 21, 152, 0.8) !important;
  }

  .resposta {
      color: #000;
      font-size: 15px;
      font-weight: 420;
      line-height: 1.5em;
      letter-spacing: .1px;
  }

  /* Classe customizada, caso queira manter */
  .topo-rosa {
      /* Pode adicionar estilos específicos aqui se necessário */
  }

  .resposta span{
      color: #6a4125;
  }

  .resposta b{
      color: #6a4125;
  }
}

.fundo-garantia{
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #6a4125;
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.img-garantia{
  width: 250px;
  height: auto;
  aspect-ratio: 1/1 !important;
  max-width: 30%;
}

.titulo-garantia{
  color: #6a4125;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 50px;
}

.texto-garantia{
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
  font-weight: 400;
}

.fundo-medico{
  background-color: #F7F7F6;
  padding: 30px;
  border-radius: 15px;
  position: relative;
}  

.fundo-medicina{
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 34px 0px rgba(176, 176, 176, 0.25);
  min-height: 440px;
}

.nome-medico{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.texto-medico{
  color: #504A4A;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.img-medico{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#slide_pt3{
  .owl-prev, .owl-next{
    display: none;
  }
}

.topo-10{
  padding: 30px 0;
}

.fundo-topo-10{
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  border: 1px solid #6a4125;
}

.texto-topo-10{
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.borda-lado-dir{
  border-right: 1px solid #000;
}

.teexto-num2{
  color: #6a4125;
  line-height: 1.4;
  font-size: 88px;
  font-weight: 600;
  background-image: url(../imagens/fundo-num.svg);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.titulo-topo-7{
  font-size: 66px;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
}

.texto-tempo{
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.texto-tempo span{
  padding: 10px;
  border-radius: 99px;
  background-color: #b38f55;
}

.texto-check{
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

.texto-check .fa-circle-check{
  color: #b38f55;
}

.fundo-depo2{
  display: flex;
  gap: 10px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0 10px 0 0;
}

.img-depo2{
  width: 30%;
  height: auto;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.container-depo{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 20px;
}

.img-estrela-dpeo2{
  width: auto;
  height: 25px;
}

.texto-idade{
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin: 15px 0;
  font-weight: 400;
}

.texto-idade span{
  padding: 5px 10px;
  border-radius: 99px;
  background-color: #000;
}

.fundo-topo-11{
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 15px;
  border: 0.5px solid #DDDEE1;
}

.titulo-topo-11{
  font-size: 55px;
  color: #6a4125;
  font-weight: 400;
  line-height: 1.2;
}



.subtitulo-topo-11{
  font-size: 24px;
  color: #000;
  font-weight: 400px;
  line-height: 1.3;
}

.texto-topo-11{
  font-size: 15px;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}

.texto-topo-11 i{
  font-size: 18px;
  color: darkred;
  margin-right: 8px;
}

.img-seg{
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 20px auto;
  position: relative;
  z-index: 9999;
}

.cima-amarelo2{
  border-top-right-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  z-index: 9998;
}

.img-baixo-amarelo2{
  border-bottom-left-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}

@media screen and (max-width: 600px) {

  .titulo-faq-topo{
    font-size: 45px;
    margin-bottom: 0;
  }

  .cima-amarelo2{
    width: 20%;
  }  

  .texto-topo-11{
    font-size: 13px;
  }  

  .subtitulo-topo-11{
    font-size: 15px;
    line-height: 1.5;
  }

  .titulo-topo-11{
    font-size: 40px;
  }

  .fundo-topo-11{
    padding: 30px 10px;
  }  

  .titulo-topo-7{
    font-size: 40px;
  }  

  .teexto-num2{
    font-size: 45px;
  }  

  .borda-lado-dir{
    border-right: none;
    border-bottom: 1px solid #000;
  }

  .texto-topo-10{
      font-size: 14px;
  }

  .topo-10{
    padding: 30px 10px;
  }  

  .fundo-medicina{
    min-height: 300px;
  }  

  .fundo-medico{
    padding: 30px 15px;
  }  

  .titulo-garantia{
    text-align: center;
    font-size: 28px;
    padding-top: 25px;
  }

  .texto-garantia{
    text-align: center;
  }

  .fundo-garantia{
    display: block;
  }  

  .img-garantia{
    display: block;
    max-width: 80%;
    margin: 10px auto 0px auto;
    width: 100%;
    height: auto;
  }

  .img-cima-azul, .img-baixo-amarelo, .cima-amarelo{
    width: 18%;
  }
    
  .texto-fundo-azul{
    font-size: 13px;
  }

  .titulo-fundo-azul{
    font-size: 15px;
  }  

  .titulo-ingre{
    font-size: 20px;
  }  

  .titulo-topo-8{
    font-size: 40px;
  }

  .img-topo-6{
    margin: 0 auto 15px auto;
  }

  .texto-topo-6{
    font-size: 18px;
  }  

  .subteexto-num{
    font-size: 25px;
  }  

  .teexto-num{
    font-size: 95px;
    background-size: 250px;
  }

  .img-gota{
    display: block;
    margin: 15px auto;
    width: 90%;
    height: auto;
  }

  .fundo-topo-5{
    padding: 30px 10px;
  }

  .fundo-topo-7{
    padding: 30px 10px;
  }

  .fundo-faq-topo{
    padding: 30px 10px;
  }

  .fundo-topo-9{
    padding: 30px 10px 60px 10px;
  }

  .fundo-topo-8{
    padding: 30px 10px;
  }

  .pre-titulo-topo-4{
    text-align: center;
    font-size: 13px;
  }

  .img-mulher-gota{
    width: 100%;
    height: auto;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 25px;
  }

  .mobile{
    display: block;
  }

  .fundo-topo-3{
    padding: 30px 0px 50px 10px;
  }

  .fundo-nome{
    margin-top: 40px;
    width: 35%;
  }

  .esp-mob{
    padding: 10px;
  }

  .img-dr{
    height: 75%;
    width: auto;
  }

  .texto-nome{
    font-size: 12px;
  }

  .titulo-topo-3{
    font-size: 45px;
    font-weight: 600;
  }  

  .fundo-topo-4{
    padding: 0px 0px 15px 0; 
  }

  .fundo-topo-2{
    padding: 30px 15px;
  }

  .img-level{
    display: block;
    width: 100%;
    margin: 20px auto;
  }

  .subtitulo-topo-2{
    font-size: 15px;
    text-align: center;

  }

  .titulo-topo-2{
    text-align: center;
    font-size: 26px;
  }

  .subtitulo-topo-4{
    font-size: 15px;
    text-align: center;

  }

  .titulo-topo-4{
    text-align: center;
    font-size: 26px;
  }

  .titulo-topo-1{
    font-size: 32px;
  }  

  .subtitulo-topo-1{
    font-size: 14px;
  }  

	.texto-circule{
		font-size: 12px;
	}	

	.container-topo-0{
		width: 100%;
	}	

  .img-logo{
    margin-left: 40px;
  }

}