.app-banner{
    width: 100%;
    text-align: center;
    align-items: center;
}

.app-banner-img{
    width: 10rem;
}

.app-logo{
    width: 100%;
    text-align: center;
}

.app-logo a .app-logo-img-playstore{
    width: 80%;
    border: none;
}

.app-logo a .app-logo-img-applestore{
    width: 80%;
    border: none;
}

.app-description{
    padding: 0.5rem 0;
    font-size: 0.8rem;
    text-align: center;
}

/*    ---- ============================================================================================================ ----    */
/*    ---- Responsividade ---- */

@media (min-width: 375px) { 
    .app-title{
        padding: 1rem 0;
    }
    
    .app-banner-img{
        width: 12rem;
    }
    
    .app-logo a .app-logo-img-playstore{
        width: 70%;
        border: none;
    }
    
    .app-logo a .app-logo-img-applestore{
        width: 70%;
        border: none;
    }
}

@media (min-width: 425px) {     
    .app-banner-img{
        width: 14rem;
    }
    
    .app-logo a .app-logo-img-playstore{
        width: 50%;
        border: none;
    }
    
    .app-logo a .app-logo-img-applestore{
        width: 50%;
        border: none;
    }
}

@media (min-width: 768px) {     
    .app-banner-img{
        width: 100%;
    }
    
    .app-logo{
        display: flex;
        justify-content: space-between;
    }
    
    .app-logo a .app-logo-img-playstore{
        width: 75%;
        border: none;
    }
    
    .app-logo a .app-logo-img-applestore{
        width: 100%;
        border: none;
    }
}

@media (min-width: 1024px) {     
    .app-banner-img{
        width: 70%;        
    }
    
    .app-logo{
        display: flex;
        justify-content: space-between;
    }
    
    .app-logo a .app-logo-img-playstore{
        width: 70%;
        border: none;
    }
    
    .app-logo a .app-logo-img-applestore{
        width: 100%;
        border: none;
    }
    
    .app-description{
        font-size: 1rem;   
    }
}