@import url(https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap);
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Noto Sans", Arial, sans-serif;
    color: #141414;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

a:visited{
    color: #0066cc
}
.container {
    max-width: 1200px;
    padding: 40px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
}
.subtitulo {
    font-size: 8rem;
    word-break: break-all;
    line-height: 1;
    text-transform: uppercase;
    max-width: 5ch;
}
@media (max-width: 800px) {
    .container {
        grid-template-columns: 1fr;
        padding: 60px 20px;
        gap: 40px;
    }
    .subtitulo {
        max-width: initial !important;
    }
}
.header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
}
.header-menu {
    display: flex;
    flex-flow: row wrap;
    gap: calc(1.5rem + 20px);
    justify-content: center;
}
.header-menu a{
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 10px 0px;
    text-decoration: none;
    color: #141414;
    display: block;
    position: relative;
}
.header-menu a:hover{
    opacity: 80%;
}
.header-menu a::after{
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: #000;
    margin-top: 4px;
    transition: .15s;
}
.header-menu li:hover a::after{
    width: 100%;
}
@media (max-width: 800px) {
    .header-menu li:hover a::after{
        width: 0;
    }

    .header {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }
    .header-menu a {
        background-color: #f5f5f5;
        border-radius: 0.25rem;
        padding: .75rem 1rem;
        box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    }
    .header-menu a:hover {
        background-color: #e4e4e4;
    }

    .header-menu{
        gap: 1.5rem;
    }
}
.main {
    max-width: 1200px;
    padding: 40px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: center;
}

.titulo{
    line-height: 1.25;
    word-spacing: 1.2;
    margin-bottom: 3rem;
    /* margin-right: 1rem; */
    position: relative;
}

.linha{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* margin-top: 10px; */
}

.palavra{
    text-transform: uppercase;
    font-size: 3.5rem;
    transition: .15s;
    /* color: #303030; */
}

.seta-tit{
    color: #000 !important;
    text-decoration: none !important;
}

#texto-tit:has(.chique:hover) .palavra:not(.chique:hover) {
    opacity: 15%;
}

#texto-tit:has(.chique:hover) .palavra:not(.chique:hover) {
    opacity: 15%;
}

.palavra a{
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}

.seta-linha{
    justify-content: unset;
}

