.elementor-487 .elementor-element.elementor-element-c8ad08d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f66a8e9 */.servicos-container {
      font-family: "Jost", sans-serif;
      padding: 40px 20px;
      max-width: 1300px;
      margin: auto;
    }

    .categoria-seletor-container {
      text-align: center;
      margin-top: 30px;
      font: 16px "Jost", sans-serif;
    }

    .categoria {
      margin-bottom: 60px;
      scroll-margin-top: 100px;
      text-align: center;
      /* Espaço para rolagem suave */
    }

    .categoria h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
      text-align: center;
      border-bottom: 2px solid #ffb6c1;
      display: inline-block;
      padding-bottom: 5px;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      width: 280px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .card img {
      width: 100%;
      height: 180px;
      object-fit: fill;
    }

    .card h3 {
      font-size: 18px;
      margin: 10px 0 5px;
      color: #222;
    }

    .card p {
      font-size: 15px;
      color: #555;
      margin-bottom: 10px;
    }

    .btn-agendar {
      display: inline-block;
      background: #f4008b;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 500;
      transition: background 0.3s;
      margin-bottom: 15px;
    }

    .btn-agendar:hover {
      background: #f747ab;
      color: #fff;
    }

    #categoria-seletor {
      margin: 0 auto 40px auto;
      display: block;
      font-size: 16px;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #ccc;
      max-width: 300px;
    }

    /* Estilo do botão flutuante */


/* Mostra o botão quando o usuário rola a página */
#btnTopo.show {
  opacity: 1;
  pointer-events: all;
}

/* Efeito ao passar o mouse */
#btnTopo:hover {
  background-color: #ff7fce;
  transform: scale(1.1);
}


    @media (max-width: 768px) {
      .card {
        width: 100%;
      }
    }

#btnTopo {
  position: fixed;
  bottom: 20px;
  left: 40px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
  z-index: 1000;
}

#btnTopo.show {
  opacity: 1;
  pointer-events: all;
}

#btnTopo:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}/* End custom CSS */