:root {
  --color-primary: #2a376a;
  --color-secundary: #00bfb8;
	--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, #00bfb8, #2a376a);
}
