@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

body{
    background-color: black;
    color: #fff;
    font-family: 'KoHo', sans-serif;
    font-weight: 300;
}

.cabecalho{
    /*height: 65px;*/
    padding: 0 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-hamburguer{
    display: none;
    
}

.mobile-menu{
    display: none;
}


.cabecalho img {
    height: 65px;
}

.cabecalho .lista-menu{
    display: flex;
    gap: 30px;
}

.cabecalho .lista-menu li a{
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
}

.cabecalho .lista-menu li a:hover{
    color: rgb(64, 226, 175);
    border-bottom: 3px solid  rgb(64, 226, 175);
}

.home{
    display: flex;
}

.home .intro{
    background: rgb(0,255,209);
    background: linear-gradient(90deg, rgba(0,255,209,1) 5%, rgba(35,121,94,1) 36%, rgba(13,27,10,1) 100%);
    width: 100vw;
    display: flex;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    color: #000000;
    align-items: center;
    flex-direction: row; 
}

.home .intro .texto{
    width: 500px;
    margin: 3rem;
}

.home .intro .texto h1{
    font-size: 40px;
}

.home .intro .texto span{
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    color: #ffffff;
}

.home .intro .texto p{
    font-size: 25px;
    font-weight: 700;
}

.home .intro a img{
    height: 60vh;
    border-radius: 50%;
    border: 3px solid rgb(18, 61, 47);
}

.sobre-mim{
    background-color: #292929;
    border-radius: 30px;
    margin: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.titulo{
    font-size: 40px;    
    display: flex;
    justify-content: center;
}

.sobre-mim p{
    font-size: 22px;
    text-align: start;
}

.habilidades{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 20px;
    padding: 50px;
}

.habilidades .lista-habilidades{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.habilidades .lista-habilidades li{
    background-color: #292929;
    border-radius: 30px 30px 0 0;
    border-bottom: 3px solid  rgb(64, 226, 175);
    color: rgb(64, 226, 175);
    height: 150px;
    width: 150px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.habilidades .lista-habilidades li img{
    max-width: 80px;
}

.projetos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.projetos .lista-projetos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    gap: 50px;
}

.projetos .lista-projetos .projeto{
    background-color: #292929;
    height: 390px;
    width: 245px;
    border-radius: 30px;
}

.projetos .lista-projetos .projeto .card-projeto{
    max-width: 245px;
    opacity: .7;
    border-radius: 30px 30px 0 0;
}    

.projetos .lista-projetos .projeto h3{
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.projetos .lista-projetos .projeto p{
    font-size: 14px;
    padding: 10px;
    text-align: start;
}

.projetos .lista-projetos .container{
    display: flex;
    justify-content: space-between;
    height: 80px;
    padding: 10px;
    align-items: center;
}

.projetos .lista-projetos .container a img{
    max-width: 22px;
}

.projetos .lista-projetos .container a img:hover{
    background-color:  rgb(64, 226, 175) ;
    border-radius: 40px;
}

.projetos .lista-projetos .container .tecnologias{
    display: flex;
    gap: 5px;
}

.projetos .lista-projetos .container .tecnologias li{
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    background-color:  rgb(64, 226, 175);
    color: black;
    border-radius: 30px;
}

.projetos .btn-repositorio-git{
    background-color: #292929;
    border: 0,5px solid #fff;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    width: 40%;
    transition: all .2s ease-in;
}

.btn-repositorio-git:hover{
    background-color:  rgb(64, 226, 175);
    color: #1F1F1F;
}

.contatos .caixa{
    display: flex;
    flex-direction: column;
    background-color: #292929;
    margin: 40px 20px;
    border-radius: 30px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.contatos .caixa .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contatos .caixa .container ul li img{
    height: 60px;
}

.contatos .caixa .container .texto{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
}

.contatos .caixa .container .lista-contatos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contatos .caixa .container .lista-contatos li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 10px;
    padding: 15px;
    transition: all .2s ease-in;
}

.contatos .caixa .container .lista-contatos li:hover{
    background-color:  rgb(64, 226, 175);
    color: #1F1F1F;
}

footer{
    font-size: 18px;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}