/*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: #212121;
    --ob-nav-bg-color: #fff;
    /* Nueva gama de colores basada en #579F72 */
    --theme-primary-50: #D4E8DB;
    --theme-primary-100: #A8D0B7;
    --theme-primary-200: #7BB99A;
    --theme-primary-300: #4FA77D;
    --theme-primary-400: #3B925D;
    --theme-primary-500: #579F72;
    /* Color principal */
    --theme-primary-600: #4B8A65;
    --theme-primary-700: #3D7B58;
    --theme-primary-800: #2F6B4A;
    --theme-primary-900: #1A4B32;
    --theme-primary-A100: #A2FFD7;
    --theme-primary-A200: #6DFFC4;
    --theme-primary-A400: #38FFA3;
    --theme-primary-A700: #1FF98C;
    /* Colores de contraste */
    --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;
    /* Contraste para color principal */
    --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: #212121;
    --theme-primary-contrast-A700: #212121;

}

/*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;
}

/*FOTER*/
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.footer img {
    height: 4rem !important;
    margin: 2rem;
}