/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #e12edb;
    --ob-nav-bg-color: #1b1b1b;
    /*color primary*/
    --theme-primary-50: #fbe6fb;
    --theme-primary-100: #f6c0f4;
    --theme-primary-200: #f097ed;
    --theme-primary-300: #ea6de6;
    --theme-primary-400: #e64de0;
    --theme-primary-500: #e12edb;
    --theme-primary-600: #dd29d7;
    --theme-primary-700: #d923d2;
    --theme-primary-800: #d51dcd;
    --theme-primary-900: #cd12c4;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #fef5ff;
    --theme-primary-A400: #f8c2ff;
    --theme-primary-A700: #f6a9ff;
    /*Contrast colors*/
    --theme-primary-contrast-50: #1b1b1b;
    --theme-primary-contrast-100: #1b1b1b;
    --theme-primary-contrast-200: #1b1b1b;
    --theme-primary-contrast-300: #1b1b1b;
    --theme-primary-contrast-400: #1b1b1b;
    --theme-primary-contrast-500: #FFFFFF;
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #1b1b1b;
    --theme-primary-contrast-A200: #1b1b1b;
    --theme-primary-contrast-A400: #1b1b1b;
    --theme-primary-contrast-A700: #1b1b1b;
}

/*Button shooping car disabled only dark top barbackground*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #b1b1b161;
}

mat-toolbar.mat-toolbar.ob-top-bar .divider {
    border-left: 1px solid #b1b1b161 !important;
}

/*header media custom*/
header.channel-header {
    display: flex;
    height: 70px;
    background-color: #e12edb;
    align-items: center !important;
}
/*texto navbar personalizado*/
.mat-toolbar.ob-top-bar.flex.justify-between.mat-toolbar-single-row span.mdc-button__label {
    color:#e12edb;
}
.media {
    display: flex;
    justify-content: space-evenly;
}

header a {
    display: flex;
    align-items: center;
}

.media a {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color:#1b1b1b;
}

.media a:before {
    content: '';
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background-color: #1b1b1b;
    display: block;
    margin: -1px;
    transform: translatex(-12px) !important;
}

/*header media custom hover*/
.media a:hover:before {
    transform: translatex(-30px) !important;
    transition: 1s ease 0s !important;
}

/*Remove effect*/
ob-page-events .main-container img {
    transition: none !important;
    transform: none !important;
}

/*Hide date in header page-event only for the event-40921*/
div#eventId-40921 .page-header-content-full .info-item.date {
    display: none;
}

/*Hide date in catalog only for the event-40921*/
ob-catalog-card#eventId-40921 .dates span.flex.items-center.gap-2 {
    display: none;
}

/*footer custom*/
/*bg*/
ob-footer.main-footer {
    background-color: #e12edb !important;
}

/*Color links subfooter & copyright*/
ob-footer.main-footer,
ob-footer.main-footer a,
ob-footer.main-footer span.footer-copyright,
ob-footer.main-footer span.justify-end,
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #1b1b1b !important;
}

ob-footer.main-footer button.mdc-button.mdc-button--outlined.mat-mdc-outlined-button.mat-unthemed.mat-mdc-button-base {
    border: 1px solid#1b1b1b !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #1b1b1b;
}

span.mdc-button__label {
    color: #1b1b1b
}

/* Calendario: color de celdas seleccionadas y rango activo */
.ob-date-range-picker .mat-calendar-body-cell-container .mat-calendar-body-cell 
.mat-calendar-body-selected,
.ob-date-range-picker .mat-calendar-body-cell-container .mat-calendar-body-cell 
.mat-calendar-body-range-start,
.ob-date-range-picker .mat-calendar-body-cell-container .mat-calendar-body-cell 
.mat-calendar-body-range-active {
  color: #1b1b1b;
}

/* Sidebar: color de texto e ícono del ítem activo */
.ob-sidenav-list.mat-mdc-list-base .mdc-list-item.active-link 
.mdc-list-item__primary-text,
.ob-sidenav-list.mat-mdc-list-base .mdc-list-item.active-link 
.mat-icon {
  color: #1b1b1b;
}
