* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to bottom right,
    #ffffff 0%,
    #ffffff 5%,
    #e0f5ff 50%,
    #ffffff 95%,
    #ffffff 100%);
  color: #343434;
  line-height: 1.6;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  z-index: 1;
}

/* Marca d’água aplicada no conteúdo principal */
main {
  flex: 1;
  background-image: url('/public_html/img/logomereserveclara.png');
  background-repeat: no-repeat;
  background-size: contain;  /* 👈 mostra a imagem inteira sem corte */
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}



.header-background-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  background-color: #fff;
margin-bottom:20px;
  box-shadow: 0 1px 0 #e3e8f0;
  position: relative;
  gap: 20px;
}



    /* LOGO */
.login-header-container {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
  width: fit-content;
  margin: 0 auto;
}

.logo-empresa-direita {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}



.login-header-container-index {
  padding: 10px 24px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
  width: fit-content;
  margin: 0 auto;
}

.senha-wrapper {
  position: relative;
  width: 100%;
}

.senha-wrapper input {
  width: 100%;
  padding: 12px 44px 12px 12px; /* padding lateral para o ícone */
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.toggle-senha {
  position: absolute;
  top: 10px; /* 👈 ajuste fino para centralizar visualmente */
  right: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  pointer-events: all;
}



.toggle-senha:hover {
  opacity: 1;
}

/* Logo Me Reserve fixada com margem esquerda */
.logo-me-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

.logo-me-reserve-pequena {
  height: 36px;
  object-fit: contain;
}

/* Card central com logo e nome da empresa */
.empresa-logo-destaque {
  height: 50px;
  object-fit: contain;
}
.empresa-logo-destaque-index {
  object-fit: contain;
}


.empresa-nome {
  font-size: 16px;
  font-weight: 600;
  color: #343434;
}

.empresa-logo-topo {
  height: 50px;
  object-fit: contain;
}

.empresa-header {
  text-align: center;
  margin-bottom: 20px;
}

.empresa-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.empresa-logo {
  max-height: 80px;
  object-fit: contain;
}


.login-header-esquerda {
  left: 5%; /* ou use 10% se preferir mais afastado */
  top: 5%;
  transform: translateY(-50%);
}

.logo-title {
      font-size: 20px;
      font-weight: 600;
      color: #000;
    }
    
.texto-header {
  font-size: 20px;
  font-weight: 600;
  color: #00b3fe;
}

    .logo-img {
      height: 40px;
    }
    .logo-img-empresa {
      height: 80px;
    }
    
    
    

    .line-divider {
  width: 100%;
  margin: -5px auto 10px; /* ajuste como preferir */
  border-top: 1px solid #E8EFFD;
}
    /* INTRO */
    .container-intro {
      margin-left: auto;
      margin-right: auto;
      background: #fff;
      border: 1px solid #e5e7eb;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
      border-radius: 12px;
      padding: 22px 20px;
      width: 40%;
      max-width: 600px;
      text-align: center;
      margin-bottom: 10px;
    }

    .intro-title {
      font-size: 20px;
      font-weight: 600;
      color: #00b3fe;
      margin-bottom: 10px;
    }

    .intro-text {
      font-size: 12px;
      color: #6B7280;
    }

    .container-editar {
     
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      align-items: center;

    }
    /* LOGIN */
    
.login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;

  padding: 2% 2%;
  box-sizing: border-box;
}



    
    .container-login {
     
      margin-left: auto;
      margin-right: auto;
      width: 40%;
      max-width: 600px;
      align-items: center;

    }

    .login-header-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 18px;
    }

    .login-title {
      font-size: 15px;
      font-weight: 600;
    }

    .security-icon {
      height: 18px;
    }

    .visitor-login-wrapper {
      margin-bottom: 20px;
    }

    .visitor-button {
      display: block;
      width: 100%;
      padding: 7px;
      border-radius: 30px;
      background-color: transparent;
      border: 1px solid #00b3fe;
      color: #00b3fe;
      font-weight: 600;
      font-size: 12px;
      text-align: center;
      text-decoration: none;
      transition: 0.3s;
    }

    .visitor-button:hover {
      background-color: #f0faff;
    }






    .divider-wrapper {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 20px 0;
    }

    .divider-line {
      flex-grow: 1;
      height: 1px;
      background-color: #ccc;
    }

    .divider-text {
      font-size: 12px;
      color: #888;
    }

    .login-form label {
      font-size: 12.5px;
      font-weight: 600;
      margin-bottom: 5px;
      display: block;
    }

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"],
.login-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 16px;
}

.hide-desktop {
    display: none !important;
  }


    .recaptcha-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
    }

    .submit-button {
      background: #D9792D;
      border: none;
      color: white;
      font-size: 13.5px;
      font-weight: 600;
      border-radius: 30px;
      padding: 10px;
      width: 100%;
      cursor: pointer;
      transition: background 0.3s;
    }

    .submit-button:hover {
      background: #c86c24;
    }

    .help-link {
      display: block;
      font-size: 12px;
      color: #2563eb;
      text-align: center;
      margin-top: 12px;
      text-decoration: none;
    }

    .help-link:hover {
      text-decoration: underline;
    }

    /* SEGURANÇA */
    .security-info {
      display: flex;
      align-items: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      align-items: flex-start;
      gap: 10px;
      background: #e8f4f9;
      border-radius: 10px;
      padding: 10px 20px;
      font-size: 12px;
      color: #343434;
      max-width: 500px;
    }

    .security-img {
      height: 18px;
      margin-top: 2px;
    }

    /* RODAPÉ */
.footer-section {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  background: #fff;
  padding: 20px;
  font-size: 11px;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 1;
}

