* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --background-color: #FFEBCD;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Font';
    src: 
        url('/components/fonts/amsterdam_handwriting/Amsterdam.ttf') format('truetype');
        /* url('/components/fonts/better_smile/Better\ Smile\ -\ Personal\ Use\ Only.otf') format('opentype'); */
        /* url('/components/fonts/kaitlyn/Kaitlyn.ttf') format('truetype'); */

    font-weight: normal;
    font-style: normal;
}



a {
    padding: 0.5rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

/* Navigation Styles */
.logo {
    font-size: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.mobile-menu {
    display: none;
}

nav {
    width: 100%;
    height: 8vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    font-family: 'Merriweather';
    z-index: 1000;
    background-color: black;
}

.nav-list {
    padding: 15px 0px 0px;
    font-size: 1.2rem;
    list-style: none;
    display: flex;
}

.nav-list li {
    margin-left: 32px;
    letter-spacing: 3px;
}

.nav-list li:hover {
    box-shadow: 0 0 0.2rem white,
    0 0 0.2rem white,
    0 0 1.2rem -5px white,
    0 0 0.8rem -5px white,
    0 0 1.6rem -5px white,
    inset 0 0 1.3rem white
}

/* Home Section */
#home {
    background-image: url(/components/images/home-back.png);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.quadrado {
    margin: auto;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.quadrado-menor {
    padding-top: 35vh;
}

#home h1 {
    font-size: 7rem;
    font-family: 'Font', sans-serif;
    font-weight: normal;
    color: black;

}

#home h2 {
    font-size: 2rem;
    color: black;

}

.title-h2 {
    margin: 20px 0 30px 0;
    font-size: 2.5rem;
    text-align: center;
    color: #282828;
}

/* Article Section */
.article-mobile {
    display: none;
}

#oQueE, #paraQuem {
    padding: 20px 0; 
    min-height: 100vh;
    background-color: var(--background-color);
}

.conteudo { /* #oQueE .conteudo, #paraQuem .conteudo */
    margin: auto;
    max-width: 800px;
}

#oQueE h3, #paraQuem h3 {
    margin: 20px 0 25px 0;
    padding-left: 10px;
    font-size: 1.6rem; 
    word-spacing: 5px;   
    text-align: left;
    color: #444;
}

#oQueE p, #paraQuem p {
    margin: 10px auto;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
}

.arvore { /* árvore paralax */
    background-image: url(/components/images/arvore.jpeg);
    min-height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.divisor{ /* wallpaper paralax */
    background-image: url(/components/images/home-back.png);
    min-height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* FAQ Section */
#perguntasF {
    padding: 20px 0; 
    min-height: 100vh;
    background-color: var(--background-color);
}

#perguntas {
    margin: auto;
    max-width: 800px;
    
}

#perguntas details summary {
    padding: 2%;
    font-size: 1.4rem;
    border-bottom: 2px solid #282828;
    background-color: var(--background-color);
}

#perguntas details p{
    padding: 2%;
    font-size: 1.4rem;
    color: #282828;
    background-color: var(--background-color);
}

.estrada { /* estrada paralax */
    background-image: url(/components/images/estrada2.jpeg);
    min-height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

/* Psicologa Section */
#psicologa {
    padding: 60px 20px; 
    background-color: #ffeae6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #282828;
}

.psi-perfil {
    font-size: 1.4rem;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.foto {
    margin-bottom: 20px;
    width: 80%;
    height: auto;
    max-width: 200px;
    border-radius: 10%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
}

.crp {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #707070;
}

.bio {
    font-size: 1.4rem;
    gap: 20px;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.texto-sobre {
    max-width: 800px; 
    font-size: 1.4rem;
    line-height: 1.6; 
    text-align: justify;
}

.texto-sobre p {
    margin: 10px auto;
}

.texto-sobre ul {
    margin-left: 20px;
    font-size: 1.4rem;
    list-style-type: disc;
}

/* Atendimento Section */
#atendimento {
    padding: 20px 0;
    /* min-height: 60vh; */
    text-align: center;
    background-color: #c0c0c0;
}

#atendimento .title-h2 {
    font-size: 2.5rem;
}

