*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Flex';
    color: #fff;
}

html{
    scroll-behavior: smooth;
}


body{
    background:#485458;
}

header{
    background-color: #485458;
    box-shadow: 0px 3px 10px #464646;
    border-bottom: 0.25rem solid #fff;
}


.nav-bar{
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    margin: auto;
    max-width: 1400px;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    width: 150px;
}

.nav-list{
    display: flex;
    align-items: center;
}

.nav-list ul{
    display: flex;
    justify-content: center;
    list-style: none;
}
.nav-item{
    margin: 0 15px;
}
.nav-link {
    text-decoration: none;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400;
}
.mobile-menu-icon{
    display: none;
}
.mobile-menu{
   display: none; 
}

@media screen and (max-width:730px){
    .nav-item{
        display: none;
    }
    .mobile-menu-icon{
        display: block;
    }

    .mobile-menu-icon button{
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }
    .mobile-menu .nav-item{
        display: block;
        padding-top: 1.2rem;
    }
    .open{
        display: block;
    }
    
}
.capa h2{
    font-family: 'Roboto Slab';
    font-size: 2rem;
}
.capa{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.541) 0%, rgba(0, 0, 0, 0.336) 51.56%, rgba(0, 0, 0, 0.2) 100%), url(./img/Gemini_Generated_Image_pompdfpompdfpomp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: bottom;
    min-height: 30rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    background-attachment: fixed; 
}


.rede-proficional{
    max-width: 1400px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} 

.rede-proficional div{
    text-align: center;
    max-width: 700px;
    align-items: center;
    align-content: center;
    height: 100%;
}

.rede-proficional div img{
    margin: 4rem;
    width: 384px;
    height: 422px;
    margin-left: 4rem;
}

.rede-proficional div h2{
  margin-bottom: 1rem;
  font-size: 2rem;
}

.rede-proficional div p{
    margin-bottom: 2rem;
    font-size: 1rem;
}

.midia{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
.midia a{
    border: solid 3px white;
    color: white;
    text-decoration: none;
    font-size: 24px;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    margin: 1rem 3rem 0 2rem;
}
.midia a:hover{
    box-shadow: 0.3rem 0.3rem 1rem white;
}

.caixa{
    margin: 1rem 0 1rem 1rem;
    display: inline-flex;
    align-items: center;
}
.caixa .estatico{
    color: #25E2E2;
    text-shadow: 0px 4px 4px #000000;
    font-size: 1.5rem;
    font-weight: 700;
}

.caixa .dinamico{
    margin-left: 0.7rem;
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    
}
.dinamico li{
    color: #fff;
    list-style: none;
    font-size: 1.5rem;
    font-weight: 500;
    left: 0;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    animation: slide 6s steps(3) infinite;
    
}
@keyframes slide {
    100%{
        top: -100px;
    }
}
.dinamico li span{
    position: relative;
}
.dinamico li span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-left: 2px solid #fff;
    animation: typing 2s steps(20) infinite;
    background: #485458;
}
.dinamico li span{
    position: relative;
}
@keyframes typing{
    100%{
        left: 100%;
        margin: 0 -25px 0 25px;
    }
}

.historico p{
    font-size: 1rem;
    text-wrap: inherit;
    margin-right: 1rem;
}
.historico ul {
  list-style: none; /* remove o marcador padrão */
  padding: 0;
  margin: 0;
 
}

.historico li {
  position: relative;
  padding-left: 2.5rem; /* espaço pro marcador */
  margin-bottom: 2rem;  /* separação entre itens */
}

/* marcador customizado */
.historico li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* centraliza verticalmente */
  width: 1.5rem;    /* tamanho do círculo */
  height: 1.5rem;
  background-color: #25E2E2;
  border-radius: 50%;
}
.about{
    max-width: 1400px;
    margin: auto;
}
.about h2{
    text-align: center;
    margin: 3rem 0 3rem 0;
    font-size: 2rem;;
}
.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}