.footer-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.footer-link {
  color: #2563eb;
  text-decoration: none;
  font-size: 11px;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-icon {
  display: flex;
  gap: 10px;
}

.social-icon img {
  height: 16px;
}


    .footer-group {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .footer-link {
      color: #2563eb;
      text-decoration: none;
    }

    .footer-link:hover {
      text-decoration: underline;
    }

    .social-icon img {
      height: 15px;
    }



  .footer-left {
    margin-bottom: 10px;
  }

  .footer-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-group {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  .footer-link {
    font-size: 11px;
  }

  .social-icon {
    display: flex;
    gap: 16px;
    justify-content: center;
  }

  .social-icon img {
    height: 16px;
  }
}



.home-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 0 24px; 
}

.section-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 17px;
  
}

.titulosecoes{
    font-size: 20px;
}

.section-container-politicas {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 16px;           
  line-height: 1.6;          
  color: #333;               
}

/* Ajuste para parágrafos dentro da política */
.section-container-politicas p {
  margin-bottom: 16px;       
}

/* Estilo para títulos */
.section-container-politicas h1,
.section-container-politicas h2,
.section-container-politicas h3,
.section-container-politicas h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #111;
}

/* Lista com espaçamento confortável */
.section-container-politicas ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.section-container-politicas li {
  margin-bottom: 10px;
}


.section-container-editarperfil {
  width: 30%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.alterarsenha-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 20px;
  box-sizing: border-box;
}

.section-container-senha {
  width: 90%;
  max-width: 500px;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.home-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.home-user-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}






.perfil-exibir {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}


.user-photo {
  width: 70px;
  height: 70px;
  background: #eee;
  border-radius: 50%;
  overflow: hidden; /* garante que a imagem não ultrapasse */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.user-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.user-name {
  font-size: 16px;
  color: #00b3fe;
  margin-bottom: 4px;
}

.user-email, .user-phone, .user-role, .user-setor {
  font-size: 13px;
  color: #555;
}



.home-message {
  flex: 1;
  background: #F2F8FF;
  border-radius: 10px;
  padding: 20px;
  font-size: 13px;
  color: #2D4DB5;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.message-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.home-logout {
  align-self: start;
}

.edit-profile {
  margin-top: 6px;
  font-size: 12px;
  background-color: #D9792D;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.logout-button {
  background: transparent;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;       /* remove o sublinhado */
  color: inherit; 
}

.guia {
  margin-top: 6px;
  font-size: 12px;
  background-color: #D9792D;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.edit-profile:hover {
  background-color: #c86c24; /* laranja mais escura */
}
.guia:hover {
  background-color: #c86c24; /* laranja mais escura */
}
.logout-button:hover {
  background-color: #f2f4f7; /* cinza claro */
  border-color: #ccc;
}

.home-section {
  margin-bottom: 40px;
}



.section-subtitle {
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-card .benefit-sub {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 20px;
  align-self: stretch; /* força o alinhamento com base no eixo do flex container */
}


.benefit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  max-width: 400px;
  min-height: 180px;
   border: 2px solid transparent; /* borda presente, mas invisível */
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.benefit-card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 8px;
}



.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.benefit-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 10px 0;
}

.benefit-icon-link img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.2s ease;
  border-radius: 6px;
}

.benefit-icon-link:hover img {
  transform: scale(1.1);
}

.benefit-icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 12px 0;
}

.benefit-icon-hover {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.benefit-parceiro-link:hover .benefit-icon-hover {
  transform: scale(1.1);
}

.benefit-parceiro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px; /* largura fixa para alinhar os itens */
  gap: 2px;
}

.benefit-parceiro-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 5px;
  transition: transform 0.2s ease;
}

.benefit-parceiro-item:hover img {
  transform: scale(1.1);
}

.benefit-parceiro-nome {
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  white-space: nowrap;         /* evita quebra */
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;            /* limite para evitar estouro */
  text-align: center;
  margin: 0 auto;
}

.benefit-parceiro-nome:visited {
  color: #444;
  text-decoration: none;
}

.benefit-parceiro-item a {
  text-decoration: none;
  color: inherit;
}

.benefit-parceiro-item .benefit-button {
  font-size: 11px;
  padding: 5px 10px;
  white-space: nowrap;
}

/* 🔧 BOTÃO PADRONIZADO */
.benefit-button,
.benefit-button:link,
.benefit-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #00b3fe;
  color: #fff;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 6px 14px;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  line-height: 1.2;
  white-space: nowrap;
  min-width: 70px;
}

.benefit-button:hover {
  background-color: #0095d3;
  box-shadow: 0 4px 10px rgba(0, 179, 254, 0.2);
}

.benefit-button:active {
  background-color: #007cb0;
}

.benefit-icon-grid-coluna {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}





.benefit-more {
  background-color: #2563eb;
}

.benefit-more:hover {
  background-color: #1e4dc0;
}

.benefit-button svg {
  vertical-align: middle;
  margin-right: 4px;
  fill: white;
}

.benefit-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e40af;
  margin: 0;
}

