@charset "ISO-8859-1";

/*******************************/
/****	 Estilos Generales 	****/
/*******************************/
:root{

/* 	texts and titles	*/
	--text-scale: 1;
	--basic-font-size: 1em;
	--h1-font-size: 2em;
	--h2-font-size: 1.5em;
	--h3-font-size: 1.25em;
	
/*	Colours*/
	--empresa-color: #0047CC;

	--main-bg-color: #F7F8FB;
	--content-bg-color: #FFF;
	--main-details-color: #D3135A;

	--tables-border-row: #C2CDDD;	
	--tables-shadowed-row: var(--main-bg-color);
	
	--text-color: #131416;
	--main-button-color: var(--main-details-color);
	--second-button-color: var(--main-bg-color);
	
	--input-border-color: #667790;
	
	--label-placeholder: #666;
	
	/*	Elements basic configuration	*/
	font-size: --basic-font-size;
	
}
