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;
}

h2 {
  color: #1F2A39;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.219%;
  /* 37.19px */
}

h3,
h4,
h5 {
  color: #1A1A44;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p,
li,
a,
.fonte-padrao {
  color: #1F2A39;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

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

.p-relative {
  position: relative;
}

.f-right {
  float: right;
}

.color-rose {
  color: #845537;
}

.color-black {
  color: #4A4A4A;
}

.color-blue {
  color: #1A1A44;
}

.color-gold {
  color: #C7AB6E;
}

.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 !important;
  }
}

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

@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;
  }
}

/* =====================================================
   HERO - LIMALÉ
===================================================== */

.bg-hero-limale {
  min-height: 820px;
  padding: 100px 0 120px;
  display: flex;
  align-items: center;
  background-color: #f7f3ee;
}

.hero-limale-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-limale-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bg-hero-limale .container {
  z-index: 2;
}

.hero-limale-conteudo {
  max-width: 560px;
}

.hero-limale-logo {
  width: 150px;
  height: auto;
  display: block;
  margin-bottom: 42px;
}

.hero-limale-conteudo h1 {
  margin-bottom: 18px;
  color: #1e2937;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1.8px;
}

.hero-limale-conteudo h1 strong {
  display: block;
  font-weight: 800;
  color: #c7ab6e;
  background: linear-gradient(95deg,
      #c7ab6e 0%,
      #9c824c 55%,
      #615336 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-limale-subtitulo {
  color: #1F2A39;
  font-size: 23.867px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.btn-hero-limale {
  width: fit-content;
  min-width: 390px;
  min-height: 58px;
  padding: 10px 12px 10px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(100deg,
      #c7ab6e 0%,
      #a78a4f 55%,
      #77643f 100%);
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-hero-limale:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(97, 83, 54, 0.22);
}

.btn-hero-limale-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #615336;
  background-color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  transform: rotate(325deg);
}

.btn-hero-limale:hover .btn-hero-limale-icon {
  transform: rotate(45deg);
}

.hero-limale-diferenciais {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-limale-diferencial {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-limale-diferencial i {
  color: #b89b58;
  font-size: 29px;
}

.hero-limale-diferencial p {
  margin: 0;
  color: #252525;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.hero-limale-diferencial p strong {
  display: block;
  font-weight: 700;
}

.hero-limale-divisor {
  width: 1px;
  height: 28px;
  display: block;
  flex-shrink: 0;
  background-color: rgba(199, 171, 110, 0.75);
}

.hero-limale-curva {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 85px;
  pointer-events: none;
}

.hero-limale-curva svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-limale-curva path {
  fill: #fff;
}

.hero-limale-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 4;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e2937;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transform: translateX(-50%);
  box-shadow: 0 8px 20px rgba(30, 41, 55, 0.12);
  transition: all 0.3s ease;
}

.hero-limale-scroll:hover {
  color: #fff;
  background-color: #b89b58;
  transform: translateX(-50%) translateY(3px);
}

/* =====================================================
   AVALIACOES - LIMALE
===================================================== */

.avaliacoes-limale {
  position: relative;
  min-height: 1037px;
  padding: 100px 0 80px;
  overflow: hidden;
  background: #fff;
}

.avaliacoes-limale__inner {
  position: relative;
  z-index: 2;
}

.avaliacoes-limale__title {
  width: 100%;
  margin: 0 0 40px;
  color: #1e2937;
  font-family: "Manrope", sans-serif;
  font-size: 37.386px;
  font-weight: 500;
  line-height: 1.162;
  text-align: center;
}

.avaliacoes-limale__title strong {
  color: #c7ab6e;
  font-weight: 800;
}

.avaliacoes-limale__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.avaliacoes-limale__card {
  min-height: 267px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #c7ab6e;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.86);
  color: #1f2a39;
}

.avaliacoes-limale__icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.avaliacoes-limale__icon svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: #c7ab6e;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaliacoes-limale__card h3 {
  margin: 0 0 10px;
  color: #1f2a39;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.avaliacoes-limale__card p {
  margin: 0;
  line-height: 1.35;
}

.avaliacoes-limale__tech {
  width: 936px;
  height: 391px;
  margin-top: 24px;
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.avaliacoes-limale__tech>p:first-child {
  margin: 0 0 -32px;
  color: #1e2937;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.8508;
}

.avaliacoes-limale__brands {
  display: flex;
  align-items: center;
}

.avaliacoes-limale__brands img:first-child {
  width: 228px;
  height: 56px;
  margin-right: -7px;
}

.avaliacoes-limale__brands img:last-child {
  width: 153px;
  height: 85px;
}

.avaliacoes-limale__tech-text {
  width: 362px;
  margin: 0;
  color: #1f2a39;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.avaliacoes-limale__doctor {
  position: absolute;
  z-index: 1;
  top: 437px;
  left: calc(50% - 570px + 416px);
  width: 505px;
  height: 600px;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.avaliacoes-limale__screen {
  position: absolute;
  z-index: 3;
  top: 703px;
  left: calc(50% - 570px + 685px);
  width: 421.657px;
  height: 237.238px;
  padding: 0;
  overflow: hidden;
  border: 2.686px solid #c7ab6e;
  border-radius: 25px;
  display: none;
}

.avaliacoes-limale__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}


/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 1199px) {

  .bg-hero-limale {
    min-height: 720px;
    padding: 80px 0 110px;
  }

  .hero-limale-conteudo {
    max-width: 500px;
  }

  .hero-limale-conteudo h1 {
    font-size: 42px;
  }

  .hero-limale-subtitulo {
    font-size: 17px;
  }

  .btn-hero-limale {
    min-width: 350px;
    font-size: 15px;
  }

  .hero-limale-background img {
    object-position: 55% center;
  }

}

@media (max-width: 1199px) {
  .avaliacoes-limale {
    min-height: auto;
    padding: 80px 0;
  }

  .avaliacoes-limale__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .avaliacoes-limale__tech {
    width: 48%;
    height: auto;
    min-height: 360px;
    padding-top: 48px;
  }

  .avaliacoes-limale__doctor {
    top: 470px;
    left: auto;
    right: 5%;
    width: 42%;
    height: auto;
    max-height: 560px;
  }

  .avaliacoes-limale__screen {
    top: 720px;
    left: auto;
    right: 4%;
    width: 34%;
    height: auto;
    aspect-ratio: 421.657 / 237.238;
  }
}

@media (max-width: 991px) {
  .avaliacoes-limale__title {
    font-size: 32px;
  }

  .avaliacoes-limale__tech {
    width: 100%;
    min-height: 0;
    padding-top: 34px;
  }

  .avaliacoes-limale__doctor,
  .avaliacoes-limale__screen {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .avaliacoes-limale__doctor {
    width: min(420px, 100%);
    margin: 18px auto 0;
  }

  .avaliacoes-limale__screen {
    width: min(422px, calc(100% - 32px));
    margin: -110px auto 0;
  }
}

@media (max-width: 767px) {
  .avaliacoes-limale {
    padding: 64px 0;
  }

  .avaliacoes-limale__title {
    margin-bottom: 28px;
    font-size: 29px;
  }

  .avaliacoes-limale__cards {
    grid-template-columns: 1fr;
  }

  .avaliacoes-limale__card {
    min-height: 0;
  }

  .avaliacoes-limale__card h3 {
    white-space: normal;
  }

  .avaliacoes-limale__brands img:first-child {
    width: 190px;
    height: auto;
  }

  .avaliacoes-limale__brands img:last-child {
    width: 128px;
    height: auto;
  }

  .avaliacoes-limale__tech-text {
    width: min(362px, 100%);
  }

  .avaliacoes-limale__screen {
    margin-top: -80px;
  }
}


@media (max-width: 991px) {

  .bg-hero-limale {
    min-height: 680px;
  }

  .hero-limale-conteudo {
    max-width: 470px;
  }

  .hero-limale-conteudo h1 {
    font-size: 38px;
  }

  .hero-limale-diferenciais {
    gap: 12px;
  }

  .hero-limale-diferencial p {
    font-size: 10px;
  }

  .hero-limale-background img {
    object-position: 60% center;
  }

}


@media (max-width: 767px) {

  .bg-hero-limale {
    min-height: 760px;
    padding: 55px 0 115px;
    align-items: flex-start;
  }

  .bg-hero-limale::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.88) 52%,
        rgba(255, 255, 255, 0.18) 100%);
  }

  .hero-limale-background img {
    object-position: center bottom;
  }

  .hero-limale-conteudo {
    max-width: 100%;
    text-align: center;
  }

  .hero-limale-logo {
    width: 120px;
    margin: 0 auto 28px;
  }

  .hero-limale-conteudo h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .hero-limale-subtitulo {
    max-width: 340px;
    margin: 0 auto 26px;
    font-size: 16px;
  }

  .btn-hero-limale {
    width: 100%;
    min-width: 0;
    max-width: 360px;
    margin: 0 auto;
    padding-left: 22px;
    font-size: 15px;
  }

  .hero-limale-diferenciais {
    max-width: 360px;
    margin: 28px auto 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero-limale-diferencial {
    justify-content: center;
  }

  .hero-limale-diferencial p {
    max-width: 110px;
    text-align: left;
  }

  .hero-limale-divisor {
    height: 24px;
  }

  .hero-limale-curva {
    height: 55px;
  }

  .hero-limale-scroll {
    bottom: 12px;
  }

}


@media (max-width: 420px) {

  .hero-limale-conteudo h1 {
    font-size: 30px;
  }

  .hero-limale-diferenciais {
    gap: 12px;
  }

  .hero-limale-divisor {
    display: none;
  }

  .hero-limale-diferencial {
    width: calc(50% - 8px);
  }

}


/* =====================================================
   PARTE 2
===================================================== */

.bg-pt-2 {
  background: #F9F0EE;
  padding-top: 71px;
  padding-bottom: 100px;
}

/* =====================================================
   PARTE 3
===================================================== */
.exames-section {
  padding-top: 90px;
  padding-bottom: 100px;
  background: #F9F9F9;
  overflow: hidden;
}

.exames-heading {
  margin-bottom: 32px;
}


/* ABAS */

.exames-tabs-wrapper {
  width: 100%;
  margin-bottom: 38px;
  overflow-x: auto;
  scrollbar-width: none;
}

.exames-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.exames-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: max-content;
  border-bottom: 1px solid rgba(197, 161, 94, 0.16);
}

