/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #212121;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50:  #E6E6E6;
--theme-primary-100: #CCCCCC;
--theme-primary-200: #B3B3B3;
--theme-primary-300: #999999;
--theme-primary-400: #808080;
--theme-primary-500: #1A1A1A;
--theme-primary-600: #171717;
--theme-primary-700: #141414;
--theme-primary-800: #101010;
--theme-primary-900: #0A0A0A;
--theme-primary-A100: #BFBFBF;
--theme-primary-A200: #808080;
--theme-primary-A400: #404040;
--theme-primary-A700: #1A1A1A;

--theme-contrast-50:  #000000;
--theme-contrast-100: #000000;
--theme-contrast-200: #000000;
--theme-contrast-300: #000000;
--theme-contrast-400: #FFFFFF;
--theme-contrast-500: #FFFFFF;
--theme-contrast-600: #FFFFFF;
--theme-contrast-700: #FFFFFF;
--theme-contrast-800: #FFFFFF;
--theme-contrast-900: #FFFFFF;
--theme-contrast-A100: #000000;
--theme-contrast-A200: #FFFFFF;
--theme-contrast-A400: #FFFFFF;
--theme-contrast-A700: #FFFFFF;

}
/*logo navbar*/
mat-toolbar.mat-toolbar img.logo{
    width:15rem!important;
}

/*Img presale custom*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/don-omar-sevilla/assets/presale-don-omar.jpg');
    /* La URL de tu imagen */
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*Footer*/
#desktop-footer {
    background-color:#1a1a1a;
}

/*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: #FFFFFF !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #FFFFFF !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#FFFFFF !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #FFFFFF;
}

ob-footer.main-footer img {
    filter: brightness(20) !important;
}

/*Custom billboard*/
/*Fondo cartelera*/
body ob-page-events {
    background: url("https://client-dists-resources.s3.amazonaws.com/channels-client/don-omar-sevilla/assets/bg-billboard.webp") center/cover no-repeat;
    background-attachment: fixed;
}

/*Fondo card eventos*/
ob-page-events .ob-catalog-card {
    background-color: #fff;
    border-radius: 4px;
    padding: 16px;
}

ob-page-events .main-container {
    background-color: #fff0;
}