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

:root {
    /*Fonts*/
    --theme-text-1: #000;
    --theme-font-family: "Montserrat", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #1955A5;
    /*alerta*/
    --theme-info: #1955A5;
    --theme-warning: #E24C00;
    /*color primary*/
    --theme-primary-50: #E0F0FA;
    --theme-primary-100: #B3D9F2;
    --theme-primary-200: #80BFE9;
    --theme-primary-300: #4DA5E0;
    --theme-primary-400: #268FD9;
    --theme-primary-500: #1955A5;
    --theme-primary-600: #005FA3;
    --theme-primary-700: #004E8A;
    --theme-primary-800: #003E70;
    --theme-primary-900: #011530;
    --theme-primary-A100: #B3D9F2;
    --theme-primary-A200: #80BFE9;
    --theme-primary-A400: #268FD9;
    --theme-primary-A700: #004E8A;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --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: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;

    --ob-custom-logo-filter: brightness(5) grayscale(1);
}
/*color navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
  background: linear-gradient(to bottom, #220D16 , #1955A5 );
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  height: 75px !important;
}

nav[_ngcontent-ng-c2266861243] {
    height: 75px!important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    border-bottom: 1px solid #ddd;
}

/*Gift card cartelera*/
.gift-card {
    background-color:#011530!important;
}
/*Gift card header-https://tickets.oneboxtds.com/roigarena_tickets/gift-card*/
.main-header {
    background-color:#011530!important;
}

/*FOOTER*/
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background: linear-gradient(180deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0)), url(https://client-dists-resources-pre.s3.amazonaws.com/channels-client/tuentrada_web/assets/background-footer.jpg) no-repeat center/cover !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;
    font-weight: 400;
}
/*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;
}

/*añadir login personalizado forzado*/
.tab-content:before {
  content: '';
  content: url("https://client-dists-resources.s3.amazonaws.com/channels-client/tuentrada/assets/login-channels-tuentrada.svg");
  width:10remauto;
  display: inline-block;
  text-align: center;
}
.cdk-overlay-dark-backdrop {
  background-color: #1955b7b5 !important;
}
/* #desktop-footer  {
        display: none;
    }*/

/*MOBILE*/
@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }

    mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
  height: 64px !important;
}

nav[_ngcontent-ng-c2266861243] {
    height: 64px!important;
}
}

/*Declaracion de accesibilidad*/
/*Ocultar button-text Aviso legal*/
section.footer-links *:nth-child(9) {
  display: none!important;
}
/*Ocultar separador Aviso legal*/
section.footer-links *:nth-child(8) {
  display: none!important;
}
/*END----Declaracion de accesibilidad*/

/*oculta h3 en header que causa error*/
ob-session-header.page-header-item h3.mat-mdc-tooltip-trigger.subtitle {
    display:none;
}