    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&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 {
        /*theme COLOR*/
        --theme-menu-text-color: #1b1b1b;
        --theme-menu-bg-color: #1b1b1b;
        /*NAVBAR COLORS*/
        --ob-nav-text-color: #1b1b1b;
        --ob-nav-bg-color: #fff;
        /*Fonts*/
        --theme-text-2: #1b1b1b;
        --theme-text-1: #1b1b1b;
        --theme-font-family: "Roboto", sans-serif;
        /* Nueva gama de colores basada en #921344 */
        --theme-primary-50: #F3E4EA;
        --theme-primary-100: #E1BCCB;
        --theme-primary-200: #CD8FAA;
        --theme-primary-300: #B96289;
        --theme-primary-400: #AA3F70;
        --theme-primary-500: #9B1349;
        --theme-primary-600: #8E1142;
        --theme-primary-700: #7E0E39;
        --theme-primary-800: #6F0C31;
        --theme-primary-900: #550723;

        --theme-primary-A100: #F0A3C3;
        --theme-primary-A200: #E26FA0;
        --theme-primary-A400: #D43B7D;
        --theme-primary-A700: #C71F67;

        /* CONTRASTES */
        --theme-primary-contrast-50: #212121;
        --theme-primary-contrast-100: #212121;
        --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: #212121;
        --theme-primary-contrast-A200: #212121;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;
    }

    /* --> Specific CSS goes HERE <--*/
    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #9B1349 !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;
    }

    /*primary:hover*/
    .mat-mdc-unelevated-button.mat-primary:hover {
        color: #1b1b1b;
        background: #C9A66D;
    }

    /*Powered by*/
    /*Logo ONEBOX*/
    ob-footer.main-footer img {
        filter: brightness(20) !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }

    /*Dark version subfooter*END*/