/*import*/
@import url('https://use.typekit.net/abo5pqw.css');

:root {
    /*Fonts*/
    --theme-font-family: "Greycliff CF", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #ffffff;
    --ob-nav-bg-color: #212121;
    --ob-nav-list-active-bg-color: #8f5ca3;
    /*color primary*/
    --theme-primary-50: #f2ebf4;
    --theme-primary-100: #ddcee3;
    --theme-primary-200: #c7aed1;
    --theme-primary-300: #b18dbf;
    --theme-primary-400: #a074b1;
    --theme-primary-500: #8f5ca3;
    --theme-primary-600: #87549b;
    --theme-primary-700: #7c4a91;
    --theme-primary-800: #724188;
    --theme-primary-900: #603077;
    --theme-primary-A100: #f7efff;
    --theme-primary-A200: #debcff;
    --theme-primary-A400: #c589ff;
    --theme-primary-A700: #b870ff;

    --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: #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: #212121;
    --theme-primary-contrast-A700: #212121;
}

/********* 
INDEX
1 - PRESALE
2 - NAVBAR
3 - FOOTER
*********/

/********* 
1 - PRESALE
*********/

/*Imagen presale*/
.background-blur {
  background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/desertsmashevents/assets/bg.jpg');
  /* La URL de tu imagen */
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(80%);
}

/********* 
2 - NAVBAR
*********/

/* borde del navbar con degradado */
.mat-toolbar {
    background-color: var(--ob-nav-bg-color);
    border: none;
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #8f5ca3, #416fb6) 1;
    border-image-slice: 1;
}

/*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;
}

/********* 
3 - FOOTER
*********/

/*Footer*/
#desktop-footer {
    background-color: #212121;
}

/*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: #ffffff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #ffffff !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#ffffff !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #ffffff;
}

/*Logo filter*/
ob-footer.main-footer img {
    filter: brightness(80) !important;
}

/*Change logo sufooter ONEBOX to FEVER*/
/*Force powered by fever*/
.fever-logo {
    display: block !important;
}

.onebox-logo {
    display: none;
}
