@font-face {
    font-family: 'Sharp Sans';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/baila/assets/fonts/SharpSans-No2-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: bold;
}

/*import*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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-font-family: "Inter", sans-serif;
    --theme-font-family-2: "Sharp Sans";
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23ff0077*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #000;
    /*color primary*/
--theme-primary-50: #e6e6e6;
--theme-primary-100: #cccccc;
--theme-primary-200: #b3b3b3;
--theme-primary-300: #999999;
--theme-primary-400: #4d4d4d;
--theme-primary-500: #000000;
--theme-primary-600: #000000;
--theme-primary-700: #000000;
--theme-primary-800: #000000;
--theme-primary-900: #000000;
--theme-primary-A100: #333333;
--theme-primary-A200: #262626;
--theme-primary-A400: #1a1a1a;
--theme-primary-A700: #0d0d0d;

/* CONTRASTES NEGRO */
--theme-primary-contrast-50: #212121;
--theme-primary-contrast-100: #212121;
--theme-primary-contrast-200: #212121;
--theme-primary-contrast-300: #212121;
--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: #FFFFFF;
--theme-primary-contrast-A200: #FFFFFF;
--theme-primary-contrast-A400: #FFFFFF;
--theme-primary-contrast-A700: #FFFFFF;
}

/* --> Specific CSS goes HERE <--*/
a.link-logo img {
    height: 2.5rem;
}

.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/baila/assets/bg/bg.png');
    /* La URL de tu imagen */
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*BODY*/
.title {
    font-family: var(--theme-font-family-2) !important;
    text-transform: uppercase;
}

/*Button shooping car disabled*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #b1b1b161;
}

/*FOOTER*/
app-channel-footer.channel-footer {
    background-color: #000;
    padding: 2rem 10rem 0rem;
}

.channel-footer-content {
    background-color: #000;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 1280px;
    padding: 1rem 1rem 0 1rem;
}

.social-media {
    display: flex;
    gap: 1rem;
}

.social-media img {
    height: 2rem;
}

.logo-baila img {
    height: 5rem;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #000 !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: #fff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #fff !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid #fff !important;
}

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

/*gift-card custom*/
.gift-card {
    background-color: #ff0091 !important;
}

/*buttons primary adhoc*/
ob-button>.mat-mdc-icon-button.flat.mat-primary:not(:disabled),
ob-button>.mat-primary.mat-mdc-unelevated-button {
    background: #000000 !important;
    color: #fff !important;
}

ob-button>.mat-mdc-icon-button.flat.mat-primary:hover:not(:disabled),
ob-button>.mat-primary.mat-mdc-unelevated-button:hover {
    background: #ff0091 !important;
    color: #fff !important;
}

/*Hide Powered by*/
.copyright-wrapper {
    display: none !important;
}

/*Mobile*/
@media only screen and (max-width: 40.063em) {

    /*Hide Footer*/
    .channel-footer {
        display: none;
    }

    /* Establece el tamaÃ±o de fondo del elemento al 97% del tamaÃ±o disponible */
    .event-main-header {
        background-size: 97% !important;
        background-color: #231911 !important;
    }

    /* Establece el tamaÃ±o de fondo al 95%  dentro (ob-contents-dialog mat-dialog-content) */
    ob-contents-dialog mat-dialog-content .event-main-header {
        background-size: 95% !important;
        background-color: #191209 !important;
    }

}

/*Ocultar disponibilidad en evento-50587*/
div#eventId-50587 span.ob-tag.error {
    display: none;
}