@media (max-width: 1024px){

    header{
        display: none;
    }

    .section-home{
        display: block;
        text-align: center;
        margin-top: 40rem;
        margin-bottom: 20rem;
    }
    
    .section-home h1{
        font-size: 65px;
        opacity: 70%
    }
    
    .section-home span{
        color: #FF914D;
    }

    .section-home h2{
        font-size: 60px;
    }
    
    .btn-contato{
        padding: 15px 50px;
    }
    
    .btn-play button{
        width: 70px;
        height: 70px;
    }
    
    .btn-play img{
        width: 30%;
    }
    
    .btn-play p{
        font-size: 15px;
    }
    
    .img-scroll{
        width: 50px;
    }
    
    .section-sobre{
        display: block;
        text-align: center;
    }

    .section-sobre{
        padding-top: 5rem;
        padding-bottom: 0;
    }

    .container-textos-sobre{
        margin-left: 0;
        text-align: center;
    }

    .img-perfil img{
        display: none;
    }

    .fundo-laranja{
        display: none;
    }

    .icone-social{
        width: 50px;
        height: 50px;
    }
    
    .icone-social img{
        width: 100%;
        max-width: 20px;
        height: auto;
    }

    .container-projetos{
        padding-top: 5rem;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
    .projeto {
        width: 150%;
        height: 460px;
    }
    
    .img-projeto{
        width: 150%;
        height: 460px;
    }

    .container-skills{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .skill{
        width: 50%;
        max-width: 250px;
    }

    footer p{
        font-size: 10px;
        font-weight: bold;
    }
}

@media (max-width: 450px){

    .section-home{
        display: block;
        text-align: center;
        margin-top: 10rem;
    }
    
    .section-home h1{
        font-size: 42px;
        opacity: 70%
    }
    
    .section-home span{
        color: #FF914D;
    }

    .section-home h2{
        font-size: 30px;
    }
    
    .container-buttons{
        display: block;
        text-align: center;
    }
    
    .btn-contato{
        padding: 10px 45px;
        margin-bottom: 4rem;
    }
    
    .btn-play button{
        width: 70px;
        height: 70px;
        margin-left: 1rem;
    }
    
    .btn-play img{
        width: 30%;
    }
    
    .btn-play p{
        font-size: 15px;
    }
    
    .img-scroll{
        width: 30px;
    }
    
    .section-sobre{
        display: block;
        text-align: center;
    }

    .section-sobre{
        padding-top: 5rem;
        padding-bottom: 0;
    }

    .container-textos-sobre{
        margin-left: 0;
        text-align: center;
    }

    .img-perfil img{
        display: none;
    }

    .fundo-laranja{
        display: none;
    }

    .icone-social{
        width: 50px;
        height: 50px;
    }
    
    .icone-social img{
        width: 100%;
        max-width: 20px;
        height: auto;
    }

    .container-projetos{
        padding-top: 5rem;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
    .projeto {
        width: 150%;
        height: 460px;
    }
    
    .img-projeto{
        width: 150%;
        height: 460px;
    }

    .container-skills{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .skill{
        width: 50%;
        max-width: 250px;
    }

    footer p{
        font-size: 10px;
        font-weight: bold;
    }
}