body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #FBF1EB;
  border-radius: 20px;
  border: 3px solid #FBF1EB;
}

.owl-theme .owl-dots {
  display: none;
}

.fonte-verde-escuro {
  color: #0c5029;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  cursor: url(https://lp.clinicalotus.es/wp-content/themes/lotus/img/cursor.png), pointer;
  font-family: "Nunito", sans-serif;
}

h2 {
  font-family: "Lustria", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.752%;
  /* 46.301px */
}

h3,
h4,
h5 {
  font-family: "Lustria", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p,
li,
a,
.fonte-padrao {
  font-family: "Nunito", sans-serif;
  color: #404040;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body strong {
  font-weight: 800 !important;
}

.p-relative {
  position: relative;
}

.f-right {
  float: right;
}

.color-rose {
  color: #845537;
}

.color-black {
  color: #404040;
}

.color-blue {
  color: #08304F;
}

.color-gold {
  background: linear-gradient(180deg, #F3E8A8 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fonte-gold {
  background: linear-gradient(180deg, #404040 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fonte-bold {
  font-weight: bold;
}

.color-white {
  color: white;
}

.color-green {
  color: #383B34;
}

.color-pink {
  color: #8F3846;
}

.size-16 {
  font-size: 16px;
}

.size-24 {
  font-size: 24px;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.centraliza {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.center {
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}

.centraliza-desk-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-container-2 {
  position: fixed;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 45px;
  z-index: 1000;
}

.cta-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.cta-button {
  background-color: #25d366;
}

.cta-button:hover {
  background: #005CA3;
  color: white;
  transition: all 0.3s ease-in
}

.cta-text {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cta-container:hover .cta-text {
  opacity: 1;
  transform: translateX(0);
}

.word {
  position: relative;
}

.word::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #FF8731;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  animation: infinite-line 2s linear infinite;
}

.botao-fixo-rodape-1,
.botao-fixo-rodape-2 {
  position: fixed;
  bottom: -100px;
  /* Inicialmente fora da tela */
  left: 0;
  width: 100%;
  transition: bottom 0.5s ease-in-out;
  z-index: 1000;
}

/* Botão WhatsApp */
.botao-fixo-rodape-1 {
  bottom: 38.5px;
  /* Espaço para o segundo botão */
}

.botao-fixo-rodape-1 a {
  color: white;
  background-color: #DFA116;
  width: 100%;
}

/* Botão Telefone */
.botao-fixo-rodape-2 {
  bottom: 0px;
}

.botao-fixo-rodape-2 a {
  color: black;
  background-color: #F8F2F4;
  width: 100%;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

/*-------- INICIO -----*/
.full-banner-inicio {
  background-image: url(/wp-content/themes/nutrologia/img/full-banner-inicio.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 943px;
  padding-top: 122px;
}

.full-banner-inicio h1 {
  font-family: "Lustria", sans-serif;
  font-size: 89px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.848%;
  /* 93.315px */
  background: linear-gradient(180deg, #F3E8A8 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 27px;
}

.full-banner-inicio h2 {
  color: #FFFCF5;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.794%;
  /* 36.838px */
  margin-bottom: 25px;
}

.full-banner-inicio p {
  color: #FFFCF5;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 45px;
}

.cta-header {
  border: 3px solid #AD7C23;
  background: linear-gradient(90deg, #BE933D 0%, #AB781D 100%);
  box-shadow: 0 4px 37.6px 0 rgba(255, 238, 176, 0.24);
  display: flex;
  padding: 20px 35px;
  width: 500px;
  font-family: "Lustria", sans-serif;
  color: #FFF;
  text-align: center;
  font-family: Lustria;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.cta-header i {
  font-size: 24px;
  color: #FFF;
  margin-left: 25px;
  font-weight: bolder;
}

/*-------- PARTE 2 -----*/
.bg-pt-2 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.bg-pt-2 img {
  width: 100%;
  height: 100%;
}

@media(min-width: 991.98px) {
  .bg-pt-2 p {
    width: 88%;
  }
}

/*-------- PARTE 3 -----*/
.bg-pt-3 {
  padding-bottom: 100px;
}

/*-------- PARTE 4 -----*/

.bg-pt-4 .container {
  background-image: url(/wp-content/themes/nutrologia/img/bg-pt-4.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 50px 90px;
}

.bg-pt-4 h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.752%;
  /* 74.081px */
  background: linear-gradient(180deg, #F3E8A8 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-pt-4 .accordion-header button {
  background: linear-gradient(180deg, #F3E8A8 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lustria", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.752%;
  /* 23.15px */
}

.badge-ajuda {
  background: rgba(255, 238, 176, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge-ajuda i {
  color: #e5c385;
}

.cta-ajuda {
  background-color: #b1842c;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.cta-ajuda:hover {
  background-color: #966e23;
  color: #fff;
}

.cta-ajuda i {
  float: right;
  font-size: 25px;
}

.accordion-button::after {
  filter: sepia(100%) hue-rotate(10deg) saturate(200%);
  /* Deixa a seta dourada */
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(255, 215, 0, 0.5);
}

@media (max-width: 768px) {
  .titulo-ajuda {
    font-size: 2.5rem;
  }
}

.item-moldura-dourada {
  background-color: transparent !important;
  border: 1px solid rgba(229, 195, 133, 0.4) !important;
  /* Borda dourada em cada item */
  border-radius: 4px !important;
  /* Bordas levemente arredondadas como no mockup */
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid rgba(229, 195, 133, 0.4) !important;
}

.item-moldura-dourada:has(.show) {
  border: 1px solid rgba(229, 195, 133, 0.8) !important;
  box-shadow: 0 0 10px rgba(229, 195, 133, 0.1);
}

/* Ajuste na seta para não sumir no fundo escuro */
.accordion-button::after {
  filter: invert(80%) sepia(20%) saturate(1000%) hue-rotate(330deg);
}

.accordion-body p {
  color: white;
}

.accordion-body li {
  color: white;
  margin-bottom: 10px
}

.accordion-body li span {
  color: #FFEEB0;
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 8px;
}

/*-------- PARTE 5 -----*/
.bg-pt-5 {
  background-image: url(/wp-content/themes/nutrologia/img/bg-pt-4.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 345px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-pt-5 h2 {
  margin-top: 75px;
}

/*-------- PARTE 6 -----*/
.bg-pt-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-pt-6 h2 {
  margin-bottom: 40px;
}

.bg-pt-6 h3 {
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
  font-family: "Nunito", sans-serif;
}

.card-metabolico {
  background: #0C1B33;
  background-size: 30px 100%;
  padding: 51px 30px 51px 30px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card-metabolico li {
  color: white;
  font-weight: 300;
  display: flex;
}

.card-metabolico li i {
  color: #FFEEB0 !important;
  font-size: 17px;
}

.card-gold-destaque li {
  color: #404040;
}

.card-gold-destaque {
  background: linear-gradient(180deg, #EADA97 0%, #BD913C 100%);
  border: none;
  color: #0c1a33;
}

.card-header-met h3 {
  background: linear-gradient(180deg, #F3E8A8 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Lustria", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.752%;
  /* 27.78px */
}

.card-header-met p {
  color: #FFF;
  text-align: center;
}

.card-gold-destaque .card-header-met h3 {
  background: linear-gradient(180deg, #030B18 0%, #0C1B33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Lustria", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.752%;
  /* 27.78px */
}

.card-gold-destaque .card-header-met p {
  color: #404040;
}

.card-body-met {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  flex-grow: 1;
}

.card-gold-destaque .card-body-met {
  color: #0c1a33;
}

/* Botão Ver Mais */
.btn-ver-mais {
  background: none;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.btn-ver-mais.escuro {
  color: #0c1a33;
}

/* CTAs (Botões inferiores) */
.cta-disponibilidade {
  background-color: #b1842c;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: 0.3s;
}

.cta-disponibilidade-black {
  background-color: #0c1a33;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
}

.start-transformation {
  padding-top: 105px;
}

.tag-procurado,
.tag-exclusividade {
  display: flex;
  width: 180px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.tag-procurado {
  background: rgba(255, 238, 176, 0.06);
}


.tag-exclusividade {
  background: rgba(12, 27, 51, 0.17);
  color: white;
}

/* Linhas Divisórias */
.linha-dourada {
  border-top: 1px solid #e5c385;
  opacity: 0.5;
}

.linha-escura {
  border-top: 1px solid #0c1a33;
  opacity: 0.3;
}

.lista-protocolo li {
  position: relative;
  padding-left: 5px;
  margin-bottom: 12px;
  font-size: 0.88rem;
}

/* Estilo para o ícone de asterisco */
.lista-protocolo li i.fa-asterisk {
  font-size: 0.6rem;
  vertical-align: middle;
  margin-right: 8px;
  color: inherit;
  opacity: 0.8;
}

/* Destaque para o presente/cortesia no card 2 */
.item-cortesia {
  font-weight: 700;
  color: #e5c385;
}

.card-gold-destaque .item-cortesia {
  color: #0c1a33;
}

/* Garante que o botão mude o texto ou apenas rotacione se quiser, 
   mas aqui mantemos simples conforme solicitado */
.btn-ver-mais:focus {
  outline: none;
  box-shadow: none;
}

/* Estilos específicos para o card dourado */
.card-gold-destaque {
  background: linear-gradient(135deg, #d4af37 0%, #f9e29c 100%) !important;
  color: #0c1a33 !important;
}

.card-gold-destaque .card-header-met h3,
.card-gold-destaque .card-header-met p,
.card-gold-destaque .card-body-met,
.card-gold-destaque .btn-ver-mais.escuro {
  color: #0c1a33 !important;
}

.linha-escura {
  border-top: 1px solid rgba(12, 26, 51, 0.2);
  margin: 20px 0;
}

/* Destaques internos do Legacy */
.item-destaque-escuro {
  font-weight: 700;
  margin-top: 10px;
  border-left: 2px solid #0c1a33;
  padding-left: 10px;
}

/* Ícones específicos do Legacy */
.lista-protocolo li i.fa-crown,
.lista-protocolo li i.fa-star {
  margin-right: 8px;
  font-size: 0.8rem;
}

/* Título Principal da Seção */
.titulo-destaques {
  color: #e5c385;
  font-family: 'Serif', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
}

/* Títulos dos Itens */
.titulo-item-destaque {
  color: #e5c385;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* Texto de apoio */
.texto-destaque {
  color: #ffffff;
  opacity: 0.8;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: justify;
}

/* Moldura das Imagens */
.moldura-img-destaque {
  border: 1px solid rgba(229, 195, 133, 0.4);
  padding: 8px;
  /* Espaço entre a foto e a borda dourada */
  display: inline-block;
  width: 100%;
}

.moldura-img-destaque img {
  width: 100%;
  filter: grayscale(20%);
  /* Opcional: para bater com o tom da foto */
}

/* Ajuste para o mobile: garante que no mobile a imagem sempre venha antes do texto no bloco 2 */
@media (max-width: 991px) {
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .titulo-item-destaque {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

/*-------- PARTE 7 -----*/
.bg-pt-7 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #0C1B33;
}

.card-pt-7 {
  background: rgba(255, 238, 176, 0.06);
  padding: 51px 30px;
  display: flex;
}

.bg-pt-7 h2 {
  margin-bottom: 40px;
}

.card-pt-7 h3 {
  margin-top: 47px;
  margin-bottom: 24px;
}

.card-pt-7 p {
  color: #FFF;
}

.card-pt-7 img {
  width: 100%;
}

.card-pt-7-esquerda img {
  padding-right: 34px;
}

@media(min-width: 991.98px) {
  .card-pt-7 p {
    width: 90%;
  }
}

.bg-pt-7 .cta-header {
  max-width: 100%;
  display: block;
  width: 440px;
  margin: 0 auto;
  margin-top: 40px;
}

.bg-pt-7 .cta-header i {
  position: relative;
  top: 2px
}

/*-------- PARTE 8 -----*/
.bg-pt-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-pt-8 h2 {
  margin-bottom: 0px;
}

#avaliacao-carousel .splide__slide {
  padding: 15px;
}

#avaliacao-carousel .splide__pagination__page.is-active {
  display: none;
}

#avaliacao-carousel img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.splide__pagination {
  display: NONE;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow {
  background: none;
}

.splide__arrow--prev {
  background-image: url('/img/arrow-left.png') !important;
  background-repeat: no-repeat;
  left: -2%;
}

.splide__arrow--next {
  background-image: url('/img/arrow-right.png') !important;
  background-repeat: no-repeat;
  left: 100%;
  background-size: contain;
}

/*-------- PARTE 9-----*/
.bg-pt-9 {
  padding-bottom: 100px;
}

.badge-diferencial-claro {
  background: rgba(12, 27, 51, 0.06);
  color: #404040;
  padding: 12px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease;
}

.badge-diferencial-claro:hover {
  transform: translateY(-3px);
  background-color: rgba(0, 0, 0, 0.08);
}

.badge-diferencial-claro i {
  color: #8c734b;
  /* Ícone na cor do título */
  font-size: 1.1rem;
}

/* Ajuste para mobile */
@media (max-width: 768px) {
  .titulo-diferenciais-claro {
    font-size: 2.2rem;
  }

  .badge-diferencial-claro {
    width: 100%;
    /* No mobile eles ocupam a linha toda para facilitar a leitura */
    justify-content: center;
  }
}


/*-------- PARTE 10-----*/
.bg-pt-10 {
  background-image: url(/wp-content/themes/nutrologia/img/bg-pt-10.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 345px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-pt-10 h2 {
  margin-top: 75px;
}

/*-------- PARTE 11-----*/
.bg-pt-11 .container {
  background: #0C1B33;
}

.bg-pt-11 p {
  color: white;
}

.bg-pt-11 h2 {
  font-size: 64px;
}

.bg-pt-11 .cta-ajuda {
  max-width: 100%;
  display: block;
  width: 450px;
  font-size: 18px;
  margin-top: 40px;
  font-family: "Lustria", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.bg-pt-11 .cta-ajuda i {
  position: relative;
  top: 2px;
  margin-left: 30px;
  font-size: 24px;
}

.bg-pt-11 iframe {
  width: 100%;
  margin-bottom: 0;
}

.p-loc-iframe {
  margin-bottom: 0;
  margin-top: -7px;
}

.p-loc-iframe a {
  font-family: "Lustria", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.752%;
  /* 18.52px */
  font-family: "Lustria", sans-serif;
  padding: 25px;
  border: 0.4px solid #FFEEB0;
  display: block;
  text-decoration: none;
  width: 100%;
}

/*-------- PARTE 12-----*/
.bg-pt-12 {
  padding-bottom: 100px;
}

.bg-pt-12 h2 {
  margin-bottom: 24px;
}

.bg-pt-12 p {
  margin-bottom: 0;
}

.lista-condicoes-clara i {
  color: #AD7C23;
  font-size: 19px;
}

.divisor-claro {
  border-top: 1px solid #AD7C23;
  margin: 25px 0;
  opacity: 1;
}

.box-condicoes-escuro {
  background: url(/wp-content/themes/nutrologia/img/bg-pt-12.png) lightgray -1166px -70.029px / 353.086% 223.134% no-repeat;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.lista-condicoes-escura p {
  color: #ffffff;
}

.lista-condicoes-escura i {
  color: #AD7C23;
  font-size: 1.1rem;
}

.divisor-escuro {
  border-top: 1px solid #AD7C23;
  margin: 25px 0;
  opacity: 1;
}

/* Responsividade */
@media (max-width: 991px) {
  .box-condicoes-escuro {
    margin-top: 20px;
  }
}

/* --- Estilos do Footer --- */
.footer-clinica {
  background-color: #051a2f;
}

.footer-clinica .bg-azul-custom {
  background-color: #0c1a33;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .03) 50%, transparent 50%);
  background-size: 40px 100%;
  border: 1px solid rgba(229, 195, 133, 0.1);
}

.endereco-footer a {
  color: #ffffff;
  text-decoration: none;
}

.endereco-footer a:hover {
  color: #e5c385;
}

.logo-footer {
  max-height: 80px;
  filter: brightness(1.2);
}

.divisor-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 30px 0;
}

.aviso-legal-footer p {
  color: #ffffff;
  opacity: 0.6;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
}

.responsavel-tecnico {
  font-weight: 600;
  opacity: 0.8 !important;
}

.footer-clinica .cta-ajuda i {
  margin-left: 25px;
}

/* Ajustes para Mobile */
@media (max-width: 991px) {
  .endereco-footer {
    font-size: 0.85rem;
  }

  .cta-ajuda {
    width: 100%;
    display: block;
  }

  .footer-clinica .bg-azul-custom {
    padding: 30px 20px !important;
  }
}

@media(min-width: 992px) and (max-width: 1199px) {
  .full-banner-inicio h1 {
    font-size: 70px;
  }

  .bg-pt-5 h2 {
    margin-top: 48px;
  }

  .bg-pt-5 h2 br {
    display: none;
  }

  .card-pt-7 h3 {
    width: 85%;
    margin-top: 0;
  }

  .card-pt-7 {
    align-items: center;
    justify-content: center;
  }

  .card-pt-7 h3 br {
    display: none;
  }

  .bg-pt-10 h2 {
    margin-top: 40px;
  }

  .bg-pt-10 h2 br {
    display: none;
  }

  .box-condicoes-escuro {
    background-repeat: repeat-x;
  }

  .bg-pt-12 h2 {
    margin-top: 25px;
  }

  .footer-clinica .cta-ajuda {
    padding: 15px;
  }
}

@media(max-width: 991px) {
  .full-banner-inicio h1 {
    font-size: 81px;
  }

  .bg-pt-2,
  .bg-pt-3 {
    padding-bottom: 30px;
  }

  .card-pt-7 {
    display: block;
  }

  .bg-pt-5 {
    background-image: url(/wp-content/themes/nutrologia/img/bg-pt-5-mobile.png);
    height: 620px;
    padding-top: 300px;
  }

  .start-transformation {
    padding-top: 61px;
  }

  .card-pt-7 h3 {
    margin-top: 0;
  }

  .card-pt-7-esquerda h3 {
    margin-top: 20px;
  }

  .bg-pt-10 {
    background-image: url(/wp-content/themes/nutrologia/img/bg-pt-10-mobile.png);
    height: 620px;
    padding-top: 300px;
  }

  .bg-pt-12 {
    padding-top: 60px;
  }

  .box-condicoes-escuro {
    margin-top: 0px;
  }
}

@media(max-width: 550px) {
  h2 {
    font-size: 36px;
  }

  .full-banner-inicio {
    background-image: url(/wp-content/themes/nutrologia/img/banner-mobile.png);
    text-align: center;
    padding-top: 44px;
  }

  .full-banner-inicio h1 {
    font-size: 50px;
  }

  .full-banner-inicio h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.794%;
    /* 27.015px */
  }

  .cta-header {
    width: 100%;
  }

  .cta-header {
    font-size: 13.202px;
    padding: 20px 15px;
  }

  .cta-header i {
    font-size: 16px;
    margin-left: 15px;
  }

  .full-banner-inicio img {
    width: 46px;
  }

  .bg-pt-2 {
    padding-top: 70px;
  }

  .bg-pt-4 h2 {
    font-size: 45px;
  }

  .cta-ajuda {
    font-size: 13.813px !important;
    padding: 15px;
    width: 100%;
  }

  .cta-ajuda i {
    font-size: 14px !important;
    float: none !important;
    margin-left: 0;
  }

  .splide__arrow--next {
    left: 94%;
  }

  .bg-pt-10 {
    height: 520px;
    padding-top: 130px;
  }

  .box-condicoes-escuro {
    background: #0C1B33;
  }
}

@media(max-width: 380px) {
  h2 {
    font-size: 32px;
  }

  .bg-pt-4 h2 {
    font-size: 39px;
  }

  .full-banner-inicio {
    background-position-x: 25%;
  }

  .full-banner-inicio h1 {
    font-size: 44px;
  }

  .full-banner-inicio h2 {
    font-size: 19px;
  }

  .full-banner-inicio p {
    font-size: 14px;
  }

  .cta-header {
    padding: 20px 0px 20px 10px;
    font-size: 12px;
  }

  .badge-ajuda {
    width: 100%;
  }

  .bg-pt-5 {
    height: 474px;
    padding-top: 177px;
  }

  .bg-pt-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-pt-10 {
    height: 426px;
  }

  .bg-pt-11 .cta-ajuda {
    text-align: center;
  }

  .bg-pt-12 {
    padding-top: 0;
  }
}

@media(max-width: 350px) {
  h2 {
    font-size: 30px
  }

  .cta-header i {
    font-size: 16px;
    margin-left: 9px;
  }

  .bg-pt-4 .accordion-header button {
    font-size: 18px;
  }

  .card-pt-7 {
    padding: 30px;
  }

  .bg-pt-10 {
    height: 450px;
    padding-top: 141px;
  }
}

@media(max-width: 330px) {
  h2 {
    font-size: 28px
  }

  .bg-pt-4 h2 {
    font-size: 34px;
  }

  .full-banner-inicio {
    height: 858px;
  }

  .full-banner-inicio h1 {
    font-size: 36px;
  }

  .full-banner-inicio h2 {
    font-size: 17px;
  }

  .full-banner-inicio p {
    margin-bottom: 20px;
  }

  .cta-header {
    font-size: 10px;
  }

  .cta-ajuda {
    text-align: center;
    display: block;
    padding: 15px 10px;
  }

  .card-metabolico {
    padding: 30px 20px;
  }

  .cta-disponibilidade,
  .cta-disponibilidade-black {
    padding: 15px 10px;
  }

  .cta-ajuda i {
    display: block;
  }

  .cta-header i {
    font-size: 15px;
  }

  .card-pt-7 {
    padding: 30px 15px;
  }

  .bg-pt-7 .cta-header {
    font-size: 12px;
  }
}

/* Container que controla a posição fixa e o overflow */
.cta-atendimento-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  padding: 2px;
  /* Espessura da borda giratória */
  border-radius: 8px;
  /* Ajuste se quiser mais arredondado */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 26, 51, 0.5);
  /* Fundo reserva */
}

/* O gradiente que gira por trás */
.cta-atendimento-wrapper::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 300%;
  /* Gradiente cônico com a cor dourada do projeto */
  background: conic-gradient(transparent,
      #b1842c,
      transparent 30%);
  animation: girar-borda 4s linear infinite;
}

/* O Botão em si (fica por cima do giro) */
.cta-atendimento-fixo {
  position: relative;
  background-color: #0c1a33;
  padding: 12px 25px;
  border-radius: 6px;
  /* Um pouco menor que o wrapper para encaixar */
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  z-index: 1;
}

.texto-exclusivo {
  color: #ffffff;
  font-family: 'Serif', Georgia, serif;
  font-size: 0.85rem;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

/* Ponto Verde Pulsante */
.ponto-verde-pulsante {
  width: 10px;
  height: 10px;
  background-color: #00ff41;
  border-radius: 50%;
  box-shadow: 0 0 8px #00ff41;
  position: relative;
}

.ponto-verde-pulsante::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00ff41;
  border-radius: 50%;
  animation: pulsar-onda 2s infinite;
}

/* Animações */
@keyframes girar-borda {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulsar-onda {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* Hover */
.cta-atendimento-wrapper:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

/* Mobile */
@media (max-width: 768px) {
  .cta-atendimento-wrapper {
    bottom: 20px;
    right: 20px;
  }
}

.btn-scroll-topo {
  position: fixed;
  bottom: 100px;
  /* Fica acima do seu CTA de Atendimento Exclusivo */
  right: 30px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  /* Seu Gradiente */
  background: linear-gradient(180deg, #F3E8A8 0%, #AD7C23 100%);
  color: white;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9998;
  transition: all 0.4s ease;

  /* Inicialmente escondido */
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Classe que o JS vai ativar */
.btn-scroll-topo.active {
  opacity: 1;
  visibility: visible;
}

.btn-scroll-topo:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

@media (max-width: 768px) {
  .btn-scroll-topo {
    bottom: 90px;
    /* Ajuste para não encavalar no mobile */
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.cta-header:hover {
  background: transparent;
  color: rgb(255, 238, 176);
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgb(255, 238, 176);
}

.cta-header:hover i {
  color: #e5c385 !important;
}

.btn-ver-mais:not(.collapsed) .txt-botao {
    font-size: 0; 
}

.btn-ver-mais:not(.collapsed) .txt-botao::before {
    content: "Ver menos -"; 
    font-size: 0.9rem; 
    font-weight: 600;
}

/* Estilo base para garantir a transição suave */
.btn-ver-mais .txt-botao {
    transition: all 0.3s ease;
}