main h1::before {
    content: url("../img/detalhe-noblue.svg");
    width: 130px;
    height: 100px;
    top: -25px;
    left: -40px;
    position: absolute;
    display: block;
    z-index: -1;
}
.main p {
    font-size: 1.5rem;
    color: #525252;
}
@media (max-width: 1350px) {
    .palavra {
        font-size: 2.75rem;
    }
    .palavra a{
        font-size: 2.75rem;
    }
    .linha{
        gap: 1rem;
    }
}
@media (max-width: 800px) {
    .main {
        grid-template-columns: 1fr;
        gap: 60px;
        margin: 0 3rem;
    }
    .palavra {
        font-size: 2.25rem;
    }
    .palavra a{
        font-size: 2.25rem;
        text-decoration: underline;
    }
    .linha{
        /* justify-content: unset; */
        gap: .5rem;
    }
    .footer-contato{
        margin: 0 auto;
    }
    .main img {
        display: none;
    }

}
@media (max-width: 600px) {
    .main{
        margin: 0 1rem;
    }
    .palavra{
        font-size: 2.05rem;
    }
    .palavra a{
        font-size: 2.05rem;
    }
}
.container .subtitulo {
    color: #e0e0e0;
}
.experiencia-texto {
    text-align: justify;
    text-align-last: left;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-bottom: 60px;
    max-width: 50ch;
    margin-bottom: 60px;
    color: #525252;
}
.experiencia-texto a:hover{
    opacity: 80%;
}
.experiencia-texto strong {
    color: #3b3b3b;
    font-weight: bold;
}
.projetos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 0.25rem;
    position: relative;
}
.projetos::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: linear-gradient(#c8deb8, #71c89d);
    position: absolute;
    top: 20px;
    left: -4px;
}
.projeto-ano {
    position: absolute;
    top: 22px;
    left: -80px;
    color: #525252;
    font-size: 0.875rem;
    width: 50px;
    text-align: right;
}
.projeto-nome {
    font-size: 1.125rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: capitalize;
}
.projeto-texto {
    font-size: 0.875rem;
    color: #525252;
    line-height: 1.4;
}
.projeto-linguagens {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;
}
.projeto-linguagens li {
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 0.25rem;
    background-color: #fff;
    padding: 5px 10px;
}
@media (max-width: 800px) {
    .experiencia-texto {
        font-size: 1.25rem;
        max-width: max-content;
    }
    .subtitulo {
        text-align: center;
        max-width: max-content;
        place-self: center;
        font-size: 3.5rem;
    }
    .projeto-ano {
        left: -38px;
        top: 70px;
        transform: rotate(270deg);
        width: initial;
    }
    .projeto-ano::before {
        content: "Ano: ";
        transform: rotate(270deg);
    }
}
@media (max-width: 500px) {
    .main{
        margin: 0;
    }
    .palavra {
        font-size: 1.55rem;
    }
    .palavra a{
        font-size: 1.55rem;
    }
    
    .projetos {
        grid-template-columns: 1fr;
    }
    .experiencia-texto {
        font-size: 1rem;
        max-width: max-content;
    }
    .subtitulo {
        text-align: center;
        place-self: center;
        font-size: 3rem;
    }
}
.formacao {
    background-color: #181818;
    color: #fff;
}
.formacao-container::after {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-image: url("../img/detalhe.svg");
    position: absolute;
    bottom: -50px;
    left: 20px;
}
.formacao .subtitulo {
    color: #000;
    max-width: 5ch;
}
.formacao-texto {
    text-align: justify;
    text-align-last: left;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-bottom: 60px;
    max-width: 50ch;
    margin-bottom: 60px;
    color: #a3a3a3;
}
.formacao-texto strong {
    color: #fff;
    /* text-transform: capitalize; */
}
.faculdade-lista {
    display: flex;
    margin-bottom: 60px;
}
.faculdade {
    max-width: 140px;
    background-color: #000;
    padding: 20px;
    border-radius: 0.25rem;
}
.faculdade-curso {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 10px 0 40px 0;
    position: relative;
}
.faculdade-curso::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: linear-gradient(#c8deb8, #71c89d);
    position: absolute;
    top: 5px;
    left: -24px;
}
.faculdade-instituicao {
    font-size: 1.125rem;
    color: #a3a3a3;
}
.cursos {
    margin-bottom: 60px;
}
.formacao-extra h3 {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #8f8f8f;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.formacao-extra h3::after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: -3px;
    left: -34px;
}
.cursos h3::after {
    background: url("../img/cursos-noblue.svg") no-repeat center center;
}
.idiomas h3::after {
    background: url("../img/idiomas-noblue.svg") no-repeat center center;
}
.formacao-extra li {
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: 20px;
}
.formacao-extra span {
    color: #8f8f8f;
}
.cursos li {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .formacao .subtitulo {
        color: #fff;
        font-size: 3.5rem;
    }
    .formacao-texto {
        font-size: 1.25rem;
        max-width: max-content;
    }
    .formacao-extra h3::after {
        position: initial;
        margin-top: 10px;
    }
    .faculdade-lista {
        justify-content: center;
    }
}
.footer {
    background-color: #000;
}
.footer-container {
    padding: 120px 20px 40px 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.footer-texto {
    font-size: 1.5rem;
    line-height: 1.33;
    padding: 0 10px;
    color: #ccc;
}
.seta-texto-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
.seta {
    font-size: 3rem !important;
}

.footer-contato{
    margin-right: auto;
}
.footer-contato li {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
}
.footer-contato li a {
    color: #fff;
}
.footer-contato li a:hover{
    opacity: 70%;
}
.footer-copy {
    font-size: 1.125rem;
    color: #8f8f8f;
    grid-column: 1/-1;
    text-align: center;
}
@media (max-width: 800px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    .footer-texto {
        padding: 0;
    }
    .footer-contato li {
        font-size: 1.5rem;
    }
    
}
