* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
body {
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1c1c1c;
    background: #fafafa;
    margin: 0 auto;
}
img {
    max-width: 100%;
    padding: 25px 20px;
}
p {
    color: #525252;
}
.paragrafo {
    font-size: 13px;
	font-color: #1c1c1c;
    line-height: 20px;
    padding: 20px 10px;
}
a, a:visited {
    color: #525252;
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    color: #333;
    text-decoration: none;
}
h2, h3, h4 {
    clear: both;
    margin: 1em 0;
    font-weight: 400;
    text-align: center;
}
h3, h4 {
    color: #1c1c1c;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.section {
    clear: center;
    padding: 1em 0;
    margin: 0 auto;
    width: 690px;
}
.blockquote {
    background: url('images/bg1.jpg') center top no-repeat fixed;
    -moz-background-size: auto;
    background-size: auto;
    border: 0;
    height: 500px;
    width: 100%;
    float: left;
    clear: left;
	alignment-adjust:middle;
}
.blockquote p {
    max-width: 690px;
    padding: 15px;
    font-size: 2em;
    font-weight: 200;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.blockquote:hover p {
    opacity: 1;
}
header {
    width: 100%;
    z-index: 99999999999;
    position: fixed;
    display: block;
    top: 0;
    background: #1c1c1c;
    opacity: 1;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
header:hover {
    opacity: 1;
}
#social {
    float: left;
    padding: 10px;
}
nav {
    font-size: .8em;
    font-weight: 500;
    width: 690px;
    margin: 0 auto;
}
nav ul {
    float: right;
}
nav ul li {
    float: left;
    padding: 12px 20px;
}
nav ul li a, nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active {
    color: #e5e5e5;
}
.team {
	width: 40%;
	margin: 0.5em 1em;
	padding: 0.5em;
	float: left;
	alignment-adjust: middle;
}
.team > img {
	float: left;
	padding: 5px;
	margin: 0 5px;
}
footer {
    height: 100px;
    background: #1c1c1c;
    padding: 100px 0;
}
footer p {
    color: #fff;
    text-align: center;
    padding: 2px 0;
    font-size: 28px;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
}
footer p a, footer p a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
footer p a:hover, footer p a:active, footer p a:active {
    color: #83100b;
    text-decoration: none;
}