/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body, html { font-size: 100%; padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;
	background: #494949;
	font-weight: 300;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #fff;
}



  .Imple blockquote {
	  border-radius: 3px;
	  position: relative;  /*  <--- */
	  font-style: italic;
	  text-align: center;
	  padding: 1rem 1.2rem;
	  width: 80%;  /* create space for the quotes */
	  color: #4a4a4a;
	  margin: 1rem auto 2rem;
	  color: #4a4a4a;
	  background: #E8E8E8;
  }



.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.main {
	max-width: 69em;
	min-height: 600px;
	padding: 3em 0 0 0;
}

.conteudo {
	font-size: 70%;
	margin-right: 2%;
	margin-left: 2%;
}

.side {
	float: left;
	width: 30%;
	padding-right: 20px;
	min-width: 320px;
	box-shadow: 1px 0 rgba(0,0,0,0.1);
}

.main p {
	font-size: 2em;
	padding: 0 1em;
	margin: 0;
	line-height: 1.5;
	float: right;
	width: 70%;
}


.container > header {
	padding: 1.075em 3.875em 1.075em;
	text-align: right;
	text-anchor: middle;
	background: rgb(56, 56, 56);
}

.container > header a {
	float: left;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	color: #fff;
	font-weight: 000;
}
.container > header h10 {
	font-size: 1.5em;
	line-height: 1.3;
	margin: 0;
	color: rgb(173, 10, 179);
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: rgba(255,255,255, 0.85);
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	position: relative;
	font-size: 0.68em;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.99);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
  }

.sticky + .main {
padding-top: 250px;
}

@media screen and (max-width: 66.9375em) {
	.side, .main p {
		float: none;
		width: 100%;
		box-shadow: none;
		padding: 1em;
	}

	.main p {
		font-size: 130%;
	}
}



#Intro {
	height: 440px;
}
#Prot {
	height: 720px;
}
#Imple {
	height: 2780px;
}

#Prat {
	height: 560px;
}
#Rec {
	height: 4200px;
}
#Biblio {
	height: 600px;
}