@media screen and (max-width: 576px){
    #home{
        position: inherit !important;
        overflow: inherit;
        z-index: 0;
    }

    #banner{        
        background-size: cover;
        background-repeat: no-repeat;
    }

    .institucional-text{
        margin-top: 1rem;
    }

    .servicos-badge{
        margin-top: 2rem;
    }

    #paxsilva{
        margin-top: 2rem;        
    }

    .paxsilva-title{
        margin-top: 0rem;
    }

    #whatsapp{
        position: fixed;
        cursor: pointer;
        bottom: 2rem;
        right: 0.5rem;
        z-index: 2;
    }

    footer{
        padding-bottom: 2rem;
    }

    #direitos{
        font-size: 0.5rem;
    }
}

@media screen and (min-width:577px) and  (max-width: 1024px){
    #home{
        position: inherit !important;
        overflow: inherit;
        z-index: 0;
    }

    #banner{        
        background-size: cover;
        background-repeat: no-repeat;
    }

    .institucional-title{
        margin-bottom: 2rem;
    }

    .institucional-description p{

        height: 30rem;
    }

    .servicos-badge{
        height: 3rem;
        text-align: center;
    }

    #paxsilva img{
        margin-top: 0rem;
    }

    .paxsilva-description{
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    footer{
        font-size: 0.8rem;    
    }
}