#abilidades{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 23.13%, rgba(0, 0, 0, 0) 48.96%, rgba(0, 0, 0, 0.2) 72.15%, rgba(0, 0, 0, 0.2) 100%), url('https://img.freepik.com/free-photo/computer-screens-desk-empty-software-it-agency-office-computers-background-running-programming-code-data-algorithms-neural-network-servers-cloud-computing-data-room_482257-33530.jpg?w=900&t=st=1668644047~exp=1668644647~hmac=7cf9dadd6b29f5dc43e22357af7f92d1e70c5c8d61bafd39f53aa61c71639b00');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.skills{
    margin: 5rem 0;
    min-height: 40rem;
}
.skills h2{
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.5rem;
}
.list_skills{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}
.skill{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    min-width: 90px;
    margin: 0.5rem 1rem 0 1rem;
    padding: 0.5rem;
    border-radius: 20px;
    background-color: #09080aa9;
}
.skill h4{
    text-align: center;
    margin: 0.3rem 0;
}
.skill p {
    text-align: justify; 
}
.skill img{
    height: 10rem;
}
.languages h3{
    text-align: center;
}
.list-languages{
    margin-top: 3rem;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #09080abd;
    max-width: 1300px;
    border-radius: 3rem ;
    margin-inline: auto;
    align-items: center;
}
.list-languages img{
    height: 5rem;
}
.language{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
}
.language-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 6rem;
    width: 6rem;
}
.language-wrapper::before{
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    display: block;
    border: 2px solid #ffffff;
    border-radius: 100%;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.language:hover > .language-wrapper::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.projects{
    margin: 5rem 0;
    min-height: 25rem;
}
.title-section{
    font-size: 2.5rem;
    text-align: center;
}
.projects h2{
    text-align: center;
    margin: 4rem 0;
    text-shadow: -0.1rem 0.1em 0.1rem #000000;
}
.list_projects{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1400px;
    margin: auto;
}
.project{
    width: 20%;
    min-width: 300px;
    height: 15rem;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 1rem 2rem 1rem #000000;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
}
.project-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.project-wrapper::before{
    content: ''; 
    position: absolute;
    height: 100px;
    width: 100px;
    display: block;
    border: 2px solid #ffffff;
    border-radius: 20px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.project h2{
    margin: 0 0 1rem 0;
}
#prj4{
    background-image: url(./img/projeto-portifolio.png);
}

#prj3{
    background-image:url(https://images.unsplash.com/photo-1536440136628-849c177e76a1?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=725&q=80) ;
}

#prj2{
    background-image: url(https://images.unsplash.com/photo-1611262588024-d12430b98920?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
}

#prj1{
    background-image: url(https://images.unsplash.com/photo-1611162617474-5b21e879e113?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
}


.project a{
    visibility: hidden;
}

footer{
    padding-top: 1rem;
    background-color: #09080A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 0.25rem solid #25E2E2;
}

footer .redes-sociais img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
footer .redes-sociais{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.insta a{
    display: flex;
    margin-right: 3rem;
    margin-top: 1rem;
    text-decoration: none;
}
.gmail a{
    display: flex;
    margin-right: 0rem;
    margin-top: 1rem;
    text-decoration: none;
}
.linkedin a{
    display: flex;
    margin-right: 3rem;
    margin-top: 1rem;
    text-decoration: none;
}

.project:hover a{
    text-align: center;
    visibility: visible;
    text-decoration: none;
    padding: .3rem;
    border: solid 3px white;
    border-radius: 5px;
    color: #fff;
    margin: 0.5rem;
    font-size: larger;
    position: relative;
}
.project:hover > .project-wrapper::before{
    height: 150px;
    width: 250px;
    opacity: 1; 
}


@media screen and (max-width: 560px) {
    h1{
        font-size: 20px;
    }
    .logo img{
        height: 30px;
    }
    .capa h2{
        margin-left: 1rem;
        font-size: 40px;
    }
   .rede-proficional div img{
    width: 300px;
    height: 330px;
    margin-left: 2px;
    }
    .info #CV{
        margin-top: 4rem;
        text-decoration: none;
        font-style: italic;
        padding: 0.5rem;
    }

    .list_skills{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .skill img{
        height: 5rem;
    }

    .project a{
        text-align: center;
        visibility: visible;
        text-decoration: none;
        padding: .3rem;
        border: solid 3px white;
        border-radius: 5px;
        color: #fff;
        margin: 0.5rem;
        font-size: larger;
    }

}