.benefit-sub {
  font-size: 12.5px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.beneficio-topicos {
  list-style-type: disc;
  padding-left: 20px;
  margin: 12px 0 20px;
  color: #555;
  font-size: 14px;
}

.beneficio-topicos li {
  margin-bottom: 6px;
}

.beneficio-vantagens {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 20px;
}

.beneficio-vantagens li {
  position: relative;
  padding-left: 24px; /* um pouco mais para acomodar estrela maior */
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.beneficio-vantagens li::before {
  content: '★';
  color: #00B3FE;
  position: absolute;
  left: 0;
  top: 0.2em; /* melhor alinhamento com texto */
  font-size: 16px;
  line-height: 1;
}



.servicossub {
  font-size: 12.5px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.benefit-descricao {
  font-size: 12px;
  color: #444;
  text-align: left;
  display: none;
  margin-top: 10px;
}

.benefit-actions {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.benefit-card-link {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
  margin-bottom: 17px;
}

.benefit-card-link:hover .benefit-card {
  border-color: #00b3fe;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  cursor: pointer;
}

.benefits-grid-wrapper {
  overflow: hidden;
}

.benefits-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.benefits-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}


.wellness-carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 10px;
  margin-top: 10px;
  gap: 20px;
}

.wellness-tips {
    justify-content: center;
  margin-top: 50px;
}




.section-title {
  font-size: 18px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 5px;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colunas iguais */
  gap: 20px;
}


.tip-card {
  flex: 0 0 auto;
  width: 100%;
  max-width: 360px;
  scroll-snap-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tip-card.empty {
  visibility: hidden;
}

.tip-icon {
  height: 32px;
  margin-bottom: 12px;
}

.tip-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

.tip-list {
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
  padding-left: 18px;
}

.tip-list li {
  margin-bottom: 6px;
  list-style-type: disc;
}



/* === Destaque Premium (apenas dentro de .premium-section) === */

.premium-section .section-container{
  background: linear-gradient(180deg,#f7f9ff 0%,#eef7ff 100%);
  border: 1px solid #e1e7ff;
  border-radius: 16px;
  padding: 20px 18px 24px;
  position: relative;
  box-shadow: 0 2px 10px rgba(91,61,243,.08);
}

/* brilho suave no fundo */
.premium-section .section-container::before{
  content:"";
  position:absolute;
  right:-25%;
  background: radial-gradient(closest-side, rgba(124,58,237,.14), transparent 70%);
  pointer-events:none;
}

/* título com “coroa” (Premium) */
.premium-section .titulosecoes{
  font-size: 22px;
  color: #5b3df3;
  text-shadow: 0 1px 0 rgba(0,0,0,.06);
  display: inline-flex;          /* garante alinhamento com o ícone */
  align-items: center;
  gap: 8px;                      /* espaço entre coroa e texto */
}

/* versão base usando background-image (funciona em tudo) */
.premium-section .titulosecoes::before{
  content: "";
  display: inline-block;         /* sem isso width/height não fazem efeito */
  width: 30px;
  height: 30px;
  background: url('/public_html/img/icon-crown.svg') no-repeat center / contain;
  filter: drop-shadow(0 2px 0 rgba(124,58,237,.18));
}

/* upgrade: usa mask pra a coroa herdar a cor do texto (suporte moderno) */
@supports (-webkit-mask: url("")) or (mask: url("")){
  .premium-section .titulosecoes::before{
    background: currentColor;    /* mesma cor do título */
    -webkit-mask: url('/public_html/img/icon-crown.svg') no-repeat center / contain;
            mask: url('/public_html/img/icon-crown.svg') no-repeat center / contain;
    filter: drop-shadow(0 2px 0 rgba(124,58,237,.18));
  }
}

/* subtítulo mais marcante */
.premium-section .section-subtitle{
  color:#5b3df3;font-weight:600;
}

/* cartões premium com selo e hover mais forte */
.premium-section .benefit-card{
  border:1px solid #E5E7FF;
  box-shadow:0 8px 16px rgba(91,61,243,.08);
  position:relative;
}
.premium-section .benefit-card:hover{
  transform: translateY(-6px);
  box-shadow:0 8px 16px rgba(91,61,243,.16);
  border-color:#C7D2FE;
}

/* selo "Premium" no canto do card */
.premium-section .benefit-card::after{
  content:"Premium";
  position:absolute; top:12px; right:12px;
  background:linear-gradient(90deg,#7c3aed,#5b3df3);
  color:#fff; font-size:10px; font-weight:700;
  padding:4px 8px; border-radius:999px; letter-spacing:.3px;
  box-shadow:0 4px 10px rgba(91,61,243,.25);
}

/* título e ícone maiores */
.premium-section .benefit-title{ color:#4c1d95; }
.premium-section .benefit-card img{ width:50px; height:50px;}

/* “medalha” do ícone no Premium */
.premium-section .benefit-type-icon{
  width: 78px; height: 78px;
  display: grid; place-items: center;
  border-radius: 9999px;
  border: 2px solid transparent;
  margin: 8px auto 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}

/* tamanho do SVG dentro da medalha */
.premium-section .benefit-type-icon .svg-colored{
  width: 50px; height: 50px; display: block;
}

/* botões roxos no Premium */
.premium-section .benefit-button{
  background:linear-gradient(90deg,#7c3aed,#5b3df3);
}
.premium-section .benefit-button:hover{ filter:brightness(.95); }

/* logos dos parceiros com “ring” */
.premium-section .carousel-icone-item img{
  margin-top:10px;
  border-radius:10px;
  outline:2px solid rgba(124,58,237,.12);
  box-shadow:0 2px 10px rgba(91,61,243,.10);
}
.premium-section .carousel-icone-item a:hover img{ transform:scale(1.06); }

/* dots do carrossel em roxo */
.premium-section .carousel-dots .dot{background:#c7c4ff;}
.premium-section .carousel-dots .dot.active{ background:#7c3aed; }

/* — mobile — */
@media (max-width:768px){
   .premium-section .carousel-dots .dot{margin-top:10px; }
  .premium-section .section-container{ padding:14px 12px 5px;  }
  .premium-section .titulosecoes{ font-size:20px; }
  .premium-section .benefit-card::after{ top:10px; right:10px; }
  .premium-section .benefit-card img{ width:48px; height:48px; }
}

.contact-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 24px 60px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.contact-form-area {
  flex: 1;
}

.contact-form-area h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 10px;
}

.contact-form-area p {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 24px;
}

.contact-form label {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: #374151;
}

.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 16px;
}

.contact-form textarea {
  min-height: 100px;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 16px;
}

.contact-form button {
  width: 100%;
  background-color: #D9792D;
  color: white;
  font-weight: 600;
  padding: 12px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.contact-form button:hover {
  background-color: #c86c24;
}

.contact-divider {
  position: relative;
  text-align: center;
  color: #2563eb;
  font-size: 13px;
  padding: 0 20px;
  height: 100%;
}

.contact-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.contact-alternative {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-alternative h3 {
  font-size: 15px;
  color: #2563eb;
  margin-bottom: 10px;
}

.contact-alternative p {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 14px;
}

/* BOTÃO DO WHATSAPP COM ÍCONE */
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #25d366; /* verde WhatsApp */
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 10px 16px;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.whatsapp-button:hover {
  background-color: #1ebe5d;
}

.whatsapp-button img {
  width: 20px;
  vertical-align: middle;
  margin-right: 4px;
}



.home-message-card {
  background-color: #f6faff;
  border: 1px solid #cce4f6;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 13px;
  color: #2563eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  max-width: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto; /* empurra para o canto direito */
}


.message-title {
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.message-body {
  font-size: 13px;
  color: #2563eb;
  margin-bottom: 10px;
}

.message-icon {
  font-size: 14px;
  color: #93c5fd;
}

.message-underline {
  width: 40px;
  height: 3px;
  background-color: #c7e2ff;
  border-radius: 4px;
  margin-top: auto;
}




.alert-message {
  position: relative;
  padding: 12px 18px;
  border-left: 5px solid #b71c1c;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: opacity 0.5s ease;
}

.alert-message.success {
  color: #2e7d32;
  background-color: #e8f5e9;
  border-left-color: #2e7d32;
}

.alert-message.error {
  color: #c62828;
  background-color: #ffebee;
  border-left-color: #c62828;
}

.form-divider {
  border: none;
  height: 2px;
  background: #eaeaea;
  margin: 40px 0;
}

.importar-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  width: 100%;
}

.importar-planilha-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.import-info-text {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}


.editar-perfil-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 24px;
}

.col-esquerda {
  flex: 1;
  max-width: 300px;
}

.col-direita {
  flex: 2;
  min-width: 280px;
}

.user-photo-editar {
  text-align: center;
  margin-bottom: 20px;
}

.user-photo-editar img.perfil-exibir {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

#previewContainer {
  max-width: 280px;
  max-height: 280px;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 8px;
}

#previewImage {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* Esconde o input original */
.hidden-file-input {
  display: none;
}

.styled-file-label {
  display: block;
  width: 100%;
  background: #D9792D;
  color: white !important;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600 !important;
  padding: 10px;
  border-radius: 30px;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.styled-file-label:hover {
  background: #c86c24;
}


/* Nome do arquivo */
.file-name-text {
  display: inline-block;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  color: #555;
  margin-left: 12px;
}




.password-rules {
  font-size: 12px;
  color: #666;
  margin: -10px 0 16px;
  display: block;
}


/* Pop-Up Check In Diário */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-box {
  background: #f9fafb;
  border-radius: 12px;
  padding: 24px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.popup-title {
  font-size: 20px;
  font-weight: 700;
  color: #1d4ed8;
  margin-bottom: 12px;
  text-align: center;
}

.popup-question {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
  color: #111827;
}

.popup-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.popup-option {
  background-color: #f3f4f6;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.popup-option:hover {
  background-color: #e5e7eb;
}

.popup-option input[type="radio"] {
  accent-color: #2563eb;
}

.popup-submit {
  background-color: #D9792D;
  color: white;
  padding: 12px;
  border: none;
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.popup-submit:hover {
  background-color: #c86c24;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Novo sistema de ocultar mantendo centralização */
.popup-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}





/* Onboarding Overlay */

/* Fundo com gradiente bonito */
#popup-onboarding {
    display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom right,
  #00aaff 0%,
  #00aaff 45%,
  #f28c28 95%,
  #f28c28 100%
);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Logo centralizada acima da box */
/* Logo no topo */
.onboarding-logo-top {
  text-align: center;
  margin-top: 20px;
  
}

.onboarding-logo-top img {
  width: 80px;
  
}

.onboarding-subtitle-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 20px;
}

.logo-square-wrapper {
  background-color: #d6f3ff; /* azul claro do quadrado */
  padding: 16px;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.logo-square-wrapper img {
  width: 80px;
  height: auto;
  display: block;
}

.onboarding-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Card do Onboarding */

.onboarding-icon-wrapper {
  width: 90px;
  height: 90px;
  background: #e0f5ff; /* azul clarinho */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  animation: floatIcon 3s ease-in-out infinite;
}

.onboarding-icon-wrapper img {
  width: 50px;
  height: 50px;
}

/* animação suave de subir e descer */
@keyframes floatIcon {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

.onboarding-box {
    display: flex;
  flex-direction: column;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  max-width: 600px;
  min-height: 650px;
  width: 90%;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.onboarding-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.onboarding-sub {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 12px;
}

.onboarding-desc {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 28px;
}


/* Navegação */
.onboarding-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto; /* empurra para o fundo */
  padding-bottom: 24px; /* opcional: para afastar do fundo */
}

/* Botões */
.onboarding-button {
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  min-width: 100px;
}

.onboarding-button.primary {
  background-color: #00aaff;
  color: white;
}

.onboarding-button.secondary {
  background-color: #f3f4f6;
  color: #6b7280;
}


.onboarding-button.primary:hover {
  background-color: #007ace;
}

.onboarding-button.secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Dots */
.onboarding-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 6px;
}

.onboarding-dots span {
  width: 8px;
  height: 8px;
  background-color: #d1d5db;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.onboarding-dots span.active {
  background-color: #00aaff;
  opacity: 1;
}

.onboarding-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: none;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
}



/* Página de benefício */
.beneficio-detalhe-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 20px;
  font-family: 'Poppins', sans-serif;
}

.beneficio-detalhe-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.beneficio-detalhe-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.beneficio-detalhe-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background-color: #f9fafb;
}

.beneficio-title {
  font-size: 22px;
  font-weight: 700;
  color: #374151;
  margin: 0;
}

.beneficio-topicos-titulo {
  font-size: 15px;
  font-weight: 700;
  margin: 16px 0 8px;
  color:#374151;
}


.beneficio-subdesc {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.beneficio-section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 12px;
  color: #111827;
}

.beneficio-descricao {
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
}

.beneficio-tag {
  background: #f3f4f6;
  color: #374151;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  margin-top: 6px;
}

.beneficio-lista-passos {
  padding-left: 18px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-top: 8px;
}

.beneficio-lista-passos li {
  margin-bottom: 10px;
}

.btn-voltar {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #2563eb;
  margin-bottom: 20px;
  font-weight: 500;
}

.btn-voltar:hover {
  text-decoration: underline;
}

.btn-ativar {
  display: block;
  margin: 24px auto 0 auto;
  width: 30%;
  text-align: center;
  justify-content: center;
  background-color: #00B3FE;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border: none;
}

.btn-ativar:hover {
  background-color: #0490cc;
}

/* Botão "Ativar" quando já está ativo para o usuário */
.btn-ativar.btn-ativado {
  background: #d1fae5;          /* verde bem claro */
  color: #065f46;
  border-color: #34d399;
}
.btn-ativar.btn-ativado:hover {
  filter: brightness(0.97);
}
.badge-ativado {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: #059669;
  font-weight: 600;
}

 
 /* Modal de ativação (popup) */
.modal-ativar {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; /* Começa escondido */
  align-items: center;
  justify-content: center;
}

.modal-content-ativar {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.3s ease;
}

.modal-content-ativar h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.btn-link-modal {
  display: block;
  margin: 10px auto;
  padding: 12px 20px;
  background-color: #00B3FE;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-link-modal:hover {
  background-color: #008FCC;
}

.close-modal {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease;
}

.close-modal:hover {
  color: #000;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  } to {
    opacity: 1;
    transform: translateY(0);
  }
}


.beneficio-gallery-carousel-wrapper {
  position: relative;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-right: 0;
}

.beneficio-gallery-carousel {
  display: flex;
  gap: 16px;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 20px;
  padding-bottom: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.beneficio-gallery-carousel::-webkit-scrollbar {
  display: none;
}


.beneficio-gallery-slide {
  flex: 0 0 auto;
  width: 220px;
  height: 140px;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f4;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.beneficio-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}



.beneficio-gallery-container {
  position: relative; /* importante para posicionar o swipe-hint */
  width: 100%;
  margin-top: 16px;
}



/* Fim da página de benefício */


.profissionais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
  padding: 10px 0;
}

.profissional-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  max-width: 240px;
  margin: 0 auto;
}

.profissional-card:hover {
  transform: translateY(-3px);
}

.profissional-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profissional-foto {
  width:100%;
  height: 200px;
  border-radius: 12px;
  margin-bottom: 10px;
  object-fit: cover;
}

.profissional-foto-card {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
   object-position: top center;
}


  .profissional-nome {
    font-weight: 600;
    margin-bottom: auto;
    font-size: 15px;
    color: #1a237e;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


.profissional-especialidade {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  text-align: center;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-top: auto; /* empurra a especialidade pro meio */
  margin-bottom: auto;
  height: 40px; /* 2 linhas visuais */
}
    .profissional-link {
      text-decoration: none;
      color: inherit;
    }
    

.btn-profissional {
  display: inline-block;
  padding: 8px 16px;
  background-color: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
}

.perfil-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
  padding: 10px 30px;
  margin-bottom: 20px;
  
}

.perfil-procedimentos {
  
  padding: 0;
  margin-top: 20px;
  
}


.perfil-foto-container {
  position: relative;
  width: 100%;
  max-width: 360px;
}

.perfil-foto-container img {
  width: 100%;
  height: 360px;
  border-radius: 24px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  object-position: top;
}

.perfil-foto-container .zoom-icon {
position: absolute;
  top: 8px;
  right: 8px;
  width: 28px; /* LARGURA do botão */
  height: 28px; /* ALTURA do botão */
  background-image: url('/public_html/img/icon-zoom.svg');
  background-size: 10px 10px; /* TAMANHO DO ÍCONE */
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 5;
}

.perfil-foto-container .zoom-icon::before {
  content: '';
  width: 18px;
  height: 18px;
 background-image: url('/public_html/img/icon-zoom.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.perfil-section-title {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 600;
  color: #111;
}

.perfil-info {
  display: flex;
  flex-direction: column;
  gap: 12px; /* espaçamento vertical entre os blocos */
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  padding-right: 10px;
}
.perfil-info h1 {
  font-size: 24px;
  font-weight: 700;
  color: #00b3fe;
  margin-bottom: 8px;
  line-height: 1.3;
}

.perfil-info p {
  margin: 0;
}

.perfil-info p strong {
  
  min-width: 100px;
  font-weight: 600;
  color: #111;
}

.perfil-servicos {
  margin-top: 16px;
  font-size: 15px;
  color: #333;
}

.perfil-servicos ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 8px;
}

.perfil-servicos li {
  margin-bottom: 6px;
  line-height: 1.5;
}


.perfil-descricao {
  font-size: 15px;
  color: #444;
  text-justify: inter-word;
  text-align: justify;
}

#zoomImage {
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.zoom-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.6);
}

.zoom-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-modal-content img {
  max-width: 100%;
  max-height: 80vh;
  height: auto;
  width: auto;
  border-radius: 10px;
  object-fit: contain;
}

/* Botões de zoom (+ e -) */
.zoom-controls {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%); /* Corrige o deslocamento */
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.zoom-controls button {
  background: white;
  border: none;
  font-size: 20px;
  font-weight: bold;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  text-align: center;
  line-height: 36px; /* Centraliza o sinal verticalmente */
  padding: 0;
}

.zoom-controls button:hover {
  background: #f0f0f0;
}


/* Botão de fechar no círculo branco */
.zoom-close {
  background: white;
  color: black;
  font-size: 20px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Alinhar com a imagem de perfil */
.limit-width {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
/* === CARROSSEL DE PROCEDIMENTOS === */
.carousel-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.pagina-beneficio .carousel-procedimentos .carousel-item {
  flex: 0 0 calc(33.333% - 13.333px); /* 3 por linha com gap */
  max-width: calc(33.333% - 13.333px);
  height: 240px;
  scroll-snap-align: start;
}
.pagina-beneficio .carousel-procedimentos {
  gap: 20px;
  padding: 10px 0;
}

.carousel-procedimentos-container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}

.carousel-procedimentos {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px 0;
  scrollbar-width: none;
}

.carousel-procedimentos::-webkit-scrollbar {
  display: none;
}

.carousel-procedimentos img {
width: 100%;
}

.carousel-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  background: #f4f4f4;
  position: relative;
}

.carousel-item .zoom-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background-image: url('/public_html/img/icon-zoom.svg');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 5;
}

.carousel-procedimentos .carousel-item {
  flex: 0 0 auto;
  width: 300px; /* Define largura mínima */
  height: 300px; /* Ajuste proporcional */
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #f4f4f4;
  position: relative;
  margin-right: 16px; /* espaço entre itens */
}

.carousel-procedimentos .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
   cursor: zoom-in;
  transition: transform 0.3s ease;
}


.carousel-item img:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease;
}

