    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Barlow: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=Oswald:wght@200..700&display=swap');

    :root {
        /*Fonts*/
        --theme-text-2: #000;
        --theme-text-1: #000;
        --theme-font-family: "Barlow", serif;
        /*Navbar colors*/
        --ob-nav-text-color: #114C2B;
        --ob-nav-bg-color: #fff;

        /*color */
        --theme-primary-50: #E2EAE4;
        --theme-primary-100: #B7CCBB;
        --theme-primary-200: #8BAD91;
        --theme-primary-300: #5F8E67;
        --theme-primary-400: #3C7447;
        --theme-primary-500: #114C2B;
        --theme-primary-600: #0F4526;
        --theme-primary-700: #0C3C20;
        --theme-primary-800: #0A321B;
        --theme-primary-900: #062210;
        --theme-primary-A100: #64FF98;
        --theme-primary-A200: #31FF77;
        --theme-primary-A400: #00FF55;
        --theme-primary-A700: #00E04C;

        --theme-primary-50-contrast: #000000;
        --theme-primary-100-contrast: #000000;
        --theme-primary-200-contrast: #000000;
        --theme-primary-300-contrast: #000000;
        --theme-primary-400-contrast: #FFFFFF;
        --theme-primary-500-contrast: #FFFFFF;
        --theme-primary-600-contrast: #FFFFFF;
        --theme-primary-700-contrast: #FFFFFF;
        --theme-primary-800-contrast: #FFFFFF;
        --theme-primary-900-contrast: #FFFFFF;
        --theme-primary-A100-contrast: #000000;
        --theme-primary-A200-contrast: #000000;
        --theme-primary-A400-contrast: #000000;
        --theme-primary-A700-contrast: #000000;
    }
    /*Header Gift Card*/
    .gift-card {
        background-color: #E96009 !important;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #fff !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: #114C2B !important;
    }

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

    /*Border*/
    ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
        border: 1px solid #114C2B !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: #000;
    }

    /*Text footer adhoc*/
    ob-footer.main-footer a,
    ob-footer.main-footer span {
        font-weight: 400 !important;
    }

    /*Powered by*/
    /*Logo FEVER*/
    ob-footer.main-footer img[src="assets/fever.svg"] {
        filter: brightness(0) !important;
    }

    /*Force powered by fever*/
    .fever-logo {
        display: block !important;
    }

    .onebox-logo {
        display: none;
    }

/*Ocultar payment method duplicado -- Juanjo Perez*/
.flex.flex-col.gap-4 mat-radio-button:nth-of-type(2) {
  display: none;
}

/*Modificar imagen fondo preventa -- Juanjo Perez*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/app-customers-client/leones-abonados/background.webp');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}