:root {
  --color-primary: #124675;
  --color-secundary: #0485cf;
	--color-danger: #ff0000;
	--color-danger-hover: #F44336;
	--color-title: #222;
	--color-text: #595959;

  --color-input: #827ca1;
  --color-input-background: #fff;
	--color-placeholder: rgba(55, 71, 95, .3);

	--color-sidebar: #e6e7e8;
	--color-background: #e6e7e8;

	--color-gradiente: linear-gradient(180deg, #0485cf, #124675);
}
