@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

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

body,
html {
    background-color: #151515;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    background-color: #151515;
}

a {
    text-decoration: none;
    color: #fff;
}

.posicao-container {
    width: 100%;
    height: 100px;
}

.posicao-container-lista {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 20px;
}

.posicao-container-lista .posicao-lista {
    margin: 20px;
}

.posicao-container-lista .posicao-lista nav ul {
    display: flex;
    list-style-type: none;
}

.posicao-container-lista .posicao-lista nav ul li {
    margin: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;

}

.posicao-button {
    margin-top: 25px;
}

.posicao-button button {
    background: linear-gradient(90deg, #44D374 0%, #32F484 100%);
    border-radius: 5px;
    width: 102px;
    height: 40px;
    border: none;
}

.posicao-button button a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
}

.posicao-icone-git-link {
    display: flex;
    gap: 10px;
}
.bn-sessao-apresentacao {
    margin-top: 150px;
}

.bn-sessao-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.bn-sessao-posicao {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.bn-sessao-posicao .titulo-nome h2 {
    margin-bottom: 10px;
}

.bn-sessao-posicao p {
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
}

.bn-sessao-posicao .bn-hello {
    white-space: nowrap;
}

.bn-sessao-posicao h1 {
    font-weight: 900;
    font-size: 38px;
    white-space: nowrap;
}

.bn-sessao-posicao h3 {
    font-weight: 900;
    font-size: 18px;
    color: #32F484;
    margin: 21px 0;
}


.bn-lado-imagem {
    width: 70%;
    margin-bottom: 85px;
}

.posicao-button button {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}


.bn-imagem-posicao img {
    width: 397px;
    margin-bottom: 15px;
    padding: 10px;

}


.bn-sessao-sobre {
    width: 100%;
    height: 682px;
    background-color: rgba(24, 24, 24, 0.7);
}

.bn-container-sobre {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    height: 100%;
    margin: 0 auto;

}

.bn-sobre-container {
    display: flex;
    width: 45%;
    flex-wrap: wrap;
}


.bn-imagem-container {
    width: 45%;
    text-align: center;
}

.bn-imagem-container .bn-imagem-eu {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.bn-imagem-container .bn-imagem-eu img {
    width: 246px;
    border-radius: 15px;
    border-left: 10px solid #32F484;
    border-bottom: 10px solid #32F484;

}


.bn-sobre-mim {
    margin-top: 30px;
}

.bn-sobre-mim .bn-quem-sou-eu {
    margin-bottom: 20px;
}

.bn-h3-sobre {
    margin-bottom: 25px;
}

.bn-p-sobre {
    line-height: 20px;
    letter-spacing: 1px;
}

.posicao-btn-curriculo .btn-link-curriculo {
    background: linear-gradient(90deg, #44D374 0%, #32F484 100%);
    border-radius: 5px;
    width: 102px;
    height: 40px;
    border: none;
    margin: 40px 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.titulo-conhecimento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;

}

.retangulo {
    margin-top: 14px;
    width: 41px;
    height: 4px;
    background: linear-gradient(90deg, #44D475 0%, #33F484 100%);
}

.titulo-oque-eu-sei {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 144.69%;
    background: linear-gradient(90deg, #44D374 0%, #32F484 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.conhecimentos {
    margin: 0 auto;
}

.conhecimentos h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 42px;
    margin-top: 22px;
}

.stacks-box {
    width: 100%;
    margin-top: 120px;
}

.centralizando-stacks {
    display: flex;
    width: 85%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.stacks {
    width: 340.38px;
    height: 346px;
    margin: 20px;
    padding: 25px;
    border-radius: 10px;
    background: rgba(24, 24, 24, 0.7);
}

.stacks .circulo-html {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(230, 81, 0, 0.15);
}

.stacks .circulo-css {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 119, 189, 0.15);
}

.stacks .circulo-js {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 214, 0, 0.15);
}

.stacks .circulo-jquery {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 2, 255, 0.144);
}

.stacks .circulo-react {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(64, 196, 255, 0.15);
}

.stacks .circulo-bootstrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(140, 0, 255, 0.15);
}

.stacks .circulo-git {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 94, 0, 0.212);
}

