/*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 {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar colors*/
    --ob-nav-text-color: #444;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #fce8f1;
    --theme-primary-100: #fbdcea;
    --theme-primary-200: #f6b7d5;
    --theme-primary-300: #e21776;
    --theme-primary-400: #cb156a;
    --theme-primary-500: #e21776;
    --theme-primary-600: #b5125e;
    --theme-primary-700: #a81057;
    --theme-primary-800: #aa1159;
    --theme-primary-900: #880e47;
    --theme-primary-A100: #fbdcea;
    --theme-primary-A200: #f6b7d5;
    --theme-primary-A400: #660a35;
    --theme-primary-A700: #4f0829;
    /*color contrast*/
    --theme-primary-contrast-50: #1A1A1A;
    --theme-primary-contrast-100: #1A1A1A;
    --theme-primary-contrast-200: #1A1A1A;
    --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: #1A1A1A;
    --theme-primary-contrast-A200: #1A1A1A;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}

/*==============================================================
    INDEX
    1) Top bar
    2) Billboard
    3) OB Footer
    4) Hidden elements
    5) Integration description event - WAH
================================================================*/

/*---------------------------------------------
    1) Top bar
---------------------------------------------*/

/*Button shooping car disabled*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #b1b1b161;
}

/*---------------------------------------------
    2) Billboard
---------------------------------------------*/

/*Banner search only on billboard*/
ob-page-events .filter-container {
    background-color: #e21776 !important;
}

/*---------------------------------------------
    3) OB Footer
---------------------------------------------*/

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #000000 !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;
}

/*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;
}

/*---------------------------------------------
    4) Hidden elements
---------------------------------------------*/
/*Esconder PRESHOW zona de precio ---EVENTO 45581 HOUDINI--*/
.eventId-45581 ob-pricezone-box.filter-pz.interactive:last-child {
    display: none;
}

/*Ocultar "maximo de entradas" en evento de 7 octubre, por zona de precio.*/
ob-not-graphic-selection.event_44693 [data-testid="price-zone-311258"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-311259"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-311261"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-311260"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-311262"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-311263"] .ob-message-box.info,

ob-not-graphic-selection.event_44693 [data-testid="price-zone-309220"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-309221"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-309219"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-309219"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-309218"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-309217"] .ob-message-box.info,
ob-not-graphic-selection.event_44693 [data-testid="price-zone-309216"] .ob-message-box.info {
    display: none !important;
}

/*---------------------------------------------
   5) Integration description event - WAH
---------------------------------------------*/
.custom-contact-block {
    width: 100%;
    text-align: left;
}

/*Titles*/
.title-custom-contact {
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.2rem;
    font-family: "adineuePRO-Bold", sans-serif !important;
}

/*CTA container*/
.contact-cta-box {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin-bottom: 1.5rem;
}

/*Grey module (icon + text)*/
.contact-module-text {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 1;
}

/*Icon box*/
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 8px;
    flex-shrink: 0;
}

/*Icon*/
.cta-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/*Text box*/
.text-box {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 7px 12px;
    flex: 1;
}

/*Text*/
.text-box p {
    margin: 0;
    line-height: 1.5;
}

/*CTA button*/
.cta-call-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #CC1424;
    color: #fff;
    border-radius: 3px;
    padding: 12px 16px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.cta-call-button:hover {
    background-color: #D54248;
}

/*CTA icon*/
.cta-icon-cta {
    width: 16px;
    height: 16px;
}

.contact-cta-box .text-box,
.contact-cta-box .icon-box {
    background-color: #FAE3E5;
}

/*Links*/
.contact-link {
    color: #CC1424;
}

/*Mobile*/
@media (max-width: 768px) {
    .contact-cta-box {
        flex-direction: column;
    }

    .cta-call-button {
        width: 100%;
        justify-content: center;
    }
}