/*
Configuraç~es Gerais
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: #0D0C0D;
    font-family: "Montserrat", sans-serif; 
    color: white;
    
}




/*PC */

@media (min-width: 769px) {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0D0C0D;
    color: white;
    font-family: "Montserrat", sans-serif; 
    margin: 0;
    text-decoration: none;
    
}

header{
    display: flex;
    justify-content: center; 
    align-items: center;
    height: 58px;
    color: white;
    background: linear-gradient(to top, #4E1673 0%, #38025C 100%);
    text-decoration: none;
    position: relative;
    
}

header a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    padding: 92px 46px;

}

#idioma {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

hr {
    background: #7004B8;
    border: 0;
    height: 1px;
}

#foto-perfil {
    width: 169px;
    height: 167px;
    border-radius: 100px;
    margin-top: 40px;
    margin-bottom: 44px;
    max-width: 500px;
}

main {
    display: grid;
    place-items: center;
    text-align: center ;
}

h1 {
    font-size: 32px;
    margin-bottom: 34px;
}

#descricao {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.Imagens-projetos {
    width: 758px;
    height: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

#Foco {
    font-size: 14px;
    margin-top: 27px;
    margin-bottom: 20px;
}

a button{
    width: 408px;
    height:   83px;
    border-color: #9900FF;
    background-color: transparent;
    color: white;
    font-size: 30px;
    margin-bottom: 136px;
    
}

footer{
    text-align: center;
    height: 46px;
}

footer a {
    text-decoration: none;
}

#Projeto h3{
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 30px;
}

#Projeto h2{
    width: 1153px;
    height: 63px;
    font-size: 30px;
}

#Projeto h3 {
    font-size: 30px;
}

 #Stacks {
    margin-top: 32px;
 }

 ul {
    margin-bottom: 20px;
    list-style: none;

 
}
 #Projeto {
    margin-top: 30px;
 }

 #Projeto div p {
    margin-bottom: 30px;
 }

 a {
    text-decoration: none;
 }

 .Botoes {
    display: flex;          
    justify-content: center; 
     gap: 30px;
    cursor: pointer;
 }

 .Botoes a :hover {
    cursor: pointer;
 }
}


/* Mobile */

@media (max-width: 480px) {
    a{
        text-decoration: none;
    }
    header a{
        color: white;
        font-size: 15px;
    }

    header nav a {
        display: inline-block;
        padding: 48px 25px ;
        gap: 25px;
        padding: 16px 22px;
        text-decoration: none;
    }
    
    header{
        background: linear-gradient(to top, #4E1673 0%, #38025C 100%);
        color: white;
        text-decoration: none;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .itens-menu{
        margin-right: 10px;
    }

    #idioma {
        margin-left: 60px;
    }

    #foto-perfil {
       width: 150px;       /* Largura igual à altura */
        height: 150px;      /* Largura igual à altura */
        border-radius: 50%; 
        object-fit: cover;  
        display: block;     /* Garante que as margens funcionem */
        margin: 30px auto;     /* Centraliza a foto no mobile */
}

    h1{
        font-size: 25px;
        padding-bottom: 41px;
        justify-items: center;
        align-items: center;
    }

    main{
        place-items: center;
        text-align: center ;
        
    }

    p{
        font-size: 14px;
        margin-bottom: 20px;
        text-align: left;
        text-indent: 10px;
        margin-right: 10px;
        margin-left: 10px;
        line-height: 1.6;

    }

    #Foco {
        margin-top: 41px;
        display: flex;
        padding: 0 25px;
    }

    .divisor {
        background: #7004B8;
        border: 0;
        height: 1px;
        margin-left: 15px;
        margin-top: 15px;
        
    }

    .Imagens-projetos {
        width: 329px;
        height: auto;
        border-radius: 8px;
        border:1px solid #9900FF;
        margin-top: 36px;
        margin-bottom: 36px;
        max-width: 90%

    }

    .botao {
        border:1px solid #9900FF;
        width: 157px;
        height: 49px;
        background-color: transparent;
        margin-top: 40px;
        margin-bottom: 60px;
        color: white;
        cursor: pointer;


    }

    #Projeto {
        margin-top: 69px;
    }

    div h3 {
        margin-top: 20px;
    }

    footer {
        display: flex;
        justify-content: center;
        padding: 40px 0;
    }

    #descricao {
        margin-bottom: 41px;
        padding: 0 25px;
    }

    div h2 {
        margin-top: 24px;
        font-size: 30px;
    }

    #Sobre div ul {
        list-style: none;
         display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
        margin: 20px auto;
        justify-items: center;
        max-width: 300px;
        font-size: 20px;
    }

    #Projeto div p  {
        display: flex;
        text-align: center;
        justify-items: center;
    }

    .Botoes {
        display: flex;          
        justify-content: center; 
        gap: 20px;
        cursor: pointer;
    }

    footer a {
        margin-left: 6px;
        color: #0059FF;
    }

    h3 {
        font-size: 20px;
    }

    section h2 {
        font-size: 30px;
    }

    .Botoes :hover {
        cursor: pointer;
    }
}