.carousel-arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-arrow.right::before {
  transform: rotate(180deg);
}

.carousel-arrow.left {
  left: -16px;
}

.carousel-arrow.right {
  right: -16px;
}

/* Exibição condicional */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

.btn-whatsapp-contato {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 15px;
  transition: background-color 0.2s ease;
  width: 30%;
  min-width: 180px;
  max-width: 300px;
  margin-top: 8px;
}

.btn-whatsapp-contato:hover {
  background-color: #20b954;
}

.icone-whatsapp {
  width: 20px;
  height: 20px;
}





.beneficio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.beneficio-horizontal-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  padding: 16px 20px;
  gap: 20px;
  transition: box-shadow 0.2s ease;
}

.beneficio-horizontal-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.beneficio-icon-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.beneficio-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.beneficio-subtitulo {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
}

.beneficio-botao {
  display: inline-block;
  background-color: #D9792D;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.beneficio-botao:hover {
  background-color: #c86c24;
}

.benefit-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* ENVOLVE o carrossel no mobile */
.benefit-parceiros-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.benefit-summary-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.benefit-summary-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.benefit-summary-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.benefit-summary-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e40af;
  margin-bottom: 10px;
}

.benefit-summary-partners {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.4;
}

#popup-beneficio-titulo {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a; /* azul escuro, consistente com .benefit-title */
  text-align: center;
  margin-bottom: 10px;
}

