
/*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-2: #1b1b1b;
    --theme-text-1: #1b1b1b;
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #e61414;
    /*color primary*/
        --theme-primary-50: #E9E9E9;
        --theme-primary-100: #BBBBBB;
        --theme-primary-200: #8D8D8D;
        --theme-primary-300: #5F5F5F;
        --theme-primary-400: #3D3D3D;
        --theme-primary-500: #1B1B1B;
        --theme-primary-600: #181818;
        --theme-primary-700: #141414;
        --theme-primary-800: #101010;
        --theme-primary-900: #080808;
        --theme-primary-A100: #FF5050;
        --theme-primary-A200: #FF1D1D;
        --theme-primary-A400: #E90000;
        --theme-primary-A700: #CF0000;
        --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*/
.logo-sponsors {
    background-color:#1b1b1b;
    text-align:right;
    padding:1rem 3rem 1rem;
}
.logo-sponsors img{
    margin-right:1rem;
    width: 5rem;
}
/*Mobile*/
@media only screen and (max-width: 40.063em){
    .channel-footer {
        display: none;
    }
}
/*oculta footer*/
.channel-footer{
    display:none;
}