@font-face {
    font-family: 'BebasNeue';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/melendi_poprock_tour/assets/font/BebasNeue.otf') format('opentype');
    font-weight: 300;
    font-style: bold;
}
@font-face {
    font-family: 'BebasNeuebold';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/melendi_poprock_tour/assets/font/BebasNeue bold.otf') format('opentype');
    font-weight: 700;
    font-style: bold;
}
:root {

    --theme-font-family:"BebasNeue", sans-serif;
    /*sidenav*/
    --ob-nav-text-color: #c1300b;
    --ob-nav-bg-color: #ded4be;
    /*botón activo en sidenav*/
    --ob-nav-list-active-text-color: #c1300b;
    --ob-nav-list-active-bg-color: #ded4be;
    /*topbar*/
    --ob-custom-nav-text-color: #c1300b;
    --ob-custom-nav-bg-color: #ded4be;

    /*color primary*/
    --theme-primary-50: #f8e6e2;
    --theme-primary-100: #ecc1b6;
    --theme-primary-200: #e09885;
    --theme-primary-300: #d46e54;
    --theme-primary-400: #ca4f30;
    --theme-primary-500: #c1300b;
    --theme-primary-600: #bb2b0a;
    --theme-primary-700: #b32408;
    --theme-primary-800: #ab1e06;
    --theme-primary-900: #9e1303;

    --theme-primary-A100: #ffe7ea;
    --theme-primary-A200: #ffb4bf;
    --theme-primary-A400: #ff8193;
    --theme-primary-A700: #ff677d;

    --theme-primary-contrast-50: #111111;
    --theme-primary-contrast-100: #111111;
    --theme-primary-contrast-200: #111111;
    --theme-primary-contrast-300: #111111;
    --theme-primary-contrast-400: #ffffff;
    --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: #111111;
    --theme-primary-contrast-A200: #111111;
    --theme-primary-contrast-A400: #111111;
    --theme-primary-contrast-A700: #111111;
}
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/melendi_poprock_tour/assets/bg/bg.jpg');
    /* La URL de tu imagen */
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*Typos Titles*/
.title,
h1.title,
#eventInformation span,
.selection-title,
span.session-name,
.section-header span {
    font-family: "CBebasNeuebold", sans-serif!important;
}

/*Force type "desde"*/
.min-price-card span.title {
    font-family: "BebasNeuebold", sans-serif!important;
}

/*Force type calendar time */
.time-card-content span.title {
    font-family: "BebasNeuebold", sans-serif!important;
}
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #ded4be !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 {
    color: #111 !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #111 !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#111 !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #111;
}

