@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Chango&family=Chela+One&family=Courgette&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Grand+Hotel&family=Great+Vibes&family=Leckerli+One&family=Pattaya&family=Playwrite+NO&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=REM:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rufina:wght@400;700&family=Satisfy&family=Sevillana&family=Titan+One&display=swap');
:root {
    --primary-color: #A47DAB;     
    --primary-dark: #8A639D;     
    --primary-light: #C6A5CB;    
    --secondary-color: #F5E6E8;
    --neutral-beige: #DDBEA9;     
    --neutral-sand: #fef2e8;      
    --neutral-taupe: #B8A99A;     
    --accent-terra: #A68A7B;      
    --accent-sage: #B7C4B4;      
    --lilas-claro:#eee4f0;
    --lilás-medio:#cab0d0;
    --neutral-light: #F5F3F0;     
    --neutral-dark:#3f2942;     
    --background-gradient: linear-gradient(135deg, var(--neutral-light), var(--neutral-light));
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--light-color);
    background: var(--neutral-sand);
    overflow-x: hidden; /* Esta linha remove a barra de rolagem horizontal */

          
    
}
.e-book{
  margin-top: 50px;
  
}
.testemonial-text2{
    margin-left: -10px;
}
.text-logo{
    font-family: "Chango", serif;
    font-weight: 400;    
    font-style: normal;
    margin-top: -10px;
    font-size: 1.5rem;
    color: #8A639D;
    font-weight: bold;

}

h2, h4, h5{
    margin-top: 20px;
    margin-left: 10px;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    color:var(--primary-dark);
}
h3{
    margin-top: -60px;
    margin-left:65px;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
     color:#7c4e2a;
}

.text-anciedade p{
    text-align: justify;

}
.artigo p{
    margin-top: -40px;
    text-align: justify;

}

/* Hero Section */
/* Hero Section */
.custom-navbar {
    background: var(--background-gradient);
    padding: 1rem 0;
    height: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.navbar-collapse {
    padding: 15px;
    border-radius: 8px;
    margin-top: -10px;
}

.custom-navbar.scrolled {
    padding: 0.5rem 0;
    background: var(--secondary-lilac); /* Mantém a mesma cor de fundo ao rolar */
}

.navbar-brand {
    color: var(--terra) !important;
    font-weight: 600;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: var(--bege-color) !important;
}

.nav-link {
    color: var(--primary-dark) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    margin: 0 0.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-link:hover {
    color: var(--accent-terra) !important;
   }

.nav-item .nav-link.active {
    background-color: var(--primary-color);
    color: var(--neutral-light) !important;
}
.nav-item .nav-link:focus {
    background-color: var(--primary-color);
    color: var(--neutral-light) !important;
}
.navbar-toggler {
    margin-top:-100px;
    margin-left: 280px;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: var(--lilas-claro);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.appointment-btn {
    background-color: var(--accent-terra);
    color: var(--neutral-light) !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.appointment-btn:hover {
    background-color: var(--primary-lilac);
    color: #A47DAB;
    transform: translateY(-2px);
}


.hero-section {
    background: linear-gradient(rgba(137, 17, 113, 0.5), rgba(0, 0, 0, 0.5)),
    url('../img/consulta-online.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 350px; /* Altura ajustada para 350px conforme solicitado */
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    margin-top: 26px; /* Ajustado para compensar a altura do navbar fixo */
}

.hero-content h1 {
    text-align: center;
    padding: 2rem;
    margin-top: 76px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease;
}

.hero-title1 {
    font-size: 2rem;
    margin-top: 80px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease;
    color: var(--accent-terra);
}

.hero-title2 {
    font-size: 2rem;
    margin-top: 80px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease;
    color: var(--accent-terra);
}
.hero-subtitle {
    font-size: 1.2rem;
    margin-top: -30px;
    animation: fadeInUp 1s ease 0.3s;
    animation-fill-mode: both;
    text-align: center;
}

.img-celebro{
    width: 50px;
   
}
.bi-person{
    font-size: 50px;
}

/* Buttons */
.btn-schedule {
    background-color: var(--accent-terra);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease 0.6s;
    animation-fill-mode: both;
}


/* Efeito de pulso infinito */
@keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(4, 214, 233, 0.92); /* Cor primária do Bootstrap com transparência */
    }
    70% {
      transform: scale(1.05);
      box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); /* Aumenta o tamanho e desaparece */
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); /* Retorna ao estado inicial */
    }
  }
  
  /* Aplicando a animação ao botão */
.btn-schedule {
    animation: pulse 2s infinite; /* Repete a animação infinitamente a cada 2 segundos */
  }
  
  /* Efeito hover para interatividade */
  
.btn-schedule:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: white;
} 
/* Modal Styling */
.modal-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    
}

