html {
    color: whitesmoke;
}

body {
    background-color: #282828;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0 auto;
    max-width: 1120px;
}

.projetos {
    text-align: center;
}

.cabecalho {
    background-color: red;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
}

.cabecalho .sigla{
    background-color: goldenrod;
    color: grey;
    align-items: center;
    align-content: center;
    text-align: center;
    line-height: 22px;
    /*font-family: "Raleway", sans-serif;*/
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /*margin-bottom: 25px;
    margin-top: 15px;*/
    border: 2px solid white;
}

.cabecalho .sigla:hover{
color: skyblue;
border: 5px solid skyblue;
transition: 0.5s;
}

#whatsapp:hover{
color: green;
transition: 0.5s;
}

#linkedin:hover{
color: blue;
transition: 0.5s;
}

.cabecalho .menu ul li{
    font-size: 20px;
    /*text-transform: capitalize;*/
    padding: 10px;
}

.cabecalho .menu ul li:hover{
    background-color: blue;
    border-radius: 50px;
    transition: 0.8s;
}

.pg-inicial {
 display: flex;
 min-height: calc(100vh -125px);
 align-items: center;
 gap: 50px;
}

.pg-inicial .info {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}

.projetos h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:gold;
    font-weight: bold;
    font-size: xx-large;
}

.pg-inicial .container-foto /*img*/{
margin-top: 25px;
max-width: 450px;
border-style: groove;
border-width: 100px;
border-top-color: grey;
border-left-color: red;
border-bottom-color: green;
border-right-color: blue;
border-radius: 50%;
border-top-width: 5px;
}

/*.pg-inicial .container-foto .foto-sombra-interna {
    background: linear-gradient(to right, #8A35C8, #18C063, #00EEA2);
}*/

.projetos {
    padding: 70px 0 70px;
    /*padding: 600px 0;*/
}

.projetos h1 {
    text-align: center;
    padding: 60px 0;
    font-size: 45px;
    /*font-weight: 500;*/
    /*text-transform: uppercase;*/
}

.projetos .container-projetos {
border-style: ridge;
width: 100%;
height: 100%;
border-width: 10px;
background: linear-gradient(to right, rgba(245, 245, 245, 0.74), rgb(240, 240, 41), gold, yellow, gold, black);
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 20px;
justify-content: center;
}

.projetos h3{
    background-color: black;
}

figcaption{
    color:black;
}