﻿:root {
	/*tema-1*/
	/*texto*/
	--tx-principal: #f2f2f2;
	--tx-blanco: #ffffff;
  --tx-size: 13px;
	/*background*/
	--bg-principal: #363636;
	--bg-1: #363636;
	/* --bg-principal:#000002; */
	--bg-blanco: #ffffff;
	--bg-hover-gris: #848484;
	--bg-hover-azul: #245d6f;
	--tx-encabezado-tabla: #ffffff;
	--bg-fila-tabla-hover: #2e2e2f;
	/*tamaño de las barras*/
	--h-barra: 35px;
	--h-barra-menu: 2.2rem;
	--h-barra-pestana: 2.4rem;
	--h-pie-botones: 45px;
	--h-navegacion: 40px;
  --h-tr: 27px;
	/*color de sombras*/
	--shadow-oscuro: rgba(0, 0, 0, 0.25);
	--shadow-gris: #e5d9d9;
	/* tamaño letra */
	--lt-pequena: 0.8rem;
	--bg-fila-seleccionada: #ccf3ff;
	--hv-fila-seleccionada: #f2f2f2be;
	/* thema */
	--bg-barra-direccion: 90deg;
	--bg-barra-stop-0: #132c33;
	--bg-barra-0: #132c33;
	--bg-barra-stop-1: #126e82;
	--bg-barra-1: #126e82;
	--bg-fi-tabla-selecionada: rgba(201, 233, 193, 0.40);
	--bg-tooltip: #363636;
	--tx-tooltip: #fff;
	--bg-amarillo: #ffd900e6;
	--bg-azul: #0267ffe0;
	--bg-rojo: #ff5b57e6;
	--bg-rojo-1: #ff5b574d;
	--bg-verde: #32a932b3;
  --bg-disabled: #fafafa;
  --bg-icono: #435F69;
 
	/* bordes */
	--bo-defecto: 6px;
	--bo-ventana: 10px;
	--margen: 9px;
	--margen-x2: calc(var(--margen) * 2);
	--margen-x3: calc(var(--margen) * 3);
	/* width */
	--w-menu-lateral: 200px;

  /* ============= */
  --bg-ventana: #e8e8e8;

  

}
 
@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

html {
  font-family: 'Roboto' !important;
  font-size: 12px;
}
 

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('../fuentes/material-design-icons/MaterialSymbolsOutlined.woff2') format('woff2');
}
 