/*import*/
@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 {
    --theme-font-family: "Roboto", sans-serif;

    /*Navbar Colors*/
    --ob-nav-text-color: #414141;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #FCE4EA;
    --theme-primary-100: #F7BACB;
    --theme-primary-200: #F28DA9;
    --theme-primary-300: #ED5F86;
    --theme-primary-400: #E93C6C;
    --theme-primary-500: #E51A52;
    --theme-primary-600: #E2174B;
    --theme-primary-700: #DE1341;
    --theme-primary-800: #DA0F38;
    --theme-primary-900: #D30828;
    --theme-primary-A100: #FFFCFD;
    --theme-primary-A200: #FFC9D0;
    --theme-primary-A400: #FF96A3;
    --theme-primary-A700: #FF7D8C;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --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: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
    --ob-channel-header-height: 70px;

}

/*====================================================
    INDEX
    1) Header
    2) Adhoc
=====================================================*/

/*----------------------------------------------------
    1) Header
----------------------------------------------------*/

/*header*/
.header-custom {
    padding-inline: 1rem;
    height: 70px;
    background: #f3f3f3;
    text-align: center;
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.header-custom p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

/*Mobile*/
@media only screen and (max-width: 40.063em) {

    /*ocultar header*/
    app-channel-header {
        display: none;
    }
}

/*----------------------------------------------------
    2) Adhoc
----------------------------------------------------*/

/*TEXT PROMO - EVENTO-SEMEN---- 44953*/
#eventId-44953 ob-catalog-item-card .mat-mdc-card-content span.ob-promotion-tag:after {
    content: " - Promo Lanzamiento";
    color: #517C00;
    margin: 0 0 0 3px;
}

/*END--------TEXT PROMO - EVENTO-SEMEN ---- 44953*/

/*Resaltar info checkout fecha y hora session*/
mat-card-content span.ob-session-date {
    background-color: #FCE4EA;
    padding: 0.4rem 0.4rem;
    color: #E51A52 !important;
    border-radius: 8px 0px 0 8px;
    text-transform: uppercase;
}

mat-card-content span.ob-session-time {
    background-color: #FCE4EA;
    padding: 0.4rem 0.4rem 0.4rem 0;
    color: #E51A52 !important;
    border-radius: 0px 8px 8px 0px;
    text-transform: uppercase;
}

/*END----Resaltar info checkout fecha y hora session*/