/*Fonts*/
@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 {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #1a1a1a;
    /*Colors*/
    --theme-primary-50: #FCE4E4;
    --theme-primary-100: #F8BABA;
    --theme-primary-200: #F28D8D;
    --theme-primary-300: #EC5F5F;
    --theme-primary-400: #E83C3C;
    --theme-primary-500: #D61818;
    --theme-primary-600: #C21515;
    --theme-primary-700: #A01111;
    --theme-primary-800: #800E0E;
    --theme-primary-900: #580909;
    --theme-primary-A100: #F8BABA;
    --theme-primary-A200: #F28D8D;
    --theme-primary-A400: #E83C3C;
    --theme-primary-A700: #A01111;

    --theme-primary-contrast-50: #1a1a1a;
    --theme-primary-contrast-100: #1a1a1a;
    --theme-primary-contrast-200: #1a1a1a;
    --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: #1a1a1a;
    --theme-primary-contrast-A200: #1a1a1a;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;

    /*Font family*/
    --theme-font-family: "Roboto", sans-serif;
}

/*Navbar*/
/*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;
}

/*Add text after the event title*/
ob-catalog-card#eventId-35109 .ob-catalog-card span.title:after {
    text-transform: capitalize;
    content: " Alma";
    font-family: "Lovers Quarrel", cursive;
    font-size: 1.8rem;
    color: #D61818;
}

ob-page-event h1.mat-mdc-tooltip-trigger.title:after {
    text-transform: capitalize;
    content: " Alma";
    font-family: "Lovers Quarrel", cursive;
    font-size: 3rem;
    color: #D61818;
}

/*Subfooter*/
ob-footer.main-footer {
    background-color: #fff;
}

/*oculta min price en seccion page event*/
.page-event .min-price {
    display: none;
}