
@media (max-width: 450px){

    #badge_fecha_evento{
        display: none !important;
    }

    #title_fechas_show_evento_public{
        width: 100% !important;
    }
}


@media (max-width: 767px){

    #badge_fecha_evento{
        left: unset !important;
        right: 5% !important;
    }

    #title_fechas_show_evento_public{
        width: 75%;
    }
}


