@charset "UTF-8";
/* IMPORTS */
/* 
===============================
       ÍNDICE VARIABLES
=============================== 
   
	- COLORS
	- THEME COLORS
	- FONT FAMILY
	- FONT SIZES
	- FONT WEIGHTS
	- BODY
	- PARAGRAPH
	
*/
/************* COLORS *************/
/************* THEME COLORS *************/
/*  COLORES TEMA UNIFICADO  */
/* COLORES TEMA AZUL 
$c-dark: $darkblue;					// Color del tema oscuro (darkblue)
$c-normal: $blue;					// Color del tema (blue)
$c-light: $lightblue;				// Color del tema claro (lightblue)
$c-alt: $orange;					// Color del tema alternativo (orange)

$c-text: black;						// Color de texto
$c-hover: $c-dark;					// Color de texto hover
$bg-hover: $lightgray;				// Color de fondo hover 
$c-disabled: #6a6a6a;				// Color de texto deshablilitado
$bg-disabled: $gray;				// Color de fondo deshabilitado
*/
/************* FONT SIZES *************/
/************* FONT WEIGHTS *************/
/************* FONT FAMILY *************/
/************* BODY *************/
/************* PARAGRAPH *************/
/* 
===============================
        ÍNDICE LAYOUT
=============================== 
   
	- HEADERS
	- HEAD
	- USER
	- BREADCRUMB
	- FOOTER
	- LOGIN
	- SOMBRA
	- BORDES DE PANELES
	
*/
/* IMPORTS */
/* 
===============================
       ÍNDICE VARIABLES
=============================== 
   
	- COLORS
	- THEME COLORS
	- FONT FAMILY
	- FONT SIZES
	- FONT WEIGHTS
	- BODY
	- PARAGRAPH
	
*/
/************* COLORS *************/
/************* THEME COLORS *************/
/*  COLORES TEMA UNIFICADO  */
/* COLORES TEMA AZUL 
$c-dark: $darkblue;					// Color del tema oscuro (darkblue)
$c-normal: $blue;					// Color del tema (blue)
$c-light: $lightblue;				// Color del tema claro (lightblue)
$c-alt: $orange;					// Color del tema alternativo (orange)

$c-text: black;						// Color de texto
$c-hover: $c-dark;					// Color de texto hover
$bg-hover: $lightgray;				// Color de fondo hover 
$c-disabled: #6a6a6a;				// Color de texto deshablilitado
$bg-disabled: $gray;				// Color de fondo deshabilitado
*/
/************* FONT SIZES *************/
/************* FONT WEIGHTS *************/
/************* FONT FAMILY *************/
/************* BODY *************/
/************* PARAGRAPH *************/
/************* HEADERS *************/
/************* HEAD *************/
/************* OPTIONS-BAR *************/
/************* USER *************/
/************* BREADCRUMB *************/
/*
$b-bread-responsive-width: 0;					// Grosor borde miga reponsive
$b-bread-responsive-radius: 4px;				// Radio borde miga reponsive
$c-bread-responsive-border: $c-normal;			// Color borde miga reponsive
$bg-bread-responsive: $bg-hover;				// Color fondo miga reponsive
$c-bread-responsive-link: $darkgray;			// Color enlace miga reponsive
$c-bread-responsive-link-hover: $c-hover;		// Color enlace miga hover reponsive
$c-bread-responsive-text: $c-text;				// Color texto miga reponsive
$c-bread-responsive-icon-home: $c-normal;		// Color icono home miga reponsive
$c-bread-responsive-icon: $c-dark;				// Color icono miga reponsive
$c-bread-responsive-icon-active: $c-normal;		// Color icono activo miga reponsive
*/
/************* FOOTER *************/
/************* LOGIN *************/
/************* SOMBRA *************/
/************* BORDES DE PANELES *************/
body .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

body .ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

body .ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* 
===============================
        ÍNDICE FORMS
=============================== 
   
	- MENSAJES Y ERRORES
	- LABEL
	- INPUTS
	- CHECKS & RADIOS
	- BUTTONS
	
