@charset "utf-8";
/* CSS Document */

* { 
	margin:0;
	padding:0;
}
.clearer {
	clear:both;
}
body {
	font-family: 'Roboto', serif;
	font-weight:300;	
}
img {
	border:none;
	width:"1000";
	height:"100";
}
.clearfix::before, .clearfix::after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	overflow: hidden;
}
.clearfix::after { 
	clear: both; 
}
.content {
	width:1170px;
	margin:0 auto;
}
header {
	width:100%;
	height:240px;
	padding-top:100px;
	text-align:center;
	background:#00BCD4;
}
h1 {
	font-size:40px;
	color:#fff;
	font-weight:300;	
	padding-top:70px;
}
h2 {
	font-size:24px;
	color:#fff;
	font-weight:300;	
}
nav {
	width:100%;
	padding:25px 0;
	position:absolute;
	top:0;
	left:0;
}
a {
	margin-left:30px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-weight:400;
}
article {
	width:100%;
	padding:80px 0;
	text-align:center;
	background:#EEEEEE;
}
article p {
	font-size:20px;
	color:#212121;
}
section {
	width:100%;
	padding:70px 0;
}
.section {
	width:386px;
	height:220px;
	margin:0 2px;
	background:#ffffff;
	float:left;
	text-align:center;
}
.red {
	background:#ffffff;
}
.celeste {
	background:#6495ed;
}
h3 {
	font-size:20px;
	font-weight:400;
	background:#EEEEEE;
	color:#212121;
	padding:25px 0;
}
footer {
	 width:100%;
	height:300px;
	text-align:center;
	background:grey;
}
footer p {
	font-size:15px;
	color: white;
	padding-top:120px;
}
