/*import*/
@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: #FFFFFF;
    /*botón activo en sidenav*/
    --ob-nav-list-active-bg-color: #e4a78f;
    /*color primary*/
    --theme-primary-50: #f8eae4;
    --theme-primary-100: #efcabc;
    --theme-primary-200: #e4a78f;
    --theme-primary-300: #d98462;
    --theme-primary-400: #d06940;
    --theme-primary-500: #c84f1e;
    --theme-primary-600: #c2481a;
    --theme-primary-700: #bb3f16;
    --theme-primary-800: #b43612;
    --theme-primary-900: #a7260a;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffd0d2;
    --theme-primary-A400: #ff9da2;
    --theme-primary-A700: #ff838a;

    --theme-primary-contrast-50: #1a1a1a;
    --theme-primary-contrast-100: #1a1a1a;
    --theme-primary-contrast-200: #1a1a1a;
    --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: #1a1a1a;
    --theme-primary-contrast-A200: #1a1a1a;
    --theme-primary-contrast-A400: #1a1a1a;
    --theme-primary-contrast-A700: #1a1a1a;
    /*Obfooter: logo filter*/
    --ob-custom-logo-filter: brightness(20);
}

/*===============================
    INDEX
    1) Ob Footer
    2) Custom Footer
    3) Presale
===================================*/

/*-----------------------------------
    1) Login
-------------------------------------*/

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

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

/*-----------------------------------
    2) Custom Footer
-------------------------------------*/

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #1f1f1f !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;
}

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

/*-----------------------------------
    4) Custom Footer
-------------------------------------*/

/* Footer container */
.footers-container {
    background-color: #fff;
}

/* Footer spacing */
.channel-footer {
    margin-top: 4rem;
}

/* Footer internal padding */
.channel-footer-content {
    padding: 1.2rem;
}

/* Sponsor row */
.row-custom {
    margin: 1.5rem;
}

/* Remove underline from sponsor links */
.row-custom a {
    text-decoration: none;
}

/* Title separator */
.title-custom {
    border-bottom: 2px solid #feca84;
    margin-bottom: 1rem;
}

/* Title text */
.title-custom-text {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

/* Footer links color */
footer .ob-link {
    color: #fff;
}

/* Sponsor logos container */
.sponsors-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

/* Sponsor logos */
.sponsors-img img {
    height: 40px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Logos muy horizontales */
.sponsors-img img.logo-horizontal {
    height: auto;
    max-width: 120px;
}

/* Mobile behaviour */
@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }
}

/*-----------------------------------
    3) Presale
-------------------------------------*/

/*Background image size correction on the login page. This rule ensures the image doesn't overflow or break the visual layout*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/summerfestcerdanya/img/background.webp');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}