    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Dosis:wght@200..800&family=Hind+Vadodara:wght@300;400;500;600;700&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Hind Vadodara", sans-serif;
        /*// http://mcg.mbitson.com/#!?mcgpalette0=%23c8a32e
    /*Navbar Colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #BF174B;
        /*color primary*/
        --theme-primary-50: #F7E3E9;
        --theme-primary-100: #ECB9C9;
        --theme-primary-200: #DF8BA5;
        --theme-primary-300: #D25D81;
        --theme-primary-400: #C93A66;
        --theme-primary-500: #BF174B;
        --theme-primary-600: #B91444;
        --theme-primary-700: #B1113B;
        --theme-primary-800: #A90D33;
        --theme-primary-900: #9B0723;
        --theme-primary-A100: #FFC8D0;
        --theme-primary-A200: #FF95A4;
        --theme-primary-A400: #FF6278;
        --theme-primary-A700: #FF4862;
        /*color contrast*/
        --theme-primary-contrast-50: #000000;
        --theme-primary-contrast-100: #000000;
        --theme-primary-contrast-200: #000000;
        --theme-primary-contrast-300: #000000;
        --theme-primary-contrast-400: #000000;
        --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: #000000;
        --theme-primary-contrast-A200: #000000;
        --theme-primary-contrast-A400: #000000;
        --theme-primary-contrast-A700: #000000;
        --ob-channel-header-height: 80px;

    }

    /* --> Specific CSS goes HERE <--*/
    /*HEADER*/
    header {
        background-color: #BF164B;
    }

    .channel-header {
        height: 80px;
        display: flex;
        justify-content: right;
        align-items: center;
        background-color: #bf164b !important;
    }

    .pentacion img {
        height: 3rem !important;
        margin-right: 2rem;
    }

    /*FOOTER*/
    .social {
        background-color: #BF174B;
        text-align: center;
        height: 8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social img {
        height: 2.5rem;
        margin: 0 0.5rem;
    }

    /*Color version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #BF174B !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: #fff !important;
    }

    /*Button language links subfooter*/
    /*Language & icon */
    ob-footer.main-footer span.mdc-button__label,
    ob-footer.main-footer mat-icon.mat-icon {
        color: #fff !important;
    }

    /*Border*/
    ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
        border: 1px solid#fff !important;
    }

    /*Powered by*/
    /*Logo ONEBOX*/
    ob-footer.main-footer img[src="assets/onebox.svg"] {
        filter: brightness(20) !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }

    /*More info custom*/
    ob-catalog-card .more-info {
        color: #BF164B;
        font-weight: bold;
    }
    /*promocion en sesiones especificas "Finaliza 9 agosto 2025"*/
    ob-page-event ob-catalog-item-card#sessionId-2419176 .title::after {
        content: " - PROMO 2X1";
        color: #E00225;
        font-size: 18px;
    }

    /*Mobile*/
    @media only screen and (max-width: 40.063em) {
        .channel-footer {
            display: none;
        }
    }