.popup-beneficio-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-beneficio-box {
  background: #F5F8FE;
  padding: 30px;
  border-radius: 16px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.popup-beneficio-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.popup-beneficio-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}

.popup-beneficio-card-link {
  text-decoration: none;
}

.popup-beneficio-card {
  background-color: #f9fbfd;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 24px;
  width: 220px;
  text-align: center;
  transition: all 0.3s ease;
}

.popup-beneficio-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.popup-beneficio-card-link:hover {
  text-decoration: none;
}

.popup-beneficio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.popup-beneficio-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 12px;
}

.popup-beneficio-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 8px;
}

.popup-beneficio-card p {
  margin: 0;
}

.popup-beneficio-card a {
  font-size: 14px;
  font-weight: 500;
  color: #5b3df3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.popup-beneficio-card a:hover {
  color: #3a28c6;
}

.popup-beneficio-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #2563eb;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  padding: 5px 10px;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.popup-beneficio-button:hover {
  background-color: #1e40af;
}

/* Wrapper flexível para alinhar telefone e ícones lado a lado no mobile */
.contato-wrapper.unico {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Garante que o número de telefone não quebre */
.contato-wrapper.unico .contato-info {
  white-space: nowrap;
  font-size: 14px;
}

/* Centraliza os botões se forem poucos */
.contato-wrapper.unico .botoes-contato {
  margin-top: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
}


.botoes-contato {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  justify-content: flex-start;
}

.btn-contato {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.btn-contato img {
  width: 24px;
  height: 24px;
}

/* Cores individuais */
.btn-contato.whatsapp {
  background-color: #25D366;
}
.btn-contato.whatsapp:hover {
  transform: scale(1.1);
}

.btn-contato.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.btn-contato.instagram:hover {
  transform: scale(1.1);
}

.btn-contato.linkedin {
  background-color: #0077b5;
}
.btn-contato.linkedin:hover {
  transform: scale(1.1);
}

.btn-contato.email {
  background-color: #6e6e6e;
}
.btn-contato.email:hover {
  transform: scale(1.1);
}


.benefit-carousel-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.benefit-carousel-track {
  display: flex;
  gap: 16px;
  padding: 8px 0;
  scroll-snap-align: start;
  justify-content: center;
  transition: transform 0.6s ease;
}

.benefit-carousel-item {
  flex: 0 0 calc(50% - 12px); /* 2 por linha no mobile */
  scroll-snap-align: center;
  display: flex;
  justify-content: center;
}

.benefit-parceiro-nome {
  font-size: 14px;
  font-weight: 500;
  color: #343434;
}

.benefit-item-content {
  display: grid;
  place-items: center;
  gap: 6px;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  max-width: 120px;
  text-decoration: none;
}

.benefit-item-content img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.benefit-parceiro-nome {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
}

/* CONTAINER: não usar flex-center aqui */
.carousel-icones-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  padding: 0 12px;
  box-sizing: border-box;
}

/* TRACK: alinhado à esquerda por padrão */
.carousel-icones-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
  justify-content: flex-start;
}

