@media (max-width: 1920px){
    .header{
        height: 150px;
    }
    
    .header-home img{
        height: 120px;
        padding-top: 5px;
        padding-left: 65px;
    }

    .header-itens{
        margin-left: 45%;
    }
    
    .header-itens ul{
        font-size: 18px;
    }

    .footer{
        height: 110px;
    }
    
    .footer p{
        font-size: 28px;
    }

    .footer img{
        width: 4vw;
    }
}


@media (max-width: 1440px){
    .header{
        height: 90px;
    }
    
    .header-home img{
        height: 80px;
        padding-top: 5px;
        padding-left: 35px;
    }

    .header-itens{
        margin-left: 40%;
    }
    
    .header-itens ul{
        font-size: 16px;
    }


    .footer{
        height: 80px;
    }
    
    .footer p{
        font-size: 18px;
    }

    .footer img{
        width: 3.5vw;
    }
}

@media (max-width: 1024px){
    .header{
        height: 80px;
    }
    
    .header-home img{
        height: 60px;
        padding-top: 5px;
        padding-left: 35px;
    }

    .header-itens{
        margin-left: 40%;
    }
    
    .header-itens ul{
        font-size: 14px;
    }

    .footer{
        height: 70px;
    }
    
    .footer p{
        font-size: 14px;
    }

    .footer img{
        width: 4.5vw;
    }

    .sobre-texto p{
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .header{
        height: 70px;
    }
    
    .header-home img{
        height: 50px;
        padding-top: 5px;
        padding-left: 35px;
    }

    .header-itens{
        margin-left: 30%;
    }
    
    .header-itens ul{
        font-size: 12px;
    }

    .footer{
        height: 70px;
    }
    
    .footer p{
        font-size: 14px;
    }

    .footer img{
        width: 6vw;
    }

    .sobre-texto p{
        font-size: 14px;
    }

    .sobre-texto ul{
        font-size: 14px;
    }
}

@media (max-width: 426px){
    .header{
        height: 60px;
    }
    
    .header-home img{
        height: 50px;
        padding-top: 5px;
        padding-left: 35px;
    }

    .header-itens{
        display: none;
    }

    .footer{
        height: 60px;
    }
    
    .footer p{
        font-size: 9px;
    }

    .footer img{
        width: 10vw;
    }

    .sobre-texto p{
        font-size: 12px;
    }

    .sobre-texto ul{
        font-size: 12px;
    }
}