/*import*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    /*Font Family*/
    --theme-font-family: "Rubik", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #de2a4b;
    /*color primary*/
    --theme-primary-50: #FBE5E9;
    --theme-primary-100: #F5BFC9;
    --theme-primary-200: #EF95A5;
    --theme-primary-300: #E86A81;
    --theme-primary-400: #E34A66;
    --theme-primary-500: #DE2A4B;
    --theme-primary-600: #DA2544;
    --theme-primary-700: #D51F3B;
    --theme-primary-800: #D11933;
    --theme-primary-900: #C80F23;
    --theme-primary-A100: #FFF6F6;
    --theme-primary-A200: #FFC3C8;
    --theme-primary-A400: #FF9099;
    --theme-primary-A700: #FF7682;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --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: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
}

/*Footer*/
.channel-footer {
    background-color: #de2a4b;
    padding: 1rem 0;
}

.footer-sponsors {
    display: flex;
    justify-content: space-between;
}

.footer-sponsors img {
    width: 90px;
    height: auto;
    padding-right: 1rem;
}

.sponsors {
    display: flex;
    align-items: center;
}

.logo-footer img {
    width: 80px;
    padding-left: 1rem;
}

.logo-footer {
    display: flex;
    align-items: center;
}

/*Ocultar "Buscar per data"*/
#eventId-32746 .session-selection-filter {
    display: none !important;
}

/*Mobile*/
@media only screen and (max-width: 40.063em) {
    app-channel-footer.channel-footer {
        display: none;
    }
}