/* 1–3 itens: centraliza */
.carousel-icones-container.has-upto-3 .carousel-icones-track {
  justify-content: center;
}

/* 4+ itens: esquerda (explícito) */
.carousel-icones-container.has-4plus .carousel-icones-track {
  justify-content: flex-start;
}

/* Itens */
.carousel-icone-item {
  flex: 0 0 auto;
  text-align: center;
  width: 100px;
}
.carousel-icone-item a {
  text-decoration: none;
  display: grid;
  gap: 6px;
  place-items: center;
}
.carousel-icone-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 6px;
}

/* Botão */
.benefit-button {
  font-size: 13px;
  background: #00b2ff;
  color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
  display: inline-block;
}


/* Garante o alinhamento à esquerda mesmo que o CSS tenha justify-content: center */
.force-flex-start {
  justify-content: flex-start !important;
}

.descricao-container .perfil-descricao {
  text-align: justify;
  text-justify: inter-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 8em;
  transition: max-height 0.3s ease;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.descricao-container.expandido .perfil-descricao {
  -webkit-line-clamp: unset;
  max-height: none;
}

/* Botão 'Ler mais' */
.toggle-descricao {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #00b3fe;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 10px auto 0;
  text-align: center;
}

.toggle-descricao .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 12px;
}

.descricao-container.expandido .toggle-descricao .arrow {
  transform: rotate(180deg);
}







