/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #FFF;
    /*Primary*/
    --theme-primary-50: #E0F4ED;
    --theme-primary-100: #B3E5D3;
    --theme-primary-200: #80D3B6;
    --theme-primary-300: #4DC198;
    --theme-primary-400: #26B482;
    --theme-primary-500: #00A76C;
    --theme-primary-600: #009F64;
    --theme-primary-700: #009659;
    --theme-primary-800: #008C4F;
    --theme-primary-900: #007C3D;
    --theme-primary-A100: #A9FFCD;
    --theme-primary-A200: #76FFAF;
    --theme-primary-A400: #43FF91;
    --theme-primary-A700: #2AFF82;
    /*Fuente cliente*/
    --theme-font-family: "Poppins", sans-serif;
    /*Color contrast*/
    --theme-primary-contrast-50: #000;
    --theme-primary-contrast-100: #000;
    --theme-primary-contrast-200: #000;
    --theme-primary-contrast-300: #000;
    --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-A10: #FFFFFF;
    --theme-primary-contrast-A200: #000;
    --theme-primary-contrast-A400: #000;
    --theme-primary-contrast-A700: #000;
    /*Force font weight*/
    --theme-headline-5-font-weight: 300;
    --theme-headline-6-font-weight: 300;
    --theme-subtitle-1-font-weight: 300;
    --theme-body-1-font-weight: 300;
    --theme-body-2-font-weight: 300;
    --theme-caption-font-weight: 300;
    --theme-headline-1-font-weight: 600;
    --theme-headline-2-font-weight: 600;
    --theme-headline-3-font-weight: 600;
    --theme-headline-4-font-weight: 600;
    --theme-button-font-weight: 600;
    --ob-channel-header-height: 80px;

}

/*header*/
.header-pv {
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
    background-color: #fff;
}

.header-pv img {
    width: 90px;
    padding-right: 15px;
}

.header-pv img:hover {
    opacity: 0.6;
}

/*Ocultar fecha sesión carrito*/
.ob-cart-summary .session-time {
    display: none;
}

/*Ocultar fecha sesión TYP*/
.payment-success-summary .session-time {
    display: none;
}

/*Ocultar mensaje máximo tickets*/
p.ob-message-box.info.tickets-limit {
    display: none;
}

/*Mobile*/
@media only screen and (max-width: 40.063em) {

    /*Hide header on mobile*/
    .header-pv {
        display: none;
    }
}
