/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    ---theme-primary-50: #F2E4E4;
    --theme-primary-100: #E0BFBF;
    --theme-primary-200: #CC9797;
    --theme-primary-300: #B86F6F;
    --theme-primary-400: #A54D4D;
    --theme-primary-500: #681915;
    --theme-primary-600: #5E1713;
    --theme-primary-700: #521411;
    --theme-primary-800: #47110E;
    --theme-primary-900: #330B0A;

    --theme-primary-A100: #E0BFBF;
    --theme-primary-A200: #CC9797;
    --theme-primary-A400: #A54D4D;
    --theme-primary-A700: #521411;

    /* CONTRASTES CON #681915 */
    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --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;

    /*Font family*/
    --theme-font-family: "Lato", sans-serif;
}


/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #231F20 !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 {
    filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

/*sillas de ruedas mas info convertido a entradas mas icono*/
/*sillas de ruedas*/
/*Integrate the wheelchair icon into the 'more info' button in the page header blur*/
.page-header-blur .big-container ob-button button.mdc-button.mdc-button--outlined {
    background-color: #fff;
    border-radius: 10rem;
}

.page-header-blur ob-button .mdc-button__label {
    color: #681915;
}

ob-page-select-locations .page-header-blur button.mdc-button.mdc-button--outlined mat-icon.mat-icon {
    display: none;
}

ob-page-select-locations .page-header-blur button.mdc-button.mdc-button--outlined .mdc-button__label::after {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/manuelcarrasco-sevilla-salvaje-desde-la-raiz/assets/ico-wheelchair.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 24px;
    height: 24px;
    content: "";
    margin-left: 6px;
}

ob-page-select-locations .page-header-blur span.mdc-button__label {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Integrate the wheelchair icon into the 'more info' button in the page header blur*END*/
/*MOBILE*/
/*Integrate the wheelchair icon into the 'more info' button in the page header blur -  on mobile*/
@media only screen and (max-width: 40.063em) {
    .page-header-blur .small-container .sm\:hidden:nth-child(3) {
        background-color: #fff;
        border-radius: 10rem;
        width: 2rem !important;
        height: 2rem !important;
    }

    .page-header-blur .small-container mat-icon.mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
        opacity: 0;
    }

    .page-header-blur .small-container .sm\:hidden.flex.go-back-button mat-icon.mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
        opacity: 1;
    }

    .page-header-blur .small-container .sm\:hidden:nth-child(3) {
        background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/manuelcarrasco-sevilla-salvaje-desde-la-raiz/assets/ico-wheelchair.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        width: 24px;
        height: 24px;
        content: "";
        margin-right: 8px;
    }

    .page-header-blur .small-container .sm\:hidden:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    }