/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    /* Aplica o efeito de deslizar suave em toda a página */
}



/* Estilo do corpo */
body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.4;
}

#whatsapp-button {
    position: fixed;
    text-decoration: none;
    bottom: 20px;
    /* Distância da parte inferior da tela */
    right: 40px;
    /* Distância da parte direita da tela */
    background-color: #25d366;
    /* Cor padrão do WhatsApp */
    border-radius: 50%;
    /* Tornar o botão redondo */
    padding: 15px;
    /* Tamanho do botão */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Sombra ao redor do botão */
    z-index: 1000;
    /* Garante que o botão fique acima de outros elementos */
    transition: transform 0.3s ease-in-out;
    /* Animação suave ao passar o mouse */
    display: flex;
    align-items: center;
    justify-content: center;
}

#whatsapp-button:hover {
    transform: scale(1.1);
    /* Aumenta o tamanho do botão ao passar o mouse */
}

#whatsapp-button i {
    color: white;
    /* Cor do ícone */
    font-size: 40px;
    /* Tamanho do ícone */
}


/* Estilo do cabeçalho */
header {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    background-color: #f5f5ef;
    border-bottom: 1px solid #dddddda0;
}

header .logo img {
    height: 130px;
}

/* Ícones sociais no cabeçalho */
header .social-icons {
    padding-top: 50px;
    display: flex;
    gap: 40px;
    padding-left: 40%;
    /* Alinha os ícones à direita */
}

header .social-icons a {
    color: #676565;
    font-size: 35px;
    transition: color 0.3s;
}

header .social-icons a:hover {
    color: #a0a7a1;
}

nav {
    padding-top: 50px;
    padding-left: 80px;
}

/* Navegação */
nav button {
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: #5b5a5a;
    cursor: pointer;
    margin: 0 5px;
    padding: 20px;
    transition: color 0.3s;
}

nav button:hover {
    color: #7ba27c;
}

/* Seção principal */
.fundo {
    background-image: url('Design\ sem\ nome\ \(17\).png');
}

section.content {
    display: flex;
    background: linear-gradient(135deg, #ffffff68 0%, #ebdfc886 100%);
    border: 10px solid rgba(192, 192, 192, 0.421);
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    max-width: 1010px;
    margin: 20px auto;
    gap: 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2),
        /* Sombra principal */
        0 6px 20px rgba(0, 0, 0, 0.19);
    /* Sombra adicional */
}

section.content .text {
    flex: 1;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Isso vai centralizar o botão */
    justify-content: center;
}

section.content .text p {
    max-width: 100%;
    color: #545554;
    font-size: 20px;
    text-align: justify;
    margin: 0;
    word-spacing: -1px;
    hyphens: auto;
}

section.content .text button {
    color: #fff;
    border: none;
    padding: 15px 100px;
    margin-top:25px;
    background-color: #618d5f;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

section.content .text button:hover {
    background-color: #435741;
}

/*texto1*/
.bloco3 {
    background-image: url('Design\ sem\ nome\ \(17\).png');
}

section.content .text1 {
    flex: 1;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Isso vai centralizar o botão */
    justify-content: center;

}

section.content .text1 p {
    max-width: 100%;
    color: #555;
    font-size: 19px;
    text-align: justify;
    margin: 0;
    word-spacing: -1px;
    hyphens: auto;
}

section.content .text1 button {
    color: #fff;
    border: none;
    margin-top: 17px;
    padding: 15px 100px;
    background-color: #618d5f;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

section.content .text1 button:hover {
    background-color: #435741;
}

section.content .image {
    position: relative;
    /* Necessário para o pseudo-elemento */
    flex: 1;
    text-align: left;
}

section.content .image img {
    max-width: 100%;
    height: auto;
}

/* Adicionando desfoque na parte inferior da imagem */
section.content .image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5%;
    /* Ajuste a altura conforme necessário */
    background: linear-gradient(to top, rgb(251, 246, 238), rgb(223, 223, 222));
    filter: blur(8px);
    /* Ajuste o valor do desfoque conforme necessário */
    pointer-events: none;
    /* Evita que a máscara interfira nos eventos de clique */
}


/* Seção Terapia */
.terapia3 {
    padding: 50px;
    margin: 0px;
}

h2 {
    text-align: center;
}

/* Container */
.container3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    gap: 10px;
}

/* Títulos */
h1 {
    padding-top: 3%;
    font-size: 3rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.825);
    margin-bottom: 20px;
}

.container3 h2 {
    font-size: 1.5rem;
    color: #afe78f;
    margin-top: 20px;
    text-align: center;
}

