@font-face {
    font-family: 'Gotham-medium';
    font-weight: 400;
    src: url("//client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/rccelta/assets/fonts/GOTHAM-MEDIUM.TTF") format('truetype');
}

:root {
    /*Fonts*/
    --theme-font-family: "Gotham-medium";
    /*Navbar Colors*/
    --ob-nav-text-color: #273E53;
    --ob-nav-bg-color: #6cace4;
    /*color primary*/
    --theme-primary-50: #E3E5E7;
    --theme-primary-100: #B9BEC2;
    --theme-primary-200: #8B9399;
    --theme-primary-300: #5D6870;
    --theme-primary-400: #3A4752;
    --theme-primary-500: #172733;
    --theme-primary-600: #14232E;
    --theme-primary-700: #111D27;
    --theme-primary-800: #0D1720;
    --theme-primary-900: #070E14;
    --theme-primary-A100: #5796FF;
    --theme-primary-A200: #2476FF;
    --theme-primary-A400: #005AF0;
    --theme-primary-A700: #0050D6;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --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: #000000;
    --theme-primary-contrast-A200: #FFFFFF;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}

/*login*/
.background-blur {
    background-image: url('https://client-dists-resources.oneboxtds.com/app-customers-client/rccelta/bg.jpg');
    /* La URL de tu imagen */
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*BODY*/
/*Mayúsculas en el titulo*/
span.title {
    text-transform: uppercase;
}

/*Footer*/
.footers-container {
    background-color: #fff;
}

.channel-footer .social {
    padding: 1srem 0;
}

.channel-footer .sponsors {
    text-align: center;
    background-image: url('//client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/rccelta/assets/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    margin-top: 2rem;
}

.sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Reajuste tamaño logo*/
.logo-footer {
    width: 130px;
    margin-bottom: 1rem;
}

.social-media a img {
    width: 2rem;
    background-color: #000;
    margin-top: 1rem;
}

.social {
    text-align: center;
}

.social-media a {
    text-decoration: none;
}

/*Mobile*/
@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }
}

/*prueba quitar el boton pop-up*/
ob-context-expandable-message-dialog.mat-mdc-dialog-component-host mat-dialog-actions.mat-mdc-dialog-actions.mdc-dialog__actions.mat-mdc-dialog-actions-align-end ob-button button {
    display: none !important;
}