p, ul {
    font-size: 1rem;
    margin: 10px 10px;
    text-align: justify;
  }  
.modal-title{
    color: var(--bege-color)

}
.modal-header {
    background-color: var(--primary-color);
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 1.5rem;
   
}

.modal-body {
    padding: 2rem;
    background-color: #F5F5F5;
    border-radius: 0 0 20px 20px;
    
    
}
.form-label{
   color: var(--primary-lilac);
   font-weight: bold;
   
   
}

.form-control, .form-select {
    border-radius: 10px;
    padding: 0.8rem 1rem;
    border: 1px solid var(--accent-color);
    
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(203, 172, 13, 0.25);
    
}

.input-group-text {
    background-color: var(--primary-lilac);
    border: 1px solid var(--accent-color);
    color: var(--primary-color);
    height: 45px;
      
   
}
.img-susana .img{
    width: 300px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-saiba-mais {
    background-color: var(--primary-color);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-saiba-mais:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(142, 68, 173, 0.2);
    color: white;
}
.about-section {
    background: var(--neutral-light);
    margin-top: 10px;
     
}

.list-unstyled li{
    color: #6c757d;
    background: var(--secondary-lilac);
    font-size: 1.2vw;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.lead{
    color: #4f4e4d;
    font-size: 1.3vw;
    text-align: justify;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.lead1{
    color: #4f4e4d;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 1.3vw;
    text-align: justify;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.profile-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.profile-image {
    margin-top: -120px;
    margin-left: -230px;
    width: 450px;
    height: 410px;
    object-fit: cover;
    mix-blend-mode: multiply;
  }

.title-highlight {
    background: var(--primary-color);
    -webkit-background-clip: text;
    font-size: 1.7rem;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}
.visible {
    opacity: 1;
    transform: translateY(0);
}
/*beneficios*/

.benefits-section {
    background: var(--secondary-color);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    
}

.benefits-card {
    background:white;
    border-radius: 15px;
    height: 90%;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.benefits-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.treatment-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 5px solid var(--accent-terra);
    transition: all 0.3s ease;
}

.treatment-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.section-title {
    color:#7c4e2a;
    font-weight: bold;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60%;
    height: 3px;
    background: var(--primary-lilac);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: var(--neutral-beige);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}


.treatment-title {
    color: var(--primary-color);
    font-weight: 600;
}

.progress-bar {
    background-color: var(--accent-terra);
}


.gallery-container {
    background-color: var(--neutral-sand);
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 90px;
}

.gallery-container h2{
    color:var(--accent-terra);
    font-size: 3rem;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px;
}
.span{
    color:#8A639D;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
}
.carousel-inner h2{
    font-size: 2rem;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: #7c4e2a;
    text-align: center;
    margin-top: 40px;

}
.img-grid {
    margin-top: 80px;
    background-color:var(--neutral-sand);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;   
    
}
.bi-arrow-right{
    margin-top: 30px;
    width: 40px;
    text-decoration: none;
}
.img-item {
    border-radius: 10px;
    overflow: hidden;
    background-color:var(--lilas-claro);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 720px;    
}

.container-fluid{
    margin: 40px;
}
.img-item:hover {
    transform: translateY(-5px);
}

.img-container {
    position: relative;
    padding-bottom: 90%;
    overflow: hidden;
}

.jung{
    margin-top: 50px;
}

.img-container img {
    background-color:var(--neutral-beige);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.img-info {
    padding: 15px;
    background-color:var(--lilas-claro);
    height:380px;
    color: var(--neutral-dark);
}

.img-info a{
    text-decoration: none;

}
.img-title {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: var(--primary-dark);
}


.img-date {
    margin-top: 30px;
    font-size: 0.9em;
    color: var(--bege-color);
    background-color: #B7C4B4;
    
}
.img-date1 {
    margin-top: 30px;
    font-size: 0.9em;
    color: var(--bege-color);
    
}

.img-blog{
    width: 100%;
    height: 100%;

}
.testimonial-text {
    font-size: 1rem;
    text-align: justify;
    margin-left: -10px;
}


.testimonial-text1 {
    font-size: 1rem;
    margin-left: -10px;
    color: #8A639D; 
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;

}
.success-rate {
    font-size: 0.9rem;
    color: var(--primary-color);
    margin-top: 1rem;
}
.e-book{
    margin-top: -30px;
}
.animate-slide-in {
    animation: slideIn 0.8s ease-in-out;
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
   

.btn-success {
    margin-top: 30px;
    background-color: var(--primary-color);
    border-radius: 50px;
    border: none;
    font-weight: 600;
    width: 50%;
    padding: 10px;
    border-color: var(--primary-lilac);
    text-transform: uppercase;
  }

.btn-success:hover {
    background-color:var(--primary-lilac);
    border-color:var(--primary-color);
  }

.e-book h2{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #617e7c;
}


.text-left{
    color:var(--accent-terra);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 80px;
    margin-left: -10px;
    font-size: 2rem;
}


.form-control {
    border: 1px solid #ced4da;
    height: 45px;
   
  }

.input-group-text {
    margin-bottom: 15px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
  }

.img-fluid {
    margin-top: 100px;
    max-width: 80%;
    height: auto;
    border: 20px;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra com leve difusão */  
    border-radius: 8px; /* Bordas arredondadas, opcional */  
    transition: transform 0.3s ease; /* Suaviza a transição do zoom */  
     
  }

.img-fluid:hover {  
    transform: scale(1.1); /* Aumenta a escala da imagem */  
}

.bi-envelope-fill{
    color:var(--color-medium-green);
    font-size: 20px;
    
}



/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background-color:var(--neutral-dark);
    color: white;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    z-index: 1050;
}

.whatsapp-float:hover {
    background-color: var(--primary-color);
    color: white;
}

.whatsapp-float i {
    font-size: 1.5rem;
}

.text-purple {
    color:var(--primary-lilac);
}

.bi-arrow-up-circle-fill{
    color: #3f2942;
}


/* Copyright Section */
.footer {
    margin-top: 50px;
    background-color: var(--accent-terra);
    color: var(--neutral-light);
    padding: 2rem 0;
   
}
footer a{
    text-decoration: none;
    color:#c4bfb4;
    

}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
    padding: 1rem;
}

.footer-section {
    flex: 1;
    min-width: 270px;
}

.footer-section h5 {
    color: var(--primary-lilac);
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: var(--light-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: var(--verde);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--bege-color);
    margin-top: 2rem;
}


.list-unstyleda li{
    text-transform: none;
}

.text-muted {
    color: #617e7c !important;
}

.text-mutedp {
    color: #f0fffe !important;
}

.text-footer{
    color: var(--bege-color);
    font-weight: 400;
    margin-left: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.input-group-text {
    margin-bottom: 15px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
  }


/*pagina anciedade*/

.ansiedade{
    margin-left: 90px;
    margin-right: 40px;
    margin-top: 110px;
    width: 400px;
    height: 450px;
    background-color: #8A639D;
    border: 20px;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra com leve difusão */  
    border-radius: 8px; /* Bordas arredondadas, opcional */  
    transition: transform 0.3s ease; /* Suaviza a transição do zoom */  

}

.text-ansiedade p{
    margin-top: 20px;
}

.text-ansiedade h1{
    margin-top: 70px;
    
}
#subir{
	position:fixed;
	bottom:0px;
	right:0px;
}


/*depressão*/
.img-depressao{
    background: linear-gradient(rgba(137, 17, 113, 0.5), rgba(0, 0, 0, 0.5)),
    url('../img/adolescente.jpg');
    background-size: cover;
    width: 70%;
    background-position: center;
    height: 350px; /* Altura ajustada para 350px conforme solicitado */
    display: flex;
    margin-left: 140px;
    align-items: center;
    color: white;
    position: relative;
  
}
/*depressão*/
.img-depressao1{
    background: url('../img/depressao1.jpg');
    background-size: cover;
    width: 40%;
    background-position: center;
    height: 350px; /* Altura ajustada para 350px conforme solicitado */
    display: flex;
    margin-left: 140px;
    align-items: center;
    color: white;
    position: relative;
  
}


.img-depressao h1 {
    font-size: 2rem;
    font-family: "Poppins",system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: mintcream;
  }

.sessao h2{
    margin-top: -40px;
}
.header p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  
  /* Main Content */
.main {
    padding: 0px 0px;
  }
  
.container {
    width: 80%;
    margin:0px auto;
  }
.sessao{
    width: 100%;
    margin: 10px;
}
.h2 {
    margin-top: -20px;
    color: #8a6d9f;
    margin-bottom: 10px;
  }
  
.p, ul {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
  }
  
.ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  
.blockquote {
    font-style: italic;
    background-color: #fff;
    border-left: 4px solid #8a6d9f;
    padding: 10px 15px;
    margin: 20px 0;
    color: #5e4b71;
  }
  
.strong {
    font-weight: bold;
    color: #6a4f85;
  }
  
  


/*relacionamento*/

.responsive-image {
    width: 100%;
    height:auto;
    margin-top: 50px;
    max-width: 100%;
    transition: all 0.3s ease;
}

.responsive-image1 {
    width: 90%;
    height:80%;
    margin-left:50px;
    margin-top: -5px;
    max-width: 90%;
    transition: all 0.3s ease;
}


.container {
    max-width: 1200px;
    margin: 50px auto;
    margin-top: 80px;
  }

.card-header {
    margin-top: -60px;
    background-color:#e8d0f8;
    color: white;
    margin: 10px;
  }

.module-content {
    margin-bottom: 30px;
    margin: 10px;
    
  }

.obstaculo{
    margin-top: -30px;

  }
.module-title {
    color: #333;
    margin: 10px;
  }

.activity {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 5px;
  }

.study-comparison {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: -30px;
  }

.study-title {
    font-size: 18px;
    color: #333;
  }


/* Responsive Design */
@media (max-width: 768px) {
    .text-logo{
      margin-top:-60px;
      margin-left:20px;
      font-family: "Chango", serif;
      font-size: 1.2rem;    
      font-style: normal;
      color: #8A639D;
      font-weight: bold;
    
    }
    .custom-navbar {
        background-color: var(--neutral-sand); /* Cor base do navbar */
    }
    
    .navbar-collapse {
        background-color:var(--neutral-beige) !important; /* Força a cor bege */
        padding: 1rem;
        border-radius: 10px;
        margin-top: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .navbar-toggler:focus {
        box-shadow: none;
        
    }
         
    .nav-link {
        margin: 0.2rem 0;
        
    }
    .img-item {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
        max-height:100%;   
        background-color:var(--lilas-claro);  
       
    }
    .img-date {
        margin-top: 20px;
        font-size: 0.9em;
        color: var(--bege-color);
        background-color: #B7C4B4;
        font-weight: bold;
    }
    .img-depressao{
        background: linear-gradient(rgba(137, 17, 113, 0.5), rgba(0, 0, 0, 0.5)),
        url('../img/adolescente.jpg');
        background-size: cover;
        width: 90%;
        background-position: center;
        height: 350px; /* Altura ajustada para 350px conforme solicitado */
        display: flex;
        margin-left: 10px;
        align-items: center;
        color: white;
        position: relative;
      
    }
    .sessao{
        width: 90%;
        margin:10px;
        text-align: justify;
    }
    
    .sessao h2{
        font-size: 1rem;
        
    }
      
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .section-title {
        color:#7c4e2a;
        font-weight: bold;
        margin-bottom: 3rem;
        position: relative;
        display: inline-block;
    }
    
    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 60%;
        height: 3px;
        background: var(--primary-lilac);
    }
    
    
    .advantages-section {
        padding: 60px 0;
    }
    
    .advantage-card {
        padding: 1.5rem;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    .card{
        margin-top: -90px;
    }
    .card-icon i {
        font-size: 1.5rem;
    }
    .about-content h2 {
        font-size: 2rem;
    }

    .about-content h3 {
        font-size: 1.1rem;
    }

    .about-section {
        margin-top: -50px;
        padding: 20px 0;
    }
    
    .profile-container {
        width: 90%;
        height: 250px;
        margin-bottom: 2rem;
    }

    .text-left{
        color:var(--accent-terra);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-top: 45px;
        margin-left: 10px;
        font-weight: bold;
        font-size: 1.5rem;
    }
      
    .footer-section {
        flex: 100%;
        text-align: center;
    }
    .footer-section li{
        flex: 100%;
        text-align: center;
    }
    
    .testimonial-card {
        margin: 0.5rem;
        padding: 2rem;
        min-height: 350px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .testimonial-text {
        font-size: 1rem;

    }
    .testimonial-text1 {
            font-size: 1rem;
            color: #8A639D; 
            font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: bold;
        
        }
     
    .title-highlight {
        margin-top: 30px;
        background: var(--primary-color);
        -webkit-background-clip: text;
        font-size: 1.3rem;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }  
    
    .profile-image {
        margin-top: 20px;
        margin: 10px;
        width: 90%;
        height: auto;
        object-fit: cover;
        mix-blend-mode: multiply;
      }
    .benefits-section {
        padding: 3rem 0;
    }

    .benefits-card {
        padding: 1.5rem;
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
    }
    .lead{
        color: #4f4e4d;
        margin: 15px;
        font-size: 1rem;
        text-align: justify;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .lead1{
        color:#A68A7B;
        margin-top: 10px;
        font-size: 1.2rem;
        margin-left: 8px;
        text-align: justify;
        font-weight: bold;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .list-unstyled li{
        color: #6c757d;
        background: var(--secondary-lilac);
        font-size: 1.2rem;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .gallery-container h2{
        font-size: 1.7rem;
        font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .img-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .h2 {
        margin-top: -40px;
        color: #8a6d9f;
        margin-bottom: 10px;
        font-size: 1rem;
      }
    .container {
      width: 90%;
      margin-top: 70px;
    }
  
    header p {
      font-size: 1rem;
    }
  
    p, ul {
      font-size: 1rem;
      margin: 10px;
      text-align: justify;
    }  
    .sessao h1{
        font-size: 1rem;
        
    } 
    .responsive-image {
        margin-top: 50px;
        width: 80%;
    }
    .hero-p{
        margin: 10px 10px;
        width: 95%;

    }
    .responsive-image1 {
        width: 90%;
        margin:20px;
        
        
    }
    .hero-title1 {
        font-size: 1.5rem;
        margin-top: 40px;
        font-weight: 500;
        margin-bottom: 1rem;
        animation: fadeInUp 1s ease;
        color: var(--accent-terra);
        margin-left: 10px;
    }
    
    
    .ansiedade {
        margin-left: -20px;
        margin-top: 30px;
        width: 200;
        height: 250px;
        /* Centralizando em telas menores */
        
    }
    .ansiedade img {
        margin-left: -90px;
        margin-top: 40px;
        width: 200px;
        height: 250px;
        /* Centralizando em telas menores */
        
    }
    .module-content {
        margin-bottom: 30px;
        margin:-10px;
        
      }
      .study-title {
        font-size: 18px;
        color: #333;
        margin: -10px;
        margin-bottom: 20px;
      }
      .study-comparison p{
        font-size: 15px;
        color: #333;
        margin: -10px;
      }
      .img-depressao h1 {
        font-size: 1.5rem;
        font-family: "Poppins",system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: mintcream;
      }
      .jung{
        margin-top: 180px;
        width: 80%;
        
     }
     .hero-title2 {
        font-size: 1.5rem;
        margin: 10px 10px;
        font-weight: 700;
        margin-bottom: 1.5rem;
        animation: fadeInUp 1s ease;
        color: var(--accent-terra);
    }
    .e-book{
        margin:20px 10px;
        width: 90%;

    }
    

    }
    
    
    


@media (max-width: 480px) {
    .navbar-toggler {
        margin-top:-120px;
        margin-left: 220px;
        border: none;
        padding: 0.5rem;
        border-radius: 50%;
        background-color: var(--lilas-claro);
    }
    .img-grid {
        grid-template-columns: 1fr;
    }
    .responsive-image {
        max-width: 60%;
    }
    .ansiedade {
        width: 200px;
        height: 250px;
        margin-top: 30px;
    }
    .profile-image {
        margin-top: 20px;
        margin: 10px;
        width: 80%;
        height: auto;
        object-fit: cover;
        mix-blend-mode: multiply;
      }
       .text-left{
        margin-left: -10px;
       }
            
          
}


@media (max-width: 991px) {
    .text-logo{
        margin-top:-60px;
        margin-left:10px;
        font-family: "Chango", serif;
        font-size: 1rem;    
        font-style: normal;
        color: #8A639D;
        font-weight: bold;
      
      }
    .custom-navbar {
        background-color: var(--neutral-sand); /* Cor base do navbar */
    }
    
    .navbar-collapse {
        background-color: var(--neutral-beige) !important; /* Força a cor bege */
        padding: 1rem;
        border-radius: 10px;
        margin-top: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .nav-link {
        margin: 0.2rem 0;
    }
    
    .appointment-btn {
        margin-top: 0.5rem;
    }
    
    .about-content {
        text-align: center;
        padding: 1rem;
    }

    .credentials-list li {
        justify-content: center;
    }

    .about-image-wrapper {
        margin-bottom: 2rem;
    }
    .social-proof-container {
        flex-direction: column;
    }

    .social-proof-text,
    .social-proof-carousel {
        width: 100%;
    }

    .social-proof-carousel {
        height: 300px;
    }
    .responsive-image {
        max-width: 80%;
    }
    .ansiedade {
        margin-left: 40px;
        margin-right: 20px;
        margin-top: 60px;
        width: 300px;
        height: 350px;
    }
   
    
}

@media screen and (max-width: 1280px) {
    .responsive-image {
        max-width: 90%;
    }
    .ansiedade img {
        margin-left: 110px;
        margin-top: 40px;
        width: 200px;
        height: 250px;
        /* Centralizando em telas menores */
        
    }
    
}

