@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300");

/* Reset */

	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;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	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;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Basic */

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}
		body {
			font-size: 8pt;
			line-height: 1.75;
        }
		h1 {
			font-size: 0.8em;
		}

	}

	@media screen and (max-width: 1680px) {

		body {
			font-size: 11pt;
		}

	}

	html {
		height: 100%;
	}

	body {
        padding: 1em;
		height: 95%;
		background-color: #ffffff;
		background-image: url(""), -moz-linear-gradient(60deg, rgba(200, 165, 150, 0.5) 5%, rgba(150, 228, 255, 0.35));
		background-image: url(""), -webkit-linear-gradient(60deg, rgba(200, 165, 150, 0.5) 5%, rgba(150, 228, 255, 0.35));
		background-image: url(""), -ms-linear-gradient(60deg, rgba(200, 165, 150, 0.5) 5%, rgba(150, 228, 255, 0.35));
		background-image: url(""), linear-gradient(60deg, rgba(200, 165, 150, 0.5) 5%, rgba(150, 228, 255, 0.35));
		background-repeat: repeat, no-repeat, no-repeat;
		background-size: 100px 100px, cover, cover;
		background-position: top left, center center, center center;
		background-attachment: fixed, fixed, fixed;
	}

/* Type */

	body {
		color: #414f57;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}
	
	a {
		-moz-transition: color 0.2s ease, border-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-color 0.2s ease;
		transition: color 0.2s ease, border-color 0.2s ease;
		color: inherit;
		text-decoration: none;
	}

		a:before {
			-moz-transition: color 0.2s ease, text-shadow 0.2s ease;
			-webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
			-ms-transition: color 0.2s ease, text-shadow 0.2s ease;
			transition: color 0.2s ease, text-shadow 0.2s ease;
		}

		a:hover {
			color: #8eb6ff;
            text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {
		color: #313f47;
		line-height: 1.5;
		margin: 0 0 0.75em 0;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	h1 {
		font-size: 1.25em;
		letter-spacing: 0.22em;
		margin: 0 0 0.525em 0;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.8em;
	}

	.avatar {
        margin-bottom: 1em;
    }
    
    .titulo {
        text-transform: none;
        font-weight: 600;
    }
    
    ul {
        max-width: 800px;
    }
    
    li {
        margin: 1em;
        font-size: 0.8em;
        display: table;
        table-layout:fixed;
    }
    
    .icone {
        display: table-cell;
        font-size: 1.5em; /*1.28571429em;*/
        vertical-align: middle;
        
    }
    
    .legenda {
        padding-left: 1em;
        display: table-cell;
    }
    
    .insta {
        margin-top: 1em;
        margin-bottom: 2em;
		text-transform: lowercase;
        font-weight: 600;
    }
