:root {
	/* Font */
	--font: 'Roboto', sans-serif;
	--font-size: 17px;
	--font-weight: 400;
	--font-color: #000000;
	/* Body */
	--background: white;
	--line-height: 24px;
	/* Container */
	--c: 1290px;
	--c-full: 92%;
	/* Container - 1500px */
	--c-xl: 1200px;
	/* Container - 1200px */
	--c-l: 992px;
	/* Container - 992px */
	--c-m: 768px;
	/* Container - 768px */
	--c-s: 100%;
	/* Container - 576px */
	--c-xs: 100%;
	/* Border */
	/* Color primary */
	--color:#748dc7;
	--color2:#3e5ca7;
	--color3: #cda44f;

	/* Color System */
	--color-success: #12521c;
	--color-warning: #611414;
	--color-error: #ac2424;
}
.hidden{
	display: none;
}