.home .tela-cheia {
    min-height: 86vh;
    padding: 20px 0;
}

.img-perfil {
    width: 212px;
    align-self: center;
    border-radius: 10%;
    margin-bottom: 100px;
}

.home .texto-home {
    letter-spacing: 1px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
}

.palavra-azul {
    color: var(--cor-blue);
}

.home .redes-sociais {
    bottom: 20px;
    text-align: center;
}

.home .imagem-home {
    width: 100%;

}

.home .texto-home p {
    margin-bottom: 10px;
    font-family: var(--fonte-secundaria);
    font-size: var(--fonte-grande);
    text-align: center;
}

.home .texto-home h1 {
    margin-bottom: 20px;
    font-family: var(--fonte-secundaria);
    font-size: var(--fonte-gigante);
    font-weight: 700;
    text-align: center;
}

.home .texto-home h2 {
    font-family: var(--fonte-secundaria);
    font-size: var(--fonte-grande);
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
}

@media(max-width: 1280px) {
    .home .texto-home h1 {
        font-size: 3.2rem;
    }

    .home .img-perfil {
        width: 212px;
        align-self: center;
        border-radius: 10%;
        margin-bottom: 100px;
    }

    .home .texto-home {
        max-width: 100%;
        text-align: center;
        padding: 0 var(--mobile-padding);
    }

}