 /*import*/
 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

 :root {
   /*Fonts*/ 
   --theme-text-2: #1b1b1b;
   --theme-text-1: #1b1b1b;
   --theme-font-family: "Source Sans 3", sans-serif;
   --theme-font-family-2: "Roboto", sans-serif;
   /*// http://mcg.mbitson.com/#!?mcgpalette0=%23ff0077*/
   /*NAVBAR COLORS*/
   --ob-nav-text-color: #000;
   --ob-nav-bg-color: #fff;
   /*color primary*/
   --theme-primary-50: #fce4e4;
   --theme-primary-100: #f8bcbc;
   --theme-primary-200: #f39090;
   --theme-primary-300: #ee6363;
   --theme-primary-400: #eb4141;
   --theme-primary-500: #e72020;
   --theme-primary-600: #e41c1c;
   --theme-primary-700: #e01818;
   --theme-primary-800: #dd1313;
   --theme-primary-900: #d70b0b;
   --theme-primary-A100: #ffffff;
   --theme-primary-A200: #ffe7eb;
   --theme-primary-A400: #ffb4c0;
   --theme-primary-A700: #ff9aaa;
   /*color contrast*/
   --theme-primary-contrast-50: #000000;
   --theme-primary-contrast-100: #000000;
   --theme-primary-contrast-200: #000000;
   --theme-primary-contrast-300: #000000;
   --theme-primary-contrast-400: #fff;
   --theme-primary-contrast-500: #fff;
   --theme-primary-contrast-600: #fff;
   --theme-primary-contrast-700: #fff;
   --theme-primary-contrast-800: #fff;
   --theme-primary-contrast-900: #fff;
   --theme-primary-contrast-A100: #000000;
   --theme-primary-contrast-A200: #000000;
   --theme-primary-contrast-A400: #000000;
   --theme-primary-contrast-A700: #000000;
 }

 /* --> Specific CSS goes HERE <--*/
/*Ajuste logo login*/
img.presale-logo {
    height:6rem;
}
/*Modificación imagen login*/
 .background-blur {
  background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/victoriagrup/img/background.webp'); /* La URL de tu imagen */
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
}

