
	#header .header-menu .container-menu .menu-logo .logo{
		height: 120px;
	}

	@media (max-width: 991px){
		.page_home #header .header-title, #header .header-title{
			margin-top: 120px;
		}
	}

	:root {
		--color-1: #00539D;
		--color-1-30: rgba(0,83,157,0.3);
		--color-1-40: rgba(0,83,157,0.4);
		--color-1-70: rgba(0,83,157,0.7);
		--color-2: #F28411;
		--color-3: #FFFFFF;
		--color-3-70: rgba(255,255,255,0.7);
		--color-3-alt-1: rgb(245,245,245);
		--color-3-alt-2: rgb(205,205,205);
		--font-1: '', sans-serif;
		--font-2: '', sans-serif;

		--color-materialize: var(--color-2);
		--color-materialize3: #f59d41;
		--color-materialize4: #f9c289;
	}