.exames-tabs .nav-item {
  flex: 1 1 0;
  min-width: 210px;
  text-align: center;
}

.exames-tabs .nav-link {
  position: relative;
  width: 100%;
  padding: 15px 22px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #b2b2b5;
  font-size: 17px;
  font-weight: 500;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.exames-tabs .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  transform: scaleX(0);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.exames-tabs .nav-link:hover {
  color: #252936;
}

.exames-tabs .nav-link.active {
  color: #252936;
  background: transparent;
  font-weight: 600;
}

.exames-tabs .nav-link.active::after {
  background: #c5a15e;
  transform: scaleX(1);
}

/* CONTEÚDO */

.exames-tab-content {
  width: 100%;
}

.exame-card {
  overflow: hidden;
  border: 1px solid rgba(197, 161, 94, 0.48);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 10px 35px rgba(32, 35, 45, 0.025);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.exame-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 161, 94, 0.75);
  box-shadow: 0 16px 40px rgba(32, 35, 45, 0.06);
}

.exame-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 25px 25px 13px;
  border: 0;
  background: transparent;
  color: #252936;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.exame-card-header:focus {
  outline: none;
  box-shadow: none;
}

.exame-chevron {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-top: 1.5px solid #c5a15e;
  border-left: 1.5px solid #c5a15e;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.exame-card-header[aria-expanded="false"] .exame-chevron {
  transform: rotate(225deg);
}

