/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Armata&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --theme-text-2: #000;
    --theme-text-1: #000;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #000;
    /*Colors*/
    /* Nueva gama de colores basada en #04DBB6 */
    --theme-primary-50: #E2FAF5;
    --theme-primary-100: #B6F2E5;
    --theme-primary-200: #85EAD5;
    --theme-primary-300: #53E1C5;
    --theme-primary-400: #2ED9B8;
    --theme-primary-500: #04DBB6;  /* Color principal */
    --theme-primary-600: #04C4A3;
    --theme-primary-700: #03AA8F;
    --theme-primary-800: #03917B;
    --theme-primary-900: #026D5C;
    --theme-primary-A100: #9CFFF4;
    --theme-primary-A200: #69FFE9;
    --theme-primary-A400: #36FFD9;
    --theme-primary-A700: #1CFFD0;

    /* Colores de contraste */
    --theme-primary-contrast-50: #000;
    --theme-primary-contrast-100: #000;
    --theme-primary-contrast-200: #000;
    --theme-primary-contrast-300: #000;
    --theme-primary-contrast-400: #000;
    --theme-primary-contrast-500: #000;  /* 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: #000;
    --theme-primary-contrast-A200: #000;
    --theme-primary-contrast-A400: #000;
    --theme-primary-contrast-A700: #000;


/*Font family*/
    --theme-font-family: "Montserrat", sans-serif;
}
/*Navbar*/
/*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; 
}
/*FOOTER*/
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #04DBB6 !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: #000 !important;
}
/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label, ob-footer.main-footer mat-icon.mat-icon {
    color: #000 !important;
}
/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid #000 !important; 
}
/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #000;
}
/*Logo ONEBOX*/
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: grayscale(100%);
}