* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-image: url('img/planodefundo.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}

html {
    letter-spacing: 1.4px;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: url('img/plano\ de\ fundo.gif');
    background-size: cover;
}

.lilita-one-regular {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container::after,
.container::before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.box-1 {
    width: 90%;

    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border-color: rgb(89, 0, 255);
    border-style: solid; */
}

.box-2 {
    width: 45%;
    margin-left: 2%;
    margin-bottom: 10%;
    border-radius: 3px;



}

.box-3 {
    width: 400px;
    height: 400px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    border-color: gray;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-style: solid;
    display: inline-block;



}

.box-dados {
    width: 90%;
    height: 70%;


    
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-color: gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(20, 2, 121, 0.5));
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);

    border-radius: 20px;
    border-color: gray;
    border-style: solid;

}

.capa {
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    background-attachment: fixed;
}


.capa svg {

    scale: 3.5;

    text-align: center;




}

.detalhe-nome {
    margin-top: 20px;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 1.7em;
}

.detalhe-nome-2 {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 3.5em;
}

.nome {
    margin-top: 0%;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 4.5em;
    scale: 1.2;
}

.icones svg {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;



}

.icones svg:hover {
    transform: scale(1.1);
}

/* .dados {
    background-image: url("img/Singularity.gif");
} */
.titulo-pj {
    margin-bottom: 3%;
    font-size: 1.2em;
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 1.7em;
}


.projetos {
    margin-top: 3%;
    margin-bottom: 3;
    padding: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;

}

.foto-projeto {
    width: 70%;
    transition: transform 0.3s ease;
}

.foto-projeto:hover {
    transform: scale(1.1);



}

.botao {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.botao:hover {
    transform: scale(1.1);
}

.botao svg {
    transform: scale(2.5);
    margin-left: 20px;
    margin-right: 20px;
}

.descricao-pj {
    margin-top: 20px;
    text-align: center;
    color: white;
}

.box-3 img {
    width: 19;
    margin-top: 20%;
    margin-bottom: 20%;
    align-items: center;
    scale: 2.5;


}
.descricao-skill{
    height: 100%;
    width: 100%;
    margin-top: 100%;
    margin-top: 20px;
    text-align: center;
    display: flex;

    color: white;
    font-size: 1.2em;
}