/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

:root {
    /*Text color*/
    --theme-font-family: 'Poppins', sans-serif;
    /*// http://mcg.mbitson.com*/
    /*Navbar Colors*/
    --ob-nav-text-color: #414141;
    --ob-nav-bg-color: #fff;
    /*Color Primary*/
    --theme-primary-50: #ffffff;
    --theme-primary-100: #ffe5d3;
    --theme-primary-200: #ffcaa8;
    --theme-primary-300: #ffb07d;
    --theme-primary-400: #ff9453;
    --theme-primary-500: #ff7825;
    --theme-primary-600: #c76021;
    --theme-primary-700: #92481c;
    --theme-primary-800: #603217;
    --theme-primary-900: #321c0f;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffe5d3;
    --theme-primary-A400: #ffcaa8;
    --theme-primary-A700: #92481c;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --theme-primary-contrast-400: #000000;
    --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-content {
    background: #fff;
    margin: 2rem 0;
}

.channel-footer-content div.title-footer div p {
    border-bottom: 0.7px solid #404040;
}

.channel-footer-content p.title1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-top: 1rem;
    text-align: center;
}

.channel-footer-content .sponsors {
    margin: 0.6rem 0;
    text-align: center;
    line-height: 100px;
}

.channel-footer-content .sponsors a img {
    padding: 1rem 1.5rem;
}

.row-promotor img {
    height: 80px;
}

.row-promotor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}

.supporter,
.promotor {
    width: 45%
}

@media only screen and (max-width: 40.063em) {
    app-channel-footer.channel-footer {
        display: none;
    }
}