@media (max-width: 1280px) and (min-width: 768px) {
    .logo-title {
      font-size: 15px;

    }
    
.texto-header {
  font-size: 16px;

}
  .login-wrapper {
    padding: 0% 8%;
  }
  
  
  
  
}


/* Correto e separado */
@media (max-width: 480px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}


/* === MOBILE (até 768px) === */
@media (max-width: 768px) {
    
    
    main {
    background-size: 100% auto;       /* Reduz um pouco mais */
    background-position: center; /* Centraliza verticalmente */
    background-repeat: no-repeat;
  }
    
     .carousel-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 10px;
  }

  .home-section {
  margin-bottom: 5px;
}
.titulosecoes{
    font-size: 20px;
    margin-bottom: 5px;
        width: 90%;
    line-height: 1.2;
}


   .wellness-tips {
  margin-top: 5px;
}

    .hide-mobile {
    display: none !important;
  }
    
     .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
    
    
    /* Estilo para títulos */

   .pagina-beneficio .carousel-procedimentos .carousel-item {
    flex: 0 0 100%;
    max-width: 100%;
  }   
    
  .carousel-arrow {
    display: flex;
  }

  .carousel-item .zoom-icon {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    z-index: 5;
    display: block;
  }

  .carousel-section-title {
    margin-bottom: 6px !important;
    font-size: 16px;
  }

  .carousel-procedimentos-container {
    margin-top: 10px !important;
  }

  .perfil-wrapper {
    flex-direction: column;
    display: flex !important;
    gap: 10px;
  }

  .perfil-procedimentos {
    order: 3;
    margin-top: 16px;
    padding: 0;
    width: 100%;
  }

  /* Cabeçalho */
  .logo-title {
    display: none;
  }

  .header-background-wrapper {
    padding: 16px;
    flex-wrap: wrap;
    gap: 10px;
    min-height: auto;
  }

  .texto-header {
    font-size: 18px;
  }

  .logo-me-wrapper {
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .logo-me-reserve-pequena {
    height: 28px;
  }

  .login-header-container {
    padding: 8px 12px;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .empresa-logo-destaque {
    max-height: 40px;
    max-width: 80px;
  }

  .empresa-nome {
    font-size: 14px;
    font-weight: 600;
  }

  /* Página de benefício */
  .beneficio-detalhe-container {
    padding: 20px 12px;
    max-width: 100%;
  }

  .beneficio-detalhe-card {
    padding: 20px;
  }

  .beneficio-detalhe-header {
    flex-direction: column;
    text-align: center;
    gap: 12px; 
  }

  .beneficio-detalhe-logo {
    width: 64px;
    height: 64px;
    border-radius: 6px;
  }

  .beneficio-title {
    font-size: 18px;
  }

  .beneficio-section-title,
  .carousel-section-title {
    font-size: 16px;
  }

  .beneficio-descricao {
    font-size: 14px;
  }

      .benefit-summary-title {
    font-size: 14px;
  }

  .benefit-summary-partners {
    font-size: 12px;
  }

  .btn-ativar {
    font-size: 14px;
    padding: 10px 16px;
    width:50%;
  }


  /* Carrossel de galeria */
  .beneficio-gallery-carousel-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-top: 16px;
  }

  .beneficio-gallery-carousel {
    gap: 12px;
    padding-bottom: 10px;
  }

  .beneficio-gallery-slide {
    flex: 0 0 calc(50% - 6px); /* 2 imagens por linha com gap de 12px */
    width: calc(50% - 6px);
    height: 120px;
  }

  .beneficio-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }



  /* Home */
  .home-wrapper {
    padding: 0 16px;
  }

  .home-top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
  }

  .home-user-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 4px;
  }

  .home-message-card {
    margin-top: 16px;
    width: 100%;
  }

  /* Cards */
  .benefits-grid {
    display: none;
  }

  .benefits-carousel-wrapper {
      overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  
  }

  .benefits-carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  min-width: 100%;
  
  
}

  .benefits-carousel::-webkit-scrollbar {
    display: none;
  }

.benefit-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  
  text-align: center;
  min-height: 280px;
  min-width: 240px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease;
  margin-left: 5px;
    margin-top: 5px;
}

