

@media (max-width: 1440px){
    .lista__projetos{
        height: 30rem;
        width: 23rem;    
   }

   #titulo_secaoTelaP, #projeto_telaP{
    display: none;
   }
}

@media (max-width: 1340px){
    .lista__projetos{
        height: 28rem;
        width: 20rem;    
    }

    .descricao__projeto{
        margin-bottom: 1rem;
        font-size: 0.7rem;
        line-height: 1;
        height: 2rem;
        padding: 1rem;
    }


    .item__projetos{
        font-size: 0.8rem;
        margin: 0;
    }

    .descricao__projeto{
        margin-bottom: 1rem;
        font-size: 0.7rem;
        line-height: 1;
        height: 3rem;
        padding: 1rem;
    }

    .link_botao{
        display: flex;
        flex-direction: column;
        margin: 0 2rem;
    }
    
}

@media (max-width: 1230px){
    .lista__projetos{
        height: 28rem;
        width: 18rem;    
   }
}

@media (max-width: 1024px){
    .redes_links{
        margin-right: 0.2rem;
    }

    .redessociais_links{
        align-items: end;
        margin-left: 0.2rem;
    }

    .botao_cv{
        margin-top: 1rem;
        font-size: 0.7rem;
        padding: 0.5rem;
        width: 6rem;
        height: 1rem;
        align-self: end;
        justify-self: center;
        text-align: center;
    }

    .apresentacao{
        flex-direction: column;
    }

    .apresentacao__conteudo__titulo{
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }

    .perfil{
        width: 10rem;
        height: 10rem;
        border-radius:60%;
        align-self: center;
        margin-right: 0rem;
    }

    .lista__projetos{
        height: 28rem;
        width: 15rem;
    }

    .link_previa, .link_github{
        padding: 1rem;
        font-size: 0.7rem;
        text-align: center;
        margin: 0.5rem;
    }

}

@media (max-width: 920px){
    .lista__projetos{
        height: 26rem;
        width: 14rem;
    }

    .link_previa:hover{
        padding: 0.8rem;
        font-size: 0.7rem;
    }
    
    .link_github:hover{
        padding: 0.8rem;
        font-size: 0.7rem;
    }
}

@media (max-width: 820px){
    .menu{
        margin: 2rem;
        justify-content: space-between;
    }
    
    .menu-hamburguer {
        display: flex;
    }

    .menu_opcoes {
        margin-left: 2rem;
        width: 7.7rem;
        padding: 0.7rem;
        justify-content: start;
        font-size: 0.7rem;
        border: 0.1rem solid var(--cor-bordas);
    }

    .menu-opcoes {
        display: none;
        flex-direction: column;
        background-color: var(--cor-primaria);
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0.1rem;
        margin: 0;
    }

    .menu-opcao {
        margin: 0.2rem 1rem;
    }

    .menu-hamburguer.menu-ativo + .menu-opcoes {
        display: flex;
    }


    .lista__projetos{
        height: 23rem;
        width: 13rem;
    }

    .link_previa:hover{
        padding: 0.8rem;
        font-size: 0.7rem;
    }
    
    .link_github:hover{
        padding: 0.8rem;
        font-size: 0.7rem;
    }

    .descricao__projeto{
        display: none;
    }

    .tecnologias{
        justify-content: center;
    }
}

@media (max-width: 780px){
    .card__projetos{
        margin: 0.5rem;
    }

    .lista__projetos{
        height: 20rem;
        width: 13rem;
        margin: 1rem;
    }

    .item__projetos{
        display: none;
    }

    .link_previa:hover, .link_github:hover{
        margin: 0.5rem;
        font-size: 0.6rem;
    }
    
    .link_github, .link_previa{
        font-size: 0.7rem;
    }

    .tecnologias{
        justify-content: center;
    }
    
    .skills{
        margin-left: 0.8rem;
    }
}

@media (max-width: 600px){
    #projeto_telaP{
        display: flex;
        flex-direction: row;
        overflow-x: auto;       /* Habilita rolagem horizontal */
        white-space: nowrap;    /* Mantém os elementos na mesma linha, sem quebra */
    }

    #titulo_secaoTelaP{
        display: flex;
        margin: 1rem;
        font-size: 1.1rem;
        margin: 0.5rem;
    }

    .lista__projetos {
        display: inline-block;  /* Faz com que cada item fique em linha */
        margin-right: 0.4rem;     /* Espaçamento entre os itens */
      }

    .lista__projetos{
        padding: 0.3rem;
        height: 18rem;
        width: 17rem;
    }

    #projetos{
		display: none;
    }

	.menu-opcoes {
		margin-left: 1.5rem;
		border-radius: 0.5rem;
		border: 0.1rem solid var(--cor-bordas);
        width: 9rem;
        background-image: var(--background);
    }

	.menu_opcoes{
		margin-left: 0.2rem;
		width: 9rem;
		justify-content: start;
		margin-top: 0.5rem;
		border: none;
	}
}