.exame-card-body {
  padding: 0 25px 25px;
}

.exame-card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.exame-card-body li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 10px;
}

.exame-card-body li:last-child {
  margin-bottom: 0;
}

.exame-card-body li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  color: #444753;
}

/* CONTEÚDOS TEMPORÁRIOS */

.exames-empty-content {
  padding: 50px 25px;
  border: 1px solid rgba(197, 161, 94, 0.35);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.exames-empty-content p {
  margin: 0;
  color: #777984;
  font-size: 16px;
}

/* TABLET */

@media (max-width: 991px) {
  .exames-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .exames-tabs {
    justify-content: flex-start;
  }

  .exames-tabs .nav-item {
    min-width: 220px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .exames-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .exames-heading {
    margin-bottom: 25px;
  }

  .exames-heading h2 {
    font-size: 30px;
  }

  .exames-tabs-wrapper {
    margin-right: -12px;
    margin-bottom: 30px;
    padding-right: 12px;
  }

  .exames-tabs {
    justify-content: flex-start;
  }

  .exames-tabs .nav-item {
    min-width: 195px;
  }

  .exames-tabs .nav-link {
    padding: 13px 15px 16px;
    font-size: 13px;
  }

  .exame-card {
    border-radius: 18px;
  }

  .exame-card:hover {
    transform: none;
  }

  .exame-card-header {
    padding: 21px 20px 12px;
    font-size: 15px;
  }

  .exame-card-body {
    padding: 0 20px 22px;
  }

  .exame-card-body li {
    margin-bottom: 5px;
    font-size: 13px;
  }
}


/* =====================================================
   PARTE 5
===================================================== */
.bg-pt-5 {
  background-image: url(/wp-content/themes/limale/img/bg-pt-5.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-color: #1E3C50;
  color: white;
  padding: 90px 0px 70px 0px;
}

.bg-pt-5 h2 {
  color: #1F2A39;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  margin: 0;
  font-weight: 500;
  line-height: 116.219%;
  /* 74.38px */
}

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

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

@media(min-width: 992px) {
  .bg-pt-6 p {
    width: 90%;
  }
}

.bg-pt-6 .btn-hero-limale {
  margin-top: 25px;
}

/* =====================================================
   PARTE 7
===================================================== */
.bg-pt-7 {
  background-image: url(/wp-content/themes/limale/img/bg-pt-7.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-color: #1E3C50;
  color: white;
  padding: 20px 0px 0px 0px;
}

.bg-pt-7 h2 {
  color: #1E2937;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.219%;
  /* 62.758px */
  margin-bottom: 32px;
  margin-top: 120px;
}

.bg-pt-7 .btn-hero-limale {
  margin-top: 62px
}

.card-pt-7 {
  border-radius: 25px;
  border: 1px solid #C7AB6E;
  background: rgba(249, 240, 238, 0.66);
  backdrop-filter: blur(12.850000381469727px);
  padding: 20px;
  height: 220px;
  margin-top: -300px;
}

.card-pt-7:hover {
  transform: translateY(-6px);
  border-color: rgba(189, 150, 78, 0.8);
  box-shadow: 0 18px 35px rgba(80, 62, 46, 0.09);
}

.card-pt-7 i {
  background-color: #C7AB6E;
  color: white;
  padding: 5px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.card-pt-7 h3 {
  color: #1F2A39;
  margin: 5px 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-pt-7 p {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 992px) {
  .bg-pt-7 .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* ===================================================== PARTE 8 - ULTRASSOM 5D ===================================================== */
.bg-pt-8 {
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
  background: #F9F9F9;
}

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

@media(min-width: 992px){
  .bg-pt-8 p{
    width: 85%;
  }
}

/* TAG */
.tag-pt-8 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  border: 1px solid #c7ab6e;
  border-radius: 999px;
  color: #1f2a39;
  font-size: 13px;
}

.tag-pt-8 i {
  color: #c7ab6e;
}

/* IMAGEM SUPERIOR */
.img-pt-8 {
  display: block;
  width: 100%;
  height: 490px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

/* BLOCO INFERIOR */
.card-pt-8 {
  margin-top: 0;
  padding: 35px 35px 35px 50px;
  border: 1px solid #c7ab6e;
  border-radius: 0 25px 25px 25px;
  background: rgba(249, 240, 238, 0.66);
  backdrop-filter: blur(12.85px);
  -webkit-backdrop-filter: blur(12.85px);
}

.card-pt-8 h3 {
  margin-bottom: 22px;
  color: #1e2937;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.card-pt-8 h3 span {
  display: block;
}

.card-pt-8 .btn-hero-limale {
  margin-top: 20px;
  max-width: 100%;
  width: auto;
  min-width: auto;
}

.img-bebe-pt-8 {
  display: block;
  width: 100%;
  height: 365px;
  border-radius: 22px;
  object-fit: cover;
}

/* NOTEBOOK */
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-pt-8 h2 {
    font-size: 40px;
  }

  .img-pt-8 {
    height: 390px;
  }

  .card-pt-8 {
    padding: 32px;
  }

  .card-pt-8 h3 {
    font-size: 36px;
  }

  .img-bebe-pt-8 {
    height: 330px;
  }
}

/* TABLET */
@media (max-width: 991px) {
  .bg-pt-8 {
    padding: 75px 0;
  }

  .bg-pt-8 h2 {
    font-size: 44px;
  }

  .img-pt-8 {
    height: 430px;
  }

  .card-pt-8 {
    margin-top: 50px;
    padding: 35px;
    border-radius: 25px;
  }

  .card-pt-8 h3 {
    font-size: 38px;
  }

  .img-bebe-pt-8 {
    height: 420px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .bg-pt-8 {
    padding: 55px 0;
  }

  .bg-pt-8 h2 {
    margin-top: 18px;
    font-size: 36px;
  }

  .bg-pt-8 p {
    font-size: 14px;
  }

  .tag-pt-8 {
    padding: 7px 15px;
    font-size: 12px;
  }

  .img-pt-8 {
    height: 290px;
    border-radius: 14px;
  }

  .card-pt-8 {
    margin-top: 35px;
    padding: 25px 20px 20px;
    border-radius: 20px;
  }

  .card-pt-8 h3 {
    font-size: 32px;
  }

  .card-pt-8 .btn-hero-limale {
    width: 100%;
  }

  .img-bebe-pt-8 {
    height: 290px;
    border-radius: 16px;
  }
}

/* CELULARES PEQUENOS */
@media (max-width: 420px) {
  .bg-pt-8 h2 {
    font-size: 32px;
  }

  .card-pt-8 h3 {
    font-size: 29px;
  }

  .img-pt-8,
  .img-bebe-pt-8 {
    height: 255px;
  }
}

/* =====================================================
   PARTE 9 - CUIDADO COMPLETO
===================================================== */

.bg-pt-9 {
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.bg-pt-9 h2 {
  margin-bottom: 20px;
}

.subtitulo-pt-9 {
  max-width: 920px;
  margin: 0 auto 50px;
}

/* CARDS */

.card-pt-9 {
  height: 100%;
  overflow: hidden;
  border: 1px solid #c7ab6e;
  border-radius: 25px;
  background-color: #ffffff;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.card-pt-9:hover {
  transform: translateY(-6px);
  border-color: rgba(189, 150, 78, 0.85);
  box-shadow: 0 18px 35px rgba(80, 62, 46, 0.09);
}

.card-pt-9 .row {
  min-height: 235px;
}

.card-pt-9 img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 235px;
  object-fit: cover;
}

.conteudo-card-pt-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 35px;
}

.conteudo-card-pt-9 h3 {
  margin-bottom: 10px;
  color: #B29452;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.conteudo-card-pt-9 p {
  margin: 0;
  color: #1f2a39;
  line-height: 1.45;
}

/* NOTEBOOK */

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-pt-9 h2 {
    font-size: 43px;
  }

  .conteudo-card-pt-9 {
    padding: 28px;
  }

  .conteudo-card-pt-9 h3 {
    font-size: 21px;
  }
}

/* TABLET */

@media (max-width: 991px) {
  .bg-pt-9 {
    padding: 75px 0;
  }

  .bg-pt-9 h2 {
    font-size: 42px;
  }

  .subtitulo-pt-9 {
    margin-bottom: 40px;
  }

  .card-pt-9 .row,
  .card-pt-9 img {
    min-height: 220px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .bg-pt-9 {
    padding: 55px 0;
  }

  .bg-pt-9 h2 {
    font-size: 35px;
    line-height: 1.1;
  }

  .subtitulo-pt-9 {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .card-pt-9 {
    border-radius: 20px;
  }

  .card-pt-9:hover {
    transform: none;
  }

  .card-pt-9 .row {
    min-height: auto;
  }

  .card-pt-9 img {
    height: 260px;
    min-height: 0;
  }

  .conteudo-card-pt-9 {
    padding: 25px;
  }

  .conteudo-card-pt-9 h3 {
    font-size: 21px;
  }

  .conteudo-card-pt-9 p {
    font-size: 14px;
  }
}

/* CELULARES PEQUENOS */

@media (max-width: 420px) {
  .bg-pt-9 h2 {
    font-size: 31px;
  }

  .card-pt-9 img {
    height: 225px;
  }
}


/* =====================================================
   PARTE 10
===================================================== */
.bg-pt-111 {
  background-image: url(/wp-content/themes/limale/img/bg-pt-10.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-color: #1E3C50;
  color: white;
  padding: 90px 0px 70px 0px;
}

.bg-pt-111 h2 {
  color: #1F2A39;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.219%; /* 55.785px */
}

.icons-pt-11{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;

}

.icons-pt-11 h3 i{
  background-color: #C7AB6E;
  color: white;
  border-radius: 999px;
  padding: 5px;
  margin-right: 5px;
  font-size: 29px;
}

.icons-pt-11 h3{
  margin-right: 30px;
}

/* =====================================================
   PARTE 10 - ATENDIMENTO
===================================================== */

.bg-pt-10 {
  padding: 100px 0;
  overflow: hidden;
 background: #F9F9F9;
}

.bg-pt-10 h2 {
  margin-bottom: 28px;
}

/* INFORMAÇÕES */

.conteudo-pt-10 {
  padding-right: 30px;
}

.info-pt-10 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}

.info-pt-10 i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: #c7ab6e;
  font-size: 15px;
}

.info-pt-10 p {
  margin: 0;
  line-height: 1.5;
}

.info-pt-10 strong {
  font-weight: 700;
}

/* MAPA */

.bg-pt-10 iframe {
  display: block;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 20px;
  width: 100%;
  height: 250px;
}

.bg-pt-10 iframe:hover {
  transform: scale(1.03);
}

/* SPLIDE */

.splide-locais {
  position: relative;
  width: 100%;
}

.splide-locais .splide__track {
  overflow: hidden;
  border-radius: 25px;
}

.splide-locais .splide__slide {
  height: 470px;
}

.splide-locais .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}

/* SETAS */

.splide-locais .splide__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #c7ab6e;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  box-shadow: 0 8px 25px rgba(31, 42, 57, 0.08);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.splide-locais .splide__arrow:hover {
  transform: translateY(-50%) scale(1.08);
  background-color: #c7ab6e;
}

.splide-locais .splide__arrow svg {
  fill: #c7ab6e;
  width: 13px;
  height: 13px;
  transition: fill 0.3s ease;
}

.splide-locais .splide__arrow:hover svg {
  fill: #ffffff;
}

.splide-locais .splide__arrow--prev {
  left: -22px;
}

.splide-locais .splide__arrow--next {
  right: -22px;
}

/* PAGINAÇÃO */

.splide-locais .splide__pagination {
  bottom: -30px;
}

.splide-locais .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 4px;
  background-color: rgba(199, 171, 110, 0.35);
  opacity: 1;
}

.splide-locais .splide__pagination__page.is-active {
  background-color: #c7ab6e;
  transform: scale(1.25);
}

/* NOTEBOOK */

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-pt-10 {
    padding: 80px 0;
  }

  .conteudo-pt-10 {
    padding-right: 15px;
  }

  .splide-locais .splide__slide {
    height: 420px;
  }

  .mapa-pt-10 img {
    height: 205px;
  }
}

/* TABLET */

@media (max-width: 991px) {
  .bg-pt-10 {
    padding: 75px 0 95px;
  }

  .conteudo-pt-10 {
    padding-right: 0;
  }

  .mapa-pt-10 img {
    height: 300px;
  }

  .splide-locais .splide__slide {
    height: 500px;
  }

  .splide-locais .splide__arrow--prev {
    left: 15px;
  }

  .splide-locais .splide__arrow--next {
    right: 15px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .bg-pt-10 {
    padding: 55px 0 85px;
  }

  .bg-pt-10 h2 {
    margin-bottom: 24px;
    font-size: 31px;
  }

  .info-pt-10 {
    margin-bottom: 18px;
  }

  .info-pt-10 p {
    font-size: 13px;
  }

  .mapa-pt-10 {
    border-radius: 16px;
  }

  .mapa-pt-10 img {
    height: 240px;
  }

  .splide-locais .splide__track,
  .splide-locais .splide__slide img {
    border-radius: 18px;
  }

  .splide-locais .splide__slide {
    height: 340px;
  }

  .splide-locais .splide__arrow {
    width: 38px;
    height: 38px;
  }
}

/* CELULARES PEQUENOS */

@media (max-width: 420px) {
  .mapa-pt-10 img {
    height: 210px;
  }

  .splide-locais .splide__slide {
    height: 290px;
  }
}

/* =====================================================
   PARTE 11 - FAQ
===================================================== */

.bg-pt-11 {
  padding: 100px 0;
  overflow: hidden;
  background: #F9F0EE;
}

.bg-pt-11 h2 {
  margin-bottom: 55px;
}

/* ACCORDION */

.accordion-pt-11 {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #1e2937;
  --bs-accordion-bg: transparent;
}

.accordion-pt-11 .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(199, 171, 110, 0.75);
  background: transparent;
}

.accordion-pt-11 .accordion-button {
  padding: 25px 30px;
  color: #1e2937;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
}

.accordion-pt-11 .accordion-button:not(.collapsed) {
  color: #b9944e;
  background: transparent;
  font-weight: 700;
}

.accordion-pt-11 .accordion-button::after {
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-right: 1.5px solid #c7ab6e;
  border-bottom: 1.5px solid #c7ab6e;
  background-image: none;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion-pt-11 .accordion-button:not(.collapsed)::after {
  transform: rotate(225deg);
}

.accordion-pt-11 .accordion-body {
  max-width: 900px;
  padding: 0 30px 25px;
  color: #1f2a39;
  font-size: 14px;
  line-height: 1.55;
}

/* TABLET */

@media (max-width: 991px) {
  .bg-pt-11 {
    padding: 75px 0;
  }

  .bg-pt-11 h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .bg-pt-11 {
    padding: 55px 0;
  }

  .bg-pt-11 h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.1;
  }

  .bg-pt-11 h2 span {
    display: block;
  }

  .accordion-pt-11 .accordion-button {
    gap: 20px;
    padding: 21px 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .accordion-pt-11 .accordion-body {
    padding: 0 10px 22px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .bg-pt-11 h2 {
    font-size: 29px;
  }
}


/* =====================================================
  FOOTER
===================================================== */

.bg-footer{
  background: linear-gradient(90deg, #1F2A39 0%, #091220 100%);
  padding: 100px 0px;
}

.bg-footer p{
  color: white;
}

.bg-footer p a{
  color: inherit;
}

.footer-right{
  text-align: right;
}

.bg-footer p a:hover{
  color: #007BFF;
}


/* =====================================================
  MEDIA QUERIES
===================================================== */

@media(min-width: 992px) and (max-width: 1200px){
    .hero-limale-background img {
        object-position: 39% center;
    }
    
    .avaliacoes-limale__doctor {
        top: 677px;
        left: auto;
        right: 5%;
        width: 42%;
        height: auto;
        max-height: 560px;
    }

    .card-pt-7{
      height: 280px;
          margin-top: -301px;
    margin-bottom: 0px;
    }

    .bg-pt-7 .btn-hero-limale {
    margin-top: 22px;
  }

  .bg-pt-7 h2{
    margin-top: 60px;
  }

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

@media(max-width: 992px){
  .hero-limale-diferencial p{
    color: white;
  }

      .avaliacoes-limale__brands img:last-child {
        width: 100%;
    }

  .avaliacoes-limale{
    padding-bottom: 0;
  }

  .avaliacoes-limale__doctor{
    width: 100%;
    height: auto;
  }

  .bg-pt-5 h2{
    font-size: 40px;
    line-height: normal;
  }

  .bg-pt-6, .bg-pt-7{
    text-align: center;
  }

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

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

  .bg-pt-7 .btn-hero-limale{
    margin-top: 30px;
    margin-bottom: 40px;
  }

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

  .bg-pt-7{
    padding-bottom: 30px;
  }

  .card-pt-7{
    margin-top: 10px;
  }

  .bg-pt-8 {
    text-align: center;
  }

  .bg-pt-8 .card-pt-8{
    text-align: left;
  }
}

@media(max-width: 768px){
  .hero-limale-diferencial p {
      color: #1F2A39;
    }

    .exames-tabs{
      display: block;
    }

    .hero-limale-diferenciais{
      max-width: 100%;
    }

    .avaliacoes-limale__brands img:last-child {
        width: 100%;
    }

    .exame-card-header{
      font-size: 17px;
    }

    .exame-card-body li{
      font-size: 16px;
    }

    .bg-pt-5 svg{
      width: 31px;
      position: absolute;
      top: -20px;
    }

    .bg-hero-limale .btn-hero-limale{
      max-width: 360px;
    }

    .btn-hero-limale{
      width: 100%;
      max-width: 100%;
    }

    .bg-pt-5 h2{
      font-size: 40px;
      position: relative;
    }

    .bg-pt-111{
      background-image: url(/wp-content/themes/limale/img/bg-pt-11-mob.png);
      background-position-x: 50%;
      background-position-y: 0px;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      padding-top: 250px;
    }

    .icons-pt-11{
      display: block;
    }

    .icons-pt-11 h3{
      font-size: 19px;
      margin-right: 0;
      margin-bottom: 10px;
    }

    .bg-footer{
      padding: 50px 0px;
      text-align: center !important;
    }

    .footer-right{
      text-align: center;
      margin-top: 30px;
    }
}

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

  .hero-limale-diferencial i {
    color: #b89b58;
    font-size: 19px;
}

    .hero-limale-diferencial {
        width: calc(33% - 8px);
    }

  .card-pt-7{
    height: auto;
  }

      .avaliacoes-limale__brands img:last-child {
        width: 100%;
    }
    
}

@media(max-width: 350px){
  h2{
    font-size: 28px !important;
  }

  .icons-pt-11 h3 i{
    font-size: 19px;
    padding: 1px;
  }

      .hero-limale-conteudo h1 {
        font-size: 26px;
    }

    .hero-limale-diferencial i {
    color: #b89b58;
    font-size: 21px;
}
}

/* =====================================================
   CTA FIXO - LIMALÉ
===================================================== */

.cta-fixo-desktop {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9998;
  width: auto;
  max-width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(30px);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.cta-fixo-desktop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cta-fixo-box {
  width: 100%;
  min-width: 580px;
  min-height: 88px;
  padding: 14px 16px 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 2px solid rgba(199, 171, 110, 0.65);
  border-radius: 999px;
  background: rgba(250, 248, 244, 0.96);
  box-shadow: 0 18px 45px rgba(30, 41, 55, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}


/* =====================================================
   STATUS ONLINE
===================================================== */

.status-online {
  display: flex;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
}

.status-online span:first-child {
  color: #1e2937;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.online-dot {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  background: #39d353;
  box-shadow: 0 0 14px rgba(57, 211, 83, 0.8);
  animation: pulseOnline 1.4s infinite ease-in-out;
}

.online-dot::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(57, 211, 83, 0.45);
  border-radius: 50%;
  animation: pulseRing 1.4s infinite ease-out;
}

@keyframes pulseOnline {

  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(57, 211, 83, 0.65);
  }

  50% {
    transform: scale(1.16);
    box-shadow: 0 0 20px rgba(57, 211, 83, 0.95);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(57, 211, 83, 0.65);
  }

}

@keyframes pulseRing {

  0% {
    opacity: 0.8;
    transform: scale(0.7);
  }

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

}


/* =====================================================
   BOTÃO CTA
===================================================== */

.cta-fixo-btn {
  width: auto;
  min-width: 255px;
  min-height: 56px;
  margin: 0;
  padding: 10px 12px 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-shrink: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(
    100deg,
    #c7ab6e 0%,
    #a88c52 55%,
    #615336 100%
  );
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-fixo-btn i {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #615336;
  background-color: #fff;
  font-size: 13px;
  transition: all 0.3s ease;
}

.cta-fixo-btn:hover {
  color: #fff;
  border-color: #c7ab6e;
  background: linear-gradient(
    100deg,
    #d6bd83 0%,
    #b49658 55%,
    #75613c 100%
  );
  box-shadow: 0 14px 28px rgba(97, 83, 54, 0.25);
  transform: translateY(-2px);
}

.cta-fixo-btn:hover i {
  color: #fff;
  background-color: #1e2937;
  transform: rotate(45deg);
}


/* =====================================================
   VOLTAR AO TOPO
===================================================== */

.btn-scroll-topo {
  position: fixed;
  right: 28px;
  bottom: 38px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(199, 171, 110, 0.75);
  border-radius: 50%;
  color: #1e2937;
  background: rgba(250, 248, 244, 0.96);
  font-size: 17px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(25px);
  box-shadow: 0 12px 35px rgba(30, 41, 55, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.35s ease;
}

.btn-scroll-topo.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.btn-scroll-topo:hover {
  color: #fff;
  border-color: #1e2937;
  background-color: #1e2937;
  transform: translateY(-4px);
}


/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 991px) {

  .cta-fixo-desktop {
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }

  .cta-fixo-box {
    min-width: 0;
    min-height: auto;
    padding: 15px 25px 14px;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    background: rgba(250, 248, 244, 0.98);
    box-shadow: 0 -10px 35px rgba(30, 41, 55, 0.14);
  }

  .cta-fixo-btn {
    width: 100%;
    max-width: 300px;
    min-width: 0;
    min-height: 52px;
    padding: 9px 10px 9px 22px;
    font-size: 14px;
  }

  .cta-fixo-btn i {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .status-online {
    justify-content: center;
    gap: 9px;
  }

  .status-online span:first-child {
    font-size: 12px;
  }

  .online-dot {
    width: 12px;
    height: 12px;
  }

  .online-dot::after {
    inset: -6px;
  }

  .btn-scroll-topo {
    right: 14px;
    bottom: 125px;
    width: 46px;
    height: 46px;
    font-size: 15px;
  }

}


@media (max-width: 575px) {

  .cta-fixo-box {
    padding: 13px 20px 12px;
  }

  .cta-fixo-btn {
    max-width: 280px;
  }

  .btn-scroll-topo {
    bottom: 120px;
  }

}