/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #D31E1B;
    /* Nueva gama de colores basada en #56D6B4 */
    --theme-primary-50: #F5E6E6;
    --theme-primary-100: #E6BFBF;
    --theme-primary-200: #D69191;
    --theme-primary-300: #C66262;
    --theme-primary-400: #B93F3F;
    --theme-primary-500: #D31E1B;
    --theme-primary-600: #BE1A18;
    --theme-primary-700: #A71614;
    --theme-primary-800: #901210;
    --theme-primary-900: #720C0B;
    --theme-primary-A100: #FF9A9A;
    --theme-primary-A200: #FF6767;
    --theme-primary-A400: #FF3434;
    --theme-primary-A700: #FF1A1A;

    --theme-primary-50-contrast: #1A1A1A;
    --theme-primary-100-contrast: #1A1A1A;
    --theme-primary-200-contrast: #1A1A1A;
    --theme-primary-300-contrast: #FFFFFF;
    --theme-primary-400-contrast: #FFFFFF;
    --theme-primary-500-contrast: #FFFFFF;
    --theme-primary-600-contrast: #FFFFFF;
    --theme-primary-700-contrast: #FFFFFF;
    --theme-primary-800-contrast: #FFFFFF;
    --theme-primary-900-contrast: #FFFFFF;
    --theme-primary-A100-contrast: #1A1A1A;
    --theme-primary-A200-contrast: #1A1A1A;
    --theme-primary-A400-contrast: #FFFFFF;
    --theme-primary-A700-contrast: #FFFFFF;
}

/*Custom footer*/
.footer-custom {
    background-color: #FFFFFF;
}

.footer-custom {
    position: relative;
    width: 100%;
}

.footer-custom img {
    width: 100%;
    height: auto;
    background-size: contain;
}

/*SUBFOOTER*/
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #fff !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: #1A1A1A !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #1A1A1A !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid #1A1A1A !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #1A1A1A;
}

@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }
}