@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;
    }

    .background p{
        padding-top: 10vw;
        padding-left: 65vw;
        font-size: 56px;
    }

    .links img{
        width: 9vw;
    }
    
    .links figcaption{
        font-size: 30px;
        font-weight: bold;
    }

    .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;
    }

    .background p{
        padding-top: 9vw;
        padding-left: 60vw;
        font-size: 48px;
    }

    .links img{
        width: 8vw;
    }
    
    .links figcaption{
        font-size: 20px;
        font-weight: bold;
    }

    .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;
    }

    .background p{
        padding-top: 9vw;
        padding-left: 50vw;
        font-size: 40px;
    }

    .links img{
        width: 7vw;
    }
    
    .links figcaption{
        font-size: 14px;
        font-weight: bold;
    }

    .footer{
        height: 70px;
    }
    
    .footer p{
        font-size: 14px;
    }

    .footer img{
        width: 4.5vw;
    }
}

@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;
    }

    .background p{
        padding-top: 9vw;
        padding-left: 50vw;
        font-size: 30px;
    }

    .links figure{
        padding-left: 3px;
        padding-right: 3px;
    }

    .links img{
        width: 7vw;
    }
    
    .links figcaption{
        font-size: 14px;
        font-weight: bold;
    }

    .footer{
        height: 70px;
    }
    
    .footer p{
        font-size: 14px;
    }

    .footer img{
        width: 6vw;
    }
}

@media (max-width: 426px){
    .header{
        height: 60px;
    }
    
    .header-home img{
        height: 50px;
        padding-top: 5px;
        padding-left: 35px;
    }

    .header-itens{
        display: none;
    }

    .background p{
        padding-top: 9vw;
        padding-left: 50vw;
        font-size: 16px;
    }

    .links{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .links figure{
        margin-inline-start: 10px;
        margin-inline-end: 10px;
    }

    .links img{
        width: 8vw;
    }
    
    .links figcaption{
        font-size: 10px;
        font-weight: bold;
    }

    .footer{
        height: 60px;
    }
    
    .footer p{
        font-size: 9px;
    }

    .footer img{
        width: 10vw;
    }
}