/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

:root {
    /*Text*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Color primary*/
    --theme-primary-50: #F4E3E4;
    --theme-primary-100: #E4B9BC;
    --theme-primary-200: #D28A90;
    --theme-primary-300: #BF5B63;
    --theme-primary-400: #B23741;
    --theme-primary-500: #A41420;
    --theme-primary-600: #9C121C;
    --theme-primary-700: #920E18;
    --theme-primary-800: #890B13;
    --theme-primary-900: #78060B;
    --theme-primary-A100: #FFA7A9;
    --theme-primary-A200: #FF7478;
    --theme-primary-A400: #FF4146;
    --theme-primary-A700: #FF272D;
    /*Fuente cliente*/
    --theme-font-family: 'Poppins', sans-serif;
}

/*Navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    background-color: #fff;
}

/*Link message box*/
.ob-message-box.info.session-description a {
    color: #0080A2;
}

/*footer*/
.channel-footer {
    text-align: center;
    margin: 3rem 0 1rem 0;
}

.channel-footer img {
    height: 55px;
    margin: 0 2rem 0 2rem;
}

/*Ocultar data cartellera eventId-46941*/
ob-catalog-card#eventId-46941 .dates span {
    display: none !important;
}

/*Quitar data en ABONADOS*/
#eventId-46941 mat-card-subtitle.mat-mdc-card-subtitle {
    display: none !important;
}

ob-not-graphic-selection.event_46941.session_2555754 ob-sessions-list mat-card-subtitle.mat-mdc-card-subtitle {
    display: none !important;
}

/*Quitar data en ABONADOS-----END*/


/*Ocultar data en el header donde aparece data y ubicacion*/
ob-page-select-locations.ng-star-inserted.eventId-46941.sessionId-2555758 ob-session-header.page-header-item .date, 
ob-page-select-locations.ng-star-inserted.eventId-46941.sessionId-2555754 ob-session-header.page-header-item .date, 
ob-page-select-locations.ng-star-inserted.eventId-46941.sessionId-2555766 ob-session-header.page-header-item .date,
ob-page-select-locations.ng-star-inserted.eventId-46941.sessionId-2555768 ob-session-header.page-header-item .date 
 {
    display: none;
}

/*Quitar hora y data en el body*/
ob-sessions-picker span.ob-tag.date-tag {
    display: none;
}

/*Ocultar data de informacion en el header*/
div#eventId-46941 section.page-header-item .date{
    display:none;
}

/*Quitar data del carrito al pagar*/
ob-not-graphic-selection.event_46941.session_2555758  .sidebar-content.bottom-sidebar-content span.ob-session-date,
ob-not-graphic-selection.event_46941.session_2555754  .sidebar-content.bottom-sidebar-content span.ob-session-date,
ob-not-graphic-selection.event_46941.session_2555766  .sidebar-content.bottom-sidebar-content span.ob-session-date,
ob-not-graphic-selection.event_46941.session_2555768  .sidebar-content.bottom-sidebar-content span.ob-session-date
{
    display:none;
}
/*Quitar hora del carrito al pagar*/
ob-not-graphic-selection.event_46941.session_2555758  .sidebar-content.bottom-sidebar-content span.ob-session-time,
ob-not-graphic-selection.event_46941.session_2555754  .sidebar-content.bottom-sidebar-content span.ob-session-time,
ob-not-graphic-selection.event_46941.session_2555766  .sidebar-content.bottom-sidebar-content span.ob-session-time,
ob-not-graphic-selection.event_46941.session_2555768  .sidebar-content.bottom-sidebar-content span.ob-session-time
{
    display:none;
}