.container3 h3 {
    font-size: 1.2rem;
    color: #0e110e;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* Etapas */
.etapa3 {
    display: flex;
    flex-direction: column;
    align-items: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Ícones */
.icon3 {
    flex: 0 0 80px;
    font-size: 50px;
    color: #e7ce99;
    margin-bottom: 20px;
    text-align: center;
}

/* Descrição */
.descricao3 p{
    flex: 1;
    text-align: justify;
    font-size: 18px;
    margin: 0;
    word-spacing: -1px;
    hyphens: auto;
}

/* Seção Terapia */
.terapia4 {
    padding: 20px;
    background: linear-gradient(135deg, #ffffff68 0%, #ebdfc886 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    margin: 0px;
}


/* Container */
.container4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Títulos */
.container4 h2 {
    font-size: 1.5rem;
    color: #7e8500;
    margin-top: 20px;
}

.container4 h3 {
    font-size: 1.2rem;
    color: #171716;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Etapas */
.etapa4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f3ef;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Ícones */
.icon4 {
    font-size: 50px;
    color: #42b30096;
    margin-bottom: 10px;
}

/* Descrição */
.descricao4 {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.descricao4 p {
    font-size:18px;
    padding-bottom: 20px;
    text-align: justify;
    margin: 0;
    word-spacing: -1px;
    hyphens: auto;

}

/* Botões WhatsApp */
.btn-whatsapp {
    display: flex;
    justify-content: center;
    padding: 10px 80px;
    background: linear-gradient(135deg, #addcad 0%, #579444 100%);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
    margin-top: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-whatsapp:active {
    transform: translateY(0px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

/* Container geral para as postagens */
.blog-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

/* Estilizando o título */
.blog-title {
    padding-top: 2%;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Estilizando o container das postagens */
#blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

/* Estilizando cada postagem */
.post {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    /* Garante que o texto não ultrapasse os limites */
    white-space: normal;
    /* Garante que o texto possa quebrar linhas */
    word-wrap: break-word;
    /* Quebra palavras longas */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 100px;
    height: 100%;
    /* Define uma altura fixa para todas as postagens */
}

.post:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Estilizando o título da postagem */
.post h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #799481;
    margin-bottom: 10px;
}

.post p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #757474;
    text-align: justify;
    margin: 0;
    word-spacing: -1px;
    hyphens: auto;
}

/* Estilizando a mídia das postagens (imagens) */
.post-media {
    width: 100%;
    height: 100%;
    /* Define uma altura fixa para as imagens */
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: cover;
    /* Garante que a imagem ocupe todo o espaço disponível */
    display: block;
    /* Garante que a imagem se comporte como um bloco */
}


/* Container para vídeos */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    /* Define a mesma altura para os vídeos */
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    /* Borda arredondada para o iframe */
}

/* Estilizando os links das postagens */
.post a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #5490a9;
    display: inline-block;
    margin-top: 15px;
}

.post a:hover {
    text-decoration: underline;
}

.image-container {
    width: 100%;
    height: 20%;
}


/* Estilo para a seção "Sobre mim" */
#sobre.titulo1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centraliza horizontalmente */
    justify-content: center;
    /* Centraliza verticalmente */
    text-align: center;
    /* Centraliza o texto dentro do h1 */
    height: 20vh;
    /* Define a altura da seção como 100% da altura da tela */
    margin-bottom: 20px;
    padding: 20px;
}

/* Estilo para o título da seção */
#sobre.titulo1 h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3rem;
    color: #4f4e4e;
    margin: 0;
}


/* Estilo para a seção */
#about-me {
    text-align: center;
    padding: 50px 0;
    background-color: #f9f9f9;
    /* Cor suave de fundo */
    font-family: 'Arial', sans-serif;
    margin-top: 0px;
}


/* Estilo para o título */
#about-me h2 {
    font-size: 48px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Contêiner das imagens */
.image-container {
    display: flex;
    justify-content: space-between;
    /* Espaçamento uniforme entre as imagens */
    gap: 10px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

/* Estilo para as imagens */
.image {
    width: 33.33%;
    /* Cada imagem ocupa 1/3 da largura da tela */
    height: auto;
    border-radius: 10px;
    opacity: 0;
    /* As imagens começam invisíveis */
    transform: translateY(30px);
    /* As imagens começam "deslocadas para baixo" */
    transition: opacity 1.5s ease, transform 1.5s ease;
    /* Efeito de transição suave e mais lento */
}

/* Efeito de surgir das imagens */
.image-container .image:nth-child(1) {
    transition-delay: 0.2s;
}

.image-container .image:nth-child(2) {
    transition-delay: 0.4s;
}

.image-container .image:nth-child(3) {
    transition-delay: 0.6s;
}

/* Quando a imagem aparecer, vamos usar a classe 'show' */
.image.show {
    opacity: 1;
    transform: translateY(0);
    /* As imagens voltam para sua posição original */
}


/* Seção Curiosidades */
.curiosidades4 {
    background: url('Psicóloga\ Marcela\ Nicoletti\ \(2\).png') no-repeat center center fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.overlay4 {
    padding: 20px 20px;
    background-color: #0e110e80;
    width: 100%;
    height: 100%;
    margin: 0;
}

.conteudo4 {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.curiosidades4 h1 {
    font-size: 3rem;
    color: rgb(210, 245, 230);
    padding-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.9);
    /* Adiciona uma sombra ao texto */
}

.curiosidades4 p {
    font-size: 1.3rem;
    padding-bottom: 25px;
    color: white;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.9);
    text-align: justify;
    margin: 0;
    word-spacing: -1px;
    hyphens: auto;
}

.btn-fale-comigo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 80px;
    background: linear-gradient(135deg, #addcad 0%, #579444 100%);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.9);
    /* Adiciona uma sombra ao texto */
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 22px;
    transition: background-color 0.3s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-fale-comigo:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-fale-comigo:active {
    transform: translateY(-0px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}



/* Footer */
footer {
    margin-top: 4%;
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    color: #333;
}

footer .social-icons {
    margin-bottom: 10px;
}

footer .social-icons a {
    color: #345535;
    text-decoration: none;
    margin: 0 10px;
    font-size: 25px;
    transition: color 0.3s;
}

footer .social-icons a i {
    margin-right: 5px;
}

footer .social-icons a:hover {
    color: #7c3070;
}

footer p {
    margin: 10px 0;
    font-size: 14px;
    color: #555;
}

footer a {
    color: #87615f;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

footer a:hover {
    color: #5a3d3d;
}
/*linkmike*/
.creditos {
    margin-top: 40px;
    font-size: 0.9rem;
    color: #d1d5db;
  }
  
  .creditos .link-dev {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
  }
  
  .creditos .link-dev:hover {
    text-decoration: underline;
  }
  

/* Responsividade maior */
@media (min-width: 900px) and (max-width: 1300px) {
    /* Estilo do cabeçalho */

    header .logo img {
        height: 100px;
    }

    nav {
        padding-top: 30px;
        padding-left: 10px;
    }

    header .social-icons {
        padding-top: 30px;
        display: flex;
        gap: 20px;
        padding-left: 10%;
        /* Alinha os ícones à direita */
    }

    section.content {
        display: flex;
        background: linear-gradient(135deg, #ffffff68 0%, #ebdfc886 100%);
        border: 10px solid rgba(192, 192, 192, 0.421);
        padding: 50px;
        max-width: 100%;
        margin: 20px;
        gap: 20px;

    }
    section.content .text {
        flex: 1;
        padding: 0px;
    }
    section.content .text p {
        max-width: 100%;;
        font-size: 20px;
        text-align: justify;
        word-spacing: -1px;
        hyphens: auto;
    }

    /* Títulos */
    h1 {
        padding-top: 5%;
        font-size: 2.5rem;
        text-align: center;
        color: rgba(0, 0, 0, 0.825);
        margin-bottom: 20px;
        }
    /* Seção Terapia */
    .terapia3 {
        padding: 10px;
        margin: 0px;
    }
    .container3 {
        display: flex;
        max-width: 100%;
        padding: 10px;
        margin: 0px;
        gap: 10px;
        margin: 0;
    }

    .container3 h3 {
        font-size: 15px;
    }

    .container3 p {
        font-size: 15px;
        max-width: 100%;
        color: #545554;
        text-align: justify;
        margin: 0;
        word-spacing: -1px;
        hyphens: auto; 

    }

    /* Ícones */
    .icon3 {
        font-size: 50px;
        color: #e7ce99;
        margin-right: 0px;
    }

    #sobre.titulo1 p {
        text-align: 15px;
    }
    .descricao4 p {
        font-size:15px;
        padding-bottom: 20px;
        text-align: justify;
        margin: 0;
        word-spacing: -1px;
        hyphens: auto;
    
    }
    


}

/* Responsividade */
@media (max-width: 900px) {
    header {
        flex-direction: column;
        padding: 0;
        align-items: center;

    }

    header .social-icons a {
        display: none;

    }

    nav {
        padding-top: 0px;
        padding-left: 0px;
        margin-bottom: -50px;
    }

    /* Seção principal */
    section.content {
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        max-width: 100%;
        margin: 0px auto;
        gap: 0px;
    }

    section.content .text {
        text-align: justify;
        padding: 0px;
        display: block;
        align-items: center;
        /* Isso vai centralizar o botão */

    }

    section.content .text p {
        max-width: 100%;
        margin-top: 0px;
        padding: 10px;
        font-size: 15px;
        max-width: 100%;
        text-align: justify;
        margin: 0;
        word-spacing: -1px;
        hyphens: auto; 
    }

    section.content .text button:hover {
        background-color: #435741;
    }

    section.content {
        width: 100vw;
        /* Garante que a seção ocupe toda a largura da tela */
    }

    section.content .image {
        width: 100%;
        /* Define a largura do contêiner da imagem para 100% */
    }

    section.content .image img {
        width: 100%;
        /* Define a largura da imagem para 100% do contêiner */
        height: auto;
        /* Mantém a proporção da imagem */
        margin: 0;

    }

    .image-container {
        display: block;

        width: 100%;
        /* Certifique-se de que o contêiner ocupe toda a largura disponível */
        margin: 0 auto;
        /* Centraliza o contêiner se necessário */
    }

    .image {
        display: block;
        /* Garante que as imagens ocupem 100% da largura do contêiner */
        width: 100%;
        /* A imagem ocupa 100% da largura do seu contêiner */
        padding: 16px;
        height: auto;
        /* Mantém a proporção da imagem */
        border-radius: 10px;
        /* Borda arredondada, se desejado */
        opacity: 0;
        /* Imagem inicialmente invisível */
        transform: translateY(30px);
        /* Imagem começa deslocada */
        transition: opacity 1.5s ease, transform 1.5s ease;
        /* Efeito suave ao aparecer */
    }


    /* Seção Terapia */
    .terapia3 {
        padding: 10px;
        margin: 0px;
    }

    /* Container */
    .container3 {
        display: block;
        max-width: 100%;
        padding: 0px;
        margin: 0px;
        gap: 0px;
        margin: 0 auto;
        text-align: center;
    }

    /* Títulos */
    h1 {
        padding-top: 10%;
        font-size: 1.2rem;
        text-align: center;
        color: rgba(0, 0, 0, 0.825);
        margin-bottom: 20px;
    }

    h2 {
        font-size: 1.1rem;
    }

    /* Etapas */
    .etapa3 {
        display: block;
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
        transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    /* Seção Terapia */
    .terapia4 {
        padding: 0px;
        background: linear-gradient(135deg, #ffffff68 0%, #ebdfc886 100%);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
        margin: 0px;
    }

    /* Container */
    .container4 {
        display: block;
        gap: 0px;
        padding: 20px;
        max-width: 100%;

        text-align: center;
    }

    /* Títulos */
    .curiosidades4 h1 {
        font-size: 2.2rem;
        text-align: center;

    }

    .container4 h2 {
        font-size: 1.5rem;
        color: #7e8500;
        margin-top: 20px;
    }

    .container4 h3 {
        font-size: 1.2rem;
        color: #171716;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Etapas */
    .etapa4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f4f3ef;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    /* Ícones */
    .icon4 {
        font-size: 50px;
        color: #42b30096;
        margin-bottom: 10px;
    }

    /* Descrição */
    .descricao4 {
        flex: 1;
        text-align: center;
    }

    .blog-title {
        font-size: 1.3em;
    }


    nav button {
        font-size: 15px;
        margin: 5px 0;
    }

    section.content {
        flex-direction: column;
        text-align: center;
    }

    section.content .text,
    section.content .image {
        text-align: center;
    }

    /*texto1*/
    .section.content .text1 {
        flex: 1;
        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Isso vai centralizar o botão */
        justify-content: center;
    }

    section.content .text1 p {
        max-width: 90%;
        margin-bottom: 30px;
        color: #555;
        font-size: 18px;
    }

    #sobre.titulo1 h1 {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 2.2rem;
        color: #4f4e4e;
        margin: 0;
    }

    #sobre.titulo1 {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Centraliza horizontalmente */
        justify-content: center;
        /* Centraliza verticalmente */
        text-align: center;
        /* Centraliza o texto dentro do h1 */
        height: 0vh;
        /* Define a altura da seção como 100% da altura da tela */
    }

    #about-me {
        text-align: center;
        background-color: #f9f9f9;
        /* Cor suave de fundo */
        font-family: 'Arial', sans-serif;
        margin-top: 0px;
    }


    /* Estilo para o título */
    #about-me h2 {
        font-size: 48px;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
    }

}