.benefit-card img {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.benefit-card .benefit-sub {
  text-align: center;
}


.benefit-sub {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.benefit-sub strong {
  display: block;
  font-weight: 600;
  color: #333;
}

.servicossub {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
  margin-bottom: 0px;

}

.benefit-card-link {
flex: 0 0 auto;
  scroll-snap-align: start;
  width: 280px;
  max-width: 90%;
  
}

  .benefit-card img {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 0px;
  }
  
  .benefit-icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
}


  .benefit-title {
    font-size: 13.5px;
    margin: 0px 0 0px;
    font-weight: 600;
  margin-bottom: 0px;
  }



.benefit-descricao {
    font-size: 12px;
}

.benefit-button {
    font-size: 11px;
    padding: 8px 10px;
  }

.benefit-parceiro-item .benefit-button {
  font-size: 11px;
  padding: 8px 10px;
  white-space: nowrap;
}

  .benefit-actions {
    display: none;
  }

  /* Swipe hint (benefícios) */
  .swipe-hint,
  .swipe-hint-procedimentos {
     position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 4px;
    background: linear-gradient(to left, #ffffff, transparent);
    z-index: 3;
  }

  .swipe-hint::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%2300b3fe' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.8;
    animation: swipeHintAnim 1.2s infinite ease-in-out;
  }

  .swipe-hint-procedimentos::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.8;
    animation: swipeHintAnim 1.2s infinite ease-in-out;
  }
  
  @keyframes swipeHintAnim {
    0% { transform: translateX(0); }
    50% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
  }


  /* Contato */
  .contact-section {
    flex-direction: column;
    margin: 5px auto;
  }

  .contact-divider {
    display: none;
  }

  .contact-alternative {
    margin-top: 30px;
  }

  .container-intro,
  .container-login,
  .security-info {
    width: 90%;
  }

.tip-card {
    flex: 0 0 auto;
    scroll-snap-align: center;
    min-width: 240px;
    max-width: 90%;
  }

  .wellness-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding: 10px 16px;
    margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 5px;
  }

  .wellness-carousel::-webkit-scrollbar {
    display: none;
  }

  .tips-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .profissionais-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .perfil-foto-container img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 16px;
  }

  .perfil-info {
    width: 100%;
  }

  .perfil-info h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .perfil-info p {
    font-size: 14px;
    line-height: 1.6;
  }

  .perfil-info p strong {
    display: block;
    margin-bottom: 4px;
  }

  .perfil-descricao {
    font-size: 14px;
    padding: 0 8px;
  }
  
    .profissional-card {
    max-width: 100%;
    min-height: auto;
    padding: 14px;
    border-radius: 14px;
  }

  .profissional-foto-card {
    height: 120px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  .profissional-nome {
    font-size: 14px;
    font-weight: 600;
    color: #1a237e;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.profissional-especialidade {
    font-size: 12.5px;
    -webkit-line-clamp: 2;
    max-height: 35px;
  }
  
  .btn-whatsapp-contato {
    width: 100%;
  }
  
  .onboarding-box {
    padding: 24px 20px;
    min-height: auto;
    max-width: 95%;
  }

  .onboarding-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .onboarding-icon-wrapper img {
    width: 40px;
    height: 40px;
  }

  .onboarding-title {
    font-size: 20px;
  }

  .onboarding-sub {
    font-size: 15px;
  }

  .onboarding-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .onboarding-button {
    padding: 8px 16px;
    font-size: 14px;
    min-width: auto;
  }

  .onboarding-nav {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 10px;
  }

  .onboarding-dots {
    margin: 0;
  }
  
  
  .scroll-carousel-mask {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  display: block;
  width: 100%;
}

  
  .mobile-animate-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  user-select: none;
  -webkit-user-select: none; /* para iOS/Safari */
  -ms-user-select: none;     /* para IE/Edge antigos */
    
  }

  .mobile-animate-carousel.paused {
    animation-play-state: paused;
  }.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  
}

.carousel-dots .dot {
  width: 7px;
  height: 7px;
  background-color:#6B7280 ;/*ccc*/
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.carousel-dots .dot.active {
  background-color: #00b4f1;
}

.coluna-perfil-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;     
  justify-content: center; 
  gap: 20px;
}

 /* Padrão com múltiplos ícones */
  .botoes-contato {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 200px;
    margin-top: 15px;
    justify-items: center;
  }


  /* Quando só tem um ícone */
  .contato-wrapper.unico .botoes-contato {
    display: flex !important;
    grid-template-columns: none;
    justify-content: flex-start;
    max-width: none;
    gap: 4px;
    margin-top: 0px;
  }
  
  .contato-wrapper.unico {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0px 0;
  }

  .contato-wrapper.unico .contato-info {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .contato-wrapper.unico .botoes-contato {
    display: flex !important;
    gap: 4px;
    margin-top: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
     margin: 0 auto;
  }

  .contato-wrapper.unico .btn-contato {
    width: 40px;
    height: 40px;
  }

  .contato-wrapper.unico .btn-contato img {
    width: 20px;
    height: 20px;
  }
  
  .perfil-servicos {
  margin-top: 4px;
}
  
.botoes-contato .btn-contato {
  width: 44px;
  height: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
}

.botoes-contato .btn-contato img {
  margin: 0;
}

.botoes-contato .btn-contato span {
  display: none;
}

/* Quando tiver só um ícone */
.botoes-contato.unico {
  display: flex;
  grid-template-columns: none;
  justify-content: flex-start;
  max-width: none;
  gap: 8px;
  margin-top: 8px;
}



 .benefit-carousel-track {
    gap: 16px; /* gap menor ainda no mobile */
  }

  .benefit-carousel-item {
    flex: 0 0 calc(33.33% - 16px); /* 3 por linha no desktop */
  }

  .benefit-item-content img {
    max-width: 42px;
    max-height: 42px;
  }


 .descricao-container.mobile-limited .perfil-descricao {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8em;
    transition: max-height 0.3s ease;
  }

  .descricao-container.expandido .perfil-descricao {
    -webkit-line-clamp: unset;
    max-height: none;
  }

  .toggle-descricao {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #00b3fe;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px auto 0;
    text-align: center;
  }

  .toggle-descricao .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 12px;
  }

  .descricao-container.expandido .toggle-descricao .arrow {
    transform: rotate(180deg);
  }


}