#atendimento .conteudo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

#esquerda, #centro, #direita {
    max-width: 800px; 
    padding: 0 20px;
    flex: 1; 
}

#esquerda p, #direita p {
    margin: 30px auto;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
}

.whats2 {
    font-size: 1.2rem;
}

#esquerda {
    text-align: center;
}

#centro img {
    height: auto;
    max-width: 100%;
}

#direita h3 {
    margin: 20px 0 25px 0;
    padding-left: 10px;
    font-size: 1.6rem; 
    word-spacing: 5px;   
    text-align: left;
    color: #282828;
}

.livro { /* livro paralax */
    background-image: url(/components/images/livro.jpeg);
    min-height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

/* Contato Section */
#contato {
    min-height: auto;
    padding: 20px 0;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch; /* Ajusta para esticar todos os itens filhos para que ocupem a mesma altura */
    background-color: #646464;
}

/* Ajustes para os elementos dentro de #contato para garantir que eles ocupem a altura total */
.maps, .tt, #links-uteis {
    display: flex;
    flex-direction: column; /* Faz com que o conteúdo interno seja organizado em coluna */
    justify-content: center; /* Centraliza o conteúdo na direção vertical */
}

/* Especificamente para .maps, certifique-se de que o iframe ocupa a altura total */
.maps iframe {
    height: 100%; /* Faz o iframe crescer para ocupar a altura disponível */
    width: 100%; /* Opcional, dependendo do layout desejado */
}

/* Estilos para Links Úteis */

#links-uteis {
    margin: auto 0; /* Centraliza verticalmente dentro do container flex */
    display: flex; /* Torna links-uteis um container flex */
    flex-direction: column; /* Itens de links-uteis organizados em coluna */
    justify-content: center; /* Centraliza os itens de links-uteis verticalmente */
}

#links-uteis h3 {
    color: #282828; /* Cor branca para o título */
    font-size: 1.6rem;
    margin-bottom: 20px; /* Espaço abaixo do título */
    text-align: center;
}

.links-uteis {
    list-style-type: none; /* Remove os marcadores */
    padding: 0; /* Remove o padding padrão */
}

.links-uteis li {
    margin-bottom: 10px; /* Espaço entre os itens da lista */
}

.links-uteis a {
    color: #ffffff; /* Cor branca para os links */
    text-decoration: none; /* Remove o sublinhado */
    transition: color 0.3s; /* Suaviza a transição de cor */
}

.links-uteis a:hover {
    color: #dddddd; /* Cor mais clara no hover */
}


.tt {
    letter-spacing: 3px;
    display: inline-block;
}

.tt h2 {
    margin-top: 0;
}

#whats-email {
    font-size: 1.4rem;
    padding: 0; /* Remove o padding padrão */
    list-style-type: none; /* Remove os marcadores de lista */
}

#whats-email li {
    margin-bottom: 10px; /* Adiciona espaço entre os itens da lista */
}

.whats, .email {
    display: inline-block;
    text-decoration: none; /* Remove o sublinhado dos links */
    color: white; /* Cor do texto */
    text-align: center;
    padding: 10px 20px 10px 40px; /* Ajusta o padding para incluir a imagem à esquerda */
    border-radius: 5px; /* Ajuste conforme necessário para arredondar os cantos */
    position: relative; /* Necessário para o posicionamento do pseudo-elemento */
}

.whats::before, .email::before {
    content: ''; /* Necessário para gerar o pseudo-elemento */
    position: absolute;
    left: 10px; /* Distância do lado esquerdo do botão */
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajuste fino para centralizar exatamente */
    width: 24px; /* Largura da imagem */
    height: 24px; /* Altura da imagem */
    background-size: cover; /* Garante que a imagem cubra todo o espaço */
}

.whats::before {
    background-image: url('/components/images/whats-logo.png');
}

.email::before {
    background-image: url('/components/images/email-logo.png');
}

.whats {
    background-color: #25D366;
}

/* Whastsapp pop-up */
.whatsapp-float {
    bottom: 40px;
    right: 40px;
    position: fixed;
    z-index: 1000;
}

.whatsapp-float img {
    width: 60px;
    height: auto;
    transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}
