/* tecnol colors */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* {
  font-family: "IBM Plex Sans", serif!important;
}

:root {
    --pf-global--palette--black-100: #fafafa!important;
    --pf-global--palette--black-150: #f5f5f5!important;
    --pf-global--palette--black-200: #f0f0f0!important;
    --pf-global--palette--black-300: #d2d2d2!important;
    --pf-global--palette--black-400: #b8bbbe!important;
    --pf-global--palette--black-500: #8a8d90!important;
    --pf-global--palette--black-600: #6a6e73!important;
    --pf-global--palette--black-700: #4f5255!important;
    --pf-global--palette--black-800: #3c3f42!important;
    --pf-global--palette--black-850: #212427!important;
    --pf-global--palette--black-900: #151515!important;
    --pf-global--palette--black-1000: #030303!important;
    --pf-global--palette--blue-50: #e7f1fa!important;
    --pf-global--palette--blue-100: #bee1f4!important;
    --pf-global--palette--blue-200: #F3754D!important;
    --pf-global--palette--blue-300: #2b9af3!important;
    --pf-global--palette--blue-400: #F15A29!important;
    --pf-global--palette--blue-500: #F3754D!important;
    --pf-global--palette--blue-600: #002952!important;
    --pf-global--palette--blue-700: #001223!important;
    --pf-global--palette--cyan-50: #f2f9f9!important;
    --pf-global--palette--cyan-100: #a2d9d9!important;
    --pf-global--palette--cyan-200: #73c5c5!important;
    --pf-global--palette--cyan-300: #009596!important;
    --pf-global--palette--cyan-400: #005f60!important;
    --pf-global--palette--cyan-500: #003737!important;
    --pf-global--palette--cyan-600: #002323!important;
    --pf-global--palette--cyan-700: #000f0f!important;
    --pf-global--palette--gold-50: #fdf7e7!important;
    --pf-global--palette--gold-100: #f9e0a2!important;
    --pf-global--palette--gold-200: #f6d173!important;
    --pf-global--palette--gold-300: #f4c145!important;
    --pf-global--palette--gold-400: #f0ab00!important;
    --pf-global--palette--gold-500: #c58c00!important;
    --pf-global--palette--gold-600: #795600!important;
    --pf-global--palette--gold-700: #3d2c00!important;
    --pf-global--palette--green-50: #f3faf2!important;
    --pf-global--palette--green-100: #bde5b8!important;
    --pf-global--palette--green-200: #95d58e!important;
    --pf-global--palette--green-300: #6ec664!important;
    --pf-global--palette--green-400: #5ba352!important;
    --pf-global--palette--green-500: #3e8635!important;
    --pf-global--palette--green-600: #1e4f18!important;
    --pf-global--palette--green-700: #0f280d!important;
    --pf-global--palette--light-blue-100: #beedf9!important;
    --pf-global--palette--light-blue-200: #7cdbf3!important;
    --pf-global--palette--light-blue-300: #35caed!important;
    --pf-global--palette--light-blue-400: #00b9e4!important;
    --pf-global--palette--light-blue-500: #008bad!important;
    --pf-global--palette--light-blue-600: #005c73!important;
    --pf-global--palette--light-blue-700: #002d39!important;
    --pf-global--palette--light-green-100: #e4f5bc!important;
    --pf-global--palette--light-green-200: #c8eb79!important;
    --pf-global--palette--light-green-300: #ace12e!important;
    --pf-global--palette--light-green-400: #92d400!important;
    --pf-global--palette--light-green-500: #6ca100!important;
    --pf-global--palette--light-green-600: #486b00!important;
    --pf-global--palette--light-green-700: #253600!important;
    --pf-global--palette--orange-50: #fff6ec!important;
    --pf-global--palette--orange-100: #f4b678!important;
    --pf-global--palette--orange-200: #ef9234!important;
    --pf-global--palette--orange-300: #ec7a08!important;
    --pf-global--palette--orange-400: #c46100!important;
    --pf-global--palette--orange-500: #8f4700!important;
    --pf-global--palette--orange-600: #773d00!important;
    --pf-global--palette--orange-700: #3b1f00!important;
    --pf-global--palette--purple-50: #f2f0fc!important;
    --pf-global--palette--purple-100: #cbc1ff!important;
    --pf-global--palette--purple-200: #b2a3ff!important;
    --pf-global--palette--purple-300: #a18fff!important;
    --pf-global--palette--purple-400: #8476d1!important;
    --pf-global--palette--purple-500: #6753ac!important;
    --pf-global--palette--purple-600: #40199a!important;
    --pf-global--palette--purple-700: #1f0066!important;
    --pf-global--palette--red-50: #faeae8!important;
    --pf-global--palette--red-100: #c9190b!important;
    --pf-global--palette--red-200: #a30000!important;
    --pf-global--palette--red-300: #7d1007!important;
    --pf-global--palette--red-400: #470000!important;
    --pf-global--palette--red-500: #2c0000!important;
    --pf-global--palette--white: #fff!important;
    --pf-global--BackgroundColor--100: #fff!important;
    --pf-global--BackgroundColor--150: #fafafa!important;
    --pf-global--BackgroundColor--200: #f0f0f0!important;
    --pf-global--BackgroundColor--light-100: #fff!important;
    --pf-global--BackgroundColor--light-200: #fafafa!important;
    --pf-global--BackgroundColor--light-300: #f0f0f0!important;
    --pf-global--BackgroundColor--dark-100: #151515!important;
    --pf-global--BackgroundColor--dark-200: #3c3f42!important;
    --pf-global--BackgroundColor--dark-300: #212427!important;
    --pf-global--BackgroundColor--dark-400: #4f5255!important;
    --pf-global--BackgroundColor--dark-transparent-100: rgba(3, 3, 3, 0.62)!important;
    --pf-global--BackgroundColor--dark-transparent-200: rgba(3, 3, 3, 0.32)!important;
    --pf-global--Color--100: #151515!important;
    --pf-global--Color--200: #6a6e73!important;
    --pf-global--Color--300: #3c3f42!important;
    --pf-global--Color--400: #8a8d90!important;
    --pf-global--Color--light-100: #fff!important;
    --pf-global--Color--light-200: #f0f0f0!important;
    --pf-global--Color--light-300: #d2d2d2!important;
    --pf-global--Color--dark-100: #151515!important;
    --pf-global--Color--dark-200: #6a6e73!important;
    --pf-global--active-color--100: #F15A29!important;
    --pf-global--active-color--200: #bee1f4!important;
    --pf-global--active-color--300: #2b9af3!important;
    --pf-global--active-color--400: #F3754D!important;
    --pf-global--disabled-color--100: #6a6e73!important;
    --pf-global--disabled-color--200: #d2d2d2!important;
    --pf-global--disabled-color--300: #f0f0f0!important;
    --pf-global--primary-color--100: #F15A29!important;
    --pf-global--primary-color--200: #F3754D!important;
    --pf-global--primary-color--light-100: #F3754D!important;
    --pf-global--primary-color--dark-100: #F15A29!important;
    --pf-global--secondary-color--100: #0C4A65!important;
    --pf-global--default-color--100: #73c5c5!important;
    --pf-global--default-color--200: #009596!important;
    --pf-global--default-color--300: #003737!important;
    --pf-global--success-color--100: #3e8635!important;
    --pf-global--success-color--200: #1e4f18!important;
    --pf-global--info-color--100: #2b9af3!important;
    --pf-global--info-color--200: #002952!important;
    --pf-global--warning-color--100: #f0ab00!important;
    --pf-global--warning-color--200: #795600!important;
    --pf-global--danger-color--100: #c9190b!important;
    --pf-global--danger-color--200: #a30000!important;
    --pf-global--danger-color--300: #470000!important;
    --pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.12), 0 0 0.125rem 0 rgba(3, 3, 3, 0.06)!important;
    --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)!important;
    --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)!important;
    --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)!important;
    --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)!important;
    --pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.12), 0 0 0.25rem 0 rgba(3, 3, 3, 0.06)!important;
    --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.16), 0 0 0.375rem 0 rgba(3, 3, 3, 0.08)!important;
    --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18)!important;
    --pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.16), 0 0 0.5rem 0 rgba(3, 3, 3, 0.1)!important;
    --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.2)!important;
    --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2)!important;
    --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.2)!important;
    --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2)!important;
    --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 rgba(3, 3, 3, 0.25)!important;
    --pf-global--font-path: "./assets/fonts"!important;
    --pf-global--fonticon-path: "./assets/pficon"!important;
    --pf-global--spacer--xs: 0.25rem!important;
    --pf-global--spacer--sm: 0.5rem!important;
    --pf-global--spacer--md: 1rem!important;
    --pf-global--spacer--lg: 1.5rem!important;
    --pf-global--spacer--xl: 2rem!important;
    --pf-global--spacer--2xl: 3rem!important;
    --pf-global--spacer--3xl: 4rem!important;
    --pf-global--spacer--4xl: 5rem!important;
    --pf-global--spacer--form-element: 0.375rem!important;
    --pf-global--gutter: 1rem!important;
    --pf-global--gutter--md: 1.5rem!important;
    --pf-global--ZIndex--xs: 100!important;
    --pf-global--ZIndex--sm: 200!important;
    --pf-global--ZIndex--md: 300!important;
    --pf-global--ZIndex--lg: 400!important;
    --pf-global--ZIndex--xl: 500!important;
    --pf-global--ZIndex--2xl: 600!important;
    --pf-global--breakpoint--xs: 0!important;
    --pf-global--breakpoint--sm: 576px!important;
    --pf-global--breakpoint--md: 768px!important;
    --pf-global--breakpoint--lg: 992px!important;
    --pf-global--breakpoint--xl: 1200px!important;
    --pf-global--breakpoint--2xl: 1450px!important;
    --pf-global--height-breakpoint--sm: 0!important;
    --pf-global--height-breakpoint--md: 40rem!important;
    --pf-global--height-breakpoint--lg: 48rem!important;
    --pf-global--height-breakpoint--xl: 60rem!important;
    --pf-global--height-breakpoint--2xl: 80rem!important;
    --pf-global--link--Color: #F15A29!important;
    --pf-global--link--Color--hover: #F3754D!important;
    --pf-global--link--Color--light: #2b9af3!important;
    --pf-global--link--Color--light--hover: #F3754D!important;
    --pf-global--link--Color--dark: #F15A29!important;
    --pf-global--link--Color--dark--hover: #F3754D!important;
    --pf-global--link--Color--visited: #40199a!important;
    --pf-global--link--TextDecoration: none!important;
    --pf-global--link--TextDecoration--hover: underline!important;
    --pf-global--BorderWidth--sm: 1px!important;
    --pf-global--BorderWidth--md: 2px!important;
    --pf-global--BorderWidth--lg: 3px!important;
    --pf-global--BorderWidth--xl: 4px!important;
    --pf-global--BorderColor--100: #d2d2d2!important;
    --pf-global--BorderColor--200: #8a8d90!important;
    --pf-global--BorderColor--300: #f0f0f0!important;
    --pf-global--BorderColor--dark-100: #d2d2d2!important;
    --pf-global--BorderColor--light-100: #b8bbbe!important;
    --pf-global--BorderRadius--sm: 3px!important;
    --pf-global--BorderRadius--lg: 30em!important;
    --pf-global--icon--Color--light: #6a6e73!important;
    --pf-global--icon--Color--dark: #151515!important;
    --pf-global--icon--FontSize--sm: 0.625rem!important;
    --pf-global--icon--FontSize--md: 1.125rem!important;
    --pf-global--icon--FontSize--lg: 1.5rem!important;
    --pf-global--icon--FontSize--xl: 3.375rem!important;
    --pf-global--FontFamily--sans-serif: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif!important;
    --pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif!important;
    --pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace!important;
    --pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif!important;
    --pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", "Overpass", overpass, helvetica, arial, sans-serif!important;
    --pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace!important;
    --pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif!important;
    --pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif!important;
    --pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace!important;
    --pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
    --pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace!important;
    --pf-global--FontSize--4xl: 2.25rem!important;
    --pf-global--FontSize--3xl: 1.75rem!important;
    --pf-global--FontSize--2xl: 1.5rem!important;
    --pf-global--FontSize--xl: 1.25rem!important;
    --pf-global--FontSize--lg: 1.125rem!important;
    --pf-global--FontSize--md: 1rem!important;
    --pf-global--FontSize--sm: 0.875rem!important;
    --pf-global--FontSize--xs: 0.75rem!important;
    --pf-global--FontWeight--light: 300!important;
    --pf-global--FontWeight--normal: 400!important;
    --pf-global--FontWeight--semi-bold: 700!important;
    --pf-global--FontWeight--overpass--semi-bold: 500!important;
    --pf-global--FontWeight--bold: 700!important;
    --pf-global--FontWeight--overpass--bold: 600!important;
    --pf-global--LineHeight--sm: 1.3!important;
    --pf-global--LineHeight--md: 1.5!important;
    --pf-global--ListStyle: disc outside!important;
    --pf-global--Transition: all 250ms ease-in-out!important;
    --pf-global--TimingFunction: cubic-bezier(0.645,0.045,0.355,1)!important;
    --pf-global--TransitionDuration: 250ms!important;
    --pf-global--arrow--width: 0.9375rem!important;
    --pf-global--arrow--width-lg: 1.5625rem!important;
    --pf-global--target-size--MinWidth: 44px!important;
    --pf-global--target-size--MinHeight: 44px!important;
}