*/
/* IMPORTS */
/* 
===============================
       ÍNDICE VARIABLES
=============================== 
   
	- COLORS
	- THEME COLORS
	- FONT FAMILY
	- FONT SIZES
	- FONT WEIGHTS
	- BODY
	- PARAGRAPH
	
*/
/************* COLORS *************/
/************* THEME COLORS *************/
/*  COLORES TEMA UNIFICADO  */
/* COLORES TEMA AZUL 
$c-dark: $darkblue;					// Color del tema oscuro (darkblue)
$c-normal: $blue;					// Color del tema (blue)
$c-light: $lightblue;				// Color del tema claro (lightblue)
$c-alt: $orange;					// Color del tema alternativo (orange)

$c-text: black;						// Color de texto
$c-hover: $c-dark;					// Color de texto hover
$bg-hover: $lightgray;				// Color de fondo hover 
$c-disabled: #6a6a6a;				// Color de texto deshablilitado
$bg-disabled: $gray;				// Color de fondo deshabilitado
*/
/************* FONT SIZES *************/
/************* FONT WEIGHTS *************/
/************* FONT FAMILY *************/
/************* BODY *************/
/************* PARAGRAPH *************/
/************* MENSAJES Y ERRORES *************/
/************* LABEL *************/
/************* INPUTS *************/
/************* CHECKS & RADIOS *************/
/************* BUTTONS *************/
/* Main button */
/* Other button */
/* Options button */
/* Icon button */
/* 
===============================
      ÍNDICE COMPONENTS
=============================== 
   
	- MENU
	- TABS
	- STEPS
	- STEPS WIZARD (TABS)
	- WIZARD
	- MENUBUTTON (DROPDOWNS)
	- TOOLTIP
	- DIALOG
	- INLINE MESSAGES
	- PAGE MESSAGES
	- PANEL
	- PANEL FILTROS DE BÚSQUEDA
	- ACCORDION
	- DATATABLE
	- TOOLBAR
	- SEARCH TOOLBAR
	
*/
/* IMPORTS */
/* 
===============================
       ÍNDICE VARIABLES
=============================== 
   
	- COLORS
	- THEME COLORS
	- FONT FAMILY
	- FONT SIZES
	- FONT WEIGHTS
	- BODY
	- PARAGRAPH
	
*/
/************* COLORS *************/
/************* THEME COLORS *************/
/*  COLORES TEMA UNIFICADO  */
/* COLORES TEMA AZUL 
$c-dark: $darkblue;					// Color del tema oscuro (darkblue)
$c-normal: $blue;					// Color del tema (blue)
$c-light: $lightblue;				// Color del tema claro (lightblue)
$c-alt: $orange;					// Color del tema alternativo (orange)

$c-text: black;						// Color de texto
$c-hover: $c-dark;					// Color de texto hover
$bg-hover: $lightgray;				// Color de fondo hover 
$c-disabled: #6a6a6a;				// Color de texto deshablilitado
$bg-disabled: $gray;				// Color de fondo deshabilitado
*/
/************* FONT SIZES *************/
/************* FONT WEIGHTS *************/
/************* FONT FAMILY *************/
/************* BODY *************/
/************* PARAGRAPH *************/
/************* MENU *************/
/* SUBMENU */
/* SUBMENU RESPONSIVE */
/************* TABS *************/
/* Contenido pestaña */
/* Pestaña inactiva */
/* Pestaña activa */
/************* STEPS *************/
/* Step completado */
/* Step Activo */
/* Step deshabilitado */
/************* STEPS WIZARD (TABS) *************/
/* Contenido pestaña */
/* Pestaña inactiva */
/* Pestaña activa */
/* Pestaña actual */
/************* WIZARD *************/
/*
$c-line-wizard: $lightgray;							// Color línea wizard
$f-wizard-num: $f-large;							// Tamaño numero wizard
$f-wizard-text: $f-normal;							// Tamaño texto wizard
$b-wizard-num-radius: 50%;							// Radio borde numero wizard
$b-wizard-num-width: 2px;							// Grosor borde numero wizard
*/
/* wizard Activo */
/*
$w-wizardactive-num: $w-semibold;					// Grosor numero wizard activo
$c-wizardactive-num: $white;						// Color numero wizard activo
$c-wizardactive-num-border: $c-normal;				// Color borde numero wizard activo
$bg-wizardactive-num: $c-normal;					// Color fondo numero wizard activo
$c-wizardactive-text: $black;						// Color texto wizard activo
$w-wizardactive-text: $w-semibold;					// Grosor texto wizard activo
*/
/* wizard deshabilitado */
/*
$w-wizarddes-num: $w-semibold;						// Grosor numero wizard deshabilitado
$c-wizarddes-num: $c-body;							// Color numero wizard deshabilitado
$c-wizarddes-num-border: $lightgray;				// Color borde numero wizard deshabilitado
$bg-wizarddes-num: $lightgray;						// Color fondo numero wizard deshabilitado
$c-wizarddes-text: $darkergray;						// Color texto wizard deshabilitado
$w-wizarddes-text: $w-normal;						// Grosor texto wizard deshabilitado
*/
/************* MENUBUTTON (DROPDOWNS) *************/
/* MENU DESPLEGABLE */
/************* TOOLTIP *************/
/************* DIALOG *************/
/************* INLINE MESSAGES *************/
/************* PAGE MESSAGES *************/
/************* PANEL *************/
/************* PANEL FILTROS DE BÚSQUEDA *************/
/************* GROUP *************/
/************* ACCORDION *************/
/************* DATATABLE *************/
/************* TOOLBAR *************/
/************* SEARCH TOOLBAR *************/
/************* GENERAL *************/
.c-green {
  color: #00AA6B; }

.c-intensepink {
  color: #EC0043; }

html {
  font-size: 1rem !important; }

body {
  margin: 0px 10px 0px 0px;
  padding: 0;
  line-height: normal;
  font-family: "encode_sans", system-ui, -apple-system, BlinkMacSystemFont, "Encode Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4A4A4A;
  margin-top: 4rem !important;
  margin-bottom: 5.5rem !important; }
  @media (min-width: 992px) {
    body {
      margin-top: 8rem !important; } }
  @media (max-width: 991.98px) {
    body h1 {
      margin-top: 25px; } }
  body.floating-header {
    margin-top: 145px; }
    @media (max-width: 991.98px) {
      body.floating-header {
        margin-top: 100px; }
        body.floating-header h1 {
          margin-top: 0; } }
    body.floating-header #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; }
  body.theme-gray {
    background: #e9ecef; }
    body.theme-gray .head {
      background-color: #e9ecef !important; }
    body.theme-gray .container {
      background: white;
      border-radius: 8px;
      padding: 35px 30px 16px 30px;
      -webkit-box-shadow: 0 3px 0.429em 0 rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 0.429em 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 0.429em 0 rgba(0, 0, 0, 0.16); }
    body.theme-gray #footerWrapper {
      margin-top: 26px; }

/*# sourceMappingURL=../../../../../../target/styles-render.css.map */