/*import*/
@import url('https://fonts.googleapis.com/css2?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 {
    /*Fonts*/
    --theme-text-1: #000;
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #FFFFFF;
    /*color primary*/
    --theme-primary-50: #E0F3FC;
    --theme-primary-100: #B3E2F6;
    --theme-primary-200: #80CEF1;
    --theme-primary-300: #4DBAEB;
    --theme-primary-400: #26ACE6;
    --theme-primary-500: #0064B0;
    --theme-primary-600: #0095DF;
    --theme-primary-700: #008BDA;
    --theme-primary-800: #0081D6;
    --theme-primary-900: #006FCF;
    --theme-primary-A100: #F6FBFF;
    --theme-primary-A200: #C3E0FF;
    --theme-primary-A400: #90C6FF;
    --theme-primary-A700: #77B8FF;
    /*Color contrast*/
    --theme-primary-contrast-50: #252525;
    --theme-primary-contrast-100: #252525;
    --theme-primary-contrast-200: #252525;
    --theme-primary-contrast-300: #252525;
    --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-A10: #252525;
    --theme-primary-contrast-A200: #252525;
    --theme-primary-contrast-A400: #252525;
    --theme-primary-contrast-A700: #252525;
}

/* Forzar margin top en main content */
.main-container:not(.full-screen) {
    margin: 2rem auto;
}

.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    border-bottom: 1px solid #000;
}

div.main-logo a img {
    width: 280px;
    margin: 1rem 0;
}

/*https://client-dists-resources.s3.amazonaws.com/channels-client/festival-millenni/img/bg.jpg*/
.page-event {
    background: url("https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/festival-millenni/assets/background.png");
    background-attachment: fixed;
    background-repeat: repeat;
}

/*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*/
.main-footer {
    background-color: #FFFFFF !important;
}

/*MOBILE*/
@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }

    /* Forzar margin top en main content */
    .main-container:not(.full-screen) {
        margin: 0 auto;
    }
}