@media only screen and (max-width: 1080px) {

    .imagem_sobre {
        width: 35%;
    }

    .texto_sobre {
        width: 65%;
        padding-right: 40px;
    }

    .imagem_sobre img {
        max-height: 250px;
    }

    .texto_sobre h2 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 980px) {
    .langs__content {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 890px) {

    /* NAV */
    .links li {
        display: none;
    }

    .toggle_btn {
        display: block;
        margin: 15px 20px 0 0;
    }

    .dropdown_menu {
        z-index: 999;
        position: fixed;
        display: block;
    }

    nav div ul {
        gap: 0px;
    }

    /* HEADER */
    .perfil {
        background-image: url(../assets/images/header/bg-header-smartphone.jpg);
        padding-top: 90px;
    }

    .perfil .div {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .perfil .fotoDePerfil .profile-picture {
        max-height: 200px;
    }

    article.informacoes h1 {
        margin-top: 25px;
    }

    .perfil .sobre-mim {
        padding: 26px;
        margin-top: 30px;
    }

    /* HABILIDADES */
    .langs__content {
        grid-template-columns: repeat(3, 1fr);
    }

    .cards-container {
        max-height: 1000px; 
    }
}

@media only screen and (max-width: 670px) {

    /* SOBRE */
    
    .imagem_sobre {
        display: none;
    }

    .texto_sobre {
        width: 100%;
        padding: 30px;
    }

    .texto_sobre p {
        font-size: 0.9em;
    }

    /* HABILIDADES */
    .langs__content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 530px) {

    /* NAV */
    .dropdown_menu {
        left: 2rem;
        width: unset;
    }

    /* HEADER */
    .perfil .fotoDePerfil .profile-picture {
        max-height: 150px;
        border-radius: 50%;
    }

    .perfil .sobre-mim {
        padding: 16px;
    }

    article.informacoes p {
        font-size: 1.3rem;
    }

    /* SOBRE */


    /* CERTIFICADOS */
    .slider {
        width: 260px;
        height: 180px;
    }

    .slide img {
        width: 260px;
        border-radius: 10px;
    }

    .manual-navigation {
        width: 260px;
    }

    .navigation-auto {
        width: 260px;
    }

    .manual-navigation {
        position: absolute;
        width: 260px;
        margin-top: -200px;
    }

    .manual-btn {
        padding: 3px;
        border-radius: 50%;
    }

    .navigation-auto div {
        padding: 3px;
        border-radius: 50%;
    }

    .navigation-auto {
        width: 260px;
        margin-top: 150px;
    }

    /* CONTATOS */
    .meioDeContato {
        font-size: 2rem;
    }

    .meioDeContato span {
        display: none;
    }

    .txt-final p {
        font-size: 0.8rem;
    }

    .consideracoes-finais p {
        font-size: 0.6rem;
    }
}

@media only screen and (max-width: 470px) {

    /* HABILIDADES */
    .linguagens {
        width: 100px;
        height: 120px;
    }

    .linguagens p {
        color: var(--color-0);
        font-weight: 700;
        margin-top: 15px;
    }

    .linguagens img {
        max-height: 50px;
    }

    .consideracoes-finais p {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 470px) {
    .redes {
        font-size: 0.6rem;
    }
}