@media (max-width: 1000px) {
    .navigation li {
       display: none;
    }

    .navigation li.threeline-icon {
        display: inline-block;
    }

    .capa div {
        display: block;
        height: auto;
    }
    .profile-pic {
        width: 100%;
    }

    .profile-pic img {
        margin-top: 0;
        max-width: 80%;
    }
    .profile-title {
        text-align: center;
        width: 100%;
    }
    
    .profile-title h1 {
        margin-top: 30px;
        font-size: 36px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .profile-title h2 {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }


}