/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-font-family: "Roboto", serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #FF690C;
    --ob-custom-logo-filter: brightness(90) !important;
    /*color primary*/

    --theme-primary-50: #ffede2;
    --theme-primary-100: #ffd3b7;
    --theme-primary-200: #ffb687;
    --theme-primary-300: #ff9856;
    --theme-primary-400: #ff8232;
    --theme-primary-500: #ff680c;
    --theme-primary-600: #ff640c;
    --theme-primary-700: #ff590a;
    --theme-primary-800: #ff4f08;
    --theme-primary-900: #ff3d04;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffffff;
    --theme-primary-A400: #ffffff;
    --theme-primary-A700: #ffeeee;

    --theme-contrast-50: #1a1a1a;
    --theme-contrast-100: #1a1a1a;
    --theme-contrast-200: #1a1a1a;
    --theme-contrast-300: #1a1a1a;
    --theme-contrast-400: #1a1a1a;
    --theme-contrast-500: #1a1a1a;
    --theme-contrast-600: #1a1a1a;
    --theme-contrast-700: #1a1a1a;
    --theme-contrast-800: #ffffff;
    --theme-contrast-900: #ffffff;
    --theme-contrast-A100: #1a1a1a;
    --theme-contrast-A200: #1a1a1a;
    --theme-contrast-A400: #1a1a1a;
    --theme-contrast-A700: #1a1a1a;

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

.eventId-46392.sessionId-2539860 .hidden-viewer:not(:has(ob-image-gallery)) {
    background: url('https://i.imgur.com/uY2Fbqb.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #FF690C !important;
}

/*Color links subfooter & copyright*/
.footer-links,
ob-footer.main-footer span.footer-copyright {
    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;
}

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

span.flex.items-center.gap-1 {
    color: #fff;
}
.channel-footer {
   background:#FF690C;
   text-align:center!important;
}
/*Modificar imagen por evento*/
.eventId-48771 .viewer-container {
    background: url('https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/entradas-valenciabasket/assets/catprem.jpg') center center / cover no-repeat;
    transition: background 0.2s ease;
}

/*elimina conteo de entradas disponibles*/
.eventId-48217 p.ob-availability {
    display: none;
}

/*elimina el footer en versión movil*/
@media (max-width: 768px) {
  img.footer {
    display: none;
  }
}

