*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* scroll suave */

#efeito_zoom{

  overflow: hidden; /* Oculta a parte da imagem que vaza */
  display: inline-block; /* Garante que o contêiner se ajuste ao conteúdo */
  object-fit: cover; /* Garante que a imagem cubra todo o contêiner sem distorcer */
  transition: transform 0.3s ease; /* Suaviza a animação */
}

#efeito_zoom:hover{

  transform: scale(1.1); /* Aumenta a imagem em 10% ao passar o mouse */

}

#movleft{float:left;}

#search{
    font-size: 10px;
    color:#22222207;
}

.whats{

    width: 400px;
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 5px;      
    padding: 15px 7px;    
    cursor: pointer;
    z-index: 10000;
    right: 0;
    background-color: #000; 
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 20px 20px 0 20px;
    color: #fff;
    filter: drop-shadow(-2px 3px 5px #222);
  
}
.whats img{
    width: 20px;
    height: auto;
    margin-right: 5px;
    margin-left: 15px;
}

h5{ font-size: 18px;
    color: #fff;
font-family: Verdana, Geneva, Tahoma, sans-serif
}

button{cursor:pointer;}


.efeito{
    
    background-color: #000;
     color: #89a02cff;
   
    animation: efeito 5s infinite;
    -webkit-animation-delay: 2.2s;
      
}

.borda_black{ border: solid 1px #000;}

@keyframes efeito {
    0% {
        background: linear-gradient(0.25turn, #ffffff00, #ffffff00,#ffffff00,#ffffff00);
         background-color: #000;
       
        
    }
    88% {
        background: linear-gradient(0.25turn, #ffffff00, #ffffff00,#ffffff00,#ffffff00);
         background-color: #000;
       
        
    }
    90% {
        background: linear-gradient(0.25turn, #ffffff3f, #ffffff0a,#ffffff0a,#ffffff0a);
         background-color: #000;
      }

    92% {
        background: linear-gradient(0.25turn,  #ffffff0a,#ffffff3f, #ffffff0a,#ffffff0a);
         background-color: #000;
    }
    97% {
        background: linear-gradient(0.25turn,  #ffffff0a,#ffffff0a,#ffffff3f,#ffffff0a);
         background-color: #000;
    }
    100% {
        background: linear-gradient(0.25turn,  #ffffff0a,#ffffff0a,#ffffff0a,#ffffff3f);
         background-color: #000;
    }
  }

  

html{
    scroll-behavior: smooth;
}

.fade {  
    animation: fade 2s ease infinite;
  }
  
  @keyframes fade {
   
    
    0% 
      {opacity: 0} ;
    
    100% 
      {opacity: 1} ;
    
  }
  
  
  .pisca {
    
    animation: blink 3s ease infinite;
  }
  
  @keyframes blink{
  
    0%{
        filter:drop-shadow(0 4px 7px #0086df2f)
    }
    50%{
        filter:drop-shadow(0 4px 7px #0087df)
  }
    100%{filter:drop-shadow(0 4px 7px #0086df60)}
}


.fade3{
        
    animation: fade3 3s infinite;
}

@keyframes fade3 {
    0% {
        opacity: 0;
  
    }

    50%{opacity: 100%;}
    
    100% {
        opacity: 25%;
      
    }
  }


  .fade2{
        
    animation: fade2 2s;
}

@keyframes fade2 {
    0% {
      opacity: 0;
      transform: translateX(-25%);
    }
    
    100% {
        opacity: 100%;
        transform: translateY(0);
    }
  }

  .efeito_2{

    border-radius: 15px;
    animation: efeito2 5s infinite;
    cursor: pointer;
    
}

@keyframes efeito2 {
    0% {
        background: linear-gradient(0.25turn, #ffffff00, #ffffff00,#ffffff00,#ffffff00);

        -webkit-box-shadow: 0px 0 7px 8px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0);
        box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0);
       
        
    }
    35% {
        background: linear-gradient(0.25turn, #ffffff00, #ffffff00,#ffffff00,#ffffff00);

        -webkit-box-shadow: 0px 0 7px 8px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0.3);
        box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0.3);
       
        
    }

    55% {
        background: linear-gradient(0.25turn, #ffffff00, #ffffff00,#ffffff00,#ffffff00);

        -webkit-box-shadow: 0px 0 7px 8px rgba(255, 255, 255,0.6);
        -moz-box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0.6);
        box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0.6);
       
        
    }

    75% {
        background: linear-gradient(0.25turn, #ffffff00, #ffffff00,#ffffff00,#ffffff00);

        -webkit-box-shadow: 0px 0 7px 8px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0.3);
        box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0.3);
       
        
    }

    100% {
        background: linear-gradient(0.25turn, #ffffff00, #ffffff00,#ffffff00,#ffffff00);

        -webkit-box-shadow: 0px 0 7px 8px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0);
        box-shadow: 0px 0 7px 8px rgb(255, 255, 255, 0);
       
        
    }

   
  }


.animacao_1{
        
    animation: animay 2s;
}

@keyframes animay {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    
    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

.barra_sup{
    
    display: flex;
    position:absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-family:  "Montserrat", serif;


}


.barra_sup .logo img{

    width: 270px;
    height: auto;
    margin-right: 60px;
}

#borda_black{ border: solid 1px #000}

.barra_sup .menu{

    width: 35%;
    display: flex;
}

.barra_sup span{

    display: flex;
    padding: 10px 15px;
    border: solid 1px #000000;
    background-color: #ffffffce;
     color:#89a02cff;   
    border-radius: 25px;
    margin-left: 10px;
    align-items: center;
    cursor: pointer;

}

.barra_sup span:hover{

    -webkit-box-shadow: 0px 0 5px 2px rgba(255, 255, 255,0.6);
    -moz-box-shadow: 0px 0 5px 2px rgb(255, 255, 255, 0.6);
    box-shadow: 0px 0 5px 2px rgb(255, 255, 255, 0.6);

}

.barra_sup span img{

    width: 20px;
    height: 20px;
    margin-right: 5px;
}


.apresentacao{

    display: flex;    
    flex-wrap: wrap;
    width: 100%;
    height: 600px;
    background-image: url(../imagens/banner-principal.png);
    background-attachment: fixed;
    background-size: cover;   

}

.conteudo_apres{

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 600px;
    background-color: rgba(137, 160, 44, 0.9);    
    justify-content: center;
    padding-top: 100px;
    align-items: center;  
  
}

.conteudo_apres .texto{

    width: 50%;
    margin-right: 40px;
    font-family:  "Montserrat", serif;
    font-weight: 400;
    font-size: 26px;
    color:rgb(224, 238, 171);    


}

#font_apres{font-size: 36px;}

.conteudo_apres .texto p{
    
    margin-top: 18px;
    margin-bottom: 10px;

}

.conteudo_apres .texto h5{
    
    margin-top: 18px;

}

.conteudo_apres .texto b{

    color:#fff;
    font-weight: 500;

}

.img_perfil img{

    width: 250px;
    height: 270px;
    filter: drop-shadow(0 0 4px #ffffffda);
    border-radius: 200px;
    margin-right: 20px;

}



.titulo_p{

    width: 80%;
    margin-left: 10%;
    margin-top: 30px; 
    display: flex;
    font-family:  "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    color: #89a02cff;  
    /* border-bottom: solid 2px #89a02cff; */
}

.titulo_p h1, h2{

    
     
    display: flex;
    font-family:  "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    color: #89a02cff;  
    /* border-bottom: solid 2px #89a02cff; */
}

.botao{

    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -50px;
  
}

.botao button {

    display: flex;
    justify-content: center;
    width: 260px;
    border: solid 1px #fff;
    color:#fff;
    background-color: #ffffff00;
    align-items: center;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 25px;
    padding: 14px 20px;

}

.botao button:hover {color: rgb(184, 219, 27);  border: solid 1px rgb(184, 219, 27)}

.botao button img{

    width: 20px;
    height: 20px;
    margin-left: 10px;

}

.botao_2{

    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  
}

.botao_2 button {

    display: flex;
    justify-content: center;
    width: 260px;
    border: solid 1px #000;
    color:#ffffff;   
    align-items: center;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 25px;
    padding: 14px 20px;
    background-color: #89a02cff;  

}

.botao_2 button:hover{

    background-color: rgb(184, 219, 27);  

}

.botao_2 button img{

    width: 20px;
    height: 20px;
    margin-left: 10px;

}


.botao_3{

    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  
}

.botao_3 button {

    display: flex;
    justify-content: center;
    width: 260px;
    color:#89a02cff;   
    align-items: center;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 25px;
    padding: 14px 20px;
    background-color:#000;

}

.botao_3 button:hover{

    background-color: rgb(29, 34, 2);  

}

.botao_3 button img{

    width: 20px;
    height: 20px;
    margin-left: 10px;

}


.promove{

     width: 100%;
    display: flex;    
  
    flex-wrap: wrap;
    font-size: 12px;
    padding: 0 20px;
    text-align: center ;
    background-color:   rgba(58, 68, 19,0.9);  
    background: linear-gradient(90deg,rgba(137, 160, 44, 0.9) 0%, rgba(137, 160, 44, 0.8) 70%, rgba(137, 160, 44, 0.6) 90%, rgba(137, 160, 44, 0.4) 100%);
    font-family:  "Montserrat", serif;
    color:#000;
    border: solid 1px #000;
    
}

.promove h2{

    width: 80%;
    margin-left: 10%;
    justify-content: center;
    text-align: center;
    height: 55px;   
    align-items: center;
    display: flex;
    font-family:  "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    margin-top: 60px;
}

.promove .linha_item{

    display: flex;    
    flex-wrap: wrap;
    width: 80%;
    margin-top:40px;
    margin-bottom:40px;
    margin-left: 10%;
    justify-content:space-around;
    padding-bottom: 20px;
    font-size: 20px;
   
   

}

.promove .linha_item .item{

   
    border-radius: 10px 10px 0 10px;
    border: solid 1px #fff;
     
     padding: 10px;
     margin-bottom: 20px;

}

#bg_black{
    background-color:  #000;
    color: #89a02cff;
}



.bg2{
    background-image: url(../imagens/psicologa-perto-de-mim-terapeuta-perto-de-mim-terapeuta-online-melhor-psicologo-melhor-terapeuta-psicanalista-online-melhor-psicanalista.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 30px;
    background-attachment: fixed;
}

.bg{
    display: flex;
    width: 100%;
    flex-direction: column;
    background-attachment: fixed;
    background-image: url(../imagens/plano-de-fundo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.promo{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: rgb(0, 0, 0); 
    color: #89a02cff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    -webkit-box-shadow: 0px 0 7px 8px rgba(137, 160, 44, 0.712);
    margin-bottom: 50px;

}

.servicos{

    width: 100%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(169, 204, 149, 0.5);  
    background: linear-gradient(180deg, rgba(169, 204, 149, 0.5) 80%,  rgba(253,187,45,0) 100%);
    padding-top: 70px;
    padding-left: 10%;

}

.servicos h2{

    width: 80%;
    height: 35px;   
    display: flex;
    font-family:  "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    color: rgba(131, 108, 75, 1);  
    border-bottom: solid 2px rgba(131, 108, 75, 1);
    
}

.servicos .tratamento{

    display: flex;
    flex-wrap: wrap;    
    width: 70%;  
    height: 100px;
    margin-top: -20px;
   
}

.servicos .tratamento b{

    display: flex;
    justify-content: center;
    align-items: center;
    font-family:  "Montserrat", serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(131, 108, 75, 1); 
    margin-right: 15px;
    margin-bottom: 0px;
}

.servicos .tratamento b img{

   width: 26px;
   height: 26px;
   margin-right: 5px;
}

.servicos .imagem{

    width: 30%;  
    margin-top: -40px;
}

.servicos .imagem img{

    width: 250px;  
    border-radius: 20px 20px 20px 20px;
    /*filter: drop-shadow( -3px -2px 5px #161616);*/
   
 }


.bck{

    background-color: #000000ec;
    display: flex;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: -50px;

}
   
.textodores{

    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
   
    margin-left: 10%;
    color: #d4c496;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.textodor{

    padding: 10px;
    height: 300px;
    overflow-y: auto;
    scrollbar-gutter:stable;
    overscroll-behavior: contain;
    scrollbar-width: 6px;
    scrollbar-color: #f5e0a6 #363434;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    pointer-events: auto;
    z-index: 9000;

}

.textodor::-webkit-scrollbar {
    width: 8px;
}
.textodor::-webkit-scrollbar-track {
    background: #363434;
}
.textodor::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
   
.dores{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin-left: 10%;

}

.centraliza{

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    color: #d4c496;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    z-index: 10000;

}


.item_d{
    
    display: flex;
    width: 35%;

}

.item_d img{

    width: 100%;
    opacity: 0.05;
}

    /* O CSS permanece o mesmo da resposta anterior */
    .container { background-color: #f3eab7; margin-top: 20px; padding: 30px; border-radius: 15px; box-shadow: 0px 10px 20px rgba(0,0,0,0.2); width: 100%; max-width: 400px; text-align: center; }
       
        label { display: block; text-align: left; margin-bottom: 5px; font-weight: bold; color: #292828; }
        input, select { width: 100%; padding: 12px; margin-bottom: 20px; border: 2px solid #292828; border-radius: 8px; box-sizing: border-box; font-size: 16px; }
        
        /* Esconde o campo 'Outro' inicialmente */
        #containerOutro { display: none; }

        button { background-color: #292828; color: #FFD700; border: none; padding: 15px 20px; font-size: 18px; font-weight: bold; border-radius: 8px; cursor: pointer; width: 100%; transition: transform 0.2s; }
        button:hover { transform: scale(1.05); }

.sobre{

    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding-bottom: 10px;

}


.descimg{

    width: 80%;
    display: flex;
    margin-left: 10%;
    
    
}

.descimg img{

    width: 100%;
}

.sobre h2{

    width: 80%;
    height: 35px;
    margin-left: 10%;
    display: flex;
    font-family:  "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    color: #89a02cff; 
    border-bottom: solid 2px #89a02cff; 
    
}

.sobre .descricao {

    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
}

.sobre .descricao .texto{

    
    font-family:  "Montserrat", serif;
    color: #888;
    font-size: 20px;  
    margin-bottom: 60px;
}



.sobre .descricao .texto img{

    width: 100%;
  
  
    
}

.sobre .descricao .img_perfil img{

    width: 300px;
    height: auto;
    
   
} 

/* politicas */

.lbox{
    position: fixed;
    visibility: hidden;
    opacity: 0; 
    margin-left: 0;
    z-index: 9001;

}

.lbox:target{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgba(10,10,10, .7);
    position: fixed;
    z-index: 70000;
    transition-duration: 1s;
   

}

.box_img{
    width: 70%;    
    height: 70%;
    top: 20px;
    position: absolute;
    margin-left: 15%;
    background-color:rgb(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 7px;
    padding: 0 30px;
    margin-top: 90px;

}

.b_img{
    
    width: 100%;  
    height: 90%;
    overflow: scroll;
    overflow-x: hidden;
   
}

.b_img::-webkit-scrollbar {
    width: 5px;
}

.b_img::-webkit-scrollbar-track {
    background:#ddc646;
    border-radius: 10px;
    width: 10px;

}

.b_img::-webkit-scrollbar-thumb {
    background-color: #474775;
    border-radius: 20px;
    border: 1px solid rgb(228, 168, 56);
  }

#politicas{

z-index: 5000;
}


.btnP{
color: rgb(77, 77, 77);
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
position:absolute;                                                                          
z-index: 3000;
}


#close{
width: 90%;
font-size: 12px;
color: rgb(41, 40, 40);
font-weight: 800 ;
text-align: right;


}

#close2{
    width: 70%;
    font-size: 12px;
    color: rgb(41, 40, 40);
    font-weight: 800 ;
    text-align: center;
    color: #fff;
    
    
    }

/* politicas fim */


.atendimento{

    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 140px;
   
}

.atendimento h2{

    width: 80%;
    height: 35px;
    margin-left: 10%;
    display: flex;
    font-family:  "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    color: #89a02cff;  

    
}

.atendimento .publico{

    width: 80%;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family:  "Montserrat", serif;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    border-radius: 24px;
    margin-top: 30px;
    padding: 12px 0;
    

}

.atendimento .imagens {

    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
    display: flex;
    justify-content: center;    

}

.atendimento .imagens img{

    width: 28%;
    height: auto;
    margin-left: 20px;
    border: solid 1px #000;
    border-radius: 22px;
   
}

.atendimento .descricao{

    width: 80%;
    margin-left: 10%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    font-family:  "Montserrat", serif;
    font-weight: 400;
    font-size: 20px;
   color: #888;

}



.atendimento .descricao b{

    margin-top: 40px;
}

.beneficios{

    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
}

.mensagem_1{

    display: flex;
    width: 100%;
    margin-top:0;
}

#scroll-image img {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    border-radius: 20px 20px 0 20px;
    border: solid 2px #89a02cff;
}

.mensagem_1 .texto{

    display: flex;
    width: 30%;
    flex-direction: column;    
    margin-top: 85px;
    z-index: 1000;
    margin-left: 15%;
    font-size: 18px;   
    color:#89a02cff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200px;     
    border-radius: 30px 0 0 30px;
    background-image: linear-gradient(to right, #ffffffd5 80% , #ffffff00);
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 150px;

}


/* depoimentos */

.reflexao{

    display: flex;
    width: 60%;
    margin-left: 20%;
    margin-top: 200px;
    justify-content: center;
    background-color: #555;
    border-radius: 200px;
}


.reflexao div{


    display: flex;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
    color: #fff;

}


.reflexao div b{

    font-size: 12px;
}

.reflexao img{

    width: 300px;
    border-radius: 10px;
    padding: 10px;

}

.conteudo_galeria{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;  
    margin-top: 200px;
    margin-bottom: 200px;
    
}

.conteudo_galeria .titulo{

    width: 80vw;
    background-color: rgba(137, 160, 44, 0.685);
    color: #ffffff;
    font-family: "Poppins", Serif;
    font-size: 20px;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    border: solid 1px #000;
}



.slider{
   
    width: 80vw;
    height: 12vw;  
    overflow: hidden;
    margin-bottom: 10px;
   
    border-radius: 0 0 20px 20px;
    border: solid 1px #000;
}

.slides{
    width:400vw;
    height:10vw;
    display: flex;
   
   /* box-shadow: inset 10px -40px 90px 40px rgb(129, 128, 133);*/

}

.slides input {
    display: none;
}

.slide{

    display: flex;    
    width: 100vw;
    position: relative;
    transition: 2s; 
    align-self: center;
    padding-left: 8vw;
   
  
}

.slide label{

    width: 30%;    
    font-size: 14px;
    top:1vw;
    color:rgb(68, 67, 67);   
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    padding: 20px;
    border: solid 1px #858282;
    border-radius: 15px 15px 0 15px;
    margin: 2%;
  
}

.manual-navigation{
   
    width: 100vw;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2000;
  
}

.manual-btn{
    border: 2px solid #535252;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 30px;
}

.manual-btn:hover{
    background-color: #fff;
}

#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -25%;
}

#radio3:checked ~ .first{
    margin-left: -50%;
}

#radio4:checked ~ .first{
    margin-left: -75%;
}



.navigation-auto div{
    border: 2px solid #20a6ff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.navigation-auto{
    position: absolute;
    width: 80vw;    
    margin-top: 10vw;
    display: flex;
    justify-content: center;
}

.navigation-auto div:not(:last-child){
    margin-right: 30px;
}




#radio1:checked ~ .navigation-auto .auto-btn1{
    background-color: #89a02cff;  
}

#radio2:checked ~ .navigation-auto .auto-btn2{
    background-color: #89a02cff;   
}

#radio3:checked ~ .navigation-auto .auto-btn3{
    background-color: #89a02cff;  
}

#radio4:checked ~ .navigation-auto .auto-btn4{
    background-color: #89a02cff; 
}




/* depoimentos */



.chamada{ 

    display:flex;
    flex-direction: column;
    width: 80%;
    margin-left: 10%;
    border: solid 1px #000;
    height: 300px;
    background-size: cover;
    margin-top: 100px;   
    color: #fff;
    font-family:  "Montserrat", serif;
    font-size: 34px;  
    border-radius: 20px;   
    background-image:  linear-gradient(rgba(137, 160, 44, 0.904), rgba(137, 160, 44, 0.904)), url(../imagens/vida-plena-leve-feliz.png);
    background-size:contain;
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 40px;
   justify-content: center;
}

.cmd{

    display:flex;
    flex-direction: column;
    align-items: center;
    width: 60%;


}

.chamada .cmd button{ 

    background-color: #ffffff;
    color: rgb(92, 107, 30); 
    text-align: center;   
    width: 280px;
     
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 25px;
    border: solid 1px #fff;
    margin-top: 30px;
    cursor: pointer;
    filter: drop-shadow(0 0 5px #888);
    padding: 14px 20px;

}

.chamada .cmd button:hover{ 

    color: rgb(184, 219, 27);  border: solid 1px rgb(184, 219, 27);
}

.informativo{ 
    
    display:flex;
    height: 40px;
    margin-top: 50px;
    background-color: #333; 
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    align-items: center;
    font-size: 10px;
    justify-content: center;
   
}

.informativo img{

    width: 20px;
    height: 20px;
    margin-right: 5px;

 }

 .rodape{

    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #89a02cff;
    background-color: #000;
    padding-top: 30px;
  
    
 }

 .logo_rod{

    display: flex;
    width: 20%;
    align-items: center;
    justify-content: right;
 }

 .logo_rod img{

    width: 300px;
    height: 60px;
 }

 .atendimento_rod{

  text-align: center;
  width: 60%;
   
 }

 .atendimento_rod img{

    width: 30px;
    height: 30px;
    cursor: pointer;
   
 }

 

 .seguranca{

    text-align: center;
    color: #89a02cff;
    width: 20%;
 }

 .seguranca img{
 
    width: 130px;
    border-radius: 10px 10px 0 10px;

 }

 .seguranca a, a:visited{

   color: #89a02cff;
    font-size: 12px;

 }

.direitos{

    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #07070771;
    margin-top: 30px;
    font-size: 12px;

}
        

@media screen and (max-width: 769px){ 

    .whats{

        width: 340px;    
        right: -7px;
        font-size: 16px;
        padding: 9px;
        color:#89a02cff;
      
    }
    .whats img{
        width: 18px;
        height: auto;
        margin-right: 5px;
        margin-left: 10px;
    }

    .barra_sup {

        flex-direction: column;
        margin-top: 40px;
    }

    .barra_sup .logo {

        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    .barra_sup .logo img{

        width: 250px;
        height: auto;
        margin-right: 0;
    }

    .barra_sup .menu{

        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    .barra_sup span{
        
        padding: 3px 8px;
        margin-left: 4px;
        font-size: 12px;
    }


    .promove{

        display: flex;    
        flex-wrap: wrap;
        font-size: 12px;
        padding: 0 20px;
        text-align: center ;
        background-color:   rgba(58, 68, 19,0.9);  
        background: linear-gradient(90deg,rgba(58, 68, 19, 1) 0%, rgba(58, 68, 19, 0.9) 70%, rgba(58, 68, 19, 0.9) 90%, rgba(58, 68, 19, 0.8) 100%);
        font-family:  "Montserrat", serif;
        color:#fff;
    }

     .promove h2{font-size: 20px;}


     .textodores{
     
        font-size: 16px;
    }

    .item_d{
    
   
    width: 90%;
    margin-left: 5%;
    margin-bottom: 30px;

}


    .bg2{
        
        background-image: url(../imagens/psicologa-perto-de-mim-terapeuta-perto-de-mim-terapeuta-online-melhor-psicologo-melhor-terapeuta-psicanalista-online-melhor-psicanalista6.png);
        background-size: cover;
     
        background-attachment: fixed;
        
    }

     .bg3{
        
        background-image: url(../imagens/terapia-online-brasil-terapeuta-brasileira-psicologa-brasileira-psicanalista-brasileira-terapeuta-do-brasil.png);
        background-size: auto 100%;
        
    }

    .apresentacao{

        height: 990px;
        background-position-x: -250px;
    }

    .conteudo_apres{

        justify-content: center;
        padding-top: 190px;
        align-items: center;  
        height: 990px;
        padding-bottom: 30px;

    }

    #font_apres{

        font-size: 20px;
    }

    .conteudo_apres .texto{

        width: 80%;
        margin-right: 0;
        margin-left: 5%; 
        margin-top: 60px;
        font-size: 18px;      

    }

      .conteudo_apres .img_perfil{

        margin: 30px 0;
      }

    #font_apres{
         font-size: 26px;  
    }

      .conteudo_apres .texto h5{ 

        font-size: 12px;
      }
  

    .img_perfil img{

        width: 180px;
        height: 200px;
       

    }

    .botao{

        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 0;
    
    }

    .botao button {

       
        padding: 7px 20px;

    }

    .botao_2{

        margin-top: 20px;
        margin-bottom: 80px;
    }
 

    .bg{ 
        
        background-repeat: repeat;
      
        background-image: url(../imagens/background-cel.png);
   
    
    }

    .servicos{

        width: 100%; 
        height: 650px;
        padding-top: 50px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .servicos h2{

        width: 100%;
        height: 30px;   
        display: flex;
   
        font-size: 20px;
   
        
    }

    .servicos .tratamento{

        display: flex;
        flex-wrap: wrap;    
        width: 100%;  
        margin-left: 0;
        height: auto;
        margin-top: -60px;
        justify-content: center;
    
    }

    .servicos .tratamento b{

        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 16px;
    }

    .servicos .tratamento b img{

    width: 20px;
    height: 20px;
    margin-right: 5px;
    }

    .servicos .imagem{

        width: 100%;  
        margin-top: 10px;
        text-align: center;
    }

    .servicos .imagem img{

        width: 250px;  
        border-radius: 20px 20px 0 20px;
        /*filter: drop-shadow( -3px -2px 5px #161616);*/
    
    }

    .titulo_p{

    width: 90%;
    margin-left: 5%;
    margin-top: 60px;
    
}


    .sobre{

        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top:50px;
        margin-bottom: 0;
       
    }

    .sobre h2{

        width: 90%;
        height: 30px;
        margin-left: 5%;
        
        font-size: 20px;
  
        
    }

    .sobre .descricao {

      
        flex-direction: column;
        width: 100%;      
        margin-left:0;
        margin-top: 20px;
     
    }

     .descimg{

        margin-top: 20px;
        width: 90%;
        margin-left: 5%;

    }

   
    .sobre .descricao .texto{

        width: 90%;
    
        font-size: 16px;
        margin-right: 0;
        margin-left: 5%;
    }

    .sobre .descricao .img_perfil{

        width: 100%;
        text-align: center;
        margin-top: 20px;
      
    }

    .sobre .descricao .img_perfil img{

        width: 150px;
        height: auto;
        
        
     
    } 


    .atendimento{

        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    
    }

    .atendimento h2{

        width: 90%;
        height: 30px;
        margin-left: 5%;
        font-size: 26px;
        
    }

    .atendimento .publico{

        width: 90%;
      
        margin-left: 5%;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
        margin-top: 10px;
        border-radius: 50px;
       

    }

    .atendimento .imagens {

        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
        flex-direction: column;
        align-items: center;

    }

    .atendimento .imagens img{

        width: 80%;
        height: auto;
        margin-left: 0;
    
    }

    .atendimento .descricao{

        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 18px;

    }

    .atendimento .descricao b{

        margin-top: 20px;
        font-size: 20px;
    }

    .reflexao{

        flex-direction: column;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;   
        padding: 100px 10px;
        text-align: center;

    }

    .promove .linha_item{

    justify-content:space-between;

    }

     .promove .linha_item .img_perfil{

    justify-content:center;
    width: 100%;

    }

    .beneficios{

        width: 100%;
        margin-left: 0;
        display: flex;
    }

    .mensagem_1{

        display: flex;
        width: 100%;
     
    }

    #scroll-image img {
        position: absolute;
        width: 94%;
        margin-left: 3%;
        margin-top: 70px;
        border-radius: 20px 20px 0 20px;
     
    }

    .mensagem_1 .texto{

        display: flex;
        width: 90%;
        flex-direction: column;    
        margin-top: 275px;
        z-index: 1000;
        margin-left: 5%;
        font-size: 18px;   
        border-radius: 20px 0 0 20px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-right: 10px;

    }


    .conteudo_galeria{

        width: 94%;
        margin-left: 3%;
        margin-top: 100px;
     
    }

    .conteudo_galeria .titulo{

        width: 100%;

    }

    .slider{

        width: 100vw;
        height: 70vw;
    }

        
    .slides{
        width:400vw;
        height:60vw;
        display: flex;
       
       /* box-shadow: inset 10px -40px 90px 40px rgb(129, 128, 133);*/
    
    }

    .slide label{

        width: 50%;
        font-size: 14px;

    }

    .navigation-auto{

        width: 90vw;
        position: absolute;      
        margin-top: 70vw;

    }


    .b_img {
        
        width: 90vw;  
    
    }

    .b_img img{
        
        width: 90vw;  
        height: auto;
        
    
    }
    .imgb {
    
    
        animation: move 120s ease infinite;
    }

    @keyframes move {
        0% {
            background-position-x: 50%;
        }
       
        50% {
        background-position-x: 20%;
        }

        100% {
        background-position-x: 50%;
        }
    }
    


    .promo{
        text-align: center;
        font-size: 14px;
    }

    .box_img{
        width: 94%;    
        height: 70%;
        top: 100px;
        position: absolute;
        margin-left: 3%;
        background-color:rgb(255, 255, 255, 0.8);
        font-size: 16px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        border-radius: 7px;
        padding: 5px;
        z-index: 57000;
        
        
        }

    .box_img2{
        width: 90%;    
        height: 100vw;
        margin-left: 5%;
        top: 150px;
        position: absolute;
        text-align: center;
        font-size: 16px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        border-radius: 7px;
        z-index: 5000;
        
        
        }

        .lbox:target{
        
            margin-top: 0;

        }


        

    .chamada{ 

        display:flex;
        flex-direction: column;
        width: 94%;
        margin-left: 3%;
        height: 200px;
        background-size: cover;
        margin-top: 60px;   
        color: #fff;
        font-family:  "Montserrat", serif;
        font-size: 20px;  
        border-radius: 10px;   
        background-image:  linear-gradient(rgba(137, 160, 44, 0.904), rgba(137, 160, 44, 0.904)), url(../imagens/vida-plena-leve-feliz.png);
        background-size:contain;
        background-position: right;
        background-repeat: no-repeat;
        padding-left:0;
        justify-content: center;
    }

    .cmd{

        display:flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin-left: 5%;


    }

    .chamada .cmd button{ 

        background-color: #ffffffd7;    
        width: 220px;
        height: 35px;
        font-size: 16px;
        border-radius: 20px;  
        margin-top: 30px;

    }


    .informativo{ 
        
      
        flex-direction: column;
        height: auto;
        margin-top: 70px;
        font-size: 12px;
    
    }

    .informativo img{

        width: 20px;
        height: 20px;
        margin-right: 5px;

    }

    .rodape{

        width: 100%;   
        display: flex;
        flex-wrap: wrap;
        font-family: "Prompt", sans-serif;
        justify-content: center;
        background-image: url(../imagens/banner4.png);
        background-size: cover;
        background-position-y: 0;
        background-repeat: no-repeat;
        padding-top: 50px; 
        align-self: center;  
      

    }

    #subir{
        margin-top: -40px;
    }

    #subir2{
        margin-top: -30px;
    }

    .logo_rod {

        width: 100%;
        justify-content: center;
        margin-bottom: 40px;

    }

    .logo_rod img{

        width: 240px;
        height: 50px;

    }

    .atendimento_rod{

        width: 80%;
    }

    .seguranca{
        
        width: 100%;
        margin-top: 40px;
    }

   

}