.stacks .circulo-java {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 0, 0, 0.212);
}


.stacks img {
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    transition: all .3s;
}

.stacks img:hover {
    transform: rotate(360deg);
}

.html {
    border-bottom: 10px solid #FF6D00;
    background: rgba(134, 48, 2, 0.15);

}

.css {
    border-bottom: 10px solid #039BE5;
    ;
    background: rgba(0, 65, 102, 0.15);
}

.js {
    border-bottom: 10px solid #FFD600;
    background: rgba(88, 74, 1, 0.15);

}

.jquery {
    border-bottom: 10px solid #0049e7;
    background: rgba(0, 68, 255, 0.15);
}

.react {
    border-bottom: 10px solid #40C4FF;
    background: rgba(29, 83, 109, 0.15);

}

.bootstrap {
    border-bottom: 10px solid #5001ce;
    background: rgba(93, 0, 180, 0.15);
}

.git {
    border-bottom: 10px solid #ff6600;
    background: rgba(255, 115, 0, 0.15);
}

.java {
    border-bottom: 10px solid #ff1313ec;
    background: rgba(0, 38, 255, 0.15);
}

.p-titulo-stack {
    margin-top: 25px;
    margin-left: 7px;
}

.p-descricao {

    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 15px;
    margin-left: 7px;

}


.sessao-projetos {
    width: 100%;
    height: 2589px;
    margin-top:  200px;
    background-color: #000;
    
}

.titulo-projetos {
    padding: 50px;
}

.titulo-projetos h2 {
    text-align: center;
}

.container-projetos {
    width: 100%;
    margin-top: 20px;
}

.posicao-projetos {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    background-color: #151515;
    margin: 0 auto;
    border-radius: 10px;
}

.container-projetos .posicao-projetos .meta-container {
    padding: 20px;
}

.container-projetos .posicao-projetos .meta-container .posicao-imagem {
    text-align: center;
}

.container-projetos .posicao-projetos .meta-container img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s;

}

.container-descricao {
    width: 90%;
    margin-top: 50px;
}

.container-descricao h3, p {
    text-align: left;
}

.posicao-imagens-com-links {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.container-descricao .posicao-descricao-do-projeto .posicao-imagens-com-links img {
    width: 25px;
    height: 25px;
}


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

    .posicao-container-lista {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 25px 0px;
    }
    
    .posicao-container-lista .posicao-lista {
        margin: 0;

    }

    .posicao-container-lista .posicao-lista nav ul li {
        margin-right: 35px;
        font-size: 14px;
    }

    .posicao-button button {
        width: 85px;
        height: 30px;
    }

    .posicao-icone-git-link a {
        display: none;
    }

    .bn-imagem-posicao img {
        display: none;
    }

    .bn-sessao-apresentacao {
        margin-top: 50px;
    }

    .container-descricao h3, p {
        text-align: left;
        padding: 0;
    }

    .bn-sessao-sobre {
        height: 810px;
    }

    .bn-sessao-posicao h1 {
        font-size: 30px;
    }

    .bn-sessao-posicao {
        width: 100%;
        margin: 100px 75px 0 0;
        display: flex;
        justify-content: center;
        text-align: left;
    }

    .bn-sessao-posicao p {
        text-align: left;
    }

    .container-descricao h3, p {
        text-align: left;
    }

    .posicao-button {
        margin: 0 auto;
    }

    .bn-container-sobre {
        display: block;
    }

    .bn-sobre-container {
        padding-top: 15px;
        width: 50%;
        margin: 0 auto;
    }

    .bn-imagem-container {
        margin: 0 auto;
    }

    .sessao-projetos {
        height: 1590px;
    }

    .stacks img:hover {
        transform: rotate(360deg);
    }
}