*{
    box-sizing: border-box;
    padding: 0;
    margin:0;
    scroll-behavior: smooth;
}

body{
    background: linear-gradient(135deg, #f9f9f9, #e0e0e0);
}
.container{
    height: 100vh;
    width: 100%;

}

header{
    background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
    height: 100vh;
    width: 100%;
    align-items: center;

    .apresentacion{
        color: black;
        font-size: 23px;
        margin: 20px 0 10px 45px;
   
    }
    .apresentacion > p {
        margin: 20px 0 0 20px;
    }
    .redes{
        display: flex;
        gap: 15px;
        justify-content: end;
        padding: 60px;
    }
    .redeslink p {
        display: inline-block;
        transition: transform 0.3s ease;
    }
    
    
    .redeslink p:hover {
        transform: translateY(-10px) scale(1.1);
    }
    

    .redes > .redeslink {
        display: flex;
    }

    .redeslink > p > a > img{
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: whitesmoke;
        border: 1px whitesmoke solid;
    }
    .redeslink > p {
        margin-right: 20%;

    }
}

main{
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f9f9f9, #e0e0e0);
}

nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;

    .sidebar{
        width: 30%;
    }
    .sidebar > .navegacion {
        width: 100%;
        max-width: 300px;
    }

    .sidebar > .navegacion > ul{
        display: flex;
        list-style-type: none;
        font-size: 22px;
    }
    .sidebar > .navegacion > ul > li{
        padding-bottom: 5%;
    }
}


.linkNavega{
    display: flex;
    border: 1px black solid;
    gap: 5px;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: auto;
    border-radius: 30px  30px;
    margin: 10px;
    padding: 5px ;
    transition: box-shadow 0.3s ease; 
}

.linkNavega:hover {
    box-shadow: 0 0 15px blue;
}

.linkNavega p > a > img{
    width: 35px;
    height: 35px;
    padding: 5px;
    /* background-color: white; */
    border-radius: 50%;
    border: 1px whitesmoke solid;
}

li{
    display: flex;
    gap: 15px;
    margin-top: 15px;

}

.linkNavega p > a {
    gap: 50px;
    text-decoration: none;
    color: black;
}




.SectionSobre-mim{
    background-color: #f9f9f9; 
    padding: 40px; 
    border-radius: 12px; 
    max-width: 90%; 
    margin: 40px auto; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);

    h2{
        font-size: 2em; 
        margin-bottom: 20px; 
        display: flex; 
        align-items: center;
    }
    h3{
        font-size: 1.5em; 
        margin-top: 30px; 
        margin-bottom: 10px; 
        display: flex; 
        align-items: center;
    }
    span{
        font-size: 1.4em; 
        margin-right: 10px;
    }

    .imgTecnologias{
        background: white; 
        border-radius: 12px; 
        box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
        padding: 10px; 
        text-align: center; 
        transition: transform 0.3s;
        margin: 20px 0 0 0;
    }

    .imgTecnologias:hover{
        transform: translateY(-5px) scale(1.1);
    }

    .imgTecnologias > img {
        width: 60px;
        height: 60px;
    }

    .imgTecnologias > p{
        margin-top: 5px; 
        font-size: 0.9em;
    }

}


.skills {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); 
    gap: 20px;
}

.SobreMim > p{
    font-family: Arial, sans-serif;
    line-height: 1.6;
    text-align: justify;

}

.SectionProjetos{
    padding: 40px; 
    border-radius: 12px; 
    width: 90%;
    margin: auto; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background-color: #f9f9f9; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);

    h2{
        font-size: 2em;
    }
}

.projetos{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); 
    gap: 20px;

}

.cardsProjeto{
    width: 100%;
    height: auto;
    margin: 35px 20px 10px 10px;
    border: 1px black solid;
    border-radius: 8px;
    padding: 20px;
    font-size: 18px;
    transition: transform 0.3s;
    align-items: center;

    h3{
        margin-top: 15px;
    }

    img{
        width: 100%;
        height: 150px;
        object-fit: cover;
        border: 1px black solid;
        border-radius: 5px;
        margin-bottom: 6px;
    }

    .link{
        display: flex;
        justify-content: center;

    }

    .projetoVerMais{
        background-color: #3498db;
        text-align: center;
        color: white;
        margin: 18px 10px 10px 10px;
        padding: 10px;
        width: auto;
        border-radius: 8px;
        transition: box-shadow 0.3s ease; 

    }

    .projetoVerMais a{
        text-decoration: none;
        color: white;

    }
}

.projetoVerMais:hover {
    box-shadow: 0 0 15px #3498db;
}

.cardsProjeto:hover {
    transform: translateY(-5px) scale(1.1);
}

footer{
    background-color: #f0f0f0; 
    text-align: center; 
    padding: 20px; 
    font-size: 0.9em; 
    color: #555; 
    margin-top: 80px;
    height: 80px;
}


.typewriter {
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #3498db; 
    width: 0;
    animation: typing 3s steps(25, end) forwards, blink 0.7s step-end infinite;
}

@keyframes typing {
    from { width: 0 }
    to { width: 26ch } 
}

@keyframes blink {
    50% { border-color: transparent }
}

