.faixa-preview{
    background-color: #ff0000; 
    color: #ffffff; 
    text-align: center; 
    padding: 10px;
}

.faixa-preview-categorias{
    padding-top: 5%;
    margin-bottom: -5%;
}

@media (min-width: 320px) and (max-width: 499px) {

    .header-evento-mobile{
        display: flex !important;
    }
    
    .header-evento{
        display: none;
    }
    
    .footer-eventos-mobile{
        display: flex !important;
    }
    
    .footer-eventos{
        display: none;
    }
    
    .copyright-rodape{
        display: none;
    }
    
}

.footer-eventos-mobile{
    display: none;
}

.header-evento-mobile {
    display: none;
}