
@media (max-width: 928px) {
    .navbar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        position: relative;
    }
    .nav-titulo {
        text-align: left;
        width: auto;
        padding: 0 0 0 10px;
        font-size: 27px;
    }
    .menu-toggle {
        display: flex;
        margin: 0 20px 0 0;
        align-self: center;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 80px;
        right: 0;
        width: 70vw;
        background: #0872c3;
        z-index: 10;
        border-radius: 0 0 0 10px;
        box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
    }
    .nav-links.active {
        display: flex;
    }
    .nav-links ul {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        width: 100%;
        margin: 30px 0 10px 0;
    }
    .nav-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
        gap: 20px;
    }
}

@media (max-width: 928px) {
    .imgbox {
        right: 2rem;
        width: 300px;
        height: 300px;
    }
    
}

@media (max-width: 928px) {
    .sobre h1 {
        font-size: 2.5rem;
        line-height: 1.2;      
        padding-bottom: 8px;
        margin-bottom: 18px;
    }
    .sobre p {
        font-size: 1.1rem;
        padding: 0 10px;
        line-height: 1.5; 
    }
    .div h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        padding-bottom: 8px;
        margin-bottom: 18px;
    }
}

@media (max-width: 928px) {
    .habilidades {
        flex-direction: column;
        padding: 20px;
    }
    .habilidades h1{
        text-align: center;
        margin: auto;    
    }

    .icons {
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr); /* 2 colunas em mobile */
    }

}

@media (max-width: 928px){
    body{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
    }
}