@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

:root {
    --tamanhoMobile: 80vw;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    max-height: 100vh;
    max-width: 100vw;
    background-color: #090E16; 
}

.gitLinkedin {
    display: flex;
    justify-content: space-around;
    width: 120px;
    margin: auto;
    margin-top: 20px;
}

.gitLinkedin > a > img{
    height: 45px;
}

.topicos {
    color: #7B4AE2    ;
    background: rgba(123, 74, 226, 0.1);    max-width: 160px;
    height: 55px;
    font-size: 0.59rem;
    border-radius: 15px;
    text-align: center;
}
.topicos > h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -10px;
}

h2 {
    color: #fff;
}

.saudacoes {
    margin: 20px auto 20px auto;
    max-width: var(--tamanhoMobile);
}

.saudacoes > div > h2 {
    margin-top: 5px;
    font-size: 2rem;
    line-height: 40px;
    max-width: 250px;
}

.saudacoes > div > h3{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.links {
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.links > a {
    color: #7B4AE280;
    font-weight: 400;
    font-size: 1.1rem;
}

.links > a:first-child {
    margin-right: 15px;
}


.links > a > img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.botaoWaths{
    color: #7B4AE280;
    border: #7B4AE280 1px solid;
    height: 45px;
    width: 210px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botaoWaths > a {
    color: #7B4AE280;
    font-weight: 400;
    font-size: 1.1em;
}

.botaoWaths > a > img {
    display: inline-block;
    vertical-align: middle;
}

.sobreMim {
    max-width: var(--tamanhoMobile);
    margin: auto;
    text-align: justify;
}

.sobreMim > p:first-of-type {
    margin-top: 15px;
}

.sobreMim p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.05rem;
}

.sobreMim h3{
    color: #fff;
}

.areaAcademica {
    margin: 50px 0 30px 0;
}

.areaAcademica > h3 {
    max-width: 100px;
}

.areaAcademica > p {
    margin-top: 8px;
}

.cursosExtras {
    border: 0; margin-top: 50px; 
    max-width: 100px;
    font-size: 1.17em;
}

.escolaECursos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cursos {
    border: #7B4AE2 1px solid;
    max-width: 430px;
    border-radius: 15px;
    margin-top: 50px;
}

.cursos > p{
    margin: 0 10px;
    font-size: 0.9em;
}

.cursos > h3 {
    font-size: 1.2em;
    margin: 10px 10px 5px 10px;
}

.tempo {
    margin: 10px 0;
    display: flex;
    justify-content: space-around;
    text-align: justify;
}

.tempo > p{
    font-size: 0.9em;
    color: #7B4AE2;
}

.projetos {
    margin: 40px auto 0 auto;
    max-width: var(--tamanhoMobile);
}

.displayFlex {
    display: flex;
    flex-wrap: wrap;
}

.projeto {
    border: 1px solid #7B4AE2;
    border-radius: 15px;
    margin: auto;
    margin-top: 20px;
    max-width: 350px;
}

.projeto > a > img {
    display: block;
    width: 90%;
    margin: auto;
}

.projeto > h3 {
    color: #fff;
    margin-top: 10px;
}

.projeto > h3, .projeto > p, .projeto > div > div:first-of-type{
    margin-left: 25px;
}

.projeto > p {
    color: #ffffff80;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 80%;
    margin: auto;
    
}

.projeto > div {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    
}

.projeto > div > div {
    color: #7B4AE2;
    background: #7b4ae21a;
    margin: 2px;
    margin-left: 25px;
    border-radius: 10px;
    padding: 5px 5px;
}

.projeto > a {
    display: block;
    margin: 25px auto;
    max-width: 320px;
}

.projeto > a > img {
    height: 180px;
}


.skills {
    max-width: var(--tamanhoMobile);
    margin: auto;
}

.skills > .topicos {
    margin-top: 50px;
}

.divSkills > h2 {
    width: 190px;
}

.divSkills > p {
    color: #ffffff80;
}

.divSkills > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 300px;
    margin: auto;
}

.divSkills > p {
    text-align: center;
}

.techs{
    color: white;
}
.techs > p {
    border: 1px solid #7B4AE2;
    padding: 5px 20px 5px 20px;
    margin: 5px;
    text-align: center;
    width: 140px;
    border-radius: 10px;
}

.contatos {
    margin: 30px auto 0 auto;
    max-width: var(--tamanhoMobile);
}

.contatos > h2 {
    margin-top: 20px;
    width: 50px;
}

.email {
    cursor: pointer;
}

.email > h3 {
 color: #7B4AE2;
}

.email > p {
    color: #FFFFFF80;
    display: inline-block;
}

.email > img:last-of-type {
    vertical-align: middle;
}

.voltarTopo{
    display: block;
    color: #7B4AE280;
    margin: 10px auto 20px auto;
    max-width: var(--tamanhoMobile);
}

footer > div {
    display: flex;
    justify-content: space-evenly;
    justify-items: baseline;
    width: 110px;
    margin: auto;
}

footer > div > a {
    text-align: center;
    display: inline-block;
}

footer > div > a > img {
    height: 40px;
    width: 40px;
}

footer > p {
    color: #ffffff80;
    padding-bottom: 15px;
}

footer {
    text-align: center;
    background-color: #7B4AE21A;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-content: center;
}