    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Oswald", sans-serif;
        /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
        /*NAVBAR COLORS*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #1A1A1A;
        /*color primary*/
        --theme-primary-50: #fbc8c8;
        --theme-primary-100: #f68080;
        --theme-primary-200: #f34c4c;
        --theme-primary-300: #e71010;
        --theme-primary-400: #cb0e0e;
        --theme-primary-500: #ae0c0c;
        --theme-primary-600: #910a0a;
        --theme-primary-700: #750808;
        --theme-primary-800: #580606;
        --theme-primary-900: #3b0404;
        --theme-primary-A100: #ffbaba;
        --theme-primary-A200: #ff5454;
        --theme-primary-A400: #ed0000;
        --theme-primary-A700: #cb0808;
        /*color contrast*/
        --theme-primary-contrast-50: #1A1A1A;
        --theme-primary-contrast-100: #1A1A1A;
        --theme-primary-contrast-200: #ffffff;
        --theme-primary-contrast-300: #ffffff;
        --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: #1A1A1A;
        --theme-primary-contrast-A200: #1A1A1A;
        --theme-primary-contrast-A400: #ffffff;
        --theme-primary-contrast-A700: #ffffff;
    }

    /* --> Specific CSS goes HERE <--*/
    /*Button shooping car disabled*/
    mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
        color: #b1b1b161;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #1A1A1A !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 button.ob-link {
        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;
    }

    /**Footer condiciones de compra*/
    .footer-cc {
        background-color: #1a1a1a;
        text-align: center;
        padding: 20px 0 0 0;
    }

    .footer-cc a {
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        line-height: 24px;
    }

    .footer-cc a::after {
        content: " \00b7 ";
    }

    /*Background PRESALE*/
    .background-blur {
        background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/aramusicrrpp/img/background.webp');
        /* La URL de tu imagen */
        background-position: top, center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(80%);
    }