/* RESET - Begin */

.bg-cieloid {background-color: #00aeef;}
.bg-livelo {background-color: #160959;}
.bg-timpay {background-color: #198ac9;}
.bg-oicontrole {background-color: #5b5697;}
.bg-zuum {background-color: #641691;}

* {
	box-sizing:border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET - End */


html, 
body {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: 'Lato', sans-serif;
}

header {
	width: 100%;
	position: absolute;
	padding: 3rem;
	text-transform: uppercase;
}

header h1 {
	float: left;
}

nav {
	float: right;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	text-decoration: none;
	margin-left: 1rem;
	color: #0000ff;
}

footer {
	width: 100%;
	background-color: #202a2f;
	padding: 3rem;
}

footer ul {
	text-align: center;
}

footer ul li {
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

footer ul li a {
	color: #f0f0f0;
	text-decoration: none;
}

input,
textarea {
	width: 100%;
}

.container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.container:after, .container:before {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}


/* HEADER - Begin */

.header-work {
	width: 100%;
	min-height: 100%;
	height: 100%;
	display: table;
	padding-top: 5rem;
	padding-right: 3rem;
	padding-left: 3rem;
}

.header-work a {
	color: #0000ff;
}

.header-work .main-article,
.header-work .intro-article {
	display: table-cell;
	vertical-align: middle;
}

.header-work .work-description {
	display: inline-block;
	width: 47%;
	vertical-align: middle;
}

.header-work .work-figure {
	display: inline-block;
	width: 52%;
	vertical-align: middle;
}

.header-work .work-description p {
	font-size: 1.3rem;
	line-height: 2rem;
	width: 70%;
}

.header-work .work-description .work-logo {
	padding-bottom: 1rem;
}

.header-work .work-description .work-platform {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.header-work .work-figure figure {
	position: relative;
	animation: smooth-entry-reverse 0.5s
}

.header-work .work-figure figure img.main-figure {
	position: absolute;
	text-align: center;
	z-index: 1;
}

.header-work .work-figure figure img {
	max-width: 100%;
}

.module figure img {
	max-width: 360px;
}

/* HEADER - End */


/* INTRO - Begin */

.intro-article {
	font-size: 3rem;
}

.header-work .intro-article h2 {
	font-weight: normal;
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

/* INTRO - End */


/* TYPO COLOR - Begin */

.typo-color-article h3 {
	font-size: 3rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.typo-color-article p {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.typo-color-article .typo-description {
	float: left;
	width: 65.66667%;
}

.typo-color-article .color-description {
	float: right;
	width: 31.33333%;
}

.color-description .color-box {
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}


/* TYPO COLOR - End */


/* WORKS - Begin */

.works-article h2 {
	margin-bottom: 3rem;
	font-size: 3rem;
}

.works-article ul li {
	height: 0;
    width: 25%;
    padding-bottom: 25%;
	display: inline-block;
	position: relative;
	vertical-align:top;
}

.works-article ul li a {
	width: 100%;
	height: 100%;	
}

.works-article ul li img {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

/* WORKS - End */


.module article {
	padding: 2rem;
}

.module article.typo-color-article {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
	
.module figure {
	text-align: center;
}


@media screen and (min-width:0) and (max-width:800px) {

	header {
		padding: 1.5rem;
	}
	
	nav li a {
		margin-left: .75rem;
	}
	
	.header-work .work-description,
	.header-work .work-figure,
	.typo-color-article .typo-description,
	.typo-color-article .color-description {
		float: none;
		width: 100%;
	}
	
	.header-work {
		height: auto;
		padding-top: 5rem;
		padding-right: 0rem;
		padding-left: 0rem;
		/*display: block;*/
	}

	.works-article ul li {
		width: 50%;
		padding-bottom: 50%;
	}

	.header-work .main-article {
		display: block
	}
	
	.header-work .work-description {
		text-align: center;
	}
	
	.header-work .work-description img {
		max-width: 80%;
	}
	
	.header-work .work-description p {
		padding: 1rem;
		font-size: 1rem;
		line-height: 1.5rem;
		width: 100%;
	}
	
	.header-work .work-description .work-platform {
		padding-top: 0rem;
		padding-bottom: 1rem;
	}
	
	.header-work .work-figure {
		padding-top: 1rem;
		padding-bottom: 1rem;
		text-align: center;
	}
	
	.header-work .intro-article h2 {
		font-size: 1.5rem;
		padding: 1.5rem;
		margin-bottom: 2.5rem;
		width: 90%;
	}
	
	.works-article h2 {
		font-size: 1.5rem;
	}
	
	.module article.typo-color-article {
		padding-top: 1.1rem;
		padding-bottom: 1.1rem;
	}
	
	.module figure img {
		max-width: 100%;
	}
	
	.typo-color-article h3 {
		font-size: 2rem;
	}
	
	.typo-color-article p {
		font-size: 1.05rem;
	}
	
	.color-description .color-box {
		float: left;
		width: 50%;
		text-align: center;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
	footer,
	.module article {
		padding: 1.1rem;
	}
	
	footer {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}