		@font-face {
			font-family: 'aleoregular';
			src: url('fonts/Aleo-Regular-webfont.eot');
			src: url('fonts/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Aleo-Regular-webfont.woff') format('woff'), url('fonts/Aleo-Regular-webfont.ttf') format('truetype'), url('fonts/Aleo-Regular-webfont.svg#aleoregular') format('svg');
			font-weight: normal;
			font-style: normal;
		}

		@font-face {
			font-family: 'aleoitalic';
			src: url('fonts/Aleo-Italic-webfont.eot');
			src: url('fonts/Aleo-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Aleo-Italic-webfont.woff') format('woff'), url('fonts/Aleo-Italic-webfont.svg#aleoitalic') format('svg');
			font-weight: normal;
			font-style: normal;
		}
		*, ::after, ::before {
			box-sizing: border-box;
		}
		html {

		}
		body {
			text-align: center;
			color: #322f31;
			height: 100vh;
			max-height: 100vh;
			background: #ffffff;
			margin: 0 auto;
		}
		img {
			max-width: 100%;
		}

		article {
			position: relative;
			margin: 0 auto;
			padding-top: 50px;
			display: table;
			height: 100%;
			width: 100%;
		}
		.article-inside {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
		a {
			color: #7d6b4e;
			text-decoration: none;
		}
		a:hover {
			color: #333;
			text-decoration: none;
		}
		#logo {
			max-width: 300px;
			margin: 0 auto;
			position: relative;
			display: block;
			/* padding-bottom: 50px; */
		}
		.slogan-box {
			text-align: center;
			padding-top: 70px;
			padding-bottom: 1px;
		}
		.slogan-box:before {
			content: '';
			position: relative;
			width: 15px;
			height: 8px;
			background: #976a4d;
			display: block;
			transform: skewY(15deg);
			margin: 0 auto;
		}
		.slogan {
			color: #322f31;
			font-family: 'aleoitalic';
			font-size: 23px;
			margin-bottom: 0px;
		}
		.slogan-pt {
			color: #636466;
			font-family: 'aleoitalic';
			letter-spacing: 1px;
			font-size: 14px;
			line-height: 25px;
			margin-top: 10px;
		}
		.container {
			float: left;
			width: 100%;
			position: relative;
			display: block;
		}
		.catalogo-box {

			float: left;
			width: 33.333333%;
		}
		.catalogo-download {
			background: #976a4d;
			width: 320px;
			position: relative;
			float: left;
			-webkit-clip-path: polygon(0 0, 100% 12%, 84% 100%, 0 83%);
			clip-path: polygon(0 0, 100% 12%, 84% 100%, 0 83%);
			padding-top: 50px;
			padding-bottom: 50px;
			padding-left: 50px;
			color: #ffffff;
			text-align: left;
			animation: polygons 4s alternate infinite;
		}

		@keyframes polygons {
		33.333333% {
		-webkit-clip-path: polygon(0 11%, 86% 0, 100% 100%, 0 89%);
		clip-path: polygon(0 11%, 86% 0, 100% 100%, 0 89%);
		}
		67.666666% {
		-webkit-clip-path: polygon(0 15%, 79% 0, 100% 91%, 0 100%);
		clip-path: polygon(0 15%, 79% 0, 100% 91%, 0 100%);
		}
		}
		.icon-download {
			animation: fade 4s alternate infinite;
		}
		@keyframes fade {
		33.333333% {
		opacity: 0.5;
		}
		67.666666% {
		opacity: 0.0;
		}
		}
		.catalogo-fr {
			font-family: 'aleoregular';
			color: #ffffff;
			font-size: 12px;
			letter-spacing: 2.5px;
			line-height: 18px;
			text-transform: uppercase;
		}
		.catalogo-pt {
			font-family: 'aleoitalic';
			color: #ffffff;
			font-size: 12px;
			letter-spacing: 2.5px;
			line-height: 18px;
			text-transform: uppercase;
		}
		.contactos-box {
			text-align: center;
			font-family: 'Titillium Web', sans-serif;
			float: left;
			width: 33.333333%;
			padding-top: 40px;
		}

		.contactos-box:before {
			content: '';
			position: relative;
			width: 15px;
			height: 8px;
			background: #976a4d;
			display: block;
			transform: skewY(-15deg);
			margin: 0 auto;
		}

		.morada {
			color: #322f31;
			font-family: 'Titillium Web', sans-serif;
			margin-bottom: 0;
			font-size: 14px;
		}
		.telefone {
			font-size: 14px;
			margin-bottom: 0;
			margin-top: 0;
		}
		.email {
			font-size: 14px;
			margin-bottom: 0;
			margin-top: 0;
		}
		.telefone a {
			font-family: 'Titillium Web', sans-serif;
			color: #322f31;
			margin-bottom: 0;
		}
		.email a {
			font-family: 'Titillium Web', sans-serif;
			color: #976a4d;
			margin-bottom: 0;
		}
		.galeria {
			position: fixed;
			right: 0;
			top: 0;
			z-index: -1;
			height: 100vh;
		}
		.galeria img {
			height: 100%;
			object-fit: contain;
		}
		@media (max-width: 950px) {
			.article-inside {
				display: table-cell;
				vertical-align: middle;
				text-align: left;
				padding-left: 50px;
			}
			#logo {
				max-width: 300px;
				margin: 0 auto;
				position: relative;
				display: block;
				float: left;
			}
			.center-box {
				float: left;
				text-align: left;
				width: 100%;
			}
			.slogan-box {
				text-align: left;
				padding-top: 70px;
				padding-bottom: 1px;
			}

			.slogan {
				color: #322f31;
				font-family: 'aleoitalic';
				font-size: 18px;
				margin-bottom: 0px;
			}
			.slogan-box:before {
				margin: inherit;
			}
			.slogan-pt {
				color: #636466;
				font-family: 'aleoitalic';
				letter-spacing: 1px;
				font-size: 13px;
				line-height: 21px;
				margin-top: 10px;
			}
			.container {
				float: left;
				width: 100%;
				position: relative;
				display: block;
			}
			.catalogo-box {
				float: left;
				width: 100%;
				left: -50px;
				position: relative;
			}
			.contactos-box {
				text-align: left;
				font-family: 'Titillium Web', sans-serif;
				float: left;
				width: 100%;
				padding-top: 40px;
			}
			.contactos-box:before {

				margin: inherit;
			}

		}
		@media (max-width: 650px) {
			.galeria {
				display: none;
			}
		}
		@media (max-width: 380px) {
			.slogan {
				font-size: 16px;
			}
			.slogan-pt {

				font-size: 12px;
			}
			.catalogo-download {
				width: 280px;
			}
			#logo {
				max-width: 250px;
			}
			.article-inside {
				display: table-cell;
				vertical-align: middle;
				text-align: left;
				padding-left: 30px;
			}
		}