@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Federo&display=swap');
*{
    font-family: "Federo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body{
    margin: 0;
}
header{
    background-image: url("../imagens/textura_topo.png");
    background-repeat: no-repeat;
    background-color: #212223;
    height: 100vh;
    padding-left: 100px;
    padding-right: 100px;
    border-bottom: solid 2px #B6DA6B;
}
.conteiner-nav{
    padding-top: 53px;
    display: flex;
    justify-content: space-between;
}
.logo-topo img{
    width: 255px;
    height: 74px;
}
.nav{
    font-size: 36px;
    display: flex;
    gap: 53px;
    color: #B2DAF2;
}
.nav a{
    color: #B2DAF2;
    text-decoration: none;
}
.nav a:hover{
    color: #6BB6DA;
}
.foto-topo img{
    width: 506px;
    height: 700px;
}
.conteiner-topo{
    display: flex;
    justify-content: space-between;
}
.content-topo{
    margin-top: 179px;
}
.text-desenvolvedor{
    font-size: 25px;
    color: #B6DA6B;
}
.text-nome{
    font-size: 100px;
    color: #6BB6DA;
}
.text-frase{
    font-size: 30px;
    color: #B2DAF2;
}
.btn-topo{
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 90px;
    font-size: 48px;
    border: none;
    color: #34401B;
    background-color: #B2DAF2;
}
.btn-topo a{
    color: #34401B;
    text-decoration: none;
}
.btn-topo:hover{
    cursor: pointer;
    background-color: #6BB6DA;
}
/**************** quem sou eu ***************/
/*********************************************/
.conteiner-quem-sou-eu{
    background-color: #151616;
    padding-top: 122px;
    padding-bottom: 200px;
    
}
.titulo-quem-sou-eu{
    font-size: 64px;
    color: #B6DA6B;
    text-align: center;
    padding-bottom: 91px;
}
.text-quem-sou-eu{
    color: #fff;
    font-size: 48px;
    text-align: center;
    padding-left: 400px;
    padding-right: 400px;
}
/**************** serviço***************/
/*********************************************/
.conteiner-items{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.item-servico{
    width: 473px;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.item-aux{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.conteiner-servico{
    background-color: #212223;
    padding-top: 122px;
    padding-bottom: 200px;
}
.titulo-servico{
    font-size: 64px;
    color: #B6DA6B;
    text-align: center;
    padding-bottom: 91px;
}
.titulo-servico-item{
    color: #6BB6DA;
    font-size: 32px;
    margin-bottom: 35px;
}
.text-servico{
    color: #B2DAF2;
    font-size: 24px;
    text-align: center;
}
.icon-servico img{
    width: 170px;
    height: 136px;
}
.item-servico{
    background-color: #404143;
    border-color: #93B155;
    border-width: 1px;
    border-style: solid;
}
/**************** meus projetos **********/
/*****************************************/
.conteiner-portifolio{
    display: flex;
    justify-content: center;
    background-color: #151616;
    padding-top: 250px;
    padding-bottom: 250px;
    gap: 73px;
}
.titulo-meus-projetos{
    color: #B6DA6B;
    font-size: 64px;
    align-self: center;
}
.item-projeto{
    width: 471px;
    height: 558px;
    background-color: #404143;
    border-color: #93B155;
    border-width: 1px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.item-projeto-menor{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 442px;
    height: 336px;
    align-self: center;
    cursor: default;
}
.item-projeto img{
    width: 432px;
    height: 510px;
}
.item-projeto-menor img{
    width: 407px;
    height: 300px;
}
/************ footer *************/
/*********************************/
footer{
    background-color: #212223;
    border-top: solid 2px #B6DA6B;
    padding-bottom: 160px;
    padding-left: 100px;
}
.conteiner-contato{
    display: flex;
    gap: 73px;
}
.titulo-contato{
    color: #B6DA6B;
    padding-top: 75px;
    padding-right: 75px;
    font-size: 64px;
    margin-bottom: 90px;
}
.traco-contato{
    color: #B6DA6B;
    font-size: 48px;
    display: flex;
    align-items: center;
}
.item-contato{
    display: flex;
    align-items: center;
}
.item-contato img{
    width: 51px;
    height: auto;
}
.item-contato-text{
    margin-left: 10px;
    color: #6BB6DA;
    font-size: 48px;
}