
/* 
Paleta de Cores - Ana Paula Conte Nutricionista

Verde Oliva Escuro: #626955
Marrom Terroso: #8C7B65
Preto Grafite: #16181C
Cinza Claro (Fundo): #E3E5DF
*/
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
    overflow-x: hidden;
    background-color: #E7E9E4 !important;
    font-family: 'Poppins';
    padding-top:30px;
    color: #16181C;
  }
.hero {display: inline; height:auto}
.hero img {max-height: 500px;}
#logo {width: 200px !important; margin-bottom: 30px;}
.texto {padding-right:100px}
.hero h1{font-size:16px; font-weight:bold; color: #626955;}
.hero h2 {font-size:42px; font-weight: bold;}
h1, h2, h3, h4 {font-family: 'Playfair Display'; width: 100%;}
.diferenciais {margin-top:50px; background:#626955; color:#E3E5DF}
.diferenciais i {font-size:30px; color:#E3E5DF; margin-bottom: 15px;}
.publico p {padding:0 20%;}
.quemsou {background:#8C7B65; color:#fff}
.quemsou img {max-height: 500px;}
.quemsou .texto {padding-right: 10% !important;}
.footer {background-color: #626955; color:#E3E5DF}
.custom-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #E3E5DF, transparent);
    opacity: 0.5;
  }
  .accordion-button:not(.collapsed) {background-color: #626955 !important; color: #E3E5DF !important;}
  .accordion-button:not(.collapsed)::after {color: #E3E5DF !important;}
  

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366; /* Verde padrão WhatsApp */
    color: white;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  
  .btn-whatsapp:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.7); /* Brilho verde ao passar o mouse */
  }
  
  /* Animação para chamar atenção (pulsar) */
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1); }
  }
  
  .btn-whatsapp.attention {
    animation: pulse 2s infinite;
  }
  
  .processo h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #626955;
    font-weight: 700;
  }
  
  .processo-etapas {
    position: relative;
  }
  
  .icone-processo {
    position: relative;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 2px solid #626955;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
  }
  
  .icone-processo i {
    color: #626955;
    font-size: 24px;
  }
  
  .linha {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 30px);
    background: #626955;
  }
  
  .icone-processo.ultimo .linha {
    display: none;
  }
  
  .texto-processo h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #626955;
    margin-bottom: 8px;
  }
  
  .texto-processo p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #16181C;
  }
  
  @media (max-width: 768px) {
    .icone-processo {
      width: 50px;
      height: 50px;
    }
    .icone-processo i {
      font-size: 20px;
    }
    .texto-processo h4 {
      font-size: 18px;
    }
  }

  .publico h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #626955;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .publico p, .publico span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #16181C;
  }
  
  .publico-card {
    background-color: #626955; /* verde oliva escuro */
    color: #E3E5DF; /* cinza claro */
    border-radius: 16px;
    padding: 40px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .publico-card i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #E3E5DF; /* marrom terroso da marca */
  }
  
  .publico-card h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #E3E5DF; /* texto claro */
  }
  
  .publico-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  
  @media (max-width: 768px) {
    .publico-card {
      padding: 30px 15px;
    }
  
    .publico-card i {
      font-size: 32px;
    }
  
    .publico-card h4 {
      font-size: 16px;
    }
  }
  

  .parallax-section {
    background-image: url('img/bg.avif');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
  }
  
  .overlay {
    background-color: rgba(0, 0, 0, 0.4); /* leve escurecimento para dar contraste */
    width: 100%;
    height: 100%;
  }
  
  .parallax-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #E3E5DF; /* cinza claro da marca */
    padding: 20px;
  }
  
  @media (max-width: 768px) {
    .parallax-section {
      background-attachment: scroll; /* Corrige bug no iOS */
    }
  
    .parallax-section h2 {
      font-size: 24px;
    }
  }
  

  /* Evitar scroll horizontal no mobile */
body {
    overflow-x: hidden;
  }
  
  /* Corrige o padding no mobile */
  @media (max-width: 768px) {
    .texto {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .quemsou .texto {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
  }

  /* Evitar scroll horizontal no mobile */
body {
    overflow-x: hidden;
  }
  
  /* Corrigir padding da classe .texto e .quemsou .texto no mobile */
  @media (max-width: 768px) {
    .texto {
      padding: 15px;
    }
    .quemsou .texto {
      padding: 15px !important;
    }
  }
  
  /* Corrigir imagens de grid para não forçarem overflow */
  .container .row > [class*='col-'] {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  


  @media (max-width: 768px) {

    .hero img {height:300px}
    .texto {margin-top:50px}
    .hero h2 {font-size:28px}
    .texto .btn-whatsapp {margin:0 auto; display: table;  margin-top:30px}
    .diferenciais h3 {text-align: center;}
    .publico p {padding:0}
    hr {margin:0 auto !important}

  }



  .btn-sticky i {margin-right:10px}
  
  .btn-sticky {
    background-color: #25D366;
    color: white;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
  }
  
  .btn-sticky i {
    margin-right: 10px;
  }
  
  .btn-sticky:hover {
    background-color: #1ebc59;
    text-decoration: none;
    color: white;
  }
  
  /* Desktop: fixo no canto inferior direito */
  @media (min-width: 768px) {
    .btn-sticky {
      position: fixed;
      bottom: 20px;
      right: 20px;
    }
  }
  
  /* Mobile: centralizado fixo com margem inferior de 10px */
  @media (max-width: 767.98px) {
    .btn-sticky {
      position: fixed;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 90vw;
      max-width: 320px;
    }
  }
  