
:root {
  /* Colors */
  --blue: #093691;
  --preto-texto: #251705;
  --preto-texto: #1f1e1d;
  --cinza-texto: #6f6769;
  --branco: #ffffff;

  /* Fonts */
  /* Effects */
}

/* @font-face {
	font-family: 'Consolas';
	src: url('../lib/assets/fonts/CONSOLA.TTF'), url('../lib/assets/fonts/CONSOLAB.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body,html {
	font-family: Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;;
	padding:0px;
} */

.app-backgroundColor {
  background: #FFFFFF;
  color: #000000;
}
.app-textColor {
  color: #000000;
}


.app-backgroundColorLinearGradient {
  background: #FFFFFF;
  color: #000000;
}


.straight {
	color:#2F679A;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}
.box {
	color:blue;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}
.loto3 {
	color:blue;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}
.loto4 {
	color:#2F679A;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}
.loto5 {
	color:red;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}

.showOnRead{
	display: none;
}