@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Montserrat", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #F8F5E9;
    --theme-primary-100: #EFE6C7;
    --theme-primary-200: #E4D5A2;
    --theme-primary-300: #D9C47D;
    --theme-primary-400: #CEB662;
    --theme-primary-500: #C4A946;
    --theme-primary-600: #BEA13E;
    --theme-primary-700: #B69835;
    --theme-primary-800: #AF8E2D;
    --theme-primary-900: #A27E1F;
    --theme-primary-A100: #EFE6C7;
    --theme-primary-A200: #E4D5A2;
    --theme-primary-A400: #CEB662;
    --theme-primary-A700: #B69835;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --theme-primary-contrast-400: #212121;
    --theme-primary-contrast-500: #212121;
    --theme-primary-contrast-600: #212121;
    --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: #212121;
    --theme-primary-contrast-A700: #FFFFFF;
}

/********* 
INDEX
0 - GENERAL
1 - FOOTER
2 - PRESALE
3 - CUSTOM PAGE BLUR SECTION
*********/

/********* 
0 - GENERAL
*********/
h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}

mat-toolbar.mat-toolbar {
    border-top: 5px solid #D4AF37;
}

/********* 
1 - FOOTER
*********/

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #484D53 !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 {
    filter: brightness(20) !important;
}

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

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

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

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

.onebox-logo {
    display: none
}

/********* 
2 - PRESALE
*********/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/realsociedad/assets/background.webp');
    /* La URL de tu imagen */
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/********* 
3 - CUSTOM PAGE BLUR SECTION
*********/
/*custom color on page blur*/
ob-page-event .page-header-blur {
    background-color: #C4A946 !important;
    color: #1a1a1a;
}

ob-page-select-locations .page-header-blur {
    background-color: #C4A946 !important;
    color: #1a1a1a;
}

ob-page-select-locations .page-header-blur a,
ob-page-event .page-header-blur a {
    color: #1a1a1a !important;
}

/********* 
4 - BILLBOARD
*********/
/* 1. Usar border en lugar de padding para asegurar que el dorado se mantenga en los 4 lados */
ob-catalog-card {
    border: 4px solid #D4AF37 !important;
    background-color: transparent !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

/* 2. El contenido blanco llenará exactamente el interior del border */
ob-catalog-card .content {
    padding: 8px !important;
    background-color: #fff !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

/* 3. Asegurar que los contenedores hijos también permitan el estiramiento */
ob-catalog-card>div,
ob-catalog-card .card-container {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

ob-page-events .main-container {
    background-color: transparent;
}

.ob-image-container {
    border-radius: 0px !important;
}